@tight-embedded/react 6.7.1 → 6.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -102,28 +102,102 @@
102
102
  --Tight-colors-red400: #F45C5C;
103
103
  --Tight-colors-red500: #E84747;
104
104
  --Tight-colors-red700: #E42525;
105
- --Tight-fonts-base: Duplet Regular, sans-serif;
106
- --Tight-fontSizes-sm: 12px;
107
- --Tight-fontSizes-md: 14px;
108
- --Tight-fontSizes-lg: 16px;
109
- --Tight-fontSizes-xl: 20px;
110
- --Tight-fontSizes-2xl: 24px;
111
- --Tight-fontWeights-sm: 400;
112
- --Tight-fontWeights-md: 600;
113
- --Tight-fontWeights-lg: 900;
105
+ --Tight-colors-template-background: var(--Tight-colors-white200);
106
+ --Tight-colors-template-background-weak: hsl(from var(--Tight-colors-surface-background) h max(calc(s - 5), 0) min(calc(l + 12), 93));
107
+ --Tight-colors-template-appBackground: var(--Tight-colors-surface-background);
108
+ --Tight-colors-template-foreground: var(--Tight-colors-white100);
109
+ --Tight-colors-template-foreground-weak: hsl(from var(--Tight-colors-template-foreground) h max(calc(s - 5), 0) min(calc(l + 12), 93));
110
+ --Tight-colors-template-typography: var(--Tight-colors-black700);
111
+ --Tight-colors-template-typography-weak: hsl(from var(--Tight-colors-template-typography) h max(calc(s - 5), 0) min(calc(l + 12), 93));
112
+ --Tight-colors-template-brand: var(--Tight-colors-black600);
113
+ --Tight-colors-template-brand-weak: hsl(from var(--Tight-colors-template-brand) h max(calc(s - 5), 0) min(calc(l + 12), 93));
114
+ --Tight-colors-template-brand-strong: hsl(from var(--Tight-colors-template-brand) h min(calc(s + 5), 100) max(calc(l - 18), 5));
115
+ --Tight-colors-template-brand-weaker: hsl(from var(--Tight-colors-template-brand-weak) h max(calc(s - 5), 0) min(calc(l + 12), 93));
116
+ --Tight-colors-template-brand-stronger: hsl(from var(--Tight-colors-template-brand-strong) h min(calc(s + 5), 100) max(calc(l - 18), 5));
117
+ --Tight-colors-template-brand-weakest: hsl(from var(--Tight-colors-template-brand-weaker) h max(calc(s - 5), 0) min(calc(l + 12), 93));
118
+ --Tight-colors-template-brand-strongest: hsl(from var(--Tight-colors-template-brand-stronger) h min(calc(s + 5), 100) max(calc(l - 18), 5));
119
+ --Tight-colors-template-neutral: var(--Tight-colors-white600);
120
+ --Tight-colors-template-neutral-weak: hsl(from var(--Tight-colors-template-neutral) h max(calc(s - 5), 0) min(calc(l + 12), 93));
121
+ --Tight-colors-template-neutral-strong: hsl(from var(--Tight-colors-template-neutral) h min(calc(s + 5), 100) max(calc(l - 18), 5));
122
+ --Tight-colors-template-neutral-weaker: hsl(from var(--Tight-colors-template-neutral-weak) h max(calc(s - 5), 0) min(calc(l + 12), 93));
123
+ --Tight-colors-template-neutral-stronger: hsl(from var(--Tight-colors-template-neutral-strong) h min(calc(s + 5), 100) max(calc(l - 18), 5));
124
+ --Tight-colors-template-neutral-weakest: hsl(from var(--Tight-colors-template-neutral-weaker) h max(calc(s - 5), 0) min(calc(l + 12), 93));
125
+ --Tight-colors-template-neutral-strongest: hsl(from var(--Tight-colors-template-neutral-stronger) h min(calc(s + 5), 100) max(calc(l - 18), 5));
126
+ --Tight-colors-template-accent: var(--Tight-colors-blue400);
127
+ --Tight-colors-template-accent-weak: hsl(from var(--Tight-colors-template-accent) h max(calc(s - 5), 0) min(calc(l + 12), 93));
128
+ --Tight-colors-template-accent-strong: hsl(from var(--Tight-colors-template-accent) h min(calc(s + 5), 100) max(calc(l - 18), 5));
129
+ --Tight-colors-template-accent-weaker: hsl(from var(--Tight-colors-template-accent-weak) h max(calc(s - 5), 0) min(calc(l + 12), 93));
130
+ --Tight-colors-template-accent-stronger: hsl(from var(--Tight-colors-template-accent-strong) h min(calc(s + 5), 100) max(calc(l - 18), 5));
131
+ --Tight-colors-template-accent-weakest: hsl(from var(--Tight-colors-template-accent-weaker) h max(calc(s - 5), 0) min(calc(l + 12), 93));
132
+ --Tight-colors-template-accent-strongest: hsl(from var(--Tight-colors-template-accent-stronger) h min(calc(s + 5), 100) max(calc(l - 18), 5));
133
+ --Tight-colors-template-success: var(--Tight-colors-green400);
134
+ --Tight-colors-template-success-weak: hsl(from var(--Tight-colors-template-success) h max(calc(s - 5), 0) min(calc(l + 12), 93));
135
+ --Tight-colors-template-success-strong: hsl(from var(--Tight-colors-template-success) h min(calc(s + 5), 100) max(calc(l - 18), 5));
136
+ --Tight-colors-template-success-weaker: hsl(from var(--Tight-colors-template-success-weak) h max(calc(s - 5), 0) min(calc(l + 12), 93));
137
+ --Tight-colors-template-success-stronger: hsl(from var(--Tight-colors-template-success-strong) h min(calc(s + 5), 100) max(calc(l - 18), 5));
138
+ --Tight-colors-template-success-weakest: hsl(from var(--Tight-colors-template-success-weaker) h max(calc(s - 5), 0) min(calc(l + 12), 93));
139
+ --Tight-colors-template-success-strongest: hsl(from var(--Tight-colors-template-success-stronger) h min(calc(s + 5), 100) max(calc(l - 18), 5));
140
+ --Tight-colors-template-warning: var(--Tight-colors-yellow400);
141
+ --Tight-colors-template-warning-weak: hsl(from var(--Tight-colors-template-warning) h max(calc(s - 5), 0) min(calc(l + 12), 93));
142
+ --Tight-colors-template-warning-strong: hsl(from var(--Tight-colors-template-warning) h min(calc(s + 5), 100) max(calc(l - 18), 5));
143
+ --Tight-colors-template-warning-weaker: hsl(from var(--Tight-colors-template-warning-weak) h max(calc(s - 5), 0) min(calc(l + 12), 93));
144
+ --Tight-colors-template-warning-stronger: hsl(from var(--Tight-colors-template-warning-strong) h min(calc(s + 5), 100) max(calc(l - 18), 5));
145
+ --Tight-colors-template-warning-weakest: hsl(from var(--Tight-colors-template-warning-weaker) h max(calc(s - 5), 0) min(calc(l + 12), 93));
146
+ --Tight-colors-template-warning-strongest: hsl(from var(--Tight-colors-template-warning-stronger) h min(calc(s + 5), 100) max(calc(l - 18), 5));
147
+ --Tight-colors-template-danger: var(--Tight-colors-red400);
148
+ --Tight-colors-template-danger-weak: hsl(from var(--Tight-colors-template-danger) h max(calc(s - 5), 0) min(calc(l + 12), 93));
149
+ --Tight-colors-template-danger-strong: hsl(from var(--Tight-colors-template-danger) h min(calc(s + 5), 100) max(calc(l - 18), 5));
150
+ --Tight-colors-template-danger-weaker: hsl(from var(--Tight-colors-template-danger-weak) h max(calc(s - 5), 0) min(calc(l + 12), 93));
151
+ --Tight-colors-template-danger-stronger: hsl(from var(--Tight-colors-template-danger-strong) h min(calc(s + 5), 100) max(calc(l - 18), 5));
152
+ --Tight-colors-template-danger-weakest: hsl(from var(--Tight-colors-template-danger-weaker) h max(calc(s - 5), 0) min(calc(l + 12), 93));
153
+ --Tight-colors-template-danger-strongest: hsl(from var(--Tight-colors-template-danger-stronger) h min(calc(s + 5), 100) max(calc(l - 18), 5));
154
+ --Tight-lineHeights-template: normal;
155
+ --Tight-letterSpacings-template: normal;
156
+ --Tight-fonts-template: Duplet Regular, sans-serif;
157
+ --Tight-fonts-base: var(--Tight-fonts-template);
158
+ --Tight-fontSizes-template: 16px;
159
+ --Tight-fontSizes-template-xs: calc(calc(var(--Tight-fontSizes-template) - 2px) - 2px);
160
+ --Tight-fontSizes-template-sm: calc(var(--Tight-fontSizes-template) - 2px);
161
+ --Tight-fontSizes-template-lg: calc(var(--Tight-fontSizes-template) + 4px);
162
+ --Tight-fontSizes-template-xl: calc(var(--Tight-fontSizes-template-lg) + 4px);
163
+ --Tight-fontSizes-sm: var(--Tight-fontSizes-template-xs);
164
+ --Tight-fontSizes-md: var(--Tight-fontSizes-template-sm);
165
+ --Tight-fontSizes-lg: var(--Tight-fontSizes-template);
166
+ --Tight-fontSizes-xl: var(--Tight-fontSizes-template-lg);
167
+ --Tight-fontSizes-2xl: var(--Tight-fontSizes-template-xl);
168
+ --Tight-fontWeights-template-sm: 400;
169
+ --Tight-fontWeights-template-md: 600;
170
+ --Tight-fontWeights-template-lg: 900;
171
+ --Tight-fontWeights-sm: var(--Tight-fontWeights-template-sm);
172
+ --Tight-fontWeights-md: var(--Tight-fontWeights-template-md);
173
+ --Tight-fontWeights-lg: var(--Tight-fontWeights-template-lg);
114
174
  --Tight-radii-zero: 0;
