@homebound/beam 2.352.0 → 2.354.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.d.ts +109 -133
- package/dist/Css.js +109 -133
- package/dist/components/Accordion.js +2 -2
- package/dist/components/Avatar/Avatar.js +1 -1
- package/dist/components/Avatar/AvatarGroup.js +1 -1
- package/dist/components/Button.js +1 -1
- package/dist/components/ButtonGroup.js +2 -2
- package/dist/components/Chip.js +1 -1
- package/dist/components/DnDGrid/DnDGridItemHandle.js +2 -2
- package/dist/components/Filters/FilterModal.js +1 -1
- package/dist/components/IconButton.js +2 -2
- package/dist/components/Label.js +1 -1
- package/dist/components/Layout/PreventBrowserScroll.js +1 -1
- package/dist/components/Layout/RightPaneLayout/RightPaneLayout.js +2 -2
- package/dist/components/Layout/ScrollableContent.d.ts +1 -1
- package/dist/components/Layout/ScrollableContent.js +1 -1
- package/dist/components/Layout/ScrollableParent.js +2 -2
- package/dist/components/Modal/Modal.js +3 -3
- package/dist/components/Pagination.js +1 -1
- package/dist/components/ScrollShadows.js +2 -2
- package/dist/components/Stepper.js +1 -1
- package/dist/components/SuperDrawer/SuperDrawer.js +2 -2
- package/dist/components/SuperDrawer/SuperDrawerContent.js +2 -2
- package/dist/components/SuperDrawer/components/SuperDrawerHeader.js +1 -1
- package/dist/components/Table/TableStyles.js +9 -9
- package/dist/components/Table/components/ExpandableHeader.js +1 -1
- package/dist/components/Table/components/Row.js +4 -4
- package/dist/components/Table/components/SortHeader.js +1 -1
- package/dist/components/Table/components/cell.js +2 -2
- package/dist/components/Tabs.js +4 -4
- package/dist/components/Tag.js +1 -1
- package/dist/components/ToggleChip.js +1 -1
- package/dist/components/internal/CompoundField.js +4 -4
- package/dist/components/internal/ContextualModal.js +1 -1
- package/dist/components/internal/DatePicker/Day.js +2 -2
- package/dist/components/internal/Menu.js +1 -1
- package/dist/components/internal/MenuSection.js +1 -1
- package/dist/forms/StepperFormApp.js +3 -3
- package/dist/inputs/CheckboxBase.js +5 -5
- package/dist/inputs/ChipSelectField.js +3 -3
- package/dist/inputs/IconCard.js +3 -3
- package/dist/inputs/NumberField.js +1 -1
- package/dist/inputs/RadioGroupField.js +4 -4
- package/dist/inputs/RichTextField.js +4 -4
- package/dist/inputs/Switch.js +1 -1
- package/dist/inputs/TextFieldBase.js +7 -7
- package/dist/inputs/ToggleButton.js +2 -2
- package/dist/inputs/internal/ListBox.js +1 -1
- package/dist/inputs/internal/ListBoxChip.js +1 -1
- package/dist/inputs/internal/ListBoxSection.js +1 -1
- package/dist/inputs/internal/Option.js +1 -1
- package/package.json +2 -2
package/dist/Css.d.ts
CHANGED
|
@@ -53,291 +53,291 @@ declare class CssBuilder<T extends Properties> {
|
|
|
53
53
|
borderWidth: import("csstype").Property.BorderWidth<string | 0> | undefined;
|
|
54
54
|
}>;
|
|
55
55
|
/** Sets `borderColor: "rgba(255,255,255,1)"`. */
|
|
56
|
-
get
|
|
56
|
+
get bcWhite(): CssBuilder<T & {
|
|
57
57
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
58
58
|
}>;
|
|
59
59
|
/** Sets `borderColor: "rgba(0,0,0,0)"`. */
|
|
60
|
-
get
|
|
60
|
+
get bcTransparent(): CssBuilder<T & {
|
|
61
61
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
62
62
|
}>;
|
|
63
63
|
/** Sets `borderColor: "rgba(255, 253, 253, 1)"`. */
|
|
64
|
-
get
|
|
64
|
+
get bcGray50(): CssBuilder<T & {
|
|
65
65
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
66
66
|
}>;
|
|
67
67
|
/** Sets `borderColor: "rgba(247, 245, 245, 1)"`. */
|
|
68
|
-
get
|
|
68
|
+
get bcGray100(): CssBuilder<T & {
|
|
69
69
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
70
70
|
}>;
|
|
71
71
|
/** Sets `borderColor: "rgba(236, 235, 235, 1)"`. */
|
|
72
|
-
get
|
|
72
|
+
get bcGray200(): CssBuilder<T & {
|
|
73
73
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
74
74
|
}>;
|
|
75
75
|
/** Sets `borderColor: "rgba(221, 220, 220, 1)"`. */
|
|
76
|
-
get
|
|
76
|
+
get bcGray300(): CssBuilder<T & {
|
|
77
77
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
78
78
|
}>;
|
|
79
79
|
/** Sets `borderColor: "rgba(201, 201, 201, 1)"`. */
|
|
80
|
-
get
|
|
80
|
+
get bcGray400(): CssBuilder<T & {
|
|
81
81
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
82
82
|
}>;
|
|
83
83
|
/** Sets `borderColor: "rgba(175, 175, 175, 1)"`. */
|
|
84
|
-
get
|
|
84
|
+
get bcGray500(): CssBuilder<T & {
|
|
85
85
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
86
86
|
}>;
|
|
87
87
|
/** Sets `borderColor: "rgba(141, 141, 141, 1)"`. */
|
|
88
|
-
get
|
|
88
|
+
get bcGray600(): CssBuilder<T & {
|
|
89
89
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
90
90
|
}>;
|
|
91
91
|
/** Sets `borderColor: "rgba(100, 100, 100, 1)"`. */
|
|
92
|
-
get
|
|
92
|
+
get bcGray700(): CssBuilder<T & {
|
|
93
93
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
94
94
|
}>;
|
|
95
95
|
/** Sets `borderColor: "rgba(53, 53, 53, 1)"`. */
|
|
96
|
-
get
|
|
96
|
+
get bcGray800(): CssBuilder<T & {
|
|
97
97
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
98
98
|
}>;
|
|
99
99
|
/** Sets `borderColor: "rgba(36, 36, 36, 1)"`. */
|
|
100
|
-
get
|
|
100
|
+
get bcGray900(): CssBuilder<T & {
|
|
101
101
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
102
102
|
}>;
|
|
103
103
|
/** Sets `borderColor: "rgba(239, 246, 255, 1)"`. */
|
|
104
|
-
get
|
|
104
|
+
get bcBlue50(): CssBuilder<T & {
|
|
105
105
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
106
106
|
}>;
|
|
107
107
|
/** Sets `borderColor: "rgba(219, 234, 254, 1)"`. */
|
|
108
|
-
get
|
|
108
|
+
get bcBlue100(): CssBuilder<T & {
|
|
109
109
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
110
110
|
}>;
|
|
111
111
|
/** Sets `borderColor: "rgba(191, 219, 254, 1)"`. */
|
|
112
|
-
get
|
|
112
|
+
get bcBlue200(): CssBuilder<T & {
|
|
113
113
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
114
114
|
}>;
|
|
115
115
|
/** Sets `borderColor: "rgba(147, 197, 253, 1)"`. */
|
|
116
|
-
get
|
|
116
|
+
get bcBlue300(): CssBuilder<T & {
|
|
117
117
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
118
118
|
}>;
|
|
119
119
|
/** Sets `borderColor: "rgba(96, 165, 250, 1)"`. */
|
|
120
|
-
get
|
|
120
|
+
get bcBlue400(): CssBuilder<T & {
|
|
121
121
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
122
122
|
}>;
|
|
123
123
|
/** Sets `borderColor: "rgba(59, 130, 246, 1)"`. */
|
|
124
|
-
get
|
|
124
|
+
get bcBlue500(): CssBuilder<T & {
|
|
125
125
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
126
126
|
}>;
|
|
127
127
|
/** Sets `borderColor: "rgba(37, 99, 235, 1)"`. */
|
|
128
|
-
get
|
|
128
|
+
get bcBlue600(): CssBuilder<T & {
|
|
129
129
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
130
130
|
}>;
|
|
131
131
|
/** Sets `borderColor: "rgba(29, 78, 216, 1)"`. */
|
|
132
|
-
get
|
|
132
|
+
get bcBlue700(): CssBuilder<T & {
|
|
133
133
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
134
134
|
}>;
|
|
135
135
|
/** Sets `borderColor: "rgba(30, 64, 175, 1)"`. */
|
|
136
|
-
get
|
|
136
|
+
get bcBlue800(): CssBuilder<T & {
|
|
137
137
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
138
138
|
}>;
|
|
139
139
|
/** Sets `borderColor: "rgba(30, 58, 138, 1)"`. */
|
|
140
|
-
get
|
|
140
|
+
get bcBlue900(): CssBuilder<T & {
|
|
141
141
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
142
142
|
}>;
|
|
143
143
|
/** Sets `borderColor: "rgba(254, 242, 242, 1)"`. */
|
|
144
|
-
get
|
|
144
|
+
get bcRed50(): CssBuilder<T & {
|
|
145
145
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
146
146
|
}>;
|
|
147
147
|
/** Sets `borderColor: "rgba(254, 226, 226, 1)"`. */
|
|
148
|
-
get
|
|
148
|
+
get bcRed100(): CssBuilder<T & {
|
|
149
149
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
150
150
|
}>;
|
|
151
151
|
/** Sets `borderColor: "rgba(254, 202, 202, 1)"`. */
|
|
152
|
-
get
|
|
152
|
+
get bcRed200(): CssBuilder<T & {
|
|
153
153
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
154
154
|
}>;
|
|
155
155
|
/** Sets `borderColor: "rgba(252, 165, 165, 1)"`. */
|
|
156
|
-
get
|
|
156
|
+
get bcRed300(): CssBuilder<T & {
|
|
157
157
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
158
158
|
}>;
|
|
159
159
|
/** Sets `borderColor: "rgba(248, 113, 113, 1)"`. */
|
|
160
|
-
get
|
|
160
|
+
get bcRed400(): CssBuilder<T & {
|
|
161
161
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
162
162
|
}>;
|
|
163
163
|
/** Sets `borderColor: "rgba(239, 68, 68, 1)"`. */
|
|
164
|
-
get
|
|
164
|
+
get bcRed500(): CssBuilder<T & {
|
|
165
165
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
166
166
|
}>;
|
|
167
167
|
/** Sets `borderColor: "rgba(220, 38, 38, 1)"`. */
|
|
168
|
-
get
|
|
168
|
+
get bcRed600(): CssBuilder<T & {
|
|
169
169
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
170
170
|
}>;
|
|
171
171
|
/** Sets `borderColor: "rgba(185, 28, 28, 1)"`. */
|
|
172
|
-
get
|
|
172
|
+
get bcRed700(): CssBuilder<T & {
|
|
173
173
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
174
174
|
}>;
|
|
175
175
|
/** Sets `borderColor: "rgba(153, 27, 27, 1)"`. */
|
|
176
|
-
get
|
|
176
|
+
get bcRed800(): CssBuilder<T & {
|
|
177
177
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
178
178
|
}>;
|
|
179
179
|
/** Sets `borderColor: "rgba(127, 29, 29, 1)"`. */
|
|
180
|
-
get
|
|
180
|
+
get bcRed900(): CssBuilder<T & {
|
|
181
181
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
182
182
|
}>;
|
|
183
183
|
/** Sets `borderColor: "rgba(254, 252, 232, 1)"`. */
|
|
184
|
-
get
|
|
184
|
+
get bcYellow50(): CssBuilder<T & {
|
|
185
185
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
186
186
|
}>;
|
|
187
187
|
/** Sets `borderColor: "rgba(254, 249, 195, 1)"`. */
|
|
188
|
-
get
|
|
188
|
+
get bcYellow100(): CssBuilder<T & {
|
|
189
189
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
190
190
|
}>;
|
|
191
191
|
/** Sets `borderColor: "rgba(254, 240, 138, 1)"`. */
|
|
192
|
-
get
|
|
192
|
+
get bcYellow200(): CssBuilder<T & {
|
|
193
193
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
194
194
|
}>;
|
|
195
195
|
/** Sets `borderColor: "rgba(253, 224, 71, 1)"`. */
|
|
196
|
-
get
|
|
196
|
+
get bcYellow300(): CssBuilder<T & {
|
|
197
197
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
198
198
|
}>;
|
|
199
199
|
/** Sets `borderColor: "rgba(250, 204, 21, 1)"`. */
|
|
200
|
-
get
|
|
200
|
+
get bcYellow400(): CssBuilder<T & {
|
|
201
201
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
202
202
|
}>;
|
|
203
203
|
/** Sets `borderColor: "rgba(234, 179, 8, 1)"`. */
|
|
204
|
-
get
|
|
204
|
+
get bcYellow500(): CssBuilder<T & {
|
|
205
205
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
206
206
|
}>;
|
|
207
207
|
/** Sets `borderColor: "rgba(202, 138, 4, 1)"`. */
|
|
208
|
-
get
|
|
208
|
+
get bcYellow600(): CssBuilder<T & {
|
|
209
209
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
210
210
|
}>;
|
|
211
211
|
/** Sets `borderColor: "rgba(161, 98, 7, 1)"`. */
|
|
212
|
-
get
|
|
212
|
+
get bcYellow700(): CssBuilder<T & {
|
|
213
213
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
214
214
|
}>;
|
|
215
215
|
/** Sets `borderColor: "rgba(133, 77, 14, 1)"`. */
|
|
216
|
-
get
|
|
216
|
+
get bcYellow800(): CssBuilder<T & {
|
|
217
217
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
218
218
|
}>;
|
|
219
219
|
/** Sets `borderColor: "rgba(113, 63, 18, 1)"`. */
|
|
220
|
-
get
|
|
220
|
+
get bcYellow900(): CssBuilder<T & {
|
|
221
221
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
222
222
|
}>;
|
|
223
223
|
/** Sets `borderColor: "rgba(236, 253, 245, 1)"`. */
|
|
224
|
-
get
|
|
224
|
+
get bcGreen50(): CssBuilder<T & {
|
|
225
225
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
226
226
|
}>;
|
|
227
227
|
/** Sets `borderColor: "rgba(209, 250, 229, 1)"`. */
|
|
228
|
-
get
|
|
228
|
+
get bcGreen100(): CssBuilder<T & {
|
|
229
229
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
230
230
|
}>;
|
|
231
231
|
/** Sets `borderColor: "rgba(167, 243, 208, 1)"`. */
|
|
232
|
-
get
|
|
232
|
+
get bcGreen200(): CssBuilder<T & {
|
|
233
233
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
234
234
|
}>;
|
|
235
235
|
/** Sets `borderColor: "rgba(110, 231, 183, 1)"`. */
|
|
236
|
-
get
|
|
236
|
+
get bcGreen300(): CssBuilder<T & {
|
|
237
237
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
238
238
|
}>;
|
|
239
239
|
/** Sets `borderColor: "rgba(52, 211, 153, 1)"`. */
|
|
240
|
-
get
|
|
240
|
+
get bcGreen400(): CssBuilder<T & {
|
|
241
241
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
242
242
|
}>;
|
|
243
243
|
/** Sets `borderColor: "rgba(16, 185, 129, 1)"`. */
|
|
244
|
-
get
|
|
244
|
+
get bcGreen500(): CssBuilder<T & {
|
|
245
245
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
246
246
|
}>;
|
|
247
247
|
/** Sets `borderColor: "rgba(5, 150, 105, 1)"`. */
|
|
248
|
-
get
|
|
248
|
+
get bcGreen600(): CssBuilder<T & {
|
|
249
249
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
250
250
|
}>;
|
|
251
251
|
/** Sets `borderColor: "rgba(4, 120, 87, 1)"`. */
|
|
252
|
-
get
|
|
252
|
+
get bcGreen700(): CssBuilder<T & {
|
|
253
253
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
254
254
|
}>;
|
|
255
255
|
/** Sets `borderColor: "rgba(6, 95, 70, 1)"`. */
|
|
256
|
-
get
|
|
256
|
+
get bcGreen800(): CssBuilder<T & {
|
|
257
257
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
258
258
|
}>;
|
|
259
259
|
/** Sets `borderColor: "rgba(6, 78, 59, 1)"`. */
|
|
260
|
-
get
|
|
260
|
+
get bcGreen900(): CssBuilder<T & {
|
|
261
261
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
262
262
|
}>;
|
|
263
263
|
/** Sets `borderColor: "rgba(245, 243, 255, 1)"`. */
|
|
264
|
-
get
|
|
264
|
+
get bcPurple50(): CssBuilder<T & {
|
|
265
265
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
266
266
|
}>;
|
|
267
267
|
/** Sets `borderColor: "rgba(237, 233, 254, 1)"`. */
|
|
268
|
-
get
|
|
268
|
+
get bcPurple100(): CssBuilder<T & {
|
|
269
269
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
270
270
|
}>;
|
|
271
271
|
/** Sets `borderColor: "rgba(221, 214, 254, 1)"`. */
|
|
272
|
-
get
|
|
272
|
+
get bcPurple200(): CssBuilder<T & {
|
|
273
273
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
274
274
|
}>;
|
|
275
275
|
/** Sets `borderColor: "rgba(196, 181, 253, 1)"`. */
|
|
276
|
-
get
|
|
276
|
+
get bcPurple300(): CssBuilder<T & {
|
|
277
277
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
278
278
|
}>;
|
|
279
279
|
/** Sets `borderColor: "rgba(167, 139, 250, 1)"`. */
|
|
280
|
-
get
|
|
280
|
+
get bcPurple400(): CssBuilder<T & {
|
|
281
281
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
282
282
|
}>;
|
|
283
283
|
/** Sets `borderColor: "rgba(139, 92, 246, 1)"`. */
|
|
284
|
-
get
|
|
284
|
+
get bcPurple500(): CssBuilder<T & {
|
|
285
285
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
286
286
|
}>;
|
|
287
287
|
/** Sets `borderColor: "rgba(124, 58, 237, 1)"`. */
|
|
288
|
-
get
|
|
288
|
+
get bcPurple600(): CssBuilder<T & {
|
|
289
289
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
290
290
|
}>;
|
|
291
291
|
/** Sets `borderColor: "rgba(109, 40, 217, 1)"`. */
|
|
292
|
-
get
|
|
292
|
+
get bcPurple700(): CssBuilder<T & {
|
|
293
293
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
294
294
|
}>;
|
|
295
295
|
/** Sets `borderColor: "rgba(91, 33, 182, 1)"`. */
|
|
296
|
-
get
|
|
296
|
+
get bcPurple800(): CssBuilder<T & {
|
|
297
297
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
298
298
|
}>;
|
|
299
299
|
/** Sets `borderColor: "rgba(76, 29, 149, 1)"`. */
|
|
300
|
-
get
|
|
300
|
+
get bcPurple900(): CssBuilder<T & {
|
|
301
301
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
302
302
|
}>;
|
|
303
303
|
/** Sets `borderColor: "rgba(255, 247, 237, 1)"`. */
|
|
304
|
-
get
|
|
304
|
+
get bcOrange50(): CssBuilder<T & {
|
|
305
305
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
306
306
|
}>;
|
|
307
307
|
/** Sets `borderColor: "rgba(255, 237, 213, 1)"`. */
|
|
308
|
-
get
|
|
308
|
+
get bcOrange100(): CssBuilder<T & {
|
|
309
309
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
310
310
|
}>;
|
|
311
311
|
/** Sets `borderColor: "rgba(254, 215, 170, 1)"`. */
|
|
312
|
-
get
|
|
312
|
+
get bcOrange200(): CssBuilder<T & {
|
|
313
313
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
314
314
|
}>;
|
|
315
315
|
/** Sets `borderColor: "rgba(253, 186, 116, 1)"`. */
|
|
316
|
-
get
|
|
316
|
+
get bcOrange300(): CssBuilder<T & {
|
|
317
317
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
318
318
|
}>;
|
|
319
319
|
/** Sets `borderColor: "rgba(251, 146, 60, 1)"`. */
|
|
320
|
-
get
|
|
320
|
+
get bcOrange400(): CssBuilder<T & {
|
|
321
321
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
322
322
|
}>;
|
|
323
323
|
/** Sets `borderColor: "rgba(249, 115, 22, 1)"`. */
|
|
324
|
-
get
|
|
324
|
+
get bcOrange500(): CssBuilder<T & {
|
|
325
325
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
326
326
|
}>;
|
|
327
327
|
/** Sets `borderColor: "rgba(234, 88, 12, 1)"`. */
|
|
328
|
-
get
|
|
328
|
+
get bcOrange600(): CssBuilder<T & {
|
|
329
329
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
330
330
|
}>;
|
|
331
331
|
/** Sets `borderColor: "rgba(194, 65, 12, 1)"`. */
|
|
332
|
-
get
|
|
332
|
+
get bcOrange700(): CssBuilder<T & {
|
|
333
333
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
334
334
|
}>;
|
|
335
335
|
/** Sets `borderColor: "rgba(154, 52, 18, 1)"`. */
|
|
336
|
-
get
|
|
336
|
+
get bcOrange800(): CssBuilder<T & {
|
|
337
337
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
338
338
|
}>;
|
|
339
339
|
/** Sets `borderColor: "rgba(124, 45, 18, 1)"`. */
|
|
340
|
-
get
|
|
340
|
+
get bcOrange900(): CssBuilder<T & {
|
|
341
341
|
borderColor: import("csstype").Property.BorderColor | undefined;
|
|
342
342
|
}>;
|
|
343
343
|
/** Sets `borderColor: value`. */
|
|
@@ -397,11 +397,11 @@ declare class CssBuilder<T extends Properties> {
|
|
|
397
397
|
borderStyle: import("csstype").Property.BorderStyle | undefined;
|
|
398
398
|
}>;
|
|
399
399
|
/** Sets `borderStyle: "none"`. */
|
|
400
|
-
get
|
|
400
|
+
get bsn(): CssBuilder<T & {
|
|
401
401
|
borderStyle: import("csstype").Property.BorderStyle | undefined;
|
|
402
402
|
}>;
|
|
403
403
|
/** Sets `borderStyle: "solid"`. */
|
|
404
|
-
get
|
|
404
|
+
get bss(): CssBuilder<T & {
|
|
405
405
|
borderStyle: import("csstype").Property.BorderStyle | undefined;
|
|
406
406
|
}>;
|
|
407
407
|
/** Sets `borderStyle: value`. */
|
|
@@ -1020,18 +1020,6 @@ declare class CssBuilder<T extends Properties> {
|
|
|
1020
1020
|
fb(value: Properties["flexBasis"]): CssBuilder<T & {
|
|
1021
1021
|
flexBasis: import("csstype").Property.FlexBasis<string | 0> | undefined;
|
|
1022
1022
|
}>;
|
|
1023
|
-
/** Sets `flex: "auto"`. */
|
|
1024
|
-
get flexAuto(): CssBuilder<T & {
|
|
1025
|
-
flex: import("csstype").Property.Flex<string | 0> | undefined;
|
|
1026
|
-
}>;
|
|
1027
|
-
/** Sets `flex: "none"`. */
|
|
1028
|
-
get flexNone(): CssBuilder<T & {
|
|
1029
|
-
flex: import("csstype").Property.Flex<string | 0> | undefined;
|
|
1030
|
-
}>;
|
|
1031
|
-
/** Sets `flex: value`. */
|
|
1032
|
-
flex(value: Properties["flex"]): CssBuilder<T & {
|
|
1033
|
-
flex: import("csstype").Property.Flex<string | 0> | undefined;
|
|
1034
|
-
}>;
|
|
1035
1023
|
/** Sets `flexGrow: 0`. */
|
|
1036
1024
|
get fg0(): CssBuilder<T & {
|
|
1037
1025
|
flexGrow: import("csstype").Property.FlexGrow | undefined;
|
|
@@ -1109,11 +1097,11 @@ declare class CssBuilder<T extends Properties> {
|
|
|
1109
1097
|
float: import("csstype").Property.Float | undefined;
|
|
1110
1098
|
}>;
|
|
1111
1099
|
/** Sets `fontWeight: "normal"`. */
|
|
1112
|
-
get
|
|
1100
|
+
get fwn(): CssBuilder<T & {
|
|
1113
1101
|
fontWeight: import("csstype").Property.FontWeight | undefined;
|
|
1114
1102
|
}>;
|
|
1115
1103
|
/** Sets `fontWeight: "bold"`. */
|
|
1116
|
-
get
|
|
1104
|
+
get fwb(): CssBuilder<T & {
|
|
1117
1105
|
fontWeight: import("csstype").Property.FontWeight | undefined;
|
|
1118
1106
|
}>;
|
|
1119
1107
|
/** Sets `fontWeight: 100`. */
|
|
@@ -1623,19 +1611,19 @@ declare class CssBuilder<T extends Properties> {
|
|
|
1623
1611
|
outline: import("csstype").Property.Outline<string | 0> | undefined;
|
|
1624
1612
|
}>;
|
|
1625
1613
|
/** Sets `overflow: "visible"`. */
|
|
1626
|
-
get
|
|
1614
|
+
get ov(): CssBuilder<T & {
|
|
1627
1615
|
overflow: import("csstype").Property.Overflow | undefined;
|
|
1628
1616
|
}>;
|
|
1629
1617
|
/** Sets `overflow: "hidden"`. */
|
|
1630
|
-
get
|
|
1618
|
+
get oh(): CssBuilder<T & {
|
|
1631
1619
|
overflow: import("csstype").Property.Overflow | undefined;
|
|
1632
1620
|
}>;
|
|
1633
1621
|
/** Sets `overflow: "scroll"`. */
|
|
1634
|
-
get
|
|
1622
|
+
get os(): CssBuilder<T & {
|
|
1635
1623
|
overflow: import("csstype").Property.Overflow | undefined;
|
|
1636
1624
|
}>;
|
|
1637
1625
|
/** Sets `overflow: "auto"`. */
|
|
1638
|
-
get
|
|
1626
|
+
get oa(): CssBuilder<T & {
|
|
1639
1627
|
overflow: import("csstype").Property.Overflow | undefined;
|
|
1640
1628
|
}>;
|
|
1641
1629
|
/** Sets `overflow: value`. */
|
|
@@ -1643,19 +1631,19 @@ declare class CssBuilder<T extends Properties> {
|
|
|
1643
1631
|
overflow: import("csstype").Property.Overflow | undefined;
|
|
1644
1632
|
}>;
|
|
1645
1633
|
/** Sets `overflowY: "visible"`. */
|
|
1646
|
-
get
|
|
1634
|
+
get oyv(): CssBuilder<T & {
|
|
1647
1635
|
overflowY: import("csstype").Property.OverflowY | undefined;
|
|
1648
1636
|
}>;
|
|
1649
1637
|
/** Sets `overflowY: "hidden"`. */
|
|
1650
|
-
get
|
|
1638
|
+
get oyh(): CssBuilder<T & {
|
|
1651
1639
|
overflowY: import("csstype").Property.OverflowY | undefined;
|
|
1652
1640
|
}>;
|
|
1653
1641
|
/** Sets `overflowY: "scroll"`. */
|
|
1654
|
-
get
|
|
1642
|
+
get oys(): CssBuilder<T & {
|
|
1655
1643
|
overflowY: import("csstype").Property.OverflowY | undefined;
|
|
1656
1644
|
}>;
|
|
1657
1645
|
/** Sets `overflowY: "auto"`. */
|
|
1658
|
-
get
|
|
1646
|
+
get oya(): CssBuilder<T & {
|
|
1659
1647
|
overflowY: import("csstype").Property.OverflowY | undefined;
|
|
1660
1648
|
}>;
|
|
1661
1649
|
/** Sets `overflowY: value`. */
|
|
@@ -1663,19 +1651,19 @@ declare class CssBuilder<T extends Properties> {
|
|
|
1663
1651
|
overflowY: import("csstype").Property.OverflowY | undefined;
|
|
1664
1652
|
}>;
|
|
1665
1653
|
/** Sets `overflowX: "visible"`. */
|
|
1666
|
-
get
|
|
1654
|
+
get oxv(): CssBuilder<T & {
|
|
1667
1655
|
overflowX: import("csstype").Property.OverflowX | undefined;
|
|
1668
1656
|
}>;
|
|
1669
1657
|
/** Sets `overflowX: "hidden"`. */
|
|
1670
|
-
get
|
|
1658
|
+
get oxh(): CssBuilder<T & {
|
|
1671
1659
|
overflowX: import("csstype").Property.OverflowX | undefined;
|
|
1672
1660
|
}>;
|
|
1673
1661
|
/** Sets `overflowX: "scroll"`. */
|
|
1674
|
-
get
|
|
1662
|
+
get oxs(): CssBuilder<T & {
|
|
1675
1663
|
overflowX: import("csstype").Property.OverflowX | undefined;
|
|
1676
1664
|
}>;
|
|
1677
1665
|
/** Sets `overflowX: "auto"`. */
|
|
1678
|
-
get
|
|
1666
|
+
get oxa(): CssBuilder<T & {
|
|
1679
1667
|
overflowX: import("csstype").Property.OverflowX | undefined;
|
|
1680
1668
|
}>;
|
|
1681
1669
|
/** Sets `overflowX: value`. */
|
|
@@ -3457,19 +3445,19 @@ declare class CssBuilder<T extends Properties> {
|
|
|
3457
3445
|
paddingLeft: import("csstype").Property.PaddingLeft<string | 0> | undefined;
|
|
3458
3446
|
}>;
|
|
3459
3447
|
/** Sets `textAlign: "left"`. */
|
|
3460
|
-
get
|
|
3448
|
+
get tal(): CssBuilder<T & {
|
|
3461
3449
|
textAlign: import("csstype").Property.TextAlign | undefined;
|
|
3462
3450
|
}>;
|
|
3463
3451
|
/** Sets `textAlign: "center"`. */
|
|
3464
|
-
get
|
|
3452
|
+
get tac(): CssBuilder<T & {
|
|
3465
3453
|
textAlign: import("csstype").Property.TextAlign | undefined;
|
|
3466
3454
|
}>;
|
|
3467
3455
|
/** Sets `textAlign: "right"`. */
|
|
3468
|
-
get
|
|
3456
|
+
get tar(): CssBuilder<T & {
|
|
3469
3457
|
textAlign: import("csstype").Property.TextAlign | undefined;
|
|
3470
3458
|
}>;
|
|
3471
3459
|
/** Sets `textAlign: "justify"`. */
|
|
3472
|
-
get
|
|
3460
|
+
get taj(): CssBuilder<T & {
|
|
3473
3461
|
textAlign: import("csstype").Property.TextAlign | undefined;
|
|
3474
3462
|
}>;
|
|
3475
3463
|
/** Sets `textAlign: value`. */
|
|
@@ -3477,15 +3465,15 @@ declare class CssBuilder<T extends Properties> {
|
|
|
3477
3465
|
textAlign: import("csstype").Property.TextAlign | undefined;
|
|
3478
3466
|
}>;
|
|
3479
3467
|
/** Sets `textDecoration: "none"`. */
|
|
3480
|
-
get
|
|
3468
|
+
get tdn(): CssBuilder<T & {
|
|
3481
3469
|
textDecoration: import("csstype").Property.TextDecoration<string | 0> | undefined;
|
|
3482
3470
|
}>;
|
|
3483
3471
|
/** Sets `textDecoration: "line-through"`. */
|
|
3484
|
-
get
|
|
3472
|
+
get tdlt(): CssBuilder<T & {
|
|
3485
3473
|
textDecoration: import("csstype").Property.TextDecoration<string | 0> | undefined;
|
|
3486
3474
|
}>;
|
|
3487
3475
|
/** Sets `textDecoration: "underline"`. */
|
|
3488
|
-
get
|
|
3476
|
+
get tdu(): CssBuilder<T & {
|
|
3489
3477
|
textDecoration: import("csstype").Property.TextDecoration<string | 0> | undefined;
|
|
3490
3478
|
}>;
|
|
3491
3479
|
/** Sets `textDecoration: value`. */
|
|
@@ -3869,19 +3857,19 @@ declare class CssBuilder<T extends Properties> {
|
|
|
3869
3857
|
lineHeight: import("csstype").Property.LineHeight<string | 0> | undefined;
|
|
3870
3858
|
}>;
|
|
3871
3859
|
/** Sets `userSelect: "none"`. */
|
|
3872
|
-
get
|
|
3860
|
+
get usn(): CssBuilder<T & {
|
|
3873
3861
|
userSelect: import("csstype").Property.UserSelect | undefined;
|
|
3874
3862
|
}>;
|
|
3875
3863
|
/** Sets `userSelect: "text"`. */
|
|
3876
|
-
get
|
|
3864
|
+
get ust(): CssBuilder<T & {
|
|
3877
3865
|
userSelect: import("csstype").Property.UserSelect | undefined;
|
|
3878
3866
|
}>;
|
|
3879
3867
|
/** Sets `userSelect: "all"`. */
|
|
3880
|
-
get
|
|
3868
|
+
get usAll(): CssBuilder<T & {
|
|
3881
3869
|
userSelect: import("csstype").Property.UserSelect | undefined;
|
|
3882
3870
|
}>;
|
|
3883
3871
|
/** Sets `userSelect: "auto"`. */
|
|
3884
|
-
get
|
|
3872
|
+
get usAuto(): CssBuilder<T & {
|
|
3885
3873
|
userSelect: import("csstype").Property.UserSelect | undefined;
|
|
3886
3874
|
}>;
|
|
3887
3875
|
/** Sets `userSelect: value`. */
|
|
@@ -3889,19 +3877,19 @@ declare class CssBuilder<T extends Properties> {
|
|
|
3889
3877
|
userSelect: import("csstype").Property.UserSelect | undefined;
|
|
3890
3878
|
}>;
|
|
3891
3879
|
/** Sets `verticalAlign: "baseline"`. */
|
|
3892
|
-
get
|
|
3880
|
+
get vaBaseline(): CssBuilder<T & {
|
|
3893
3881
|
verticalAlign: import("csstype").Property.VerticalAlign<string | 0> | undefined;
|
|
3894
3882
|
}>;
|
|
3895
3883
|
/** Sets `verticalAlign: "middle"`. */
|
|
3896
|
-
get
|
|
3884
|
+
get vam(): CssBuilder<T & {
|
|
3897
3885
|
verticalAlign: import("csstype").Property.VerticalAlign<string | 0> | undefined;
|
|
3898
3886
|
}>;
|
|
3899
3887
|
/** Sets `verticalAlign: "top"`. */
|
|
3900
|
-
get
|
|
3888
|
+
get vat(): CssBuilder<T & {
|
|
3901
3889
|
verticalAlign: import("csstype").Property.VerticalAlign<string | 0> | undefined;
|
|
3902
3890
|
}>;
|
|
3903
3891
|
/** Sets `verticalAlign: "bottom"`. */
|
|
3904
|
-
get
|
|
3892
|
+
get vaBottom(): CssBuilder<T & {
|
|
3905
3893
|
verticalAlign: import("csstype").Property.VerticalAlign<string | 0> | undefined;
|
|
3906
3894
|
}>;
|
|
3907
3895
|
/** Sets `verticalAlign: value`. */
|
|
@@ -3909,29 +3897,17 @@ declare class CssBuilder<T extends Properties> {
|
|
|
3909
3897
|
verticalAlign: import("csstype").Property.VerticalAlign<string | 0> | undefined;
|
|
3910
3898
|
}>;
|
|
3911
3899
|
/** Sets `visibility: "visible"`. */
|
|
3912
|
-
get
|
|
3900
|
+
get vv(): CssBuilder<T & {
|
|
3913
3901
|
visibility: import("csstype").Property.Visibility | undefined;
|
|
3914
3902
|
}>;
|
|
3915
3903
|
/** Sets `visibility: "hidden"`. */
|
|
3916
|
-
get
|
|
3904
|
+
get vh(): CssBuilder<T & {
|
|
3917
3905
|
visibility: import("csstype").Property.Visibility | undefined;
|
|
3918
3906
|
}>;
|
|
3919
3907
|
/** Sets `visibility: value`. */
|
|
3920
3908
|
visibility(value: Properties["visibility"]): CssBuilder<T & {
|
|
3921
3909
|
visibility: import("csstype").Property.Visibility | undefined;
|
|
3922
3910
|
}>;
|
|
3923
|
-
/** Sets `whiteSpace: "nowrap"`. */
|
|
3924
|
-
get nowrap(): CssBuilder<T & {
|
|
3925
|
-
whiteSpace: import("csstype").Property.WhiteSpace | undefined;
|
|
3926
|
-
}>;
|
|
3927
|
-
/** Sets `whiteSpace: "pre"`. */
|
|
3928
|
-
get pre(): CssBuilder<T & {
|
|
3929
|
-
whiteSpace: import("csstype").Property.WhiteSpace | undefined;
|
|
3930
|
-
}>;
|
|
3931
|
-
/** Sets `whiteSpace: "normal"`. */
|
|
3932
|
-
get wsNormal(): CssBuilder<T & {
|
|
3933
|
-
whiteSpace: import("csstype").Property.WhiteSpace | undefined;
|
|
3934
|
-
}>;
|
|
3935
3911
|
/** Sets `whiteSpace: "pre"`. */
|
|
3936
3912
|
get wsp(): CssBuilder<T & {
|
|
3937
3913
|
whiteSpace: import("csstype").Property.WhiteSpace | undefined;
|
|
@@ -4117,19 +4093,19 @@ declare class CssBuilder<T extends Properties> {
|
|
|
4117
4093
|
width: import("csstype").Property.Width<string | 0> | undefined;
|
|
4118
4094
|
}>;
|
|
4119
4095
|
/** Sets `wordBreak: "normal"`. */
|
|
4120
|
-
get
|
|
4096
|
+
get wbn(): CssBuilder<T & {
|
|
4121
4097
|
wordBreak: import("csstype").Property.WordBreak | undefined;
|
|
4122
4098
|
}>;
|
|
4123
4099
|
/** Sets `wordBreak: "break-all"`. */
|
|
4124
|
-
get
|
|
4100
|
+
get wbba(): CssBuilder<T & {
|
|
4125
4101
|
wordBreak: import("csstype").Property.WordBreak | undefined;
|
|
4126
4102
|
}>;
|
|
4127
4103
|
/** Sets `wordBreak: "keep-all"`. */
|
|
4128
|
-
get
|
|
4104
|
+
get wbka(): CssBuilder<T & {
|
|
4129
4105
|
wordBreak: import("csstype").Property.WordBreak | undefined;
|
|
4130
4106
|
}>;
|
|
4131
4107
|
/** Sets `wordBreak: "break-word"`. */
|
|
4132
|
-
get
|
|
4108
|
+
get wbbw(): CssBuilder<T & {
|
|
4133
4109
|
wordBreak: import("csstype").Property.WordBreak | undefined;
|
|
4134
4110
|
}>;
|
|
4135
4111
|
/** Sets `wordBreak: value`. */
|