@vsn-ux/gaia-styles 1.0.0-alpha.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.
Files changed (51) hide show
  1. package/README.md +125 -0
  2. package/dist/all-no-reset-10pt.css +994 -0
  3. package/dist/all-no-reset.css +994 -0
  4. package/dist/all.css +1135 -0
  5. package/dist/base.css +6 -0
  6. package/dist/components/avatar.css +34 -0
  7. package/dist/components/badge.css +116 -0
  8. package/dist/components/button.css +115 -0
  9. package/dist/components/card.css +38 -0
  10. package/dist/components/checkbox.css +89 -0
  11. package/dist/components/form-field.css +28 -0
  12. package/dist/components/input.css +71 -0
  13. package/dist/components/menu.css +61 -0
  14. package/dist/components/radio-button.css +107 -0
  15. package/dist/components/segmented-control.css +74 -0
  16. package/dist/components/text-area.css +61 -0
  17. package/dist/components/tooltip.css +124 -0
  18. package/dist/components.css +765 -0
  19. package/dist/design-tokens.css +159 -0
  20. package/dist/design-tokens.d.ts +167 -0
  21. package/dist/design-tokens.js +1654 -0
  22. package/package.json +73 -0
  23. package/src/design-tokens/dtcg-tokens.json +504 -0
  24. package/src/font/Inter-Bold.woff2 +0 -0
  25. package/src/font/Inter-BoldItalic.woff2 +0 -0
  26. package/src/font/Inter-Italic.woff2 +0 -0
  27. package/src/font/Inter-Medium.woff2 +0 -0
  28. package/src/font/Inter-MediumItalic.woff2 +0 -0
  29. package/src/font/Inter-Regular.woff2 +0 -0
  30. package/src/font/Inter-SemiBold.woff2 +0 -0
  31. package/src/font/Inter-SemiBoldItalic.woff2 +0 -0
  32. package/src/font/inter.css +56 -0
  33. package/src/styles/all-no-reset-10pt.css +12 -0
  34. package/src/styles/all-no-reset.css +7 -0
  35. package/src/styles/all.css +8 -0
  36. package/src/styles/base.css +3 -0
  37. package/src/styles/components/avatar.css +11 -0
  38. package/src/styles/components/badge.css +39 -0
  39. package/src/styles/components/button.css +83 -0
  40. package/src/styles/components/card.css +19 -0
  41. package/src/styles/components/checkbox.css +66 -0
  42. package/src/styles/components/form-field.css +11 -0
  43. package/src/styles/components/input.css +40 -0
  44. package/src/styles/components/menu.css +28 -0
  45. package/src/styles/components/radio-button.css +44 -0
  46. package/src/styles/components/segmented-control.css +40 -0
  47. package/src/styles/components/text-area.css +27 -0
  48. package/src/styles/components/tooltip.css +92 -0
  49. package/src/styles/components.css +12 -0
  50. package/src/styles/tailwind.css +2 -0
  51. package/src/styles/theme.css +68 -0