115
- --Tight-radii-sm: 1px;
116
- --Tight-radii-md: 2px;
117
- --Tight-radii-lg: 4px;
118
- --Tight-borderWidths-sm: 0.5px;
119
- --Tight-borderWidths-md: 1px;
120
- --Tight-borderWidths-lg: 1px;
121
- --Tight-borderWidths-xl: 2px;
175
+ --Tight-radii-full: 9999px;
176
+ --Tight-radii-template: 4px;
177
+ --Tight-radii-template-sm: var(--Tight-radii-template);
178
+ --Tight-radii-template-md: var(--Tight-radii-template);
179
+ --Tight-radii-template-lg: var(--Tight-radii-template);
180
+ --Tight-radii-sm: var(--Tight-radii-template-sm);
181
+ --Tight-radii-md: var(--Tight-radii-template-md);
182
+ --Tight-radii-lg: var(--Tight-radii-template-lg);
183
+ --Tight-borderWidths-template: 1px;
184
+ --Tight-borderWidths-template-sm: var(--Tight-borderWidths-template);
185
+ --Tight-borderWidths-template-md: var(--Tight-borderWidths-template);
186
+ --Tight-borderWidths-template-lg: var(--Tight-borderWidths-template);
187
+ --Tight-borderWidths-template-xl: var(--Tight-borderWidths-template);
188
+ --Tight-borderWidths-sm: var(--Tight-borderWidths-template-sm);
189
+ --Tight-borderWidths-md: var(--Tight-borderWidths-template-md);
190
+ --Tight-borderWidths-lg: var(--Tight-borderWidths-template-lg);
191
+ --Tight-borderWidths-xl: var(--Tight-borderWidths-template-xl);
122
192
  --Tight-animations-appear-instant: 0.25s linear fade-in;
123
193
  --Tight-animations-appear-delay: 0.25s linear both 1.5s fade-in;
124
194
  --Tight-animations-shimmer: 2s ease-in-out infinite shimmer;
125
195
  --Tight-animations-spin: 1.5s ease-in-out 0.1s spin infinite;
126
196
  --Tight-shadows-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05), 0px 4px 12px 0px rgba(0, 0, 0, 0.15) ;
197
+ --Tight-durations-toast-enter: 250ms;
198
+ --Tight-durations-toast-exit: 200ms;
199
+ --Tight-easings-toast-enter: ease-out;
200
+ --Tight-easings-toast-exit: ease-in;
127
201
  --Tight-breakpoints-sm: 640px;
128
202
  --Tight-breakpoints-md: 850px;
129
203
  --Tight-breakpoints-lg: 1024px;
@@ -136,46 +210,46 @@
136
210
  --Tight-sizes-breakpoint-xl: 1280px;
137
211
  --Tight-sizes-breakpoint-1_5xl: 1400px;
138
212
  --Tight-sizes-breakpoint-2xl: 1536px;
139
- --Tight-colors-brand-primary-weaker: var(--Tight-colors-black200);
140
- --Tight-colors-brand-primary-weak: var(--Tight-colors-black400);
141
- --Tight-colors-brand-primary: var(--Tight-colors-black600);
142
- --Tight-colors-brand-primary-strong: var(--Tight-colors-black700);
143
- --Tight-colors-brand-primary-stronger: var(--Tight-colors-black800);
144
- --Tight-colors-brand-secondary-weaker: var(--Tight-colors-white100);
145
- --Tight-colors-brand-secondary-weak: var(--Tight-colors-white200);
146
- --Tight-colors-brand-secondary: var(--Tight-colors-white600);
147
- --Tight-colors-brand-secondary-strong: var(--Tight-colors-black100);
148
- --Tight-colors-brand-action-opaque: var(--Tight-colors-blue200);
149
- --Tight-colors-brand-action-weaker: var(--Tight-colors-brand-action-opaque);
150
- --Tight-colors-brand-action-weak: var(--Tight-colors-blue300);
151
- --Tight-colors-brand-action: var(--Tight-colors-blue400);
152
- --Tight-colors-brand-action-strong: var(--Tight-colors-blue500);
153
- --Tight-colors-brand-action-stronger: var(--Tight-colors-blue700);
154
- --Tight-colors-brand-action-strongest: var(--Tight-colors-blue900);
155
- --Tight-colors-brand-success-opaque: var(--Tight-colors-green100);
156
- --Tight-colors-brand-success-weaker: var(--Tight-colors-brand-success-opaque);
157
- --Tight-colors-brand-success-weak: var(--Tight-colors-green300);
158
- --Tight-colors-brand-success: var(--Tight-colors-green400);
159
- --Tight-colors-brand-success-strong: var(--Tight-colors-green500);
160
- --Tight-colors-brand-success-stronger: var(--Tight-colors-green700);
161
- --Tight-colors-brand-success-strongest: var(--Tight-colors-green900);
162
- --Tight-colors-brand-warning-opaque: var(--Tight-colors-yellow200);
163
- --Tight-colors-brand-warning-weaker: var(--Tight-colors-brand-warning-opaque);
164
- --Tight-colors-brand-warning-weak: var(--Tight-colors-yellow300);
165
- --Tight-colors-brand-warning: var(--Tight-colors-yellow400);
166
- --Tight-colors-brand-warning-strong: var(--Tight-colors-yellow500);
167
- --Tight-colors-brand-warning-stronger: var(--Tight-colors-yellow700);
168
- --Tight-colors-brand-warning-strongest: var(--Tight-colors-yellow800);
169
- --Tight-colors-brand-danger-opaque: var(--Tight-colors-red200);
170
- --Tight-colors-brand-danger-weaker: var(--Tight-colors-brand-danger-opaque);
171
- --Tight-colors-brand-danger-weak: var(--Tight-colors-red300);
172
- --Tight-colors-brand-danger: var(--Tight-colors-red400);
173
- --Tight-colors-brand-danger-strong: var(--Tight-colors-red500);
174
- --Tight-colors-brand-danger-stronger: var(--Tight-colors-red700);
175
- --Tight-colors-surface-background: var(--Tight-colors-white200);
176
- --Tight-colors-surface-background-hover: var(--Tight-colors-white300);
177
- --Tight-colors-surface-foreground: var(--Tight-colors-white100);
178
- --Tight-colors-surface-foreground-hover: var(--Tight-colors-white200);
213
+ --Tight-colors-brand-primary-weaker: var(--Tight-colors-template-brand-weaker);
214
+ --Tight-colors-brand-primary-weak: var(--Tight-colors-template-brand-weak);
215
+ --Tight-colors-brand-primary: var(--Tight-colors-template-brand);
216
+ --Tight-colors-brand-primary-strong: var(--Tight-colors-template-brand-strong);
217
+ --Tight-colors-brand-primary-stronger: var(--Tight-colors-template-brand-stronger);
218
+ --Tight-colors-brand-secondary-weaker: var(--Tight-colors-template-neutral-weaker);
219
+ --Tight-colors-brand-secondary-weak: var(--Tight-colors-template-neutral-weak);
220
+ --Tight-colors-brand-secondary: var(--Tight-colors-template-neutral);
221
+ --Tight-colors-brand-secondary-strong: var(--Tight-colors-template-neutral-strong);
222
+ --Tight-colors-brand-action-opaque: var(--Tight-colors-template-accent-weaker);
223
+ --Tight-colors-brand-action-weaker: var(--Tight-colors-template-accent-weaker);
224
+ --Tight-colors-brand-action-weak: var(--Tight-colors-template-accent-weak);
225
+ --Tight-colors-brand-action: var(--Tight-colors-template-accent);
226
+ --Tight-colors-brand-action-strong: var(--Tight-colors-template-accent-strong);
227
+ --Tight-colors-brand-action-stronger: var(--Tight-colors-template-accent-stronger);
228
+ --Tight-colors-brand-action-strongest: var(--Tight-colors-template-accent-strongest);
229
+ --Tight-colors-brand-success-opaque: var(--Tight-colors-template-success-weaker);
230
+ --Tight-colors-brand-success-weaker: var(--Tight-colors-template-success-weaker);
231
+ --Tight-colors-brand-success-weak: var(--Tight-colors-template-success-weak);
232
+ --Tight-colors-brand-success: var(--Tight-colors-template-success);
233
+ --Tight-colors-brand-success-strong: var(--Tight-colors-template-success-strong);
234
+ --Tight-colors-brand-success-stronger: var(--Tight-colors-template-success-stronger);
235
+ --Tight-colors-brand-success-strongest: var(--Tight-colors-template-success-strongest);
236
+ --Tight-colors-brand-warning-opaque: var(--Tight-colors-template-warning-weaker);
237
+ --Tight-colors-brand-warning-weaker: var(--Tight-colors-template-warning-weaker);
238
+ --Tight-colors-brand-warning-weak: var(--Tight-colors-template-warning-weak);
239
+ --Tight-colors-brand-warning: var(--Tight-colors-template-warning);
240
+ --Tight-colors-brand-warning-strong: var(--Tight-colors-template-warning-strong);
241
+ --Tight-colors-brand-warning-stronger: var(--Tight-colors-template-warning-stronger);
242
+ --Tight-colors-brand-warning-strongest: var(--Tight-colors-template-warning-strongest);
243
+ --Tight-colors-brand-danger-opaque: var(--Tight-colors-template-danger-weaker);
244
+ --Tight-colors-brand-danger-weaker: var(--Tight-colors-template-danger-weaker);
245
+ --Tight-colors-brand-danger-weak: var(--Tight-colors-template-danger-weak);
246
+ --Tight-colors-brand-danger: var(--Tight-colors-template-danger);
247
+ --Tight-colors-brand-danger-strong: var(--Tight-colors-template-danger-strong);
248
+ --Tight-colors-brand-danger-stronger: var(--Tight-colors-template-danger-stronger);
249
+ --Tight-colors-surface-background: var(--Tight-colors-template-background);
250
+ --Tight-colors-surface-background-hover: var(--Tight-colors-template-background-weak);
251
+ --Tight-colors-surface-foreground: var(--Tight-colors-template-foreground);
252
+ --Tight-colors-surface-foreground-hover: var(--Tight-colors-template-foreground-weak);
179
253
  --Tight-colors-surface-foreground-disabled: var(--Tight-colors-white600);
180
254
  --Tight-colors-surface-elevated: var(--Tight-colors-white300);
181
255
  --Tight-colors-surface-elevated-hover: var(--Tight-colors-white600);
@@ -211,9 +285,10 @@
211
285
  --Tight-colors-surface-intent-danger-disabled: var(--Tight-colors-surface-foreground-disabled);
212
286
  --Tight-colors-surface-intent-danger-weak: var(--Tight-colors-brand-danger-weak);
