@tight-embedded/react 6.0.0 → 6.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/235.css ADDED
@@ -0,0 +1,446 @@
1
+ :where(:root, :host) {
2
+
3
+ /* Brand Colors */
4
+
5
+ --Tight-colors-brand-primary-weak: #0A8080;
6
+ --Tight-colors-brand-primary: #005961;
7
+ --Tight-colors-brand-primary-strong: #0A8080;
8
+
9
+ --Tight-colors-brand-secondary-weak: #FFFFFF;
10
+ --Tight-colors-brand-secondary: #E5F4F3;
11
+ --Tight-colors-brand-secondary-strong: #6c7381;
12
+
13
+ --Tight-colors-brand-success-opaque: #E5F4F3;
14
+ --Tight-colors-brand-success-weak: #E5F4F3;
15
+ --Tight-colors-brand-success: #56A9AC;
16
+ --Tight-colors-brand-success-strong: #005961;
17
+
18
+ --Tight-colors-brand-warning-opaque: #FFF2DF;
19
+ --Tight-colors-brand-warning-weak: #FFF2DF;
20
+ --Tight-colors-brand-warning: #E1B762;
21
+ --Tight-colors-brand-warning-strong: #E1B762;
22
+
23
+ --Tight-colors-brand-danger-opaque: #FFFBFB;
24
+ --Tight-colors-brand-danger-weak: #FFFBFB;
25
+ --Tight-colors-brand-danger: #FFEDEB;
26
+ --Tight-colors-brand-danger-strong: #C53336;
27
+
28
+ --Tight-colors-brand-action-opaque: #E5F4F3;
29
+ --Tight-colors-brand-action-weak: #E5F4F3;
30
+ --Tight-colors-brand-action: #CEE6E6;
31
+ --Tight-colors-brand-action-strong: #9DCCCC;
32
+
33
+ /* Surface Colors */
34
+
35
+ --Tight-colors-surface-background: #FAFAFA;
36
+ --Tight-colors-surface-elevated: #F8F5F2;
37
+
38
+ /*--Tight-colors-surface-intent-secondary: #f5f7fa;*/
39
+ /*--Tight-colors-surface-intent-secondary-hover: #f5f7fa;*/
40
+ /*--Tight-colors-surface-intent-secondary-active: #f5f7fa;*/
41
+
42
+ /*--Tight-colors-surface-intent-success: #dcfce7;*/
43
+ /*--Tight-colors-surface-intent-success-hover: #dcfce7;*/
44
+ /*--Tight-colors-surface-intent-success-active: #dcfce7;*/
45
+
46
+ /*--Tight-colors-surface-intent-warning: #fffbec;*/
47
+ /*--Tight-colors-surface-intent-warning-hover: #fffbec;*/
48
+ /*--Tight-colors-surface-intent-warning-active: #fffbec;*/
49
+
50
+ /*--Tight-colors-surface-intent-danger: #fee2e1;*/
51
+ /*--Tight-colors-surface-intent-danger-hover: #fee2e1;*/
52
+ /*--Tight-colors-surface-intent-danger-active: #fee2e1;*/
53
+
54
+ /* Typography Colors */
55
+
56
+ --Tight-colors-typography-base: #525257;
57
+ --Tight-colors-typography-label-sub: #6b6b6b;
58
+ --Tight-colors-typography-label-strongSub: #6b6b6b;
59
+
60
+ --Tight-colors-typography-intent-primary: #FFFFFF;
61
+ --Tight-colors-typography-intent-primary-hover: #FFFFFF;
62
+ --Tight-colors-typography-intent-primary-active: #FFFFFF;
63
+
64
+ --Tight-colors-typography-intent-secondary: #6c6c72;
65
+ --Tight-colors-typography-intent-secondary-hover: #6c6c72;
66
+ --Tight-colors-typography-intent-secondary-active: #6c6c72;
67
+
68
+ /* Border Colors */
69
+
70
+ --Tight-colors-border-layout-weak: #eff3f5;
71
+ --Tight-colors-border-layout: #CED1D2;
72
+ --Tight-colors-border-layout-strong: #525257;
73
+
74
+ --Tight-colors-border-intent-primary-hover: #0A8080;
75
+ --Tight-colors-border-intent-primary: #0A8080;
76
+ --Tight-colors-border-intent-primary-active: #0A8080;
77
+
78
+ --Tight-colors-border-intent-secondary-hover: #005C5C;
79
+ --Tight-colors-border-intent-secondary: #005C5C;
80
+ --Tight-colors-border-intent-secondary-active: #005C5C;
81
+
82
+ --Tight-colors-border-intent-danger-hover: #A31821;
83
+
84
+ /*--Tight-colors-border-intent-warning-hover: #ffe58f;*/
85
+ /*--Tight-colors-border-intent-warning: #ffe58f;*/
86
+ /*--Tight-colors-border-intent-warning-active: #ffe58f;*/
87
+
88
+ /*--Tight-colors-border-intent-success-hover: #8ceda8;*/
89
+ /*--Tight-colors-border-intent-success: #8ceda8;*/
90
+ /*--Tight-colors-border-intent-success-active: #8ceda8;*/
91
+
92
+ /*--Tight-colors-border-intent-action-hover: #93c6ff;*/
93
+ /*--Tight-colors-border-intent-action: #93c6ff;*/
94
+ /*--Tight-colors-border-intent-action-active: #93c6ff;*/
95
+
96
+ /* Money Colors */
97
+
98
+ --Tight-colors-money-negative-weak: #E36751;
99
+ --Tight-colors-money-negative: #EB4C33;
100
+ --Tight-colors-money-negative-strong: #A52E1B;
101
+ --Tight-colors-money-positive-weak: #56A9AC;
102
+ --Tight-colors-money-positive: #52B2B6;
103
+ --Tight-colors-money-positive-strong: #245860;
104
+
105
+ /* Border Radii */
106
+
107
+ --Tight-radii-sm: 4px;
108
+ --Tight-radii-md: 4px;
109
+ --Tight-radii-lg: 5px;
110
+
111
+ /* Typefaces */
112
+
113
+ --Tight-fonts-base: "G Centra", sans-serif;
114
+
115
+ /* Font Weights */
116
+
117
+ --Tight-fontWeights-md: 500;
118
+
119
+ /* Box Shadows */
120
+
121
+ --Tight-shadows-box-shadow: 0px -2px 12px rgba(28, 28, 28, 0.04), 0px 8px 16px rgba(28, 28, 28, 0.12), 0px 4px 12px rgba(28, 28, 28, 0.04);
122
+
123
+ }
124
+
125
+ .Tight-heading {
126
+ line-height: normal;
127
+ letter-spacing: 0;
128
+ }
129
+ .Tight-label {
130
+ line-height: normal;
131
+ letter-spacing: 0.32px;
132
+ }
133
+ .Tight-strong-label {
134
+ line-height: normal;
135
+ letter-spacing: 0.32px;
136
+ }
137
+ .Tight-sub-label {
138
+ line-height: 1.25rem;
139
+ letter-spacing: 0.32px;
140
+ }
141
+ .Tight-strong-sub-label {
142
+ line-height: 1.25rem;
143
+ letter-spacing: 0.32px;
144
+ }
145
+ .Tight-body {
146
+ line-height: 1.3;
147
+ letter-spacing: 0.32px;
148
+ }
149
+
150
+ .Tight-dashboard-header {
151
+ input {
152
+ font-family: "G Centra", sans-serif;
153
+ }
154
+ .Tight-button-primary {
155
+ font-family: "G Centra", sans-serif;
156
+ border: none;
157
+ font-weight: 400;
158
+ color: #0A8080;
159
+ text-decoration: underline;
160
+ .Tight-small-icon > path {
161
+ stroke: #0A8080;
162
+ }
163
+ }
164
+ }
165
+ .Tight-dashboard-table {
166
+ border: none;
167
+ }
168
+ .Tight-dashboard-table-header {
169
+ border-top: 1px solid var(--Tight-colors-border-layout-strong);
170
+ background-color: var(--Tight-colors-surface-background);
171
+ }
172
+ .Tight-dashboard-table-column-header {
173
+ .Tight-text {
174
+ color: #6B6B6B;
175
+ }
176
+ }
177
+ .Tight-table-parent-row {
178
+ border-top: 1px solid var(--Tight-colors-border-layout-strong);
179
+ background-color: var(--Tight-colors-surface-foreground);
180
+ @media (hover: hover) and (pointer: fine) {
181
+ &:hover:not(:disabled) {
182
+ background-color: #F9FDFC;
183
+ }
184
+ }
185
+ }
186
+ .Tight-table-cell-divider {
187
+ display: none;
188
+ }
189
+
190
+ .Tight-button-table-header {
191
+ border: 2px solid var(--Tight-colors-border-intent-primary);
192
+
193
+ .Tight-text {
194
+ font-weight: 500;
195
+ color: #0A8080;
196
+ }
197
+ .Tight-small-icon {
198
+ display: none;
199
+ }
200
+ .Tight-medium-icon {
201
+ display: none;
202
+ }
203
+ }
204
+ .Tight-button-tertiary {
205
+ border: none;
206
+ background-color: var(--Tight-colors-brand-primary-weak);
207
+
208
+ .Tight-text {
209
+ font-weight: 500;
210
+ color: white;
211
+ }
212
+ .Tight-strong-label {
213
+ font-weight: 500;
214
+ color: white;
215
+ }
216
+ .Tight-small-icon {
217
+ display: none;
218
+ }
219
+ }
220
+
221
+ .Tight-selector-button {
222
+ @media (hover: hover) and (pointer: fine) {
223
+ &:hover:not(:disabled) {
224
+ background-color: #E5F4F3;
225
+ }
226
+ }
227
+ }
228
+ .Tight-review-status-selector-button {
229
+ border: none;
230
+ background-color: transparent;
231
+
232
+ .Tight-text {
233
+ font-weight: 500;
234
+ color: #0A8080;
235
+ text-decoration: underline;
236
+ }
237
+ .Tight-label {
238
+ font-weight: 500;
239
+ color: #0A8080;
240
+ text-decoration: underline;
241
+ }
242
+ .Tight-icon > path {
243
+ stroke: #0A8080;
244
+ }
245
+ .Tight-icon > g > path {
246
+ stroke: #0A8080;
247
+ }
248
+
249
+ .Tight-button-base {
250
+ text-transform: lowercase;
251
+ .Tight-text {
252
+ text-transform: lowercase;
253
+ }
254
+ .Tight-label {
255
+ text-transform: lowercase;
256
+ }
257
+ .Tight-strong-label {
258
+ text-transform: lowercase;
259
+ }
260
+ }
261
+
262
+ @media (hover: hover) and (pointer: fine) {
263
+ &:hover:not(:disabled) {
264
+ .Tight-text {
265
+ color: #005961;
266
+ }
267
+ .Tight-label {
268
+ color: #005961;
269
+ }
270
+ .Tight-medium-icon > path {
271
+ stroke: #005961;
272
+ }
273
+ }
274
+ }
275
+
276
+ &:active:enabled, &[data-active='true']:enabled {
277
+ background-color: #E5F4F3;
278
+ }
279
+ }
280
+ .Tight-review-status-dropdown-arrow {
281
+ display: flex;
282
+ }
283
+
284
+ .Tight-filter-bar {
285
+ background-color: var(--Tight-colors-surface-foreground);
286
+ border: 1px solid var(--Tight-colors-border-layout);
287
+ }
288
+ .Tight-bulk-select {
289
+ height: 40px
290
+ }
291
+ .Tight-filter-pill {
292
+ border-radius: 100px;
293
+ border-color: #929292;
294
+ @media (hover: hover) and (pointer: fine) {
295
+ &:hover:not(:disabled) {
296
+ background-color: #FAFAFA;
297
+ border-color: #535353;
298
+ }
299
+ }
300
+ }
301
+
302
+ .Tight-pagination-button {
303
+ height: 44px;
304
+ border: none;
305
+
306
+ button {
307
+ &:disabled {
308
+ opacity: 0.6;
309
+ }
310
+ .Tight-small-icon > path {
311
+ stroke: #0A8080;
312
+ }
313
+ }
314
+ }
315
+
316
+ .Tight-tile-header {
317
+ padding: 20px;
318
+ }
319
+ .Tight-tile-body {
320
+ padding: 20px;
321
+ }
322
+
323
+ .Tight-financial-summary-chatbox-header {
324
+ .Tight-strong-label {
325
+ font-size: 14px;
326
+ font-weight: 500;
327
+ }
328
+ }
329
+ .Tight-financial-summary-layout {
330
+ padding: 20px;
331
+ }
332
+ .Tight-financial-summary-chatbox {
333
+ padding: 20px;
334
+ background-color: var(--Tight-colors-surface-foreground);
335
+ .Tight-strong-label {
336
+ font-size: 14px;
337
+ font-weight: 500;
338
+ }
339
+ .Tight-button-primary {
340
+ height: 36px;
341
+ border: 2px solid var(--Tight-colors-border-intent-primary);
342
+
343
+ .Tight-strong-label {
344
+ font-size: 14px;
345
+ font-weight: 500;
346
+ color: #0A8080;
347
+ }
348
+ .Tight-small-icon {
349
+ display: none;
350
+ }
351
+ .Tight-medium-icon {
352
+ display: none;
353
+ }
354
+ }
355
+ }
356
+ .Tight-financial-summary-chatbox-header {
357
+ padding-left: 20px;
358
+ padding-right: 20px;
359
+ }
360
+
361
+ .Tight-tile-bar-label {
362
+ .Tight-label {
363
+ color: var(--Tight-colors-typography-contrast);
364
+ }
365
+ }
366
+
367
+ .Tight-month-picker {
368
+ border: none;
369
+ .Tight-small-icon > path {
370
+ stroke: #0A8080;
371
+ }
372
+ }
373
+ .Tight-month-picker-label {
374
+ width: 85px;
375
+ }
376
+ .Tight-month-picker-left-button {
377
+ border-right: none;
378
+ }
379
+ .Tight-month-picker-right-button {
380
+ border-left: none;
381
+ }
382
+
383
+ .Tight-banner {
384
+ box-shadow: var(--Tight-shadows-box-shadow);
385
+ background-color: #F9FDFC;
386
+ border: none;
387
+ .Tight-sub-label {
388
+ margin-left: 44px;
389
+ }
390
+ }
391
+ .Tight-banner-button {
392
+ background-color: var(--Tight-colors-brand-primary-weak);
393
+ border: none;
394
+ .Tight-label {
395
+ color: var(--Tight-colors-typography-intent-primary);
396
+ }
397
+ .Tight-strong-label {
398
+ color: var(--Tight-colors-typography-intent-primary);
399
+ }
400
+ &:hover:not(:disabled) {
401
+ background-color: var(--Tight-colors-brand-primary);
402
+ }
403
+
404
+ &:active:enabled, &[data-active='true']:enabled {
405
+ background-color: var(--Tight-colors-brand-primary);
406
+ }
407
+ }
408
+ .Tight-banner-button-icon {
409
+ display: none;
410
+ }
411
+ .Tight-banner-title {
412
+ height: 21px;
413
+ align-items: flex-start;
414
+ }
415
+ .Tight-banner-title > img {
416
+ margin-top: 5px;
417
+ height: 36px;
418
+ width: 36px;
419
+ }
420
+ .Tight-banner-title > svg {
421
+ margin-top: 5px;
422
+ height: 36px;
423
+ width: 36px;
424
+ }
425
+
426
+ .Tight-empty-dashboard-layout {
427
+ background-color: var(--Tight-colors-surface-foreground);
428
+ }
429
+
430
+ .Tight-button-inline {
431
+ .Tight-sub-label {
432
+ color: var(--Tight-colors-typography-contrast);
433
+ }
434
+ }
435
+
436
+ .Tight-button-group {
437
+ @media (hover: hover) and (pointer: fine) {
438
+ &:hover:not(:disabled) {
439
+ background-color: #E5F4F3;
440
+ }
441
+ }
442
+ &:active:enabled, &[data-active='true']:enabled {
443
+ background-color: #E5F4F3;
444
+ border-color: var(--Tight-colors-border-intent-primary-active);
445
+ }
446
+ }
Binary file
package/dist/41.css ADDED
@@ -0,0 +1,245 @@
1
+ :where(:root, :host) {
2
+ /* Brand Colors */
3
+ --Tight-colors-brand-primary-weak: #000000;
4
+ --Tight-colors-brand-primary: #000000;
5
+ --Tight-colors-brand-primary-strong: #000000;
6
+
7
+ --Tight-colors-brand-action-weak: rgba(0, 0, 0, 0.02);
8
+ --Tight-colors-brand-action: rgba(0, 0, 0, 0.04);
9
+ --Tight-colors-brand-action-strong: rgba(0, 0, 0, 0.06);
10
+
11
+ --Tight-colors-brand-success-weak: #b9ffbb;
12
+ --Tight-colors-brand-success: #33F28B;
13
+ --Tight-colors-brand-success-strong: rgb(37, 216, 117);
14
+
15
+ --Tight-colors-brand-warning-weak: #626262;
16
+ --Tight-colors-brand-warning: #626262;
17
+ --Tight-colors-brand-warning-strong: #000000;
18
+
19
+ --Tight-colors-brand-danger-weak: #FFAAAA;
20
+ --Tight-colors-brand-danger: #F0685F;
21
+ --Tight-colors-brand-danger-strong: #E12513;
22
+
23
+ /* Surface Colors */
24
+ --Tight-colors-surface-background: #FAFAFA;
25
+ --Tight-colors-surface-foreground: #FFFFFF;
26
+
27
+ --Tight-colors-surface-intent-success: #33F28B;
28
+ --Tight-colors-surface-intent-success-hover: rgb(37, 216, 117);
29
+
30
+ --Tight-colors-surface-intent-warning-hover: #000000;
31
+
32
+ /* Border Colors */
33
+ --Tight-colors-border-layout-weak: rgba(0, 0, 0, 0.10);
34
+ --Tight-colors-border-layout: rgba(0, 0, 0, 0.18);
35
+ --Tight-colors-border-layout-strong: rgba(0, 0, 0, 0.18);
36
+
37
+ --Tight-colors-border-intent-success: transparent;
38
+ --Tight-colors-border-intent-success-hover: transparent;
39
+ --Tight-colors-border-intent-success-active: transparent;
40
+
41
+ --Tight-colors-border-intent-warning: transparent;
42
+ --Tight-colors-border-intent-warning-hover: transparent;
43
+ --Tight-colors-border-intent-warning-active: transparent;
44
+
45
+ --Tight-colors-border-intent-danger: transparent;
46
+ --Tight-colors-border-intent-danger-hover: transparent;
47
+ --Tight-colors-border-intent-danger-active: transparent;
48
+
49
+ /* Money Colors */
50
+ --Tight-colors-money-positive: #00863A;
51
+ --Tight-colors-money-positive-weak: rgb(37, 216, 117);
52
+ --Tight-colors-money-negative: #F8645B;
53
+ --Tight-colors-money-negative-weak: #FD9390;
54
+
55
+ /* Custom Colors */
56
+ --zb-success-badge: rgb(141, 248, 181);
57
+ --zb-banner-default: #ededed;
58
+ --zb-banner-promo: #111112;
59
+ --zb-banner-error: #ffaaaa;
60
+ --zb-banner-info: #bed4ff;
61
+ --zb-banner-action: #b9ffbb;
62
+ --zb-banner-ai: #d1b5ff;
63
+
64
+ /* Layout */
65
+ --Tight-radii-sm: 4px;
66
+ --Tight-radii-md: 12px;
67
+ --Tight-radii-lg: 12px;
68
+
69
+ --Tight-shadows-box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.5);
70
+
71
+ /* Typography */
72
+ --Tight-fontSizes-label: 16px;
73
+ --Tight-fontSizes-label-sub: 14px;
74
+ --Tight-fontSizes-label-strong: 16px;
75
+ --Tight-fontSizes-label-strongSub: 14px;
76
+
77
+ --Tight-fontWeights-md: 500;
78
+
79
+ --Tight-colors-typography-base: rgba(0, 0, 0, 0.93);
80
+ --Tight-colors-typography-base-weak: rgba(0, 0, 0, 0.74);
81
+
82
+ --Tight-colors-typography-intent-primary: #FFFFFF;
83
+ --Tight-colors-typography-intent-primary-hover: #FFFFFF;
84
+ --Tight-colors-typography-intent-primary-active: #FFFFFF;
85
+
86
+ --Tight-colors-typography-intent-action-hover: #6F7576;
87
+
88
+ --Tight-colors-typography-intent-warning: #FFFFFF;
89
+ --Tight-colors-typography-intent-warning-hover: #FFFFFF;
90
+ --Tight-colors-typography-intent-warning-active: #FFFFFF;
91
+ }
92
+
93
+ * {
94
+ font-family: "Inter", sans-serif;
95
+ }
96
+ .Tight-label {
97
+ line-height: 18px;
98
+ }
99
+ .Tight-strong-label {
100
+ line-height: 18px;
101
+ }
102
+ .Tight-sub-label {
103
+ line-height: 16px;
104
+ }
105
+ .Tight-strong-sub-label {
106
+ line-height: 16px;
107
+ }
108
+
109
+ .Tight-filter-bar {
110
+ background-color: var(--Tight-colors-surface-foreground);
111
+ border: 1px solid var(--Tight-colors-border-layout-strong);
112
+ }
113
+
114
+ .Tight-business-owner-table {
115
+ border: none;
116
+ }
117
+ .Tight-table-parent-row {
118
+ margin-bottom: 12px;
119
+ border: 1px solid var(--Tight-colors-border-layout-strong);
120
+ border-radius: var(--Tight-radii-md);
121
+ background-color: var(--Tight-colors-surface-foreground);
122
+ }
123
+
124
+ .Tight-popup {
125
+ background-color: var(--Tight-colors-surface-foreground);
126
+ border-radius: var(--Tight-radii-sm);
127
+ border: none;
128
+ }
129
+ .Tight-selector-row {
130
+ border: none;
131
+ }
132
+
133
+ .Tight-table-cell-divider {
134
+ display: none;
135
+ }
136
+ .Tight-badge {
137
+ border-radius: 9999px;
138
+ height: 28px;
139
+ padding-left: 12px;
140
+ padding-right: 12px;
141
+ border: none;
142
+ }
143
+ .Tight-success-badge {
144
+ background-color: var(--zb-success-badge);
145
+
146
+ &:focus-visible, &[data-state="open"] {
147
+ background-color: var(--Tight-colors-brand-success);
148
+ }
149
+ @media (hover: hover) and (pointer: fine) {
150
+ &:hover {
151
+ background-color: var(--Tight-colors-brand-success);
152
+ }
153
+ }
154
+ }
155
+
156
+ .Tight-drawer-header {
157
+ background-color: var(--Tight-colors-surface-background);
158
+ padding-left: 24px;
159
+ padding-right: 24px;
160
+ }
161
+ .Tight-form-header-border {
162
+ margin-right: 24px;
163
+ margin-left: 24px;
164
+ }
165
+ .Tight-form-body {
166
+ padding-left: 24px;
167
+ padding-right: 24px;
168
+ }
169
+
170
+ .Tight-button-base {
171
+ border-radius: var(--Tight-radii-sm);
172
+ }
173
+ .Tight-button-secondary {
174
+ border: 1px solid var(--Tight-colors-brand-primary-strong);
175
+ &:active:enabled, &[data-active="true"]:enabled {
176
+ background-color: #FFFFFF;
177
+ color: var(--Tight-colors-brand-primary-strong);
178
+ .Tight-text {
179
+ color: var(--Tight-colors-brand-primary-strong);
180
+ }
181
+ .Tight-icon > path {
182
+ stroke: var(--Tight-colors-brand-primary-strong);
183
+ }
184
+ }
185
+
186
+ @media (hover: hover) and (pointer: fine) {
187
+ &:hover:not(:disabled) {
188
+ background-color: #FFFFFF;
189
+ color: var(--Tight-colors-brand-primary-strong);
190
+
191
+ .Tight-text {
192
+ color: var(--Tight-colors-brand-primary-strong);
193
+ }
194
+
195
+ .Tight-icon > path {
196
+ stroke: var(--Tight-colors-brand-primary-strong);
197
+ }
198
+ }
199
+ }
200
+ }
201
+
202
+ .Tight-month-picker-left-button {
203
+ border-right: none;
204
+ }
205
+ .Tight-month-picker-right-button {
206
+ border-left: none;
207
+ }
208
+
209
+ .Tight-tile {
210
+ box-shadow: none;
211
+ }
212
+ .Tight-tile-header {
213
+ border-bottom: none;
214
+ }
215
+
216
+ .Tight-banner {
217
+ border-color: var(--Tight-colors-border-layout-weak);
218
+ }
219
+ .Tight-banner-high {
220
+ background-color: var(--zb-banner-action);
221
+ }
222
+ .Tight-banner-medium {
223
+ background-color: var(--zb-banner-default);
224
+ }
225
+ .Tight-banner-button { /* match zb solid black banner buttons */
226
+ background-color: var(--Tight-colors-surface-intent-primary);
227
+ border-color: var(--Tight-colors-border-intent-primary);
228
+ @media (hover: hover) and (pointer: fine) {
229
+ &:hover:not(:disabled) {
230
+ background-color: var(--Tight-colors-surface-intent-primary-hover);
231
+ border-color: var(--Tight-colors-border-intent-primary-hover);
232
+ }
233
+ }
234
+
235
+ &:active:enabled, &[data-active='true']:enabled {
236
+ background-color: var(--Tight-colors-surface-intent-primary-active);
237
+ border-color: var(--Tight-colors-border-intent-primary-active);
238
+ }
239
+ }
240
+ .Tight-banner-button-text {
241
+ color: var(--Tight-colors-typography-intent-primary);
242
+ }
243
+ .Tight-banner-button-icon > path {
244
+ stroke: var(--Tight-colors-icon-intent-primary);
245
+ }
package/dist/41.css.gz ADDED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file