@synerise/ds-icon 1.13.0 → 1.13.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
1
  export { default as VisualSimilarityColor } from './VisualSimilarityColor';
2
+ export { default as QueryDetailsColor } from './QueryDetailsColor';
2
3
  export { default as ShopingBagColor } from './ShopingBagColor';
3
- export { default as UserColor } from './UserColor';
4
+ export { default as ProductsSimilarColor } from './ProductsSimilarColor';
4
5
  export { default as ScoreColor } from './ScoreColor';
5
- export { default as QueryDetailsColor } from './QueryDetailsColor';
6
+ export { default as UserColor } from './UserColor';
6
7
  export { default as ProductLastSeenColor } from './ProductLastSeenColor';
7
8
  export { default as PredefinedColor } from './PredefinedColor';
8
9
  export { default as ProductBundleColor } from './ProductBundleColor';
9
- export { default as ProductsSimilarColor } from './ProductsSimilarColor';
10
- export { default as FunnelColor } from './FunnelColor';
11
- export { default as IntegrationColor } from './IntegrationColor';
12
10
  export { default as FormulaColor } from './FormulaColor';
11
+ export { default as IntegrationColor } from './IntegrationColor';
13
12
  export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
13
+ export { default as FunnelColor } from './FunnelColor';
14
14
  export { default as ABtestColor } from './ABtestColor';
@@ -1,14 +1,14 @@
1
1
  export { default as VisualSimilarityColor } from './VisualSimilarityColor';
2
+ export { default as QueryDetailsColor } from './QueryDetailsColor';
2
3
  export { default as ShopingBagColor } from './ShopingBagColor';
3
- export { default as UserColor } from './UserColor';
4
+ export { default as ProductsSimilarColor } from './ProductsSimilarColor';
4
5
  export { default as ScoreColor } from './ScoreColor';
5
- export { default as QueryDetailsColor } from './QueryDetailsColor';
6
+ export { default as UserColor } from './UserColor';
6
7
  export { default as ProductLastSeenColor } from './ProductLastSeenColor';
7
8
  export { default as PredefinedColor } from './PredefinedColor';
8
9
  export { default as ProductBundleColor } from './ProductBundleColor';
9
- export { default as ProductsSimilarColor } from './ProductsSimilarColor';
10
- export { default as FunnelColor } from './FunnelColor';
11
- export { default as IntegrationColor } from './IntegrationColor';
12
10
  export { default as FormulaColor } from './FormulaColor';
11
+ export { default as IntegrationColor } from './IntegrationColor';
13
12
  export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
13
+ export { default as FunnelColor } from './FunnelColor';
14
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.13.0",
3
+ "version": "1.13.1",
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": "7bafcc06bcb6d6496eaa685d5531927e91f3c336"
54
+ "gitHead": "fea91b104a41b35715d9317ff16ed288630320db"
55
55
  }