213
287
  --Tight-colors-surface-intent-danger-highlight: var(--Tight-colors-brand-danger-weaker);
288
+ --Tight-colors-surface-intent-notification: var(--Tight-colors-surface-foreground);
214
289
  --Tight-colors-surface-reports-alternateRows: var(--Tight-colors-brand-action-weaker);
215
- --Tight-colors-typography-base: var(--Tight-colors-black700);
216
- --Tight-colors-typography-base-weak: var(--Tight-colors-black400);
290
+ --Tight-colors-typography-base: var(--Tight-colors-template-typography);
291
+ --Tight-colors-typography-base-weak: var(--Tight-colors-template-typography-weak);
217
292
  --Tight-colors-typography-contrast: var(--Tight-colors-white100);
218
293
  --Tight-colors-typography-contrast-weak: var(--Tight-colors-black100);
219
294
  --Tight-colors-typography-intent-primary: var(--Tight-colors-white100);
@@ -234,6 +309,7 @@
234
309
  --Tight-colors-typography-intent-danger: var(--Tight-colors-typography-base);
235
310
  --Tight-colors-typography-intent-danger-hover: var(--Tight-colors-typography-base);
236
311
  --Tight-colors-typography-intent-danger-active: var(--Tight-colors-typography-base);
312
+ --Tight-colors-typography-intent-notification: var(--Tight-colors-typography-base);
237
313
  --Tight-colors-typography-accent-success: var(--Tight-colors-brand-success-strong);
238
314
  --Tight-colors-typography-accent-warning: var(--Tight-colors-brand-warning-strong);
239
315
  --Tight-colors-typography-accent-danger: var(--Tight-colors-brand-danger-strong);
@@ -411,6 +487,10 @@
411
487
  }
412
488
 
413
489
  @layer utilities {
490
+ .tsystem-all_unset {
491
+ all: unset;
492
+ }
493
+
414
494
  .tsystem---thickness_1px {
415
495
  --thickness: 1px;
416
496
  }
@@ -459,10 +539,6 @@
459
539
  padding: 16px 12px;
460
540
  }
461
541
 
462
- .tsystem-bd_0\.75px {
463
- border: 0.75px;
464
- }
465
-
466
542
  .tsystem-p_8px_16px {
467
543
  padding: 8px 16px;
468
544
  }
@@ -543,24 +619,16 @@
543
619
  padding: 15px;
544
620
  }
545
621
 
546
- .tsystem-p_0_25px {
547
- padding: 0 25px;
548
- }
549
-
550
622
  .tsystem-bd_\{borderWidths\.lg\}_solid {
551
623
  border: var(--Tight-borderWidths-lg) solid;
552
624
  }
553
625
 
554
- .tsystem-bg_brand\.primary\.strong {
555
- background: var(--Tight-colors-brand-primary-strong);
556
- }
557
-
558
- .tsystem-bd_\{borderWidths\.lg\}_solid_transparent {
559
- border: var(--Tight-borderWidths-lg) solid transparent;
626
+ .tsystem-p_0_25px {
627
+ padding: 0 25px;
560
628
  }
561
629
 
562
- .tsystem-bd_2px_solid_red {
563
- border: 2px solid red;
630
+ .tsystem-bg_brand\.primary\.strong {
631
+ background: var(--Tight-colors-brand-primary-strong);
564
632
  }
565
633
 
566
634
  .tsystem-p_16px_16px {
@@ -587,6 +655,10 @@
587
655
  animation: linear 1s spin infinite;
588
656
  }
589
657
 
658
+ .tsystem-bg_conic-gradient\(from_90deg\,_transparent_0deg\,_\{colors\.icon\.base\.weak\}_360deg\) {
659
+ background: conic-gradient(from 90deg, transparent 0deg, var(--Tight-colors-icon-base-weak) 360deg);
660
+ }
661
+
590
662
  .tsystem-anim_shimmer {
591
663
  animation: var(--Tight-animations-shimmer);
592
664
  }
@@ -643,6 +715,14 @@
643
715
  padding: 15px;
644
716
  }
645
717
 
718
+ .tsystem-p_large {
719
+ padding: large;
720
+ }
721
+
722
+ .tsystem-p_default {
723
+ padding: default;
724
+ }
725
+
646
726
  .tsystem-p_36px_24px {
647
727
  padding: 36px 24px;
648
728
  }
@@ -747,10 +827,18 @@
747
827
  padding: 25px;
748
828
  }
749
829
 
830
+ .tsystem-bd_\{borderWidths\.lg\}_solid_transparent {
831
+ border: var(--Tight-borderWidths-lg) solid transparent;
832
+ }
833
+
750
834
  .tsystem-bd_\{borderWidths\.md\}_dashed_\{colors\.border\.layout\} {
751
835
  border: var(--Tight-borderWidths-md) dashed var(--Tight-colors-border-layout);
752
836
  }
753
837
 
838
+ .tsystem-bd_2px_solid_red {
839
+ border: 2px solid red;
840
+ }
841
+
754
842
  .tsystem-bg_brand\.success {
755
843
  background: var(--Tight-colors-brand-success);
756
844
  }
@@ -759,14 +847,14 @@
759
847
  padding: 2px 6px;
760
848
  }
761
849
 
762
- .tsystem-p_large {
763
- padding: large;
764
- }
765
-
766
850
  .tsystem-p_4px_8px {
767
851
  padding: 4px 8px;
768
852
  }
769
853
 
854
+ .tsystem-bd_left {
855
+ border: left;
856
+ }
857
+
770
858
  .tsystem-bd_0\.75px_solid_\{colors\.border\.layout\} {
771
859
  border: 0.75px solid var(--Tight-colors-border-layout);
772
860
  }
@@ -787,10 +875,6 @@
787
875
  animation: var(--Tight-animations-spin);
788
876
  }
789
877
 
790
- .tsystem-bd_left {
791
- border: left;
792
- }
793
-
794
878
  .tsystem-p_12 {
795
879
  padding: 12px;
796
880
  }
@@ -831,6 +915,10 @@
831
915
  border-color: var(--Tight-colors-border-intent-danger);
832
916
  }
833
917
 
918
+ .tsystem-bd-w_md {
919
+ border-width: var(--Tight-borderWidths-md);
920
+ }
921
+
834
922
  .tsystem-border-style_solid {
835
923
  border-style: solid;
836
924
  }
@@ -879,6 +967,10 @@
879
967
  gap: inherit;
880
968
  }
881
969
 
970
+ .tsystem-flex_1 {
971
+ flex: 1 1 0%;
972
+ }
973
+
882
974
  .tsystem-gap_4px {
883
975
  gap: 4px;
884
976
  }
@@ -924,10 +1016,6 @@
924
1016
  border-radius: 2px;
925
1017
  }
926
1018
 
927
- .tsystem-flex_1 {
928
- flex: 1 1 0%;
929
- }
930
-
931
1019
  .tsystem-bd-c_normal {
932
1020
  border-color: normal;
933
1021
  }
@@ -964,6 +1052,10 @@
964
1052
  background-position: 100% 0;
965
1053
  }
966
1054
 
1055
+ .tsystem-bd-c_transparent {
1056
+ border-color: var(--Tight-colors-transparent);
1057
+ }
1058
+
967
1059
  .tsystem-gap_15px {
968
1060
  gap: 15px;
969
1061
  }
@@ -972,6 +1064,10 @@
972
1064
  gap: 0;
973
1065
  }
974
1066
 
1067
+ .tsystem-bd-c_border\.layout\.weak {
1068
+ border-color: var(--Tight-colors-border-layout-weak);
1069
+ }
1070
+
975
1071
  .tsystem-trs_height_0\.5s\,_width_0\.5s {
976
1072
  transition: height 0.5s, width 0.5s;
977
1073
  }
@@ -1000,6 +1096,14 @@
1000
1096
  gap: 9px;
1001
1097
  }
1002
1098
 
1099
+ .tsystem-px_16px {
1100
+ padding-inline: 16px;
1101
+ }
1102
+
1103
+ .tsystem-py_12px {
1104
+ padding-block: 12px;
1105
+ }
1106
+
1003
1107
  .tsystem-bd-w_1 {
1004
1108
  border-width: 1px;
1005
1109
  }
@@ -1064,6 +1168,10 @@
1064
1168
  transition: all 300ms ease-out;
1065
1169
  }
1066
1170
 
1171
+ .tsystem-bd-r_1px_solid_\{colors\.border\.layout\} {
1172
+ border-right: 1px solid var(--Tight-colors-border-layout);
1173
+ }
1174
+
1067
1175
  .tsystem-bdr_4px {
1068
1176
  border-radius: 4px;
1069
1177
  }
@@ -1120,10 +1228,6 @@
1120
1228
  border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
1121
1229
  }
1122
1230
 
1123
- .tsystem-px_16px {
1124
- padding-inline: 16px;
1125
- }
1126
-
1127
1231
  .tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.strong\} {
1128
1232
  border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-strong);
1129
1233
  }
@@ -1144,10 +1248,6 @@
1144
1248
  gap: 16px;
1145
1249
  }
1146
1250
 
1147
- .tsystem-bd-r_1px_solid_\{colors\.border\.layout\} {
1148
- border-right: 1px solid var(--Tight-colors-border-layout);
1149
- }
1150
-
1151
1251
  .tsystem-bd-l_1px_solid_\{colors\.border\.layout\} {
1152
1252
  border-left: 1px solid var(--Tight-colors-border-layout);
1153
1253
  }
@@ -1184,14 +1284,6 @@
1184
1284
  border-width: var(--Tight-borderWidths-sm);
1185
1285
  }
1186
1286
 
1187
- .tsystem-bd-w_md {
1188
- border-width: var(--Tight-borderWidths-md);
1189
- }
1190
-
1191
- .tsystem-bd-c_border\.layout\.weak {
1192
- border-color: var(--Tight-colors-border-layout-weak);
1193
- }
1194
-
1195
1287
  .tsystem-bd-c_weak {
1196
1288
  border-color: weak;
1197
1289
  }
@@ -1260,6 +1352,10 @@
1260
1352
  display: flex;
1261
1353
  }
1262
1354
 
1355
+ .tsystem-bg-c_surface\.foreground {
1356
+ background-color: var(--Tight-colors-surface-foreground);
1357
+ }
1358
+
1263
1359
  .tsystem-bg-c_brand\.primary {
1264
1360
  background-color: var(--Tight-colors-brand-primary);
1265
1361
  }