package/dist/all.css ADDED
@@ -0,0 +1,1135 @@
1
+ /*! tailwindcss v4.0.6 | MIT License | https://tailwindcss.com */
2
+ :root {
3
+ --ga-color-blue-10: #edf4fe;
4
+ --ga-color-blue-40: #93bbf9;
5
+ --ga-color-blue-70: #1f4ddb;
6
+ --ga-color-border-action: var(--ga-color-primary);
7
+ --ga-color-border-action-hover: var(--ga-color-primary-60);
8
+ --ga-color-border-action-hover-2: var(--ga-color-secondary-30);
9
+ --ga-color-border-disabled: var(--ga-color-neutral);
10
+ --ga-color-border-error: var(--ga-color-error);
11
+ --ga-color-border-focus: var(--ga-color-primary);
12
+ --ga-color-border-information: var(--ga-color-information);
13
+ --ga-color-border-primary: var(--ga-color-neutral-30);
14
+ --ga-color-border-secondary: var(--ga-color-secondary-30);
15
+ --ga-color-border-success: var(--ga-color-success);
16
+ --ga-color-border-warning: var(--ga-color-warning);
17
+ --ga-color-cyan-60: #377ea0;
18
+ --ga-color-cyan-70: #2a6480;
19
+ --ga-color-cyan-80: #1f4e66;
20
+ --ga-color-cyan-90: #133445;
21
+ --ga-color-error: var(--ga-color-red-70);
22
+ --ga-color-error-light: var(--ga-color-utility-red-light);
23
+ --ga-color-green-10: #eef5ee;
24
+ --ga-color-green-40: #9bc59b;
25
+ --ga-color-green-70: #2e6b31;
26
+ --ga-color-grey-10: #f2f2f2;
27
+ --ga-color-grey-40: #b9b9b9;
28
+ --ga-color-indigo-10: #f0f2fe;
29
+ --ga-color-indigo-40: #adb4f9;
30
+ --ga-color-information: var(--ga-color-blue-70);
31
+ --ga-color-information-light: var(--ga-color-utility-blue-light);
32
+ --ga-color-lime-10: #edf6dd;
33
+ --ga-color-lime-40: #a5c656;
34
+ --ga-color-neutral: var(--ga-color-neutral-30);
35
+ --ga-color-neutral-10: #f2f3f5;
36
+ --ga-color-neutral-20: #e2e4e9;
37
+ --ga-color-neutral-30: #cccfd7;
38
+ --ga-color-neutral-50: #8f95a4;
39
+ --ga-color-neutral-60: #6f7687;
40
+ --ga-color-orange-10: #fcf0e7;
41
+ --ga-color-orange-20: #fae0ce;
42
+ --ga-color-orange-30: #f5c3a1;
43
+ --ga-color-orange-40: #f2a676;
44
+ --ga-color-orange-60: #bb5822;
45
+ --ga-color-pink-10: #fbeefc;
46
+ --ga-color-pink-40: #e79dee;
47
+ --ga-color-primary: var(--ga-color-cyan-80);
48
+ --ga-color-primary-60: var(--ga-color-cyan-60);
49
+ --ga-color-primary-70: var(--ga-color-cyan-70);
50
+ --ga-color-primary-90: var(--ga-color-cyan-90);
51
+ --ga-color-purple-10: #f3f1fe;
52
+ --ga-color-purple-40: #c3acf9;
53
+ --ga-color-red-10: #fcf1ee;
54
+ --ga-color-red-40: #eca79e;
55
+ --ga-color-red-70: #b0241d;
56
+ --ga-color-rose-10: #fcf0f4;
57
+ --ga-color-rose-40: #efa1bd;
58
+ --ga-color-secondary: var(--ga-color-orange-20);
59
+ --ga-color-secondary-10: var(--ga-color-orange-10);
60
+ --ga-color-secondary-30: var(--ga-color-orange-30);
61
+ --ga-color-success: var(--ga-color-green-70);
62
+ --ga-color-success-light: var(--ga-color-utility-green-light);
63
+ --ga-color-surface-action: var(--ga-color-primary);
64
+ --ga-color-surface-action-hover: var(--ga-color-primary-90);
65
+ --ga-color-surface-action-hover-2: var(--ga-color-orange-20);
66
+ --ga-color-surface-disable-selected: var(--ga-color-neutral-50);
67
+ --ga-color-surface-disabled: var(--ga-color-neutral-20);
68
+ --ga-color-surface-error: var(--ga-color-utility-red-light);
69
+ --ga-color-surface-information: var(--ga-color-information-light);
70
+ --ga-color-surface-page: var(--ga-color-neutral-10);
71
+ --ga-color-surface-primary: var(--ga-color-white);
72
+ --ga-color-surface-success: var(--ga-color-success-light);
73
+ --ga-color-surface-warning: var(--ga-color-utility-orange-light);
74
+ --ga-color-teal-10: #ecf5f4;
75
+ --ga-color-teal-20: #d5e8e6;
76
+ --ga-color-teal-30: #b4d7d4;
77
+ --ga-color-teal-40: #92c3c0;
78
+ --ga-color-teal-50: #51a39e;
79
+ --ga-color-teal-60: #3a837e;
80
+ --ga-color-teal-70: #2c6764;
81
+ --ga-color-teal-80: #21514e;
82
+ --ga-color-teal-90: #143734;
83
+ --ga-color-teal-100: #081f1f;
84
+ --ga-color-text-action: var(--ga-color-primary);
85
+ --ga-color-text-action-hover: var(--ga-color-primary-90);
86
+ --ga-color-text-body: var(--ga-color-primary-90);
87
+ --ga-color-text-disable-selected: var(--ga-color-neutral-60);
88
+ --ga-color-text-disabled: var(--ga-color-utility-grey);
89
+ --ga-color-text-error: var(--ga-color-primary-90);
90
+ --ga-color-text-headings: var(--ga-color-primary-90);
91
+ --ga-color-text-information: var(--ga-color-primary-90);
92
+ --ga-color-text-on-action: var(--ga-color-secondary-10);
93
+ --ga-color-text-on-disabled: var(--ga-color-primary-70);
94
+ --ga-color-text-success: var(--ga-color-primary-90);
95
+ --ga-color-text-warning: var(--ga-color-primary-90);
96
+ --ga-color-utility-blue: var(--ga-color-blue-40);
97
+ --ga-color-utility-blue-light: var(--ga-color-blue-10);
98
+ --ga-color-utility-green: var(--ga-color-green-40);
99
+ --ga-color-utility-green-light: var(--ga-color-green-10);
100
+ --ga-color-utility-grey: var(--ga-color-grey-40);
101
+ --ga-color-utility-grey-light: var(--ga-color-grey-10);
102
+ --ga-color-utility-indigo: var(--ga-color-indigo-40);
103
+ --ga-color-utility-indigo-light: var(--ga-color-indigo-10);
104
+ --ga-color-utility-lime: var(--ga-color-lime-40);
105
+ --ga-color-utility-lime-light: var(--ga-color-lime-10);
106
+ --ga-color-utility-orange: var(--ga-color-orange-40);
107
+ --ga-color-utility-orange-light: var(--ga-color-orange-10);
108
+ --ga-color-utility-pink: var(--ga-color-pink-40);
109
+ --ga-color-utility-pink-light: var(--ga-color-pink-10);
110
+ --ga-color-utility-purple: var(--ga-color-purple-40);
111
+ --ga-color-utility-purple-light: var(--ga-color-purple-10);
112
+ --ga-color-utility-red: var(--ga-color-red-40);
113
+ --ga-color-utility-red-light: var(--ga-color-red-10);
114
+ --ga-color-utility-rose: var(--ga-color-rose-40);
115
+ --ga-color-utility-rose-light: var(--ga-color-rose-10);
116
+ --ga-color-utility-teal: var(--ga-color-teal-40);
117
+ --ga-color-utility-teal-light: var(--ga-color-teal-10);
118
+ --ga-color-utility-yellow: var(--ga-color-yellow-40);
119
+ --ga-color-utility-yellow-light: var(--ga-color-yellow-10);
120
+ --ga-color-warning: var(--ga-color-orange-60);
121
+ --ga-color-warning-light: var(--ga-color-utility-orange-light);
122
+ --ga-color-white: #ffffff;
123
+ --ga-color-yellow-10: #fdf5ae;
124
+ --ga-color-yellow-40: #e1b402;
125
+ --ga-font-family: "Inter";
126
+ --ga-radius: 4px;
127
+ --ga-radius-round: 99999px;
128
+ --ga-radius-sharp: 0.28px;
129
+ --ga-size-0: 0;
130
+ --ga-size-2: 2px;
131
+ --ga-size-4: 4px;
132
+ --ga-size-8: 8px;
133
+ --ga-size-10: 10px;
134
+ --ga-size-11: 11px;
135
+ --ga-size-12: 12px;
136
+ --ga-size-14: 14px;
137
+ --ga-size-16: 16px;
138
+ --ga-size-20: 20px;
139
+ --ga-size-24: 24px;
140
+ --ga-size-32: 32px;
141
+ --ga-size-36: 36px;
142
+ --ga-size-40: 40px;
143
+ --ga-size-48: 48px;
144
+ --ga-size-64: 64px;
145
+ --ga-size-80: 80px;
146
+ --ga-size-96: 96px;
147
+ --ga-size-160: 160px;
148
+ --ga-size-font-2xl: var(--ga-size-24);
149
+ --ga-size-font-3xl: var(--ga-size-36);
150
+ --ga-size-font-lg: var(--ga-size-16);
151
+ --ga-size-font-md: var(--ga-size-14);
152
+ --ga-size-font-sm: var(--ga-size-12);
153
+ --ga-size-font-xl: var(--ga-size-20);
154
+ --ga-size-font-xs: var(--ga-size-11);
155
+ }
156
+ @layer theme, base, components, utilities;
157
+ @layer theme {
158
+ :root, :host {
159
+ --color-cyan-60: var(--ga-color-cyan-60);
160
+ --color-cyan-70: var(--ga-color-cyan-70);
161
+ --color-cyan-80: var(--ga-color-cyan-80);
162
+ --color-cyan-90: var(--ga-color-cyan-90);
163
+ --color-blue-10: var(--ga-color-blue-10);
164
+ --color-blue-40: var(--ga-color-blue-40);
165
+ --color-green-10: var(--ga-color-green-10);
166
+ --color-green-40: var(--ga-color-green-40);
167
+ --color-grey-10: var(--ga-color-grey-10);
168
+ --color-grey-40: var(--ga-color-grey-40);
169
+ --color-indigo-10: var(--ga-color-indigo-10);
170
+ --color-indigo-40: var(--ga-color-indigo-40);
171
+ --color-lime-10: var(--ga-color-lime-10);
172
+ --color-lime-40: var(--ga-color-lime-40);
173
+ --color-neutral: var(--ga-color-neutral);
174
+ --color-neutral-10: var(--ga-color-neutral-10);
175
+ --color-neutral-20: var(--ga-color-neutral-20);
176
+ --color-neutral-30: var(--ga-color-neutral-30);
177
+ --color-orange-10: var(--ga-color-orange-10);
178
+ --color-orange-20: var(--ga-color-orange-20);
179
+ --color-orange-30: var(--ga-color-orange-30);
180
+ --color-orange-40: var(--ga-color-orange-40);
181
+ --color-pink-10: var(--ga-color-pink-10);
182
+ --color-pink-40: var(--ga-color-pink-40);
183
+ --color-purple-10: var(--ga-color-purple-10);
184
+ --color-purple-40: var(--ga-color-purple-40);
185
+ --color-red-10: var(--ga-color-red-10);
186
+ --color-red-40: var(--ga-color-red-40);
187
+ --color-rose-10: var(--ga-color-rose-10);
188
+ --color-rose-40: var(--ga-color-rose-40);
189
+ --color-teal-10: var(--ga-color-teal-10);
190
+ --color-teal-20: var(--ga-color-teal-20);
191
+ --color-teal-30: var(--ga-color-teal-30);
192
+ --color-teal-40: var(--ga-color-teal-40);
193
+ --color-teal-50: var(--ga-color-teal-50);
194
+ --color-teal-60: var(--ga-color-teal-60);
195
+ --color-teal-70: var(--ga-color-teal-70);
196
+ --color-teal-80: var(--ga-color-teal-80);
197
+ --color-teal-90: var(--ga-color-teal-90);
198
+ --color-teal-100: var(--ga-color-teal-100);
199
+ --color-yellow-10: var(--ga-color-yellow-10);
200
+ --color-yellow-40: var(--ga-color-yellow-40);
201
+ --color-black: #000;
202
+ --color-white: #fff;
203
+ --font-inter: Inter, ui-sans-serif, system-ui, sans-serif;
204
+ --font-inter--font-feature-settings: 'liga' 1, 'calt' 1;
205
+ --default-font-family: var(--font-inter);
206
+ --text-xs: var(--ga-size-font-xs);
207
+ --text-sm: var(--ga-size-font-sm);
208
+ --text-md: var(--ga-size-font-md);
209
+ --text-lg: var(--ga-size-font-lg);
210
+ --text-xl: var(--ga-size-font-xl);
211
+ --text-2xl: var(--ga-size-font-2xl);
212
+ --text-3xl: var(--ga-size-font-3xl);
213
+ --font-weight-normal: 400;
214
+ --font-weight-medium: 500;
215
+ --font-weight-semibold: 600;
216
+ --font-weight-bold: 700;
217
+ --radius: var(--ga-radius);
218
+ --radius-sharp: var(--ga-radius-sharp);
219
+ --spacing: 0.25rem;
220
+ }
221
+ }
222
+ @layer base {
223
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
224
+ box-sizing: border-box;
225
+ margin: 0;
226
+ padding: 0;
227
+ border: 0 solid;
228
+ }
229
+ html, :host {
230
+ line-height: 1.5;
231
+ -webkit-text-size-adjust: 100%;
232
+ tab-size: 4;
233
+ font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' );
234
+ font-feature-settings: var(--default-font-feature-settings, normal);
235
+ font-variation-settings: var(--default-font-variation-settings, normal);
236
+ -webkit-tap-highlight-color: transparent;
237
+ }
238
+ body {
239
+ line-height: inherit;
240
+ }
241
+ hr {
242
+ height: 0;
243
+ color: inherit;
244
+ border-top-width: 1px;
245
+ }
246
+ abbr:where([title]) {
247
+ -webkit-text-decoration: underline dotted;
248
+ text-decoration: underline dotted;
249
+ }
250
+ h1, h2, h3, h4, h5, h6 {
251
+ font-size: inherit;
252
+ font-weight: inherit;
253
+ }
254
+ a {
255
+ color: inherit;
256
+ -webkit-text-decoration: inherit;
257
+ text-decoration: inherit;
258
+ }
259
+ b, strong {
260
+ font-weight: bolder;
261
+ }
262
+ code, kbd, samp, pre {
263
+ font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace );
264
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
265
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
266
+ font-size: 1em;
267
+ }
268
+ small {
269
+ font-size: 80%;
270
+ }
271
+ sub, sup {
272
+ font-size: 75%;
273
+ line-height: 0;
274
+ position: relative;
275
+ vertical-align: baseline;
276
+ }
277
+ sub {
278
+ bottom: -0.25em;
279
+ }
280
+ sup {
281
+ top: -0.5em;
282
+ }
283
+ table {
284
+ text-indent: 0;
285
+ border-color: inherit;
286
+ border-collapse: collapse;
287
+ }
288
+ :-moz-focusring {
289
+ outline: auto;
290
+ }
291
+ progress {
292
+ vertical-align: baseline;
293
+ }
294
+ summary {
295
+ display: list-item;
296
+ }
297
+ ol, ul, menu {
298
+ list-style: none;
299
+ }
300
+ img, svg, video, canvas, audio, iframe, embed, object {
301
+ display: block;
302
+ vertical-align: middle;
303
+ }
304
+ img, video {
305
+ max-width: 100%;
306
+ height: auto;
307
+ }
308
+ button, input, select, optgroup, textarea, ::file-selector-button {
309
+ font: inherit;
310
+ font-feature-settings: inherit;
311
+ font-variation-settings: inherit;
312
+ letter-spacing: inherit;
313
+ color: inherit;
314
+ border-radius: 0;
315
+ background-color: transparent;
316
+ opacity: 1;
317
+ }
318
+ :where(select:is([multiple], [size])) optgroup {
319
+ font-weight: bolder;
320
+ }
321
+ :where(select:is([multiple], [size])) optgroup option {
322
+ padding-inline-start: 20px;
323
+ }
324
+ ::file-selector-button {
325
+ margin-inline-end: 4px;
326
+ }
327
+ ::placeholder {
328
+ opacity: 1;
329
+ color: color-mix(in oklab, currentColor 50%, transparent);
330
+ }
331
+ textarea {
332
+ resize: vertical;
333
+ }
334
+ ::-webkit-search-decoration {
335
+ -webkit-appearance: none;
336
+ }
337
+ ::-webkit-date-and-time-value {
338
+ min-height: 1lh;
339
+ text-align: inherit;
340
+ }
341
+ ::-webkit-datetime-edit {
342
+ display: inline-flex;
343
+ }
344
+ ::-webkit-datetime-edit-fields-wrapper {
345
+ padding: 0;
346
+ }
347
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
348
+ padding-block: 0;
349
+ }
350
+ :-moz-ui-invalid {
351
+ box-shadow: none;
352
+ }
353
+ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
354
+ appearance: button;
355
+ }
356
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
357
+ height: auto;
358
+ }
359
+ [hidden]:where(:not([hidden='until-found'])) {
360
+ display: none !important;
361
+ }
362
+ }
363
+ @layer base {
364
+ body {
365
+ font-family: Inter, ui-sans-serif, system-ui, sans-serif;
366
+ font-feature-settings: 'liga' 1, 'calt' 1;
367
+ color: var(--ga-color-cyan-90);
368
+ }
369
+ }
370
+ @layer components {
371
+ .ga-avatar {
372
+ display: inline-flex;
373
+ height: calc(0.25rem * 10);
374
+ width: calc(0.25rem * 10);
375
+ align-items: center;
376
+ justify-content: center;
377
+ overflow: hidden;
378
+ border-radius: calc(infinity * 1px);
379
+ border-style: var(--tw-border-style);
380
+ border-width: 1px;
381
+ vertical-align: middle;
382
+ --tw-font-weight: 700;
383
+ font-weight: 700;
384
+ &.ga-avatar--small {
385
+ height: calc(0.25rem * 6);
386
+ width: calc(0.25rem * 6);
387
+ font-size: var(--ga-size-font-sm);
388
+ }
389
+ &.ga-avatar--large {
390
+ height: calc(0.25rem * 16);
391
+ width: calc(0.25rem * 16);
392
+ font-size: var(--ga-size-font-2xl);
393
+ }
394
+ }
395
+ .ga-badge {
396
+ display: inline-block;
397
+ border-radius: calc(infinity * 1px);
398
+ vertical-align: baseline;
399
+ &.ga-badge--text {
400
+ min-width: calc(0.25rem * 6);
401
+ padding: calc(0.25rem * 1);
402
+ text-align: center;
403
+ font-size: var(--ga-size-font-sm);
404
+ --tw-leading: calc(0.25rem * 4);
405
+ line-height: calc(0.25rem * 4);
406
+ --tw-font-weight: 500;
407
+ font-weight: 500;
408
+ white-space: nowrap;
409
+ }
410
+ &.ga-badge--dot {
411
+ height: calc(0.25rem * 2);
412
+ width: calc(0.25rem * 2);
413
+ }
414
+ &.ga-badge--default {
415
+ background-color: var(--ga-color-cyan-80);
416
+ color: var(--ga-color-orange-10);
417
+ }
418
+ &.ga-badge--default-inverted {
419
+ background-color: var(--ga-color-orange-20);
420
+ color: var(--ga-color-cyan-90);
421
+ }
422
+ &.ga-badge--information {
423
+ background-color: var(--ga-color-blue-40);
424
+ color: var(--ga-color-cyan-90);
425
+ }
426
+ &.ga-badge--error {
427
+ background-color: var(--ga-color-red-40);
428
+ color: var(--ga-color-cyan-90);
429
+ }
430
+ &.ga-badge--warning {
431
+ background-color: var(--ga-color-orange-40);
432
+ color: var(--ga-color-cyan-90);
433
+ }
434
+ &.ga-badge--success {
435
+ background-color: var(--ga-color-green-40);
436
+ color: var(--ga-color-cyan-90);
437
+ }
438
+ &.ga-badge--muted {
439
+ background-color: #fff;
440
+ color: var(--ga-color-cyan-70);
441
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
442
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
443
+ --tw-ring-color: var(--ga-color-grey-40);
444
+ --tw-ring-inset: inset;
445
+ }
446
+ }
447
+ .ga-button {
448
+ display: inline-flex;
449
+ height: calc(0.25rem * 10);
450
+ cursor: pointer;
451
+ align-items: center;
452
+ justify-content: center;
453
+ gap: calc(0.25rem * 2);
454
+ border-radius: var(--ga-radius);
455
+ padding-inline: calc(0.25rem * 4);
456
+ vertical-align: middle;
457
+ font-size: var(--ga-size-font-md);
458
+ --tw-leading: calc(0.25rem * 1);
459
+ line-height: calc(0.25rem * 1);
460
+ --tw-font-weight: 700;
461
+ font-weight: 700;
462
+ &:focus-visible {
463
+ outline-style: var(--tw-outline-style);
464
+ outline-width: 2px;
465
+ outline-offset: 2px;
466
+ outline-color: var(--ga-color-border-focus);
467
+ }
468
+ &:disabled {
469
+ cursor: not-allowed;
470
+ }
471
+ &.ga-button--primary {
472
+ background-color: var(--ga-color-surface-action);
473
+ color: var(--ga-color-text-on-action);
474
+ &:hover {
475
+ background-color: var(--ga-color-surface-action-hover);
476
+ }
477
+ &:active {
478
+ background-color: var(--ga-color-primary-70);
479
+ }
480
+ &:disabled {
481
+ background-color: var(--ga-color-surface-disabled);
482
+ color: var(--ga-color-text-disabled);
483
+ }
484
+ }
485
+ &.ga-button--secondary {
486
+ border-style: var(--tw-border-style);
487
+ border-width: 1px;
488
+ border-color: var(--ga-color-border-action);
489
+ background-color: var(--ga-color-surface-primary);
490
+ color: var(--ga-color-text-action);
491
+ &:hover {
492
+ background-color: var(--ga-color-surface-action-hover-2);
493
+ }
494
+ &:active {
495
+ background-color: var(--ga-color-surface-primary);
496
+ }
497
+ &:disabled {
498
+ border-color: var(--ga-color-border-disabled);
499
+ background-color: var(--ga-color-surace-page);
500
+ color: var(--ga-color-text-disabled);
501
+ }
502
+ }
503
+ &.ga-button--ghost {
504
+ background-color: transparent;
505
+ color: var(--ga-color-text-action);
506
+ &:hover {
507
+ background-color: var(--ga-color-utility-teal-light);
508
+ }
509
+ &:active {
510
+ background-color: transparent;
511
+ }
512
+ &:disabled {
513
+ background-color: transparent;
514
+ color: var(--ga-color-text-disabled);
515
+ }
516
+ }
517
+ &.ga-button--transparent {
518
+ border-style: var(--tw-border-style);
519
+ border-width: 1px;
520
+ border-color: var(--ga-color-border-action);
521
+ background-color: transparent;
522
+ color: var(--ga-color-text-action);
523
+ &:hover {
524
+ background-color: var(--ga-color-utility-teal-light);
525
+ }
526
+ &:focus-visible {
527
+ border-color: var(--ga-color-border-action);
528
+ }
529
+ &:active {
530
+ background-color: transparent;
531
+ }
532
+ &:disabled {
533
+ border-color: var(--ga-color-border-disabled);
534
+ background-color: transparent;
535
+ color: var(--ga-color-text-disabled);
536
+ }
537
+ }
538
+ &.ga-button--icon-only {
539
+ width: calc(0.25rem * 10);
540
+ padding-inline: calc(0.25rem * 0);
541
+ }
542
+ }
543
+ .ga-card {
544
+ border-radius: var(--ga-radius);
545
+ border-style: var(--tw-border-style);
546
+ border-width: 1px;
547
+ border-color: var(--ga-color-border-primary);
548
+ background-color: #fff;
549
+ padding: calc(0.25rem * 4);
550
+ font-size: var(--ga-size-font-md);
551
+ &.ga-card--selectable {
552
+ cursor: pointer;
553
+ &:hover {
554
+ border-color: var(--ga-color-border-action-hover);
555
+ background-color: var(--ga-color-surface-action-hover-2);
556
+ }
557
+ &:focus-visible {
558
+ outline-style: var(--tw-outline-style);
559
+ outline-width: 2px;
560
+ outline-offset: 2px;
561
+ outline-color: var(--ga-color-border-focus);
562
+ }
563
+ }
564
+ &.ga-card--disabled {
565
+ border-color: var(--ga-color-border-disabled);
566
+ background-color: var(--ga-color-surface-disabled);
567
+ color: var(--ga-color-text-disabled);
568
+ }
569
+ }
570
+ .ga-checkbox {
571
+ position: relative;
572
+ display: inline-flex;
573
+ gap: calc(0.25rem * 2);
574
+ .ga-checkbox__native {
575
+ height: calc(0.25rem * 5);
576
+ width: calc(0.25rem * 5);
577
+ flex-shrink: 0;
578
+ opacity: 0%;
579
+ &:not(:disabled) {
580
+ cursor: pointer;
581
+ }
582
+ }
583
+ .ga-checkbox__marker {
584
+ pointer-events: none;
585
+ position: absolute;
586
+ top: calc(0.25rem * 0);
587
+ left: calc(0.25rem * 0);
588
+ height: calc(0.25rem * 5);
589
+ width: calc(0.25rem * 5);
590
+ border-radius: var(--ga-radius);
591
+ border-style: var(--tw-border-style);
592
+ border-width: 2px;
593
+ border-color: var(--ga-color-border-action);
594
+ color: #fff;
595
+ .ga-checkbox__marker__indicator-checked, .ga-checkbox__marker__indicator-indeterminate {
596
+ display: none;
597
+ }
598
+ }
599
+ .ga-checkbox__native:focus-visible ~ .ga-checkbox__marker {
600
+ outline-style: var(--tw-outline-style);
601
+ outline-width: 2px;
602
+ outline-offset: 2px;
603
+ outline-color: var(--ga-color-border-focus);
604
+ }
605
+ .ga-checkbox__native:not(:disabled):hover ~ .ga-checkbox__marker {
606
+ border-color: var(--ga-color-border-action-hover);
607
+ background-color: var(--ga-color-surface-action-hover-2);
608
+ }
609
+ .ga-checkbox__native:checked ~ .ga-checkbox__marker {
610
+ background-color: var(--ga-color-surface-action);
611
+ .ga-checkbox__marker__indicator-checked {
612
+ display: block;
613
+ }
614
+ }
615
+ .ga-checkbox__native:indeterminate ~ .ga-checkbox__marker {
616
+ background-color: var(--ga-color-surface-action);
617
+ .ga-checkbox__marker__indicator-indeterminate {
618
+ display: block;
619
+ }
620
+ }
621
+ .ga-checkbox__native:not(:disabled):checked:hover ~ .ga-checkbox__marker, .ga-checkbox__native:not(:disabled):indeterminate:hover ~ .ga-checkbox__marker {
622
+ background-color: var(--ga-color-surface-action-hover);
623
+ }
624
+ .ga-checkbox__native:disabled ~ .ga-checkbox__marker {
625
+ border-color: var(--ga-color-border-disabled);
626
+ background-color: var(--ga-color-surface-disabled);
627
+ color: var(--ga-color-text-disabled);
628
+ }
629
+ &.ga-checkbox--invalid .ga-checkbox__marker {
630
+ border-color: var(--ga-color-border-error);
631
+ background-color: var(--ga-color-surface-error);
632
+ color: var(--ga-color-border-error);
633
+ }
634
+ .ga-checkbox__label {
635
+ min-height: calc(0.25rem * 5);
636
+ font-size: var(--ga-size-font-md);
637
+ --tw-leading: calc(0.25rem * 5);
638
+ line-height: calc(0.25rem * 5);
639
+ &:empty {
640
+ display: none;
641
+ }
642
+ }
643
+ }
644
+ .ga-form-field {
645
+ display: flex;
646
+ flex-direction: column;
647
+ gap: calc(0.25rem * 2);
648
+ .ga-form-field__label {
649
+ padding-inline: calc(0.25rem * 1);
650
+ font-size: var(--ga-size-font-md);
651
+ --tw-leading: calc(0.25rem * 5);
652
+ line-height: calc(0.25rem * 5);
653
+ --tw-font-weight: 500;
654
+ font-weight: 500;
655
+ }
656
+ .ga-form-field__info {
657
+ display: flex;
658
+ align-items: center;
659
+ gap: calc(0.25rem * 1);
660
+ font-size: var(--ga-size-font-xs);
661
+ }
662
+ }
663
+ .ga-input {
664
+ display: flex;
665
+ height: calc(0.25rem * 10);
666
+ width: calc(0.25rem * 50);
667
+ flex-direction: row;
668
+ align-items: center;
669
+ gap: calc(0.25rem * 2);
670
+ border-radius: var(--ga-radius);
671
+ border-style: var(--tw-border-style);
672
+ border-width: 1px;
673
+ border-color: var(--ga-color-border-primary);
674
+ background-color: var(--ga-color-bg-primary);
675
+ padding-inline: calc(0.25rem * 3);
676
+ padding-block: calc(0.25rem * 2);
677
+ font-size: var(--ga-size-font-md);
678
+ &:has(input:hover), &:is(input:hover) {
679
+ border-color: var(--ga-color-border-action-hover);
680
+ &:has(input:not(:placeholder-shown)), &:is(input:not(:placeholder-shown)) {
681
+ background-color: var(--ga-color-surface-action-hover-2);
682
+ }
683
+ }
684
+ &:has(input:disabled), &:is(input:disabled) {
685
+ border-color: var(--ga-color-border-primary);
686
+ background-color: var(--ga-color-surface-disabled);
687
+ color: var(--ga-color-text-disable-selected);
688
+ }
689
+ &:has(input:focus), &:is(input:focus) {
690
+ border-color: var(--ga-color-border-focus);
691
+ outline-style: var(--tw-outline-style);
692
+ outline-width: 1px;
693
+ outline-color: var(--ga-color-border-focus);
694
+ }
695
+ &.ga-input--invalid {
696
+ border-color: var(--ga-color-border-error);
697
+ outline-style: var(--tw-outline-style);
698
+ outline-width: 1px;
699
+ outline-color: var(--ga-color-border-error);
700
+ &:has(input:not(:placeholder-shown)), &:is(input:not(:placeholder-shown)) {
701
+ background-color: var(--ga-color-surface-error);
702
+ }
703
+ }
704
+ input {
705
+ height: calc(0.25rem * 6);
706
+ width: 100%;
707
+ min-width: calc(0.25rem * 0);
708
+ --tw-leading: calc(0.25rem * 6);
709
+ line-height: calc(0.25rem * 6);
710
+ --tw-outline-style: none;
711
+ outline-style: none;
712
+ }
713
+ &:is(input) {
714
+ min-width: calc(0.25rem * 0);
715
+ --tw-leading: calc(0.25rem * 6);
716
+ line-height: calc(0.25rem * 6);
717
+ }
718
+ }
719
+ .ga-menu {
720
+ display: flex;
721
+ min-width: calc(0.25rem * 36);
722
+ flex-direction: column;
723
+ align-items: stretch;
724
+ border-radius: var(--ga-radius);
725
+ border-style: var(--tw-border-style);
726
+ border-width: 1px;
727
+ border-color: var(--ga-color-neutral-30);
728
+ background-color: #fff;
729
+ .ga-menu__item {
730
+ height: calc(0.25rem * 10);
731
+ cursor: pointer;
732
+ border-bottom-style: var(--tw-border-style);
733
+ border-bottom-width: 1px;
734
+ border-bottom-color: var(--ga-color-neutral-30);
735
+ padding-inline: calc(0.25rem * 4);
736
+ padding-block: calc(0.25rem * 2);
737
+ text-align: left;
738
+ font-size: var(--ga-size-font-md);
739
+ --tw-font-weight: 500;
740
+ font-weight: 500;
741
+ color: var(--ga-color-cyan-80);
742
+ &:first-child {
743
+ border-top-left-radius: var(--ga-radius);
744
+ border-top-right-radius: var(--ga-radius);
745
+ }
746
+ &:last-child {
747
+ border-bottom-right-radius: var(--ga-radius);
748
+ border-bottom-left-radius: var(--ga-radius);
749
+ border-bottom-style: var(--tw-border-style);
750
+ border-bottom-width: 0px;
751
+ }
752
+ &:hover {
753
+ background-color: var(--ga-color-teal-10);
754
+ }
755
+ &:active {
756
+ background-color: var(--ga-color-cyan-80);
757
+ color: var(--ga-color-orange-10);
758
+ }
759
+ }
760
+ .ga-menu__separator {
761
+ padding-inline: calc(0.25rem * 3);
762
+ padding-top: calc(0.25rem * 3);
763
+ padding-bottom: calc(0.25rem * 2);
764
+ font-size: var(--ga-size-font-sm);
765
+ --tw-font-weight: 600;
766
+ font-weight: 600;
767
+ color: #6F7687;
768
+ }
769
+ }
770
+ .ga-radio-button {
771
+ position: relative;
772
+ display: inline-flex;
773
+ cursor: pointer;
774
+ gap: calc(0.25rem * 2);
775
+ .ga-radio-button__native {
776
+ height: calc(0.25rem * 5);
777
+ width: calc(0.25rem * 5);
778
+ flex-shrink: 0;
779
+ cursor: pointer;
780
+ opacity: 0%;
781
+ &:disabled {
782
+ cursor: default;
783
+ }
784
+ }
785
+ .ga-radio-button__marker {
786
+ pointer-events: none;
787
+ position: absolute;
788
+ top: calc(0.25rem * 0);
789
+ left: calc(0.25rem * 0);
790
+ height: calc(0.25rem * 5);
791
+ width: calc(0.25rem * 5);
792
+ border-radius: calc(infinity * 1px);
793
+ border-style: var(--tw-border-style);
794
+ border-width: 2px;
795
+ border-color: var(--ga-color-border-action);
796
+ color: #fff;
797
+ }
798
+ .ga-radio-button__native:focus-visible ~ .ga-radio-button__marker {
799
+ outline-style: var(--tw-outline-style);
800
+ outline-width: 2px;
801
+ outline-offset: 2px;
802
+ outline-color: var(--ga-color-border-focus);
803
+ }
804
+ .ga-radio-button__native:not(:disabled):hover ~ .ga-radio-button__marker {
805
+ border-color: var(--ga-color-border-action-hover);
806
+ background-color: var(--ga-color-surface-action-hover-2);
807
+ }
808
+ .ga-radio-button__native:checked ~ .ga-radio-button__marker {
809
+ background-color: var(--ga-color-surface-action);
810
+ &::after {
811
+ position: absolute;
812
+ top: calc(1/2 * 100%);
813
+ left: calc(1/2 * 100%);
814
+ display: block;
815
+ height: calc(0.25rem * 2);
816
+ width: calc(0.25rem * 2);
817
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
818
+ translate: var(--tw-translate-x) var(--tw-translate-y);
819
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1);
820
+ translate: var(--tw-translate-x) var(--tw-translate-y);
821
+ border-radius: calc(infinity * 1px);
822
+ background-color: #fff;
823
+ --tw-content: '';
824
+ content: var(--tw-content);
825
+ }
826
+ }
827
+ .ga-radio-button__native:not(:disabled):checked:hover ~ .ga-radio-button__marker {
828
+ background-color: var(--ga-color-surface-action-hover);
829
+ }
830
+ .ga-radio-button__native:disabled ~ .ga-radio-button__marker {
831
+ border-color: var(--ga-color-border-disabled);
832
+ background-color: var(--ga-color-surface-disabled);
833
+ color: var(--ga-color-text-disabled);
834
+ }
835
+ .ga-radio-button__label {
836
+ min-height: calc(0.25rem * 4);
837
+ font-size: var(--ga-size-font-md);
838
+ --tw-leading: calc(0.25rem * 5);
839
+ line-height: calc(0.25rem * 5);
840
+ }
841
+ }
842
+ .ga-segmented-control {
843
+ display: inline-flex;
844
+ height: calc(0.25rem * 10);
845
+ align-items: center;
846
+ justify-content: center;
847
+ vertical-align: middle;
848
+ font-size: var(--ga-size-font-md);
849
+ .ga-segmented-control__button {
850
+ display: inline-flex;
851
+ height: calc(0.25rem * 10);
852
+ align-items: center;
853
+ justify-content: center;
854
+ gap: calc(0.25rem * 2);
855
+ border-top-style: var(--tw-border-style);
856
+ border-top-width: 1px;
857
+ border-bottom-style: var(--tw-border-style);
858
+ border-bottom-width: 1px;
859
+ border-left-style: var(--tw-border-style);
860
+ border-left-width: 1px;
861
+ border-color: var(--ga-color-neutral-30);
862
+ background-color: #fff;
863
+ padding-inline: calc(0.25rem * 4);
864
+ vertical-align: middle;
865
+ --tw-leading: calc(0.25rem * 1);
866
+ line-height: calc(0.25rem * 1);
867
+ --tw-font-weight: 500;
868
+ font-weight: 500;
869
+ color: var(--ga-color-cyan-80);
870
+ &:first-of-type {
871
+ border-top-left-radius: var(--ga-radius);
872
+ border-bottom-left-radius: var(--ga-radius);
873
+ }
874
+ &:last-of-type {
875
+ border-top-right-radius: var(--ga-radius);
876
+ border-bottom-right-radius: var(--ga-radius);
877
+ border-right-style: var(--tw-border-style);
878
+ border-right-width: 1px;
879
+ }
880
+ &.ga-segmented-control__button--selected {
881
+ background-color: var(--ga-color-cyan-80);
882
+ --tw-font-weight: 600;
883
+ font-weight: 600;
884
+ color: var(--ga-color-orange-10);
885
+ }
886
+ &:not( .ga-segmented-control__button--selected, .ga-segmented-control__button--disabled, :disabled ) {
887
+ cursor: pointer;
888
+ &:hover {
889
+ background-color: var(--ga-color-surface-action-hover-2);
890
+ }
891
+ &:active {
892
+ background-color: #fff;
893
+ }
894
+ }
895
+ &.ga-segmented-control__button--disabled, &:disabled {
896
+ border-color: var(--ga-color-neutral-30);
897
+ background-color: var(--ga-color-neutral-10);
898
+ color: var(--ga-color-grey-40);
899
+ }
900
+ }
901
+ }
902
+ .ga-text-area {
903
+ display: flex;
904
+ width: calc(0.25rem * 50);
905
+ flex-direction: row;
906
+ align-items: center;
907
+ gap: calc(0.25rem * 2);
908
+ border-radius: var(--ga-radius);
909
+ border-style: var(--tw-border-style);
910
+ border-width: 1px;
911
+ border-color: var(--ga-color-border-primary);
912
+ background-color: var(--ga-color-bg-primary);
913
+ font-size: var(--ga-size-font-md);
914
+ &:has(textarea:hover) {
915
+ border-color: var(--ga-color-border-action-hover);
916
+ }
917
+ &:has(textarea:disabled) {
918
+ border-color: var(--ga-color-border-primary);
919
+ background-color: var(--ga-color-surface-disabled);
920
+ color: var(--ga-color-text-disable-selected);
921
+ }
922
+ &:has(textarea:focus) {
923
+ border-color: var(--ga-color-border-focus);
924
+ outline-style: var(--tw-outline-style);
925
+ outline-width: 1px;
926
+ outline-color: var(--ga-color-border-focus);
927
+ }
928
+ &.ga-text-area--invalid {
929
+ border-color: var(--ga-color-border-error);
930
+ outline-style: var(--tw-outline-style);
931
+ outline-width: 1px;
932
+ outline-color: var(--ga-color-border-error);
933
+ &:has(textarea:not(:placeholder-shown)) {
934
+ background-color: var(--ga-color-surface-error);
935
+ }
936
+ }
937
+ textarea {
938
+ width: 100%;
939
+ min-width: calc(0.25rem * 0);
940
+ padding-inline: calc(0.25rem * 3);
941
+ padding-block: calc(0.25rem * 2);
942
+ --tw-leading: calc(0.25rem * 6);
943
+ line-height: calc(0.25rem * 6);
944
+ --tw-outline-style: none;
945
+ outline-style: none;
946
+ }
947
+ }
948
+ .ga-tooltip {
949
+ position: relative;
950
+ max-width: calc(0.25rem * 100);
951
+ border-radius: var(--ga-radius);
952
+ background-color: var(--ga-color-surface-action-hover);
953
+ padding: calc(0.25rem * 2);
954
+ font-size: var(--ga-size-font-md);
955
+ color: var(--ga-color-text-on-action);
956
+ &.ga-tooltip--top-start, &.ga-tooltip--top-center, &.ga-tooltip--top-end, &.ga-tooltip--bottom-start, &.ga-tooltip--bottom-center, &.ga-tooltip--bottom-end, &.ga-tooltip--left-start, &.ga-tooltip--left-center, &.ga-tooltip--left-end, &.ga-tooltip--right-start, &.ga-tooltip--right-center, &.ga-tooltip--right-end {
957
+ &::before {
958
+ content: var(--tw-content);
959
+ position: absolute;
960
+ }
961
+ &::before {
962
+ content: var(--tw-content);
963
+ --tw-content: '';
964
+ content: var(--tw-content);
965
+ }
966
+ }
967
+ &.ga-tooltip--top-start, &.ga-tooltip--top-center, &.ga-tooltip--top-end {
968
+ margin-bottom: calc(0.25rem * 2);
969
+ }
970
+ &.ga-tooltip--bottom-start, &.ga-tooltip--bottom-center, &.ga-tooltip--bottom-end {
971
+ margin-top: calc(0.25rem * 2);
972
+ }
973
+ &.ga-tooltip--left-start, &.ga-tooltip--left-center, &.ga-tooltip--left-end {
974
+ margin-right: calc(0.25rem * 2);
975
+ }
976
+ &.ga-tooltip--right-start, &.ga-tooltip--right-center, &.ga-tooltip--right-end {
977
+ margin-left: calc(0.25rem * 2);
978
+ }
979
+ &.ga-tooltip--top-start::before, &.ga-tooltip--top-center::before, &.ga-tooltip--top-end::before {
980
+ bottom: calc(0.25rem * -2);
981
+ border-inline-style: var(--tw-border-style);
982
+ border-inline-width: 8px;
983
+ border-top-style: var(--tw-border-style);
984
+ border-top-width: 8px;
985
+ border-inline-color: transparent;
986
+ border-top-color: var(--ga-color-surface-action-hover);
987
+ }
988
+ &.ga-tooltip--bottom-start::before, &.ga-tooltip--bottom-center::before, &.ga-tooltip--bottom-end::before {
989
+ top: calc(0.25rem * -2);
990
+ border-inline-style: var(--tw-border-style);
991
+ border-inline-width: 8px;
992
+ border-bottom-style: var(--tw-border-style);
993
+ border-bottom-width: 8px;
994
+ border-inline-color: transparent;
995
+ border-bottom-color: var(--ga-color-surface-action-hover);
996
+ }
997
+ &.ga-tooltip--top-start::before, &.ga-tooltip--bottom-start::before {
998
+ left: calc(0.25rem * 4);
999
+ }
1000
+ &.ga-tooltip--top-center::before, &.ga-tooltip--bottom-center::before {
1001
+ left: calc(1/2 * 100%);
1002
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
1003
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1004
+ }
1005
+ &.ga-tooltip--top-end::before, &.ga-tooltip--bottom-end::before {
1006
+ right: calc(0.25rem * 4);
1007
+ }
1008
+ &.ga-tooltip--left-start::before, &.ga-tooltip--left-center::before, &.ga-tooltip--left-end::before {
1009
+ right: calc(0.25rem * -2);
1010
+ border-block-style: var(--tw-border-style);
1011
+ border-block-width: 8px;
1012
+ border-left-style: var(--tw-border-style);
1013
+ border-left-width: 8px;
1014
+ border-block-color: transparent;
1015
+ border-left-color: var(--ga-color-surface-action-hover);
1016
+ }
1017
+ &.ga-tooltip--right-start::before, &.ga-tooltip--right-center::before, &.ga-tooltip--right-end::before {
1018
+ left: calc(0.25rem * -2);
1019
+ border-block-style: var(--tw-border-style);
1020
+ border-block-width: 8px;
1021
+ border-right-style: var(--tw-border-style);
1022
+ border-right-width: 8px;
1023
+ border-block-color: transparent;
1024
+ border-right-color: var(--ga-color-surface-action-hover);
1025
+ }
1026
+ &.ga-tooltip--left-start::before, &.ga-tooltip--right-start::before {
1027
+ top: calc(0.25rem * 4);
1028
+ }
1029
+ &.ga-tooltip--left-center::before, &.ga-tooltip--right-center::before {
1030
+ top: calc(1/2 * 100%);
1031
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1);
1032
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1033
+ }
1034
+ &.ga-tooltip--left-end::before, &.ga-tooltip--right-end::before {
1035
+ bottom: calc(0.25rem * 4);
1036
+ }
1037
+ .ga-tooltip__title {
1038
+ --tw-font-weight: 600;
1039
+ font-weight: 600;
1040
+ }
1041
+ }
1042
+ }
1043
+ @property --tw-border-style {
1044
+ syntax: "*";
1045
+ inherits: false;
1046
+ initial-value: solid;
1047
+ }
1048
+ @property --tw-font-weight {
1049
+ syntax: "*";
1050
+ inherits: false;
1051
+ }
1052
+ @property --tw-leading {
1053
+ syntax: "*";
1054
+ inherits: false;
1055
+ }
1056
+ @property --tw-shadow {
1057
+ syntax: "*";
1058
+ inherits: false;
1059
+ initial-value: 0 0 #0000;
1060
+ }
1061
+ @property --tw-shadow-color {
1062
+ syntax: "*";
1063
+ inherits: false;
1064
+ }
1065
+ @property --tw-inset-shadow {
1066
+ syntax: "*";
1067
+ inherits: false;
1068
+ initial-value: 0 0 #0000;
1069
+ }
1070
+ @property --tw-inset-shadow-color {
1071
+ syntax: "*";
1072
+ inherits: false;
1073
+ }
1074
+ @property --tw-ring-color {
1075
+ syntax: "*";
1076
+ inherits: false;
1077
+ }
1078
+ @property --tw-ring-shadow {
1079
+ syntax: "*";
1080
+ inherits: false;
1081
+ initial-value: 0 0 #0000;
1082
+ }
1083
+ @property --tw-inset-ring-color {
1084
+ syntax: "*";
1085
+ inherits: false;
1086
+ }
1087
+ @property --tw-inset-ring-shadow {
1088
+ syntax: "*";
1089
+ inherits: false;
1090
+ initial-value: 0 0 #0000;
1091
+ }
1092
+ @property --tw-ring-inset {
1093
+ syntax: "*";
1094
+ inherits: false;
1095
+ }
1096
+ @property --tw-ring-offset-width {
1097
+ syntax: "<length>";
1098
+ inherits: false;
1099
+ initial-value: 0px;
1100
+ }
1101
+ @property --tw-ring-offset-color {
1102
+ syntax: "*";
1103
+ inherits: false;
1104
+ initial-value: #fff;
1105
+ }
1106
+ @property --tw-ring-offset-shadow {
1107
+ syntax: "*";
1108
+ inherits: false;
1109
+ initial-value: 0 0 #0000;
1110
+ }
1111
+ @property --tw-outline-style {
1112
+ syntax: "*";
1113
+ inherits: false;
1114
+ initial-value: solid;
1115
+ }
1116
+ @property --tw-translate-x {
1117
+ syntax: "*";
1118
+ inherits: false;
1119
+ initial-value: 0;
1120
+ }
1121
+ @property --tw-translate-y {
1122
+ syntax: "*";
1123
+ inherits: false;
1124
+ initial-value: 0;
1125
+ }
1126
+ @property --tw-translate-z {
1127
+ syntax: "*";
1128
+ inherits: false;
1129
+ initial-value: 0;
1130
+ }
1131
+ @property --tw-content {
1132
+ syntax: "*";
1133
+ inherits: false;
1134
+ initial-value: "";
1135
+ }