@synerise/ds-icon 1.12.0 → 1.13.0
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/CHANGELOG.md +6 -0
- package/dist/icons/L/index.d.ts +35 -35
- package/dist/icons/L/index.js +35 -35
- package/dist/icons/M/AiColorHubM.d.ts +3 -0
- package/dist/icons/M/AiColorHubM.js +21 -0
- package/dist/icons/M/AiGreyHubM.d.ts +3 -0
- package/dist/icons/M/AiGreyHubM.js +21 -0
- package/dist/icons/M/AutomationColorHubM.d.ts +3 -0
- package/dist/icons/M/AutomationColorHubM.js +18 -0
- package/dist/icons/M/AutomationGreyHubM.d.ts +3 -0
- package/dist/icons/M/AutomationGreyHubM.js +18 -0
- package/dist/icons/M/BehavioralColorHubM.d.ts +3 -0
- package/dist/icons/M/BehavioralColorHubM.js +18 -0
- package/dist/icons/M/BehavioralGreyHubM.d.ts +3 -0
- package/dist/icons/M/BehavioralGreyHubM.js +18 -0
- package/dist/icons/M/DashboardColorHubM.d.ts +3 -0
- package/dist/icons/M/DashboardColorHubM.js +21 -0
- package/dist/icons/M/DashboardGreyHubM.d.ts +3 -0
- package/dist/icons/M/DashboardGreyHubM.js +21 -0
- package/dist/icons/M/DataColorHubM.d.ts +3 -0
- package/dist/icons/M/DataColorHubM.js +30 -0
- package/dist/icons/M/DataGreyHubM.d.ts +3 -0
- package/dist/icons/M/DataGreyHubM.js +30 -0
- package/dist/icons/M/DecisionsColorHubM.d.ts +3 -0
- package/dist/icons/M/DecisionsColorHubM.js +21 -0
- package/dist/icons/M/DecisionsGreyHubM.d.ts +3 -0
- package/dist/icons/M/DecisionsGreyHubM.js +21 -0
- package/dist/icons/M/ExperienceColorHubM.d.ts +3 -0
- package/dist/icons/M/ExperienceColorHubM.js +18 -0
- package/dist/icons/M/ExperienceGreyHubM.d.ts +3 -0
- package/dist/icons/M/ExperienceGreyHubM.js +18 -0
- package/dist/icons/M/index.d.ts +454 -440
- package/dist/icons/M/index.js +455 -441
- package/dist/icons/XL/index.d.ts +53 -53
- package/dist/icons/XL/index.js +54 -54
- package/dist/icons/additional/index.d.ts +49 -49
- package/dist/icons/additional/index.js +49 -49
- package/dist/icons/colorIcons/index.d.ts +5 -5
- package/dist/icons/colorIcons/index.js +6 -6
- package/package.json +2 -2
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
export { default as VisualSimilarityColor } from './VisualSimilarityColor';
|
|
1
2
|
export { default as ShopingBagColor } from './ShopingBagColor';
|
|
2
3
|
export { default as UserColor } from './UserColor';
|
|
3
|
-
export { default as VisualSimilarityColor } from './VisualSimilarityColor';
|
|
4
|
-
export { default as QueryDetailsColor } from './QueryDetailsColor';
|
|
5
4
|
export { default as ScoreColor } from './ScoreColor';
|
|
5
|
+
export { default as QueryDetailsColor } from './QueryDetailsColor';
|
|
6
|
+
export { default as ProductLastSeenColor } from './ProductLastSeenColor';
|
|
6
7
|
export { default as PredefinedColor } from './PredefinedColor';
|
|
7
8
|
export { default as ProductBundleColor } from './ProductBundleColor';
|
|
8
9
|
export { default as ProductsSimilarColor } from './ProductsSimilarColor';
|
|
9
|
-
export { default as FormulaColor } from './FormulaColor';
|
|
10
|
-
export { default as ProductLastSeenColor } from './ProductLastSeenColor';
|
|
11
10
|
export { default as FunnelColor } from './FunnelColor';
|
|
11
|
+
export { default as IntegrationColor } from './IntegrationColor';
|
|
12
|
+
export { default as FormulaColor } from './FormulaColor';
|
|
12
13
|
export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
|
|
13
14
|
export { default as ABtestColor } from './ABtestColor';
|
|
14
|
-
export { default as IntegrationColor } from './IntegrationColor';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
export { default as VisualSimilarityColor } from './VisualSimilarityColor';
|
|
1
2
|
export { default as ShopingBagColor } from './ShopingBagColor';
|
|
2
3
|
export { default as UserColor } from './UserColor';
|
|
3
|
-
export { default as VisualSimilarityColor } from './VisualSimilarityColor';
|
|
4
|
-
export { default as QueryDetailsColor } from './QueryDetailsColor';
|
|
5
4
|
export { default as ScoreColor } from './ScoreColor';
|
|
5
|
+
export { default as QueryDetailsColor } from './QueryDetailsColor';
|
|
6
|
+
export { default as ProductLastSeenColor } from './ProductLastSeenColor';
|
|
6
7
|
export { default as PredefinedColor } from './PredefinedColor';
|
|
7
8
|
export { default as ProductBundleColor } from './ProductBundleColor';
|
|
8
9
|
export { default as ProductsSimilarColor } from './ProductsSimilarColor';
|
|
9
|
-
export { default as FormulaColor } from './FormulaColor';
|
|
10
|
-
export { default as ProductLastSeenColor } from './ProductLastSeenColor';
|
|
11
10
|
export { default as FunnelColor } from './FunnelColor';
|
|
11
|
+
export { default as IntegrationColor } from './IntegrationColor';
|
|
12
|
+
export { default as FormulaColor } from './FormulaColor';
|
|
12
13
|
export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
|
|
13
|
-
export { default as ABtestColor } from './ABtestColor';
|
|
14
|
-
export { default as IntegrationColor } from './IntegrationColor';
|
|
14
|
+
export { default as ABtestColor } from './ABtestColor';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-icon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0",
|
|
4
4
|
"description": "Icon UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"glob": "^11.0.2",
|
|
52
52
|
"string-hash": "^1.1.3"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "7bafcc06bcb6d6496eaa685d5531927e91f3c336"
|
|
55
55
|
}
|