@@ -1280,10 +1376,6 @@
1280
1376
  justify-content: space-between;
1281
1377
  }
1282
1378
 
1283
- .tsystem-bg-c_surface\.foreground {
1284
- background-color: var(--Tight-colors-surface-foreground);
1285
- }
1286
-
1287
1379
  .tsystem-flex-d_column {
1288
1380
  flex-direction: column;
1289
1381
  }
@@ -1321,8 +1413,8 @@
1321
1413
  font-weight: var(--Tight-fontWeights-sm);
1322
1414
  }
1323
1415
 
1324
- .tsystem-lh_12px {
1325
- line-height: 12px;
1416
+ .tsystem-lh_template {
1417
+ line-height: var(--Tight-lineHeights-template);
1326
1418
  }
1327
1419
 
1328
1420
  .tsystem-white-space_normal {
@@ -1341,22 +1433,10 @@
1341
1433
  font-size: var(--Tight-fontSizes-md);
1342
1434
  }
1343
1435
 
1344
- .tsystem-lh_18px {
1345
- line-height: 18px;
1346
- }
1347
-
1348
1436
  .tsystem-fw_md {
1349
1437
  font-weight: var(--Tight-fontWeights-md);
1350
1438
  }
1351
1439
 
1352
- .tsystem-lh_16px {
1353
- line-height: 16px;
1354
- }
1355
-
1356
- .tsystem-lh_14px {
1357
- line-height: 14px;
1358
- }
1359
-
1360
1440
  .tsystem-bx-s_border-box {
1361
1441
  box-sizing: border-box;
1362
1442
  }
@@ -1430,10 +1510,6 @@
1430
1510
  font-size: var(--Tight-fontSizes-xl);
1431
1511
  }
1432
1512
 
1433
- .tsystem-lh_26px {
1434
- line-height: 26px;
1435
- }
1436
-
1437
1513
  .tsystem-pos_fixed {
1438
1514
  position: fixed;
1439
1515
  }
@@ -1478,6 +1554,10 @@
1478
1554
  border-block-end-width: var(--thickness);
1479
1555
  }
1480
1556
 
1557
+ .tsystem-overlay_true {
1558
+ overlay: true;
1559
+ }
1560
+
1481
1561
  .tsystem-stk_currentColor {
1482
1562
  stroke: var(--Tight-colors-currentColor);
1483
1563
  }
@@ -1578,26 +1658,14 @@
1578
1658
  color: var(--Tight-colors-icon-contrast);
1579
1659
  }
1580
1660
 
1581
- .tsystem-bg-c_surface\.foreground\.disabled {
1582
- background-color: var(--Tight-colors-surface-foreground-disabled);
1583
- }
1584
-
1585
- .tsystem-pointer-events_none {
1586
- pointer-events: none;
1661
+ .tsystem-fill_surface\.intent\.action\.active {
1662
+ fill: var(--Tight-colors-surface-intent-action-active);
1587
1663
  }
1588
1664
 
1589
1665
  .tsystem-cursor_text {
1590
1666
  cursor: text;
1591
1667
  }
1592
1668
 
1593
- .tsystem-bg-c_yellow {
1594
- background-color: yellow;
1595
- }
1596
-
1597
- .tsystem-fill_surface\.intent\.action\.active {
1598
- fill: var(--Tight-colors-surface-intent-action-active);
1599
- }
1600
-
1601
1669
  .tsystem-ai_stretch {
1602
1670
  align-items: stretch;
1603
1671
  }
@@ -1634,6 +1702,10 @@
1634
1702
  justify-content: flex-end;
1635
1703
  }
1636
1704
 
1705
+ .tsystem-op_1 {
1706
+ opacity: 1;
1707
+ }
1708
+
1637
1709
  .tsystem-bg-c_surface\.elevated {
1638
1710
  background-color: var(--Tight-colors-surface-elevated);
1639
1711
  }
@@ -1646,6 +1718,14 @@
1646
1718
  background-size: 400%;
1647
1719
  }
1648
1720
 
1721
+ .tsystem-fw_label\.strong {
1722
+ font-weight: var(--Tight-fontWeights-label-strong);
1723
+ }
1724
+
1725
+ .tsystem-obj-p_left {
1726
+ object-position: left;
1727
+ }
1728
+
1649
1729
  .tsystem-cursor_not-allowed {
1650
1730
  cursor: not-allowed;
1651
1731
  }
@@ -1666,6 +1746,18 @@
1666
1746
  flex-shrink: 1;
1667
1747
  }
1668
1748
 
1749
+ .tsystem-isolation_isolate {
1750
+ isolation: isolate;
1751
+ }
1752
+
1753
+ .tsystem-op_80\% {
1754
+ opacity: 80%;
1755
+ }
1756
+
1757
+ .tsystem-pointer-events_all {
1758
+ pointer-events: all;
1759
+ }
1760
+
1669
1761
  .tsystem-bg-c_surface\.intent\.success\.highlight {
1670
1762
  background-color: var(--Tight-colors-surface-intent-success-highlight);
1671
1763
  }
@@ -1678,6 +1770,10 @@
1678
1770
  opacity: 0.6;
1679
1771
  }
1680
1772
 
1773
+ .tsystem-pointer-events_none {
1774
+ pointer-events: none;
1775
+ }
1776
+
1681
1777
  .tsystem-jc_end {
1682
1778
  justify-content: end;
1683
1779
  }
@@ -1700,8 +1796,39 @@
1700
1796
  color: var(--Tight-colors-icon-intent-primary);
1701
1797
  }
1702
1798
 
1703
- .tsystem-pointer-events_all {
1704
- pointer-events: all;
1799
+ .tsystem-bg-c_surface\.intent\.notification {
1800
+ background-color: var(--Tight-colors-surface-intent-notification);
1801
+ }
1802
+
1803
+ .tsystem-c_typography\.intent\.notification {
1804
+ color: var(--Tight-colors-typography-intent-notification);
1805
+ }
1806
+
1807
+ .tsystem-will-change_translate\,_opacity {
1808
+ will-change: translate, opacity;
1809
+ }
1810
+
1811
+ .tsystem-trs-prop_opacity\,_translate {
1812
+ --transition-prop: opacity, translate;
1813
+ transition-property: opacity, translate;
1814
+ }
1815
+
1816
+ .tsystem-trs-dur_toast\.enter {
1817
+ --transition-duration: var(--Tight-durations-toast-enter);
1818
+ transition-duration: var(--Tight-durations-toast-enter);
1819
+ }
1820
+
1821
+ .tsystem-trs-tmf_toast\.enter {
1822
+ --transition-easing: var(--Tight-easings-toast-enter);
1823
+ transition-timing-function: var(--Tight-easings-toast-enter);
1824
+ }
1825
+
1826
+ .tsystem-fill_typography\.intent\.notification {
1827
+ fill: var(--Tight-colors-typography-intent-notification);
1828
+ }
1829
+
1830
+ .tsystem-stk_surface\.intent\.notification {
1831
+ stroke: var(--Tight-colors-surface-intent-notification);
1705
1832
  }
1706
1833
 
1707
1834
  .tsystem-fw_lg {
@@ -1764,18 +1891,10 @@
1764
1891
  -webkit-box-orient: vertical;
1765
1892
  }
1766
1893
 
1767
- .tsystem-lh_20px {
1768
- line-height: 20px;
1769
- }
1770
-
1771
1894
  .tsystem-trf_rotate\(-20deg\) {
1772
1895
  transform: rotate(-20deg);
1773
1896
  }
1774
1897
 
1775
- .tsystem-op_80\% {
1776
- opacity: 80%;
1777
- }
1778
-
1779
1898
  .tsystem-fs_4em {
1780
1899
  font-size: 4em;
1781
1900
  }
@@ -1820,6 +1939,14 @@
1820
1939
  background-color: var(--Tight-colors-typography-base);
1821
1940
  }
1822
1941
 
1942
+ .tsystem-as_flex-start {
1943
+ align-self: flex-start;
1944
+ }
1945
+
1946
+ .tsystem-pos_sticky {
1947
+ position: sticky;
1948
+ }
1949
+
1823
1950
  .tsystem-bg-linear_to-t {
1824
1951
  --gradient-stops: var(--gradient-via-stops, var(--gradient-position), var(--gradient-from) var(--gradient-from-position), var(--gradient-to) var(--gradient-to-position));
1825
1952
  --gradient-position: to top;
@@ -1842,14 +1969,22 @@
1842
1969
  --gradient-to-position: 106.24%;
1843
1970
  }
1844
1971
 
1845
- .tsystem-fw_label\.strong {
1846
- font-weight: var(--Tight-fontWeights-label-strong);
1972
+ .tsystem-ff_Duplet_Semibold\,_sans-serif {
1973
+ font-family: Duplet Semibold, sans-serif;
1847
1974
  }
1848
1975
 
1849
1976
  .tsystem-c_\#FFF {
1850
1977
  color: #FFF;
1851
1978
  }
1852
1979
 
1980
+ .tsystem-ff_Duplet_Regular\,_sans-serif {
1981
+ font-family: Duplet Regular, sans-serif;
1982
+ }
1983
+
1984
+ .tsystem-ls_0\.84px {
1985
+ letter-spacing: 0.84px;
1986
+ }
1987
+
1853
1988
  .tsystem-d_inline {
1854
1989
  display: inline;
1855
1990
  }
@@ -1862,10 +1997,6 @@
1862
1997
  cursor: inherit;
1863
1998
  }
1864
1999
 
1865
- .tsystem-pos_sticky {
1866
- position: sticky;
1867
- }
1868
-
1869
2000
  .tsystem-z_1 {
1870
2001
  z-index: 1;
1871
2002
  }
@@ -1938,10 +2069,6 @@
1938
2069
  color: var(--Tight-colors-typography-heading);
1939
2070
  }
1940
2071
 
1941
- .tsystem-lh_25px {
1942
- line-height: 25px;
1943
- }
1944
-
1945
2072
  .tsystem-fw_metric\.sm {
1946
2073
  font-weight: var(--Tight-fontWeights-metric-sm);
1947
2074
  }
@@ -2010,14 +2137,14 @@
2010
2137
  font-size: 14px;
2011
2138
  }
2012
2139
 
