@snksergio/design-system 0.58.0 → 0.60.0
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-lib/index.cjs +4461 -16
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.mjs +4477 -32
- package/dist-lib/index.mjs.map +1 -1
- package/dist-lib/src/components/index.d.ts +1 -0
- package/dist-lib/src/components/index.d.ts.map +1 -1
- package/dist-lib/src/components/ui/Gantt/gantt.d.ts +21 -0
- package/dist-lib/src/components/ui/Gantt/gantt.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/gantt.styles.d.ts +2985 -0
- package/dist-lib/src/components/ui/Gantt/gantt.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/gantt.types.d.ts +445 -0
- package/dist-lib/src/components/ui/Gantt/gantt.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/hooks/drag.d.ts +71 -0
- package/dist-lib/src/components/ui/Gantt/hooks/drag.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/hooks/filters.d.ts +79 -0
- package/dist-lib/src/components/ui/Gantt/hooks/filters.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/hooks/layout.d.ts +232 -0
- package/dist-lib/src/components/ui/Gantt/hooks/layout.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/hooks/links.d.ts +120 -0
- package/dist-lib/src/components/ui/Gantt/hooks/links.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/hooks/week-segments.d.ts +69 -0
- package/dist-lib/src/components/ui/Gantt/hooks/week-segments.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/index.d.ts +46 -0
- package/dist-lib/src/components/ui/Gantt/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-applied-filters.d.ts +20 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-applied-filters.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-bar.d.ts +68 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-bar.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-filter-panel.d.ts +16 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-filter-panel.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-grid.d.ts +55 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-grid.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-links-layer.d.ts +46 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-links-layer.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-skeleton.d.ts +36 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-skeleton.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-toolbar.d.ts +46 -0
- package/dist-lib/src/components/ui/Gantt/parts/gantt-toolbar.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/views/calendar.d.ts +64 -0
- package/dist-lib/src/components/ui/Gantt/views/calendar.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/views/list.d.ts +53 -0
- package/dist-lib/src/components/ui/Gantt/views/list.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Gantt/views/timeline.d.ts +85 -0
- package/dist-lib/src/components/ui/Gantt/views/timeline.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageBubble/index.d.ts +1 -1
- package/dist-lib/src/components/ui/MessageBubble/index.d.ts.map +1 -1
- package/dist-lib/src/components/ui/MessageBubble/message-bubble.d.ts +1 -1
- package/dist-lib/src/components/ui/MessageBubble/message-bubble.d.ts.map +1 -1
- package/dist-lib/src/components/ui/MessageBubble/message-bubble.styles.d.ts +22 -2
- package/dist-lib/src/components/ui/MessageBubble/message-bubble.styles.d.ts.map +1 -1
- package/dist-lib/src/components/ui/MessageBubble/message-bubble.types.d.ts +8 -0
- package/dist-lib/src/components/ui/MessageBubble/message-bubble.types.d.ts.map +1 -1
- package/dist-lib/theme/brand-pay.css +205 -189
- package/dist-lib/theme/brand-vibrant.css +162 -148
- package/dist-lib/theme.css +19 -0
- package/dist-lib/tokens/brands/blue/primitives/color-palette.d.ts +28 -0
- package/dist-lib/tokens/brands/blue/primitives/color-palette.d.ts.map +1 -1
- package/dist-lib/tokens/brands/blue/semantic/color-dark.d.ts +16 -0
- package/dist-lib/tokens/brands/blue/semantic/color-dark.d.ts.map +1 -1
- package/dist-lib/tokens/brands/blue/semantic/color-light.d.ts +16 -0
- package/dist-lib/tokens/brands/blue/semantic/color-light.d.ts.map +1 -1
- package/dist-lib/tokens/brands/default/primitives/color-palette.d.ts +29 -0
- package/dist-lib/tokens/brands/default/primitives/color-palette.d.ts.map +1 -1
- package/dist-lib/tokens/brands/default/semantic/color-dark.d.ts +16 -0
- package/dist-lib/tokens/brands/default/semantic/color-dark.d.ts.map +1 -1
- package/dist-lib/tokens/brands/default/semantic/color-light.d.ts +16 -0
- package/dist-lib/tokens/brands/default/semantic/color-light.d.ts.map +1 -1
- package/dist-lib/tokens/brands/default/semantic/elevation.d.ts +4 -0
- package/dist-lib/tokens/brands/default/semantic/elevation.d.ts.map +1 -1
- package/dist-lib/tokens/brands/green/primitives/color-palette.d.ts +28 -0
- package/dist-lib/tokens/brands/green/primitives/color-palette.d.ts.map +1 -1
- package/dist-lib/tokens/brands/green/semantic/color-dark.d.ts +16 -0
- package/dist-lib/tokens/brands/green/semantic/color-dark.d.ts.map +1 -1
- package/dist-lib/tokens/brands/green/semantic/color-light.d.ts +16 -0
- package/dist-lib/tokens/brands/green/semantic/color-light.d.ts.map +1 -1
- package/dist-lib/tokens/brands/pay/primitives/color-palette.d.ts +6 -0
- package/dist-lib/tokens/brands/pay/primitives/color-palette.d.ts.map +1 -1
- package/dist-lib/tokens/brands/pay/semantic/color-dark.d.ts +16 -0
- package/dist-lib/tokens/brands/pay/semantic/color-dark.d.ts.map +1 -1
- package/dist-lib/tokens/brands/pay/semantic/color-light.d.ts +16 -0
- package/dist-lib/tokens/brands/pay/semantic/color-light.d.ts.map +1 -1
- package/dist-lib/tokens/brands/vibrant/primitives/color-palette.d.ts +29 -1
- package/dist-lib/tokens/brands/vibrant/primitives/color-palette.d.ts.map +1 -1
- package/dist-lib/tokens/brands/vibrant/semantic/color-dark.d.ts +16 -0
- package/dist-lib/tokens/brands/vibrant/semantic/color-dark.d.ts.map +1 -1
- package/dist-lib/tokens/brands/vibrant/semantic/color-light.d.ts +16 -0
- package/dist-lib/tokens/brands/vibrant/semantic/color-light.d.ts.map +1 -1
- package/dist-lib/tokens.cjs +23 -2
- package/dist-lib/tokens.cjs.map +1 -1
- package/dist-lib/tokens.mjs +23 -2
- package/dist-lib/tokens.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -34,6 +34,10 @@ export declare const bg: {
|
|
|
34
34
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
35
35
|
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, black)";
|
|
36
36
|
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
37
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
38
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 14%, transparent)";
|
|
39
|
+
readonly "caution-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 90%, black)";
|
|
40
|
+
readonly "caution-muted-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
37
41
|
readonly info: "oklch(0.62 0.210 280)";
|
|
38
42
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
39
43
|
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, black)";
|
|
@@ -64,11 +68,13 @@ export declare const fg: {
|
|
|
64
68
|
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
65
69
|
readonly success: "oklch(0.66 0.135 161)";
|
|
66
70
|
readonly warning: "oklch(0.81 0.160 81)";
|
|
71
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
67
72
|
readonly info: "oklch(0.62 0.210 280)";
|
|
68
73
|
readonly "on-brand": "oklch(1 0 0)";
|
|
69
74
|
readonly "on-danger": "oklch(1 0 0)";
|
|
70
75
|
readonly "on-success": "oklch(1 0 0)";
|
|
71
76
|
readonly "on-warning": "oklch(0 0 0)";
|
|
77
|
+
readonly "on-caution": "oklch(0 0 0)";
|
|
72
78
|
readonly "on-info": "oklch(1 0 0)";
|
|
73
79
|
};
|
|
74
80
|
export declare const border: {
|
|
@@ -81,6 +87,7 @@ export declare const border: {
|
|
|
81
87
|
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
82
88
|
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
83
89
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
90
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 36%, transparent)";
|
|
84
91
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
85
92
|
readonly table: "oklch(0.931 0.008 264)";
|
|
86
93
|
};
|
|
@@ -89,6 +96,7 @@ export declare const ring: {
|
|
|
89
96
|
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
90
97
|
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
91
98
|
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
99
|
+
readonly caution: "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
92
100
|
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
93
101
|
readonly secondary: "color-mix(in oklch, oklch(0.4997 0.028 264) 22%, transparent)";
|
|
94
102
|
};
|
|
@@ -132,6 +140,10 @@ export declare const colorLight: {
|
|
|
132
140
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
133
141
|
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, black)";
|
|
134
142
|
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
143
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
144
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 14%, transparent)";
|
|
145
|
+
readonly "caution-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 90%, black)";
|
|
146
|
+
readonly "caution-muted-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
135
147
|
readonly info: "oklch(0.62 0.210 280)";
|
|
136
148
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
137
149
|
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, black)";
|
|
@@ -162,11 +174,13 @@ export declare const colorLight: {
|
|
|
162
174
|
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
163
175
|
readonly success: "oklch(0.66 0.135 161)";
|
|
164
176
|
readonly warning: "oklch(0.81 0.160 81)";
|
|
177
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
165
178
|
readonly info: "oklch(0.62 0.210 280)";
|
|
166
179
|
readonly "on-brand": "oklch(1 0 0)";
|
|
167
180
|
readonly "on-danger": "oklch(1 0 0)";
|
|
168
181
|
readonly "on-success": "oklch(1 0 0)";
|
|
169
182
|
readonly "on-warning": "oklch(0 0 0)";
|
|
183
|
+
readonly "on-caution": "oklch(0 0 0)";
|
|
170
184
|
readonly "on-info": "oklch(1 0 0)";
|
|
171
185
|
};
|
|
172
186
|
border: {
|
|
@@ -179,6 +193,7 @@ export declare const colorLight: {
|
|
|
179
193
|
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
180
194
|
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
181
195
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
196
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 36%, transparent)";
|
|
182
197
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
183
198
|
readonly table: "oklch(0.931 0.008 264)";
|
|
184
199
|
};
|
|
@@ -187,6 +202,7 @@ export declare const colorLight: {
|
|
|
187
202
|
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
188
203
|
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
189
204
|
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
205
|
+
readonly caution: "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
190
206
|
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
191
207
|
readonly secondary: "color-mix(in oklch, oklch(0.4997 0.028 264) 22%, transparent)";
|
|
192
208
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-light.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/blue/semantic/color-light.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH,eAAO,MAAM,EAAE
|
|
1
|
+
{"version":3,"file":"color-light.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/blue/semantic/color-light.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmEL,CAAC;AAIX,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;CAqBL,CAAC;AAIX,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAgBT,CAAC;AAIX,eAAO,MAAM,IAAI;;;;;;;;CAQP,CAAC;AAIX,eAAO,MAAM,OAAO;;;CAGV,CAAC;AAGX,eAAO,MAAM,KAAK;;;;;;;CAOR,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAC"}
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
* gray → neutro puro (chroma 0)
|
|
19
19
|
* danger → feedback destrutivo/erro (vermelho)
|
|
20
20
|
* success / warning / info → feedback positivo / atenção / informação
|
|
21
|
+
* caution → atenção elevada, entre warning e danger (laranja)
|
|
21
22
|
*/
|
|
22
23
|
export declare const brand: {
|
|
23
24
|
readonly 50: "oklch(0.97 0.022 151)";
|
|
@@ -103,6 +104,20 @@ export declare const warning: {
|
|
|
103
104
|
readonly 900: "oklch(0.34 0.085 81)";
|
|
104
105
|
readonly 950: "oklch(0.24 0.060 81)";
|
|
105
106
|
};
|
|
107
|
+
export declare const caution: {
|
|
108
|
+
readonly 50: "oklch(0.97 0.016 55)";
|
|
109
|
+
readonly 100: "oklch(0.95 0.027 55)";
|
|
110
|
+
readonly 150: "oklch(0.93 0.038 55)";
|
|
111
|
+
readonly 200: "oklch(0.90 0.056 55)";
|
|
112
|
+
readonly 300: "oklch(0.83 0.102 55)";
|
|
113
|
+
readonly 400: "oklch(0.78 0.138 55)";
|
|
114
|
+
readonly 500: "oklch(0.74 0.170 55)";
|
|
115
|
+
readonly 600: "oklch(0.65 0.149 55)";
|
|
116
|
+
readonly 700: "oklch(0.55 0.126 55)";
|
|
117
|
+
readonly 800: "oklch(0.44 0.101 55)";
|
|
118
|
+
readonly 900: "oklch(0.33 0.076 55)";
|
|
119
|
+
readonly 950: "oklch(0.23 0.053 55)";
|
|
120
|
+
};
|
|
106
121
|
export declare const info: {
|
|
107
122
|
readonly 50: "oklch(0.97 0.025 280)";
|
|
108
123
|
readonly 100: "oklch(0.93 0.050 280)";
|
|
@@ -216,6 +231,20 @@ export declare const colorPalette: {
|
|
|
216
231
|
readonly 900: "oklch(0.34 0.085 81)";
|
|
217
232
|
readonly 950: "oklch(0.24 0.060 81)";
|
|
218
233
|
};
|
|
234
|
+
caution: {
|
|
235
|
+
readonly 50: "oklch(0.97 0.016 55)";
|
|
236
|
+
readonly 100: "oklch(0.95 0.027 55)";
|
|
237
|
+
readonly 150: "oklch(0.93 0.038 55)";
|
|
238
|
+
readonly 200: "oklch(0.90 0.056 55)";
|
|
239
|
+
readonly 300: "oklch(0.83 0.102 55)";
|
|
240
|
+
readonly 400: "oklch(0.78 0.138 55)";
|
|
241
|
+
readonly 500: "oklch(0.74 0.170 55)";
|
|
242
|
+
readonly 600: "oklch(0.65 0.149 55)";
|
|
243
|
+
readonly 700: "oklch(0.55 0.126 55)";
|
|
244
|
+
readonly 800: "oklch(0.44 0.101 55)";
|
|
245
|
+
readonly 900: "oklch(0.33 0.076 55)";
|
|
246
|
+
readonly 950: "oklch(0.23 0.053 55)";
|
|
247
|
+
};
|
|
219
248
|
danger: {
|
|
220
249
|
readonly 50: "oklch(0.97 0.025 25)";
|
|
221
250
|
readonly 100: "oklch(0.94 0.050 25)";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-palette.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/default/primitives/color-palette.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"color-palette.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/default/primitives/color-palette.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH,eAAO,MAAM,KAAK;;;;;;;;;;;;;CAaR,CAAC;AAIX,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAahB,CAAC;AAGX,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAaP,CAAC;AAGX,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAaT,CAAC;AAGX,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAaV,CAAC;AAGX,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAaV,CAAC;AAGX,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAaV,CAAC;AAGX,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAaP,CAAC;AAGX,eAAO,MAAM,KAAK,iBAAiB,CAAC;AACpC,eAAO,MAAM,KAAK,iBAAiB,CAAC;AAGpC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;CAyBR,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKxB,CAAC"}
|
|
@@ -39,6 +39,10 @@ export declare const bg: {
|
|
|
39
39
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
40
40
|
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, white)";
|
|
41
41
|
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
42
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
43
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 14%, transparent)";
|
|
44
|
+
readonly "caution-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 90%, white)";
|
|
45
|
+
readonly "caution-muted-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
42
46
|
readonly info: "oklch(0.62 0.210 280)";
|
|
43
47
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
44
48
|
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, white)";
|
|
@@ -69,11 +73,13 @@ export declare const fg: {
|
|
|
69
73
|
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
70
74
|
readonly success: "oklch(0.66 0.135 161)";
|
|
71
75
|
readonly warning: "oklch(0.81 0.160 81)";
|
|
76
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
72
77
|
readonly info: "oklch(0.62 0.210 280)";
|
|
73
78
|
readonly "on-brand": "oklch(0 0 0)";
|
|
74
79
|
readonly "on-danger": "oklch(1 0 0)";
|
|
75
80
|
readonly "on-success": "oklch(0 0 0)";
|
|
76
81
|
readonly "on-warning": "oklch(0 0 0)";
|
|
82
|
+
readonly "on-caution": "oklch(0 0 0)";
|
|
77
83
|
readonly "on-info": "oklch(1 0 0)";
|
|
78
84
|
};
|
|
79
85
|
export declare const border: {
|
|
@@ -86,6 +92,7 @@ export declare const border: {
|
|
|
86
92
|
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
87
93
|
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
88
94
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
95
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 36%, transparent)";
|
|
89
96
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
90
97
|
readonly table: "oklch(0.2645 0 0)";
|
|
91
98
|
};
|
|
@@ -94,6 +101,7 @@ export declare const ring: {
|
|
|
94
101
|
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
95
102
|
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
96
103
|
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
104
|
+
readonly caution: "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
97
105
|
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
98
106
|
readonly secondary: "color-mix(in oklch, oklch(0.4997 0 0) 22%, transparent)";
|
|
99
107
|
};
|
|
@@ -137,6 +145,10 @@ export declare const colorDark: {
|
|
|
137
145
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
138
146
|
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, white)";
|
|
139
147
|
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
148
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
149
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 14%, transparent)";
|
|
150
|
+
readonly "caution-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 90%, white)";
|
|
151
|
+
readonly "caution-muted-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
140
152
|
readonly info: "oklch(0.62 0.210 280)";
|
|
141
153
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
142
154
|
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, white)";
|
|
@@ -167,11 +179,13 @@ export declare const colorDark: {
|
|
|
167
179
|
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
168
180
|
readonly success: "oklch(0.66 0.135 161)";
|
|
169
181
|
readonly warning: "oklch(0.81 0.160 81)";
|
|
182
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
170
183
|
readonly info: "oklch(0.62 0.210 280)";
|
|
171
184
|
readonly "on-brand": "oklch(0 0 0)";
|
|
172
185
|
readonly "on-danger": "oklch(1 0 0)";
|
|
173
186
|
readonly "on-success": "oklch(0 0 0)";
|
|
174
187
|
readonly "on-warning": "oklch(0 0 0)";
|
|
188
|
+
readonly "on-caution": "oklch(0 0 0)";
|
|
175
189
|
readonly "on-info": "oklch(1 0 0)";
|
|
176
190
|
};
|
|
177
191
|
border: {
|
|
@@ -184,6 +198,7 @@ export declare const colorDark: {
|
|
|
184
198
|
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
185
199
|
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
186
200
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
201
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 36%, transparent)";
|
|
187
202
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
188
203
|
readonly table: "oklch(0.2645 0 0)";
|
|
189
204
|
};
|
|
@@ -192,6 +207,7 @@ export declare const colorDark: {
|
|
|
192
207
|
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
193
208
|
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
194
209
|
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
210
|
+
readonly caution: "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
195
211
|
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
196
212
|
readonly secondary: "color-mix(in oklch, oklch(0.4997 0 0) 22%, transparent)";
|
|
197
213
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-dark.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/default/semantic/color-dark.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AASH,eAAO,MAAM,EAAE
|
|
1
|
+
{"version":3,"file":"color-dark.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/default/semantic/color-dark.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AASH,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgFL,CAAC;AAIX,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;CAyBL,CAAC;AAIX,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAiBT,CAAC;AAIX,eAAO,MAAM,IAAI;;;;;;;;CAQP,CAAC;AAIX,eAAO,MAAM,OAAO;;;CAQV,CAAC;AAKX,eAAO,MAAM,KAAK;;;;;;;CAOR,CAAC;AAEX,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAC"}
|
|
@@ -44,6 +44,10 @@ export declare const bg: {
|
|
|
44
44
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
45
45
|
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, black)";
|
|
46
46
|
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
47
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
48
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 14%, transparent)";
|
|
49
|
+
readonly "caution-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 90%, black)";
|
|
50
|
+
readonly "caution-muted-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
47
51
|
readonly info: "oklch(0.62 0.210 280)";
|
|
48
52
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
49
53
|
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, black)";
|
|
@@ -74,11 +78,13 @@ export declare const fg: {
|
|
|
74
78
|
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
75
79
|
readonly success: "oklch(0.66 0.135 161)";
|
|
76
80
|
readonly warning: "oklch(0.81 0.160 81)";
|
|
81
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
77
82
|
readonly info: "oklch(0.62 0.210 280)";
|
|
78
83
|
readonly "on-brand": "oklch(1 0 0)";
|
|
79
84
|
readonly "on-danger": "oklch(1 0 0)";
|
|
80
85
|
readonly "on-success": "oklch(1 0 0)";
|
|
81
86
|
readonly "on-warning": "oklch(0 0 0)";
|
|
87
|
+
readonly "on-caution": "oklch(0 0 0)";
|
|
82
88
|
readonly "on-info": "oklch(1 0 0)";
|
|
83
89
|
};
|
|
84
90
|
export declare const border: {
|
|
@@ -91,6 +97,7 @@ export declare const border: {
|
|
|
91
97
|
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
92
98
|
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
93
99
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
100
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 36%, transparent)";
|
|
94
101
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
95
102
|
readonly table: "oklch(0.931 0 0)";
|
|
96
103
|
};
|
|
@@ -99,6 +106,7 @@ export declare const ring: {
|
|
|
99
106
|
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
100
107
|
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
101
108
|
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
109
|
+
readonly caution: "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
102
110
|
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
103
111
|
readonly secondary: "color-mix(in oklch, oklch(0.4997 0 0) 22%, transparent)";
|
|
104
112
|
};
|
|
@@ -142,6 +150,10 @@ export declare const colorLight: {
|
|
|
142
150
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
143
151
|
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, black)";
|
|
144
152
|
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
153
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
154
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 14%, transparent)";
|
|
155
|
+
readonly "caution-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 90%, black)";
|
|
156
|
+
readonly "caution-muted-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
145
157
|
readonly info: "oklch(0.62 0.210 280)";
|
|
146
158
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
147
159
|
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, black)";
|
|
@@ -172,11 +184,13 @@ export declare const colorLight: {
|
|
|
172
184
|
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
173
185
|
readonly success: "oklch(0.66 0.135 161)";
|
|
174
186
|
readonly warning: "oklch(0.81 0.160 81)";
|
|
187
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
175
188
|
readonly info: "oklch(0.62 0.210 280)";
|
|
176
189
|
readonly "on-brand": "oklch(1 0 0)";
|
|
177
190
|
readonly "on-danger": "oklch(1 0 0)";
|
|
178
191
|
readonly "on-success": "oklch(1 0 0)";
|
|
179
192
|
readonly "on-warning": "oklch(0 0 0)";
|
|
193
|
+
readonly "on-caution": "oklch(0 0 0)";
|
|
180
194
|
readonly "on-info": "oklch(1 0 0)";
|
|
181
195
|
};
|
|
182
196
|
border: {
|
|
@@ -189,6 +203,7 @@ export declare const colorLight: {
|
|
|
189
203
|
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
190
204
|
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
191
205
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
206
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 36%, transparent)";
|
|
192
207
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
193
208
|
readonly table: "oklch(0.931 0 0)";
|
|
194
209
|
};
|
|
@@ -197,6 +212,7 @@ export declare const colorLight: {
|
|
|
197
212
|
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
198
213
|
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
199
214
|
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
215
|
+
readonly caution: "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
200
216
|
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
201
217
|
readonly secondary: "color-mix(in oklch, oklch(0.4997 0 0) 22%, transparent)";
|
|
202
218
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-light.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/default/semantic/color-light.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AASH,eAAO,MAAM,EAAE
|
|
1
|
+
{"version":3,"file":"color-light.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/default/semantic/color-light.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AASH,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkFL,CAAC;AAIX,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;CAyBL,CAAC;AAIX,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAiBT,CAAC;AAIX,eAAO,MAAM,IAAI;;;;;;;;CAQP,CAAC;AAIX,eAAO,MAAM,OAAO;;;CAQV,CAAC;AAMX,eAAO,MAAM,KAAK;;;;;;;CAOR,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAC"}
|
|
@@ -33,6 +33,7 @@ export declare const shadow: {
|
|
|
33
33
|
readonly ring: "0 0 0 3px color-mix(in oklch, oklch(0.5248 0.1415 150.9) 22%, transparent)";
|
|
34
34
|
readonly "ring-danger": "0 0 0 3px color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
35
35
|
readonly "ring-warning": "0 0 0 3px color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
36
|
+
readonly "ring-caution": "0 0 0 3px color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
36
37
|
readonly "ring-success": "0 0 0 3px color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
37
38
|
readonly "ring-info": "0 0 0 3px color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
38
39
|
};
|
|
@@ -47,6 +48,7 @@ export declare const shadow: {
|
|
|
47
48
|
readonly ring: "0 0 0 3px color-mix(in oklch, oklch(0.7289 0.1571 162.3) 22%, transparent)";
|
|
48
49
|
readonly "ring-danger": "0 0 0 3px color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
49
50
|
readonly "ring-warning": "0 0 0 3px color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
51
|
+
readonly "ring-caution": "0 0 0 3px color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
50
52
|
readonly "ring-success": "0 0 0 3px color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
51
53
|
readonly "ring-info": "0 0 0 3px color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
52
54
|
};
|
|
@@ -94,6 +96,7 @@ export declare const elevation: {
|
|
|
94
96
|
readonly ring: "0 0 0 3px color-mix(in oklch, oklch(0.5248 0.1415 150.9) 22%, transparent)";
|
|
95
97
|
readonly "ring-danger": "0 0 0 3px color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
96
98
|
readonly "ring-warning": "0 0 0 3px color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
99
|
+
readonly "ring-caution": "0 0 0 3px color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
97
100
|
readonly "ring-success": "0 0 0 3px color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
98
101
|
readonly "ring-info": "0 0 0 3px color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
99
102
|
};
|
|
@@ -108,6 +111,7 @@ export declare const elevation: {
|
|
|
108
111
|
readonly ring: "0 0 0 3px color-mix(in oklch, oklch(0.7289 0.1571 162.3) 22%, transparent)";
|
|
109
112
|
readonly "ring-danger": "0 0 0 3px color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
110
113
|
readonly "ring-warning": "0 0 0 3px color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
114
|
+
readonly "ring-caution": "0 0 0 3px color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
111
115
|
readonly "ring-success": "0 0 0 3px color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
112
116
|
readonly "ring-info": "0 0 0 3px color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
113
117
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elevation.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/default/semantic/elevation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAMH,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"elevation.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/default/semantic/elevation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAMH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCT,CAAC;AAGX,eAAO,MAAM,OAAO;;;;;;;;;;;;CAiBV,CAAC;AAGX,eAAO,MAAM,IAAI;;;;;CAKP,CAAC;AAGX,eAAO,MAAM,MAAM;;;;;;;;;;CAUT,CAAC;AAEX,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAC;AACpE,MAAM,MAAM,cAAc,GAAG,OAAO,SAAS,CAAC"}
|
|
@@ -94,6 +94,20 @@ export declare const warning: {
|
|
|
94
94
|
readonly 900: "oklch(0.34 0.085 81)";
|
|
95
95
|
readonly 950: "oklch(0.24 0.060 81)";
|
|
96
96
|
};
|
|
97
|
+
export declare const caution: {
|
|
98
|
+
readonly 50: "oklch(0.97 0.016 55)";
|
|
99
|
+
readonly 100: "oklch(0.95 0.027 55)";
|
|
100
|
+
readonly 150: "oklch(0.93 0.038 55)";
|
|
101
|
+
readonly 200: "oklch(0.90 0.056 55)";
|
|
102
|
+
readonly 300: "oklch(0.83 0.102 55)";
|
|
103
|
+
readonly 400: "oklch(0.78 0.138 55)";
|
|
104
|
+
readonly 500: "oklch(0.74 0.170 55)";
|
|
105
|
+
readonly 600: "oklch(0.65 0.149 55)";
|
|
106
|
+
readonly 700: "oklch(0.55 0.126 55)";
|
|
107
|
+
readonly 800: "oklch(0.44 0.101 55)";
|
|
108
|
+
readonly 900: "oklch(0.33 0.076 55)";
|
|
109
|
+
readonly 950: "oklch(0.23 0.053 55)";
|
|
110
|
+
};
|
|
97
111
|
export declare const info: {
|
|
98
112
|
readonly 50: "oklch(0.97 0.025 280)";
|
|
99
113
|
readonly 100: "oklch(0.93 0.050 280)";
|
|
@@ -207,6 +221,20 @@ export declare const colorPalette: {
|
|
|
207
221
|
readonly 900: "oklch(0.34 0.085 81)";
|
|
208
222
|
readonly 950: "oklch(0.24 0.060 81)";
|
|
209
223
|
};
|
|
224
|
+
caution: {
|
|
225
|
+
readonly 50: "oklch(0.97 0.016 55)";
|
|
226
|
+
readonly 100: "oklch(0.95 0.027 55)";
|
|
227
|
+
readonly 150: "oklch(0.93 0.038 55)";
|
|
228
|
+
readonly 200: "oklch(0.90 0.056 55)";
|
|
229
|
+
readonly 300: "oklch(0.83 0.102 55)";
|
|
230
|
+
readonly 400: "oklch(0.78 0.138 55)";
|
|
231
|
+
readonly 500: "oklch(0.74 0.170 55)";
|
|
232
|
+
readonly 600: "oklch(0.65 0.149 55)";
|
|
233
|
+
readonly 700: "oklch(0.55 0.126 55)";
|
|
234
|
+
readonly 800: "oklch(0.44 0.101 55)";
|
|
235
|
+
readonly 900: "oklch(0.33 0.076 55)";
|
|
236
|
+
readonly 950: "oklch(0.23 0.053 55)";
|
|
237
|
+
};
|
|
210
238
|
danger: {
|
|
211
239
|
readonly 50: "oklch(0.97 0.025 25)";
|
|
212
240
|
readonly 100: "oklch(0.94 0.050 25)";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-palette.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/green/primitives/color-palette.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAGH,eAAO,MAAM,KAAK;;;;;;;;;;;;;CAaR,CAAC;AAIX,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAahB,CAAC;AAKX,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAeP,CAAC;AAGX,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAaT,CAAC;AAGX,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAaV,CAAC;AAGX,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAaV,CAAC;AAGX,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAaP,CAAC;AAGX,eAAO,MAAM,KAAK,iBAAiB,CAAC;AACpC,eAAO,MAAM,KAAK,iBAAiB,CAAC;AAGpC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;CAyBR,CAAC;AAEX,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"color-palette.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/green/primitives/color-palette.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAGH,eAAO,MAAM,KAAK;;;;;;;;;;;;;CAaR,CAAC;AAIX,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAahB,CAAC;AAKX,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAeP,CAAC;AAGX,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAaT,CAAC;AAGX,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAaV,CAAC;AAGX,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAaV,CAAC;AAGX,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAaV,CAAC;AAGX,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAaP,CAAC;AAGX,eAAO,MAAM,KAAK,iBAAiB,CAAC;AACpC,eAAO,MAAM,KAAK,iBAAiB,CAAC;AAGpC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;CAyBR,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKxB,CAAC"}
|
|
@@ -32,6 +32,10 @@ export declare const bg: {
|
|
|
32
32
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
33
33
|
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, white)";
|
|
34
34
|
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
35
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
36
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 14%, transparent)";
|
|
37
|
+
readonly "caution-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 90%, white)";
|
|
38
|
+
readonly "caution-muted-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
35
39
|
readonly info: "oklch(0.62 0.210 280)";
|
|
36
40
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
37
41
|
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, white)";
|
|
@@ -62,11 +66,13 @@ export declare const fg: {
|
|
|
62
66
|
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
63
67
|
readonly success: "oklch(0.66 0.135 161)";
|
|
64
68
|
readonly warning: "oklch(0.81 0.160 81)";
|
|
69
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
65
70
|
readonly info: "oklch(0.62 0.210 280)";
|
|
66
71
|
readonly "on-brand": "oklch(0 0 0)";
|
|
67
72
|
readonly "on-danger": "oklch(1 0 0)";
|
|
68
73
|
readonly "on-success": "oklch(0 0 0)";
|
|
69
74
|
readonly "on-warning": "oklch(0 0 0)";
|
|
75
|
+
readonly "on-caution": "oklch(0 0 0)";
|
|
70
76
|
readonly "on-info": "oklch(1 0 0)";
|
|
71
77
|
};
|
|
72
78
|
export declare const border: {
|
|
@@ -79,6 +85,7 @@ export declare const border: {
|
|
|
79
85
|
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
80
86
|
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
81
87
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
88
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 36%, transparent)";
|
|
82
89
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
83
90
|
readonly table: "oklch(0.2645 0.026 142)";
|
|
84
91
|
};
|
|
@@ -87,6 +94,7 @@ export declare const ring: {
|
|
|
87
94
|
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
88
95
|
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
89
96
|
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
97
|
+
readonly caution: "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
90
98
|
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
91
99
|
readonly secondary: "color-mix(in oklch, oklch(0.4997 0.028 142) 22%, transparent)";
|
|
92
100
|
};
|
|
@@ -130,6 +138,10 @@ export declare const colorDark: {
|
|
|
130
138
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
131
139
|
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, white)";
|
|
132
140
|
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
141
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
142
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 14%, transparent)";
|
|
143
|
+
readonly "caution-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 90%, white)";
|
|
144
|
+
readonly "caution-muted-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
133
145
|
readonly info: "oklch(0.62 0.210 280)";
|
|
134
146
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
135
147
|
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, white)";
|
|
@@ -160,11 +172,13 @@ export declare const colorDark: {
|
|
|
160
172
|
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
161
173
|
readonly success: "oklch(0.66 0.135 161)";
|
|
162
174
|
readonly warning: "oklch(0.81 0.160 81)";
|
|
175
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
163
176
|
readonly info: "oklch(0.62 0.210 280)";
|
|
164
177
|
readonly "on-brand": "oklch(0 0 0)";
|
|
165
178
|
readonly "on-danger": "oklch(1 0 0)";
|
|
166
179
|
readonly "on-success": "oklch(0 0 0)";
|
|
167
180
|
readonly "on-warning": "oklch(0 0 0)";
|
|
181
|
+
readonly "on-caution": "oklch(0 0 0)";
|
|
168
182
|
readonly "on-info": "oklch(1 0 0)";
|
|
169
183
|
};
|
|
170
184
|
border: {
|
|
@@ -177,6 +191,7 @@ export declare const colorDark: {
|
|
|
177
191
|
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
178
192
|
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
179
193
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
194
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 36%, transparent)";
|
|
180
195
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
181
196
|
readonly table: "oklch(0.2645 0.026 142)";
|
|
182
197
|
};
|
|
@@ -185,6 +200,7 @@ export declare const colorDark: {
|
|
|
185
200
|
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
186
201
|
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
187
202
|
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
203
|
+
readonly caution: "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
188
204
|
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
189
205
|
readonly secondary: "color-mix(in oklch, oklch(0.4997 0.028 142) 22%, transparent)";
|
|
190
206
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-dark.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/green/semantic/color-dark.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAgBH,eAAO,MAAM,EAAE
|
|
1
|
+
{"version":3,"file":"color-dark.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/green/semantic/color-dark.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAgBH,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmEL,CAAC;AAIX,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;CAqBL,CAAC;AAIX,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAgBT,CAAC;AAIX,eAAO,MAAM,IAAI;;;;;;;;CAQP,CAAC;AAIX,eAAO,MAAM,OAAO;;;CAGV,CAAC;AAGX,eAAO,MAAM,KAAK;;;;;;;CAOR,CAAC;AAEX,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAC"}
|
|
@@ -33,6 +33,10 @@ export declare const bg: {
|
|
|
33
33
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
34
34
|
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, black)";
|
|
35
35
|
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
36
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
37
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 14%, transparent)";
|
|
38
|
+
readonly "caution-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 90%, black)";
|
|
39
|
+
readonly "caution-muted-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
36
40
|
readonly info: "oklch(0.62 0.210 280)";
|
|
37
41
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
38
42
|
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, black)";
|
|
@@ -63,11 +67,13 @@ export declare const fg: {
|
|
|
63
67
|
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
64
68
|
readonly success: "oklch(0.66 0.135 161)";
|
|
65
69
|
readonly warning: "oklch(0.81 0.160 81)";
|
|
70
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
66
71
|
readonly info: "oklch(0.62 0.210 280)";
|
|
67
72
|
readonly "on-brand": "oklch(1 0 0)";
|
|
68
73
|
readonly "on-danger": "oklch(1 0 0)";
|
|
69
74
|
readonly "on-success": "oklch(1 0 0)";
|
|
70
75
|
readonly "on-warning": "oklch(0 0 0)";
|
|
76
|
+
readonly "on-caution": "oklch(0 0 0)";
|
|
71
77
|
readonly "on-info": "oklch(1 0 0)";
|
|
72
78
|
};
|
|
73
79
|
export declare const border: {
|
|
@@ -80,6 +86,7 @@ export declare const border: {
|
|
|
80
86
|
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
81
87
|
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
82
88
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
89
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 36%, transparent)";
|
|
83
90
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
84
91
|
readonly table: "oklch(0.931 0.007 142)";
|
|
85
92
|
};
|
|
@@ -88,6 +95,7 @@ export declare const ring: {
|
|
|
88
95
|
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
89
96
|
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
90
97
|
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
98
|
+
readonly caution: "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
91
99
|
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
92
100
|
readonly secondary: "color-mix(in oklch, oklch(0.4997 0.028 142) 22%, transparent)";
|
|
93
101
|
};
|
|
@@ -131,6 +139,10 @@ export declare const colorLight: {
|
|
|
131
139
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
132
140
|
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, black)";
|
|
133
141
|
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
142
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
143
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 14%, transparent)";
|
|
144
|
+
readonly "caution-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 90%, black)";
|
|
145
|
+
readonly "caution-muted-hover": "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
134
146
|
readonly info: "oklch(0.62 0.210 280)";
|
|
135
147
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
136
148
|
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, black)";
|
|
@@ -161,11 +173,13 @@ export declare const colorLight: {
|
|
|
161
173
|
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
162
174
|
readonly success: "oklch(0.66 0.135 161)";
|
|
163
175
|
readonly warning: "oklch(0.81 0.160 81)";
|
|
176
|
+
readonly caution: "oklch(0.74 0.170 55)";
|
|
164
177
|
readonly info: "oklch(0.62 0.210 280)";
|
|
165
178
|
readonly "on-brand": "oklch(1 0 0)";
|
|
166
179
|
readonly "on-danger": "oklch(1 0 0)";
|
|
167
180
|
readonly "on-success": "oklch(1 0 0)";
|
|
168
181
|
readonly "on-warning": "oklch(0 0 0)";
|
|
182
|
+
readonly "on-caution": "oklch(0 0 0)";
|
|
169
183
|
readonly "on-info": "oklch(1 0 0)";
|
|
170
184
|
};
|
|
171
185
|
border: {
|
|
@@ -178,6 +192,7 @@ export declare const colorLight: {
|
|
|
178
192
|
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
179
193
|
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
180
194
|
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
195
|
+
readonly "caution-muted": "color-mix(in oklch, oklch(0.74 0.170 55) 36%, transparent)";
|
|
181
196
|
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
182
197
|
readonly table: "oklch(0.931 0.007 142)";
|
|
183
198
|
};
|
|
@@ -186,6 +201,7 @@ export declare const colorLight: {
|
|
|
186
201
|
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
187
202
|
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
188
203
|
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
204
|
+
readonly caution: "color-mix(in oklch, oklch(0.74 0.170 55) 22%, transparent)";
|
|
189
205
|
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
190
206
|
readonly secondary: "color-mix(in oklch, oklch(0.4997 0.028 142) 22%, transparent)";
|
|
191
207
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-light.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/green/semantic/color-light.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AASH,eAAO,MAAM,EAAE
|
|
1
|
+
{"version":3,"file":"color-light.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/green/semantic/color-light.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AASH,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmEL,CAAC;AAIX,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;CAqBL,CAAC;AAIX,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAgBT,CAAC;AAIX,eAAO,MAAM,IAAI;;;;;;;;CAQP,CAAC;AAIX,eAAO,MAAM,OAAO;;;CAGV,CAAC;AAGX,eAAO,MAAM,KAAK;;;;;;;CAOR,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAC"}
|
|
@@ -57,6 +57,9 @@ export declare const success: {
|
|
|
57
57
|
export declare const warning: {
|
|
58
58
|
readonly 500: "#ffb620";
|
|
59
59
|
};
|
|
60
|
+
export declare const caution: {
|
|
61
|
+
readonly 500: "#fe9553";
|
|
62
|
+
};
|
|
60
63
|
export declare const danger: {
|
|
61
64
|
readonly 500: "#ff6b6b";
|
|
62
65
|
};
|
|
@@ -124,6 +127,9 @@ export declare const colorPalette: {
|
|
|
124
127
|
warning: {
|
|
125
128
|
readonly 500: "#ffb620";
|
|
126
129
|
};
|
|
130
|
+
caution: {
|
|
131
|
+
readonly 500: "#fe9553";
|
|
132
|
+
};
|
|
127
133
|
danger: {
|
|
128
134
|
readonly 500: "#ff6b6b";
|
|
129
135
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-palette.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/pay/primitives/color-palette.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,eAAO,MAAM,KAAK;;;;;;;;;;;;;CAaR,CAAC;AAGX,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAahB,CAAC;AAGX,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAaP,CAAC;AAGX,eAAO,MAAM,OAAO;;CAA8B,CAAC;AACnD,eAAO,MAAM,OAAO;;CAA8B,CAAC;AACnD,eAAO,MAAM,MAAM;;CAA+B,CAAC;AACnD,eAAO,MAAM,IAAI;;CAAiC,CAAC;AAGnD,eAAO,MAAM,KAAK,YAAY,CAAC;AAC/B,eAAO,MAAM,KAAK,YAAY,CAAC;AAE/B,eAAO,MAAM,KAAK;;;;;;;;;CAGR,CAAC;AAEX,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"color-palette.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/pay/primitives/color-palette.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,eAAO,MAAM,KAAK;;;;;;;;;;;;;CAaR,CAAC;AAGX,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAahB,CAAC;AAGX,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAaP,CAAC;AAGX,eAAO,MAAM,OAAO;;CAA8B,CAAC;AACnD,eAAO,MAAM,OAAO;;CAA8B,CAAC;AACnD,eAAO,MAAM,OAAO;;CAA8B,CAAC;AACnD,eAAO,MAAM,MAAM;;CAA+B,CAAC;AACnD,eAAO,MAAM,IAAI;;CAAiC,CAAC;AAGnD,eAAO,MAAM,KAAK,YAAY,CAAC;AAC/B,eAAO,MAAM,KAAK,YAAY,CAAC;AAE/B,eAAO,MAAM,KAAK;;;;;;;;;CAGR,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAExB,CAAC"}
|