@synerise/ds-icon 1.11.0 → 1.11.1

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.
@@ -1,14 +1,14 @@
1
- export { default as VisualSimilarityColor } from './VisualSimilarityColor';
2
- export { default as ShopingBagColor } from './ShopingBagColor';
3
1
  export { default as UserColor } from './UserColor';
2
+ export { default as ShopingBagColor } from './ShopingBagColor';
3
+ export { default as ScoreColor } from './ScoreColor';
4
4
  export { default as QueryDetailsColor } from './QueryDetailsColor';
5
5
  export { default as ProductsSimilarColor } from './ProductsSimilarColor';
6
6
  export { default as ProductLastSeenColor } from './ProductLastSeenColor';
7
- export { default as ScoreColor } from './ScoreColor';
8
- export { default as PredefinedColor } from './PredefinedColor';
9
7
  export { default as ProductBundleColor } from './ProductBundleColor';
10
- export { default as FunnelColor } from './FunnelColor';
8
+ export { default as PredefinedColor } from './PredefinedColor';
11
9
  export { default as IntegrationColor } from './IntegrationColor';
10
+ export { default as FunnelColor } from './FunnelColor';
12
11
  export { default as FormulaColor } from './FormulaColor';
13
- export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
14
12
  export { default as ABtestColor } from './ABtestColor';
13
+ export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
14
+ export { default as VisualSimilarityColor } from './VisualSimilarityColor';
@@ -1,14 +1,14 @@
1
- export { default as VisualSimilarityColor } from './VisualSimilarityColor';
2
- export { default as ShopingBagColor } from './ShopingBagColor';
3
1
  export { default as UserColor } from './UserColor';
2
+ export { default as ShopingBagColor } from './ShopingBagColor';
3
+ export { default as ScoreColor } from './ScoreColor';
4
4
  export { default as QueryDetailsColor } from './QueryDetailsColor';
5
5
  export { default as ProductsSimilarColor } from './ProductsSimilarColor';
6
6
  export { default as ProductLastSeenColor } from './ProductLastSeenColor';
7
- export { default as ScoreColor } from './ScoreColor';
8
- export { default as PredefinedColor } from './PredefinedColor';
9
7
  export { default as ProductBundleColor } from './ProductBundleColor';
10
- export { default as FunnelColor } from './FunnelColor';
8
+ export { default as PredefinedColor } from './PredefinedColor';
11
9
  export { default as IntegrationColor } from './IntegrationColor';
10
+ export { default as FunnelColor } from './FunnelColor';
12
11
  export { default as FormulaColor } from './FormulaColor';
12
+ export { default as ABtestColor } from './ABtestColor';
13
13
  export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
14
- export { default as ABtestColor } from './ABtestColor';
14
+ export { default as VisualSimilarityColor } from './VisualSimilarityColor';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-icon",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Icon UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "types": "dist/index.d.ts",
38
38
  "dependencies": {
39
- "@synerise/ds-utils": "^1.5.4"
39
+ "@synerise/ds-utils": "^1.6.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@synerise/ds-core": "*",
@@ -51,5 +51,5 @@
51
51
  "glob": "^11.0.2",
52
52
  "string-hash": "^1.1.3"
53
53
  },
54
- "gitHead": "6a3a82f8bc80e10eeb818795035e05393550e82e"
54
+ "gitHead": "ac8decd9736940735bf05198b24b3eeeb5900b18"
55
55
  }