@synerise/ds-icon 1.14.0 → 1.15.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.
@@ -1,14 +1,14 @@
1
- export { default as UserColor } from './UserColor';
2
1
  export { default as VisualSimilarityColor } from './VisualSimilarityColor';
2
+ export { default as UserColor } from './UserColor';
3
3
  export { default as ShopingBagColor } from './ShopingBagColor';
4
- export { default as ScoreColor } from './ScoreColor';
5
- export { default as ProductsSimilarColor } from './ProductsSimilarColor';
6
4
  export { default as QueryDetailsColor } from './QueryDetailsColor';
7
5
  export { default as ProductLastSeenColor } from './ProductLastSeenColor';
8
- export { default as PredefinedColor } from './PredefinedColor';
9
- export { default as IntegrationColor } from './IntegrationColor';
6
+ export { default as ProductsSimilarColor } from './ProductsSimilarColor';
10
7
  export { default as ProductBundleColor } from './ProductBundleColor';
11
- export { default as FormulaColor } from './FormulaColor';
12
- export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
8
+ export { default as ScoreColor } from './ScoreColor';
9
+ export { default as IntegrationColor } from './IntegrationColor';
10
+ export { default as PredefinedColor } from './PredefinedColor';
13
11
  export { default as FunnelColor } from './FunnelColor';
14
12
  export { default as ABtestColor } from './ABtestColor';
13
+ export { default as FormulaColor } from './FormulaColor';
14
+ export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
@@ -1,14 +1,14 @@
1
- export { default as UserColor } from './UserColor';
2
1
  export { default as VisualSimilarityColor } from './VisualSimilarityColor';
2
+ export { default as UserColor } from './UserColor';
3
3
  export { default as ShopingBagColor } from './ShopingBagColor';
4
- export { default as ScoreColor } from './ScoreColor';
5
- export { default as ProductsSimilarColor } from './ProductsSimilarColor';
6
4
  export { default as QueryDetailsColor } from './QueryDetailsColor';
7
5
  export { default as ProductLastSeenColor } from './ProductLastSeenColor';
8
- export { default as PredefinedColor } from './PredefinedColor';
9
- export { default as IntegrationColor } from './IntegrationColor';
6
+ export { default as ProductsSimilarColor } from './ProductsSimilarColor';
10
7
  export { default as ProductBundleColor } from './ProductBundleColor';
11
- export { default as FormulaColor } from './FormulaColor';
12
- export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
8
+ export { default as ScoreColor } from './ScoreColor';
9
+ export { default as IntegrationColor } from './IntegrationColor';
10
+ export { default as PredefinedColor } from './PredefinedColor';
13
11
  export { default as FunnelColor } from './FunnelColor';
14
- export { default as ABtestColor } from './ABtestColor';
12
+ export { default as ABtestColor } from './ABtestColor';
13
+ export { default as FormulaColor } from './FormulaColor';
14
+ export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
@@ -1,6 +1,6 @@
1
1
  import { type ComponentType, type SVGProps } from 'react';
2
- import { iconManifest } from './DynamicIcon/iconManifest';
3
- export type IconName = keyof typeof iconManifest;
2
+ import { type AllIconNames } from './DynamicIcon/iconManifest';
3
+ export type IconName = AllIconNames;
4
4
  type IconComponent = ComponentType<SVGProps<SVGSVGElement>>;
5
5
  export declare const getIconComponent: (name: string) => IconComponent | null;
6
6
  export declare const useIconComponent: (name?: string) => IconComponent | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-icon",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
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.6.0"
39
+ "@synerise/ds-utils": "^1.7.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": "eb495cfbc2ede0bff95548c6c4e80c38dd965391"
54
+ "gitHead": "8efc031fa688c0b87c7b3915bae93546bb63bcac"
55
55
  }