@homebound/beam 3.6.0 → 3.8.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 +214 -213
- package/dist/index.cjs +2370 -2353
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +404 -292
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +360 -280
- package/dist/index.d.ts +360 -280
- package/dist/index.js +1805 -1793
- package/dist/index.js.map +1 -1
- package/dist/truss.css +73 -90
- package/package.json +16 -10
package/dist/Css.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"increment": 8,
|
|
3
3
|
"breakpoints": {"ifPrint":"@media print","ifSm":"@media screen and (max-width: 599px)","ifMd":"@media screen and (min-width: 600px) and (max-width: 1024px)","ifSmOrMd":"@media screen and (max-width: 1024px)","ifMdAndUp":"@media screen and (min-width: 600px)","ifMdAndDown":"@media screen and (max-width: 1024px)","ifLg":"@media screen and (min-width: 1025px)","ifMdOrLg":"@media screen and (min-width: 600px)"},
|
|
4
4
|
"typography": ["xs2","xs2Sb","xs","xsSb","sm","smSb","md","mdSb","lg","xl","xl2"],
|
|
5
|
+
"tokens": {"ButtonCautionDisabledBg":"--b-button-caution-disabled-bg","ButtonCautionDisabledFg":"--b-button-caution-disabled-fg","ButtonDangerDisabledBg":"--b-button-danger-disabled-bg","ButtonDangerDisabledFg":"--b-button-danger-disabled-fg","ButtonGhostDisabledFg":"--b-button-ghost-disabled-fg","ButtonGhostFg":"--b-button-ghost-fg","ButtonPrimaryDisabledBg":"--b-button-primary-disabled-bg","ButtonPrimaryDisabledFg":"--b-button-primary-disabled-fg","ButtonTertiaryFg":"--b-button-tertiary-fg","ButtonTertiaryFgPressed":"--b-button-tertiary-fg-pressed","Danger":"--b-danger","DangerPressed":"--b-danger-pressed","FieldBgDefault":"--b-field-bg-default","FieldBgDisabled":"--b-field-bg-disabled","FieldBgHover":"--b-field-bg-hover","FieldBorderDefault":"--b-field-border-default","FieldBorderError":"--b-field-border-error","FieldBorderFocus":"--b-field-border-focus","FieldBorderHover":"--b-field-border-hover","FieldTextDisabled":"--b-field-text-disabled","FocusRingInset":"--b-focus-ring-inset","FocusRingMuted":"--b-focus-ring-muted","ListRowBgHover":"--b-list-row-bg-hover","LoaderSpinner":"--b-loader-spinner","LoaderTrack":"--b-loader-track","MenuItemBgHover":"--b-menu-item-bg-hover","NavItemBgActive":"--b-nav-item-bg-active","NavItemBgHover":"--b-nav-item-bg-hover","NavItemBgPressed":"--b-nav-item-bg-pressed","NavText":"--b-nav-text","NavTextActive":"--b-nav-text-active","NavTextDisabled":"--b-nav-text-disabled","NavTextFocusVisible":"--b-nav-text-focus-visible","NavTextPressed":"--b-nav-text-pressed","NeutralFillHoverStrong":"--b-neutral-fill-hover-strong","NeutralFillHoverSubtle":"--b-neutral-fill-hover-subtle","NeutralFillPressed":"--b-neutral-fill-pressed","NeutralSurfacePressed":"--b-neutral-surface-pressed","OnPrimary":"--b-on-primary","OnSurface":"--b-on-surface","OnSurfaceMuted":"--b-on-surface-muted","PopoverSurface":"--b-popover-surface","Primary":"--b-primary","PrimaryHover":"--b-primary-hover","PrimaryPressed":"--b-primary-pressed","Scrim":"--b-scrim","SelectionIndicator":"--b-selection-indicator","StatusSuccessFg":"--b-status-success-fg","Surface":"--b-surface","TextDisabled":"--b-text-disabled","TextHelper":"--b-text-helper","TextLabel":"--b-text-label","TextLinkDefault":"--b-text-link-default","TextLinkDisabled":"--b-text-link-disabled","TextLinkHover":"--b-text-link-hover","TextLinkPressed":"--b-text-link-pressed","TextPlaceholder":"--b-text-placeholder","TextSelection":"--b-text-selection"},
|
|
5
6
|
"abbreviations": {
|
|
6
7
|
"ba": {"kind":"static","defs":{"borderStyle":"solid","borderWidth":"1px"}},
|
|
7
8
|
"bt": {"kind":"static","defs":{"borderTopStyle":"solid","borderTopWidth":"1px"}},
|
|
@@ -9,7 +10,7 @@
|
|
|
9
10
|
"bb": {"kind":"static","defs":{"borderBottomStyle":"solid","borderBottomWidth":"1px"}},
|
|
10
11
|
"bl": {"kind":"static","defs":{"borderLeftStyle":"solid","borderLeftWidth":"1px"}},
|
|
11
12
|
"bn": {"kind":"static","defs":{"borderStyle":"none","borderWidth":"0"}},
|
|
12
|
-
"bcWhite": {"kind":"static","defs":{"borderColor":"rgba(255,255,255,1)"}},
|
|
13
|
+
"bcWhite": {"kind":"static","defs":{"borderColor":"rgba(255, 255, 255, 1)"}},
|
|
13
14
|
"bcTransparent": {"kind":"static","defs":{"borderColor":"rgba(0,0,0,0)"}},
|
|
14
15
|
"bcGray50": {"kind":"static","defs":{"borderColor":"rgba(255, 253, 253, 1)"}},
|
|
15
16
|
"bcGray100": {"kind":"static","defs":{"borderColor":"rgba(247, 245, 245, 1)"}},
|
|
@@ -104,48 +105,48 @@
|
|
|
104
105
|
"ctn": {"kind":"static","defs":{"containerType":"normal"}},
|
|
105
106
|
"ct": {"kind":"variable","props":["containerType"],"incremented":false},
|
|
106
107
|
"cn": {"kind":"variable","props":["containerName"],"incremented":false},
|
|
107
|
-
"top0": {"kind":"static","defs":{"top":"
|
|
108
|
-
"top1": {"kind":"static","defs":{"top":"
|
|
109
|
-
"top2": {"kind":"static","defs":{"top":"
|
|
110
|
-
"top3": {"kind":"static","defs":{"top":"
|
|
111
|
-
"top4": {"kind":"static","defs":{"top":"
|
|
112
|
-
"top5": {"kind":"static","defs":{"top":"
|
|
113
|
-
"top6": {"kind":"static","defs":{"top":"
|
|
114
|
-
"top7": {"kind":"static","defs":{"top":"
|
|
115
|
-
"top8": {"kind":"static","defs":{"top":"
|
|
108
|
+
"top0": {"kind":"static","defs":{"top":"calc(var(--t-spacing) * 0)"}},
|
|
109
|
+
"top1": {"kind":"static","defs":{"top":"calc(var(--t-spacing) * 1)"}},
|
|
110
|
+
"top2": {"kind":"static","defs":{"top":"calc(var(--t-spacing) * 2)"}},
|
|
111
|
+
"top3": {"kind":"static","defs":{"top":"calc(var(--t-spacing) * 3)"}},
|
|
112
|
+
"top4": {"kind":"static","defs":{"top":"calc(var(--t-spacing) * 4)"}},
|
|
113
|
+
"top5": {"kind":"static","defs":{"top":"calc(var(--t-spacing) * 5)"}},
|
|
114
|
+
"top6": {"kind":"static","defs":{"top":"calc(var(--t-spacing) * 6)"}},
|
|
115
|
+
"top7": {"kind":"static","defs":{"top":"calc(var(--t-spacing) * 7)"}},
|
|
116
|
+
"top8": {"kind":"static","defs":{"top":"calc(var(--t-spacing) * 8)"}},
|
|
116
117
|
"top": {"kind":"variable","props":["top"],"incremented":true},
|
|
117
118
|
"topPx": {"kind":"delegate","target":"top"},
|
|
118
|
-
"right0": {"kind":"static","defs":{"right":"
|
|
119
|
-
"right1": {"kind":"static","defs":{"right":"
|
|
120
|
-
"right2": {"kind":"static","defs":{"right":"
|
|
121
|
-
"right3": {"kind":"static","defs":{"right":"
|
|
122
|
-
"right4": {"kind":"static","defs":{"right":"
|
|
123
|
-
"right5": {"kind":"static","defs":{"right":"
|
|
124
|
-
"right6": {"kind":"static","defs":{"right":"
|
|
125
|
-
"right7": {"kind":"static","defs":{"right":"
|
|
126
|
-
"right8": {"kind":"static","defs":{"right":"
|
|
119
|
+
"right0": {"kind":"static","defs":{"right":"calc(var(--t-spacing) * 0)"}},
|
|
120
|
+
"right1": {"kind":"static","defs":{"right":"calc(var(--t-spacing) * 1)"}},
|
|
121
|
+
"right2": {"kind":"static","defs":{"right":"calc(var(--t-spacing) * 2)"}},
|
|
122
|
+
"right3": {"kind":"static","defs":{"right":"calc(var(--t-spacing) * 3)"}},
|
|
123
|
+
"right4": {"kind":"static","defs":{"right":"calc(var(--t-spacing) * 4)"}},
|
|
124
|
+
"right5": {"kind":"static","defs":{"right":"calc(var(--t-spacing) * 5)"}},
|
|
125
|
+
"right6": {"kind":"static","defs":{"right":"calc(var(--t-spacing) * 6)"}},
|
|
126
|
+
"right7": {"kind":"static","defs":{"right":"calc(var(--t-spacing) * 7)"}},
|
|
127
|
+
"right8": {"kind":"static","defs":{"right":"calc(var(--t-spacing) * 8)"}},
|
|
127
128
|
"right": {"kind":"variable","props":["right"],"incremented":true},
|
|
128
129
|
"rightPx": {"kind":"delegate","target":"right"},
|
|
129
|
-
"bottom0": {"kind":"static","defs":{"bottom":"
|
|
130
|
-
"bottom1": {"kind":"static","defs":{"bottom":"
|
|
131
|
-
"bottom2": {"kind":"static","defs":{"bottom":"
|
|
132
|
-
"bottom3": {"kind":"static","defs":{"bottom":"
|
|
133
|
-
"bottom4": {"kind":"static","defs":{"bottom":"
|
|
134
|
-
"bottom5": {"kind":"static","defs":{"bottom":"
|
|
135
|
-
"bottom6": {"kind":"static","defs":{"bottom":"
|
|
136
|
-
"bottom7": {"kind":"static","defs":{"bottom":"
|
|
137
|
-
"bottom8": {"kind":"static","defs":{"bottom":"
|
|
130
|
+
"bottom0": {"kind":"static","defs":{"bottom":"calc(var(--t-spacing) * 0)"}},
|
|
131
|
+
"bottom1": {"kind":"static","defs":{"bottom":"calc(var(--t-spacing) * 1)"}},
|
|
132
|
+
"bottom2": {"kind":"static","defs":{"bottom":"calc(var(--t-spacing) * 2)"}},
|
|
133
|
+
"bottom3": {"kind":"static","defs":{"bottom":"calc(var(--t-spacing) * 3)"}},
|
|
134
|
+
"bottom4": {"kind":"static","defs":{"bottom":"calc(var(--t-spacing) * 4)"}},
|
|
135
|
+
"bottom5": {"kind":"static","defs":{"bottom":"calc(var(--t-spacing) * 5)"}},
|
|
136
|
+
"bottom6": {"kind":"static","defs":{"bottom":"calc(var(--t-spacing) * 6)"}},
|
|
137
|
+
"bottom7": {"kind":"static","defs":{"bottom":"calc(var(--t-spacing) * 7)"}},
|
|
138
|
+
"bottom8": {"kind":"static","defs":{"bottom":"calc(var(--t-spacing) * 8)"}},
|
|
138
139
|
"bottom": {"kind":"variable","props":["bottom"],"incremented":true},
|
|
139
140
|
"bottomPx": {"kind":"delegate","target":"bottom"},
|
|
140
|
-
"left0": {"kind":"static","defs":{"left":"
|
|
141
|
-
"left1": {"kind":"static","defs":{"left":"
|
|
142
|
-
"left2": {"kind":"static","defs":{"left":"
|
|
143
|
-
"left3": {"kind":"static","defs":{"left":"
|
|
144
|
-
"left4": {"kind":"static","defs":{"left":"
|
|
145
|
-
"left5": {"kind":"static","defs":{"left":"
|
|
146
|
-
"left6": {"kind":"static","defs":{"left":"
|
|
147
|
-
"left7": {"kind":"static","defs":{"left":"
|
|
148
|
-
"left8": {"kind":"static","defs":{"left":"
|
|
141
|
+
"left0": {"kind":"static","defs":{"left":"calc(var(--t-spacing) * 0)"}},
|
|
142
|
+
"left1": {"kind":"static","defs":{"left":"calc(var(--t-spacing) * 1)"}},
|
|
143
|
+
"left2": {"kind":"static","defs":{"left":"calc(var(--t-spacing) * 2)"}},
|
|
144
|
+
"left3": {"kind":"static","defs":{"left":"calc(var(--t-spacing) * 3)"}},
|
|
145
|
+
"left4": {"kind":"static","defs":{"left":"calc(var(--t-spacing) * 4)"}},
|
|
146
|
+
"left5": {"kind":"static","defs":{"left":"calc(var(--t-spacing) * 5)"}},
|
|
147
|
+
"left6": {"kind":"static","defs":{"left":"calc(var(--t-spacing) * 6)"}},
|
|
148
|
+
"left7": {"kind":"static","defs":{"left":"calc(var(--t-spacing) * 7)"}},
|
|
149
|
+
"left8": {"kind":"static","defs":{"left":"calc(var(--t-spacing) * 8)"}},
|
|
149
150
|
"left": {"kind":"variable","props":["left"],"incremented":true},
|
|
150
151
|
"leftPx": {"kind":"delegate","target":"left"},
|
|
151
152
|
"cursorPointer": {"kind":"static","defs":{"cursor":"pointer"}},
|
|
@@ -279,48 +280,48 @@
|
|
|
279
280
|
"gc": {"kind":"variable","props":["gridColumn"],"incremented":false},
|
|
280
281
|
"gar": {"kind":"variable","props":["gridAutoRows"],"incremented":false},
|
|
281
282
|
"gac": {"kind":"variable","props":["gridAutoColumns"],"incremented":false},
|
|
282
|
-
"gap0": {"kind":"static","defs":{"gap":"
|
|
283
|
-
"gap1": {"kind":"static","defs":{"gap":"
|
|
284
|
-
"gap2": {"kind":"static","defs":{"gap":"
|
|
285
|
-
"gap3": {"kind":"static","defs":{"gap":"
|
|
286
|
-
"gap4": {"kind":"static","defs":{"gap":"
|
|
287
|
-
"gap5": {"kind":"static","defs":{"gap":"
|
|
288
|
-
"gap6": {"kind":"static","defs":{"gap":"
|
|
289
|
-
"gap7": {"kind":"static","defs":{"gap":"
|
|
290
|
-
"gap8": {"kind":"static","defs":{"gap":"
|
|
283
|
+
"gap0": {"kind":"static","defs":{"gap":"calc(var(--t-spacing) * 0)"}},
|
|
284
|
+
"gap1": {"kind":"static","defs":{"gap":"calc(var(--t-spacing) * 1)"}},
|
|
285
|
+
"gap2": {"kind":"static","defs":{"gap":"calc(var(--t-spacing) * 2)"}},
|
|
286
|
+
"gap3": {"kind":"static","defs":{"gap":"calc(var(--t-spacing) * 3)"}},
|
|
287
|
+
"gap4": {"kind":"static","defs":{"gap":"calc(var(--t-spacing) * 4)"}},
|
|
288
|
+
"gap5": {"kind":"static","defs":{"gap":"calc(var(--t-spacing) * 5)"}},
|
|
289
|
+
"gap6": {"kind":"static","defs":{"gap":"calc(var(--t-spacing) * 6)"}},
|
|
290
|
+
"gap7": {"kind":"static","defs":{"gap":"calc(var(--t-spacing) * 7)"}},
|
|
291
|
+
"gap8": {"kind":"static","defs":{"gap":"calc(var(--t-spacing) * 8)"}},
|
|
291
292
|
"gap": {"kind":"variable","props":["gap"],"incremented":true},
|
|
292
293
|
"gapPx": {"kind":"delegate","target":"gap"},
|
|
293
|
-
"rg0": {"kind":"static","defs":{"rowGap":"
|
|
294
|
-
"rg1": {"kind":"static","defs":{"rowGap":"
|
|
295
|
-
"rg2": {"kind":"static","defs":{"rowGap":"
|
|
296
|
-
"rg3": {"kind":"static","defs":{"rowGap":"
|
|
297
|
-
"rg4": {"kind":"static","defs":{"rowGap":"
|
|
298
|
-
"rg5": {"kind":"static","defs":{"rowGap":"
|
|
299
|
-
"rg6": {"kind":"static","defs":{"rowGap":"
|
|
300
|
-
"rg7": {"kind":"static","defs":{"rowGap":"
|
|
301
|
-
"rg8": {"kind":"static","defs":{"rowGap":"
|
|
294
|
+
"rg0": {"kind":"static","defs":{"rowGap":"calc(var(--t-spacing) * 0)"}},
|
|
295
|
+
"rg1": {"kind":"static","defs":{"rowGap":"calc(var(--t-spacing) * 1)"}},
|
|
296
|
+
"rg2": {"kind":"static","defs":{"rowGap":"calc(var(--t-spacing) * 2)"}},
|
|
297
|
+
"rg3": {"kind":"static","defs":{"rowGap":"calc(var(--t-spacing) * 3)"}},
|
|
298
|
+
"rg4": {"kind":"static","defs":{"rowGap":"calc(var(--t-spacing) * 4)"}},
|
|
299
|
+
"rg5": {"kind":"static","defs":{"rowGap":"calc(var(--t-spacing) * 5)"}},
|
|
300
|
+
"rg6": {"kind":"static","defs":{"rowGap":"calc(var(--t-spacing) * 6)"}},
|
|
301
|
+
"rg7": {"kind":"static","defs":{"rowGap":"calc(var(--t-spacing) * 7)"}},
|
|
302
|
+
"rg8": {"kind":"static","defs":{"rowGap":"calc(var(--t-spacing) * 8)"}},
|
|
302
303
|
"rg": {"kind":"variable","props":["rowGap"],"incremented":true},
|
|
303
304
|
"rgPx": {"kind":"delegate","target":"rg"},
|
|
304
|
-
"cg0": {"kind":"static","defs":{"columnGap":"
|
|
305
|
-
"cg1": {"kind":"static","defs":{"columnGap":"
|
|
306
|
-
"cg2": {"kind":"static","defs":{"columnGap":"
|
|
307
|
-
"cg3": {"kind":"static","defs":{"columnGap":"
|
|
308
|
-
"cg4": {"kind":"static","defs":{"columnGap":"
|
|
309
|
-
"cg5": {"kind":"static","defs":{"columnGap":"
|
|
310
|
-
"cg6": {"kind":"static","defs":{"columnGap":"
|
|
311
|
-
"cg7": {"kind":"static","defs":{"columnGap":"
|
|
312
|
-
"cg8": {"kind":"static","defs":{"columnGap":"
|
|
305
|
+
"cg0": {"kind":"static","defs":{"columnGap":"calc(var(--t-spacing) * 0)"}},
|
|
306
|
+
"cg1": {"kind":"static","defs":{"columnGap":"calc(var(--t-spacing) * 1)"}},
|
|
307
|
+
"cg2": {"kind":"static","defs":{"columnGap":"calc(var(--t-spacing) * 2)"}},
|
|
308
|
+
"cg3": {"kind":"static","defs":{"columnGap":"calc(var(--t-spacing) * 3)"}},
|
|
309
|
+
"cg4": {"kind":"static","defs":{"columnGap":"calc(var(--t-spacing) * 4)"}},
|
|
310
|
+
"cg5": {"kind":"static","defs":{"columnGap":"calc(var(--t-spacing) * 5)"}},
|
|
311
|
+
"cg6": {"kind":"static","defs":{"columnGap":"calc(var(--t-spacing) * 6)"}},
|
|
312
|
+
"cg7": {"kind":"static","defs":{"columnGap":"calc(var(--t-spacing) * 7)"}},
|
|
313
|
+
"cg8": {"kind":"static","defs":{"columnGap":"calc(var(--t-spacing) * 8)"}},
|
|
313
314
|
"cg": {"kind":"variable","props":["columnGap"],"incremented":true},
|
|
314
315
|
"cgPx": {"kind":"delegate","target":"cg"},
|
|
315
|
-
"h0": {"kind":"static","defs":{"height":"
|
|
316
|
-
"h1": {"kind":"static","defs":{"height":"
|
|
317
|
-
"h2": {"kind":"static","defs":{"height":"
|
|
318
|
-
"h3": {"kind":"static","defs":{"height":"
|
|
319
|
-
"h4": {"kind":"static","defs":{"height":"
|
|
320
|
-
"h5": {"kind":"static","defs":{"height":"
|
|
321
|
-
"h6": {"kind":"static","defs":{"height":"
|
|
322
|
-
"h7": {"kind":"static","defs":{"height":"
|
|
323
|
-
"h8": {"kind":"static","defs":{"height":"
|
|
316
|
+
"h0": {"kind":"static","defs":{"height":"calc(var(--t-spacing) * 0)"}},
|
|
317
|
+
"h1": {"kind":"static","defs":{"height":"calc(var(--t-spacing) * 1)"}},
|
|
318
|
+
"h2": {"kind":"static","defs":{"height":"calc(var(--t-spacing) * 2)"}},
|
|
319
|
+
"h3": {"kind":"static","defs":{"height":"calc(var(--t-spacing) * 3)"}},
|
|
320
|
+
"h4": {"kind":"static","defs":{"height":"calc(var(--t-spacing) * 4)"}},
|
|
321
|
+
"h5": {"kind":"static","defs":{"height":"calc(var(--t-spacing) * 5)"}},
|
|
322
|
+
"h6": {"kind":"static","defs":{"height":"calc(var(--t-spacing) * 6)"}},
|
|
323
|
+
"h7": {"kind":"static","defs":{"height":"calc(var(--t-spacing) * 7)"}},
|
|
324
|
+
"h8": {"kind":"static","defs":{"height":"calc(var(--t-spacing) * 8)"}},
|
|
324
325
|
"ha": {"kind":"static","defs":{"height":"auto"}},
|
|
325
326
|
"h": {"kind":"variable","props":["height"],"incremented":true},
|
|
326
327
|
"hPx": {"kind":"delegate","target":"h"},
|
|
@@ -397,7 +398,7 @@
|
|
|
397
398
|
"relative": {"kind":"static","defs":{"position":"relative"}},
|
|
398
399
|
"sticky": {"kind":"static","defs":{"position":"sticky"}},
|
|
399
400
|
"position": {"kind":"variable","props":["position"],"incremented":false},
|
|
400
|
-
"white": {"kind":"static","defs":{"color":"rgba(255,255,255,1)"}},
|
|
401
|
+
"white": {"kind":"static","defs":{"color":"rgba(255, 255, 255, 1)"}},
|
|
401
402
|
"transparent": {"kind":"static","defs":{"color":"rgba(0,0,0,0)"}},
|
|
402
403
|
"gray50": {"kind":"static","defs":{"color":"rgba(255, 253, 253, 1)"}},
|
|
403
404
|
"gray100": {"kind":"static","defs":{"color":"rgba(247, 245, 245, 1)"}},
|
|
@@ -470,7 +471,7 @@
|
|
|
470
471
|
"orange800": {"kind":"static","defs":{"color":"rgba(154, 52, 18, 1)"}},
|
|
471
472
|
"orange900": {"kind":"static","defs":{"color":"rgba(124, 45, 18, 1)"}},
|
|
472
473
|
"color": {"kind":"variable","props":["color"],"incremented":false},
|
|
473
|
-
"bgWhite": {"kind":"static","defs":{"backgroundColor":"rgba(255,255,255,1)"}},
|
|
474
|
+
"bgWhite": {"kind":"static","defs":{"backgroundColor":"rgba(255, 255, 255, 1)"}},
|
|
474
475
|
"bgTransparent": {"kind":"static","defs":{"backgroundColor":"rgba(0,0,0,0)"}},
|
|
475
476
|
"bgGray50": {"kind":"static","defs":{"backgroundColor":"rgba(255, 253, 253, 1)"}},
|
|
476
477
|
"bgGray100": {"kind":"static","defs":{"backgroundColor":"rgba(247, 245, 245, 1)"}},
|
|
@@ -543,7 +544,7 @@
|
|
|
543
544
|
"bgOrange800": {"kind":"static","defs":{"backgroundColor":"rgba(154, 52, 18, 1)"}},
|
|
544
545
|
"bgOrange900": {"kind":"static","defs":{"backgroundColor":"rgba(124, 45, 18, 1)"}},
|
|
545
546
|
"bgColor": {"kind":"variable","props":["backgroundColor"],"incremented":false},
|
|
546
|
-
"fWhite": {"kind":"static","defs":{"fill":"rgba(255,255,255,1)"}},
|
|
547
|
+
"fWhite": {"kind":"static","defs":{"fill":"rgba(255, 255, 255, 1)"}},
|
|
547
548
|
"fTransparent": {"kind":"static","defs":{"fill":"rgba(0,0,0,0)"}},
|
|
548
549
|
"fGray50": {"kind":"static","defs":{"fill":"rgba(255, 253, 253, 1)"}},
|
|
549
550
|
"fGray100": {"kind":"static","defs":{"fill":"rgba(247, 245, 245, 1)"}},
|
|
@@ -616,165 +617,165 @@
|
|
|
616
617
|
"fOrange800": {"kind":"static","defs":{"fill":"rgba(154, 52, 18, 1)"}},
|
|
617
618
|
"fOrange900": {"kind":"static","defs":{"fill":"rgba(124, 45, 18, 1)"}},
|
|
618
619
|
"fill": {"kind":"variable","props":["fill"],"incremented":false},
|
|
619
|
-
"mt0": {"kind":"static","defs":{"marginTop":"
|
|
620
|
-
"mt1": {"kind":"static","defs":{"marginTop":"
|
|
621
|
-
"mt2": {"kind":"static","defs":{"marginTop":"
|
|
622
|
-
"mt3": {"kind":"static","defs":{"marginTop":"
|
|
623
|
-
"mt4": {"kind":"static","defs":{"marginTop":"
|
|
624
|
-
"mt5": {"kind":"static","defs":{"marginTop":"
|
|
625
|
-
"mt6": {"kind":"static","defs":{"marginTop":"
|
|
626
|
-
"mt7": {"kind":"static","defs":{"marginTop":"
|
|
627
|
-
"mt8": {"kind":"static","defs":{"marginTop":"
|
|
620
|
+
"mt0": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 0)"}},
|
|
621
|
+
"mt1": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 1)"}},
|
|
622
|
+
"mt2": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 2)"}},
|
|
623
|
+
"mt3": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 3)"}},
|
|
624
|
+
"mt4": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 4)"}},
|
|
625
|
+
"mt5": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 5)"}},
|
|
626
|
+
"mt6": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 6)"}},
|
|
627
|
+
"mt7": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 7)"}},
|
|
628
|
+
"mt8": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 8)"}},
|
|
628
629
|
"mta": {"kind":"static","defs":{"marginTop":"auto"}},
|
|
629
630
|
"mt": {"kind":"variable","props":["marginTop"],"incremented":true},
|
|
630
631
|
"mtPx": {"kind":"delegate","target":"mt"},
|
|
631
|
-
"mr0": {"kind":"static","defs":{"marginRight":"
|
|
632
|
-
"mr1": {"kind":"static","defs":{"marginRight":"
|
|
633
|
-
"mr2": {"kind":"static","defs":{"marginRight":"
|
|
634
|
-
"mr3": {"kind":"static","defs":{"marginRight":"
|
|
635
|
-
"mr4": {"kind":"static","defs":{"marginRight":"
|
|
636
|
-
"mr5": {"kind":"static","defs":{"marginRight":"
|
|
637
|
-
"mr6": {"kind":"static","defs":{"marginRight":"
|
|
638
|
-
"mr7": {"kind":"static","defs":{"marginRight":"
|
|
639
|
-
"mr8": {"kind":"static","defs":{"marginRight":"
|
|
632
|
+
"mr0": {"kind":"static","defs":{"marginRight":"calc(var(--t-spacing) * 0)"}},
|
|
633
|
+
"mr1": {"kind":"static","defs":{"marginRight":"calc(var(--t-spacing) * 1)"}},
|
|
634
|
+
"mr2": {"kind":"static","defs":{"marginRight":"calc(var(--t-spacing) * 2)"}},
|
|
635
|
+
"mr3": {"kind":"static","defs":{"marginRight":"calc(var(--t-spacing) * 3)"}},
|
|
636
|
+
"mr4": {"kind":"static","defs":{"marginRight":"calc(var(--t-spacing) * 4)"}},
|
|
637
|
+
"mr5": {"kind":"static","defs":{"marginRight":"calc(var(--t-spacing) * 5)"}},
|
|
638
|
+
"mr6": {"kind":"static","defs":{"marginRight":"calc(var(--t-spacing) * 6)"}},
|
|
639
|
+
"mr7": {"kind":"static","defs":{"marginRight":"calc(var(--t-spacing) * 7)"}},
|
|
640
|
+
"mr8": {"kind":"static","defs":{"marginRight":"calc(var(--t-spacing) * 8)"}},
|
|
640
641
|
"mra": {"kind":"static","defs":{"marginRight":"auto"}},
|
|
641
642
|
"mr": {"kind":"variable","props":["marginRight"],"incremented":true},
|
|
642
643
|
"mrPx": {"kind":"delegate","target":"mr"},
|
|
643
|
-
"mb0": {"kind":"static","defs":{"marginBottom":"
|
|
644
|
-
"mb1": {"kind":"static","defs":{"marginBottom":"
|
|
645
|
-
"mb2": {"kind":"static","defs":{"marginBottom":"
|
|
646
|
-
"mb3": {"kind":"static","defs":{"marginBottom":"
|
|
647
|
-
"mb4": {"kind":"static","defs":{"marginBottom":"
|
|
648
|
-
"mb5": {"kind":"static","defs":{"marginBottom":"
|
|
649
|
-
"mb6": {"kind":"static","defs":{"marginBottom":"
|
|
650
|
-
"mb7": {"kind":"static","defs":{"marginBottom":"
|
|
651
|
-
"mb8": {"kind":"static","defs":{"marginBottom":"
|
|
644
|
+
"mb0": {"kind":"static","defs":{"marginBottom":"calc(var(--t-spacing) * 0)"}},
|
|
645
|
+
"mb1": {"kind":"static","defs":{"marginBottom":"calc(var(--t-spacing) * 1)"}},
|
|
646
|
+
"mb2": {"kind":"static","defs":{"marginBottom":"calc(var(--t-spacing) * 2)"}},
|
|
647
|
+
"mb3": {"kind":"static","defs":{"marginBottom":"calc(var(--t-spacing) * 3)"}},
|
|
648
|
+
"mb4": {"kind":"static","defs":{"marginBottom":"calc(var(--t-spacing) * 4)"}},
|
|
649
|
+
"mb5": {"kind":"static","defs":{"marginBottom":"calc(var(--t-spacing) * 5)"}},
|
|
650
|
+
"mb6": {"kind":"static","defs":{"marginBottom":"calc(var(--t-spacing) * 6)"}},
|
|
651
|
+
"mb7": {"kind":"static","defs":{"marginBottom":"calc(var(--t-spacing) * 7)"}},
|
|
652
|
+
"mb8": {"kind":"static","defs":{"marginBottom":"calc(var(--t-spacing) * 8)"}},
|
|
652
653
|
"mba": {"kind":"static","defs":{"marginBottom":"auto"}},
|
|
653
654
|
"mb": {"kind":"variable","props":["marginBottom"],"incremented":true},
|
|
654
655
|
"mbPx": {"kind":"delegate","target":"mb"},
|
|
655
|
-
"ml0": {"kind":"static","defs":{"marginLeft":"
|
|
656
|
-
"ml1": {"kind":"static","defs":{"marginLeft":"
|
|
657
|
-
"ml2": {"kind":"static","defs":{"marginLeft":"
|
|
658
|
-
"ml3": {"kind":"static","defs":{"marginLeft":"
|
|
659
|
-
"ml4": {"kind":"static","defs":{"marginLeft":"
|
|
660
|
-
"ml5": {"kind":"static","defs":{"marginLeft":"
|
|
661
|
-
"ml6": {"kind":"static","defs":{"marginLeft":"
|
|
662
|
-
"ml7": {"kind":"static","defs":{"marginLeft":"
|
|
663
|
-
"ml8": {"kind":"static","defs":{"marginLeft":"
|
|
656
|
+
"ml0": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 0)"}},
|
|
657
|
+
"ml1": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 1)"}},
|
|
658
|
+
"ml2": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 2)"}},
|
|
659
|
+
"ml3": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 3)"}},
|
|
660
|
+
"ml4": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 4)"}},
|
|
661
|
+
"ml5": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 5)"}},
|
|
662
|
+
"ml6": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 6)"}},
|
|
663
|
+
"ml7": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 7)"}},
|
|
664
|
+
"ml8": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 8)"}},
|
|
664
665
|
"mla": {"kind":"static","defs":{"marginLeft":"auto"}},
|
|
665
666
|
"ml": {"kind":"variable","props":["marginLeft"],"incremented":true},
|
|
666
667
|
"mlPx": {"kind":"delegate","target":"ml"},
|
|
667
|
-
"mx0": {"kind":"static","defs":{"marginLeft":"
|
|
668
|
-
"mx1": {"kind":"static","defs":{"marginLeft":"
|
|
669
|
-
"mx2": {"kind":"static","defs":{"marginLeft":"
|
|
670
|
-
"mx3": {"kind":"static","defs":{"marginLeft":"
|
|
671
|
-
"mx4": {"kind":"static","defs":{"marginLeft":"
|
|
672
|
-
"mx5": {"kind":"static","defs":{"marginLeft":"
|
|
673
|
-
"mx6": {"kind":"static","defs":{"marginLeft":"
|
|
674
|
-
"mx7": {"kind":"static","defs":{"marginLeft":"
|
|
675
|
-
"mx8": {"kind":"static","defs":{"marginLeft":"
|
|
668
|
+
"mx0": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 0)","marginRight":"calc(var(--t-spacing) * 0)"}},
|
|
669
|
+
"mx1": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 1)","marginRight":"calc(var(--t-spacing) * 1)"}},
|
|
670
|
+
"mx2": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 2)","marginRight":"calc(var(--t-spacing) * 2)"}},
|
|
671
|
+
"mx3": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 3)","marginRight":"calc(var(--t-spacing) * 3)"}},
|
|
672
|
+
"mx4": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 4)","marginRight":"calc(var(--t-spacing) * 4)"}},
|
|
673
|
+
"mx5": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 5)","marginRight":"calc(var(--t-spacing) * 5)"}},
|
|
674
|
+
"mx6": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 6)","marginRight":"calc(var(--t-spacing) * 6)"}},
|
|
675
|
+
"mx7": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 7)","marginRight":"calc(var(--t-spacing) * 7)"}},
|
|
676
|
+
"mx8": {"kind":"static","defs":{"marginLeft":"calc(var(--t-spacing) * 8)","marginRight":"calc(var(--t-spacing) * 8)"}},
|
|
676
677
|
"mxa": {"kind":"static","defs":{"marginLeft":"auto","marginRight":"auto"}},
|
|
677
678
|
"mx": {"kind":"variable","props":["marginLeft","marginRight"],"incremented":true},
|
|
678
679
|
"mxPx": {"kind":"delegate","target":"mx"},
|
|
679
|
-
"my0": {"kind":"static","defs":{"marginTop":"
|
|
680
|
-
"my1": {"kind":"static","defs":{"marginTop":"
|
|
681
|
-
"my2": {"kind":"static","defs":{"marginTop":"
|
|
682
|
-
"my3": {"kind":"static","defs":{"marginTop":"
|
|
683
|
-
"my4": {"kind":"static","defs":{"marginTop":"
|
|
684
|
-
"my5": {"kind":"static","defs":{"marginTop":"
|
|
685
|
-
"my6": {"kind":"static","defs":{"marginTop":"
|
|
686
|
-
"my7": {"kind":"static","defs":{"marginTop":"
|
|
687
|
-
"my8": {"kind":"static","defs":{"marginTop":"
|
|
680
|
+
"my0": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 0)","marginBottom":"calc(var(--t-spacing) * 0)"}},
|
|
681
|
+
"my1": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 1)","marginBottom":"calc(var(--t-spacing) * 1)"}},
|
|
682
|
+
"my2": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 2)","marginBottom":"calc(var(--t-spacing) * 2)"}},
|
|
683
|
+
"my3": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 3)","marginBottom":"calc(var(--t-spacing) * 3)"}},
|
|
684
|
+
"my4": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 4)","marginBottom":"calc(var(--t-spacing) * 4)"}},
|
|
685
|
+
"my5": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 5)","marginBottom":"calc(var(--t-spacing) * 5)"}},
|
|
686
|
+
"my6": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 6)","marginBottom":"calc(var(--t-spacing) * 6)"}},
|
|
687
|
+
"my7": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 7)","marginBottom":"calc(var(--t-spacing) * 7)"}},
|
|
688
|
+
"my8": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 8)","marginBottom":"calc(var(--t-spacing) * 8)"}},
|
|
688
689
|
"mya": {"kind":"static","defs":{"marginTop":"auto","marginBottom":"auto"}},
|
|
689
690
|
"my": {"kind":"variable","props":["marginTop","marginBottom"],"incremented":true},
|
|
690
691
|
"myPx": {"kind":"delegate","target":"my"},
|
|
691
|
-
"m0": {"kind":"static","defs":{"marginTop":"
|
|
692
|
-
"m1": {"kind":"static","defs":{"marginTop":"
|
|
693
|
-
"m2": {"kind":"static","defs":{"marginTop":"
|
|
694
|
-
"m3": {"kind":"static","defs":{"marginTop":"
|
|
695
|
-
"m4": {"kind":"static","defs":{"marginTop":"
|
|
696
|
-
"m5": {"kind":"static","defs":{"marginTop":"
|
|
697
|
-
"m6": {"kind":"static","defs":{"marginTop":"
|
|
698
|
-
"m7": {"kind":"static","defs":{"marginTop":"
|
|
699
|
-
"m8": {"kind":"static","defs":{"marginTop":"
|
|
692
|
+
"m0": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 0)","marginBottom":"calc(var(--t-spacing) * 0)","marginRight":"calc(var(--t-spacing) * 0)","marginLeft":"calc(var(--t-spacing) * 0)"}},
|
|
693
|
+
"m1": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 1)","marginBottom":"calc(var(--t-spacing) * 1)","marginRight":"calc(var(--t-spacing) * 1)","marginLeft":"calc(var(--t-spacing) * 1)"}},
|
|
694
|
+
"m2": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 2)","marginBottom":"calc(var(--t-spacing) * 2)","marginRight":"calc(var(--t-spacing) * 2)","marginLeft":"calc(var(--t-spacing) * 2)"}},
|
|
695
|
+
"m3": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 3)","marginBottom":"calc(var(--t-spacing) * 3)","marginRight":"calc(var(--t-spacing) * 3)","marginLeft":"calc(var(--t-spacing) * 3)"}},
|
|
696
|
+
"m4": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 4)","marginBottom":"calc(var(--t-spacing) * 4)","marginRight":"calc(var(--t-spacing) * 4)","marginLeft":"calc(var(--t-spacing) * 4)"}},
|
|
697
|
+
"m5": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 5)","marginBottom":"calc(var(--t-spacing) * 5)","marginRight":"calc(var(--t-spacing) * 5)","marginLeft":"calc(var(--t-spacing) * 5)"}},
|
|
698
|
+
"m6": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 6)","marginBottom":"calc(var(--t-spacing) * 6)","marginRight":"calc(var(--t-spacing) * 6)","marginLeft":"calc(var(--t-spacing) * 6)"}},
|
|
699
|
+
"m7": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 7)","marginBottom":"calc(var(--t-spacing) * 7)","marginRight":"calc(var(--t-spacing) * 7)","marginLeft":"calc(var(--t-spacing) * 7)"}},
|
|
700
|
+
"m8": {"kind":"static","defs":{"marginTop":"calc(var(--t-spacing) * 8)","marginBottom":"calc(var(--t-spacing) * 8)","marginRight":"calc(var(--t-spacing) * 8)","marginLeft":"calc(var(--t-spacing) * 8)"}},
|
|
700
701
|
"ma": {"kind":"static","defs":{"marginTop":"auto","marginBottom":"auto","marginRight":"auto","marginLeft":"auto"}},
|
|
701
702
|
"m": {"kind":"variable","props":["marginTop","marginBottom","marginRight","marginLeft"],"incremented":true},
|
|
702
703
|
"mPx": {"kind":"delegate","target":"m"},
|
|
703
|
-
"pt0": {"kind":"static","defs":{"paddingTop":"
|
|
704
|
-
"pt1": {"kind":"static","defs":{"paddingTop":"
|
|
705
|
-
"pt2": {"kind":"static","defs":{"paddingTop":"
|
|
706
|
-
"pt3": {"kind":"static","defs":{"paddingTop":"
|
|
707
|
-
"pt4": {"kind":"static","defs":{"paddingTop":"
|
|
708
|
-
"pt5": {"kind":"static","defs":{"paddingTop":"
|
|
709
|
-
"pt6": {"kind":"static","defs":{"paddingTop":"
|
|
710
|
-
"pt7": {"kind":"static","defs":{"paddingTop":"
|
|
711
|
-
"pt8": {"kind":"static","defs":{"paddingTop":"
|
|
704
|
+
"pt0": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 0)"}},
|
|
705
|
+
"pt1": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 1)"}},
|
|
706
|
+
"pt2": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 2)"}},
|
|
707
|
+
"pt3": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 3)"}},
|
|
708
|
+
"pt4": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 4)"}},
|
|
709
|
+
"pt5": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 5)"}},
|
|
710
|
+
"pt6": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 6)"}},
|
|
711
|
+
"pt7": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 7)"}},
|
|
712
|
+
"pt8": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 8)"}},
|
|
712
713
|
"pt": {"kind":"variable","props":["paddingTop"],"incremented":true},
|
|
713
714
|
"ptPx": {"kind":"delegate","target":"pt"},
|
|
714
|
-
"pr0": {"kind":"static","defs":{"paddingRight":"
|
|
715
|
-
"pr1": {"kind":"static","defs":{"paddingRight":"
|
|
716
|
-
"pr2": {"kind":"static","defs":{"paddingRight":"
|
|
717
|
-
"pr3": {"kind":"static","defs":{"paddingRight":"
|
|
718
|
-
"pr4": {"kind":"static","defs":{"paddingRight":"
|
|
719
|
-
"pr5": {"kind":"static","defs":{"paddingRight":"
|
|
720
|
-
"pr6": {"kind":"static","defs":{"paddingRight":"
|
|
721
|
-
"pr7": {"kind":"static","defs":{"paddingRight":"
|
|
722
|
-
"pr8": {"kind":"static","defs":{"paddingRight":"
|
|
715
|
+
"pr0": {"kind":"static","defs":{"paddingRight":"calc(var(--t-spacing) * 0)"}},
|
|
716
|
+
"pr1": {"kind":"static","defs":{"paddingRight":"calc(var(--t-spacing) * 1)"}},
|
|
717
|
+
"pr2": {"kind":"static","defs":{"paddingRight":"calc(var(--t-spacing) * 2)"}},
|
|
718
|
+
"pr3": {"kind":"static","defs":{"paddingRight":"calc(var(--t-spacing) * 3)"}},
|
|
719
|
+
"pr4": {"kind":"static","defs":{"paddingRight":"calc(var(--t-spacing) * 4)"}},
|
|
720
|
+
"pr5": {"kind":"static","defs":{"paddingRight":"calc(var(--t-spacing) * 5)"}},
|
|
721
|
+
"pr6": {"kind":"static","defs":{"paddingRight":"calc(var(--t-spacing) * 6)"}},
|
|
722
|
+
"pr7": {"kind":"static","defs":{"paddingRight":"calc(var(--t-spacing) * 7)"}},
|
|
723
|
+
"pr8": {"kind":"static","defs":{"paddingRight":"calc(var(--t-spacing) * 8)"}},
|
|
723
724
|
"pr": {"kind":"variable","props":["paddingRight"],"incremented":true},
|
|
724
725
|
"prPx": {"kind":"delegate","target":"pr"},
|
|
725
|
-
"pb0": {"kind":"static","defs":{"paddingBottom":"
|
|
726
|
-
"pb1": {"kind":"static","defs":{"paddingBottom":"
|
|
727
|
-
"pb2": {"kind":"static","defs":{"paddingBottom":"
|
|
728
|
-
"pb3": {"kind":"static","defs":{"paddingBottom":"
|
|
729
|
-
"pb4": {"kind":"static","defs":{"paddingBottom":"
|
|
730
|
-
"pb5": {"kind":"static","defs":{"paddingBottom":"
|
|
731
|
-
"pb6": {"kind":"static","defs":{"paddingBottom":"
|
|
732
|
-
"pb7": {"kind":"static","defs":{"paddingBottom":"
|
|
733
|
-
"pb8": {"kind":"static","defs":{"paddingBottom":"
|
|
726
|
+
"pb0": {"kind":"static","defs":{"paddingBottom":"calc(var(--t-spacing) * 0)"}},
|
|
727
|
+
"pb1": {"kind":"static","defs":{"paddingBottom":"calc(var(--t-spacing) * 1)"}},
|
|
728
|
+
"pb2": {"kind":"static","defs":{"paddingBottom":"calc(var(--t-spacing) * 2)"}},
|
|
729
|
+
"pb3": {"kind":"static","defs":{"paddingBottom":"calc(var(--t-spacing) * 3)"}},
|
|
730
|
+
"pb4": {"kind":"static","defs":{"paddingBottom":"calc(var(--t-spacing) * 4)"}},
|
|
731
|
+
"pb5": {"kind":"static","defs":{"paddingBottom":"calc(var(--t-spacing) * 5)"}},
|
|
732
|
+
"pb6": {"kind":"static","defs":{"paddingBottom":"calc(var(--t-spacing) * 6)"}},
|
|
733
|
+
"pb7": {"kind":"static","defs":{"paddingBottom":"calc(var(--t-spacing) * 7)"}},
|
|
734
|
+
"pb8": {"kind":"static","defs":{"paddingBottom":"calc(var(--t-spacing) * 8)"}},
|
|
734
735
|
"pb": {"kind":"variable","props":["paddingBottom"],"incremented":true},
|
|
735
736
|
"pbPx": {"kind":"delegate","target":"pb"},
|
|
736
|
-
"pl0": {"kind":"static","defs":{"paddingLeft":"
|
|
737
|
-
"pl1": {"kind":"static","defs":{"paddingLeft":"
|
|
738
|
-
"pl2": {"kind":"static","defs":{"paddingLeft":"
|
|
739
|
-
"pl3": {"kind":"static","defs":{"paddingLeft":"
|
|
740
|
-
"pl4": {"kind":"static","defs":{"paddingLeft":"
|
|
741
|
-
"pl5": {"kind":"static","defs":{"paddingLeft":"
|
|
742
|
-
"pl6": {"kind":"static","defs":{"paddingLeft":"
|
|
743
|
-
"pl7": {"kind":"static","defs":{"paddingLeft":"
|
|
744
|
-
"pl8": {"kind":"static","defs":{"paddingLeft":"
|
|
737
|
+
"pl0": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 0)"}},
|
|
738
|
+
"pl1": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 1)"}},
|
|
739
|
+
"pl2": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 2)"}},
|
|
740
|
+
"pl3": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 3)"}},
|
|
741
|
+
"pl4": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 4)"}},
|
|
742
|
+
"pl5": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 5)"}},
|
|
743
|
+
"pl6": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 6)"}},
|
|
744
|
+
"pl7": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 7)"}},
|
|
745
|
+
"pl8": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 8)"}},
|
|
745
746
|
"pl": {"kind":"variable","props":["paddingLeft"],"incremented":true},
|
|
746
747
|
"plPx": {"kind":"delegate","target":"pl"},
|
|
747
|
-
"px0": {"kind":"static","defs":{"paddingLeft":"
|
|
748
|
-
"px1": {"kind":"static","defs":{"paddingLeft":"
|
|
749
|
-
"px2": {"kind":"static","defs":{"paddingLeft":"
|
|
750
|
-
"px3": {"kind":"static","defs":{"paddingLeft":"
|
|
751
|
-
"px4": {"kind":"static","defs":{"paddingLeft":"
|
|
752
|
-
"px5": {"kind":"static","defs":{"paddingLeft":"
|
|
753
|
-
"px6": {"kind":"static","defs":{"paddingLeft":"
|
|
754
|
-
"px7": {"kind":"static","defs":{"paddingLeft":"
|
|
755
|
-
"px8": {"kind":"static","defs":{"paddingLeft":"
|
|
748
|
+
"px0": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 0)","paddingRight":"calc(var(--t-spacing) * 0)"}},
|
|
749
|
+
"px1": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 1)","paddingRight":"calc(var(--t-spacing) * 1)"}},
|
|
750
|
+
"px2": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 2)","paddingRight":"calc(var(--t-spacing) * 2)"}},
|
|
751
|
+
"px3": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 3)","paddingRight":"calc(var(--t-spacing) * 3)"}},
|
|
752
|
+
"px4": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 4)","paddingRight":"calc(var(--t-spacing) * 4)"}},
|
|
753
|
+
"px5": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 5)","paddingRight":"calc(var(--t-spacing) * 5)"}},
|
|
754
|
+
"px6": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 6)","paddingRight":"calc(var(--t-spacing) * 6)"}},
|
|
755
|
+
"px7": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 7)","paddingRight":"calc(var(--t-spacing) * 7)"}},
|
|
756
|
+
"px8": {"kind":"static","defs":{"paddingLeft":"calc(var(--t-spacing) * 8)","paddingRight":"calc(var(--t-spacing) * 8)"}},
|
|
756
757
|
"px": {"kind":"variable","props":["paddingLeft","paddingRight"],"incremented":true},
|
|
757
758
|
"pxPx": {"kind":"delegate","target":"px"},
|
|
758
|
-
"py0": {"kind":"static","defs":{"paddingTop":"
|
|
759
|
-
"py1": {"kind":"static","defs":{"paddingTop":"
|
|
760
|
-
"py2": {"kind":"static","defs":{"paddingTop":"
|
|
761
|
-
"py3": {"kind":"static","defs":{"paddingTop":"
|
|
762
|
-
"py4": {"kind":"static","defs":{"paddingTop":"
|
|
763
|
-
"py5": {"kind":"static","defs":{"paddingTop":"
|
|
764
|
-
"py6": {"kind":"static","defs":{"paddingTop":"
|
|
765
|
-
"py7": {"kind":"static","defs":{"paddingTop":"
|
|
766
|
-
"py8": {"kind":"static","defs":{"paddingTop":"
|
|
759
|
+
"py0": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 0)","paddingBottom":"calc(var(--t-spacing) * 0)"}},
|
|
760
|
+
"py1": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 1)","paddingBottom":"calc(var(--t-spacing) * 1)"}},
|
|
761
|
+
"py2": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 2)","paddingBottom":"calc(var(--t-spacing) * 2)"}},
|
|
762
|
+
"py3": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 3)","paddingBottom":"calc(var(--t-spacing) * 3)"}},
|
|
763
|
+
"py4": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 4)","paddingBottom":"calc(var(--t-spacing) * 4)"}},
|
|
764
|
+
"py5": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 5)","paddingBottom":"calc(var(--t-spacing) * 5)"}},
|
|
765
|
+
"py6": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 6)","paddingBottom":"calc(var(--t-spacing) * 6)"}},
|
|
766
|
+
"py7": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 7)","paddingBottom":"calc(var(--t-spacing) * 7)"}},
|
|
767
|
+
"py8": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 8)","paddingBottom":"calc(var(--t-spacing) * 8)"}},
|
|
767
768
|
"py": {"kind":"variable","props":["paddingTop","paddingBottom"],"incremented":true},
|
|
768
769
|
"pyPx": {"kind":"delegate","target":"py"},
|
|
769
|
-
"p0": {"kind":"static","defs":{"paddingTop":"
|
|
770
|
-
"p1": {"kind":"static","defs":{"paddingTop":"
|
|
771
|
-
"p2": {"kind":"static","defs":{"paddingTop":"
|
|
772
|
-
"p3": {"kind":"static","defs":{"paddingTop":"
|
|
773
|
-
"p4": {"kind":"static","defs":{"paddingTop":"
|
|
774
|
-
"p5": {"kind":"static","defs":{"paddingTop":"
|
|
775
|
-
"p6": {"kind":"static","defs":{"paddingTop":"
|
|
776
|
-
"p7": {"kind":"static","defs":{"paddingTop":"
|
|
777
|
-
"p8": {"kind":"static","defs":{"paddingTop":"
|
|
770
|
+
"p0": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 0)","paddingBottom":"calc(var(--t-spacing) * 0)","paddingRight":"calc(var(--t-spacing) * 0)","paddingLeft":"calc(var(--t-spacing) * 0)"}},
|
|
771
|
+
"p1": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 1)","paddingBottom":"calc(var(--t-spacing) * 1)","paddingRight":"calc(var(--t-spacing) * 1)","paddingLeft":"calc(var(--t-spacing) * 1)"}},
|
|
772
|
+
"p2": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 2)","paddingBottom":"calc(var(--t-spacing) * 2)","paddingRight":"calc(var(--t-spacing) * 2)","paddingLeft":"calc(var(--t-spacing) * 2)"}},
|
|
773
|
+
"p3": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 3)","paddingBottom":"calc(var(--t-spacing) * 3)","paddingRight":"calc(var(--t-spacing) * 3)","paddingLeft":"calc(var(--t-spacing) * 3)"}},
|
|
774
|
+
"p4": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 4)","paddingBottom":"calc(var(--t-spacing) * 4)","paddingRight":"calc(var(--t-spacing) * 4)","paddingLeft":"calc(var(--t-spacing) * 4)"}},
|
|
775
|
+
"p5": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 5)","paddingBottom":"calc(var(--t-spacing) * 5)","paddingRight":"calc(var(--t-spacing) * 5)","paddingLeft":"calc(var(--t-spacing) * 5)"}},
|
|
776
|
+
"p6": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 6)","paddingBottom":"calc(var(--t-spacing) * 6)","paddingRight":"calc(var(--t-spacing) * 6)","paddingLeft":"calc(var(--t-spacing) * 6)"}},
|
|
777
|
+
"p7": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 7)","paddingBottom":"calc(var(--t-spacing) * 7)","paddingRight":"calc(var(--t-spacing) * 7)","paddingLeft":"calc(var(--t-spacing) * 7)"}},
|
|
778
|
+
"p8": {"kind":"static","defs":{"paddingTop":"calc(var(--t-spacing) * 8)","paddingBottom":"calc(var(--t-spacing) * 8)","paddingRight":"calc(var(--t-spacing) * 8)","paddingLeft":"calc(var(--t-spacing) * 8)"}},
|
|
778
779
|
"p": {"kind":"variable","props":["paddingTop","paddingBottom","paddingRight","paddingLeft"],"incremented":true},
|
|
779
780
|
"pPx": {"kind":"delegate","target":"p"},
|
|
780
781
|
"tal": {"kind":"static","defs":{"textAlign":"left"}},
|
|
@@ -859,15 +860,15 @@
|
|
|
859
860
|
"maxwmaxc": {"kind":"static","defs":{"maxWidth":"max-content"}},
|
|
860
861
|
"maxw": {"kind":"variable","props":["maxWidth"],"incremented":false},
|
|
861
862
|
"maxwPx": {"kind":"delegate","target":"maxw"},
|
|
862
|
-
"w0": {"kind":"static","defs":{"width":"
|
|
863
|
-
"w1": {"kind":"static","defs":{"width":"
|
|
864
|
-
"w2": {"kind":"static","defs":{"width":"
|
|
865
|
-
"w3": {"kind":"static","defs":{"width":"
|
|
866
|
-
"w4": {"kind":"static","defs":{"width":"
|
|
867
|
-
"w5": {"kind":"static","defs":{"width":"
|
|
868
|
-
"w6": {"kind":"static","defs":{"width":"
|
|
869
|
-
"w7": {"kind":"static","defs":{"width":"
|
|
870
|
-
"w8": {"kind":"static","defs":{"width":"
|
|
863
|
+
"w0": {"kind":"static","defs":{"width":"calc(var(--t-spacing) * 0)"}},
|
|
864
|
+
"w1": {"kind":"static","defs":{"width":"calc(var(--t-spacing) * 1)"}},
|
|
865
|
+
"w2": {"kind":"static","defs":{"width":"calc(var(--t-spacing) * 2)"}},
|
|
866
|
+
"w3": {"kind":"static","defs":{"width":"calc(var(--t-spacing) * 3)"}},
|
|
867
|
+
"w4": {"kind":"static","defs":{"width":"calc(var(--t-spacing) * 4)"}},
|
|
868
|
+
"w5": {"kind":"static","defs":{"width":"calc(var(--t-spacing) * 5)"}},
|
|
869
|
+
"w6": {"kind":"static","defs":{"width":"calc(var(--t-spacing) * 6)"}},
|
|
870
|
+
"w7": {"kind":"static","defs":{"width":"calc(var(--t-spacing) * 7)"}},
|
|
871
|
+
"w8": {"kind":"static","defs":{"width":"calc(var(--t-spacing) * 8)"}},
|
|
871
872
|
"wa": {"kind":"static","defs":{"width":"auto"}},
|
|
872
873
|
"w": {"kind":"variable","props":["width"],"incremented":true},
|
|
873
874
|
"wPx": {"kind":"delegate","target":"w"},
|
|
@@ -900,8 +901,8 @@
|
|
|
900
901
|
"bsh0": {"kind":"static","defs":{"boxShadow":"none"}},
|
|
901
902
|
"bshBasic": {"kind":"static","defs":{"boxShadow":"0px 4px 8px rgba(53, 53, 53, 0.08), 0px 2px 16px rgba(53, 53, 53, 0.03);"}},
|
|
902
903
|
"bshHover": {"kind":"static","defs":{"boxShadow":"0px 4px 8px rgba(53, 53, 53, 0.1), 0px 2px 24px rgba(53, 53, 53, 0.08);"}},
|
|
903
|
-
"bshFocus": {"kind":"static","defs":{"boxShadow":"0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 4px rgba(29, 78, 216, 1)"}},
|
|
904
|
-
"bshDanger": {"kind":"static","defs":{"boxShadow":"0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 4px rgba(153, 27, 27, 1)"}},
|
|
904
|
+
"bshFocus": {"kind":"static","defs":{"boxShadow":"0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(29, 78, 216, 1)"}},
|
|
905
|
+
"bshDanger": {"kind":"static","defs":{"boxShadow":"0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(153, 27, 27, 1)"}},
|
|
905
906
|
"bshModal": {"kind":"static","defs":{"boxShadow":"0px 20px 25px -5px rgba(0,0,0,0.1), 0px 10px 10px -5px rgba(0,0,0,0.04)"}},
|
|
906
907
|
"boxShadow": {"kind":"variable","props":["boxShadow"],"incremented":false},
|
|
907
908
|
"buttonBase": {"kind":"static","defs":{"fontWeight":600,"fontSize":"14px","lineHeight":"20px","outline":0,"borderRadius":"8px","display":"inline-flex","alignItems":"center","whiteSpace":"nowrap","transition":"background-color 200ms, border-color 200ms, box-shadow 200ms, left 200ms, right 200ms, margin 200ms"}},
|