2013
- .tsystem-c_black600 {
2014
- color: var(--Tight-colors-black600);
2015
- }
2016
-
2017
2140
  .tsystem-c_black400 {
2018
2141
  color: var(--Tight-colors-black400);
2019
2142
  }
2020
2143
 
2144
+ .tsystem-op_0\.4 {
2145
+ opacity: 0.4;
2146
+ }
2147
+
2021
2148
  .tsystem-bg-cp_content-box {
2022
2149
  background-clip: content-box;
2023
2150
  -webkit-background-clip: content-box;
@@ -2040,6 +2167,10 @@
2040
2167
  -webkit-backdrop-filter: brightness(85%);
2041
2168
  }
2042
2169
 
2170
+ .tsystem-c_black600 {
2171
+ color: var(--Tight-colors-black600);
2172
+ }
2173
+
2043
2174
  .tsystem-c_brand\.danger {
2044
2175
  color: var(--Tight-colors-brand-danger);
2045
2176
  }
@@ -2094,14 +2225,18 @@
2094
2225
  background-color: foreground;
2095
2226
  }
2096
2227
 
2097
- .tsystem-isolation_isolate {
2098
- isolation: isolate;
2099
- }
2100
-
2101
2228
  .tsystem-grid-tc_repeat\(7\,_1fr\) {
2102
2229
  grid-template-columns: repeat(7, 1fr);
2103
2230
  }
2104
2231
 
2232
+ .tsystem-bg-c_surface\.foreground\.disabled {
2233
+ background-color: var(--Tight-colors-surface-foreground-disabled);
2234
+ }
2235
+
2236
+ .tsystem-bg-c_yellow {
2237
+ background-color: yellow;
2238
+ }
2239
+
2105
2240
  .tsystem-vis_hidden {
2106
2241
  visibility: hidden;
2107
2242
  }
@@ -2235,24 +2370,24 @@
2235
2370
  font-size: 26px;
2236
2371
  }
2237
2372
 
2238
- .tsystem-c_icon\.base\.weak {
2239
- color: var(--Tight-colors-icon-base-weak);
2373
+ .tsystem-lh_26px {
2374
+ line-height: 26px;
2240
2375
  }
2241
2376
 
2242
- .tsystem-overlay_true {
2243
- overlay: true;
2377
+ .tsystem-c_icon\.base\.weak {
2378
+ color: var(--Tight-colors-icon-base-weak);
2244
2379
  }
2245
2380
 
2246
- .tsystem-c_surface\.intent\.danger\.active {
2247
- color: var(--Tight-colors-surface-intent-danger-active);
2381
+ .tsystem-cursor_auto {
2382
+ cursor: auto;
2248
2383
  }
2249
2384
 
2250
- .tsystem-grid-tc_1fr_1fr {
2251
- grid-template-columns: 1fr 1fr;
2385
+ .tsystem-cq-t_scroll-state {
2386
+ container-type: scroll-state;
2252
2387
  }
2253
2388
 
2254
- .tsystem-cursor_auto {
2255
- cursor: auto;
2389
+ .tsystem-cq-n_report-table-container {
2390
+ container-name: report-table-container;
2256
2391
  }
2257
2392
 
2258
2393
  .tsystem-bd-cl_separate {
@@ -2267,12 +2402,12 @@
2267
2402
  z-index: 2;
2268
2403
  }
2269
2404
 
2270
- .tsystem-cq-t_scroll-state {
2271
- container-type: scroll-state;
2405
+ .tsystem-c_surface\.intent\.danger\.active {
2406
+ color: var(--Tight-colors-surface-intent-danger-active);
2272
2407
  }
2273
2408
 
2274
- .tsystem-cq-n_report-table-container {
2275
- container-name: report-table-container;
2409
+ .tsystem-grid-tc_1fr_1fr {
2410
+ grid-template-columns: 1fr 1fr;
2276
2411
  }
2277
2412
 
2278
2413
  .tsystem-c_var\(--Tight-colors-money-positive\) {
@@ -2283,10 +2418,6 @@
2283
2418
  color: var(--Tight-colors-money-negative);
2284
2419
  }
2285
2420
 
2286
- .tsystem-ff_Duplet_Regular\,_sans-serif {
2287
- font-family: Duplet Regular, sans-serif;
2288
- }
2289
-
2290
2421
  .tsystem-bg-c_surface\.intent\.action\.discreet\.hover {
2291
2422
  background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
2292
2423
  }
@@ -2323,11 +2454,23 @@
2323
2454
  width: fit-content;
2324
2455
  }
2325
2456
 
2326
- .tsystem-min-h_55px {
2327
- min-height: 55px;
2457
+ .tsystem-h_80px {
2458
+ height: 80px;
2328
2459
  }
2329
2460
 
2330
- .tsystem-w_100\% {
2461
+ .tsystem-pl_16px {
2462
+ padding-left: 16px;
2463
+ }
2464
+
2465
+ .tsystem-pr_16px {
2466
+ padding-right: 16px;
2467
+ }
2468
+
2469
+ .tsystem-min-h_55px {
2470
+ min-height: 55px;
2471
+ }
2472
+
2473
+ .tsystem-w_100\% {
2331
2474
  width: 100%;
2332
2475
  }
2333
2476
 
@@ -2383,14 +2526,6 @@
2383
2526
  height: 20px;
2384
2527
  }
2385
2528
 
2386
- .tsystem-pl_16px {
2387
- padding-left: 16px;
2388
- }
2389
-
2390
- .tsystem-pr_16px {
2391
- padding-right: 16px;
2392
- }
2393
-
2394
2529
  .tsystem-h_100\% {
2395
2530
  height: 100%;
2396
2531
  }
@@ -2467,18 +2602,10 @@
2467
2602
  height: 100dvh;
2468
2603
  }
2469
2604
 
2470
- .tsystem-right_0 {
2471
- right: 0;
2472
- }
2473
-
2474
2605
  .tsystem-top_0 {
2475
2606
  top: 0;
2476
2607
  }
2477
2608
 
2478
- .tsystem-left_0 {
2479
- left: 0;
2480
- }
2481
-
2482
2609
  .tsystem-bottom_0 {
2483
2610
  bottom: 0;
2484
2611
  }
@@ -2491,6 +2618,22 @@
2491
2618
  min-width: 100%;
2492
2619
  }
2493
2620
 
2621
+ .tsystem-right_0 {
2622
+ right: 0;
2623
+ }
2624
+
2625
+ .tsystem-left_0 {
2626
+ left: 0;
2627
+ }
2628
+
2629
+ .tsystem-w_80\% {
2630
+ width: 80%;
2631
+ }
2632
+
2633
+ .tsystem-min-w_auto {
2634
+ min-width: auto;
2635
+ }
2636
+
2494
2637
  .tsystem-w_1 {
2495
2638
  width: 1px;
2496
2639
  }
@@ -2539,6 +2682,22 @@
2539
2682
  overflow-x: hidden;
2540
2683
  }
2541
2684
 
2685
+ .tsystem-max-w_420px {
2686
+ max-width: 420px;
2687
+ }
2688
+
2689
+ .tsystem-min-w_280px {
2690
+ min-width: 280px;
2691
+ }
2692
+
2693
+ .tsystem-ml_6px {
2694
+ margin-left: 6px;
2695
+ }
2696
+
2697
+ .tsystem-mr_6px {
2698
+ margin-right: 6px;
2699
+ }
2700
+
2542
2701
  .tsystem-w_17px {
2543
2702
  width: 17px;
2544
2703
  }
@@ -2623,8 +2782,40 @@
2623
2782
  height: 40px;
2624
2783
  }
2625
2784
 
2626
- .tsystem-h_80px {
2627
- height: 80px;
2785
+ .tsystem-mt_8px {
2786
+ margin-top: 8px;
2787
+ }
2788
+
2789
+ .tsystem-mb_16px {
2790
+ margin-bottom: 16px;
2791
+ }
2792
+
2793
+ .tsystem-w_auto {
2794
+ width: auto;
2795
+ }
2796
+
2797
+ .tsystem-pt_16px {
2798
+ padding-top: 16px;
2799
+ }
2800
+
2801
+ .tsystem-pb_16px {
2802
+ padding-bottom: 16px;
2803
+ }
2804
+
2805
+ .tsystem-min-h_42px {
2806
+ min-height: 42px;
2807
+ }
2808
+
2809
+ .tsystem-bd-l-w_xl {
2810
+ border-left-width: var(--Tight-borderWidths-xl);
2811
+ }
2812
+
2813
+ .tsystem-bd-l-c_border\.intent\.action\.active {
2814
+ border-left-color: var(--Tight-colors-border-intent-action-active);
2815
+ }
2816
+
2817
+ .tsystem-bd-l-c_transparent {
2818
+ border-left-color: var(--Tight-colors-transparent);
2628
2819
  }
2629
2820
 
2630
2821
  .tsystem-w_14px {
@@ -2659,6 +2850,10 @@
2659
2850
  min-width: 325px;
2660
2851
  }
2661
2852
 
2853
+ .tsystem-min-h_32px {
2854
+ min-height: 32px;
2855
+ }
2856
+
2662
2857
  .tsystem-w_44px {
2663
2858
  width: 44px;
2664
2859
  }
@@ -2755,6 +2950,17 @@
2755
2950
  min-height: 65px;
2756
2951
  }
2757
2952
 
2953
+ .tsystem-w_92\% {
2954
+ width: 92%;
2955
+ }
2956
+
2957
+ .tsystem-lc_2 {
2958
+ overflow: hidden;
2959
+ display: -webkit-box;
2960
+ -webkit-line-clamp: 2;
2961
+ -webkit-box-orient: vertical;
2962
+ }
2963
+
2758
2964
  .tsystem-h_250px {
2759
2965
  height: 250px;
2760
2966
  }
@@ -2811,14 +3017,6 @@
2811
3017
  border-bottom-color: var(--Tight-colors-border-layout-weak);
2812
3018
  }
2813
3019
 
2814
- .tsystem-pt_16px {
2815
- padding-top: 16px;
2816
- }
2817
-
2818
- .tsystem-pb_16px {
2819
- padding-bottom: 16px;
2820
- }
2821
-
2822
3020
  .tsystem-max-h_8 {
2823
3021
  max-height: 8px;
2824
3022
  }
@@ -2871,16 +3069,32 @@
2871
3069
  max-width: 250px;
2872
3070
  }
2873
3071
 
2874
- .tsystem-w_361 {
2875
- width: 361px;
3072
+ .tsystem-w_256px {
3073
+ width: 256px;
3074
+ }
3075
+
3076
+ .tsystem-max-w_256px {
3077
+ max-width: 256px;
3078
+ }
3079
+
3080
+ .tsystem-pt_15\% {
3081
+ padding-top: 15%;
3082
+ }
3083
+
3084
+ .tsystem-h_100vh {
3085
+ height: 100vh;
3086
+ }
3087
+
3088
+ .tsystem-min-h_140px {
3089
+ min-height: 140px;
2876
3090
  }
2877
3091
 
2878
3092
  .tsystem-w_89 {
2879
3093
  width: 89px;
2880
3094
  }
2881
3095
 
2882
- .tsystem-w_200px {
2883
- width: 200px;
3096
+ .tsystem-w_fit {
3097
+ width: fit;
2884
3098
  }
2885
3099
 
2886
3100
  .tsystem-bd-l-w_md {
@@ -2999,6 +3213,10 @@
2999
3213
  margin-bottom: 42px;
3000
3214
  }
3001
3215
 
3216
+ .tsystem-min-h_80px {
3217
+ min-height: 80px;
3218
+ }
3219
+
3002
3220
  .tsystem-pl_20px {
3003
3221
  padding-left: 20px;
3004
3222
  }
@@ -3031,6 +3249,10 @@
3031
3249
  margin-bottom: 10px;
3032
3250
  }
3033
3251
 
3252
+ .tsystem-w_200px {
3253
+ width: 200px;
3254
+ }
3255
+
3034
3256
  .tsystem-h_52px {
3035
3257
  height: 52px;
3036
3258
  }
@@ -3067,6 +3289,14 @@
3067
3289
  width: full;
3068
3290
  }
3069
3291
 
3292
+ .tsystem-w_fit-content\% {
3293
+ width: fit-content%;
3294
+ }
3295
+
3296
+ .tsystem-min-w_100px {
3297
+ min-width: 100px;
3298
+ }
3299
+
3070
3300
  .tsystem-mb_30px {
3071
3301
  margin-bottom: 30px;
3072
3302
  }
@@ -3107,6 +3337,30 @@
3107
3337
  right: 16px;
3108
3338
  }
