creactive 0.0.86 → 0.0.87
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/build/classic.js +3 -2
- package/build/components/view/constants/color.d.ts +34 -0
- package/build/components/view/constants/index.d.ts +1 -0
- package/build/components/view/view.types.d.ts +10 -1
- package/build/constants/index.d.ts +1 -1
- package/build/constants/theme/color.d.ts +9 -8
- package/build/constants/theme/index.d.ts +1 -1
- package/build/contexts/index.d.ts +1 -1
- package/build/contexts/theme/index.d.ts +1 -1
- package/build/contexts/theme/theme.types.d.ts +65 -24
- package/build/default.js +1 -1
- package/build/hooks/use-theme-style-sheet.d.ts +45 -18
- package/build/index.d.ts +2 -1
- package/build/types/color.types.d.ts +4 -0
- package/build/types/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,57 +1,84 @@
|
|
|
1
1
|
export declare const useThemeStyleSheet: () => {
|
|
2
|
+
colorBackgroundBase100: {
|
|
3
|
+
backgroundColor: import("..").Color;
|
|
4
|
+
};
|
|
5
|
+
colorBackgroundBase200: {
|
|
6
|
+
backgroundColor: import("..").Color;
|
|
7
|
+
};
|
|
8
|
+
colorBackgroundBase300: {
|
|
9
|
+
backgroundColor: import("..").Color;
|
|
10
|
+
};
|
|
11
|
+
colorBackgroundBase400: {
|
|
12
|
+
backgroundColor: import("..").Color;
|
|
13
|
+
};
|
|
14
|
+
colorBackgroundBase500: {
|
|
15
|
+
backgroundColor: import("..").Color;
|
|
16
|
+
};
|
|
17
|
+
colorBackgroundBase600: {
|
|
18
|
+
backgroundColor: import("..").Color;
|
|
19
|
+
};
|
|
20
|
+
colorBackgroundBase700: {
|
|
21
|
+
backgroundColor: import("..").Color;
|
|
22
|
+
};
|
|
23
|
+
colorBackgroundBase800: {
|
|
24
|
+
backgroundColor: import("..").Color;
|
|
25
|
+
};
|
|
26
|
+
colorBackgroundBase900: {
|
|
27
|
+
backgroundColor: import("..").Color;
|
|
28
|
+
};
|
|
2
29
|
colorForegroundBase100: {
|
|
3
|
-
color:
|
|
30
|
+
color: import("..").Color;
|
|
4
31
|
};
|
|
5
32
|
colorForegroundBase200: {
|
|
6
|
-
color:
|
|
33
|
+
color: import("..").Color;
|
|
7
34
|
};
|
|
8
35
|
colorForegroundBase300: {
|
|
9
|
-
color:
|
|
36
|
+
color: import("..").Color;
|
|
10
37
|
};
|
|
11
38
|
colorForegroundBase400: {
|
|
12
|
-
color:
|
|
39
|
+
color: import("..").Color;
|
|
13
40
|
};
|
|
14
41
|
colorForegroundBase500: {
|
|
15
|
-
color:
|
|
42
|
+
color: import("..").Color;
|
|
16
43
|
};
|
|
17
44
|
colorForegroundBase600: {
|
|
18
|
-
color:
|
|
45
|
+
color: import("..").Color;
|
|
19
46
|
};
|
|
20
47
|
colorForegroundBase700: {
|
|
21
|
-
color:
|
|
48
|
+
color: import("..").Color;
|
|
22
49
|
};
|
|
23
50
|
colorForegroundBase800: {
|
|
24
|
-
color:
|
|
51
|
+
color: import("..").Color;
|
|
25
52
|
};
|
|
26
53
|
colorForegroundBase900: {
|
|
27
|
-
color:
|
|
54
|
+
color: import("..").Color;
|
|
28
55
|
};
|
|
29
56
|
colorForegroundInverse100: {
|
|
30
|
-
color:
|
|
57
|
+
color: import("..").Color;
|
|
31
58
|
};
|
|
32
59
|
colorForegroundInverse200: {
|
|
33
|
-
color:
|
|
60
|
+
color: import("..").Color;
|
|
34
61
|
};
|
|
35
62
|
colorForegroundInverse300: {
|
|
36
|
-
color:
|
|
63
|
+
color: import("..").Color;
|
|
37
64
|
};
|
|
38
65
|
colorForegroundInverse400: {
|
|
39
|
-
color:
|
|
66
|
+
color: import("..").Color;
|
|
40
67
|
};
|
|
41
68
|
colorForegroundInverse500: {
|
|
42
|
-
color:
|
|
69
|
+
color: import("..").Color;
|
|
43
70
|
};
|
|
44
71
|
colorForegroundInverse600: {
|
|
45
|
-
color:
|
|
72
|
+
color: import("..").Color;
|
|
46
73
|
};
|
|
47
74
|
colorForegroundInverse700: {
|
|
48
|
-
color:
|
|
75
|
+
color: import("..").Color;
|
|
49
76
|
};
|
|
50
77
|
colorForegroundInverse800: {
|
|
51
|
-
color:
|
|
78
|
+
color: import("..").Color;
|
|
52
79
|
};
|
|
53
80
|
colorForegroundInverse900: {
|
|
54
|
-
color:
|
|
81
|
+
color: import("..").Color;
|
|
55
82
|
};
|
|
56
83
|
fontFamilyBase: {
|
|
57
84
|
fontFamily: string;
|
package/build/index.d.ts
CHANGED
|
@@ -10,9 +10,10 @@ export { Dimension } from './constants/dimension';
|
|
|
10
10
|
export { Media, MediaContextProvider, useMediaContext } from './contexts/media';
|
|
11
11
|
export type { MediaComponent, MediaContextProviderComponent, MediaContextValue, MediaProps, } from './contexts/media';
|
|
12
12
|
export { ThemeContextProvider, useThemeContext } from './contexts/theme';
|
|
13
|
-
export type {
|
|
13
|
+
export type { ThemeContextProviderComponent, ThemeContextProviderProps, ThemeContextValue, ThemeFontWeight, } from './contexts/theme';
|
|
14
14
|
export { Position } from './helpers/position';
|
|
15
15
|
export type { PositionValue } from './helpers/position';
|
|
16
16
|
export { Size } from './helpers/size';
|
|
17
17
|
export type { SizeValue } from './helpers/size';
|
|
18
18
|
export { useThemeStyleSheet } from './hooks/use-theme-style-sheet';
|
|
19
|
+
export type { Color } from './types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { Color } from './color.types';
|