Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtron-labs/devtron-fe-common-lib",
"version": "1.22.0-alpha-12",
"version": "1.22.8-beta-1",
"description": "Supporting common component library",
"type": "module",
"main": "dist/index.js",
Expand Down
3 changes: 3 additions & 0 deletions src/Assets/IconV2/ic-bell.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/Assets/IconV2/ic-configuration-file.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/Assets/IconV2/ic-image-approve.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 3 additions & 19 deletions src/Assets/IconV2/ic-play-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/Shared/Components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import { ReactComponent as ICBackupAndSchedule } from '@IconsV2/ic-backup-and-sc
import { ReactComponent as ICBackupColor } from '@IconsV2/ic-backup-color.svg'
import { ReactComponent as ICBackupLocation } from '@IconsV2/ic-backup-location.svg'
import { ReactComponent as ICBackupScheduleColor } from '@IconsV2/ic-backup-schedule-color.svg'
import { ReactComponent as ICBell } from '@IconsV2/ic-bell.svg'
import { ReactComponent as ICBgBackupSchedule } from '@IconsV2/ic-bg-backup-schedule.svg'
import { ReactComponent as ICBgBackups } from '@IconsV2/ic-bg-backups.svg'
import { ReactComponent as ICBgBuild } from '@IconsV2/ic-bg-build.svg'
Expand Down Expand Up @@ -88,6 +89,7 @@ import { ReactComponent as ICClusterIsolated } from '@IconsV2/ic-cluster-isolate
import { ReactComponent as ICCode } from '@IconsV2/ic-code.svg'
import { ReactComponent as ICCoins } from '@IconsV2/ic-coins.svg'
import { ReactComponent as ICCoinsColorAnimated } from '@IconsV2/ic-coins-color-animated.svg'
import { ReactComponent as ICConfigurationFile } from '@IconsV2/ic-configuration-file.svg'
import { ReactComponent as ICContainer } from '@IconsV2/ic-container.svg'
import { ReactComponent as ICContainerRegistry } from '@IconsV2/ic-container-registry.svg'
import { ReactComponent as ICCookr } from '@IconsV2/ic-cookr.svg'
Expand Down Expand Up @@ -176,6 +178,7 @@ import { ReactComponent as ICHelpFilled } from '@IconsV2/ic-help-filled.svg'
import { ReactComponent as ICHelpOutline } from '@IconsV2/ic-help-outline.svg'
import { ReactComponent as ICHibernate } from '@IconsV2/ic-hibernate.svg'
import { ReactComponent as ICHibernateCircle } from '@IconsV2/ic-hibernate-circle.svg'
import { ReactComponent as ICImageApprove } from '@IconsV2/ic-image-approve.svg'
import { ReactComponent as ICInProgress } from '@IconsV2/ic-in-progress.svg'
import { ReactComponent as ICInfoFilled } from '@IconsV2/ic-info-filled.svg'
import { ReactComponent as ICInfoFilledColor } from '@IconsV2/ic-info-filled-color.svg'
Expand Down Expand Up @@ -350,6 +353,7 @@ export const iconMap = {
'ic-backup-color': ICBackupColor,
'ic-backup-location': ICBackupLocation,
'ic-backup-schedule-color': ICBackupScheduleColor,
'ic-bell': ICBell,
'ic-bg-backup-schedule': ICBgBackupSchedule,
'ic-bg-backups': ICBgBackups,
'ic-bg-build': ICBgBuild,
Expand Down Expand Up @@ -408,6 +412,7 @@ export const iconMap = {
'ic-code': ICCode,
'ic-coins-color-animated': ICCoinsColorAnimated,
'ic-coins': ICCoins,
'ic-configuration-file': ICConfigurationFile,
'ic-container-registry': ICContainerRegistry,
'ic-container': ICContainer,
'ic-cookr': ICCookr,
Expand Down Expand Up @@ -496,6 +501,7 @@ export const iconMap = {
'ic-help-outline': ICHelpOutline,
'ic-hibernate-circle': ICHibernateCircle,
'ic-hibernate': ICHibernate,
'ic-image-approve': ICImageApprove,
'ic-in-progress': ICInProgress,
'ic-info-filled-color': ICInfoFilledColor,
'ic-info-filled': ICInfoFilled,
Expand Down