@cloudtower/icons-react 0.32.13 → 0.32.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AlertBellNotificationAggregationStrategy24GradientBlueIcon.d.ts +4 -0
- package/dist/AlertBellNotificationAggregationStrategy24OntintIcon.d.ts +4 -0
- package/dist/AlertBellNotificationSilentStrategy24GradientBlueIcon.d.ts +4 -0
- package/dist/AlertBellNotificationSilentStrategy24OntintIcon.d.ts +4 -0
- package/dist/AlertBellNotificationStrategy24GradientBlueIcon.d.ts +4 -0
- package/dist/AlertBellNotificationStrategy24OntintIcon.d.ts +4 -0
- package/dist/FileService16GradientBlueIcon.d.ts +4 -0
- package/dist/FileService16OntintIcon.d.ts +4 -0
- package/dist/NetworkServiceCluster16GradientBlueIcon.d.ts +4 -0
- package/dist/NetworkServiceCluster16OntintIcon.d.ts +4 -0
- package/dist/OperationCenter16GradientBlueIcon.d.ts +4 -0
- package/dist/OperationCenter16OntintIcon.d.ts +4 -0
- package/dist/SksSystemService16GradientBlueIcon.d.ts +4 -0
- package/dist/SksSystemService16OntintIcon.d.ts +4 -0
- package/dist/WorkloadCluster16GradientBlueIcon.d.ts +4 -0
- package/dist/WorkloadCluster16OntintIcon.d.ts +4 -0
- package/dist/cjs/AlertBellNotificationAggregationStrategy24GradientBlueIcon.js +50 -0
- package/dist/cjs/AlertBellNotificationAggregationStrategy24OntintIcon.js +26 -0
- package/dist/cjs/AlertBellNotificationSilentStrategy24GradientBlueIcon.js +65 -0
- package/dist/cjs/AlertBellNotificationSilentStrategy24OntintIcon.js +29 -0
- package/dist/cjs/AlertBellNotificationStrategy24GradientBlueIcon.js +80 -0
- package/dist/cjs/AlertBellNotificationStrategy24OntintIcon.js +26 -0
- package/dist/cjs/FileService16GradientBlueIcon.js +35 -0
- package/dist/cjs/FileService16OntintIcon.js +23 -0
- package/dist/cjs/NetworkServiceCluster16GradientBlueIcon.js +35 -0
- package/dist/cjs/NetworkServiceCluster16OntintIcon.js +23 -0
- package/dist/cjs/OperationCenter16GradientBlueIcon.js +33 -0
- package/dist/cjs/OperationCenter16OntintIcon.js +21 -0
- package/dist/cjs/SksSystemService16GradientBlueIcon.js +52 -0
- package/dist/cjs/SksSystemService16OntintIcon.js +28 -0
- package/dist/cjs/WorkloadCluster16GradientBlueIcon.js +52 -0
- package/dist/cjs/WorkloadCluster16OntintIcon.js +28 -0
- package/dist/cjs/index.js +16 -0
- package/dist/esm/AlertBellNotificationAggregationStrategy24GradientBlueIcon.js +50 -0
- package/dist/esm/AlertBellNotificationAggregationStrategy24OntintIcon.js +26 -0
- package/dist/esm/AlertBellNotificationSilentStrategy24GradientBlueIcon.js +65 -0
- package/dist/esm/AlertBellNotificationSilentStrategy24OntintIcon.js +29 -0
- package/dist/esm/AlertBellNotificationStrategy24GradientBlueIcon.js +80 -0
- package/dist/esm/AlertBellNotificationStrategy24OntintIcon.js +26 -0
- package/dist/esm/FileService16GradientBlueIcon.js +35 -0
- package/dist/esm/FileService16OntintIcon.js +23 -0
- package/dist/esm/NetworkServiceCluster16GradientBlueIcon.js +35 -0
- package/dist/esm/NetworkServiceCluster16OntintIcon.js +23 -0
- package/dist/esm/OperationCenter16GradientBlueIcon.js +33 -0
- package/dist/esm/OperationCenter16OntintIcon.js +21 -0
- package/dist/esm/SksSystemService16GradientBlueIcon.js +52 -0
- package/dist/esm/SksSystemService16OntintIcon.js +28 -0
- package/dist/esm/WorkloadCluster16GradientBlueIcon.js +52 -0
- package/dist/esm/WorkloadCluster16OntintIcon.js +28 -0
- package/dist/esm/index.js +16 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +16 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
@@ -48,6 +48,12 @@ export { default as AlertBellFill24GradientGrayIcon } from './AlertBellFill24Gra
|
|
48
48
|
export { default as AlertBellFill24GradientRedIcon } from './AlertBellFill24GradientRedIcon'
|
49
49
|
export { default as AlertBellFill24GradientYellowIcon } from './AlertBellFill24GradientYellowIcon'
|
50
50
|
export { default as AlertBellFill24Icon } from './AlertBellFill24Icon'
|
51
|
+
export { default as AlertBellNotificationAggregationStrategy24GradientBlueIcon } from './AlertBellNotificationAggregationStrategy24GradientBlueIcon'
|
52
|
+
export { default as AlertBellNotificationAggregationStrategy24OntintIcon } from './AlertBellNotificationAggregationStrategy24OntintIcon'
|
53
|
+
export { default as AlertBellNotificationSilentStrategy24GradientBlueIcon } from './AlertBellNotificationSilentStrategy24GradientBlueIcon'
|
54
|
+
export { default as AlertBellNotificationSilentStrategy24OntintIcon } from './AlertBellNotificationSilentStrategy24OntintIcon'
|
55
|
+
export { default as AlertBellNotificationStrategy24GradientBlueIcon } from './AlertBellNotificationStrategy24GradientBlueIcon'
|
56
|
+
export { default as AlertBellNotificationStrategy24OntintIcon } from './AlertBellNotificationStrategy24OntintIcon'
|
51
57
|
export { default as AlertBellOutlined16GradientBlueIcon } from './AlertBellOutlined16GradientBlueIcon'
|
52
58
|
export { default as AlertBellOutlined16GradientGrayIcon } from './AlertBellOutlined16GradientGrayIcon'
|
53
59
|
export { default as AlertBellResolved24BlueIcon } from './AlertBellResolved24BlueIcon'
|
@@ -409,6 +415,8 @@ export { default as FileCluster24BlueIcon } from './FileCluster24BlueIcon'
|
|
409
415
|
export { default as FileCluster24OntintIcon } from './FileCluster24OntintIcon'
|
410
416
|
export { default as FileController24BlueIcon } from './FileController24BlueIcon'
|
411
417
|
export { default as FileNamespace24BlueIcon } from './FileNamespace24BlueIcon'
|
418
|
+
export { default as FileService16GradientBlueIcon } from './FileService16GradientBlueIcon'
|
419
|
+
export { default as FileService16OntintIcon } from './FileService16OntintIcon'
|
412
420
|
export { default as FileNormalIcon } from './FileNormalIcon'
|
413
421
|
export { default as Filter16BlueSolidIcon } from './Filter16BlueSolidIcon'
|
414
422
|
export { default as Filter16BlueIcon } from './Filter16BlueIcon'
|
@@ -758,6 +766,8 @@ export { default as NetworkSecurityPolicyDeny24RedIcon } from './NetworkSecurity
|
|
758
766
|
export { default as NetworkServiceCluster16FillGradientBlueIcon } from './NetworkServiceCluster16FillGradientBlueIcon'
|
759
767
|
export { default as NetworkServiceCluster16FillGradientGrayIcon } from './NetworkServiceCluster16FillGradientGrayIcon'
|
760
768
|
export { default as NetworkServiceCluster16FillOntintIcon } from './NetworkServiceCluster16FillOntintIcon'
|
769
|
+
export { default as NetworkServiceCluster16GradientBlueIcon } from './NetworkServiceCluster16GradientBlueIcon'
|
770
|
+
export { default as NetworkServiceCluster16OntintIcon } from './NetworkServiceCluster16OntintIcon'
|
761
771
|
export { default as NetworkServiceCluster24FillGradientGrayIcon } from './NetworkServiceCluster24FillGradientGrayIcon'
|
762
772
|
export { default as NetworkServiceCluster24FillOntintIcon } from './NetworkServiceCluster24FillOntintIcon'
|
763
773
|
export { default as NetworkServiceCluster24GradientBlueIcon } from './NetworkServiceCluster24GradientBlueIcon'
|
@@ -856,6 +866,8 @@ export { default as OpenterminalIcon } from './OpenterminalIcon'
|
|
856
866
|
export { default as OperationCenter16FillGradientBlueIcon } from './OperationCenter16FillGradientBlueIcon'
|
857
867
|
export { default as OperationCenter16FillGradientGrayIcon } from './OperationCenter16FillGradientGrayIcon'
|
858
868
|
export { default as OperationCenter16FillOntintIcon } from './OperationCenter16FillOntintIcon'
|
869
|
+
export { default as OperationCenter16GradientBlueIcon } from './OperationCenter16GradientBlueIcon'
|
870
|
+
export { default as OperationCenter16OntintIcon } from './OperationCenter16OntintIcon'
|
859
871
|
export { default as OperationCenter24FillGradientBlueIcon } from './OperationCenter24FillGradientBlueIcon'
|
860
872
|
export { default as OperationCenterAgentFillOntintIcon } from './OperationCenterAgentFillOntintIcon'
|
861
873
|
export { default as OperationCenterAgentGradientBlueIcon } from './OperationCenterAgentGradientBlueIcon'
|
@@ -1314,7 +1326,9 @@ export { default as SksServiceUpgrade24WhiteIcon } from './SksServiceUpgrade24Wh
|
|
1314
1326
|
export { default as SksStorageClass24Icon } from './SksStorageClass24Icon'
|
1315
1327
|
export { default as SksStorageClassIcon } from './SksStorageClassIcon'
|
1316
1328
|
export { default as SksSystemService16BlueIcon } from './SksSystemService16BlueIcon'
|
1329
|
+
export { default as SksSystemService16GradientBlueIcon } from './SksSystemService16GradientBlueIcon'
|
1317
1330
|
export { default as SksSystemService16GrayIcon } from './SksSystemService16GrayIcon'
|
1331
|
+
export { default as SksSystemService16OntintIcon } from './SksSystemService16OntintIcon'
|
1318
1332
|
export { default as SksSystemService16WhiteIcon } from './SksSystemService16WhiteIcon'
|
1319
1333
|
export { default as SksUpgradeCluster24Icon } from './SksUpgradeCluster24Icon'
|
1320
1334
|
export { default as SksUpgradeClusterIcon } from './SksUpgradeClusterIcon'
|
@@ -1624,7 +1638,9 @@ export { default as WitnessNodeSmallHealthyGreenIcon } from './WitnessNodeSmallH
|
|
1624
1638
|
export { default as WitnessNodeSmallInfoBlueIcon } from './WitnessNodeSmallInfoBlueIcon'
|
1625
1639
|
export { default as WitnessNodeSmallNoticeYellowIcon } from './WitnessNodeSmallNoticeYellowIcon'
|
1626
1640
|
export { default as WorkloadCluster16BlueIcon } from './WorkloadCluster16BlueIcon'
|
1641
|
+
export { default as WorkloadCluster16GradientBlueIcon } from './WorkloadCluster16GradientBlueIcon'
|
1627
1642
|
export { default as WorkloadCluster16GrayIcon } from './WorkloadCluster16GrayIcon'
|
1643
|
+
export { default as WorkloadCluster16OntintIcon } from './WorkloadCluster16OntintIcon'
|
1628
1644
|
export { default as WorkloadCluster16WhiteIcon } from './WorkloadCluster16WhiteIcon'
|
1629
1645
|
export { default as WorkloadClusters16GradientBlueIcon } from './WorkloadClusters16GradientBlueIcon'
|
1630
1646
|
export { default as XlsxIcon } from './XlsxIcon'
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cloudtower/icons-react",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "0.32.
|
4
|
+
"version": "0.32.15",
|
5
5
|
"types": "./dist/index.d.ts",
|
6
6
|
"main": "dist/cjs/index.js",
|
7
7
|
"module": "dist/esm/index.js",
|
@@ -41,9 +41,9 @@
|
|
41
41
|
"devDependencies": {
|
42
42
|
"@babel/core": "^7.21.0",
|
43
43
|
"@babel/plugin-transform-react-jsx": "^7.21.0",
|
44
|
-
"@cloudtower/icons": "^0.32.
|
44
|
+
"@cloudtower/icons": "^0.32.15",
|
45
45
|
"@svgr/core": "^5.0.0",
|
46
46
|
"camelcase": "^6.0.0"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "cabc5867a1dfaf6147a34d07e9e0ed823a949172"
|
49
49
|
}
|