@vsn-ux/gaia-styles 0.5.19 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all-10pt.css +514 -226
- package/dist/all-no-reset-10pt.css +507 -225
- package/dist/all-no-reset.css +507 -225
- package/dist/all.css +514 -226
- package/dist/base.css +1 -1
- package/dist/components/avatar.css +11 -2
- package/dist/components/badge.css +45 -12
- package/dist/components/button.css +19 -3
- package/dist/components/calendar.css +52 -20
- package/dist/components/card.css +112 -9
- package/dist/components/checkbox.css +17 -2
- package/dist/components/container.css +1 -1
- package/dist/components/datepicker.css +90 -1
- package/dist/components/dropdown.css +108 -4
- package/dist/components/form-field.css +19 -3
- package/dist/components/input.css +17 -2
- package/dist/components/link.css +22 -3
- package/dist/components/menu.css +102 -5
- package/dist/components/modal.css +12 -3
- package/dist/components/notification.css +14 -5
- package/dist/components/progress-bar.css +5 -5
- package/dist/components/progress-indicator.css +19 -4
- package/dist/components/quick-filter-button.css +18 -2
- package/dist/components/radio.css +25 -7
- package/dist/components/segmented-control.css +20 -5
- package/dist/components/select.css +49 -7
- package/dist/components/switch.css +22 -9
- package/dist/components/tabs.css +19 -3
- package/dist/components/tag.css +31 -16
- package/dist/components/text-area.css +17 -2
- package/dist/components/text-size.css +14 -14
- package/dist/components/tooltip.css +19 -7
- package/dist/components.css +293 -132
- package/dist/design-tokens.css +214 -93
- package/dist/design-tokens.d.ts +294 -197
- package/dist/design-tokens.js +552 -2153
- package/dist/docs/Avatar.md +52 -0
- package/dist/docs/Badge.md +60 -0
- package/dist/docs/Button.md +60 -0
- package/dist/docs/Calendar.md +468 -0
- package/dist/docs/Card.md +57 -0
- package/dist/docs/Checkbox.md +112 -0
- package/dist/docs/Container.md +62 -0
- package/dist/docs/Datepicker.md +107 -0
- package/dist/docs/Dropdown.md +152 -0
- package/dist/docs/FormField.md +101 -0
- package/dist/docs/Input.md +84 -0
- package/dist/docs/Link.md +109 -0
- package/dist/docs/Menu.md +316 -0
- package/dist/docs/Modal.md +337 -0
- package/dist/docs/Notification.md +341 -0
- package/dist/docs/ProgressBar.md +87 -0
- package/dist/docs/ProgressIndicator.md +217 -0
- package/dist/docs/QuickFilterButton.md +74 -0
- package/dist/docs/Radio.md +106 -0
- package/dist/docs/SegmentedControl.md +69 -0
- package/dist/docs/Select.md +411 -0
- package/dist/docs/Switch.md +97 -0
- package/dist/docs/Tabs.md +129 -0
- package/dist/docs/Tag.md +154 -0
- package/dist/docs/TextArea.md +51 -0
- package/dist/docs/TextSize.md +63 -0
- package/dist/docs/Tooltip.md +95 -0
- package/dist/reset.css +8 -2
- package/package.json +33 -32
- package/src/design-tokens/desktop-overrides.json +62 -0
- package/src/design-tokens/dtcg-tokens.json +1345 -184
- package/src/design-tokens/resolver.json +22 -0
- package/src/styles/all-10pt.css +1 -0
- package/src/styles/all-no-reset-10pt.css +1 -0
- package/src/styles/all-no-reset.css +1 -0
- package/src/styles/all.css +1 -0
- package/src/styles/components/badge.css +6 -6
- package/src/styles/components/button.css +2 -2
- package/src/styles/components/calendar.css +4 -4
- package/src/styles/components/card.css +8 -4
- package/src/styles/components/checkbox.css +1 -1
- package/src/styles/components/datepicker.css +1 -1
- package/src/styles/components/dropdown.css +2 -2
- package/src/styles/components/form-field.css +1 -1
- package/src/styles/components/input.css +1 -1
- package/src/styles/components/link.css +1 -1
- package/src/styles/components/menu.css +2 -2
- package/src/styles/components/notification.css +1 -1
- package/src/styles/components/progress-bar.css +1 -1
- package/src/styles/components/progress-indicator.css +1 -1
- package/src/styles/components/quick-filter-button.css +1 -1
- package/src/styles/components/radio.css +1 -1
- package/src/styles/components/segmented-control.css +3 -3
- package/src/styles/components/select.css +1 -1
- package/src/styles/components/switch.css +3 -3
- package/src/styles/components/tabs.css +2 -2
- package/src/styles/components/tag.css +12 -17
- package/src/styles/components/text-area.css +1 -1
- package/src/styles/components/text-size.css +7 -7
- package/src/styles/theme.css +16 -8
- package/src/styles/utilities.css +34 -0
|
@@ -1,86 +1,160 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
2
3
|
:root, :host {
|
|
3
|
-
--ga-color-black: #
|
|
4
|
+
--ga-color-black: #000;
|
|
4
5
|
--ga-color-blue-10: #edf4fe;
|
|
6
|
+
--ga-color-information-accent: var(--ga-color-utility-blue-accent);
|
|
7
|
+
--ga-color-surface-information: var(--ga-color-information-accent);
|
|
8
|
+
--ga-color-utility-blue-accent: var(--ga-color-blue-10);
|
|
5
9
|
--ga-color-blue-40: #93bbf9;
|
|
10
|
+
--ga-color-utility-blue: var(--ga-color-blue-40);
|
|
6
11
|
--ga-color-blue-60: #366af6;
|
|
7
|
-
--ga-color-
|
|
12
|
+
--ga-color-border-information: var(--ga-color-information);
|
|
13
|
+
--ga-color-icon-information: var(--ga-color-information);
|
|
14
|
+
--ga-color-information: var(--ga-color-blue-60);
|
|
8
15
|
--ga-color-border-action: var(--ga-color-primary);
|
|
9
16
|
--ga-color-border-action-hover: var(--ga-color-primary-60);
|
|
10
17
|
--ga-color-border-action-hover-2: var(--ga-color-secondary-30);
|
|
11
18
|
--ga-color-border-disabled: var(--ga-color-neutral);
|
|
12
19
|
--ga-color-border-error: var(--ga-color-error);
|
|
13
20
|
--ga-color-border-focus: var(--ga-color-primary);
|
|
14
|
-
--ga-color-border-information: var(--ga-color-information);
|
|
15
21
|
--ga-color-border-primary: var(--ga-color-neutral-60);
|
|
16
22
|
--ga-color-border-secondary: var(--ga-color-secondary-30);
|
|
17
23
|
--ga-color-border-selected: var(--ga-color-green-60);
|
|
18
24
|
--ga-color-border-success: var(--ga-color-success);
|
|
19
25
|
--ga-color-border-tertiary: var(--ga-color-neutral);
|
|
20
26
|
--ga-color-border-warning: var(--ga-color-warning);
|
|
27
|
+
--ga-color-categorical-graph-01: #6769d8;
|
|
28
|
+
--ga-color-categorical-graph-02: #479fc6;
|
|
29
|
+
--ga-color-categorical-graph-03: var(--ga-color-teal-70);
|
|
30
|
+
--ga-color-categorical-graph-04: #c0497d;
|
|
31
|
+
--ga-color-categorical-graph-05: #041255;
|
|
32
|
+
--ga-color-categorical-graph-06: #dc756b;
|
|
33
|
+
--ga-color-categorical-graph-07: var(--ga-color-rose-40);
|
|
34
|
+
--ga-color-categorical-graph-08: #984319;
|
|
35
|
+
--ga-color-categorical-graph-09: var(--ga-color-indigo-40);
|
|
36
|
+
--ga-color-categorical-graph-10: #610f08;
|
|
21
37
|
--ga-color-cyan-60: #377ea0;
|
|
38
|
+
--ga-color-icon-action-hover: var(--ga-color-primary-60);
|
|
39
|
+
--ga-color-primary-60: var(--ga-color-cyan-60);
|
|
40
|
+
--ga-color-surface-progress-2: var(--ga-color-primary-60);
|
|
22
41
|
--ga-color-cyan-70: #2a6480;
|
|
42
|
+
--ga-color-primary-70: var(--ga-color-cyan-70);
|
|
43
|
+
--ga-color-surface-progress: var(--ga-color-primary-70);
|
|
44
|
+
--ga-color-text-body-secondary: var(--ga-color-primary-70);
|
|
23
45
|
--ga-color-cyan-80: #1f4e66;
|
|
46
|
+
--ga-color-icon-action: var(--ga-color-primary);
|
|
47
|
+
--ga-color-primary: var(--ga-color-cyan-80);
|
|
48
|
+
--ga-color-surface-action: var(--ga-color-primary);
|
|
49
|
+
--ga-color-text-action: var(--ga-color-primary);
|
|
24
50
|
--ga-color-cyan-90: #133445;
|
|
51
|
+
--ga-color-icon-primary: var(--ga-color-primary-90);
|
|
52
|
+
--ga-color-primary-90: var(--ga-color-cyan-90);
|
|
53
|
+
--ga-color-surface-action-hover: var(--ga-color-primary-90);
|
|
54
|
+
--ga-color-text-action-hover: var(--ga-color-primary-90);
|
|
55
|
+
--ga-color-text-body: var(--ga-color-primary-90);
|
|
56
|
+
--ga-color-text-error: var(--ga-color-primary-90);
|
|
57
|
+
--ga-color-text-headings: var(--ga-color-primary-90);
|
|
58
|
+
--ga-color-text-information: var(--ga-color-primary-90);
|
|
59
|
+
--ga-color-text-success: var(--ga-color-primary-90);
|
|
60
|
+
--ga-color-text-warning: var(--ga-color-primary-90);
|
|
61
|
+
--ga-color-diverging-graph-01: #281986;
|
|
62
|
+
--ga-color-diverging-graph-02: #3d37a3;
|
|
63
|
+
--ga-color-diverging-graph-03: #504fba;
|
|
64
|
+
--ga-color-diverging-graph-04: #6769d8;
|
|
65
|
+
--ga-color-diverging-graph-05: #8489f5;
|
|
66
|
+
--ga-color-diverging-graph-06: var(--ga-color-indigo-40);
|
|
67
|
+
--ga-color-diverging-graph-07: #c5cbfb;
|
|
68
|
+
--ga-color-diverging-graph-08: var(--ga-color-indigo-10);
|
|
69
|
+
--ga-color-diverging-graph-09: var(--ga-color-teal-30);
|
|
70
|
+
--ga-color-diverging-graph-10: var(--ga-color-teal-40);
|
|
71
|
+
--ga-color-diverging-graph-11: var(--ga-color-teal-50);
|
|
72
|
+
--ga-color-diverging-graph-12: var(--ga-color-teal-60);
|
|
73
|
+
--ga-color-diverging-graph-13: var(--ga-color-teal-70);
|
|
74
|
+
--ga-color-diverging-graph-14: var(--ga-color-teal-80);
|
|
75
|
+
--ga-color-diverging-graph-15: var(--ga-color-teal-90);
|
|
25
76
|
--ga-color-error: var(--ga-color-red-60);
|
|
26
|
-
--ga-color-error
|
|
77
|
+
--ga-color-icon-error: var(--ga-color-error);
|
|
78
|
+
--ga-color-error-accent: var(--ga-color-utility-red-accent);
|
|
27
79
|
--ga-color-green-10: #eef5ee;
|
|
80
|
+
--ga-color-success-accent: var(--ga-color-utility-green-accent);
|
|
81
|
+
--ga-color-surface-selected: var(--ga-color-green-10);
|
|
82
|
+
--ga-color-surface-success: var(--ga-color-success-accent);
|
|
83
|
+
--ga-color-utility-green-accent: var(--ga-color-green-10);
|
|
28
84
|
--ga-color-green-40: #9bc59b;
|
|
85
|
+
--ga-color-utility-green: var(--ga-color-green-40);
|
|
29
86
|
--ga-color-green-60: #448548;
|
|
30
|
-
--ga-color-
|
|
87
|
+
--ga-color-icon-success: var(--ga-color-success);
|
|
88
|
+
--ga-color-success: var(--ga-color-green-60);
|
|
31
89
|
--ga-color-grey-10: #f2f2f2;
|
|
90
|
+
--ga-color-utility-grey-accent: var(--ga-color-grey-10);
|
|
32
91
|
--ga-color-grey-40: #b9b9b9;
|
|
33
|
-
--ga-color-
|
|
34
|
-
--ga-color-
|
|
92
|
+
--ga-color-text-disabled: var(--ga-color-utility-grey);
|
|
93
|
+
--ga-color-utility-grey: var(--ga-color-grey-40);
|
|
35
94
|
--ga-color-icon-disabled: var(--ga-color-neutral);
|
|
36
|
-
--ga-color-icon-error: var(--ga-color-error);
|
|
37
|
-
--ga-color-icon-information: var(--ga-color-information);
|
|
38
95
|
--ga-color-icon-on-action: var(--ga-color-secondary);
|
|
39
96
|
--ga-color-icon-on-disabled: var(--ga-color-neutral-60);
|
|
40
97
|
--ga-color-icon-on-primary: var(--ga-color-white);
|
|
41
|
-
--ga-color-icon-pictograms-pictogram-emphasis: #377ea03d;
|
|
42
|
-
--ga-color-icon-pictograms-pictogram-fill: #b9b9b914;
|
|
43
|
-
--ga-color-icon-primary: var(--ga-color-primary-90);
|
|
44
|
-
--ga-color-icon-success: var(--ga-color-success);
|
|
45
98
|
--ga-color-icon-warning: var(--ga-color-warning);
|
|
46
99
|
--ga-color-indigo-10: #f0f2fe;
|
|
100
|
+
--ga-color-utility-indigo-accent: var(--ga-color-indigo-10);
|
|
47
101
|
--ga-color-indigo-40: #adb4f9;
|
|
48
|
-
--ga-color-
|
|
49
|
-
--ga-color-information-light: var(--ga-color-utility-blue-light);
|
|
102
|
+
--ga-color-utility-indigo: var(--ga-color-indigo-40);
|
|
50
103
|
--ga-color-lime-10: #edf6dd;
|
|
104
|
+
--ga-color-utility-lime-accent: var(--ga-color-lime-10);
|
|
51
105
|
--ga-color-lime-40: #a5c656;
|
|
106
|
+
--ga-color-utility-lime: var(--ga-color-lime-40);
|
|
52
107
|
--ga-color-miscellaneous-overlay: #70778891;
|
|
53
108
|
--ga-color-miscellaneous-skeleton-element: var(--ga-color-neutral-10);
|
|
54
109
|
--ga-color-miscellaneous-skeleton-highlight: var(--ga-color-neutral-20);
|
|
55
110
|
--ga-color-neutral: var(--ga-color-neutral-30);
|
|
56
111
|
--ga-color-neutral-10: #f2f3f5;
|
|
112
|
+
--ga-color-surface-page: var(--ga-color-neutral-10);
|
|
57
113
|
--ga-color-neutral-20: #e2e4e9;
|
|
114
|
+
--ga-color-surface-container: var(--ga-color-neutral-20);
|
|
115
|
+
--ga-color-surface-disabled: var(--ga-color-neutral-20);
|
|
58
116
|
--ga-color-neutral-30: #cccfd7;
|
|
59
|
-
--ga-color-neutral-50: #8f95a4;
|
|
60
117
|
--ga-color-neutral-60: #6f7687;
|
|
118
|
+
--ga-color-surface-disable-selected: var(--ga-color-neutral-60);
|
|
119
|
+
--ga-color-text-disable-selected: var(--ga-color-neutral-60);
|
|
120
|
+
--ga-color-text-on-disabled: var(--ga-color-neutral-60);
|
|
61
121
|
--ga-color-orange-10: #fcf0e7;
|
|
122
|
+
--ga-color-secondary-10: var(--ga-color-orange-10);
|
|
123
|
+
--ga-color-surface-warning: var(--ga-color-utility-orange-accent);
|
|
124
|
+
--ga-color-text-on-action: var(--ga-color-secondary-10);
|
|
125
|
+
--ga-color-utility-orange-accent: var(--ga-color-orange-10);
|
|
126
|
+
--ga-color-warning-accent: var(--ga-color-utility-orange-accent);
|
|
62
127
|
--ga-color-orange-20: #fae0ce;
|
|
128
|
+
--ga-color-secondary: var(--ga-color-orange-20);
|
|
129
|
+
--ga-color-surface-action-hover-2: var(--ga-color-orange-20);
|
|
130
|
+
--ga-color-text-menu: var(--ga-color-secondary);
|
|
63
131
|
--ga-color-orange-30: #f5c3a1;
|
|
132
|
+
--ga-color-secondary-30: var(--ga-color-orange-30);
|
|
133
|
+
--ga-color-surface-highlight: var(--ga-color-secondary-30);
|
|
64
134
|
--ga-color-orange-40: #f2a676;
|
|
135
|
+
--ga-color-utility-orange: var(--ga-color-orange-40);
|
|
65
136
|
--ga-color-orange-60: #bb5822;
|
|
137
|
+
--ga-color-warning: var(--ga-color-orange-60);
|
|
66
138
|
--ga-color-pink-10: #fbeefc;
|
|
139
|
+
--ga-color-utility-pink-accent: var(--ga-color-pink-10);
|
|
67
140
|
--ga-color-pink-40: #e79dee;
|
|
68
|
-
--ga-color-
|
|
69
|
-
--ga-color-primary-60: var(--ga-color-cyan-60);
|
|
70
|
-
--ga-color-primary-70: var(--ga-color-cyan-70);
|
|
71
|
-
--ga-color-primary-90: var(--ga-color-cyan-90);
|
|
141
|
+
--ga-color-utility-pink: var(--ga-color-pink-40);
|
|
72
142
|
--ga-color-purple-10: #f3f1fe;
|
|
143
|
+
--ga-color-utility-purple-accent: var(--ga-color-purple-10);
|
|
73
144
|
--ga-color-purple-40: #c3acf9;
|
|
145
|
+
--ga-color-utility-purple: var(--ga-color-purple-40);
|
|
74
146
|
--ga-color-purple-80: #591ab5;
|
|
147
|
+
--ga-color-text-link-visited: var(--ga-color-purple-80);
|
|
75
148
|
--ga-color-red-10: #fcf1ee;
|
|
149
|
+
--ga-color-surface-error: var(--ga-color-utility-red-accent);
|
|
150
|
+
--ga-color-utility-red-accent: var(--ga-color-red-10);
|
|
76
151
|
--ga-color-red-40: #eca79e;
|
|
152
|
+
--ga-color-utility-red: var(--ga-color-red-40);
|
|
77
153
|
--ga-color-red-60: #cc453e;
|
|
78
|
-
--ga-color-red-70: #b0241d;
|
|
79
154
|
--ga-color-rose-10: #fcf0f4;
|
|
155
|
+
--ga-color-utility-rose-accent: var(--ga-color-rose-10);
|
|
80
156
|
--ga-color-rose-40: #efa1bd;
|
|
81
|
-
--ga-color-
|
|
82
|
-
--ga-color-secondary-10: var(--ga-color-orange-10);
|
|
83
|
-
--ga-color-secondary-30: var(--ga-color-orange-30);
|
|
157
|
+
--ga-color-utility-rose: var(--ga-color-rose-40);
|
|
84
158
|
--ga-color-sequential-graph-10: var(--ga-color-teal-10);
|
|
85
159
|
--ga-color-sequential-graph-20: var(--ga-color-teal-20);
|
|
86
160
|
--ga-color-sequential-graph-30: var(--ga-color-teal-30);
|
|
@@ -91,74 +165,36 @@
|
|
|
91
165
|
--ga-color-sequential-graph-80: var(--ga-color-teal-80);
|
|
92
166
|
--ga-color-sequential-graph-90: var(--ga-color-teal-90);
|
|
93
167
|
--ga-color-sequential-graph-100: var(--ga-color-teal-100);
|
|
94
|
-
--ga-color-success: var(--ga-color-green-60);
|
|
95
|
-
--ga-color-success-light: var(--ga-color-utility-green-light);
|
|
96
|
-
--ga-color-surface-action: var(--ga-color-primary);
|
|
97
|
-
--ga-color-surface-action-hover: var(--ga-color-primary-90);
|
|
98
|
-
--ga-color-surface-action-hover-2: var(--ga-color-orange-20);
|
|
99
|
-
--ga-color-surface-disable-selected: var(--ga-color-neutral-60);
|
|
100
|
-
--ga-color-surface-disabled: var(--ga-color-neutral-20);
|
|
101
|
-
--ga-color-surface-error: var(--ga-color-utility-red-light);
|
|
102
|
-
--ga-color-surface-information: var(--ga-color-information-light);
|
|
103
|
-
--ga-color-surface-page: var(--ga-color-neutral-10);
|
|
104
168
|
--ga-color-surface-primary: var(--ga-color-white);
|
|
105
|
-
--ga-color-surface-selected: var(--ga-color-green-10);
|
|
106
|
-
--ga-color-surface-success: var(--ga-color-success-light);
|
|
107
|
-
--ga-color-surface-warning: var(--ga-color-utility-orange-light);
|
|
108
169
|
--ga-color-teal-10: #ecf5f4;
|
|
170
|
+
--ga-color-utility-teal-accent: var(--ga-color-teal-10);
|
|
109
171
|
--ga-color-teal-20: #d5e8e6;
|
|
110
172
|
--ga-color-teal-30: #b4d7d4;
|
|
111
173
|
--ga-color-teal-40: #92c3c0;
|
|
174
|
+
--ga-color-utility-teal: var(--ga-color-teal-40);
|
|
112
175
|
--ga-color-teal-50: #51a39e;
|
|
113
176
|
--ga-color-teal-60: #3a837e;
|
|
114
177
|
--ga-color-teal-70: #2c6764;
|
|
115
178
|
--ga-color-teal-80: #21514e;
|
|
116
179
|
--ga-color-teal-90: #143734;
|
|
117
180
|
--ga-color-teal-100: #081f1f;
|
|
118
|
-
--ga-color-
|
|
119
|
-
--ga-
|
|
120
|
-
--ga-
|
|
121
|
-
--ga-
|
|
122
|
-
--ga-
|
|
123
|
-
--ga-
|
|
124
|
-
--ga-
|
|
125
|
-
--ga-
|
|
126
|
-
--ga-
|
|
127
|
-
--ga-
|
|
128
|
-
--ga-
|
|
129
|
-
--ga-
|
|
130
|
-
--ga-
|
|
131
|
-
--ga-
|
|
132
|
-
--ga-
|
|
133
|
-
--ga-
|
|
134
|
-
--ga-
|
|
135
|
-
--ga-color-utility-green: var(--ga-color-green-40);
|
|
136
|
-
--ga-color-utility-green-light: var(--ga-color-green-10);
|
|
137
|
-
--ga-color-utility-grey: var(--ga-color-grey-40);
|
|
138
|
-
--ga-color-utility-grey-light: var(--ga-color-grey-10);
|
|
139
|
-
--ga-color-utility-indigo: var(--ga-color-indigo-40);
|
|
140
|
-
--ga-color-utility-indigo-light: var(--ga-color-indigo-10);
|
|
141
|
-
--ga-color-utility-lime: var(--ga-color-lime-40);
|
|
142
|
-
--ga-color-utility-lime-light: var(--ga-color-lime-10);
|
|
143
|
-
--ga-color-utility-orange: var(--ga-color-orange-40);
|
|
144
|
-
--ga-color-utility-orange-light: var(--ga-color-orange-10);
|
|
145
|
-
--ga-color-utility-pink: var(--ga-color-pink-40);
|
|
146
|
-
--ga-color-utility-pink-light: var(--ga-color-pink-10);
|
|
147
|
-
--ga-color-utility-purple: var(--ga-color-purple-40);
|
|
148
|
-
--ga-color-utility-purple-light: var(--ga-color-purple-10);
|
|
149
|
-
--ga-color-utility-red: var(--ga-color-red-40);
|
|
150
|
-
--ga-color-utility-red-light: var(--ga-color-red-10);
|
|
151
|
-
--ga-color-utility-rose: var(--ga-color-rose-40);
|
|
152
|
-
--ga-color-utility-rose-light: var(--ga-color-rose-10);
|
|
153
|
-
--ga-color-utility-teal: var(--ga-color-teal-40);
|
|
154
|
-
--ga-color-utility-teal-light: var(--ga-color-teal-10);
|
|
155
|
-
--ga-color-utility-yellow: var(--ga-color-yellow-40);
|
|
156
|
-
--ga-color-utility-yellow-light: var(--ga-color-yellow-10);
|
|
157
|
-
--ga-color-warning: var(--ga-color-orange-60);
|
|
158
|
-
--ga-color-warning-light: var(--ga-color-utility-orange-light);
|
|
159
|
-
--ga-color-white: #ffffff;
|
|
160
|
-
--ga-color-yellow-10: #fdf5ae;
|
|
161
|
-
--ga-color-yellow-40: #e1b402;
|
|
181
|
+
--ga-color-white: #fff;
|
|
182
|
+
--ga-duration-0: 0ms;
|
|
183
|
+
--ga-duration-fast: 100ms;
|
|
184
|
+
--ga-transition-state: var(--ga-duration-fast) 0ms var(--ga-easing-standard);
|
|
185
|
+
--ga-duration-instant: 50ms;
|
|
186
|
+
--ga-transition-hover: var(--ga-duration-instant) 0ms var(--ga-easing-standard);
|
|
187
|
+
--ga-duration-moderate: 150ms;
|
|
188
|
+
--ga-transition-dismiss: var(--ga-duration-moderate) 0ms var(--ga-easing-exit);
|
|
189
|
+
--ga-transition-reveal: var(--ga-duration-moderate) 0ms var(--ga-easing-entrance);
|
|
190
|
+
--ga-duration-slow: 250ms;
|
|
191
|
+
--ga-transition-overlay-in: var(--ga-duration-slow) 0ms var(--ga-easing-entrance);
|
|
192
|
+
--ga-transition-overlay-out: var(--ga-duration-slow) 0ms var(--ga-easing-exit);
|
|
193
|
+
--ga-duration-slower: 400ms;
|
|
194
|
+
--ga-transition-backdrop: var(--ga-duration-slower) 0ms var(--ga-easing-standard);
|
|
195
|
+
--ga-easing-entrance: cubic-bezier(0, 0, 0.38, 0.9);
|
|
196
|
+
--ga-easing-exit: cubic-bezier(0.2, 0, 1, 0.9);
|
|
197
|
+
--ga-easing-standard: cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
162
198
|
--ga-font-family-primary: "Inter", -system-ui, sans-serif;
|
|
163
199
|
--ga-font-weight-bold: 700;
|
|
164
200
|
--ga-font-weight-medium: 500;
|
|
@@ -167,6 +203,46 @@
|
|
|
167
203
|
--ga-radius: 4px;
|
|
168
204
|
--ga-radius-round: 999px;
|
|
169
205
|
--ga-radius-sharp: 0.02rem;
|
|
206
|
+
--ga-shadow-east: -2px 0 5px 0 #1334451a, -8px 0 8px 0 #13344517, -19px 0 11px 0 #1334450d, -34px 0 14px 0 #13344503, -53px 0 15px 0 #13344500;
|
|
207
|
+
--ga-shadow-north: 0 4px 8px 0 #1334451a, 0 15px 15px 0 #13344517, 0 34px 21px 0 #1334450d, 0 61px 24px 0 #13344503, 0 95px 27px 0 #13344500;
|
|
208
|
+
--ga-shadow-south: 0 -1px 1px 0 #13344514, 0 -2px 2px 0 #13344512, 0 -6px 3px 0 #1334450a, 0 -10px 4px 0 #13344503, 0 -15px 4px 0 #13344500;
|
|
209
|
+
--ga-shadow-west: 1px 0 3px 0 #1334451a, 5px 0 5px 0 #13344517, 12px 0 7px 0 #1334450d, 21px 0 8px 0 #13344503, 33px 0 9px 0 #13344500;
|
|
210
|
+
--ga-size-0: 0;
|
|
211
|
+
--ga-size-1: 0.0625rem;
|
|
212
|
+
--ga-size-2: 0.125rem;
|
|
213
|
+
--ga-size-4: 0.25rem;
|
|
214
|
+
--ga-size-6: 0.375rem;
|
|
215
|
+
--ga-size-8: 0.5rem;
|
|
216
|
+
--ga-size-10: 0.625rem;
|
|
217
|
+
--ga-size-11: 0.6875rem;
|
|
218
|
+
--ga-size-12: 0.75rem;
|
|
219
|
+
--ga-size-14: 0.875rem;
|
|
220
|
+
--ga-size-16: 1rem;
|
|
221
|
+
--ga-size-18: 1.125rem;
|
|
222
|
+
--ga-size-20: 1.25rem;
|
|
223
|
+
--ga-size-24: 1.5rem;
|
|
224
|
+
--ga-size-28: 1.75rem;
|
|
225
|
+
--ga-size-32: 2rem;
|
|
226
|
+
--ga-size-36: 2.25rem;
|
|
227
|
+
--ga-size-40: 2.5rem;
|
|
228
|
+
--ga-size-44: 2.75rem;
|
|
229
|
+
--ga-size-48: 3rem;
|
|
230
|
+
--ga-size-56: 3.5rem;
|
|
231
|
+
--ga-size-64: 4rem;
|
|
232
|
+
--ga-size-80: 5rem;
|
|
233
|
+
--ga-size-96: 6rem;
|
|
234
|
+
--ga-size-112: 7rem;
|
|
235
|
+
--ga-size-128: 8rem;
|
|
236
|
+
--ga-size-144: 9rem;
|
|
237
|
+
--ga-size-160: 10rem;
|
|
238
|
+
--ga-size-192: 12rem;
|
|
239
|
+
--ga-size-224: 14rem;
|
|
240
|
+
--ga-size-256: 16rem;
|
|
241
|
+
--ga-size-288: 18rem;
|
|
242
|
+
--ga-size-320: 20rem;
|
|
243
|
+
--ga-size-352: 22rem;
|
|
244
|
+
--ga-size-384: 24rem;
|
|
245
|
+
--ga-size-416: 26rem;
|
|
170
246
|
--ga-size-border-width-lg: 4px;
|
|
171
247
|
--ga-size-border-width-md: 2px;
|
|
172
248
|
--ga-size-border-width-none: 0;
|
|
@@ -187,32 +263,78 @@
|
|
|
187
263
|
--ga-size-spacing-13: 10rem;
|
|
188
264
|
--ga-text-2xl-font-size: 1.5rem;
|
|
189
265
|
--ga-text-2xl-font-style: normal;
|
|
190
|
-
--ga-text-2xl-line-height:
|
|
191
|
-
--ga-text-2xl-
|
|
192
|
-
--ga-text-
|
|
266
|
+
--ga-text-2xl-line-height: 2rem;
|
|
267
|
+
--ga-text-2xl-font-family: inherit;
|
|
268
|
+
--ga-text-2xl-font-weight: 400;
|
|
269
|
+
--ga-text-2xl-letter-spacing: -0.019rem;
|
|
270
|
+
--ga-text-2xl: var(--ga-text-2xl-font-style) var(--ga-text-2xl-font-weight) var(--ga-text-2xl-font-size)/var(--ga-text-2xl-line-height) var(--ga-text-2xl-font-family);
|
|
271
|
+
--ga-text-3xl-font-size: 2rem;
|
|
193
272
|
--ga-text-3xl-font-style: normal;
|
|
194
|
-
--ga-text-3xl-line-height:
|
|
195
|
-
--ga-text-3xl-
|
|
273
|
+
--ga-text-3xl-line-height: 2.5rem;
|
|
274
|
+
--ga-text-3xl-font-family: inherit;
|
|
275
|
+
--ga-text-3xl-font-weight: 400;
|
|
276
|
+
--ga-text-3xl-letter-spacing: -0.022rem;
|
|
277
|
+
--ga-text-3xl: var(--ga-text-3xl-font-style) var(--ga-text-3xl-font-weight) var(--ga-text-3xl-font-size)/var(--ga-text-3xl-line-height) var(--ga-text-3xl-font-family);
|
|
196
278
|
--ga-text-lg-font-size: 1rem;
|
|
197
279
|
--ga-text-lg-font-style: normal;
|
|
198
280
|
--ga-text-lg-line-height: 1.5rem;
|
|
199
|
-
--ga-text-lg-
|
|
281
|
+
--ga-text-lg-font-family: inherit;
|
|
282
|
+
--ga-text-lg-font-weight: 400;
|
|
283
|
+
--ga-text-lg-letter-spacing: -0.011rem;
|
|
284
|
+
--ga-text-lg: var(--ga-text-lg-font-style) var(--ga-text-lg-font-weight) var(--ga-text-lg-font-size)/var(--ga-text-lg-line-height) var(--ga-text-lg-font-family);
|
|
200
285
|
--ga-text-md-font-size: 0.875rem;
|
|
201
286
|
--ga-text-md-font-style: normal;
|
|
202
287
|
--ga-text-md-line-height: 1.25rem;
|
|
203
|
-
--ga-text-md-
|
|
288
|
+
--ga-text-md-font-family: inherit;
|
|
289
|
+
--ga-text-md-font-weight: 400;
|
|
290
|
+
--ga-text-md-letter-spacing: -0.006rem;
|
|
291
|
+
--ga-text-md: var(--ga-text-md-font-style) var(--ga-text-md-font-weight) var(--ga-text-md-font-size)/var(--ga-text-md-line-height) var(--ga-text-md-font-family);
|
|
204
292
|
--ga-text-sm-font-size: 0.75rem;
|
|
205
293
|
--ga-text-sm-font-style: normal;
|
|
206
294
|
--ga-text-sm-line-height: 1.25rem;
|
|
207
|
-
--ga-text-sm-
|
|
208
|
-
--ga-text-
|
|
295
|
+
--ga-text-sm-font-family: inherit;
|
|
296
|
+
--ga-text-sm-font-weight: 400;
|
|
297
|
+
--ga-text-sm-letter-spacing: 0;
|
|
298
|
+
--ga-text-sm: var(--ga-text-sm-font-style) var(--ga-text-sm-font-weight) var(--ga-text-sm-font-size)/var(--ga-text-sm-line-height) var(--ga-text-sm-font-family);
|
|
299
|
+
--ga-text-xl-font-size: 1.125rem;
|
|
209
300
|
--ga-text-xl-font-style: normal;
|
|
210
|
-
--ga-text-xl-line-height:
|
|
211
|
-
--ga-text-xl-
|
|
301
|
+
--ga-text-xl-line-height: 1.5rem;
|
|
302
|
+
--ga-text-xl-font-family: inherit;
|
|
303
|
+
--ga-text-xl-font-weight: 400;
|
|
304
|
+
--ga-text-xl-letter-spacing: -0.017rem;
|
|
305
|
+
--ga-text-xl: var(--ga-text-xl-font-style) var(--ga-text-xl-font-weight) var(--ga-text-xl-font-size)/var(--ga-text-xl-line-height) var(--ga-text-xl-font-family);
|
|
212
306
|
--ga-text-xs-font-size: 0.6875rem;
|
|
213
307
|
--ga-text-xs-font-style: normal;
|
|
214
308
|
--ga-text-xs-line-height: 1rem;
|
|
215
|
-
--ga-text-xs-
|
|
309
|
+
--ga-text-xs-font-family: inherit;
|
|
310
|
+
--ga-text-xs-font-weight: 400;
|
|
311
|
+
--ga-text-xs-letter-spacing: 0.005rem;
|
|
312
|
+
--ga-text-xs: var(--ga-text-xs-font-style) var(--ga-text-xs-font-weight) var(--ga-text-xs-font-size)/var(--ga-text-xs-line-height) var(--ga-text-xs-font-family);
|
|
313
|
+
}
|
|
314
|
+
@media (width >= 48rem) {
|
|
315
|
+
:root, :host {
|
|
316
|
+
--ga-text-2xl-font-size: 1.5rem;
|
|
317
|
+
--ga-text-2xl-font-style: normal;
|
|
318
|
+
--ga-text-2xl-line-height: 2.5rem;
|
|
319
|
+
--ga-text-2xl-font-family: inherit;
|
|
320
|
+
--ga-text-2xl-font-weight: 400;
|
|
321
|
+
--ga-text-2xl-letter-spacing: -0.019rem;
|
|
322
|
+
--ga-text-2xl: var(--ga-text-2xl-font-style) var(--ga-text-2xl-font-weight) var(--ga-text-2xl-font-size)/var(--ga-text-2xl-line-height) var(--ga-text-2xl-font-family);
|
|
323
|
+
--ga-text-3xl-font-size: 2.25rem;
|
|
324
|
+
--ga-text-3xl-font-style: normal;
|
|
325
|
+
--ga-text-3xl-line-height: 3rem;
|
|
326
|
+
--ga-text-3xl-font-family: inherit;
|
|
327
|
+
--ga-text-3xl-font-weight: 400;
|
|
328
|
+
--ga-text-3xl-letter-spacing: -0.022rem;
|
|
329
|
+
--ga-text-3xl: var(--ga-text-3xl-font-style) var(--ga-text-3xl-font-weight) var(--ga-text-3xl-font-size)/var(--ga-text-3xl-line-height) var(--ga-text-3xl-font-family);
|
|
330
|
+
--ga-text-xl-font-size: 1.25rem;
|
|
331
|
+
--ga-text-xl-font-style: normal;
|
|
332
|
+
--ga-text-xl-line-height: 2rem;
|
|
333
|
+
--ga-text-xl-font-family: inherit;
|
|
334
|
+
--ga-text-xl-font-weight: 400;
|
|
335
|
+
--ga-text-xl-letter-spacing: -0.017rem;
|
|
336
|
+
--ga-text-xl: var(--ga-text-xl-font-style) var(--ga-text-xl-font-weight) var(--ga-text-xl-font-size)/var(--ga-text-xl-line-height) var(--ga-text-xl-font-family);
|
|
337
|
+
}
|
|
216
338
|
}
|
|
217
339
|
@layer theme, base, components, utilities;
|
|
218
340
|
@layer base {
|
|
@@ -257,7 +379,7 @@
|
|
|
257
379
|
var(--ga-text-2xl-line-height) * var(--ga-base-scaling-factor, 1)
|
|
258
380
|
));
|
|
259
381
|
letter-spacing: var(--tw-tracking, calc(
|
|
260
|
-
var(--ga-text-2xl-
|
|
382
|
+
var(--ga-text-2xl-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
261
383
|
));
|
|
262
384
|
}
|
|
263
385
|
}
|
|
@@ -294,33 +416,33 @@
|
|
|
294
416
|
color: var(--ga-color-text-action);
|
|
295
417
|
}
|
|
296
418
|
&.ga-badge--information {
|
|
297
|
-
background-color: var(--ga-color-utility-blue-
|
|
419
|
+
background-color: var(--ga-color-utility-blue-accent);
|
|
298
420
|
color: var(--ga-color-text-information);
|
|
299
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
421
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
300
422
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
301
423
|
--tw-ring-color: var(--ga-color-border-information);
|
|
302
424
|
--tw-ring-inset: inset;
|
|
303
425
|
}
|
|
304
426
|
&.ga-badge--error {
|
|
305
|
-
background-color: var(--ga-color-utility-red-
|
|
427
|
+
background-color: var(--ga-color-utility-red-accent);
|
|
306
428
|
color: var(--ga-color-text-error);
|
|
307
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
429
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
308
430
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
309
431
|
--tw-ring-color: var(--ga-color-border-error);
|
|
310
432
|
--tw-ring-inset: inset;
|
|
311
433
|
}
|
|
312
434
|
&.ga-badge--warning {
|
|
313
|
-
background-color: var(--ga-color-utility-orange-
|
|
435
|
+
background-color: var(--ga-color-utility-orange-accent);
|
|
314
436
|
color: var(--ga-color-text-warning);
|
|
315
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
437
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
316
438
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
317
439
|
--tw-ring-color: var(--ga-color-border-warning);
|
|
318
440
|
--tw-ring-inset: inset;
|
|
319
441
|
}
|
|
320
442
|
&.ga-badge--success {
|
|
321
|
-
background-color: var(--ga-color-utility-green-
|
|
443
|
+
background-color: var(--ga-color-utility-green-accent);
|
|
322
444
|
color: var(--ga-color-text-success);
|
|
323
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
445
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
324
446
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
325
447
|
--tw-ring-color: var(--ga-color-border-success);
|
|
326
448
|
--tw-ring-inset: inset;
|
|
@@ -330,7 +452,7 @@
|
|
|
330
452
|
color: var(--ga-color-text-disable-selected);
|
|
331
453
|
}
|
|
332
454
|
&.ga-badge--disabled-inverted {
|
|
333
|
-
background-color: var(--ga-color-icon-
|
|
455
|
+
background-color: var(--ga-color-icon-on-primary);
|
|
334
456
|
color: var(--ga-color-text-disabled);
|
|
335
457
|
}
|
|
336
458
|
}
|
|
@@ -345,7 +467,7 @@
|
|
|
345
467
|
}
|
|
346
468
|
&.ga-badge--muted {
|
|
347
469
|
background-color: var(--ga-color-icon-on-primary);
|
|
348
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
470
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
349
471
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
350
472
|
--tw-ring-color: var(--ga-color-text-disabled);
|
|
351
473
|
--tw-ring-inset: inset;
|
|
@@ -366,7 +488,7 @@
|
|
|
366
488
|
background-color: var(--ga-color-icon-on-disabled);
|
|
367
489
|
}
|
|
368
490
|
&.ga-badge--disabled-inverted {
|
|
369
|
-
background-color: var(--ga-color-icon-
|
|
491
|
+
background-color: var(--ga-color-icon-on-primary);
|
|
370
492
|
}
|
|
371
493
|
}
|
|
372
494
|
}
|
|
@@ -387,13 +509,18 @@
|
|
|
387
509
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
388
510
|
));
|
|
389
511
|
letter-spacing: var(--tw-tracking, calc(
|
|
390
|
-
var(--ga-text-md-
|
|
512
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
391
513
|
));
|
|
392
514
|
--tw-leading: calc(0.4rem * 1);
|
|
393
515
|
line-height: calc(0.4rem * 1);
|
|
394
516
|
--tw-font-weight: 500;
|
|
395
517
|
font-weight: 500;
|
|
396
518
|
white-space: nowrap;
|
|
519
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
520
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
521
|
+
transition-duration: var(--tw-duration, 0s);
|
|
522
|
+
transition-duration: var(--ga-duration-instant);
|
|
523
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
397
524
|
.ga-icon {
|
|
398
525
|
color: var(--ga-color-icon-action);
|
|
399
526
|
}
|
|
@@ -419,7 +546,7 @@
|
|
|
419
546
|
background-color: var(--ga-color-surface-action-hover);
|
|
420
547
|
}
|
|
421
548
|
&:active {
|
|
422
|
-
background-color: var(--ga-color-
|
|
549
|
+
background-color: var(--ga-color-surface-action);
|
|
423
550
|
}
|
|
424
551
|
&:disabled {
|
|
425
552
|
background-color: var(--ga-color-surface-disabled);
|
|
@@ -507,7 +634,7 @@
|
|
|
507
634
|
border-radius: var(--ga-radius);
|
|
508
635
|
border-style: var(--tw-border-style);
|
|
509
636
|
border-width: 1px;
|
|
510
|
-
border-color: var(--ga-color-border-
|
|
637
|
+
border-color: var(--ga-color-border-tertiary);
|
|
511
638
|
background-color: #fff;
|
|
512
639
|
padding: calc(0.4rem * 4);
|
|
513
640
|
font-size: calc(
|
|
@@ -517,19 +644,34 @@
|
|
|
517
644
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
518
645
|
));
|
|
519
646
|
letter-spacing: var(--tw-tracking, calc(
|
|
520
|
-
var(--ga-text-md-
|
|
647
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
521
648
|
));
|
|
522
649
|
&.ga-card--selectable {
|
|
650
|
+
position: relative;
|
|
523
651
|
cursor: pointer;
|
|
652
|
+
transition-property: color,background-color,border-color,box-shadow;
|
|
653
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
654
|
+
transition-duration: var(--tw-duration, 0s);
|
|
655
|
+
transition-duration: var(--ga-duration-instant);
|
|
656
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
524
657
|
&:hover:not(.ga-card--selected) {
|
|
525
658
|
border-color: var(--ga-color-border-action-hover);
|
|
526
659
|
background-color: var(--ga-color-surface-action-hover-2);
|
|
660
|
+
--tw-shadow: var(--ga-shadow-north);
|
|
661
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
527
662
|
}
|
|
528
663
|
&:focus-visible {
|
|
529
|
-
|
|
530
|
-
outline-
|
|
531
|
-
|
|
532
|
-
|
|
664
|
+
--tw-outline-style: none;
|
|
665
|
+
outline-style: none;
|
|
666
|
+
}
|
|
667
|
+
&:focus-visible::after {
|
|
668
|
+
position: absolute;
|
|
669
|
+
inset: calc(5px * -1);
|
|
670
|
+
border-style: var(--tw-border-style);
|
|
671
|
+
border-width: 2px;
|
|
672
|
+
border-color: var(--ga-color-border-focus);
|
|
673
|
+
--tw-content: '';
|
|
674
|
+
content: var(--tw-content);
|
|
533
675
|
}
|
|
534
676
|
}
|
|
535
677
|
&.ga-card--disabled {
|
|
@@ -546,9 +688,7 @@
|
|
|
546
688
|
width: calc(0.4rem * 70);
|
|
547
689
|
background-color: #fff;
|
|
548
690
|
--tw-numeric-figure: lining-nums;
|
|
549
|
-
font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
|
|
550
691
|
--tw-slashed-zero: slashed-zero;
|
|
551
|
-
font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
|
|
552
692
|
--tw-numeric-spacing: tabular-nums;
|
|
553
693
|
font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
|
|
554
694
|
.ga-calendar__header {
|
|
@@ -576,7 +716,7 @@
|
|
|
576
716
|
var(--ga-text-lg-line-height) * var(--ga-base-scaling-factor, 1)
|
|
577
717
|
));
|
|
578
718
|
letter-spacing: var(--tw-tracking, calc(
|
|
579
|
-
var(--ga-text-lg-
|
|
719
|
+
var(--ga-text-lg-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
580
720
|
));
|
|
581
721
|
--tw-font-weight: 600;
|
|
582
722
|
font-weight: 600;
|
|
@@ -592,6 +732,11 @@
|
|
|
592
732
|
}
|
|
593
733
|
.ga-calendar__navigation-button {
|
|
594
734
|
cursor: pointer;
|
|
735
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
736
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
737
|
+
transition-duration: var(--tw-duration, 0s);
|
|
738
|
+
transition-duration: var(--ga-duration-instant);
|
|
739
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
595
740
|
&:hover {
|
|
596
741
|
@media (hover: hover) {
|
|
597
742
|
color: var(--ga-color-icon-action-hover);
|
|
@@ -638,13 +783,18 @@
|
|
|
638
783
|
var(--ga-text-lg-line-height) * var(--ga-base-scaling-factor, 1)
|
|
639
784
|
));
|
|
640
785
|
letter-spacing: var(--tw-tracking, calc(
|
|
641
|
-
var(--ga-text-lg-
|
|
786
|
+
var(--ga-text-lg-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
642
787
|
));
|
|
643
788
|
--tw-leading: calc(0.4rem * 10);
|
|
644
789
|
line-height: calc(0.4rem * 10);
|
|
645
790
|
--tw-font-weight: 500;
|
|
646
791
|
font-weight: 500;
|
|
647
792
|
color: var(--ga-color-text-action);
|
|
793
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
794
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
795
|
+
transition-duration: var(--tw-duration, 0s);
|
|
796
|
+
transition-duration: var(--ga-duration-instant);
|
|
797
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
648
798
|
&:not(.ga-calendar__year--disabled, .ga-calendar__month--disabled):hover {
|
|
649
799
|
color: var(--ga-color-text-action-hover);
|
|
650
800
|
text-decoration-line: underline;
|
|
@@ -659,7 +809,7 @@
|
|
|
659
809
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
660
810
|
));
|
|
661
811
|
letter-spacing: var(--tw-tracking, calc(
|
|
662
|
-
var(--ga-text-md-
|
|
812
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
663
813
|
));
|
|
664
814
|
color: var(--ga-color-text-on-action);
|
|
665
815
|
}
|
|
@@ -684,9 +834,14 @@
|
|
|
684
834
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
685
835
|
));
|
|
686
836
|
letter-spacing: var(--tw-tracking, calc(
|
|
687
|
-
var(--ga-text-md-
|
|
837
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
688
838
|
));
|
|
689
839
|
color: var(--ga-color-text-body);
|
|
840
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
841
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
842
|
+
transition-duration: var(--tw-duration, 0s);
|
|
843
|
+
transition-duration: var(--ga-duration-instant);
|
|
844
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
690
845
|
&:hover {
|
|
691
846
|
background-color: var(--ga-color-surface-action-hover-2);
|
|
692
847
|
color: var(--ga-color-text-action-hover);
|
|
@@ -694,12 +849,12 @@
|
|
|
694
849
|
&.ga-calendar__day--current::after {
|
|
695
850
|
position: absolute;
|
|
696
851
|
bottom: calc(0.4rem * 2);
|
|
697
|
-
left: calc(1/2 * 100%);
|
|
852
|
+
left: calc(1 / 2 * 100%);
|
|
698
853
|
height: calc(0.4rem * 0.5);
|
|
699
854
|
width: calc(0.4rem * 5);
|
|
700
|
-
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
855
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
701
856
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
702
|
-
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
|
857
|
+
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
703
858
|
border-radius: var(--ga-radius);
|
|
704
859
|
background-color: var(--ga-color-surface-action);
|
|
705
860
|
--tw-content: '';
|
|
@@ -708,12 +863,12 @@
|
|
|
708
863
|
&.ga-calendar__day--special::after {
|
|
709
864
|
position: absolute;
|
|
710
865
|
bottom: calc(0.4rem * 2);
|
|
711
|
-
left: calc(1/2 * 100%);
|
|
866
|
+
left: calc(1 / 2 * 100%);
|
|
712
867
|
height: calc(0.4rem * 1);
|
|
713
868
|
width: calc(0.4rem * 1);
|
|
714
|
-
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
869
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
715
870
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
716
|
-
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
|
871
|
+
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
717
872
|
border-radius: calc(infinity * 1px);
|
|
718
873
|
background-color: var(--ga-color-surface-action);
|
|
719
874
|
--tw-content: '';
|
|
@@ -756,7 +911,7 @@
|
|
|
756
911
|
border-block-style: var(--tw-border-style);
|
|
757
912
|
border-block-width: 1px;
|
|
758
913
|
border-color: var(--ga-color-border-success);
|
|
759
|
-
background-color: var(--ga-color-success-
|
|
914
|
+
background-color: var(--ga-color-success-accent);
|
|
760
915
|
color: var(--ga-color-text-body);
|
|
761
916
|
}
|
|
762
917
|
&.ga-calendar__day--selected-range-end {
|
|
@@ -801,7 +956,7 @@
|
|
|
801
956
|
var(--ga-text-xs-line-height) * var(--ga-base-scaling-factor, 1)
|
|
802
957
|
));
|
|
803
958
|
letter-spacing: var(--tw-tracking, calc(
|
|
804
|
-
var(--ga-text-xs-
|
|
959
|
+
var(--ga-text-xs-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
805
960
|
));
|
|
806
961
|
--tw-font-weight: 500;
|
|
807
962
|
font-weight: 500;
|
|
@@ -823,6 +978,11 @@
|
|
|
823
978
|
border-width: 2px;
|
|
824
979
|
border-color: var(--ga-color-border-action);
|
|
825
980
|
color: #fff;
|
|
981
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
982
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
983
|
+
transition-duration: var(--tw-duration, 0s);
|
|
984
|
+
transition-duration: var(--ga-duration-fast);
|
|
985
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
826
986
|
.ga-checkbox__marker__indicator-checked, .ga-checkbox__marker__indicator-indeterminate {
|
|
827
987
|
display: none;
|
|
828
988
|
}
|
|
@@ -890,7 +1050,7 @@
|
|
|
890
1050
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
891
1051
|
));
|
|
892
1052
|
letter-spacing: var(--tw-tracking, calc(
|
|
893
|
-
var(--ga-text-md-
|
|
1053
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
894
1054
|
));
|
|
895
1055
|
--tw-leading: calc(0.4rem * 4);
|
|
896
1056
|
line-height: calc(0.4rem * 4);
|
|
@@ -924,6 +1084,8 @@
|
|
|
924
1084
|
border-color: var(--ga-color-border-primary);
|
|
925
1085
|
background-color: var(--ga-color-surface-primary);
|
|
926
1086
|
padding: calc(0.4rem * 4);
|
|
1087
|
+
--tw-shadow: var(--ga-shadow-north);
|
|
1088
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
927
1089
|
.ga-datepicker__footer {
|
|
928
1090
|
margin-top: calc(0.4rem * 2);
|
|
929
1091
|
}
|
|
@@ -960,8 +1122,10 @@
|
|
|
960
1122
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
961
1123
|
));
|
|
962
1124
|
letter-spacing: var(--tw-tracking, calc(
|
|
963
|
-
var(--ga-text-md-
|
|
1125
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
964
1126
|
));
|
|
1127
|
+
--tw-shadow: var(--ga-shadow-north);
|
|
1128
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
965
1129
|
--tw-outline-style: none;
|
|
966
1130
|
outline-style: none;
|
|
967
1131
|
@supports (scroll-timeline: --dropdown-scroll block) {
|
|
@@ -980,7 +1144,6 @@
|
|
|
980
1144
|
--tw-gradient-position: to bottom in oklab;
|
|
981
1145
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
982
1146
|
--tw-gradient-from: transparent;
|
|
983
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
984
1147
|
--tw-gradient-to: var(--ga-color-surface-primary);
|
|
985
1148
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
986
1149
|
opacity: 0%;
|
|
@@ -1010,9 +1173,14 @@
|
|
|
1010
1173
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1011
1174
|
));
|
|
1012
1175
|
letter-spacing: var(--tw-tracking, calc(
|
|
1013
|
-
var(--ga-text-md-
|
|
1176
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1014
1177
|
));
|
|
1015
1178
|
color: var(--ga-color-text-action);
|
|
1179
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
1180
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
1181
|
+
transition-duration: var(--tw-duration, 0s);
|
|
1182
|
+
transition-duration: var(--ga-duration-instant);
|
|
1183
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
1016
1184
|
&:first-child {
|
|
1017
1185
|
border-top-left-radius: var(--ga-radius);
|
|
1018
1186
|
border-top-right-radius: var(--ga-radius);
|
|
@@ -1154,10 +1322,15 @@
|
|
|
1154
1322
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1155
1323
|
));
|
|
1156
1324
|
letter-spacing: var(--tw-tracking, calc(
|
|
1157
|
-
var(--ga-text-md-
|
|
1325
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1158
1326
|
));
|
|
1159
1327
|
--tw-font-weight: 500;
|
|
1160
1328
|
font-weight: 500;
|
|
1329
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
1330
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
1331
|
+
transition-duration: var(--tw-duration, 0s);
|
|
1332
|
+
transition-duration: var(--ga-duration-instant);
|
|
1333
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
1161
1334
|
}
|
|
1162
1335
|
.ga-form-field__label-state {
|
|
1163
1336
|
font-size: calc(
|
|
@@ -1200,7 +1373,7 @@
|
|
|
1200
1373
|
var(--ga-text-xs-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1201
1374
|
));
|
|
1202
1375
|
letter-spacing: var(--tw-tracking, calc(
|
|
1203
|
-
var(--ga-text-xs-
|
|
1376
|
+
var(--ga-text-xs-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1204
1377
|
));
|
|
1205
1378
|
.ga-icon {
|
|
1206
1379
|
flex-shrink: 0;
|
|
@@ -1228,8 +1401,13 @@
|
|
|
1228
1401
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1229
1402
|
));
|
|
1230
1403
|
letter-spacing: var(--tw-tracking, calc(
|
|
1231
|
-
var(--ga-text-md-
|
|
1404
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1232
1405
|
));
|
|
1406
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
1407
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
1408
|
+
transition-duration: var(--tw-duration, 0s);
|
|
1409
|
+
transition-duration: var(--ga-duration-instant);
|
|
1410
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
1233
1411
|
&:hover {
|
|
1234
1412
|
border-color: var(--ga-color-border-action-hover);
|
|
1235
1413
|
&:has(input:not(:placeholder-shown)), &:is(input:not(:placeholder-shown)) {
|
|
@@ -1309,7 +1487,7 @@
|
|
|
1309
1487
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1310
1488
|
));
|
|
1311
1489
|
letter-spacing: var(--tw-tracking, calc(
|
|
1312
|
-
var(--ga-text-md-
|
|
1490
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1313
1491
|
));
|
|
1314
1492
|
&.ga-notification--information {
|
|
1315
1493
|
border-color: var(--ga-color-border-information);
|
|
@@ -1405,12 +1583,12 @@
|
|
|
1405
1583
|
.ga-notification__progress-bar {
|
|
1406
1584
|
position: absolute;
|
|
1407
1585
|
height: 100%;
|
|
1408
|
-
transform-origin:
|
|
1586
|
+
transform-origin: 0 0;
|
|
1409
1587
|
border-radius: var(--ga-radius);
|
|
1410
|
-
background-color: var(--ga-color-
|
|
1588
|
+
background-color: var(--ga-color-surface-progress);
|
|
1411
1589
|
}
|
|
1412
1590
|
&.ga-notification__progress--indeterminate .ga-notification__progress-bar {
|
|
1413
|
-
width: calc(1/5 * 100%);
|
|
1591
|
+
width: calc(1 / 5 * 100%);
|
|
1414
1592
|
animation: ga-notification-progress-animation 1400ms linear infinite;
|
|
1415
1593
|
}
|
|
1416
1594
|
}
|
|
@@ -1442,8 +1620,10 @@
|
|
|
1442
1620
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1443
1621
|
));
|
|
1444
1622
|
letter-spacing: var(--tw-tracking, calc(
|
|
1445
|
-
var(--ga-text-md-
|
|
1623
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1446
1624
|
));
|
|
1625
|
+
--tw-shadow: var(--ga-shadow-north);
|
|
1626
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1447
1627
|
.ga-menu__item {
|
|
1448
1628
|
position: relative;
|
|
1449
1629
|
display: flex;
|
|
@@ -1457,6 +1637,11 @@
|
|
|
1457
1637
|
text-align: left;
|
|
1458
1638
|
--tw-leading: 1;
|
|
1459
1639
|
line-height: 1;
|
|
1640
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
1641
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
1642
|
+
transition-duration: var(--tw-duration, 0s);
|
|
1643
|
+
transition-duration: var(--ga-duration-instant);
|
|
1644
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
1460
1645
|
&:first-child {
|
|
1461
1646
|
border-top-left-radius: var(--ga-radius);
|
|
1462
1647
|
border-top-right-radius: var(--ga-radius);
|
|
@@ -1559,7 +1744,7 @@
|
|
|
1559
1744
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1560
1745
|
));
|
|
1561
1746
|
letter-spacing: var(--tw-tracking, calc(
|
|
1562
|
-
var(--ga-text-md-
|
|
1747
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1563
1748
|
));
|
|
1564
1749
|
--tw-font-weight: 500;
|
|
1565
1750
|
font-weight: 500;
|
|
@@ -1580,7 +1765,7 @@
|
|
|
1580
1765
|
var(--ga-text-xs-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1581
1766
|
));
|
|
1582
1767
|
letter-spacing: var(--tw-tracking, calc(
|
|
1583
|
-
var(--ga-text-xs-
|
|
1768
|
+
var(--ga-text-xs-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1584
1769
|
));
|
|
1585
1770
|
--tw-font-weight: 500;
|
|
1586
1771
|
font-weight: 500;
|
|
@@ -1594,7 +1779,7 @@
|
|
|
1594
1779
|
var(--ga-text-xs-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1595
1780
|
));
|
|
1596
1781
|
letter-spacing: var(--tw-tracking, calc(
|
|
1597
|
-
var(--ga-text-xs-
|
|
1782
|
+
var(--ga-text-xs-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1598
1783
|
));
|
|
1599
1784
|
color: var(--ga-color-text-disable-selected);
|
|
1600
1785
|
}
|
|
@@ -1657,7 +1842,7 @@
|
|
|
1657
1842
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1658
1843
|
));
|
|
1659
1844
|
letter-spacing: var(--tw-tracking, calc(
|
|
1660
|
-
var(--ga-text-md-
|
|
1845
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1661
1846
|
));
|
|
1662
1847
|
scrollbar-width: thin;
|
|
1663
1848
|
&.ga-modal--small {
|
|
@@ -1717,7 +1902,7 @@
|
|
|
1717
1902
|
var(--ga-text-xl-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1718
1903
|
));
|
|
1719
1904
|
letter-spacing: var(--tw-tracking, calc(
|
|
1720
|
-
var(--ga-text-xl-
|
|
1905
|
+
var(--ga-text-xl-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1721
1906
|
));
|
|
1722
1907
|
--tw-font-weight: 600;
|
|
1723
1908
|
font-weight: 600;
|
|
@@ -1775,7 +1960,7 @@
|
|
|
1775
1960
|
var(--ga-text-xs-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1776
1961
|
));
|
|
1777
1962
|
letter-spacing: var(--tw-tracking, calc(
|
|
1778
|
-
var(--ga-text-xs-
|
|
1963
|
+
var(--ga-text-xs-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1779
1964
|
));
|
|
1780
1965
|
color: var(--ga-color-text-body);
|
|
1781
1966
|
}
|
|
@@ -1791,9 +1976,9 @@
|
|
|
1791
1976
|
position: absolute;
|
|
1792
1977
|
height: 100%;
|
|
1793
1978
|
width: 100%;
|
|
1794
|
-
transform-origin:
|
|
1979
|
+
transform-origin: 0 0;
|
|
1795
1980
|
border-radius: var(--ga-radius);
|
|
1796
|
-
background-color: var(--ga-color-
|
|
1981
|
+
background-color: var(--ga-color-surface-progress);
|
|
1797
1982
|
}
|
|
1798
1983
|
&.ga-progress--success {
|
|
1799
1984
|
.ga-progress__bar {
|
|
@@ -1813,7 +1998,7 @@
|
|
|
1813
1998
|
}
|
|
1814
1999
|
&.ga-progress--indeterminate {
|
|
1815
2000
|
.ga-progress__bar {
|
|
1816
|
-
width: calc(1/5 * 100%);
|
|
2001
|
+
width: calc(1 / 5 * 100%);
|
|
1817
2002
|
animation: ga-progress-animation 1400ms linear infinite;
|
|
1818
2003
|
}
|
|
1819
2004
|
}
|
|
@@ -1896,11 +2081,16 @@
|
|
|
1896
2081
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1897
2082
|
));
|
|
1898
2083
|
letter-spacing: var(--tw-tracking, calc(
|
|
1899
|
-
var(--ga-text-md-
|
|
2084
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1900
2085
|
));
|
|
1901
2086
|
--tw-font-weight: 500;
|
|
1902
2087
|
font-weight: 500;
|
|
1903
2088
|
color: var(--ga-color-text-action);
|
|
2089
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
2090
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
2091
|
+
transition-duration: var(--tw-duration, 0s);
|
|
2092
|
+
transition-duration: var(--ga-duration-instant);
|
|
2093
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
1904
2094
|
}
|
|
1905
2095
|
.ga-progress-indicator__label-state {
|
|
1906
2096
|
font-size: calc(
|
|
@@ -1910,7 +2100,7 @@
|
|
|
1910
2100
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1911
2101
|
));
|
|
1912
2102
|
letter-spacing: var(--tw-tracking, calc(
|
|
1913
|
-
var(--ga-text-md-
|
|
2103
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1914
2104
|
));
|
|
1915
2105
|
--tw-font-weight: 400;
|
|
1916
2106
|
font-weight: 400;
|
|
@@ -1943,7 +2133,7 @@
|
|
|
1943
2133
|
var(--ga-text-xs-line-height) * var(--ga-base-scaling-factor, 1)
|
|
1944
2134
|
));
|
|
1945
2135
|
letter-spacing: var(--tw-tracking, calc(
|
|
1946
|
-
var(--ga-text-xs-
|
|
2136
|
+
var(--ga-text-xs-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
1947
2137
|
));
|
|
1948
2138
|
color: var(--ga-color-text-body);
|
|
1949
2139
|
}
|
|
@@ -2061,14 +2251,13 @@
|
|
|
2061
2251
|
background-color: var(--ga-color-surface-action);
|
|
2062
2252
|
&::after {
|
|
2063
2253
|
position: absolute;
|
|
2064
|
-
top: calc(1/2 * 100%);
|
|
2065
|
-
left: calc(1/2 * 100%);
|
|
2254
|
+
top: calc(1 / 2 * 100%);
|
|
2255
|
+
left: calc(1 / 2 * 100%);
|
|
2066
2256
|
display: block;
|
|
2067
2257
|
height: calc(0.4rem * 1);
|
|
2068
2258
|
width: calc(0.4rem * 1);
|
|
2069
|
-
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
2070
|
-
|
|
2071
|
-
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
2259
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
2260
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
2072
2261
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2073
2262
|
border-radius: calc(infinity * 1px);
|
|
2074
2263
|
background-color: #fff;
|
|
@@ -2119,6 +2308,11 @@
|
|
|
2119
2308
|
border-width: 2px;
|
|
2120
2309
|
border-color: var(--ga-color-border-action);
|
|
2121
2310
|
color: #fff;
|
|
2311
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
2312
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
2313
|
+
transition-duration: var(--tw-duration, 0s);
|
|
2314
|
+
transition-duration: var(--ga-duration-fast);
|
|
2315
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
2122
2316
|
}
|
|
2123
2317
|
.ga-radio-button__label {
|
|
2124
2318
|
min-height: calc(0.4rem * 4);
|
|
@@ -2129,7 +2323,7 @@
|
|
|
2129
2323
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
2130
2324
|
));
|
|
2131
2325
|
letter-spacing: var(--tw-tracking, calc(
|
|
2132
|
-
var(--ga-text-md-
|
|
2326
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
2133
2327
|
));
|
|
2134
2328
|
--tw-leading: calc(0.4rem * 4);
|
|
2135
2329
|
line-height: calc(0.4rem * 4);
|
|
@@ -2146,7 +2340,7 @@
|
|
|
2146
2340
|
border-radius: var(--ga-radius);
|
|
2147
2341
|
border-style: var(--tw-border-style);
|
|
2148
2342
|
border-width: 1px;
|
|
2149
|
-
border-color: var(--ga-color-border-
|
|
2343
|
+
border-color: var(--ga-color-border-tertiary);
|
|
2150
2344
|
padding: calc(0.4rem * 0.5);
|
|
2151
2345
|
vertical-align: middle;
|
|
2152
2346
|
font-size: calc(
|
|
@@ -2156,7 +2350,7 @@
|
|
|
2156
2350
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
2157
2351
|
));
|
|
2158
2352
|
letter-spacing: var(--tw-tracking, calc(
|
|
2159
|
-
var(--ga-text-md-
|
|
2353
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
2160
2354
|
));
|
|
2161
2355
|
.ga-segmented-control__button {
|
|
2162
2356
|
display: inline-flex;
|
|
@@ -2175,6 +2369,11 @@
|
|
|
2175
2369
|
line-height: calc(0.4rem * 1);
|
|
2176
2370
|
white-space: nowrap;
|
|
2177
2371
|
color: var(--ga-color-text-action);
|
|
2372
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
2373
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
2374
|
+
transition-duration: var(--tw-duration, 0s);
|
|
2375
|
+
transition-duration: var(--ga-duration-instant);
|
|
2376
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
2178
2377
|
&.ga-segmented-control__button--selected, &:hover {
|
|
2179
2378
|
border-color: var(--ga-color-border-action);
|
|
2180
2379
|
}
|
|
@@ -2188,7 +2387,7 @@
|
|
|
2188
2387
|
&:focus-visible {
|
|
2189
2388
|
outline-style: var(--tw-outline-style);
|
|
2190
2389
|
outline-width: 2px;
|
|
2191
|
-
outline-offset:
|
|
2390
|
+
outline-offset: 1px;
|
|
2192
2391
|
outline-color: var(--ga-color-border-focus);
|
|
2193
2392
|
}
|
|
2194
2393
|
&.ga-segmented-control__button--icon-only {
|
|
@@ -2205,7 +2404,7 @@
|
|
|
2205
2404
|
padding: 0;
|
|
2206
2405
|
margin: -1px;
|
|
2207
2406
|
overflow: hidden;
|
|
2208
|
-
clip:
|
|
2407
|
+
clip-path: inset(50%);
|
|
2209
2408
|
white-space: nowrap;
|
|
2210
2409
|
border-width: 0;
|
|
2211
2410
|
}
|
|
@@ -2230,7 +2429,7 @@
|
|
|
2230
2429
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
2231
2430
|
));
|
|
2232
2431
|
letter-spacing: var(--tw-tracking, calc(
|
|
2233
|
-
var(--ga-text-md-
|
|
2432
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
2234
2433
|
));
|
|
2235
2434
|
--tw-leading: 1;
|
|
2236
2435
|
line-height: 1;
|
|
@@ -2238,9 +2437,9 @@
|
|
|
2238
2437
|
.ga-native-select__arrow {
|
|
2239
2438
|
pointer-events: none;
|
|
2240
2439
|
position: absolute;
|
|
2241
|
-
top: calc(1/2 * 100%);
|
|
2440
|
+
top: calc(1 / 2 * 100%);
|
|
2242
2441
|
right: calc(0.4rem * 2);
|
|
2243
|
-
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
2442
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
2244
2443
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2245
2444
|
}
|
|
2246
2445
|
}
|
|
@@ -2267,13 +2466,18 @@
|
|
|
2267
2466
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
2268
2467
|
));
|
|
2269
2468
|
letter-spacing: var(--tw-tracking, calc(
|
|
2270
|
-
var(--ga-text-md-
|
|
2469
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
2271
2470
|
));
|
|
2272
2471
|
--tw-leading: 1;
|
|
2273
2472
|
line-height: 1;
|
|
2473
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
2474
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
2475
|
+
transition-duration: var(--tw-duration, 0s);
|
|
2476
|
+
transition-duration: var(--ga-duration-instant);
|
|
2477
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
2274
2478
|
&.ga-select--expanded {
|
|
2275
2479
|
border-color: var(--ga-color-border-focus);
|
|
2276
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
2480
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2277
2481
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2278
2482
|
--tw-ring-color: var(--ga-color-border-focus);
|
|
2279
2483
|
}
|
|
@@ -2297,7 +2501,7 @@
|
|
|
2297
2501
|
}
|
|
2298
2502
|
&.ga-select--invalid {
|
|
2299
2503
|
border-color: var(--ga-color-border-error);
|
|
2300
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
2504
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2301
2505
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2302
2506
|
--tw-ring-color: var(--ga-color-border-error);
|
|
2303
2507
|
&:not(.ga-select--empty) {
|
|
@@ -2421,6 +2625,11 @@
|
|
|
2421
2625
|
border-width: 1px;
|
|
2422
2626
|
border-color: var(--ga-color-border-action);
|
|
2423
2627
|
background-color: var(--ga-color-surface-primary);
|
|
2628
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
2629
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
2630
|
+
transition-duration: var(--tw-duration, 0s);
|
|
2631
|
+
transition-duration: var(--ga-duration-fast);
|
|
2632
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
2424
2633
|
}
|
|
2425
2634
|
.ga-switch__check-icon {
|
|
2426
2635
|
position: absolute;
|
|
@@ -2431,8 +2640,8 @@
|
|
|
2431
2640
|
transition-property: opacity;
|
|
2432
2641
|
transition-timing-function: var(--tw-ease, ease);
|
|
2433
2642
|
transition-duration: var(--tw-duration, 0s);
|
|
2434
|
-
|
|
2435
|
-
transition-
|
|
2643
|
+
transition-duration: var(--ga-duration-fast);
|
|
2644
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
2436
2645
|
}
|
|
2437
2646
|
.ga-switch__slider {
|
|
2438
2647
|
pointer-events: none;
|
|
@@ -2447,8 +2656,8 @@
|
|
|
2447
2656
|
transition-property: transform, translate, scale, rotate;
|
|
2448
2657
|
transition-timing-function: var(--tw-ease, ease);
|
|
2449
2658
|
transition-duration: var(--tw-duration, 0s);
|
|
2450
|
-
|
|
2451
|
-
transition-
|
|
2659
|
+
transition-duration: var(--ga-duration-fast);
|
|
2660
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
2452
2661
|
}
|
|
2453
2662
|
.ga-switch__label {
|
|
2454
2663
|
-webkit-user-select: none;
|
|
@@ -2519,7 +2728,7 @@
|
|
|
2519
2728
|
display: flex;
|
|
2520
2729
|
gap: calc(0.4rem * 2);
|
|
2521
2730
|
&.ga-tabs--keyline {
|
|
2522
|
-
border-color: var(--ga-color-border-
|
|
2731
|
+
border-color: var(--ga-color-border-tertiary);
|
|
2523
2732
|
}
|
|
2524
2733
|
.ga-tabs__tab {
|
|
2525
2734
|
position: relative;
|
|
@@ -2537,13 +2746,18 @@
|
|
|
2537
2746
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
2538
2747
|
));
|
|
2539
2748
|
letter-spacing: var(--tw-tracking, calc(
|
|
2540
|
-
var(--ga-text-md-
|
|
2749
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
2541
2750
|
));
|
|
2542
2751
|
--tw-leading: calc(0.4rem * 4);
|
|
2543
2752
|
line-height: calc(0.4rem * 4);
|
|
2544
2753
|
--tw-font-weight: 500;
|
|
2545
2754
|
font-weight: 500;
|
|
2546
2755
|
color: var(--ga-color-text-action);
|
|
2756
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
2757
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
2758
|
+
transition-duration: var(--tw-duration, 0s);
|
|
2759
|
+
transition-duration: var(--ga-duration-instant);
|
|
2760
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
2547
2761
|
&.ga-tabs__tab--selected {
|
|
2548
2762
|
border-color: var(--ga-color-border-action);
|
|
2549
2763
|
--tw-font-weight: 600;
|
|
@@ -2687,6 +2901,11 @@
|
|
|
2687
2901
|
--tw-border-style: dashed;
|
|
2688
2902
|
border-style: dashed;
|
|
2689
2903
|
background-color: var(--ga-color-surface-primary);
|
|
2904
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
2905
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
2906
|
+
transition-duration: var(--tw-duration, 0s);
|
|
2907
|
+
transition-duration: var(--ga-duration-instant);
|
|
2908
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
2690
2909
|
&:hover {
|
|
2691
2910
|
background-color: var(--ga-color-surface-action-hover-2);
|
|
2692
2911
|
.ga-tag__icon {
|
|
@@ -2709,6 +2928,11 @@
|
|
|
2709
2928
|
border-style: solid;
|
|
2710
2929
|
background-color: var(--ga-color-surface-primary);
|
|
2711
2930
|
color: var(--ga-color-text-action);
|
|
2931
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
2932
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
2933
|
+
transition-duration: var(--tw-duration, 0s);
|
|
2934
|
+
transition-duration: var(--ga-duration-instant);
|
|
2935
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
2712
2936
|
&:hover {
|
|
2713
2937
|
border-color: var(--ga-color-border-action-hover);
|
|
2714
2938
|
.ga-tag__icon {
|
|
@@ -2727,7 +2951,7 @@
|
|
|
2727
2951
|
color: var(--ga-color-icon-on-primary);
|
|
2728
2952
|
}
|
|
2729
2953
|
}
|
|
2730
|
-
&.ga-tag--utility-grey, &.ga-tag--utility-indigo, &.ga-tag--utility-teal, &.ga-tag--utility-lime, &.ga-tag--utility-purple, &.ga-tag--utility-pink, &.ga-tag--utility-rose, &.ga-tag--utility-
|
|
2954
|
+
&.ga-tag--utility-grey, &.ga-tag--utility-indigo, &.ga-tag--utility-teal, &.ga-tag--utility-lime, &.ga-tag--utility-purple, &.ga-tag--utility-pink, &.ga-tag--utility-rose, &.ga-tag--utility-blue, &.ga-tag--utility-green, &.ga-tag--utility-orange, &.ga-tag--utility-disabled {
|
|
2731
2955
|
border-radius: var(--ga-radius);
|
|
2732
2956
|
padding-left: calc(0.4rem * 1.5);
|
|
2733
2957
|
.ga-tag__icon {
|
|
@@ -2736,47 +2960,43 @@
|
|
|
2736
2960
|
}
|
|
2737
2961
|
&.ga-tag--utility-grey {
|
|
2738
2962
|
border-color: var(--ga-color-utility-grey);
|
|
2739
|
-
background-color: var(--ga-color-utility-grey-
|
|
2963
|
+
background-color: var(--ga-color-utility-grey-accent);
|
|
2740
2964
|
}
|
|
2741
2965
|
&.ga-tag--utility-indigo {
|
|
2742
2966
|
border-color: var(--ga-color-utility-indigo);
|
|
2743
|
-
background-color: var(--ga-color-utility-indigo-
|
|
2967
|
+
background-color: var(--ga-color-utility-indigo-accent);
|
|
2744
2968
|
}
|
|
2745
2969
|
&.ga-tag--utility-teal {
|
|
2746
2970
|
border-color: var(--ga-color-utility-teal);
|
|
2747
|
-
background-color: var(--ga-color-utility-teal-
|
|
2971
|
+
background-color: var(--ga-color-utility-teal-accent);
|
|
2748
2972
|
}
|
|
2749
2973
|
&.ga-tag--utility-lime {
|
|
2750
2974
|
border-color: var(--ga-color-utility-lime);
|
|
2751
|
-
background-color: var(--ga-color-utility-lime-
|
|
2975
|
+
background-color: var(--ga-color-utility-lime-accent);
|
|
2752
2976
|
}
|
|
2753
2977
|
&.ga-tag--utility-purple {
|
|
2754
2978
|
border-color: var(--ga-color-utility-purple);
|
|
2755
|
-
background-color: var(--ga-color-utility-purple-
|
|
2979
|
+
background-color: var(--ga-color-utility-purple-accent);
|
|
2756
2980
|
}
|
|
2757
2981
|
&.ga-tag--utility-pink {
|
|
2758
2982
|
border-color: var(--ga-color-utility-pink);
|
|
2759
|
-
background-color: var(--ga-color-utility-pink-
|
|
2983
|
+
background-color: var(--ga-color-utility-pink-accent);
|
|
2760
2984
|
}
|
|
2761
2985
|
&.ga-tag--utility-rose {
|
|
2762
2986
|
border-color: var(--ga-color-utility-rose);
|
|
2763
|
-
background-color: var(--ga-color-utility-rose-
|
|
2764
|
-
}
|
|
2765
|
-
&.ga-tag--utility-yellow {
|
|
2766
|
-
border-color: var(--ga-color-utility-yellow);
|
|
2767
|
-
background-color: var(--ga-color-utility-yellow-light);
|
|
2987
|
+
background-color: var(--ga-color-utility-rose-accent);
|
|
2768
2988
|
}
|
|
2769
2989
|
&.ga-tag--utility-blue {
|
|
2770
2990
|
border-color: var(--ga-color-utility-blue);
|
|
2771
|
-
background-color: var(--ga-color-utility-blue-
|
|
2991
|
+
background-color: var(--ga-color-utility-blue-accent);
|
|
2772
2992
|
}
|
|
2773
2993
|
&.ga-tag--utility-green {
|
|
2774
2994
|
border-color: var(--ga-color-utility-green);
|
|
2775
|
-
background-color: var(--ga-color-utility-green-
|
|
2995
|
+
background-color: var(--ga-color-utility-green-accent);
|
|
2776
2996
|
}
|
|
2777
2997
|
&.ga-tag--utility-orange {
|
|
2778
2998
|
border-color: var(--ga-color-utility-orange);
|
|
2779
|
-
background-color: var(--ga-color-utility-orange-
|
|
2999
|
+
background-color: var(--ga-color-utility-orange-accent);
|
|
2780
3000
|
}
|
|
2781
3001
|
&.ga-tag--utility-disabled {
|
|
2782
3002
|
border-color: var(--ga-color-border-disabled);
|
|
@@ -2817,10 +3037,15 @@
|
|
|
2817
3037
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
2818
3038
|
));
|
|
2819
3039
|
letter-spacing: var(--tw-tracking, calc(
|
|
2820
|
-
var(--ga-text-md-
|
|
3040
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
2821
3041
|
));
|
|
2822
3042
|
--tw-leading: calc(0.4rem * 6);
|
|
2823
3043
|
line-height: calc(0.4rem * 6);
|
|
3044
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
3045
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
3046
|
+
transition-duration: var(--tw-duration, 0s);
|
|
3047
|
+
transition-duration: var(--ga-duration-instant);
|
|
3048
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
2824
3049
|
&:hover {
|
|
2825
3050
|
border-color: var(--ga-color-border-action-hover);
|
|
2826
3051
|
}
|
|
@@ -2846,7 +3071,7 @@
|
|
|
2846
3071
|
}
|
|
2847
3072
|
}
|
|
2848
3073
|
}
|
|
2849
|
-
.ga-text-
|
|
3074
|
+
.ga-text-helper {
|
|
2850
3075
|
font-size: calc(
|
|
2851
3076
|
var(--ga-text-xs-font-size) * var(--ga-base-scaling-factor, 1)
|
|
2852
3077
|
);
|
|
@@ -2854,10 +3079,10 @@
|
|
|
2854
3079
|
var(--ga-text-xs-line-height) * var(--ga-base-scaling-factor, 1)
|
|
2855
3080
|
));
|
|
2856
3081
|
letter-spacing: var(--tw-tracking, calc(
|
|
2857
|
-
var(--ga-text-xs-
|
|
3082
|
+
var(--ga-text-xs-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
2858
3083
|
));
|
|
2859
3084
|
}
|
|
2860
|
-
.ga-text-
|
|
3085
|
+
.ga-text-caption {
|
|
2861
3086
|
font-size: calc(
|
|
2862
3087
|
var(--ga-text-sm-font-size) * var(--ga-base-scaling-factor, 1)
|
|
2863
3088
|
);
|
|
@@ -2866,7 +3091,7 @@
|
|
|
2866
3091
|
));
|
|
2867
3092
|
letter-spacing: var(--tw-tracking, 0);
|
|
2868
3093
|
}
|
|
2869
|
-
.ga-text-
|
|
3094
|
+
.ga-text-body {
|
|
2870
3095
|
font-size: calc(
|
|
2871
3096
|
var(--ga-text-md-font-size) * var(--ga-base-scaling-factor, 1)
|
|
2872
3097
|
);
|
|
@@ -2874,10 +3099,10 @@
|
|
|
2874
3099
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
2875
3100
|
));
|
|
2876
3101
|
letter-spacing: var(--tw-tracking, calc(
|
|
2877
|
-
var(--ga-text-md-
|
|
3102
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
2878
3103
|
));
|
|
2879
3104
|
}
|
|
2880
|
-
.ga-text-
|
|
3105
|
+
.ga-text-heading {
|
|
2881
3106
|
font-size: calc(
|
|
2882
3107
|
var(--ga-text-lg-font-size) * var(--ga-base-scaling-factor, 1)
|
|
2883
3108
|
);
|
|
@@ -2885,10 +3110,10 @@
|
|
|
2885
3110
|
var(--ga-text-lg-line-height) * var(--ga-base-scaling-factor, 1)
|
|
2886
3111
|
));
|
|
2887
3112
|
letter-spacing: var(--tw-tracking, calc(
|
|
2888
|
-
var(--ga-text-lg-
|
|
3113
|
+
var(--ga-text-lg-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
2889
3114
|
));
|
|
2890
3115
|
}
|
|
2891
|
-
.ga-text-
|
|
3116
|
+
.ga-text-title {
|
|
2892
3117
|
font-size: calc(
|
|
2893
3118
|
var(--ga-text-xl-font-size) * var(--ga-base-scaling-factor, 1)
|
|
2894
3119
|
);
|
|
@@ -2896,10 +3121,10 @@
|
|
|
2896
3121
|
var(--ga-text-xl-line-height) * var(--ga-base-scaling-factor, 1)
|
|
2897
3122
|
));
|
|
2898
3123
|
letter-spacing: var(--tw-tracking, calc(
|
|
2899
|
-
var(--ga-text-xl-
|
|
3124
|
+
var(--ga-text-xl-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
2900
3125
|
));
|
|
2901
3126
|
}
|
|
2902
|
-
.ga-text-
|
|
3127
|
+
.ga-text-headline {
|
|
2903
3128
|
font-size: calc(
|
|
2904
3129
|
var(--ga-text-2xl-font-size) * var(--ga-base-scaling-factor, 1)
|
|
2905
3130
|
);
|
|
@@ -2907,10 +3132,10 @@
|
|
|
2907
3132
|
var(--ga-text-2xl-line-height) * var(--ga-base-scaling-factor, 1)
|
|
2908
3133
|
));
|
|
2909
3134
|
letter-spacing: var(--tw-tracking, calc(
|
|
2910
|
-
var(--ga-text-2xl-
|
|
3135
|
+
var(--ga-text-2xl-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
2911
3136
|
));
|
|
2912
3137
|
}
|
|
2913
|
-
.ga-text-
|
|
3138
|
+
.ga-text-display {
|
|
2914
3139
|
font-size: calc(
|
|
2915
3140
|
var(--ga-text-3xl-font-size) * var(--ga-base-scaling-factor, 1)
|
|
2916
3141
|
);
|
|
@@ -2918,7 +3143,7 @@
|
|
|
2918
3143
|
var(--ga-text-3xl-line-height) * var(--ga-base-scaling-factor, 1)
|
|
2919
3144
|
));
|
|
2920
3145
|
letter-spacing: var(--tw-tracking, calc(
|
|
2921
|
-
var(--ga-text-3xl-
|
|
3146
|
+
var(--ga-text-3xl-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
2922
3147
|
));
|
|
2923
3148
|
}
|
|
2924
3149
|
.ga-tooltip {
|
|
@@ -2934,7 +3159,7 @@
|
|
|
2934
3159
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
2935
3160
|
));
|
|
2936
3161
|
letter-spacing: var(--tw-tracking, calc(
|
|
2937
|
-
var(--ga-text-md-
|
|
3162
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
2938
3163
|
));
|
|
2939
3164
|
color: var(--ga-color-text-on-action);
|
|
2940
3165
|
&.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 {
|
|
@@ -2943,7 +3168,6 @@
|
|
|
2943
3168
|
position: absolute;
|
|
2944
3169
|
}
|
|
2945
3170
|
&::before {
|
|
2946
|
-
content: var(--tw-content);
|
|
2947
3171
|
--tw-content: '';
|
|
2948
3172
|
content: var(--tw-content);
|
|
2949
3173
|
}
|
|
@@ -2982,8 +3206,8 @@
|
|
|
2982
3206
|
left: calc(0.4rem * 4);
|
|
2983
3207
|
}
|
|
2984
3208
|
&.ga-tooltip--top-center::before, &.ga-tooltip--bottom-center::before {
|
|
2985
|
-
left: calc(1/2 * 100%);
|
|
2986
|
-
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
3209
|
+
left: calc(1 / 2 * 100%);
|
|
3210
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
2987
3211
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2988
3212
|
}
|
|
2989
3213
|
&.ga-tooltip--top-end::before, &.ga-tooltip--bottom-end::before {
|
|
@@ -3011,8 +3235,8 @@
|
|
|
3011
3235
|
top: calc(0.4rem * 4);
|
|
3012
3236
|
}
|
|
3013
3237
|
&.ga-tooltip--left-center::before, &.ga-tooltip--right-center::before {
|
|
3014
|
-
top: calc(1/2 * 100%);
|
|
3015
|
-
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
3238
|
+
top: calc(1 / 2 * 100%);
|
|
3239
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
3016
3240
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
3017
3241
|
}
|
|
3018
3242
|
&.ga-tooltip--left-end::before, &.ga-tooltip--right-end::before {
|
|
@@ -3041,7 +3265,7 @@
|
|
|
3041
3265
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
3042
3266
|
));
|
|
3043
3267
|
letter-spacing: var(--tw-tracking, calc(
|
|
3044
|
-
var(--ga-text-md-
|
|
3268
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
3045
3269
|
));
|
|
3046
3270
|
--tw-font-weight: 500;
|
|
3047
3271
|
font-weight: 500;
|
|
@@ -3049,6 +3273,11 @@
|
|
|
3049
3273
|
color: var(--ga-color-text-action);
|
|
3050
3274
|
--tw-numeric-spacing: tabular-nums;
|
|
3051
3275
|
font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
|
|
3276
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
3277
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
3278
|
+
transition-duration: var(--tw-duration, 0s);
|
|
3279
|
+
transition-duration: var(--ga-duration-instant);
|
|
3280
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
3052
3281
|
&.ga-link--inline {
|
|
3053
3282
|
text-decoration-line: underline;
|
|
3054
3283
|
text-decoration-color: var(--ga-color-primary-90);
|
|
@@ -3073,7 +3302,7 @@
|
|
|
3073
3302
|
var(--ga-text-lg-line-height) * var(--ga-base-scaling-factor, 1)
|
|
3074
3303
|
));
|
|
3075
3304
|
letter-spacing: var(--tw-tracking, calc(
|
|
3076
|
-
var(--ga-text-lg-
|
|
3305
|
+
var(--ga-text-lg-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
3077
3306
|
));
|
|
3078
3307
|
}
|
|
3079
3308
|
&.ga-link--disabled {
|
|
@@ -3126,13 +3355,18 @@
|
|
|
3126
3355
|
var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
|
|
3127
3356
|
));
|
|
3128
3357
|
letter-spacing: var(--tw-tracking, calc(
|
|
3129
|
-
var(--ga-text-md-
|
|
3358
|
+
var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
|
|
3130
3359
|
));
|
|
3131
3360
|
--tw-leading: calc(0.4rem * 1);
|
|
3132
3361
|
line-height: calc(0.4rem * 1);
|
|
3133
3362
|
--tw-font-weight: 500;
|
|
3134
3363
|
font-weight: 500;
|
|
3135
3364
|
white-space: nowrap;
|
|
3365
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
3366
|
+
transition-timing-function: var(--tw-ease, ease);
|
|
3367
|
+
transition-duration: var(--tw-duration, 0s);
|
|
3368
|
+
transition-duration: var(--ga-duration-instant);
|
|
3369
|
+
transition-timing-function: var(--ga-easing-standard);
|
|
3136
3370
|
border-style: var(--tw-border-style);
|
|
3137
3371
|
border-width: 1px;
|
|
3138
3372
|
border-color: var(--ga-color-border-action);
|
|
@@ -3219,6 +3453,11 @@
|
|
|
3219
3453
|
syntax: "*";
|
|
3220
3454
|
inherits: false;
|
|
3221
3455
|
}
|
|
3456
|
+
@property --tw-shadow-alpha {
|
|
3457
|
+
syntax: "<percentage>";
|
|
3458
|
+
inherits: false;
|
|
3459
|
+
initial-value: 100%;
|
|
3460
|
+
}
|
|
3222
3461
|
@property --tw-inset-shadow {
|
|
3223
3462
|
syntax: "*";
|
|
3224
3463
|
inherits: false;
|
|
@@ -3228,6 +3467,11 @@
|
|
|
3228
3467
|
syntax: "*";
|
|
3229
3468
|
inherits: false;
|
|
3230
3469
|
}
|
|
3470
|
+
@property --tw-inset-shadow-alpha {
|
|
3471
|
+
syntax: "<percentage>";
|
|
3472
|
+
inherits: false;
|
|
3473
|
+
initial-value: 100%;
|
|
3474
|
+
}
|
|
3231
3475
|
@property --tw-ring-color {
|
|
3232
3476
|
syntax: "*";
|
|
3233
3477
|
inherits: false;
|
|
@@ -3270,6 +3514,11 @@
|
|
|
3270
3514
|
inherits: false;
|
|
3271
3515
|
initial-value: solid;
|
|
3272
3516
|
}
|
|
3517
|
+
@property --tw-content {
|
|
3518
|
+
syntax: "*";
|
|
3519
|
+
inherits: false;
|
|
3520
|
+
initial-value: "";
|
|
3521
|
+
}
|
|
3273
3522
|
@property --tw-ordinal {
|
|
3274
3523
|
syntax: "*";
|
|
3275
3524
|
inherits: false;
|
|
@@ -3308,32 +3557,22 @@
|
|
|
3308
3557
|
@property --tw-rotate-x {
|
|
3309
3558
|
syntax: "*";
|
|
3310
3559
|
inherits: false;
|
|
3311
|
-
initial-value: rotateX(0);
|
|
3312
3560
|
}
|
|
3313
3561
|
@property --tw-rotate-y {
|
|
3314
3562
|
syntax: "*";
|
|
3315
3563
|
inherits: false;
|
|
3316
|
-
initial-value: rotateY(0);
|
|
3317
3564
|
}
|
|
3318
3565
|
@property --tw-rotate-z {
|
|
3319
3566
|
syntax: "*";
|
|
3320
3567
|
inherits: false;
|
|
3321
|
-
initial-value: rotateZ(0);
|
|
3322
3568
|
}
|
|
3323
3569
|
@property --tw-skew-x {
|
|
3324
3570
|
syntax: "*";
|
|
3325
3571
|
inherits: false;
|
|
3326
|
-
initial-value: skewX(0);
|
|
3327
3572
|
}
|
|
3328
3573
|
@property --tw-skew-y {
|
|
3329
3574
|
syntax: "*";
|
|
3330
3575
|
inherits: false;
|
|
3331
|
-
initial-value: skewY(0);
|
|
3332
|
-
}
|
|
3333
|
-
@property --tw-content {
|
|
3334
|
-
syntax: "*";
|
|
3335
|
-
inherits: false;
|
|
3336
|
-
initial-value: "";
|
|
3337
3576
|
}
|
|
3338
3577
|
@property --tw-gradient-position {
|
|
3339
3578
|
syntax: "*";
|
|
@@ -3377,7 +3616,50 @@
|
|
|
3377
3616
|
inherits: false;
|
|
3378
3617
|
initial-value: 100%;
|
|
3379
3618
|
}
|
|
3380
|
-
@
|
|
3381
|
-
|
|
3382
|
-
|
|
3619
|
+
@layer properties {
|
|
3620
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
3621
|
+
*, ::before, ::after, ::backdrop {
|
|
3622
|
+
--tw-border-style: solid;
|
|
3623
|
+
--tw-font-weight: initial;
|
|
3624
|
+
--tw-leading: initial;
|
|
3625
|
+
--tw-shadow: 0 0 #0000;
|
|
3626
|
+
--tw-shadow-color: initial;
|
|
3627
|
+
--tw-shadow-alpha: 100%;
|
|
3628
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
3629
|
+
--tw-inset-shadow-color: initial;
|
|
3630
|
+
--tw-inset-shadow-alpha: 100%;
|
|
3631
|
+
--tw-ring-color: initial;
|
|
3632
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
3633
|
+
--tw-inset-ring-color: initial;
|
|
3634
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
3635
|
+
--tw-ring-inset: initial;
|
|
3636
|
+
--tw-ring-offset-width: 0px;
|
|
3637
|
+
--tw-ring-offset-color: #fff;
|
|
3638
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
3639
|
+
--tw-outline-style: solid;
|
|
3640
|
+
--tw-content: "";
|
|
3641
|
+
--tw-ordinal: initial;
|
|
3642
|
+
--tw-slashed-zero: initial;
|
|
3643
|
+
--tw-numeric-figure: initial;
|
|
3644
|
+
--tw-numeric-spacing: initial;
|
|
3645
|
+
--tw-numeric-fraction: initial;
|
|
3646
|
+
--tw-translate-x: 0;
|
|
3647
|
+
--tw-translate-y: 0;
|
|
3648
|
+
--tw-translate-z: 0;
|
|
3649
|
+
--tw-rotate-x: initial;
|
|
3650
|
+
--tw-rotate-y: initial;
|
|
3651
|
+
--tw-rotate-z: initial;
|
|
3652
|
+
--tw-skew-x: initial;
|
|
3653
|
+
--tw-skew-y: initial;
|
|
3654
|
+
--tw-gradient-position: initial;
|
|
3655
|
+
--tw-gradient-from: #0000;
|
|
3656
|
+
--tw-gradient-via: #0000;
|
|
3657
|
+
--tw-gradient-to: #0000;
|
|
3658
|
+
--tw-gradient-stops: initial;
|
|
3659
|
+
--tw-gradient-via-stops: initial;
|
|
3660
|
+
--tw-gradient-from-position: 0%;
|
|
3661
|
+
--tw-gradient-via-position: 50%;
|
|
3662
|
+
--tw-gradient-to-position: 100%;
|
|
3663
|
+
}
|
|
3664
|
+
}
|
|
3383
3665
|
}
|