@tecsinapse/cortex-core 1.1.2-beta.0 → 1.1.2-beta.2
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/dist/types/utils/index.d.ts +2 -12
- package/package.json +2 -2
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
light: string;
|
|
4
|
-
medium: string;
|
|
5
|
-
dark: string;
|
|
6
|
-
xdark: string;
|
|
7
|
-
}
|
|
8
|
-
export interface ThemeColors {
|
|
9
|
-
primary: ColorShade;
|
|
10
|
-
secondary: ColorShade;
|
|
11
|
-
}
|
|
12
|
-
export declare const updateThemeColors: (theme: Partial<ThemeColors>) => void;
|
|
1
|
+
import { colors } from '../tokens/definitions';
|
|
2
|
+
export declare const updateThemeColors: (theme: Partial<typeof colors>) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tecsinapse/cortex-core",
|
|
3
|
-
"version": "1.1.2-beta.
|
|
3
|
+
"version": "1.1.2-beta.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Core library for tailwindcss based design",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"tailwindcss": ">=3.3.0"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "a333bcec176698e912dc7dbc1299e65096453363"
|
|
35
35
|
}
|