@synerise/ds-core 0.40.5 → 0.40.6

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 CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.40.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.5...@synerise/ds-core@0.40.6) (2023-10-19)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** updated default colors ([8711151](https://github.com/synerise/synerise-design/commit/87111517fbf9be81b740c9b4934aca89008bc58b))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.40.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.4...@synerise/ds-core@0.40.5) (2023-10-18)
7
18
 
8
19
 
@@ -14,7 +14,7 @@ export type ThemePropsVars = {
14
14
  export type ThemeProps = SCThemeProps<ThemePropsVars>;
15
15
  export type WithTheme = SCThemeProps<ThemePropsVars>;
16
16
  export declare const useTheme: () => ThemePropsVars;
17
- export declare const defaultColorsOrder: readonly ["blue-600", "green-600", "mars-600", "purple-600", "cyan-600", "yellow-600", "violet-600", "blue-700", "green-700", "mars-700", "purple-700", "cyan-700", "yellow-700", "violet-700", "blue-500", "green-500", "mars-500", "purple-500", "cyan-500", "yellow-500", "violet-500"];
17
+ export declare const defaultColorsOrder: readonly ["blue-600", "green-600", "yellow-600", "purple-600", "cyan-600", "orange-600", "violet-600", "blue-700", "green-700", "yellow-700", "purple-700", "cyan-700", "orange-700", "violet-700", "blue-500", "green-500", "yellow-500", "purple-500", "cyan-500", "orange-500", "violet-500"];
18
18
  export type DefaultColor = typeof defaultColorsOrder[number];
19
19
  export declare const theme: ThemePropsVars;
20
20
  export default theme;
@@ -10,7 +10,7 @@ var getBreakpoints = function getBreakpoints() {
10
10
  });
11
11
  };
12
12
 
13
- export var defaultColorsOrder = ['blue-600', 'green-600', 'mars-600', 'purple-600', 'cyan-600', 'yellow-600', 'violet-600', 'blue-700', 'green-700', 'mars-700', 'purple-700', 'cyan-700', 'yellow-700', 'violet-700', 'blue-500', 'green-500', 'mars-500', 'purple-500', 'cyan-500', 'yellow-500', 'violet-500'];
13
+ export var defaultColorsOrder = ['blue-600', 'green-600', 'yellow-600', 'purple-600', 'cyan-600', 'orange-600', 'violet-600', 'blue-700', 'green-700', 'yellow-700', 'purple-700', 'cyan-700', 'orange-700', 'violet-700', 'blue-500', 'green-500', 'yellow-500', 'purple-500', 'cyan-500', 'orange-500', 'violet-500'];
14
14
  var colorsOrder = defaultColorsOrder.map(function (color) {
15
15
  return vars.colors[color];
16
16
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "0.40.5",
3
+ "version": "0.40.6",
4
4
  "description": "Core Components for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -49,5 +49,5 @@
49
49
  "less-vars-loader": "1.1.0",
50
50
  "webpack": "4.42.0"
51
51
  },
52
- "gitHead": "1b2696001dd88b4c11413977e38b541b0c78733d"
52
+ "gitHead": "0f860580d5e53dd24a5474aaead7c6d89f8674da"
53
53
  }