@castlabs/ui 7.9.1 → 7.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@castlabs/ui",
3
- "version": "7.9.1",
3
+ "version": "7.9.3",
4
4
  "repository": "https://github.com/castlabs/ui-styleguide",
5
5
  "private": false,
6
6
  "description": "A vanilla HTML/CS/JS & Vue.js component library for Castlabs.",
@@ -1,3 +1,3 @@
1
1
  :root {
2
- #{'--cl-version'}: 'v7.9.1';
2
+ #{'--cl-version'}: 'v7.9.3';
3
3
  }
package/types/index.d.ts CHANGED
@@ -168,22 +168,6 @@ export const NAV: {
168
168
  // --- utils/const ----------------------------------------------------------------
169
169
 
170
170
  export const CONST: {
171
- COLOR: {
172
- ASH: string,
173
- BERRY: string,
174
- BRICK: string,
175
- CLAY: string,
176
- EGGSHELL: string,
177
- HAZE: string,
178
- HONEY: string,
179
- LEAF: string,
180
- NIGHT: string,
181
- ORCHID: string,
182
- PETROL: string,
183
- RED: string,
184
- SAND: string,
185
- SEA: string,
186
- SKY: string,
187
- STEEL: string
188
- }
171
+ COLOR: Record<string, string>
172
+ SPACING: Record<string, string>
189
173
  }