3109
3339
 
3340
+ .tsystem-pl_0 {
3341
+ padding-left: 0;
3342
+ }
3343
+
3344
+ .tsystem-pl_19px {
3345
+ padding-left: 19px;
3346
+ }
3347
+
3348
+ .tsystem-pl_33px {
3349
+ padding-left: 33px;
3350
+ }
3351
+
3352
+ .tsystem-pr_0 {
3353
+ padding-right: 0;
3354
+ }
3355
+
3356
+ .tsystem-pr_19px {
3357
+ padding-right: 19px;
3358
+ }
3359
+
3360
+ .tsystem-pr_33px {
3361
+ padding-right: 33px;
3362
+ }
3363
+
3110
3364
  .tsystem-max-h_44px {
3111
3365
  max-height: 44px;
3112
3366
  }
@@ -3143,6 +3397,58 @@
3143
3397
  width: 26px;
3144
3398
  }
3145
3399
 
3400
+ .tsystem-bd-t-w_md {
3401
+ border-top-width: var(--Tight-borderWidths-md);
3402
+ }
3403
+
3404
+ .tsystem-border-top-style_solid {
3405
+ border-top-style: solid;
3406
+ }
3407
+
3408
+ .tsystem-bd-t-w_4px {
3409
+ border-top-width: 4px;
3410
+ }
3411
+
3412
+ .tsystem-border-top-style_double {
3413
+ border-top-style: double;
3414
+ }
3415
+
3416
+ .tsystem-bd-t-c_border\.layout\.strong {
3417
+ border-top-color: var(--Tight-colors-border-layout-strong);
3418
+ }
3419
+
3420
+ .tsystem-bd-b-w_4px {
3421
+ border-bottom-width: 4px;
3422
+ }
3423
+
3424
+ .tsystem-border-bottom-style_double {
3425
+ border-bottom-style: double;
3426
+ }
3427
+
3428
+ .tsystem-bd-b-c_border\.layout\.strong {
3429
+ border-bottom-color: var(--Tight-colors-border-layout-strong);
3430
+ }
3431
+
3432
+ .tsystem-bd-b-w_md {
3433
+ border-bottom-width: var(--Tight-borderWidths-md);
3434
+ }
3435
+
3436
+ .tsystem-ov-x_auto {
3437
+ overflow-x: auto;
3438
+ }
3439
+
3440
+ .tsystem-max-h_80dvh {
3441
+ max-height: 80dvh;
3442
+ }
3443
+
3444
+ .tsystem-min-w_800px {
3445
+ min-width: 800px;
3446
+ }
3447
+
3448
+ .tsystem-bd-b-c_border\.layout {
3449
+ border-bottom-color: var(--Tight-colors-border-layout);
3450
+ }
3451
+
3146
3452
  .tsystem-mt_22px {
3147
3453
  margin-top: 22px;
3148
3454
  }
@@ -3175,10 +3481,6 @@
3175
3481
  height: 16px;
3176
3482
  }
3177
3483
 
3178
- .tsystem-w_92\% {
3179
- width: 92%;
3180
- }
3181
-
3182
3484
  .tsystem-w_90\% {
3183
3485
  width: 90%;
3184
3486
  }
@@ -3199,18 +3501,6 @@
3199
3501
  width: 70%;
3200
3502
  }
3201
3503
 
3202
- .tsystem-ml_6px {
3203
- margin-left: 6px;
3204
- }
3205
-
3206
- .tsystem-mr_6px {
3207
- margin-right: 6px;
3208
- }
3209
-
3210
- .tsystem-max-w_420px {
3211
- max-width: 420px;
3212
- }
3213
-
3214
3504
  .tsystem-w_151px {
3215
3505
  width: 151px;
3216
3506
  }
@@ -3223,30 +3513,6 @@
3223
3513
  max-width: fit-content;
3224
3514
  }
3225
3515
 
3226
- .tsystem-pl_0 {
3227
- padding-left: 0;
3228
- }
3229
-
3230
- .tsystem-pl_19px {
3231
- padding-left: 19px;
3232
- }
3233
-
3234
- .tsystem-pl_33px {
3235
- padding-left: 33px;
3236
- }
3237
-
3238
- .tsystem-pr_0 {
3239
- padding-right: 0;
3240
- }
3241
-
3242
- .tsystem-pr_19px {
3243
- padding-right: 19px;
3244
- }
3245
-
3246
- .tsystem-pr_33px {
3247
- padding-right: 33px;
3248
- }
3249
-
3250
3516
  .tsystem-min-w_24 {
3251
3517
  min-width: 24px;
3252
3518
  }
@@ -3255,10 +3521,6 @@
3255
3521
  min-height: 24px;
3256
3522
  }
3257
3523
 
3258
- .tsystem-mb_16px {
3259
- margin-bottom: 16px;
3260
- }
3261
-
3262
3524
  .tsystem-w_160px {
3263
3525
  width: 160px;
3264
3526
  }
@@ -3287,62 +3549,6 @@
3287
3549
  bottom: 5px;
3288
3550
  }
3289
3551
 
3290
- .tsystem-bd-t-w_md {
3291
- border-top-width: var(--Tight-borderWidths-md);
3292
- }
3293
-
3294
- .tsystem-border-top-style_solid {
3295
- border-top-style: solid;
3296
- }
3297
-
3298
- .tsystem-bd-t-w_4px {
3299
- border-top-width: 4px;
3300
- }
3301
-
3302
- .tsystem-border-top-style_double {
3303
- border-top-style: double;
3304
- }
3305
-
3306
- .tsystem-bd-t-c_border\.layout\.strong {
3307
- border-top-color: var(--Tight-colors-border-layout-strong);
3308
- }
3309
-
3310
- .tsystem-bd-b-w_4px {
3311
- border-bottom-width: 4px;
3312
- }
3313
-
3314
- .tsystem-border-bottom-style_double {
3315
- border-bottom-style: double;
3316
- }
3317
-
3318
- .tsystem-bd-b-c_border\.layout\.strong {
3319
- border-bottom-color: var(--Tight-colors-border-layout-strong);
3320
- }
3321
-
3322
- .tsystem-bd-b-w_md {
3323
- border-bottom-width: var(--Tight-borderWidths-md);
3324
- }
3325
-
3326
- .tsystem-min-w_800px {
3327
- min-width: 800px;
3328
- }
3329
-
3330
- .tsystem-bd-b-c_border\.layout {
3331
- border-bottom-color: var(--Tight-colors-border-layout);
3332
- }
3333
-
3334
- .tsystem-ov-x_auto {
3335
- overflow-x: auto;
3336
- }
3337
-
3338
- .tsystem-max-h_80dvh {
3339
- max-height: 80dvh;
3340
- }
3341
-
3342
- .tsystem-max-w_120px {
3343
- max-width: 120px;
3344
- }
3345
-
3346
3552
  .tsystem-min-w_180px {
3347
3553
  min-width: 180px;
3348
3554
  }
@@ -3351,6 +3557,14 @@
3351
3557
  height: 1px;
3352
3558
  }
3353
3559
 
3560
+ .tsystem-w_14 {
3561
+ width: 14px;
3562
+ }
3563
+
3564
+ .tsystem-h_14 {
3565
+ height: 14px;
3566
+ }
3567
+
3354
3568
  .tsystem-min-w_175px {
3355
3569
  min-width: 175px;
3356
3570
  }
@@ -3395,6 +3609,10 @@
3395
3609
  overflow: scroll;
3396
3610
  }
3397
3611
 
3612
+ .disabled\:tsystem-bd-c_border\.layout:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
3613
+ border-color: var(--Tight-colors-border-layout);
3614
+ }
3615
+
3398
3616
  .\[\&\[data-haserror\=\'true\'\]\]\:tsystem-bd-c_border\.intent\.danger[data-haserror='true'] {
3399
3617
  border-color: var(--Tight-colors-border-intent-danger);
3400
3618
  }
@@ -3549,6 +3767,16 @@
3549
3767
  pointer-events: none;
3550
3768
  }
3551
3769
 
