@ctlyst.id/voila-ui-core 1.6.0 → 1.6.3

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,5 +1,8 @@
1
1
  export type ColorScheme = 'dark' | 'light';
2
2
  export type ColorSchemeSetting = ColorScheme | 'system';
3
+ /**
4
+ * we recommend use rgba() for color, not hex
5
+ */
3
6
  export declare const base: {
4
7
  primary: string;
5
8
  secondary: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctlyst.id/voila-ui-core",
3
- "version": "1.6.0",
3
+ "version": "1.6.3",
4
4
  "description": "Core library for voila-ui package.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -65,5 +65,5 @@
65
65
  "jest-environment-jsdom": "29.4.1",
66
66
  "polished": "^4.2.2"
67
67
  },
68
- "gitHead": "3aea7a36995b98ac646af5c9fc53063c50355dd5"
68
+ "gitHead": "cbfd3fb282428c530c2e9040cf4df711deb3d854"
69
69
  }