@homebound/beam 4.3.0 → 4.4.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/Css.json +6 -1
- package/dist/index.cjs +280 -290
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +0 -29
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +23 -1
- package/dist/index.d.ts +23 -1
- package/dist/index.js +461 -472
- package/dist/index.js.map +1 -1
- package/dist/truss.css +219 -223
- package/package.json +2 -2
package/dist/truss.css
CHANGED
|
@@ -1,20 +1,28 @@
|
|
|
1
1
|
:root { --t-spacing: 8px; }
|
|
2
|
-
/* @truss p:1000 c:
|
|
3
|
-
.
|
|
2
|
+
/* @truss p:1000 c:anim_loadingDots_800ms_linear_0ms_infinite_alternate */
|
|
3
|
+
.anim_loadingDots_800ms_linear_0ms_infinite_alternate { animation: loadingDots 800ms linear 0ms infinite alternate; }
|
|
4
|
+
/* @truss p:1000 c:anim_loadingDots_800ms_linear_300ms_infinite_alternate */
|
|
5
|
+
.anim_loadingDots_800ms_linear_300ms_infinite_alternate { animation: loadingDots 800ms linear 300ms infinite alternate; }
|
|
6
|
+
/* @truss p:1000 c:anim_loadingDots_800ms_linear_600ms_infinite_alternate */
|
|
7
|
+
.anim_loadingDots_800ms_linear_600ms_infinite_alternate { animation: loadingDots 800ms linear 600ms infinite alternate; }
|
|
8
|
+
/* @truss p:1000 c:anim_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite */
|
|
9
|
+
.anim_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
|
|
10
|
+
/* @truss p:1000 c:anim_spin_800ms_linear_infinite */
|
|
11
|
+
.anim_spin_800ms_linear_infinite { animation: spin 800ms linear infinite; }
|
|
4
12
|
/* @truss p:1000 c:bd_0 */
|
|
5
13
|
.bd_0 { border: 0; }
|
|
6
|
-
/* @truss p:1000 c:
|
|
7
|
-
.
|
|
14
|
+
/* @truss p:1000 c:ga_1_1 */
|
|
15
|
+
.ga_1_1 { grid-area: 1/1; }
|
|
8
16
|
/* @truss p:1000 c:m_0 */
|
|
9
17
|
.m_0 { margin: 0; }
|
|
10
18
|
/* @truss p:1000 c:m_neg1px */
|
|
11
19
|
.m_neg1px { margin: -1px; }
|
|
12
20
|
/* @truss p:1000 c:p_0 */
|
|
13
21
|
.p_0 { padding: 0; }
|
|
22
|
+
/* @truss p:1000.5 c:animation_var */
|
|
23
|
+
.animation_var { animation: var(--animation); }
|
|
14
24
|
/* @truss p:1000.5 c:background_var */
|
|
15
25
|
.background_var { background: var(--background); }
|
|
16
|
-
/* @truss p:2000 c:backgroundPosition_center */
|
|
17
|
-
.backgroundPosition_center { background-position: center; }
|
|
18
26
|
/* @truss p:2000 c:bcBlue200 */
|
|
19
27
|
.bcBlue200 { border-color: rgba(191, 219, 254, 1); }
|
|
20
28
|
/* @truss p:2000 c:bcBlue300 */
|
|
@@ -37,34 +45,10 @@
|
|
|
37
45
|
.bcTransparent { border-color: rgba(0,0,0,0); }
|
|
38
46
|
/* @truss p:2000 c:bcWhite */
|
|
39
47
|
.bcWhite { border-color: rgba(255, 255, 255, 1); }
|
|
40
|
-
/* @truss p:2000 c:
|
|
41
|
-
.
|
|
42
|
-
/* @truss p:2000 c:
|
|
43
|
-
.
|
|
44
|
-
/* @truss p:2000 c:borderRadius_0_0_8px_0 */
|
|
45
|
-
.borderRadius_0_0_8px_0 { border-radius: 0 0 8px 0; }
|
|
46
|
-
/* @truss p:2000 c:borderRadius_0_16px_16px_0 */
|
|
47
|
-
.borderRadius_0_16px_16px_0 { border-radius: 0 16px 16px 0; }
|
|
48
|
-
/* @truss p:2000 c:borderRadius_0_4px_4px_0 */
|
|
49
|
-
.borderRadius_0_4px_4px_0 { border-radius: 0 4px 4px 0; }
|
|
50
|
-
/* @truss p:2000 c:borderRadius_0_8px_0_0 */
|
|
51
|
-
.borderRadius_0_8px_0_0 { border-radius: 0 8px 0 0; }
|
|
52
|
-
/* @truss p:2000 c:borderRadius_12px_12px_0_0 */
|
|
53
|
-
.borderRadius_12px_12px_0_0 { border-radius: 12px 12px 0 0; }
|
|
54
|
-
/* @truss p:2000 c:borderRadius_16px_0_0_16px */
|
|
55
|
-
.borderRadius_16px_0_0_16px { border-radius: 16px 0 0 16px; }
|
|
56
|
-
/* @truss p:2000 c:borderRadius_4px_0_0_4px */
|
|
57
|
-
.borderRadius_4px_0_0_4px { border-radius: 4px 0 0 4px; }
|
|
58
|
-
/* @truss p:2000 c:borderRadius_50 */
|
|
59
|
-
.borderRadius_50 { border-radius: 50%; }
|
|
60
|
-
/* @truss p:2000 c:borderRadius_8px_0_0_0 */
|
|
61
|
-
.borderRadius_8px_0_0_0 { border-radius: 8px 0 0 0 ; }
|
|
62
|
-
/* @truss p:2000 c:borderRadius_8px_8px_0_0 */
|
|
63
|
-
.borderRadius_8px_8px_0_0 { border-radius: 8px 8px 0 0; }
|
|
64
|
-
/* @truss p:2000 c:borderRadius_999px */
|
|
65
|
-
.borderRadius_999px { border-radius: 999px; }
|
|
66
|
-
/* @truss p:2000 c:borderWidth_3px */
|
|
67
|
-
.borderWidth_3px { border-width: 3px; }
|
|
48
|
+
/* @truss p:2000 c:bdc_currentColor */
|
|
49
|
+
.bdc_currentColor { border-color: currentColor; }
|
|
50
|
+
/* @truss p:2000 c:bgp_center */
|
|
51
|
+
.bgp_center { background-position: center; }
|
|
68
52
|
/* @truss p:2000 c:br0 */
|
|
69
53
|
.br0 { border-radius: 0; }
|
|
70
54
|
/* @truss p:2000 c:br100 */
|
|
@@ -79,6 +63,30 @@
|
|
|
79
63
|
.br4 { border-radius: 4px; }
|
|
80
64
|
/* @truss p:2000 c:br8 */
|
|
81
65
|
.br8 { border-radius: 8px; }
|
|
66
|
+
/* @truss p:2000 c:bra_0_0_0_8px */
|
|
67
|
+
.bra_0_0_0_8px { border-radius: 0 0 0 8px; }
|
|
68
|
+
/* @truss p:2000 c:bra_0_0_8px_0 */
|
|
69
|
+
.bra_0_0_8px_0 { border-radius: 0 0 8px 0; }
|
|
70
|
+
/* @truss p:2000 c:bra_0_16px_16px_0 */
|
|
71
|
+
.bra_0_16px_16px_0 { border-radius: 0 16px 16px 0; }
|
|
72
|
+
/* @truss p:2000 c:bra_0_4px_4px_0 */
|
|
73
|
+
.bra_0_4px_4px_0 { border-radius: 0 4px 4px 0; }
|
|
74
|
+
/* @truss p:2000 c:bra_0_8px_0_0 */
|
|
75
|
+
.bra_0_8px_0_0 { border-radius: 0 8px 0 0; }
|
|
76
|
+
/* @truss p:2000 c:bra_12px_12px_0_0 */
|
|
77
|
+
.bra_12px_12px_0_0 { border-radius: 12px 12px 0 0; }
|
|
78
|
+
/* @truss p:2000 c:bra_16px_0_0_16px */
|
|
79
|
+
.bra_16px_0_0_16px { border-radius: 16px 0 0 16px; }
|
|
80
|
+
/* @truss p:2000 c:bra_4px_0_0_4px */
|
|
81
|
+
.bra_4px_0_0_4px { border-radius: 4px 0 0 4px; }
|
|
82
|
+
/* @truss p:2000 c:bra_50 */
|
|
83
|
+
.bra_50 { border-radius: 50%; }
|
|
84
|
+
/* @truss p:2000 c:bra_8px_0_0_0 */
|
|
85
|
+
.bra_8px_0_0_0 { border-radius: 8px 0 0 0 ; }
|
|
86
|
+
/* @truss p:2000 c:bra_8px_8px_0_0 */
|
|
87
|
+
.bra_8px_8px_0_0 { border-radius: 8px 8px 0 0; }
|
|
88
|
+
/* @truss p:2000 c:bra_999px */
|
|
89
|
+
.bra_999px { border-radius: 999px; }
|
|
82
90
|
/* @truss p:2000 c:bsn */
|
|
83
91
|
.bsn { border-style: none; }
|
|
84
92
|
/* @truss p:2000 c:bss */
|
|
@@ -89,8 +97,16 @@
|
|
|
89
97
|
.bw2 { border-width: 2px; }
|
|
90
98
|
/* @truss p:2000 c:bw_0 */
|
|
91
99
|
.bw_0 { border-width: 0; }
|
|
100
|
+
/* @truss p:2000 c:bw_3px */
|
|
101
|
+
.bw_3px { border-width: 3px; }
|
|
92
102
|
/* @truss p:2000 c:fn */
|
|
93
103
|
.fn { flex: none; }
|
|
104
|
+
/* @truss p:2000 c:g_12px */
|
|
105
|
+
.g_12px { gap: 12px; }
|
|
106
|
+
/* @truss p:2000 c:g_1_5 */
|
|
107
|
+
.g_1_5 { gap: calc(var(--t-spacing) * 1.5); }
|
|
108
|
+
/* @truss p:2000 c:g_4px */
|
|
109
|
+
.g_4px { gap: 4px; }
|
|
94
110
|
/* @truss p:2000 c:gap0 */
|
|
95
111
|
.gap0 { gap: calc(var(--t-spacing) * 0); }
|
|
96
112
|
/* @truss p:2000 c:gap1 */
|
|
@@ -101,12 +117,6 @@
|
|
|
101
117
|
.gap3 { gap: calc(var(--t-spacing) * 3); }
|
|
102
118
|
/* @truss p:2000 c:gap8 */
|
|
103
119
|
.gap8 { gap: calc(var(--t-spacing) * 8); }
|
|
104
|
-
/* @truss p:2000 c:gap_12px */
|
|
105
|
-
.gap_12px { gap: 12px; }
|
|
106
|
-
/* @truss p:2000 c:gap_1_5 */
|
|
107
|
-
.gap_1_5 { gap: calc(var(--t-spacing) * 1.5); }
|
|
108
|
-
/* @truss p:2000 c:gap_4px */
|
|
109
|
-
.gap_4px { gap: 4px; }
|
|
110
120
|
/* @truss p:2000 c:gc_1 */
|
|
111
121
|
.gc_1 { grid-column: 1; }
|
|
112
122
|
/* @truss p:2000 c:gc_1_2 */
|
|
@@ -129,16 +139,18 @@
|
|
|
129
139
|
.oa { overflow: auto; }
|
|
130
140
|
/* @truss p:2000 c:oh */
|
|
131
141
|
.oh { overflow: hidden; }
|
|
142
|
+
/* @truss p:2000 c:ol_0 */
|
|
143
|
+
.ol_0 { outline: 0; }
|
|
144
|
+
/* @truss p:2000 c:ol_0px_solid_transparent */
|
|
145
|
+
.ol_0px_solid_transparent { outline: 0px solid transparent; }
|
|
146
|
+
/* @truss p:2000 c:ol_2px_solid_transparent */
|
|
147
|
+
.ol_2px_solid_transparent { outline: 2px solid transparent; }
|
|
148
|
+
/* @truss p:2000 c:ol_none */
|
|
149
|
+
.ol_none { outline: none; }
|
|
132
150
|
/* @truss p:2000 c:outline0 */
|
|
133
151
|
.outline0 { outline: 0; }
|
|
134
|
-
/* @truss p:2000 c:
|
|
135
|
-
.
|
|
136
|
-
/* @truss p:2000 c:outline_0px_solid_transparent */
|
|
137
|
-
.outline_0px_solid_transparent { outline: 0px solid transparent; }
|
|
138
|
-
/* @truss p:2000 c:outline_2px_solid_transparent */
|
|
139
|
-
.outline_2px_solid_transparent { outline: 2px solid transparent; }
|
|
140
|
-
/* @truss p:2000 c:outline_none */
|
|
141
|
-
.outline_none { outline: none; }
|
|
152
|
+
/* @truss p:2000 c:scrollPaddingInline_4px */
|
|
153
|
+
.scrollPaddingInline_4px { scroll-padding-inline: 4px; }
|
|
142
154
|
/* @truss p:2000 c:sst_x_mandatory */
|
|
143
155
|
.sst_x_mandatory { scroll-snap-type: x mandatory; }
|
|
144
156
|
/* @truss p:2000 c:tdlt */
|
|
@@ -157,34 +169,32 @@
|
|
|
157
169
|
.transitionTransform { transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1); }
|
|
158
170
|
/* @truss p:2000 c:transitionWidth */
|
|
159
171
|
.transitionWidth { transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1); }
|
|
160
|
-
/* @truss p:2000 c:
|
|
161
|
-
.
|
|
162
|
-
/* @truss p:2000 c:
|
|
163
|
-
.
|
|
164
|
-
/* @truss p:2000 c:
|
|
165
|
-
.
|
|
166
|
-
/* @truss p:2000 c:
|
|
167
|
-
.
|
|
168
|
-
/* @truss p:2000 c:
|
|
169
|
-
.
|
|
170
|
-
/* @truss p:2000 c:
|
|
171
|
-
.
|
|
172
|
-
/* @truss p:2000 c:
|
|
173
|
-
.
|
|
174
|
-
/* @truss p:2000 c:
|
|
175
|
-
.
|
|
176
|
-
/* @truss p:2000 c:
|
|
177
|
-
.
|
|
178
|
-
/* @truss p:2000 c:
|
|
179
|
-
.
|
|
172
|
+
/* @truss p:2000 c:tsn_all_240ms */
|
|
173
|
+
.tsn_all_240ms { transition: all 240ms; }
|
|
174
|
+
/* @truss p:2000 c:tsn_all_3s_ease_in_out */
|
|
175
|
+
.tsn_all_3s_ease_in_out { transition: all .3s ease-in-out; }
|
|
176
|
+
/* @truss p:2000 c:tsn_border_color_200ms */
|
|
177
|
+
.tsn_border_color_200ms { transition: border-color 200ms; }
|
|
178
|
+
/* @truss p:2000 c:tsn_filter_0_3s_ease */
|
|
179
|
+
.tsn_filter_0_3s_ease { transition: filter 0.3s ease; }
|
|
180
|
+
/* @truss p:2000 c:tsn_height_250ms_ease_in_out */
|
|
181
|
+
.tsn_height_250ms_ease_in_out { transition: height 250ms ease-in-out; }
|
|
182
|
+
/* @truss p:2000 c:tsn_opacity_0_3s_ease */
|
|
183
|
+
.tsn_opacity_0_3s_ease { transition: opacity 0.3s ease; }
|
|
184
|
+
/* @truss p:2000 c:tsn_padding_0_25s_ease_in_out */
|
|
185
|
+
.tsn_padding_0_25s_ease_in_out { transition: padding 0.25s ease-in-out; }
|
|
186
|
+
/* @truss p:2000 c:tsn_transform_250ms_linear */
|
|
187
|
+
.tsn_transform_250ms_linear { transition: transform 250ms linear; }
|
|
188
|
+
/* @truss p:2000 c:tsn_width_200ms */
|
|
189
|
+
.tsn_width_200ms { transition: width 200ms; }
|
|
190
|
+
/* @truss p:2000 c:tsn_width_2s_linear */
|
|
191
|
+
.tsn_width_2s_linear { transition: width .2s linear; }
|
|
180
192
|
/* @truss p:2000.5 c:bc_var */
|
|
181
193
|
.bc_var { border-color: var(--borderColor); }
|
|
182
194
|
/* @truss p:2000.5 c:bw_var */
|
|
183
195
|
.bw_var { border-width: var(--borderWidth); }
|
|
184
196
|
/* @truss p:2000.5 c:gap_var */
|
|
185
197
|
.gap_var { gap: var(--gap); }
|
|
186
|
-
/* @truss p:2000.5 c:scrollPaddingInline_var */
|
|
187
|
-
.scrollPaddingInline_var { scroll-padding-inline: var(--scrollPaddingInline); }
|
|
188
198
|
/* @truss p:2055 c:lot_bsn */
|
|
189
199
|
.lot_bsn:last-of-type { border-style: none; }
|
|
190
200
|
/* @truss p:2055 c:lot_bw_0 */
|
|
@@ -213,42 +223,18 @@
|
|
|
213
223
|
.aifs { align-items: flex-start; }
|
|
214
224
|
/* @truss p:3000 c:ais */
|
|
215
225
|
.ais { align-items: start; }
|
|
216
|
-
/* @truss p:3000 c:
|
|
217
|
-
.
|
|
218
|
-
/* @truss p:3000 c:animationDelay_300ms */
|
|
219
|
-
.animationDelay_300ms { animation-delay: 300ms; }
|
|
220
|
-
/* @truss p:3000 c:animationDelay_600ms */
|
|
221
|
-
.animationDelay_600ms { animation-delay: 600ms; }
|
|
222
|
-
/* @truss p:3000 c:animationDirection_alternate */
|
|
223
|
-
.animationDirection_alternate { animation-direction: alternate; }
|
|
224
|
-
/* @truss p:3000 c:animationDuration_800ms */
|
|
225
|
-
.animationDuration_800ms { animation-duration: 800ms; }
|
|
226
|
-
/* @truss p:3000 c:animationIterationCount_infinite */
|
|
227
|
-
.animationIterationCount_infinite { animation-iteration-count: infinite; }
|
|
228
|
-
/* @truss p:3000 c:animationName_aiStarLoader */
|
|
229
|
-
.animationName_aiStarLoader { animation-name: aiStarLoader; }
|
|
230
|
-
/* @truss p:3000 c:animationName_loadingDots */
|
|
231
|
-
.animationName_loadingDots { animation-name: loadingDots; }
|
|
232
|
-
/* @truss p:3000 c:animationName_spin */
|
|
233
|
-
.animationName_spin { animation-name: spin; }
|
|
234
|
-
/* @truss p:3000 c:animationTimingFunction_ease_in_out */
|
|
235
|
-
.animationTimingFunction_ease_in_out { animation-timing-function: ease-in-out; }
|
|
236
|
-
/* @truss p:3000 c:animationTimingFunction_linear */
|
|
237
|
-
.animationTimingFunction_linear { animation-timing-function: linear; }
|
|
238
|
-
/* @truss p:3000 c:appearance_none */
|
|
239
|
-
.appearance_none { appearance: none; }
|
|
226
|
+
/* @truss p:3000 c:app_none */
|
|
227
|
+
.app_none { appearance: none; }
|
|
240
228
|
/* @truss p:3000 c:asc */
|
|
241
229
|
.asc { align-self: center; }
|
|
242
230
|
/* @truss p:3000 c:asfe */
|
|
243
231
|
.asfe { align-self: flex-end; }
|
|
244
232
|
/* @truss p:3000 c:asfs */
|
|
245
233
|
.asfs { align-self: flex-start; }
|
|
246
|
-
/* @truss p:3000 c:
|
|
247
|
-
.
|
|
248
|
-
/* @truss p:3000 c:
|
|
249
|
-
.
|
|
250
|
-
/* @truss p:3000 c:backgroundSize_100_100 */
|
|
251
|
-
.backgroundSize_100_100 { background-size: 100% 100%; }
|
|
234
|
+
/* @truss p:3000 c:bdcl_separate */
|
|
235
|
+
.bdcl_separate { border-collapse: separate; }
|
|
236
|
+
/* @truss p:3000 c:bdsp_0 */
|
|
237
|
+
.bdsp_0 { border-spacing: 0; }
|
|
252
238
|
/* @truss p:3000 c:bgBlue100 */
|
|
253
239
|
.bgBlue100 { background-color: rgba(219, 234, 254, 1); }
|
|
254
240
|
/* @truss p:3000 c:bgBlue50 */
|
|
@@ -295,22 +281,22 @@
|
|
|
295
281
|
.bgYellow300 { background-color: rgba(253, 224, 71, 1); }
|
|
296
282
|
/* @truss p:3000 c:bgYellow400 */
|
|
297
283
|
.bgYellow400 { background-color: rgba(250, 204, 21, 1); }
|
|
284
|
+
/* @truss p:3000 c:bgc_currentColor */
|
|
285
|
+
.bgc_currentColor { background-color: currentColor; }
|
|
298
286
|
/* @truss p:3000 c:bgc_rgba_36_36_36_0_6 */
|
|
299
287
|
.bgc_rgba_36_36_36_0_6 { background-color: rgba(36,36,36,0.6); }
|
|
300
288
|
/* @truss p:3000 c:bgcl_text */
|
|
301
289
|
.bgcl_text { background-clip: text; }
|
|
290
|
+
/* @truss p:3000 c:bgr_no_repeat */
|
|
291
|
+
.bgr_no_repeat { background-repeat: no-repeat; }
|
|
292
|
+
/* @truss p:3000 c:bgs_100_100 */
|
|
293
|
+
.bgs_100_100 { background-size: 100% 100%; }
|
|
302
294
|
/* @truss p:3000 c:blue500 */
|
|
303
295
|
.blue500 { color: rgba(59, 130, 246, 1); }
|
|
304
296
|
/* @truss p:3000 c:blue800 */
|
|
305
297
|
.blue800 { color: rgba(30, 64, 175, 1); }
|
|
306
298
|
/* @truss p:3000 c:blue900 */
|
|
307
299
|
.blue900 { color: rgba(30, 58, 138, 1); }
|
|
308
|
-
/* @truss p:3000 c:borderCollapse_separate */
|
|
309
|
-
.borderCollapse_separate { border-collapse: separate; }
|
|
310
|
-
/* @truss p:3000 c:borderSpacing_0 */
|
|
311
|
-
.borderSpacing_0 { border-spacing: 0; }
|
|
312
|
-
/* @truss p:3000 c:boxShadow_inset_0px_14px_8px_11px_rgba_63_63_63_18 */
|
|
313
|
-
.boxShadow_inset_0px_14px_8px_11px_rgba_63_63_63_18 { box-shadow: inset 0px -14px 8px -11px rgba(63,63,63,.18); }
|
|
314
300
|
/* @truss p:3000 c:bsh0 */
|
|
315
301
|
.bsh0 { box-shadow: none; }
|
|
316
302
|
/* @truss p:3000 c:bshBasic */
|
|
@@ -321,30 +307,48 @@
|
|
|
321
307
|
.bshFocus { box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(29, 78, 216, 1); }
|
|
322
308
|
/* @truss p:3000 c:bshModal */
|
|
323
309
|
.bshModal { box-shadow: 0px 20px 25px -5px rgba(0,0,0,0.1), 0px 10px 10px -5px rgba(0,0,0,0.04); }
|
|
310
|
+
/* @truss p:3000 c:bxs_0_0_4px_var_b_on_surface */
|
|
311
|
+
.bxs_0_0_4px_var_b_on_surface { box-shadow: 0 0 4px var(--b-on-surface); }
|
|
312
|
+
/* @truss p:3000 c:bxs_0px_0px_0px_2px_rgba_3_105_161_1 */
|
|
313
|
+
.bxs_0px_0px_0px_2px_rgba_3_105_161_1 { box-shadow: 0px 0px 0px 2px rgba(3,105,161,1); }
|
|
314
|
+
/* @truss p:3000 c:bxs_0px_0px_0px_2px_var_b_focus_ring_inset_0px_0px_0px_4px_var_b_danger */
|
|
315
|
+
.bxs_0px_0px_0px_2px_var_b_focus_ring_inset_0px_0px_0px_4px_var_b_danger { box-shadow: 0px 0px 0px 2px var(--b-focus-ring-inset), 0px 0px 0px 4px var(--b-danger); }
|
|
316
|
+
/* @truss p:3000 c:bxs_0px_0px_0px_2px_var_b_focus_ring_inset_0px_0px_0px_4px_var_b_focus_ring_muted */
|
|
317
|
+
.bxs_0px_0px_0px_2px_var_b_focus_ring_inset_0px_0px_0px_4px_var_b_focus_ring_muted { box-shadow: 0px 0px 0px 2px var(--b-focus-ring-inset), 0px 0px 0px 4px var(--b-focus-ring-muted); }
|
|
318
|
+
/* @truss p:3000 c:bxs_inset_0_0_0_1px_var_b_focus_ring_inset */
|
|
319
|
+
.bxs_inset_0_0_0_1px_var_b_focus_ring_inset { box-shadow: inset 0 0 0 1px var(--b-focus-ring-inset); }
|
|
320
|
+
/* @truss p:3000 c:bxs_inset_0_0_0_2px_var_b_focus_ring_inset */
|
|
321
|
+
.bxs_inset_0_0_0_2px_var_b_focus_ring_inset { box-shadow: inset 0 0 0 2px var(--b-focus-ring-inset); }
|
|
322
|
+
/* @truss p:3000 c:bxs_inset_0px_14px_8px_11px_rgba_63_63_63_18 */
|
|
323
|
+
.bxs_inset_0px_14px_8px_11px_rgba_63_63_63_18 { box-shadow: inset 0px -14px 8px -11px rgba(63,63,63,.18); }
|
|
324
|
+
/* @truss p:3000 c:bxs_inset_3px_0px_0_0px_var_b_primary */
|
|
325
|
+
.bxs_inset_3px_0px_0_0px_var_b_primary { box-shadow: inset 3px 0px 0 0px var(--b-primary); }
|
|
326
|
+
/* @truss p:3000 c:c_currentColor */
|
|
327
|
+
.c_currentColor { color: currentColor; }
|
|
328
|
+
/* @truss p:3000 c:c_unset */
|
|
329
|
+
.c_unset { color: unset; }
|
|
324
330
|
/* @truss p:3000 c:cg3 */
|
|
325
331
|
.cg3 { column-gap: calc(var(--t-spacing) * 3); }
|
|
326
332
|
/* @truss p:3000 c:cli_inset_50 */
|
|
327
333
|
.cli_inset_50 { clip: inset(50%); }
|
|
328
334
|
/* @truss p:3000 c:clp_none */
|
|
329
335
|
.clp_none { clip-path: none; }
|
|
330
|
-
/* @truss p:3000 c:color_currentColor */
|
|
331
|
-
.color_currentColor { color: currentColor; }
|
|
332
|
-
/* @truss p:3000 c:color_unset */
|
|
333
|
-
.color_unset { color: unset; }
|
|
334
336
|
/* @truss p:3000 c:ctis */
|
|
335
337
|
.ctis { container-type: inline-size; }
|
|
338
|
+
/* @truss p:3000 c:cur_col_resize */
|
|
339
|
+
.cur_col_resize { cursor: col-resize; }
|
|
340
|
+
/* @truss p:3000 c:cur_default */
|
|
341
|
+
.cur_default { cursor: default; }
|
|
342
|
+
/* @truss p:3000 c:cur_grab */
|
|
343
|
+
.cur_grab { cursor: grab; }
|
|
344
|
+
/* @truss p:3000 c:cur_initial */
|
|
345
|
+
.cur_initial { cursor: initial; }
|
|
336
346
|
/* @truss p:3000 c:cursorNotAllowed */
|
|
337
347
|
.cursorNotAllowed { cursor: not-allowed; }
|
|
338
348
|
/* @truss p:3000 c:cursorPointer */
|
|
339
349
|
.cursorPointer { cursor: pointer; }
|
|
340
|
-
/* @truss p:3000 c:
|
|
341
|
-
.
|
|
342
|
-
/* @truss p:3000 c:cursor_default */
|
|
343
|
-
.cursor_default { cursor: default; }
|
|
344
|
-
/* @truss p:3000 c:cursor_grab */
|
|
345
|
-
.cursor_grab { cursor: grab; }
|
|
346
|
-
/* @truss p:3000 c:cursor_initial */
|
|
347
|
-
.cursor_initial { cursor: initial; }
|
|
350
|
+
/* @truss p:3000 c:d_contents */
|
|
351
|
+
.d_contents { display: contents; }
|
|
348
352
|
/* @truss p:3000 c:d_negwebkit_box */
|
|
349
353
|
.d_negwebkit_box { display: -webkit-box; }
|
|
350
354
|
/* @truss p:3000 c:db */
|
|
@@ -357,8 +361,6 @@
|
|
|
357
361
|
.dib { display: inline-block; }
|
|
358
362
|
/* @truss p:3000 c:dif */
|
|
359
363
|
.dif { display: inline-flex; }
|
|
360
|
-
/* @truss p:3000 c:display_contents */
|
|
361
|
-
.display_contents { display: contents; }
|
|
362
364
|
/* @truss p:3000 c:dn */
|
|
363
365
|
.dn { display: none; }
|
|
364
366
|
/* @truss p:3000 c:dtc */
|
|
@@ -377,16 +379,14 @@
|
|
|
377
379
|
.fg0 { flex-grow: 0; }
|
|
378
380
|
/* @truss p:3000 c:fg1 */
|
|
379
381
|
.fg1 { flex-grow: 1; }
|
|
380
|
-
/* @truss p:3000 c:filter_brightness_0_3 */
|
|
381
|
-
.filter_brightness_0_3 { filter: brightness(0.3); }
|
|
382
|
-
/* @truss p:3000 c:filter_brightness_1 */
|
|
383
|
-
.filter_brightness_1 { filter: brightness(1); }
|
|
384
|
-
/* @truss p:3000 c:filter_invert_1 */
|
|
385
|
-
.filter_invert_1 { filter: invert(1); }
|
|
386
382
|
/* @truss p:3000 c:fixed */
|
|
387
383
|
.fixed { position: fixed; }
|
|
388
|
-
/* @truss p:3000 c:
|
|
389
|
-
.
|
|
384
|
+
/* @truss p:3000 c:flt_brightness_0_3 */
|
|
385
|
+
.flt_brightness_0_3 { filter: brightness(0.3); }
|
|
386
|
+
/* @truss p:3000 c:flt_brightness_1 */
|
|
387
|
+
.flt_brightness_1 { filter: brightness(1); }
|
|
388
|
+
/* @truss p:3000 c:flt_invert_1 */
|
|
389
|
+
.flt_invert_1 { filter: invert(1); }
|
|
390
390
|
/* @truss p:3000 c:fs0 */
|
|
391
391
|
.fs0 { flex-shrink: 0; }
|
|
392
392
|
/* @truss p:3000 c:fs1 */
|
|
@@ -417,6 +417,8 @@
|
|
|
417
417
|
.fz_20px { font-size: 20px; }
|
|
418
418
|
/* @truss p:3000 c:fz_24px */
|
|
419
419
|
.fz_24px { font-size: 24px; }
|
|
420
|
+
/* @truss p:3000 c:fz_inherit */
|
|
421
|
+
.fz_inherit { font-size: inherit; }
|
|
420
422
|
/* @truss p:3000 c:gray500 */
|
|
421
423
|
.gray500 { color: rgba(175, 175, 175, 1); }
|
|
422
424
|
/* @truss p:3000 c:gray600 */
|
|
@@ -449,6 +451,8 @@
|
|
|
449
451
|
.jsc { justify-self: center; }
|
|
450
452
|
/* @truss p:3000 c:lh_0 */
|
|
451
453
|
.lh_0 { line-height: 0; }
|
|
454
|
+
/* @truss p:3000 c:lh_1 */
|
|
455
|
+
.lh_1 { line-height: 1; }
|
|
452
456
|
/* @truss p:3000 c:lh_14px */
|
|
453
457
|
.lh_14px { line-height: 14px; }
|
|
454
458
|
/* @truss p:3000 c:lh_16px */
|
|
@@ -461,32 +465,28 @@
|
|
|
461
465
|
.lh_28px { line-height: 28px; }
|
|
462
466
|
/* @truss p:3000 c:lh_32px */
|
|
463
467
|
.lh_32px { line-height: 32px; }
|
|
464
|
-
/* @truss p:3000 c:lineHeight_0 */
|
|
465
|
-
.lineHeight_0 { line-height: 0; }
|
|
466
|
-
/* @truss p:3000 c:lineHeight_1 */
|
|
467
|
-
.lineHeight_1 { line-height: 1; }
|
|
468
468
|
/* @truss p:3000 c:o0 */
|
|
469
469
|
.o0 { opacity: 0; }
|
|
470
470
|
/* @truss p:3000 c:o100 */
|
|
471
471
|
.o100 { opacity: 1; }
|
|
472
472
|
/* @truss p:3000 c:o50 */
|
|
473
473
|
.o50 { opacity: 0.5; }
|
|
474
|
+
/* @truss p:3000 c:obf_cover */
|
|
475
|
+
.obf_cover { object-fit: cover; }
|
|
474
476
|
/* @truss p:3000 c:objectContain */
|
|
475
477
|
.objectContain { object-fit: contain; }
|
|
476
478
|
/* @truss p:3000 c:objectCover */
|
|
477
479
|
.objectCover { object-fit: cover; }
|
|
478
|
-
/* @truss p:3000 c:
|
|
479
|
-
.
|
|
480
|
-
/* @truss p:3000 c:
|
|
481
|
-
.
|
|
482
|
-
/* @truss p:3000 c:
|
|
483
|
-
.
|
|
484
|
-
/* @truss p:3000 c:
|
|
485
|
-
.
|
|
486
|
-
/* @truss p:3000 c:
|
|
487
|
-
.
|
|
488
|
-
/* @truss p:3000 c:pointerEvents_none */
|
|
489
|
-
.pointerEvents_none { pointer-events: none; }
|
|
480
|
+
/* @truss p:3000 c:olo_2px */
|
|
481
|
+
.olo_2px { outline-offset: 2px; }
|
|
482
|
+
/* @truss p:3000 c:op_0_2 */
|
|
483
|
+
.op_0_2 { opacity: 0.2; }
|
|
484
|
+
/* @truss p:3000 c:pe_none */
|
|
485
|
+
.pe_none { pointer-events: none; }
|
|
486
|
+
/* @truss p:3000 c:pgba_auto */
|
|
487
|
+
.pgba_auto { page-break-after: auto; }
|
|
488
|
+
/* @truss p:3000 c:pgbi_avoid */
|
|
489
|
+
.pgbi_avoid { page-break-inside: avoid; }
|
|
490
490
|
/* @truss p:3000 c:purple700 */
|
|
491
491
|
.purple700 { color: rgba(109, 40, 217, 1); }
|
|
492
492
|
/* @truss p:3000 c:purple800 */
|
|
@@ -501,8 +501,8 @@
|
|
|
501
501
|
.red900 { color: rgba(127, 29, 29, 1); }
|
|
502
502
|
/* @truss p:3000 c:relative */
|
|
503
503
|
.relative { position: relative; }
|
|
504
|
-
/* @truss p:3000 c:
|
|
505
|
-
.
|
|
504
|
+
/* @truss p:3000 c:rsz_none */
|
|
505
|
+
.rsz_none { resize: none; }
|
|
506
506
|
/* @truss p:3000 c:sbwn */
|
|
507
507
|
.sbwn { scrollbar-width: none; }
|
|
508
508
|
/* @truss p:3000 c:ssa_start */
|
|
@@ -517,24 +517,24 @@
|
|
|
517
517
|
.tal { text-align: left; }
|
|
518
518
|
/* @truss p:3000 c:tar */
|
|
519
519
|
.tar { text-align: right; }
|
|
520
|
-
/* @truss p:3000 c:
|
|
521
|
-
.
|
|
520
|
+
/* @truss p:3000 c:tf_rotate_180deg */
|
|
521
|
+
.tf_rotate_180deg { transform: rotate(180deg); }
|
|
522
|
+
/* @truss p:3000 c:tf_scale_0_5 */
|
|
523
|
+
.tf_scale_0_5 { transform: scale(0.5); }
|
|
524
|
+
/* @truss p:3000 c:tf_scale_0_75_translateY_100 */
|
|
525
|
+
.tf_scale_0_75_translateY_100 { transform: scale(0.75) translateY(100%); }
|
|
526
|
+
/* @truss p:3000 c:tf_scale_1_translateY_0 */
|
|
527
|
+
.tf_scale_1_translateY_0 { transform: scale(1) translateY(0%); }
|
|
528
|
+
/* @truss p:3000 c:tf_translateX_50 */
|
|
529
|
+
.tf_translateX_50 { transform: translateX(-50%); }
|
|
530
|
+
/* @truss p:3000 c:tf_translateY_0 */
|
|
531
|
+
.tf_translateY_0 { transform: translateY(0); }
|
|
532
|
+
/* @truss p:3000 c:tf_translateZ_0 */
|
|
533
|
+
.tf_translateZ_0 { transform: translateZ(0); }
|
|
534
|
+
/* @truss p:3000 c:ti_neg999px */
|
|
535
|
+
.ti_neg999px { text-indent: -999px; }
|
|
522
536
|
/* @truss p:3000 c:to_ellipsis */
|
|
523
537
|
.to_ellipsis { text-overflow: ellipsis; }
|
|
524
|
-
/* @truss p:3000 c:transform_rotate_180deg */
|
|
525
|
-
.transform_rotate_180deg { transform: rotate(180deg); }
|
|
526
|
-
/* @truss p:3000 c:transform_scale_0_5 */
|
|
527
|
-
.transform_scale_0_5 { transform: scale(0.5); }
|
|
528
|
-
/* @truss p:3000 c:transform_scale_0_75_translateY_100 */
|
|
529
|
-
.transform_scale_0_75_translateY_100 { transform: scale(0.75) translateY(100%); }
|
|
530
|
-
/* @truss p:3000 c:transform_scale_1_translateY_0 */
|
|
531
|
-
.transform_scale_1_translateY_0 { transform: scale(1) translateY(0%); }
|
|
532
|
-
/* @truss p:3000 c:transform_translateX_50 */
|
|
533
|
-
.transform_translateX_50 { transform: translateX(-50%); }
|
|
534
|
-
/* @truss p:3000 c:transform_translateY_0 */
|
|
535
|
-
.transform_translateY_0 { transform: translateY(0); }
|
|
536
|
-
/* @truss p:3000 c:transform_translateZ_0 */
|
|
537
|
-
.transform_translateZ_0 { transform: translateZ(0); }
|
|
538
538
|
/* @truss p:3000 c:tt_inherit */
|
|
539
539
|
.tt_inherit { text-transform: inherit; }
|
|
540
540
|
/* @truss p:3000 c:ttu */
|
|
@@ -545,24 +545,20 @@
|
|
|
545
545
|
.vam { vertical-align: middle; }
|
|
546
546
|
/* @truss p:3000 c:vh */
|
|
547
547
|
.vh { visibility: hidden; }
|
|
548
|
-
/* @truss p:3000 c:
|
|
549
|
-
.
|
|
550
|
-
/* @truss p:3000 c:
|
|
551
|
-
.
|
|
548
|
+
/* @truss p:3000 c:vis_hidden */
|
|
549
|
+
.vis_hidden { visibility: hidden; }
|
|
550
|
+
/* @truss p:3000 c:vis_visible */
|
|
551
|
+
.vis_visible { visibility: visible; }
|
|
552
552
|
/* @truss p:3000 c:wbba */
|
|
553
553
|
.wbba { word-break: break-all; }
|
|
554
554
|
/* @truss p:3000 c:wbbw */
|
|
555
555
|
.wbbw { word-break: break-word; }
|
|
556
556
|
/* @truss p:3000 c:wbo_vertical */
|
|
557
557
|
.wbo_vertical { -webkit-box-orient: vertical; }
|
|
558
|
+
/* @truss p:3000 c:wdb_break_all */
|
|
559
|
+
.wdb_break_all { word-break: break-all; }
|
|
558
560
|
/* @truss p:3000 c:white */
|
|
559
561
|
.white { color: rgba(255, 255, 255, 1); }
|
|
560
|
-
/* @truss p:3000 c:whiteSpace_initial */
|
|
561
|
-
.whiteSpace_initial { white-space: initial; }
|
|
562
|
-
/* @truss p:3000 c:whiteSpace_normal */
|
|
563
|
-
.whiteSpace_normal { white-space: normal; }
|
|
564
|
-
/* @truss p:3000 c:whiteSpace_unset */
|
|
565
|
-
.whiteSpace_unset { white-space: unset; }
|
|
566
562
|
/* @truss p:3000 c:wktfc_transparent */
|
|
567
563
|
.wktfc_transparent { -webkit-text-fill-color: transparent; }
|
|
568
564
|
/* @truss p:3000 c:wlc_1 */
|
|
@@ -571,8 +567,12 @@
|
|
|
571
567
|
.wlc_2 { -webkit-line-clamp: 2; }
|
|
572
568
|
/* @truss p:3000 c:wlc_3 */
|
|
573
569
|
.wlc_3 { -webkit-line-clamp: 3; }
|
|
574
|
-
/* @truss p:3000 c:
|
|
575
|
-
.
|
|
570
|
+
/* @truss p:3000 c:ws_initial */
|
|
571
|
+
.ws_initial { white-space: initial; }
|
|
572
|
+
/* @truss p:3000 c:ws_normal */
|
|
573
|
+
.ws_normal { white-space: normal; }
|
|
574
|
+
/* @truss p:3000 c:ws_unset */
|
|
575
|
+
.ws_unset { white-space: unset; }
|
|
576
576
|
/* @truss p:3000 c:wsn */
|
|
577
577
|
.wsn { white-space: normal; }
|
|
578
578
|
/* @truss p:3000 c:wsnw */
|
|
@@ -589,10 +589,6 @@
|
|
|
589
589
|
.z_999999 { z-index: 999999; }
|
|
590
590
|
/* @truss p:3000.5 c:ai_var */
|
|
591
591
|
.ai_var { align-items: var(--alignItems); }
|
|
592
|
-
/* @truss p:3000.5 c:animationDelay_var */
|
|
593
|
-
.animationDelay_var { animation-delay: var(--animationDelay); }
|
|
594
|
-
/* @truss p:3000.5 c:animationDuration_var */
|
|
595
|
-
.animationDuration_var { animation-duration: var(--animationDuration); }
|
|
596
592
|
/* @truss p:3000.5 c:backgroundImage_var */
|
|
597
593
|
.backgroundImage_var { background-image: var(--backgroundImage); }
|
|
598
594
|
/* @truss p:3000.5 c:bgColor_var */
|
|
@@ -665,14 +661,14 @@
|
|
|
665
661
|
.bls_solid { border-left-style: solid; }
|
|
666
662
|
/* @truss p:4000 c:blw_1px */
|
|
667
663
|
.blw_1px { border-left-width: 1px; }
|
|
668
|
-
/* @truss p:4000 c:
|
|
669
|
-
.
|
|
664
|
+
/* @truss p:4000 c:blw_3px */
|
|
665
|
+
.blw_3px { border-left-width: 3px; }
|
|
670
666
|
/* @truss p:4000 c:bot_0 */
|
|
671
667
|
.bot_0 { bottom: 0; }
|
|
668
|
+
/* @truss p:4000 c:bot_4px */
|
|
669
|
+
.bot_4px { bottom: 4px; }
|
|
672
670
|
/* @truss p:4000 c:bottom0 */
|
|
673
671
|
.bottom0 { bottom: calc(var(--t-spacing) * 0); }
|
|
674
|
-
/* @truss p:4000 c:bottom_4px */
|
|
675
|
-
.bottom_4px { bottom: 4px; }
|
|
676
672
|
/* @truss p:4000 c:brs_solid */
|
|
677
673
|
.brs_solid { border-right-style: solid; }
|
|
678
674
|
/* @truss p:4000 c:brw_1px */
|
|
@@ -691,6 +687,8 @@
|
|
|
691
687
|
.h5 { height: calc(var(--t-spacing) * 5); }
|
|
692
688
|
/* @truss p:4000 c:h_0px */
|
|
693
689
|
.h_0px { height: 0px; }
|
|
690
|
+
/* @truss p:4000 c:h_100dvh */
|
|
691
|
+
.h_100dvh { height: 100dvh; }
|
|
694
692
|
/* @truss p:4000 c:h_100px */
|
|
695
693
|
.h_100px { height: 100px; }
|
|
696
694
|
/* @truss p:4000 c:h_10px */
|
|
@@ -723,30 +721,26 @@
|
|
|
723
721
|
.h_auto { height: auto; }
|
|
724
722
|
/* @truss p:4000 c:h_calc_100vh_168px */
|
|
725
723
|
.h_calc_100vh_168px { height: calc(100vh - 168px); }
|
|
726
|
-
/* @truss p:4000 c:height_100dvh */
|
|
727
|
-
.height_100dvh { height: 100dvh; }
|
|
728
724
|
/* @truss p:4000 c:l_0 */
|
|
729
|
-
.l_0 { left: 0; }
|
|
725
|
+
.l_0 { left: calc(var(--t-spacing) * 0); }
|
|
726
|
+
/* @truss p:4000 c:l_100 */
|
|
727
|
+
.l_100 { left: calc(var(--t-spacing) * 100); }
|
|
728
|
+
/* @truss p:4000 c:l_2px */
|
|
729
|
+
.l_2px { left: 2px; }
|
|
730
730
|
/* @truss p:4000 c:l_calc_var_beam_side_nav_layout_width_0px_var_beam_layout_content_padding_x_0px */
|
|
731
731
|
.l_calc_var_beam_side_nav_layout_width_0px_var_beam_layout_content_padding_x_0px { left: calc(var(--beam-side-nav-layout-width, 0px) + var(--beam-layout-content-padding-x, 0px)); }
|
|
732
|
+
/* @truss p:4000 c:l_neg1px */
|
|
733
|
+
.l_neg1px { left: -1px; }
|
|
734
|
+
/* @truss p:4000 c:l_neg24px */
|
|
735
|
+
.l_neg24px { left: -24px; }
|
|
736
|
+
/* @truss p:4000 c:l_neg2px */
|
|
737
|
+
.l_neg2px { left: -2px; }
|
|
732
738
|
/* @truss p:4000 c:left0 */
|
|
733
739
|
.left0 { left: calc(var(--t-spacing) * 0); }
|
|
734
740
|
/* @truss p:4000 c:left1 */
|
|
735
741
|
.left1 { left: calc(var(--t-spacing) * 1); }
|
|
736
742
|
/* @truss p:4000 c:left3 */
|
|
737
743
|
.left3 { left: calc(var(--t-spacing) * 3); }
|
|
738
|
-
/* @truss p:4000 c:left_0 */
|
|
739
|
-
.left_0 { left: calc(var(--t-spacing) * 0); }
|
|
740
|
-
/* @truss p:4000 c:left_100 */
|
|
741
|
-
.left_100 { left: calc(var(--t-spacing) * 100); }
|
|
742
|
-
/* @truss p:4000 c:left_2px */
|
|
743
|
-
.left_2px { left: 2px; }
|
|
744
|
-
/* @truss p:4000 c:left_neg1px */
|
|
745
|
-
.left_neg1px { left: -1px; }
|
|
746
|
-
/* @truss p:4000 c:left_neg24px */
|
|
747
|
-
.left_neg24px { left: -24px; }
|
|
748
|
-
/* @truss p:4000 c:left_neg2px */
|
|
749
|
-
.left_neg2px { left: -2px; }
|
|
750
744
|
/* @truss p:4000 c:maxh_50 */
|
|
751
745
|
.maxh_50 { max-height: 50%; }
|
|
752
746
|
/* @truss p:4000 c:maxh_512px */
|
|
@@ -1015,6 +1009,10 @@
|
|
|
1015
1009
|
.pt_8px { padding-top: 8px; }
|
|
1016
1010
|
/* @truss p:4000 c:r_0 */
|
|
1017
1011
|
.r_0 { right: 0; }
|
|
1012
|
+
/* @truss p:4000 c:r_12px */
|
|
1013
|
+
.r_12px { right: 12px; }
|
|
1014
|
+
/* @truss p:4000 c:r_neg2px */
|
|
1015
|
+
.r_neg2px { right: -2px; }
|
|
1018
1016
|
/* @truss p:4000 c:right0 */
|
|
1019
1017
|
.right0 { right: calc(var(--t-spacing) * 0); }
|
|
1020
1018
|
/* @truss p:4000 c:right1 */
|
|
@@ -1023,12 +1021,6 @@
|
|
|
1023
1021
|
.right2 { right: calc(var(--t-spacing) * 2); }
|
|
1024
1022
|
/* @truss p:4000 c:right3 */
|
|
1025
1023
|
.right3 { right: calc(var(--t-spacing) * 3); }
|
|
1026
|
-
/* @truss p:4000 c:right_0 */
|
|
1027
|
-
.right_0 { right: calc(var(--t-spacing) * 0); }
|
|
1028
|
-
/* @truss p:4000 c:right_12px */
|
|
1029
|
-
.right_12px { right: 12px; }
|
|
1030
|
-
/* @truss p:4000 c:right_neg2px */
|
|
1031
|
-
.right_neg2px { right: -2px; }
|
|
1032
1024
|
/* @truss p:4000 c:top0 */
|
|
1033
1025
|
.top0 { top: calc(var(--t-spacing) * 0); }
|
|
1034
1026
|
/* @truss p:4000 c:top1 */
|
|
@@ -1037,18 +1029,18 @@
|
|
|
1037
1029
|
.top2 { top: calc(var(--t-spacing) * 2); }
|
|
1038
1030
|
/* @truss p:4000 c:top3 */
|
|
1039
1031
|
.top3 { top: calc(var(--t-spacing) * 3); }
|
|
1040
|
-
/* @truss p:4000 c:top_2px */
|
|
1041
|
-
.top_2px { top: 2px; }
|
|
1042
|
-
/* @truss p:4000 c:top_48px */
|
|
1043
|
-
.top_48px { top: 48px; }
|
|
1044
|
-
/* @truss p:4000 c:top_4px */
|
|
1045
|
-
.top_4px { top: 4px; }
|
|
1046
|
-
/* @truss p:4000 c:top_neg1px */
|
|
1047
|
-
.top_neg1px { top: -1px; }
|
|
1048
|
-
/* @truss p:4000 c:top_neg32px */
|
|
1049
|
-
.top_neg32px { top: -32px; }
|
|
1050
1032
|
/* @truss p:4000 c:tp_0 */
|
|
1051
1033
|
.tp_0 { top: 0; }
|
|
1034
|
+
/* @truss p:4000 c:tp_2px */
|
|
1035
|
+
.tp_2px { top: 2px; }
|
|
1036
|
+
/* @truss p:4000 c:tp_48px */
|
|
1037
|
+
.tp_48px { top: 48px; }
|
|
1038
|
+
/* @truss p:4000 c:tp_4px */
|
|
1039
|
+
.tp_4px { top: 4px; }
|
|
1040
|
+
/* @truss p:4000 c:tp_neg1px */
|
|
1041
|
+
.tp_neg1px { top: -1px; }
|
|
1042
|
+
/* @truss p:4000 c:tp_neg32px */
|
|
1043
|
+
.tp_neg32px { top: -32px; }
|
|
1052
1044
|
/* @truss p:4000 c:vh100 */
|
|
1053
1045
|
.vh100 { height: 100vh; }
|
|
1054
1046
|
/* @truss p:4000 c:w100 */
|
|
@@ -1059,6 +1051,8 @@
|
|
|
1059
1051
|
.w25 { width: 25%; }
|
|
1060
1052
|
/* @truss p:4000 c:w50 */
|
|
1061
1053
|
.w50 { width: 50%; }
|
|
1054
|
+
/* @truss p:4000 c:w_100dvw */
|
|
1055
|
+
.w_100dvw { width: 100dvw; }
|
|
1062
1056
|
/* @truss p:4000 c:w_100px */
|
|
1063
1057
|
.w_100px { width: 100px; }
|
|
1064
1058
|
/* @truss p:4000 c:w_10px */
|
|
@@ -1113,8 +1107,6 @@
|
|
|
1113
1107
|
.wa { width: auto; }
|
|
1114
1108
|
/* @truss p:4000 c:wfc */
|
|
1115
1109
|
.wfc { width: fit-content; }
|
|
1116
|
-
/* @truss p:4000 c:width_100dvw */
|
|
1117
|
-
.width_100dvw { width: 100dvw; }
|
|
1118
1110
|
/* @truss p:4000 c:wmaxc */
|
|
1119
1111
|
.wmaxc { width: max-content; }
|
|
1120
1112
|
/* @truss p:4000.5 c:borderBottomWidth_var */
|
|
@@ -1191,8 +1183,8 @@
|
|
|
1191
1183
|
.after_a_contentEmpty:active::after { content: ''; }
|
|
1192
1184
|
/* @truss p:8170 c:after_a_o_0_28 */
|
|
1193
1185
|
.after_a_o_0_28:active::after { opacity: 0.28; }
|
|
1194
|
-
/* @truss p:8170 c:
|
|
1195
|
-
.
|
|
1186
|
+
/* @truss p:8170 c:after_a_pe_none */
|
|
1187
|
+
.after_a_pe_none:active::after { pointer-events: none; }
|
|
1196
1188
|
/* @truss p:9170 c:after_a_h100 */
|
|
1197
1189
|
.after_a_h100:active::after { height: 100%; }
|
|
1198
1190
|
/* @truss p:9170 c:after_a_left0 */
|
|
@@ -1202,6 +1194,8 @@
|
|
|
1202
1194
|
/* @truss p:9170 c:after_a_w100 */
|
|
1203
1195
|
.after_a_w100:active::after { width: 100%; }
|
|
1204
1196
|
/* @truss @property */
|
|
1197
|
+
@property --animation { syntax: "*"; inherits: false; }
|
|
1198
|
+
/* @truss @property */
|
|
1205
1199
|
@property --background { syntax: "*"; inherits: false; }
|
|
1206
1200
|
/* @truss @property */
|
|
1207
1201
|
@property --borderColor { syntax: "*"; inherits: false; }
|
|
@@ -1210,18 +1204,12 @@
|
|
|
1210
1204
|
/* @truss @property */
|
|
1211
1205
|
@property --gap { syntax: "*"; inherits: false; }
|
|
1212
1206
|
/* @truss @property */
|
|
1213
|
-
@property --scrollPaddingInline { syntax: "*"; inherits: false; }
|
|
1214
|
-
/* @truss @property */
|
|
1215
1207
|
@property --d_borderColor { syntax: "*"; inherits: false; }
|
|
1216
1208
|
/* @truss @property */
|
|
1217
1209
|
@property --h_borderColor { syntax: "*"; inherits: false; }
|
|
1218
1210
|
/* @truss @property */
|
|
1219
1211
|
@property --alignItems { syntax: "*"; inherits: false; }
|
|
1220
1212
|
/* @truss @property */
|
|
1221
|
-
@property --animationDelay { syntax: "*"; inherits: false; }
|
|
1222
|
-
/* @truss @property */
|
|
1223
|
-
@property --animationDuration { syntax: "*"; inherits: false; }
|
|
1224
|
-
/* @truss @property */
|
|
1225
1213
|
@property --backgroundImage { syntax: "*"; inherits: false; }
|
|
1226
1214
|
/* @truss @property */
|
|
1227
1215
|
@property --backgroundColor { syntax: "*"; inherits: false; }
|
|
@@ -1313,6 +1301,14 @@
|
|
|
1313
1301
|
@property --width { syntax: "*"; inherits: false; }
|
|
1314
1302
|
/* @truss @property */
|
|
1315
1303
|
@property --selection_backgroundColor { syntax: "*"; inherits: false; }
|
|
1304
|
+
/* @truss @keyframes */
|
|
1305
|
+
@keyframes loadingDots { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
|
|
1306
|
+
/* @truss @keyframes */
|
|
1307
|
+
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
|
|
1308
|
+
/* @truss @keyframes */
|
|
1309
|
+
@keyframes pulse { 50% { opacity: 0.6; } }
|
|
1310
|
+
/* @truss @keyframes */
|
|
1311
|
+
@keyframes aiStarLoader { 0%, 66.67%, 100% { transform: scale(0.5); } 33.33% { transform: scale(1); } }
|
|
1316
1312
|
/* @truss arbitrary:start */
|
|
1317
1313
|
.beam-bhp:hover:not(:has(.beam-bhc:hover)) .beam-bhc {
|
|
1318
1314
|
border-style: solid;
|