3770
+ .\[\&\[data-state\=\'closed\'\]\]\:tsystem-trs-dur_toast\.exit[data-state='closed'] {
3771
+ --transition-duration: var(--Tight-durations-toast-exit);
3772
+ transition-duration: var(--Tight-durations-toast-exit);
3773
+ }
3774
+
3775
+ .\[\&\[data-state\=\'closed\'\]\]\:tsystem-trs-tmf_toast\.exit[data-state='closed'] {
3776
+ --transition-easing: var(--Tight-easings-toast-exit);
3777
+ transition-timing-function: var(--Tight-easings-toast-exit);
3778
+ }
3779
+
3552
3780
  [data-scrolled-x=true] .scrolledX\:tsystem-filter_drop-shadow\(4px_2px_4px_rgba\(0\,_0\,_0\,_0\.05\)\) {
3553
3781
  filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, 0.05));
3554
3782
  }
@@ -3589,8 +3817,20 @@
3589
3817
  cursor: default;
3590
3818
  }
3591
3819
 
3592
- .\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-state='open'] {
3593
- background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3820
+ .disabled\:tsystem-bg-c_surface\.foreground\.disabled:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
3821
+ background-color: var(--Tight-colors-surface-foreground-disabled);
3822
+ }
3823
+
3824
+ .disabled\:tsystem-c_typography\.base\.weak:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
3825
+ color: var(--Tight-colors-typography-base-weak);
3826
+ }
3827
+
3828
+ .disabled\:tsystem-pointer-events_none:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
3829
+ pointer-events: none;
3830
+ }
3831
+
3832
+ .\[\&\:disabled\]\:tsystem-op_0\.3:disabled {
3833
+ opacity: 0.3;
3594
3834
  }
3595
3835
 
3596
3836
  .disabled\:tsystem-cursor_default:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
@@ -3621,10 +3861,6 @@
3621
3861
  background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
3622
3862
  }
3623
3863
 
3624
- .\[\&\[data-active\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-active='true'] {
3625
- background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3626
- }
3627
-
3628
3864
  .odd\:tsystem-bg-c_surface\.reports\.alternateRows:nth-child(odd) {
3629
3865
  background-color: var(--Tight-colors-surface-reports-alternateRows);
3630
3866
  }
@@ -3633,12 +3869,8 @@
3633
3869
  background-color: var(--Tight-colors-surface-foreground);
3634
3870
  }
3635
3871
 
