@groww-tech/mint-css 0.2.9 → 0.3.1
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/Soehne.woff2 +0 -0
- package/dist/fragments/allVariables.css +1 -1
- package/dist/fragments/fonts.css +1 -1
- package/dist/fragments/themeUtilities.css +1 -1
- package/dist/fragments/typographyUtilities.css +1 -1
- package/dist/index.css +1 -1
- package/dist/names/tokens/all-background-names.js +48 -0
- package/dist/names/tokens/all-border-names.js +32 -0
- package/dist/names/tokens/all-content-names.js +40 -0
- package/dist/names/tokens/all-interaction-state-hover-names.js +13 -0
- package/dist/names/tokens/all-interaction-state-selected-names.js +13 -0
- package/dist/names/tokens/all-semantic-tokens-names.js +134 -0
- package/dist/names/tokens/data-viz/background-names.js +25 -0
- package/dist/names/tokens/data-viz/border-names.js +25 -0
- package/dist/names/tokens/data-viz/content-names.js +25 -0
- package/dist/names/tokens/data-viz/tokens-names.js +69 -0
- package/dist/names/tokens/groww-primary/background-names.js +26 -0
- package/dist/names/tokens/groww-primary/border-names.js +9 -0
- package/dist/names/tokens/groww-primary/content-names.js +17 -0
- package/dist/names/tokens/groww-primary/interaction-state-hover-names.js +13 -0
- package/dist/names/tokens/groww-primary/interaction-state-selected-names.js +13 -0
- package/dist/names/tokens/groww-primary/tokens-names.js +66 -0
- package/dist/names/tokens/wealth/background-names.js +5 -0
- package/dist/names/tokens/wealth/border-names.js +5 -0
- package/dist/names/tokens/wealth/content-names.js +5 -0
- package/dist/names/tokens/wealth/tokens-names.js +9 -0
- package/dist/names/utils/all-background-names.js +48 -0
- package/dist/names/utils/all-border-names.js +31 -0
- package/dist/names/utils/all-content-names.js +39 -0
- package/dist/names/utils/all-interaction-state-hover-names.js +13 -0
- package/dist/names/utils/all-interaction-state-selected-names.js +13 -0
- package/dist/names/utils/all-utils-names.js +132 -0
- package/dist/names/utils/data-viz/background-names.js +25 -0
- package/dist/names/utils/data-viz/border-names.js +25 -0
- package/dist/names/utils/data-viz/content-names.js +25 -0
- package/dist/names/utils/data-viz/utils-names.js +69 -0
- package/dist/names/utils/groww-primary/background-names.js +26 -0
- package/dist/names/utils/groww-primary/border-names.js +9 -0
- package/dist/names/utils/groww-primary/content-names.js +17 -0
- package/dist/names/utils/groww-primary/interaction-state-hover-names.js +13 -0
- package/dist/names/utils/groww-primary/interaction-state-selected-names.js +13 -0
- package/dist/names/utils/groww-primary/utils-names.js +66 -0
- package/dist/names/utils/wealth/background-names.js +5 -0
- package/dist/names/utils/wealth/utils-names.js +5 -0
- package/dist/names/variables/all-primitives-names.js +85 -0
- package/dist/names/variables/data-viz/colors-names.js +25 -0
- package/dist/names/variables/data-viz/primitives-names.js +25 -0
- package/dist/names/variables/groww-primary/colors-names.js +51 -0
- package/dist/names/variables/groww-primary/primitives-names.js +51 -0
- package/dist/names/variables/wealth/colors-names.js +15 -0
- package/dist/names/variables/wealth/primitives-names.js +15 -0
- package/dist/types/tokens/all-background-types.d.ts +49 -0
- package/dist/types/tokens/all-border-types.d.ts +33 -0
- package/dist/types/tokens/all-content-types.d.ts +41 -0
- package/dist/types/tokens/all-interaction-state-hover-types.d.ts +14 -0
- package/dist/types/tokens/all-interaction-state-selected-types.d.ts +14 -0
- package/dist/types/tokens/all-semantic-tokens-types.d.ts +135 -0
- package/dist/types/tokens/data-viz/background-types.d.ts +26 -0
- package/dist/types/tokens/data-viz/border-types.d.ts +26 -0
- package/dist/types/tokens/data-viz/content-types.d.ts +26 -0
- package/dist/types/tokens/data-viz/tokens-types.d.ts +70 -0
- package/dist/types/tokens/groww-primary/background-types.d.ts +27 -0
- package/dist/types/tokens/groww-primary/border-types.d.ts +10 -0
- package/dist/types/tokens/groww-primary/content-types.d.ts +18 -0
- package/dist/types/tokens/groww-primary/interaction-state-hover-types.d.ts +14 -0
- package/dist/types/tokens/groww-primary/interaction-state-selected-types.d.ts +14 -0
- package/dist/types/tokens/groww-primary/tokens-types.d.ts +67 -0
- package/dist/types/tokens/wealth/background-types.d.ts +6 -0
- package/dist/types/tokens/wealth/border-types.d.ts +6 -0
- package/dist/types/tokens/wealth/content-types.d.ts +6 -0
- package/dist/types/tokens/wealth/tokens-types.d.ts +10 -0
- package/dist/types/utils/all-background-types.d.ts +49 -0
- package/dist/types/utils/all-border-types.d.ts +32 -0
- package/dist/types/utils/all-content-types.d.ts +40 -0
- package/dist/types/utils/all-interaction-state-hover-types.d.ts +14 -0
- package/dist/types/utils/all-interaction-state-selected-types.d.ts +14 -0
- package/dist/types/utils/all-utils-types.d.ts +133 -0
- package/dist/types/utils/data-viz/background-types.d.ts +26 -0
- package/dist/types/utils/data-viz/border-types.d.ts +26 -0
- package/dist/types/utils/data-viz/content-types.d.ts +26 -0
- package/dist/types/utils/data-viz/utils-types.d.ts +70 -0
- package/dist/types/utils/groww-primary/background-types.d.ts +27 -0
- package/dist/types/utils/groww-primary/border-types.d.ts +10 -0
- package/dist/types/utils/groww-primary/content-types.d.ts +18 -0
- package/dist/types/utils/groww-primary/interaction-state-hover-types.d.ts +14 -0
- package/dist/types/utils/groww-primary/interaction-state-selected-types.d.ts +14 -0
- package/dist/types/utils/groww-primary/utils-types.d.ts +67 -0
- package/dist/types/utils/wealth/background-types.d.ts +6 -0
- package/dist/types/utils/wealth/utils-types.d.ts +6 -0
- package/dist/types/variables/all-primitives-types.d.ts +86 -0
- package/dist/types/variables/data-viz/colors-types.d.ts +26 -0
- package/dist/types/variables/data-viz/primitives-types.d.ts +26 -0
- package/dist/types/variables/groww-primary/colors-types.d.ts +52 -0
- package/dist/types/variables/groww-primary/primitives-types.d.ts +52 -0
- package/dist/types/variables/wealth/colors-types.d.ts +16 -0
- package/dist/types/variables/wealth/primitives-types.d.ts +16 -0
- package/package.json +2 -2
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
// Auto-generated aggregated types for all utility classes
|
|
2
|
+
export const allUtilityClasses = [
|
|
3
|
+
"backgroundAccent",
|
|
4
|
+
"backgroundAccentHover",
|
|
5
|
+
"backgroundAccentSecondary",
|
|
6
|
+
"backgroundAccentSecondarySubtle",
|
|
7
|
+
"backgroundAccentSelected",
|
|
8
|
+
"backgroundAccentSubtle",
|
|
9
|
+
"backgroundAccentSubtleHover",
|
|
10
|
+
"backgroundAccentSubtleSelected",
|
|
11
|
+
"backgroundAlwaysDark",
|
|
12
|
+
"backgroundAlwaysLight",
|
|
13
|
+
"backgroundDataVizBlue",
|
|
14
|
+
"backgroundDataVizBlueSubtle",
|
|
15
|
+
"backgroundDataVizBrown",
|
|
16
|
+
"backgroundDataVizBrownSubtle",
|
|
17
|
+
"backgroundDataVizGrey",
|
|
18
|
+
"backgroundDataVizGreySubtle",
|
|
19
|
+
"backgroundDataVizLilac",
|
|
20
|
+
"backgroundDataVizLilacSubtle",
|
|
21
|
+
"backgroundDataVizMagenta",
|
|
22
|
+
"backgroundDataVizMagentaSubtle",
|
|
23
|
+
"backgroundDataVizMintGreen",
|
|
24
|
+
"backgroundDataVizMintGreenSubtle",
|
|
25
|
+
"backgroundDataVizOliveGreen",
|
|
26
|
+
"backgroundDataVizOliveGreenSubtle",
|
|
27
|
+
"backgroundDataVizOrange",
|
|
28
|
+
"backgroundDataVizOrangeSubtle",
|
|
29
|
+
"backgroundDataVizRed",
|
|
30
|
+
"backgroundDataVizRedSubtle",
|
|
31
|
+
"backgroundDataVizSkyBlue",
|
|
32
|
+
"backgroundDataVizSkyBlueSubtle",
|
|
33
|
+
"backgroundDataVizYellow",
|
|
34
|
+
"backgroundDataVizYellowSubtle",
|
|
35
|
+
"backgroundDisabled",
|
|
36
|
+
"backgroundInversePrimary",
|
|
37
|
+
"backgroundNegative",
|
|
38
|
+
"backgroundNegativeHover",
|
|
39
|
+
"backgroundNegativeSelected",
|
|
40
|
+
"backgroundNegativeSubtle",
|
|
41
|
+
"backgroundNegativeSubtleHover",
|
|
42
|
+
"backgroundNegativeSubtleSelected",
|
|
43
|
+
"backgroundOnWarningSubtle",
|
|
44
|
+
"backgroundOverlayPrimary",
|
|
45
|
+
"backgroundOverlaySecondary",
|
|
46
|
+
"backgroundPositive",
|
|
47
|
+
"backgroundPositiveHover",
|
|
48
|
+
"backgroundPositiveSelected",
|
|
49
|
+
"backgroundPositiveSubtle",
|
|
50
|
+
"backgroundPositiveSubtleHover",
|
|
51
|
+
"backgroundPositiveSubtleSelected",
|
|
52
|
+
"backgroundPrimary",
|
|
53
|
+
"backgroundSecondary",
|
|
54
|
+
"backgroundSurfacePrimary",
|
|
55
|
+
"backgroundSurfaceSecondary",
|
|
56
|
+
"backgroundTertiary",
|
|
57
|
+
"backgroundTransparent",
|
|
58
|
+
"backgroundTransparentAccentHover",
|
|
59
|
+
"backgroundTransparentAccentSelected",
|
|
60
|
+
"backgroundTransparentHover",
|
|
61
|
+
"backgroundTransparentNegativeHover",
|
|
62
|
+
"backgroundTransparentNegativeSelected",
|
|
63
|
+
"backgroundTransparentPositiveHover",
|
|
64
|
+
"backgroundTransparentPositiveSelected",
|
|
65
|
+
"backgroundTransparentSelected",
|
|
66
|
+
"backgroundWarning",
|
|
67
|
+
"backgroundWarningSubtle",
|
|
68
|
+
"borderAccent",
|
|
69
|
+
"borderDataVizBlue",
|
|
70
|
+
"borderDataVizBlueSubtle",
|
|
71
|
+
"borderDataVizBrown",
|
|
72
|
+
"borderDataVizBrownSubtle",
|
|
73
|
+
"borderDataVizGrey",
|
|
74
|
+
"borderDataVizGreySubtle",
|
|
75
|
+
"borderDataVizLilac",
|
|
76
|
+
"borderDataVizLilacSubtle",
|
|
77
|
+
"borderDataVizMagenta",
|
|
78
|
+
"borderDataVizMagentaSubtle",
|
|
79
|
+
"borderDataVizMintGreen",
|
|
80
|
+
"borderDataVizMintGreenSubtle",
|
|
81
|
+
"borderDataVizOliveGreen",
|
|
82
|
+
"borderDataVizOliveGreenSubtle",
|
|
83
|
+
"borderDataVizOrange",
|
|
84
|
+
"borderDataVizOrangeSubtle",
|
|
85
|
+
"borderDataVizRed",
|
|
86
|
+
"borderDataVizRedSubtle",
|
|
87
|
+
"borderDataVizSkyBlue",
|
|
88
|
+
"borderDataVizSkyBlueSubtle",
|
|
89
|
+
"borderDataVizYellow",
|
|
90
|
+
"borderDataVizYellowSubtle",
|
|
91
|
+
"borderDisabled",
|
|
92
|
+
"borderNegative",
|
|
93
|
+
"borderNeutral",
|
|
94
|
+
"borderPositive",
|
|
95
|
+
"borderPrimary",
|
|
96
|
+
"colorDataVizBlue",
|
|
97
|
+
"colorDataVizBlueSubtle",
|
|
98
|
+
"colorDataVizBrown",
|
|
99
|
+
"colorDataVizBrownSubtle",
|
|
100
|
+
"colorDataVizGrey",
|
|
101
|
+
"colorDataVizGreySubtle",
|
|
102
|
+
"colorDataVizLilac",
|
|
103
|
+
"colorDataVizLilacSubtle",
|
|
104
|
+
"colorDataVizMagenta",
|
|
105
|
+
"colorDataVizMagentaSubtle",
|
|
106
|
+
"colorDataVizMintGreen",
|
|
107
|
+
"colorDataVizMintGreenSubtle",
|
|
108
|
+
"colorDataVizOliveGreen",
|
|
109
|
+
"colorDataVizOliveGreenSubtle",
|
|
110
|
+
"colorDataVizOrange",
|
|
111
|
+
"colorDataVizOrangeSubtle",
|
|
112
|
+
"colorDataVizRed",
|
|
113
|
+
"colorDataVizRedSubtle",
|
|
114
|
+
"colorDataVizSkyBlue",
|
|
115
|
+
"colorDataVizSkyBlueSubtle",
|
|
116
|
+
"colorDataVizYellow",
|
|
117
|
+
"colorDataVizYellowSubtle",
|
|
118
|
+
"contentAccent",
|
|
119
|
+
"contentAccentSecondary",
|
|
120
|
+
"contentAccentSecondarySubtle",
|
|
121
|
+
"contentDisabled",
|
|
122
|
+
"contentInversePrimary",
|
|
123
|
+
"contentInverseSecondary",
|
|
124
|
+
"contentNegative",
|
|
125
|
+
"contentOnColour",
|
|
126
|
+
"contentOnColourInverse",
|
|
127
|
+
"contentPositive",
|
|
128
|
+
"contentPrimary",
|
|
129
|
+
"contentSecondary",
|
|
130
|
+
"contentTertiary",
|
|
131
|
+
"contentWarning"
|
|
132
|
+
] as const;
|
|
133
|
+
export type AllUtilityClass = typeof allUtilityClasses[number];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Auto-generated types for data-viz utility classes (background)
|
|
2
|
+
export const datavizBackgroundUtilityClasses = [
|
|
3
|
+
"backgroundDataVizBlue",
|
|
4
|
+
"backgroundDataVizBlueSubtle",
|
|
5
|
+
"backgroundDataVizBrown",
|
|
6
|
+
"backgroundDataVizBrownSubtle",
|
|
7
|
+
"backgroundDataVizGrey",
|
|
8
|
+
"backgroundDataVizGreySubtle",
|
|
9
|
+
"backgroundDataVizLilac",
|
|
10
|
+
"backgroundDataVizLilacSubtle",
|
|
11
|
+
"backgroundDataVizMagenta",
|
|
12
|
+
"backgroundDataVizMagentaSubtle",
|
|
13
|
+
"backgroundDataVizMintGreen",
|
|
14
|
+
"backgroundDataVizMintGreenSubtle",
|
|
15
|
+
"backgroundDataVizOliveGreen",
|
|
16
|
+
"backgroundDataVizOliveGreenSubtle",
|
|
17
|
+
"backgroundDataVizOrange",
|
|
18
|
+
"backgroundDataVizOrangeSubtle",
|
|
19
|
+
"backgroundDataVizRed",
|
|
20
|
+
"backgroundDataVizRedSubtle",
|
|
21
|
+
"backgroundDataVizSkyBlue",
|
|
22
|
+
"backgroundDataVizSkyBlueSubtle",
|
|
23
|
+
"backgroundDataVizYellow",
|
|
24
|
+
"backgroundDataVizYellowSubtle"
|
|
25
|
+
] as const;
|
|
26
|
+
export type datavizBackgroundUtilityClass = typeof datavizBackgroundUtilityClasses[number];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Auto-generated types for data-viz utility classes (border)
|
|
2
|
+
export const datavizBorderUtilityClasses = [
|
|
3
|
+
"borderDataVizBlue",
|
|
4
|
+
"borderDataVizBlueSubtle",
|
|
5
|
+
"borderDataVizBrown",
|
|
6
|
+
"borderDataVizBrownSubtle",
|
|
7
|
+
"borderDataVizGrey",
|
|
8
|
+
"borderDataVizGreySubtle",
|
|
9
|
+
"borderDataVizLilac",
|
|
10
|
+
"borderDataVizLilacSubtle",
|
|
11
|
+
"borderDataVizMagenta",
|
|
12
|
+
"borderDataVizMagentaSubtle",
|
|
13
|
+
"borderDataVizMintGreen",
|
|
14
|
+
"borderDataVizMintGreenSubtle",
|
|
15
|
+
"borderDataVizOliveGreen",
|
|
16
|
+
"borderDataVizOliveGreenSubtle",
|
|
17
|
+
"borderDataVizOrange",
|
|
18
|
+
"borderDataVizOrangeSubtle",
|
|
19
|
+
"borderDataVizRed",
|
|
20
|
+
"borderDataVizRedSubtle",
|
|
21
|
+
"borderDataVizSkyBlue",
|
|
22
|
+
"borderDataVizSkyBlueSubtle",
|
|
23
|
+
"borderDataVizYellow",
|
|
24
|
+
"borderDataVizYellowSubtle"
|
|
25
|
+
] as const;
|
|
26
|
+
export type datavizBorderUtilityClass = typeof datavizBorderUtilityClasses[number];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Auto-generated types for data-viz utility classes (content)
|
|
2
|
+
export const datavizContentUtilityClasses = [
|
|
3
|
+
"colorDataVizBlue",
|
|
4
|
+
"colorDataVizBlueSubtle",
|
|
5
|
+
"colorDataVizBrown",
|
|
6
|
+
"colorDataVizBrownSubtle",
|
|
7
|
+
"colorDataVizGrey",
|
|
8
|
+
"colorDataVizGreySubtle",
|
|
9
|
+
"colorDataVizLilac",
|
|
10
|
+
"colorDataVizLilacSubtle",
|
|
11
|
+
"colorDataVizMagenta",
|
|
12
|
+
"colorDataVizMagentaSubtle",
|
|
13
|
+
"colorDataVizMintGreen",
|
|
14
|
+
"colorDataVizMintGreenSubtle",
|
|
15
|
+
"colorDataVizOliveGreen",
|
|
16
|
+
"colorDataVizOliveGreenSubtle",
|
|
17
|
+
"colorDataVizOrange",
|
|
18
|
+
"colorDataVizOrangeSubtle",
|
|
19
|
+
"colorDataVizRed",
|
|
20
|
+
"colorDataVizRedSubtle",
|
|
21
|
+
"colorDataVizSkyBlue",
|
|
22
|
+
"colorDataVizSkyBlueSubtle",
|
|
23
|
+
"colorDataVizYellow",
|
|
24
|
+
"colorDataVizYellowSubtle"
|
|
25
|
+
] as const;
|
|
26
|
+
export type datavizContentUtilityClass = typeof datavizContentUtilityClasses[number];
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
// Auto-generated aggregated types for data-viz utility classes
|
|
2
|
+
export const datavizUtilityClasses = [
|
|
3
|
+
"backgroundDataVizBlue",
|
|
4
|
+
"backgroundDataVizBlueSubtle",
|
|
5
|
+
"backgroundDataVizBrown",
|
|
6
|
+
"backgroundDataVizBrownSubtle",
|
|
7
|
+
"backgroundDataVizGrey",
|
|
8
|
+
"backgroundDataVizGreySubtle",
|
|
9
|
+
"backgroundDataVizLilac",
|
|
10
|
+
"backgroundDataVizLilacSubtle",
|
|
11
|
+
"backgroundDataVizMagenta",
|
|
12
|
+
"backgroundDataVizMagentaSubtle",
|
|
13
|
+
"backgroundDataVizMintGreen",
|
|
14
|
+
"backgroundDataVizMintGreenSubtle",
|
|
15
|
+
"backgroundDataVizOliveGreen",
|
|
16
|
+
"backgroundDataVizOliveGreenSubtle",
|
|
17
|
+
"backgroundDataVizOrange",
|
|
18
|
+
"backgroundDataVizOrangeSubtle",
|
|
19
|
+
"backgroundDataVizRed",
|
|
20
|
+
"backgroundDataVizRedSubtle",
|
|
21
|
+
"backgroundDataVizSkyBlue",
|
|
22
|
+
"backgroundDataVizSkyBlueSubtle",
|
|
23
|
+
"backgroundDataVizYellow",
|
|
24
|
+
"backgroundDataVizYellowSubtle",
|
|
25
|
+
"borderDataVizBlue",
|
|
26
|
+
"borderDataVizBlueSubtle",
|
|
27
|
+
"borderDataVizBrown",
|
|
28
|
+
"borderDataVizBrownSubtle",
|
|
29
|
+
"borderDataVizGrey",
|
|
30
|
+
"borderDataVizGreySubtle",
|
|
31
|
+
"borderDataVizLilac",
|
|
32
|
+
"borderDataVizLilacSubtle",
|
|
33
|
+
"borderDataVizMagenta",
|
|
34
|
+
"borderDataVizMagentaSubtle",
|
|
35
|
+
"borderDataVizMintGreen",
|
|
36
|
+
"borderDataVizMintGreenSubtle",
|
|
37
|
+
"borderDataVizOliveGreen",
|
|
38
|
+
"borderDataVizOliveGreenSubtle",
|
|
39
|
+
"borderDataVizOrange",
|
|
40
|
+
"borderDataVizOrangeSubtle",
|
|
41
|
+
"borderDataVizRed",
|
|
42
|
+
"borderDataVizRedSubtle",
|
|
43
|
+
"borderDataVizSkyBlue",
|
|
44
|
+
"borderDataVizSkyBlueSubtle",
|
|
45
|
+
"borderDataVizYellow",
|
|
46
|
+
"borderDataVizYellowSubtle",
|
|
47
|
+
"colorDataVizBlue",
|
|
48
|
+
"colorDataVizBlueSubtle",
|
|
49
|
+
"colorDataVizBrown",
|
|
50
|
+
"colorDataVizBrownSubtle",
|
|
51
|
+
"colorDataVizGrey",
|
|
52
|
+
"colorDataVizGreySubtle",
|
|
53
|
+
"colorDataVizLilac",
|
|
54
|
+
"colorDataVizLilacSubtle",
|
|
55
|
+
"colorDataVizMagenta",
|
|
56
|
+
"colorDataVizMagentaSubtle",
|
|
57
|
+
"colorDataVizMintGreen",
|
|
58
|
+
"colorDataVizMintGreenSubtle",
|
|
59
|
+
"colorDataVizOliveGreen",
|
|
60
|
+
"colorDataVizOliveGreenSubtle",
|
|
61
|
+
"colorDataVizOrange",
|
|
62
|
+
"colorDataVizOrangeSubtle",
|
|
63
|
+
"colorDataVizRed",
|
|
64
|
+
"colorDataVizRedSubtle",
|
|
65
|
+
"colorDataVizSkyBlue",
|
|
66
|
+
"colorDataVizSkyBlueSubtle",
|
|
67
|
+
"colorDataVizYellow",
|
|
68
|
+
"colorDataVizYellowSubtle"
|
|
69
|
+
] as const;
|
|
70
|
+
export type datavizUtilityClass = typeof datavizUtilityClasses[number];
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// Auto-generated types for groww-primary utility classes (background)
|
|
2
|
+
export const growwprimaryBackgroundUtilityClasses = [
|
|
3
|
+
"backgroundAccent",
|
|
4
|
+
"backgroundAccentSecondary",
|
|
5
|
+
"backgroundAccentSecondarySubtle",
|
|
6
|
+
"backgroundAccentSubtle",
|
|
7
|
+
"backgroundAlwaysDark",
|
|
8
|
+
"backgroundAlwaysLight",
|
|
9
|
+
"backgroundDisabled",
|
|
10
|
+
"backgroundInversePrimary",
|
|
11
|
+
"backgroundNegative",
|
|
12
|
+
"backgroundNegativeSubtle",
|
|
13
|
+
"backgroundOnWarningSubtle",
|
|
14
|
+
"backgroundOverlayPrimary",
|
|
15
|
+
"backgroundOverlaySecondary",
|
|
16
|
+
"backgroundPositive",
|
|
17
|
+
"backgroundPositiveSubtle",
|
|
18
|
+
"backgroundPrimary",
|
|
19
|
+
"backgroundSecondary",
|
|
20
|
+
"backgroundSurfacePrimary",
|
|
21
|
+
"backgroundSurfaceSecondary",
|
|
22
|
+
"backgroundTertiary",
|
|
23
|
+
"backgroundTransparent",
|
|
24
|
+
"backgroundWarning",
|
|
25
|
+
"backgroundWarningSubtle"
|
|
26
|
+
] as const;
|
|
27
|
+
export type growwprimaryBackgroundUtilityClass = typeof growwprimaryBackgroundUtilityClasses[number];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// Auto-generated types for groww-primary utility classes (border)
|
|
2
|
+
export const growwprimaryBorderUtilityClasses = [
|
|
3
|
+
"borderAccent",
|
|
4
|
+
"borderDisabled",
|
|
5
|
+
"borderNegative",
|
|
6
|
+
"borderNeutral",
|
|
7
|
+
"borderPositive",
|
|
8
|
+
"borderPrimary"
|
|
9
|
+
] as const;
|
|
10
|
+
export type growwprimaryBorderUtilityClass = typeof growwprimaryBorderUtilityClasses[number];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Auto-generated types for groww-primary utility classes (content)
|
|
2
|
+
export const growwprimaryContentUtilityClasses = [
|
|
3
|
+
"contentAccent",
|
|
4
|
+
"contentAccentSecondary",
|
|
5
|
+
"contentAccentSecondarySubtle",
|
|
6
|
+
"contentDisabled",
|
|
7
|
+
"contentInversePrimary",
|
|
8
|
+
"contentInverseSecondary",
|
|
9
|
+
"contentNegative",
|
|
10
|
+
"contentOnColour",
|
|
11
|
+
"contentOnColourInverse",
|
|
12
|
+
"contentPositive",
|
|
13
|
+
"contentPrimary",
|
|
14
|
+
"contentSecondary",
|
|
15
|
+
"contentTertiary",
|
|
16
|
+
"contentWarning"
|
|
17
|
+
] as const;
|
|
18
|
+
export type growwprimaryContentUtilityClass = typeof growwprimaryContentUtilityClasses[number];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Auto-generated types for groww-primary utility classes (interactionStateHover)
|
|
2
|
+
export const growwprimaryInteractionStateHoverUtilityClasses = [
|
|
3
|
+
"backgroundAccentHover",
|
|
4
|
+
"backgroundAccentSubtleHover",
|
|
5
|
+
"backgroundNegativeHover",
|
|
6
|
+
"backgroundNegativeSubtleHover",
|
|
7
|
+
"backgroundPositiveHover",
|
|
8
|
+
"backgroundPositiveSubtleHover",
|
|
9
|
+
"backgroundTransparentAccentHover",
|
|
10
|
+
"backgroundTransparentHover",
|
|
11
|
+
"backgroundTransparentNegativeHover",
|
|
12
|
+
"backgroundTransparentPositiveHover"
|
|
13
|
+
] as const;
|
|
14
|
+
export type growwprimaryInteractionStateHoverUtilityClass = typeof growwprimaryInteractionStateHoverUtilityClasses[number];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Auto-generated types for groww-primary utility classes (interactionStateSelected)
|
|
2
|
+
export const growwprimaryInteractionStateSelectedUtilityClasses = [
|
|
3
|
+
"backgroundAccentSelected",
|
|
4
|
+
"backgroundAccentSubtleSelected",
|
|
5
|
+
"backgroundNegativeSelected",
|
|
6
|
+
"backgroundNegativeSubtleSelected",
|
|
7
|
+
"backgroundPositiveSelected",
|
|
8
|
+
"backgroundPositiveSubtleSelected",
|
|
9
|
+
"backgroundTransparentAccentSelected",
|
|
10
|
+
"backgroundTransparentNegativeSelected",
|
|
11
|
+
"backgroundTransparentPositiveSelected",
|
|
12
|
+
"backgroundTransparentSelected"
|
|
13
|
+
] as const;
|
|
14
|
+
export type growwprimaryInteractionStateSelectedUtilityClass = typeof growwprimaryInteractionStateSelectedUtilityClasses[number];
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
// Auto-generated aggregated types for groww-primary utility classes
|
|
2
|
+
export const growwprimaryUtilityClasses = [
|
|
3
|
+
"backgroundAccent",
|
|
4
|
+
"backgroundAccentHover",
|
|
5
|
+
"backgroundAccentSecondary",
|
|
6
|
+
"backgroundAccentSecondarySubtle",
|
|
7
|
+
"backgroundAccentSelected",
|
|
8
|
+
"backgroundAccentSubtle",
|
|
9
|
+
"backgroundAccentSubtleHover",
|
|
10
|
+
"backgroundAccentSubtleSelected",
|
|
11
|
+
"backgroundAlwaysDark",
|
|
12
|
+
"backgroundAlwaysLight",
|
|
13
|
+
"backgroundDisabled",
|
|
14
|
+
"backgroundInversePrimary",
|
|
15
|
+
"backgroundNegative",
|
|
16
|
+
"backgroundNegativeHover",
|
|
17
|
+
"backgroundNegativeSelected",
|
|
18
|
+
"backgroundNegativeSubtle",
|
|
19
|
+
"backgroundNegativeSubtleHover",
|
|
20
|
+
"backgroundNegativeSubtleSelected",
|
|
21
|
+
"backgroundOnWarningSubtle",
|
|
22
|
+
"backgroundOverlayPrimary",
|
|
23
|
+
"backgroundOverlaySecondary",
|
|
24
|
+
"backgroundPositive",
|
|
25
|
+
"backgroundPositiveHover",
|
|
26
|
+
"backgroundPositiveSelected",
|
|
27
|
+
"backgroundPositiveSubtle",
|
|
28
|
+
"backgroundPositiveSubtleHover",
|
|
29
|
+
"backgroundPositiveSubtleSelected",
|
|
30
|
+
"backgroundPrimary",
|
|
31
|
+
"backgroundSecondary",
|
|
32
|
+
"backgroundSurfacePrimary",
|
|
33
|
+
"backgroundSurfaceSecondary",
|
|
34
|
+
"backgroundTertiary",
|
|
35
|
+
"backgroundTransparent",
|
|
36
|
+
"backgroundTransparentAccentHover",
|
|
37
|
+
"backgroundTransparentAccentSelected",
|
|
38
|
+
"backgroundTransparentHover",
|
|
39
|
+
"backgroundTransparentNegativeHover",
|
|
40
|
+
"backgroundTransparentNegativeSelected",
|
|
41
|
+
"backgroundTransparentPositiveHover",
|
|
42
|
+
"backgroundTransparentPositiveSelected",
|
|
43
|
+
"backgroundTransparentSelected",
|
|
44
|
+
"backgroundWarning",
|
|
45
|
+
"backgroundWarningSubtle",
|
|
46
|
+
"borderAccent",
|
|
47
|
+
"borderDisabled",
|
|
48
|
+
"borderNegative",
|
|
49
|
+
"borderNeutral",
|
|
50
|
+
"borderPositive",
|
|
51
|
+
"borderPrimary",
|
|
52
|
+
"contentAccent",
|
|
53
|
+
"contentAccentSecondary",
|
|
54
|
+
"contentAccentSecondarySubtle",
|
|
55
|
+
"contentDisabled",
|
|
56
|
+
"contentInversePrimary",
|
|
57
|
+
"contentInverseSecondary",
|
|
58
|
+
"contentNegative",
|
|
59
|
+
"contentOnColour",
|
|
60
|
+
"contentOnColourInverse",
|
|
61
|
+
"contentPositive",
|
|
62
|
+
"contentPrimary",
|
|
63
|
+
"contentSecondary",
|
|
64
|
+
"contentTertiary",
|
|
65
|
+
"contentWarning"
|
|
66
|
+
] as const;
|
|
67
|
+
export type growwprimaryUtilityClass = typeof growwprimaryUtilityClasses[number];
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
// Auto-generated aggregated types for all primitives
|
|
2
|
+
export const allPrimitiveTokens = [
|
|
3
|
+
"accent-hover",
|
|
4
|
+
"accent-selected",
|
|
5
|
+
"accent-subtle-hover",
|
|
6
|
+
"accent-subtle-selected",
|
|
7
|
+
"black",
|
|
8
|
+
"data-viz-blue",
|
|
9
|
+
"data-viz-blue-subtle",
|
|
10
|
+
"data-viz-brown",
|
|
11
|
+
"data-viz-brown-subtle",
|
|
12
|
+
"data-viz-grey",
|
|
13
|
+
"data-viz-grey-subtle",
|
|
14
|
+
"data-viz-lilac",
|
|
15
|
+
"data-viz-lilac-subtle",
|
|
16
|
+
"data-viz-magenta",
|
|
17
|
+
"data-viz-magenta-subtle",
|
|
18
|
+
"data-viz-mint-green",
|
|
19
|
+
"data-viz-mint-green-subtle",
|
|
20
|
+
"data-viz-olive-green",
|
|
21
|
+
"data-viz-olive-green-subtle",
|
|
22
|
+
"data-viz-orange",
|
|
23
|
+
"data-viz-orange-subtle",
|
|
24
|
+
"data-viz-red",
|
|
25
|
+
"data-viz-red-subtle",
|
|
26
|
+
"data-viz-sky-blue",
|
|
27
|
+
"data-viz-sky-blue-subtle",
|
|
28
|
+
"data-viz-yellow",
|
|
29
|
+
"data-viz-yellow-subtle",
|
|
30
|
+
"gray100",
|
|
31
|
+
"gray150",
|
|
32
|
+
"gray200",
|
|
33
|
+
"gray300",
|
|
34
|
+
"gray400",
|
|
35
|
+
"gray50",
|
|
36
|
+
"gray500",
|
|
37
|
+
"gray600",
|
|
38
|
+
"gray700",
|
|
39
|
+
"gray800",
|
|
40
|
+
"gray900",
|
|
41
|
+
"green100",
|
|
42
|
+
"green300",
|
|
43
|
+
"green500",
|
|
44
|
+
"hue-gold_1",
|
|
45
|
+
"hue-gold_10",
|
|
46
|
+
"hue-gold_11",
|
|
47
|
+
"hue-gold_12",
|
|
48
|
+
"hue-gold_2",
|
|
49
|
+
"hue-gold_3",
|
|
50
|
+
"hue-gold_4",
|
|
51
|
+
"hue-gold_5",
|
|
52
|
+
"hue-gold_6",
|
|
53
|
+
"hue-gold_7",
|
|
54
|
+
"hue-gold_8",
|
|
55
|
+
"hue-gold_9",
|
|
56
|
+
"negative-hover",
|
|
57
|
+
"negative-selected",
|
|
58
|
+
"negative-subtle-hover",
|
|
59
|
+
"negative-subtle-selected",
|
|
60
|
+
"neutral_2",
|
|
61
|
+
"overlay00",
|
|
62
|
+
"overlay30",
|
|
63
|
+
"overlay70",
|
|
64
|
+
"positive-hover",
|
|
65
|
+
"positive-selected",
|
|
66
|
+
"positive-subtle-hover",
|
|
67
|
+
"positive-subtle-selected",
|
|
68
|
+
"purple100",
|
|
69
|
+
"purple300",
|
|
70
|
+
"purple500",
|
|
71
|
+
"red100",
|
|
72
|
+
"red500",
|
|
73
|
+
"transparent-accent-hover",
|
|
74
|
+
"transparent-accent-selected",
|
|
75
|
+
"transparent-hover",
|
|
76
|
+
"transparent-negative-hover",
|
|
77
|
+
"transparent-negative-selected",
|
|
78
|
+
"transparent-positive-hover",
|
|
79
|
+
"transparent-positive-selected",
|
|
80
|
+
"transparent-selected",
|
|
81
|
+
"white",
|
|
82
|
+
"yellow100",
|
|
83
|
+
"yellow11",
|
|
84
|
+
"yellow500"
|
|
85
|
+
] as const;
|
|
86
|
+
export type AllPrimitiveToken = typeof allPrimitiveTokens[number];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Auto-generated types for data-viz primitives (colors)
|
|
2
|
+
export const datavizColorsPrimitiveTokens = [
|
|
3
|
+
"data-viz-blue",
|
|
4
|
+
"data-viz-blue-subtle",
|
|
5
|
+
"data-viz-brown",
|
|
6
|
+
"data-viz-brown-subtle",
|
|
7
|
+
"data-viz-grey",
|
|
8
|
+
"data-viz-grey-subtle",
|
|
9
|
+
"data-viz-lilac",
|
|
10
|
+
"data-viz-lilac-subtle",
|
|
11
|
+
"data-viz-magenta",
|
|
12
|
+
"data-viz-magenta-subtle",
|
|
13
|
+
"data-viz-mint-green",
|
|
14
|
+
"data-viz-mint-green-subtle",
|
|
15
|
+
"data-viz-olive-green",
|
|
16
|
+
"data-viz-olive-green-subtle",
|
|
17
|
+
"data-viz-orange",
|
|
18
|
+
"data-viz-orange-subtle",
|
|
19
|
+
"data-viz-red",
|
|
20
|
+
"data-viz-red-subtle",
|
|
21
|
+
"data-viz-sky-blue",
|
|
22
|
+
"data-viz-sky-blue-subtle",
|
|
23
|
+
"data-viz-yellow",
|
|
24
|
+
"data-viz-yellow-subtle"
|
|
25
|
+
] as const;
|
|
26
|
+
export type datavizColorsPrimitiveToken = typeof datavizColorsPrimitiveTokens[number];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Auto-generated aggregated types for data-viz primitives
|
|
2
|
+
export const datavizPrimitiveTokens = [
|
|
3
|
+
"data-viz-blue",
|
|
4
|
+
"data-viz-blue-subtle",
|
|
5
|
+
"data-viz-brown",
|
|
6
|
+
"data-viz-brown-subtle",
|
|
7
|
+
"data-viz-grey",
|
|
8
|
+
"data-viz-grey-subtle",
|
|
9
|
+
"data-viz-lilac",
|
|
10
|
+
"data-viz-lilac-subtle",
|
|
11
|
+
"data-viz-magenta",
|
|
12
|
+
"data-viz-magenta-subtle",
|
|
13
|
+
"data-viz-mint-green",
|
|
14
|
+
"data-viz-mint-green-subtle",
|
|
15
|
+
"data-viz-olive-green",
|
|
16
|
+
"data-viz-olive-green-subtle",
|
|
17
|
+
"data-viz-orange",
|
|
18
|
+
"data-viz-orange-subtle",
|
|
19
|
+
"data-viz-red",
|
|
20
|
+
"data-viz-red-subtle",
|
|
21
|
+
"data-viz-sky-blue",
|
|
22
|
+
"data-viz-sky-blue-subtle",
|
|
23
|
+
"data-viz-yellow",
|
|
24
|
+
"data-viz-yellow-subtle"
|
|
25
|
+
] as const;
|
|
26
|
+
export type datavizPrimitiveToken = typeof datavizPrimitiveTokens[number];
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// Auto-generated types for groww-primary primitives (colors)
|
|
2
|
+
export const growwprimaryColorsPrimitiveTokens = [
|
|
3
|
+
"accent-hover",
|
|
4
|
+
"accent-selected",
|
|
5
|
+
"accent-subtle-hover",
|
|
6
|
+
"accent-subtle-selected",
|
|
7
|
+
"black",
|
|
8
|
+
"gray100",
|
|
9
|
+
"gray150",
|
|
10
|
+
"gray200",
|
|
11
|
+
"gray300",
|
|
12
|
+
"gray400",
|
|
13
|
+
"gray50",
|
|
14
|
+
"gray500",
|
|
15
|
+
"gray600",
|
|
16
|
+
"gray700",
|
|
17
|
+
"gray800",
|
|
18
|
+
"gray900",
|
|
19
|
+
"green100",
|
|
20
|
+
"green300",
|
|
21
|
+
"green500",
|
|
22
|
+
"negative-hover",
|
|
23
|
+
"negative-selected",
|
|
24
|
+
"negative-subtle-hover",
|
|
25
|
+
"negative-subtle-selected",
|
|
26
|
+
"neutral_2",
|
|
27
|
+
"overlay00",
|
|
28
|
+
"overlay30",
|
|
29
|
+
"overlay70",
|
|
30
|
+
"positive-hover",
|
|
31
|
+
"positive-selected",
|
|
32
|
+
"positive-subtle-hover",
|
|
33
|
+
"positive-subtle-selected",
|
|
34
|
+
"purple100",
|
|
35
|
+
"purple300",
|
|
36
|
+
"purple500",
|
|
37
|
+
"red100",
|
|
38
|
+
"red500",
|
|
39
|
+
"transparent-accent-hover",
|
|
40
|
+
"transparent-accent-selected",
|
|
41
|
+
"transparent-hover",
|
|
42
|
+
"transparent-negative-hover",
|
|
43
|
+
"transparent-negative-selected",
|
|
44
|
+
"transparent-positive-hover",
|
|
45
|
+
"transparent-positive-selected",
|
|
46
|
+
"transparent-selected",
|
|
47
|
+
"white",
|
|
48
|
+
"yellow100",
|
|
49
|
+
"yellow11",
|
|
50
|
+
"yellow500"
|
|
51
|
+
] as const;
|
|
52
|
+
export type growwprimaryColorsPrimitiveToken = typeof growwprimaryColorsPrimitiveTokens[number];
|