3636
- .\[\&_path\]\:tsystem-stk_surface\.foreground path {
3637
- stroke: var(--Tight-colors-surface-foreground);
3638
- }
3639
-
3640
- .\[\&_\.Tight-amount-input\,_\&_\.Tight-text\]\:tsystem-c_inherit .Tight-amount-input,.\[\&_\.Tight-amount-input\,_\&_\.Tight-text\]\:tsystem-c_inherit .Tight-text {
3641
- color: inherit;
3872
+ .\[\&\[data-active\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-active='true'] {
3873
+ background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3642
3874
  }
3643
3875
 
3644
3876
  .\[\&\:\:before\]\:tsystem-top_-11px::before {
@@ -3761,39 +3993,11 @@
3761
3993
  left: -5px;
3762
3994
  }
3763
3995
 
3764
- .\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid:focus-within,.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-isdefaultvalue='false'] {
3765
- border: var(--Tight-borderWidths-lg) solid;
3766
- }
3767
-
3768
- .\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout:focus-within,.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout[data-isdefaultvalue='false'] {
3769
- border-color: var(--Tight-colors-border-layout);
3770
- }
3771
-
3772
3996
  .\[\&\:focus\,_\&\:focus-within\]\:tsystem-ring_none:focus,.\[\&\:focus\,_\&\:focus-within\]\:tsystem-ring_none:focus-within {
3773
3997
  outline: 2px solid transparent;
3774
3998
  outline-offset: 2px;
3775
3999
  }
3776
4000
 
3777
- .\[\&\[data-clicked\=\'true\'\]\:focus-within\]\:tsystem-ring_1px_solid[data-clicked='true']:focus-within {
3778
- outline: 1px solid;
3779
- }
3780
-
3781
- .\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bg-c_surface\.foreground:focus-within,.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bg-c_surface\.foreground[data-isdefaultvalue='false'] {
3782
- background-color: var(--Tight-colors-surface-foreground);
3783
- }
3784
-
3785
- .\[\&\:focus-within\]\:tsystem-cursor_text:focus-within {
3786
- cursor: text;
3787
- }
3788
-
3789
- .\[\&\[data-clicked\=\'true\'\]\:focus-within\]\:tsystem-ring-o_2px[data-clicked='true']:focus-within {
3790
- outline-offset: 2px;
3791
- }
3792
-
3793
- .\[\&\[data-clicked\=\'true\'\]\:focus-within\]\:tsystem-ring-c_border\.layout\.strong[data-clicked='true']:focus-within {
3794
- outline-color: var(--Tight-colors-border-layout-strong);
3795
- }
3796
-
3797
4001
  .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.secondary\.hover:focus-visible,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:tsystem-bg_surface\.intent\.secondary\.hover[data-state='open'] {
3798
4002
  background: var(--Tight-colors-surface-intent-secondary-hover);
3799
4003
  }
@@ -3868,10 +4072,6 @@
3868
4072
  outline: 2px solid;
3869
4073
  }
3870
4074
 
3871
- .\[\&\[data-active\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring_4px_solid[data-active='false']:has(:focus-visible) {
3872
- outline: 4px solid;
3873
- }
3874
-
3875
4075
  .\[\&\:has\(button\:focus-visible\)\]\:tsystem-ring_4px_solid:has(button:focus-visible) {
3876
4076
  outline: 4px solid;
3877
4077
  }
@@ -3880,10 +4080,6 @@
3880
4080
  border-radius: var(--Tight-radii-sm);
3881
4081
  }
3882
4082
 
3883
- .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring_4px_solid[data-clicked='false']:has(:focus-visible) {
3884
- outline: 4px solid;
3885
- }
3886
-
3887
4083
  .focusVisible\:tsystem-ring-c_border\.layout:is(:focus-visible, [data-focus-visible]) {
3888
4084
  outline-color: var(--Tight-colors-border-layout);
3889
4085
  }
@@ -3920,12 +4116,36 @@
3920
4116
  outline-offset: 2px;
3921
4117
  }
3922
4118
 
3923
- .\[\&\:focus-visible\]\:tsystem-ring-o_-1px:focus-visible {
3924
- outline-offset: -1px;
4119
+ .\[\&\:focus-visible\]\:tsystem-ring-w_xl:focus-visible {
4120
+ outline-width: var(--Tight-borderWidths-xl);
3925
4121
  }
3926
4122
 
3927
- .\[\&\[data-active\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring-c_border\.layout[data-active='false']:has(:focus-visible) {
3928
- outline-color: var(--Tight-colors-border-layout);
4123
+ .\[\&\:focus-visible\]\:tsystem-outline-style_solid:focus-visible {
4124
+ outline-style: solid;
4125
+ }
4126
+
4127
+ .\[\&\:focus-visible\]\:tsystem-ring-c_brand\.action\.strong:focus-visible {
4128
+ outline-color: var(--Tight-colors-brand-action-strong);
4129
+ }
4130
+
4131
+ .\[\&\:focus-visible\]\:tsystem-ring-w_borderWidths\.md:focus-visible {
4132
+ outline-width: borderWidths.md;
4133
+ }
4134
+
4135
+ .\[\&\:focus-visible\]\:tsystem-ring-o_calc\(-1_\*_\{borderWidths\.md\}\):focus-visible {
4136
+ outline-offset: calc(-1 * var(--Tight-borderWidths-md));
4137
+ }
4138
+
4139
+ .\[\&\:focus-visible\]\:tsystem-z_1:focus-visible {
4140
+ z-index: 1;
4141
+ }
4142
+
4143
+ .\[\&\:focus-visible\]\:tsystem-bg-c_brand\.action\.weaker:focus-visible {
4144
+ background-color: var(--Tight-colors-brand-action-weaker);
4145
+ }
4146
+
4147
+ .\[\&\:focus-visible\]\:tsystem-ring-o_-1px:focus-visible {
4148
+ outline-offset: -1px;
3929
4149
  }
3930
4150
 
3931
4151
  .focus\:tsystem-z_2:is(:focus, [data-focus]) {
@@ -3944,14 +4164,6 @@
3944
4164
  outline-color: var(--Tight-colors-border-layout);
3945
4165
  }
3946
4166
 
3947
- .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring-o_2px[data-clicked='false']:has(:focus-visible) {
3948
- outline-offset: 2px;
3949
- }
3950
-
3951
- .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring-c_border\.layout[data-clicked='false']:has(:focus-visible) {
3952
- outline-color: var(--Tight-colors-border-layout);
3953
- }
3954
-
3955
4167
  .\[\&\:focus-visible\:\:before\]\:tsystem-top_0:focus-visible::before {
3956
4168
  top: 0;
3957
4169
  }
@@ -4048,6 +4260,34 @@
4048
4260
  fill: var(--Tight-colors-icon-intent-action-active);
4049
4261
  }
4050
4262
 
4263
+ .notDisabled\:\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid:not(:disabled, [disabled], [data-disabled]):focus-within,.notDisabled\:\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid:not(:disabled, [disabled], [data-disabled])[data-isdefaultvalue='false'] {
4264
+ border: var(--Tight-borderWidths-lg) solid;
4265
+ }
4266
+
4267
+ .notDisabled\:\[\&\[data-active\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring_4px_solid:not(:disabled, [disabled], [data-disabled])[data-active='false']:has(:focus-visible) {
4268
+ outline: 4px solid;
4269
+ }
4270
+
4271
+ .notDisabled\:\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout:not(:disabled, [disabled], [data-disabled]):focus-within,.notDisabled\:\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout:not(:disabled, [disabled], [data-disabled])[data-isdefaultvalue='false'] {
4272
+ border-color: var(--Tight-colors-border-layout);
4273
+ }
4274
+
4275
+ .notDisabled\:\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active:not(:disabled, [disabled], [data-disabled])[data-state='open'] {
4276
+ background-color: var(--Tight-colors-surface-intent-action-discreet-active);
4277
+ }
4278
+
4279
+ .notDisabled\:\[\&\[data-active\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring-c_border\.layout:not(:disabled, [disabled], [data-disabled])[data-active='false']:has(:focus-visible) {
4280
+ outline-color: var(--Tight-colors-border-layout);
4281
+ }
4282
+
4283
+ .notDisabled\:\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bg-c_surface\.foreground:not(:disabled, [disabled], [data-disabled]):focus-within,.notDisabled\:\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bg-c_surface\.foreground:not(:disabled, [disabled], [data-disabled])[data-isdefaultvalue='false'] {
4284
+ background-color: var(--Tight-colors-surface-foreground);
4285
+ }
4286
+
4287
+ .notDisabled\:\[\&\:focus-within\]\:tsystem-cursor_text:not(:disabled, [disabled], [data-disabled]):focus-within {
4288
+ cursor: text;
4289
+ }
4290
+
4051
4291
  .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary\.hover:focus-visible .Tight-sub-label,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary\.hover[data-state='open'] .Tight-sub-label {
4052
4292
  color: var(--Tight-colors-typography-intent-secondary-hover);
4053
4293
  }
@@ -4179,6 +4419,10 @@
4179
4419
  place-self: flex-end;
4180
4420
  }
4181
4421
 
4422
+ .sm\:tsystem-gap_16px {
4423
+ gap: 16px;
4424
+ }
4425
+
4182
4426
  .sm\:tsystem-bg-c_surface\.intent\.action\.discreet {
4183
4427
  background-color: var(--Tight-colors-surface-intent-action-discreet);
4184
4428
  }
@@ -4187,10 +4431,6 @@
4187
4431
  font-size: var(--Tight-fontSizes-label);
4188
4432
  }
4189
4433
 
4190
- .sm\:tsystem-lh_16px {
4191
- line-height: 16px;
4192
- }
4193
-
4194
4434
  .sm\:tsystem-d_none {
4195
4435
  display: none;
4196
4436
  }
@@ -4271,10 +4511,6 @@
4271
4511
  height: auto;
4272
4512
  }
4273
4513
 
4274
- .sm\:tsystem-left_auto {
4275
- left: auto;
4276
- }
4277
-
4278
4514
  .sm\:tsystem-bottom_auto {
4279
4515
  bottom: auto;
4280
4516
  }
@@ -4287,10 +4523,22 @@
4287
4523
  min-width: fit-content;
4288
4524
  }
4289
4525
 
4526
+ .sm\:tsystem-left_auto {
4527
+ left: auto;
4528
+ }
4529
+
4530
+ .sm\:tsystem-right_auto {
4531
+ right: auto;
4532
+ }
4533
+
4290
4534
  .sm\:tsystem-min-w_512px {
4291
4535
  min-width: 512px;
4292
4536
  }
4293
4537
 
4538
+ .sm\:tsystem-w_316px {
4539
+ width: 316px;
4540
+ }
4541
+
4294
4542
  .sm\:tsystem-max-w_300 {
4295
4543
  max-width: 300px;
4296
4544
  }
@@ -4355,8 +4603,8 @@
4355
4603
  transform: none;
4356
4604
  }
4357
4605
 
4358
- .md\:tsystem-w_416 {
4359
- width: 416px;
4606
+ .md\:tsystem-min-h_110px {
4607
+ min-height: 110px;
4360
4608
  }
4361
4609
 
4362
4610
  .md\:tsystem-min-w_800px {
@@ -4391,6 +4639,10 @@
4391
4639
  }
4392
4640
 
4393
4641
  @media screen and (min-width: 80rem) {
4642
+ .xl\:tsystem-p_50px {
4643
+ padding: 50px;
4644
+ }
4645
+
4394
4646
  .xl\:tsystem-p_15px {
4395
4647
  padding: 15px;
4396
4648
  }
@@ -4483,10 +4735,6 @@
4483
4735
  justify-content: flex-end;
4484
4736
  }
4485
4737
 
4486
- .xl\:tsystem-bg-c_overlay {
4487
- background-color: var(--Tight-colors-overlay);
4488
- }
4489
-
4490
4738
  .xl\:tsystem-d_flex {
4491
4739
  display: flex;
4492
4740
  }
@@ -4507,18 +4755,14 @@
4507
4755
  font-size: 14px;
4508
4756
  }
4509
4757
 
4510
- .xl\:tsystem-lh_16px {
4511
- line-height: 16px;
4758
+ .xl\:tsystem-lh_template {
4759
+ line-height: var(--Tight-lineHeights-template);
4512
4760
  }
4513
4761
 
4514
4762
  .xl\:tsystem-fs_label {
4515
4763
  font-size: var(--Tight-fontSizes-label);
4516
4764
  }
4517
4765
 
4518
- .xl\:tsystem-lh_14px {
4519
- line-height: 14px;
4520
- }
4521
-
4522
4766
  .xl\:tsystem-fs_label\.sub {
4523
4767
  font-size: var(--Tight-fontSizes-label-sub);
4524
4768
  }
@@ -4555,6 +4799,14 @@
4555
4799
  flex-wrap: wrap;
4556
4800
  }
4557
4801
 
4802
+ .xl\:tsystem-pl_0 {
4803
+ padding-left: 0;
4804
+ }
4805
+
4806
+ .xl\:tsystem-pr_0 {
4807
+ padding-right: 0;
4808
+ }
4809
+
4558
4810
  .xl\:tsystem-h_auto {
4559
4811
  height: auto;
4560
4812
  }
@@ -4575,14 +4827,6 @@
4575
4827
  min-width: 200px;
4576
4828
  }
4577
4829
 
4578
- .xl\:tsystem-pl_0 {
4579
- padding-left: 0;
4580
- }
4581
-
4582
- .xl\:tsystem-pr_0 {
4583
- padding-right: 0;
4584
- }
4585
-
4586
4830
  .xl\:tsystem-h_35px {
4587
4831
  height: 35px;
4588
4832
  }
@@ -4603,6 +4847,18 @@
4603
4847
  height: 60px;
4604
4848
  }
4605
4849
 
4850
+ .xl\:tsystem-w_328px {
4851
+ width: 328px;
4852
+ }
4853
+
4854
+ .xl\:tsystem-w_368px {
4855
+ width: 368px;
4856
+ }
4857
+
4858
+ .xl\:tsystem-h_80px {
4859
+ height: 80px;
4860
+ }
4861
+
4606
4862
  .xl\:tsystem-max-h_35px {
4607
4863
  max-height: 35px;
4608
4864
  }
@@ -4674,6 +4930,18 @@
4674
4930
  .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
4675
4931
  color: var(--Tight-colors-typography-intent-warning-hover);
4676
4932
  }
4933
+ }
4934
+
4935
+ @media (hover: hover) and (pointer: fine) {
4936
+ .notDisabled\:\[\&\[data-state\=\'closed\'\]\[data-disablehover\=\'false\'\]\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not(:disabled, [disabled], [data-disabled])[data-state='closed'][data-disablehover='false']:hover {
4937
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4938
+ }
4939
+ }
4940
+
4941
+ @media (hover: hover) and (pointer: fine) {
4942
+ .notDisabled\:\[\&\:not\(\[data-state\]\)\[data-disablehover\=\'false\'\]\:not\(\:focus-within\)\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not(:disabled, [disabled], [data-disabled]):not([data-state])[data-disablehover='false']:not(:focus-within):hover {
4943
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4944
+ }
4677
4945
  }
4678
4946
 
4679
4947
  @media (hover: hover) and (pointer: fine) {
@@ -4701,14 +4969,14 @@
4701
4969
  }
4702
4970
 
4703
4971
  @media (hover: hover) and (pointer: fine) {
4704
- .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4705
- border-color: var(--Tight-colors-border-intent-primary-hover);
4972
+ .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4973
+ border-color: var(--Tight-colors-border-intent-action-hover);
4706
4974
  }
4707
4975
  }
4708
4976
 
4709
4977
  @media (hover: hover) and (pointer: fine) {
4710
- .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4711
- border-color: var(--Tight-colors-border-intent-action-hover);
4978
+ .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4979
+ border-color: var(--Tight-colors-border-intent-primary-hover);
4712
4980
  }
4713
4981
  }
4714
4982
 
@@ -4896,36 +5164,12 @@
4896
5164
  .supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
4897
5165
  fill: var(--Tight-colors-icon-intent-action-hover);
4898
5166
  }
4899
- }
4900
-
4901
- @media (hover: hover) and (pointer: fine) {
4902
- .\[\&\[data-state\=\'closed\'\]\[data-disablehover\=\'false\'\]\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover[data-state='closed'][data-disablehover='false']:hover {
4903
- background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4904
- }
4905
- }
4906
-
4907
- @media (hover: hover) and (pointer: fine) {
4908
- .\[\&_\.Tight-icon_\>_path\]\:supportHover\:tsystem-stk_typography\.intent\.action\.hover .Tight-icon > path:hover {
4909
- stroke: var(--Tight-colors-typography-intent-action-hover);
4910
- }
4911
5167
  }
4912
5168
 
4913
5169
  @media (hover: hover) and (pointer: fine) {
4914
5170
  .\[\&_\.Tight-text\:\:after\]\:supportHover\:tsystem-w_100\% .Tight-text::after:hover {
4915
5171
  width: 100%;
4916
5172
  }
4917
- }
4918
-
4919
- @media (hover: hover) and (pointer: fine) {
4920
- .\[\&\:not\(\[data-state\]\)\[data-disablehover\=\'false\'\]\:not\(\:focus-within\)\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not([data-state])[data-disablehover='false']:not(:focus-within):hover {
4921
- background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4922
- }
4923
- }
4924
-
4925
- @media (hover: hover) and (pointer: fine) {
4926
- .\[\&\:not\(\:focus-within\)\]\:supportHover\:tsystem-c_typography\.intent\.action\.hover:not(:focus-within):hover {
4927
- color: var(--Tight-colors-typography-intent-action-hover);
4928
- }
4929
5173
  }
4930
5174
 
4931
5175
  @media (hover: hover) and (pointer: fine) {
@@ -5064,11 +5308,5 @@
5064
5308
  .supportHover\:tsystem-bg-c_surface\.background:hover {
5065
5309
  background-color: var(--Tight-colors-surface-background);
5066
5310
  }
5067
- }
5068
-
5069
- @media (hover: hover) and (pointer: fine) {
5070
- .supportHover\:tsystem-c_typography\.intent\.action\.hover:hover {
5071
- color: var(--Tight-colors-typography-intent-action-hover);
5072
- }
5073
5311
  }
5074
5312
  }