@nextui-org/react 1.0.0-beta.6 → 1.0.0-beta.7
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/cjs/backdrop/backdrop.styles.js +1 -1
- package/cjs/button/button.js +1 -1
- package/cjs/button/button.styles.js +1 -1
- package/cjs/button/utils.js +1 -1
- package/cjs/card/card.styles.js +1 -1
- package/cjs/checkbox/checkbox-context.js +1 -1
- package/cjs/checkbox/checkbox-group.js +1 -1
- package/cjs/checkbox/checkbox.js +1 -1
- package/cjs/checkbox/checkbox.styles.js +1 -1
- package/cjs/checkbox/use-checkbox-group.js +1 -0
- package/cjs/checkbox/use-checkbox.js +1 -0
- package/cjs/collapse/collapse.styles.js +1 -1
- package/cjs/css-baseline/css-baseline.js +1 -1
- package/cjs/grid/grid-container.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/input/input.styles.js +1 -1
- package/cjs/link/link.js +1 -1
- package/cjs/link/link.styles.js +1 -1
- package/cjs/pagination/pagination.styles.js +1 -1
- package/cjs/popover/popover-content.js +1 -1
- package/cjs/popover/popover.styles.js +1 -1
- package/cjs/radio/radio.styles.js +1 -1
- package/cjs/switch/switch.styles.js +1 -1
- package/cjs/table/table-checkbox-cell.js +1 -1
- package/cjs/table/table-context.js +1 -1
- package/cjs/table/table-select-all-checkbox.js +1 -1
- package/cjs/table/table.js +1 -1
- package/cjs/table/table.styles.js +1 -1
- package/cjs/table/utils.js +1 -1
- package/cjs/theme/colors/blue.js +1 -0
- package/cjs/theme/colors/cyan.js +1 -0
- package/cjs/theme/colors/gray.js +1 -0
- package/cjs/theme/colors/green.js +1 -0
- package/cjs/theme/colors/index.js +1 -0
- package/cjs/theme/colors/pink.js +1 -0
- package/cjs/theme/colors/purple.js +1 -0
- package/cjs/theme/colors/red.js +1 -0
- package/cjs/theme/colors/yellow.js +1 -0
- package/cjs/theme/common.js +1 -1
- package/cjs/theme/dark-theme.js +1 -1
- package/cjs/theme/index.js +1 -1
- package/cjs/theme/light-theme.js +1 -1
- package/cjs/user/user.styles.js +1 -1
- package/esm/backdrop/backdrop.styles.js +1 -1
- package/esm/button/button.js +1 -1
- package/esm/button/button.styles.js +1 -1
- package/esm/button/utils.js +1 -1
- package/esm/card/card.styles.js +1 -1
- package/esm/checkbox/checkbox-context.js +1 -1
- package/esm/checkbox/checkbox-group.js +1 -1
- package/esm/checkbox/checkbox.js +1 -1
- package/esm/checkbox/checkbox.styles.js +1 -1
- package/esm/checkbox/use-checkbox-group.js +1 -0
- package/esm/checkbox/use-checkbox.js +1 -0
- package/esm/collapse/collapse.styles.js +1 -1
- package/esm/css-baseline/css-baseline.js +1 -1
- package/esm/grid/grid-container.js +1 -1
- package/esm/index.js +1 -1
- package/esm/input/input.styles.js +1 -1
- package/esm/link/link.js +1 -1
- package/esm/link/link.styles.js +1 -1
- package/esm/pagination/pagination.styles.js +1 -1
- package/esm/popover/popover-content.js +1 -1
- package/esm/popover/popover.styles.js +1 -1
- package/esm/radio/radio.styles.js +1 -1
- package/esm/switch/switch.styles.js +1 -1
- package/esm/table/table-checkbox-cell.js +1 -1
- package/esm/table/table-context.js +1 -1
- package/esm/table/table-select-all-checkbox.js +1 -1
- package/esm/table/table.js +1 -1
- package/esm/table/table.styles.js +1 -1
- package/esm/table/utils.js +1 -1
- package/esm/theme/colors/blue.js +1 -0
- package/esm/theme/colors/cyan.js +1 -0
- package/esm/theme/colors/gray.js +1 -0
- package/esm/theme/colors/green.js +1 -0
- package/esm/theme/colors/index.js +1 -0
- package/esm/theme/colors/pink.js +1 -0
- package/esm/theme/colors/purple.js +1 -0
- package/esm/theme/colors/red.js +1 -0
- package/esm/theme/colors/yellow.js +1 -0
- package/esm/theme/common.js +1 -1
- package/esm/theme/dark-theme.js +1 -1
- package/esm/theme/index.js +1 -1
- package/esm/theme/light-theme.js +1 -1
- package/esm/user/user.styles.js +1 -1
- package/package.json +23 -23
- package/types/avatar/avatar-group.styles.d.ts +246 -168
- package/types/avatar/avatar.styles.d.ts +123 -84
- package/types/backdrop/backdrop.styles.d.ts +369 -252
- package/types/button/button-group.styles.d.ts +123 -84
- package/types/button/button-icon.d.ts +123 -84
- package/types/button/button.styles.d.ts +392 -187
- package/types/card/card.styles.d.ts +510 -354
- package/types/checkbox/checkbox-context.d.ts +3 -11
- package/types/checkbox/checkbox-group.d.ts +9 -28
- package/types/checkbox/checkbox.d.ts +8 -40
- package/types/checkbox/checkbox.styles.d.ts +1373 -1921
- package/types/checkbox/use-checkbox-group.d.ts +29 -0
- package/types/checkbox/use-checkbox.d.ts +26 -0
- package/types/code/code.styles.d.ts +246 -168
- package/types/col/col.styles.d.ts +123 -84
- package/types/collapse/collapse.styles.d.ts +756 -522
- package/types/container/container.styles.d.ts +123 -84
- package/types/divider/divider.styles.d.ts +246 -168
- package/types/grid/grid.styles.d.ts +246 -168
- package/types/image/image.styles.d.ts +369 -252
- package/types/index.d.ts +1 -0
- package/types/input/input.styles.d.ts +1409 -980
- package/types/link/link.styles.d.ts +246 -168
- package/types/loading/loading.styles.d.ts +756 -522
- package/types/modal/modal.styles.d.ts +756 -522
- package/types/pagination/pagination.styles.d.ts +756 -522
- package/types/popover/popover.styles.d.ts +1090 -76
- package/types/progress/progress.styles.d.ts +246 -168
- package/types/radio/radio.styles.d.ts +756 -522
- package/types/row/row.styles.d.ts +123 -84
- package/types/snippet/snippet.styles.d.ts +510 -354
- package/types/spacer/spacer.styles.d.ts +123 -84
- package/types/switch/switch.styles.d.ts +510 -354
- package/types/table/table-column-header.d.ts +123 -84
- package/types/table/table-sort-icon.d.ts +123 -84
- package/types/table/table.styles.d.ts +2185 -1522
- package/types/table/utils.d.ts +5 -29
- package/types/text/text.styles.d.ts +123 -84
- package/types/theme/colors/blue.d.ts +24 -0
- package/types/theme/colors/cyan.d.ts +24 -0
- package/types/theme/colors/gray.d.ts +24 -0
- package/types/theme/colors/green.d.ts +24 -0
- package/types/theme/colors/index.d.ts +8 -0
- package/types/theme/colors/pink.d.ts +24 -0
- package/types/theme/colors/purple.d.ts +24 -0
- package/types/theme/colors/red.d.ts +24 -0
- package/types/theme/colors/yellow.d.ts +24 -0
- package/types/theme/common.d.ts +322 -386
- package/types/theme/dark-theme.d.ts +101 -22
- package/types/theme/light-theme.d.ts +84 -13
- package/types/theme/stitches.config.d.ts +3167 -2660
- package/types/tooltip/tooltip.styles.d.ts +510 -354
- package/types/user/user.styles.d.ts +633 -438
- package/types/utils/drip.d.ts +123 -84
- package/umd/nextui.js +20764 -27497
- package/umd/nextui.min.js +1 -1
- package/cjs/checkbox/utils.js +0 -1
- package/esm/checkbox/utils.js +0 -1
- package/types/checkbox/utils.d.ts +0 -288
package/types/theme/common.d.ts
CHANGED
|
@@ -126,100 +126,68 @@ export declare const defaultTokens: {
|
|
|
126
126
|
export declare const defaultColors: {
|
|
127
127
|
white: string;
|
|
128
128
|
black: string;
|
|
129
|
-
blue100: string;
|
|
130
|
-
blue200: string;
|
|
131
|
-
blue300: string;
|
|
132
|
-
blue400: string;
|
|
133
|
-
blue500: string;
|
|
134
|
-
blue600: string;
|
|
135
|
-
blue700: string;
|
|
136
|
-
blue800: string;
|
|
137
|
-
blue900: string;
|
|
138
|
-
purple100: string;
|
|
139
|
-
purple200: string;
|
|
140
|
-
purple300: string;
|
|
141
|
-
purple400: string;
|
|
142
|
-
purple500: string;
|
|
143
|
-
purple600: string;
|
|
144
|
-
purple700: string;
|
|
145
|
-
purple800: string;
|
|
146
|
-
purple900: string;
|
|
147
|
-
green100: string;
|
|
148
|
-
green200: string;
|
|
149
|
-
green300: string;
|
|
150
|
-
green400: string;
|
|
151
|
-
green500: string;
|
|
152
|
-
green600: string;
|
|
153
|
-
green700: string;
|
|
154
|
-
green800: string;
|
|
155
|
-
green900: string;
|
|
156
|
-
yellow100: string;
|
|
157
|
-
yellow200: string;
|
|
158
|
-
yellow300: string;
|
|
159
|
-
yellow400: string;
|
|
160
|
-
yellow500: string;
|
|
161
|
-
yellow600: string;
|
|
162
|
-
yellow700: string;
|
|
163
|
-
yellow800: string;
|
|
164
|
-
yellow900: string;
|
|
165
|
-
red100: string;
|
|
166
|
-
red200: string;
|
|
167
|
-
red300: string;
|
|
168
|
-
red400: string;
|
|
169
|
-
red500: string;
|
|
170
|
-
red600: string;
|
|
171
|
-
red700: string;
|
|
172
|
-
red800: string;
|
|
173
|
-
red900: string;
|
|
174
|
-
cyan100: string;
|
|
175
|
-
cyan200: string;
|
|
176
|
-
cyan300: string;
|
|
177
|
-
cyan400: string;
|
|
178
|
-
cyan500: string;
|
|
179
|
-
cyan600: string;
|
|
180
|
-
cyan700: string;
|
|
181
|
-
cyan800: string;
|
|
182
|
-
cyan900: string;
|
|
183
|
-
pink100: string;
|
|
184
|
-
pink200: string;
|
|
185
|
-
pink300: string;
|
|
186
|
-
pink400: string;
|
|
187
|
-
pink500: string;
|
|
188
|
-
pink600: string;
|
|
189
|
-
pink700: string;
|
|
190
|
-
pink800: string;
|
|
191
|
-
pink900: string;
|
|
192
|
-
gray100: string;
|
|
193
|
-
gray200: string;
|
|
194
|
-
gray300: string;
|
|
195
|
-
gray400: string;
|
|
196
|
-
gray500: string;
|
|
197
|
-
gray600: string;
|
|
198
|
-
gray700: string;
|
|
199
|
-
gray800: string;
|
|
200
|
-
gray900: string;
|
|
201
129
|
primaryLight: string;
|
|
130
|
+
primaryLightHover: string;
|
|
131
|
+
primaryLightActive: string;
|
|
132
|
+
primaryLightContrast: string;
|
|
202
133
|
primary: string;
|
|
203
|
-
|
|
134
|
+
primaryBorder: string;
|
|
135
|
+
primaryBorderHover: string;
|
|
136
|
+
primarySolidHover: string;
|
|
137
|
+
primarySolidContrast: string;
|
|
204
138
|
primaryShadow: string;
|
|
205
139
|
secondaryLight: string;
|
|
140
|
+
secondaryLightHover: string;
|
|
141
|
+
secondaryLightActive: string;
|
|
142
|
+
secondaryLightContrast: string;
|
|
206
143
|
secondary: string;
|
|
207
|
-
|
|
144
|
+
secondaryBorder: string;
|
|
145
|
+
secondaryBorderHover: string;
|
|
146
|
+
secondarySolidHover: string;
|
|
147
|
+
secondarySolidContrast: string;
|
|
208
148
|
secondaryShadow: string;
|
|
209
149
|
successLight: string;
|
|
150
|
+
successLightHover: string;
|
|
151
|
+
successLightActive: string;
|
|
152
|
+
successLightContrast: string;
|
|
210
153
|
success: string;
|
|
211
|
-
|
|
154
|
+
successBorder: string;
|
|
155
|
+
successBorderHover: string;
|
|
156
|
+
successSolidHover: string;
|
|
157
|
+
successSolidContrast: string;
|
|
212
158
|
successShadow: string;
|
|
213
159
|
warningLight: string;
|
|
160
|
+
warningLightHover: string;
|
|
161
|
+
warningLightActive: string;
|
|
162
|
+
warningLightContrast: string;
|
|
214
163
|
warning: string;
|
|
215
|
-
|
|
164
|
+
warningBorder: string;
|
|
165
|
+
warningBorderHover: string;
|
|
166
|
+
warningSolidHover: string;
|
|
167
|
+
warningSolidContrast: string;
|
|
216
168
|
warningShadow: string;
|
|
217
169
|
errorLight: string;
|
|
170
|
+
errorLightHover: string;
|
|
171
|
+
errorLightActive: string;
|
|
172
|
+
errorLightContrast: string;
|
|
218
173
|
error: string;
|
|
219
|
-
|
|
174
|
+
errorBorder: string;
|
|
175
|
+
errorBorderHover: string;
|
|
176
|
+
errorSolidHover: string;
|
|
177
|
+
errorSolidContrast: string;
|
|
220
178
|
errorShadow: string;
|
|
221
179
|
gradient: string;
|
|
222
|
-
|
|
180
|
+
accents0: string;
|
|
181
|
+
accents1: string;
|
|
182
|
+
accents2: string;
|
|
183
|
+
accents3: string;
|
|
184
|
+
accents4: string;
|
|
185
|
+
accents5: string;
|
|
186
|
+
accents6: string;
|
|
187
|
+
accents7: string;
|
|
188
|
+
accents8: string;
|
|
189
|
+
accents9: string;
|
|
190
|
+
border: string;
|
|
223
191
|
};
|
|
224
192
|
export declare const defaultMedia: {
|
|
225
193
|
xs: string;
|
|
@@ -241,173 +209,173 @@ export declare const defaultMedia: {
|
|
|
241
209
|
export declare const defaultUtils: {
|
|
242
210
|
p: (value: Stitches.PropertyValue<'padding'>) => {
|
|
243
211
|
padding: {
|
|
244
|
-
readonly [
|
|
212
|
+
readonly [Stitches.$$PropertyValue]: "padding";
|
|
245
213
|
};
|
|
246
214
|
};
|
|
247
215
|
pt: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
|
248
216
|
paddingTop: {
|
|
249
|
-
readonly [
|
|
217
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
250
218
|
};
|
|
251
219
|
};
|
|
252
220
|
pr: (value: Stitches.PropertyValue<'paddingRight'>) => {
|
|
253
221
|
paddingRight: {
|
|
254
|
-
readonly [
|
|
222
|
+
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
|
255
223
|
};
|
|
256
224
|
};
|
|
257
225
|
pb: (value: Stitches.PropertyValue<'paddingBottom'>) => {
|
|
258
226
|
paddingBottom: {
|
|
259
|
-
readonly [
|
|
227
|
+
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
|
260
228
|
};
|
|
261
229
|
};
|
|
262
230
|
pl: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
|
263
231
|
paddingLeft: {
|
|
264
|
-
readonly [
|
|
232
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
265
233
|
};
|
|
266
234
|
};
|
|
267
235
|
px: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
|
268
236
|
paddingLeft: {
|
|
269
|
-
readonly [
|
|
237
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
270
238
|
};
|
|
271
239
|
paddingRight: {
|
|
272
|
-
readonly [
|
|
240
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
273
241
|
};
|
|
274
242
|
};
|
|
275
243
|
py: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
|
276
244
|
paddingTop: {
|
|
277
|
-
readonly [
|
|
245
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
278
246
|
};
|
|
279
247
|
paddingBottom: {
|
|
280
|
-
readonly [
|
|
248
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
281
249
|
};
|
|
282
250
|
};
|
|
283
251
|
m: (value: Stitches.PropertyValue<'margin'>) => {
|
|
284
252
|
margin: {
|
|
285
|
-
readonly [
|
|
253
|
+
readonly [Stitches.$$PropertyValue]: "margin";
|
|
286
254
|
};
|
|
287
255
|
};
|
|
288
256
|
mt: (value: Stitches.PropertyValue<'marginTop'>) => {
|
|
289
257
|
marginTop: {
|
|
290
|
-
readonly [
|
|
258
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
291
259
|
};
|
|
292
260
|
};
|
|
293
261
|
mr: (value: Stitches.PropertyValue<'marginRight'>) => {
|
|
294
262
|
marginRight: {
|
|
295
|
-
readonly [
|
|
263
|
+
readonly [Stitches.$$PropertyValue]: "marginRight";
|
|
296
264
|
};
|
|
297
265
|
};
|
|
298
266
|
mb: (value: Stitches.PropertyValue<'marginBottom'>) => {
|
|
299
267
|
marginBottom: {
|
|
300
|
-
readonly [
|
|
268
|
+
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
|
301
269
|
};
|
|
302
270
|
};
|
|
303
271
|
ml: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
|
304
272
|
marginLeft: {
|
|
305
|
-
readonly [
|
|
273
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
306
274
|
};
|
|
307
275
|
};
|
|
308
276
|
mx: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
|
309
277
|
marginLeft: {
|
|
310
|
-
readonly [
|
|
278
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
311
279
|
};
|
|
312
280
|
marginRight: {
|
|
313
|
-
readonly [
|
|
281
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
314
282
|
};
|
|
315
283
|
};
|
|
316
284
|
my: (value: Stitches.PropertyValue<'marginTop'>) => {
|
|
317
285
|
marginTop: {
|
|
318
|
-
readonly [
|
|
286
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
319
287
|
};
|
|
320
288
|
marginBottom: {
|
|
321
|
-
readonly [
|
|
289
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
322
290
|
};
|
|
323
291
|
};
|
|
324
292
|
ta: (value: Stitches.PropertyValue<'textAlign'>) => {
|
|
325
293
|
textAlign: {
|
|
326
|
-
readonly [
|
|
294
|
+
readonly [Stitches.$$PropertyValue]: "textAlign";
|
|
327
295
|
};
|
|
328
296
|
};
|
|
329
297
|
tt: (value: Stitches.PropertyValue<'textTransform'>) => {
|
|
330
298
|
textTransform: {
|
|
331
|
-
readonly [
|
|
299
|
+
readonly [Stitches.$$PropertyValue]: "textTransform";
|
|
332
300
|
};
|
|
333
301
|
};
|
|
334
302
|
to: (value: Stitches.PropertyValue<'textOverflow'>) => {
|
|
335
303
|
textOverflow: {
|
|
336
|
-
readonly [
|
|
304
|
+
readonly [Stitches.$$PropertyValue]: "textOverflow";
|
|
337
305
|
};
|
|
338
306
|
};
|
|
339
307
|
d: (value: Stitches.PropertyValue<'display'>) => {
|
|
340
308
|
display: {
|
|
341
|
-
readonly [
|
|
309
|
+
readonly [Stitches.$$PropertyValue]: "display";
|
|
342
310
|
};
|
|
343
311
|
};
|
|
344
312
|
dflex: (value: Stitches.PropertyValue<'alignItems'>) => {
|
|
345
313
|
display: string;
|
|
346
314
|
alignItems: {
|
|
347
|
-
readonly [
|
|
315
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
348
316
|
};
|
|
349
317
|
justifyContent: {
|
|
350
|
-
readonly [
|
|
318
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
351
319
|
};
|
|
352
320
|
};
|
|
353
321
|
fd: (value: Stitches.PropertyValue<'flexDirection'>) => {
|
|
354
322
|
flexDirection: {
|
|
355
|
-
readonly [
|
|
323
|
+
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
|
356
324
|
};
|
|
357
325
|
};
|
|
358
326
|
fw: (value: Stitches.PropertyValue<'flexWrap'>) => {
|
|
359
327
|
flexWrap: {
|
|
360
|
-
readonly [
|
|
328
|
+
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
|
361
329
|
};
|
|
362
330
|
};
|
|
363
331
|
ai: (value: Stitches.PropertyValue<'alignItems'>) => {
|
|
364
332
|
alignItems: {
|
|
365
|
-
readonly [
|
|
333
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
366
334
|
};
|
|
367
335
|
};
|
|
368
336
|
ac: (value: Stitches.PropertyValue<'alignContent'>) => {
|
|
369
337
|
alignContent: {
|
|
370
|
-
readonly [
|
|
338
|
+
readonly [Stitches.$$PropertyValue]: "alignContent";
|
|
371
339
|
};
|
|
372
340
|
};
|
|
373
341
|
jc: (value: Stitches.PropertyValue<'justifyContent'>) => {
|
|
374
342
|
justifyContent: {
|
|
375
|
-
readonly [
|
|
343
|
+
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
|
376
344
|
};
|
|
377
345
|
};
|
|
378
346
|
as: (value: Stitches.PropertyValue<'alignSelf'>) => {
|
|
379
347
|
alignSelf: {
|
|
380
|
-
readonly [
|
|
348
|
+
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
|
381
349
|
};
|
|
382
350
|
};
|
|
383
351
|
fg: (value: Stitches.PropertyValue<'flexGrow'>) => {
|
|
384
352
|
flexGrow: {
|
|
385
|
-
readonly [
|
|
353
|
+
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
|
386
354
|
};
|
|
387
355
|
};
|
|
388
356
|
fs: (value: Stitches.PropertyValue<'fontSize'>) => {
|
|
389
357
|
fontSize: {
|
|
390
|
-
readonly [
|
|
358
|
+
readonly [Stitches.$$PropertyValue]: "fontSize";
|
|
391
359
|
};
|
|
392
360
|
};
|
|
393
361
|
fb: (value: Stitches.PropertyValue<'flexBasis'>) => {
|
|
394
362
|
flexBasis: {
|
|
395
|
-
readonly [
|
|
363
|
+
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
|
396
364
|
};
|
|
397
365
|
};
|
|
398
366
|
bc: (value: Stitches.PropertyValue<'backgroundColor'>) => {
|
|
399
367
|
backgroundColor: {
|
|
400
|
-
readonly [
|
|
368
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
401
369
|
};
|
|
402
370
|
};
|
|
403
371
|
bf: (value: Stitches.PropertyValue<'backdropFilter'>) => {
|
|
404
372
|
backdropFilter: {
|
|
405
|
-
readonly [
|
|
373
|
+
readonly [Stitches.$$PropertyValue]: "backdropFilter";
|
|
406
374
|
};
|
|
407
375
|
};
|
|
408
376
|
bg: (value: Stitches.PropertyValue<'backgroundColor'>) => {
|
|
409
377
|
background: {
|
|
410
|
-
readonly [
|
|
378
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
411
379
|
};
|
|
412
380
|
};
|
|
413
381
|
bgBlur: (value: Stitches.PropertyValue<'backgroundColor'>) => {
|
|
@@ -416,58 +384,58 @@ export declare const defaultUtils: {
|
|
|
416
384
|
};
|
|
417
385
|
bgColor: (value: Stitches.PropertyValue<'backgroundColor'>) => {
|
|
418
386
|
backgroundColor: {
|
|
419
|
-
readonly [
|
|
387
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
420
388
|
};
|
|
421
389
|
};
|
|
422
390
|
backgroundClip: (value: Stitches.PropertyValue<'backgroundClip'>) => {
|
|
423
391
|
WebkitBackgroundClip: {
|
|
424
|
-
readonly [
|
|
392
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
425
393
|
};
|
|
426
394
|
backgroundClip: {
|
|
427
|
-
readonly [
|
|
395
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
428
396
|
};
|
|
429
397
|
};
|
|
430
398
|
bgClip: (value: Stitches.PropertyValue<'backgroundClip'>) => {
|
|
431
399
|
WebkitBackgroundClip: {
|
|
432
|
-
readonly [
|
|
400
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
433
401
|
};
|
|
434
402
|
backgroundClip: {
|
|
435
|
-
readonly [
|
|
403
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
436
404
|
};
|
|
437
405
|
};
|
|
438
406
|
br: (value: Stitches.PropertyValue<'borderRadius'>) => {
|
|
439
407
|
borderRadius: {
|
|
440
|
-
readonly [
|
|
408
|
+
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
|
441
409
|
};
|
|
442
410
|
};
|
|
443
411
|
bw: (value: Stitches.PropertyValue<'borderWidth'>) => {
|
|
444
412
|
borderWidth: {
|
|
445
|
-
readonly [
|
|
413
|
+
readonly [Stitches.$$PropertyValue]: "borderWidth";
|
|
446
414
|
};
|
|
447
415
|
};
|
|
448
416
|
btrr: (value: Stitches.PropertyValue<'borderTopRightRadius'>) => {
|
|
449
417
|
borderTopRightRadius: {
|
|
450
|
-
readonly [
|
|
418
|
+
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
|
451
419
|
};
|
|
452
420
|
};
|
|
453
421
|
bbrr: (value: Stitches.PropertyValue<'borderBottomRightRadius'>) => {
|
|
454
422
|
borderBottomRightRadius: {
|
|
455
|
-
readonly [
|
|
423
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
|
456
424
|
};
|
|
457
425
|
};
|
|
458
426
|
bblr: (value: Stitches.PropertyValue<'borderBottomLeftRadius'>) => {
|
|
459
427
|
borderBottomLeftRadius: {
|
|
460
|
-
readonly [
|
|
428
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
|
461
429
|
};
|
|
462
430
|
};
|
|
463
431
|
btlr: (value: Stitches.PropertyValue<'borderTopLeftRadius'>) => {
|
|
464
432
|
borderTopLeftRadius: {
|
|
465
|
-
readonly [
|
|
433
|
+
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
|
466
434
|
};
|
|
467
435
|
};
|
|
468
436
|
bs: (value: Stitches.PropertyValue<'boxShadow'>) => {
|
|
469
437
|
boxShadow: {
|
|
470
|
-
readonly [
|
|
438
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
471
439
|
};
|
|
472
440
|
};
|
|
473
441
|
normalShadow: (value: Stitches.PropertyValue<'backgroundColor'>) => {
|
|
@@ -478,138 +446,138 @@ export declare const defaultUtils: {
|
|
|
478
446
|
};
|
|
479
447
|
lh: (value: Stitches.PropertyValue<'lineHeight'>) => {
|
|
480
448
|
lineHeight: {
|
|
481
|
-
readonly [
|
|
449
|
+
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
|
482
450
|
};
|
|
483
451
|
};
|
|
484
452
|
ov: (value: Stitches.PropertyValue<'overflow'>) => {
|
|
485
453
|
overflow: {
|
|
486
|
-
readonly [
|
|
454
|
+
readonly [Stitches.$$PropertyValue]: "overflow";
|
|
487
455
|
};
|
|
488
456
|
};
|
|
489
457
|
ox: (value: Stitches.PropertyValue<'overflowX'>) => {
|
|
490
458
|
overflowX: {
|
|
491
|
-
readonly [
|
|
459
|
+
readonly [Stitches.$$PropertyValue]: "overflowX";
|
|
492
460
|
};
|
|
493
461
|
};
|
|
494
462
|
oy: (value: Stitches.PropertyValue<'overflowY'>) => {
|
|
495
463
|
overflowY: {
|
|
496
|
-
readonly [
|
|
464
|
+
readonly [Stitches.$$PropertyValue]: "overflowY";
|
|
497
465
|
};
|
|
498
466
|
};
|
|
499
467
|
pe: (value: Stitches.PropertyValue<'pointerEvents'>) => {
|
|
500
468
|
pointerEvents: {
|
|
501
|
-
readonly [
|
|
469
|
+
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
502
470
|
};
|
|
503
471
|
};
|
|
504
472
|
events: (value: Stitches.PropertyValue<'pointerEvents'>) => {
|
|
505
473
|
pointerEvents: {
|
|
506
|
-
readonly [
|
|
474
|
+
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
507
475
|
};
|
|
508
476
|
};
|
|
509
477
|
us: (value: Stitches.PropertyValue<'userSelect'>) => {
|
|
510
478
|
WebkitUserSelect: {
|
|
511
|
-
readonly [
|
|
479
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
512
480
|
};
|
|
513
481
|
userSelect: {
|
|
514
|
-
readonly [
|
|
482
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
515
483
|
};
|
|
516
484
|
};
|
|
517
485
|
userSelect: (value: Stitches.PropertyValue<'userSelect'>) => {
|
|
518
486
|
WebkitUserSelect: {
|
|
519
|
-
readonly [
|
|
487
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
520
488
|
};
|
|
521
489
|
userSelect: {
|
|
522
|
-
readonly [
|
|
490
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
523
491
|
};
|
|
524
492
|
};
|
|
525
493
|
w: (value: Stitches.PropertyValue<'width'>) => {
|
|
526
494
|
width: {
|
|
527
|
-
readonly [
|
|
495
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
528
496
|
};
|
|
529
497
|
};
|
|
530
498
|
h: (value: Stitches.PropertyValue<'height'>) => {
|
|
531
499
|
height: {
|
|
532
|
-
readonly [
|
|
500
|
+
readonly [Stitches.$$PropertyValue]: "height";
|
|
533
501
|
};
|
|
534
502
|
};
|
|
535
503
|
mw: (value: Stitches.PropertyValue<'maxWidth'>) => {
|
|
536
504
|
maxWidth: {
|
|
537
|
-
readonly [
|
|
505
|
+
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
538
506
|
};
|
|
539
507
|
};
|
|
540
508
|
maxW: (value: Stitches.PropertyValue<'maxWidth'>) => {
|
|
541
509
|
maxWidth: {
|
|
542
|
-
readonly [
|
|
510
|
+
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
543
511
|
};
|
|
544
512
|
};
|
|
545
513
|
mh: (value: Stitches.PropertyValue<'maxHeight'>) => {
|
|
546
514
|
maxHeight: {
|
|
547
|
-
readonly [
|
|
515
|
+
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
548
516
|
};
|
|
549
517
|
};
|
|
550
518
|
maxH: (value: Stitches.PropertyValue<'maxHeight'>) => {
|
|
551
519
|
maxHeight: {
|
|
552
|
-
readonly [
|
|
520
|
+
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
553
521
|
};
|
|
554
522
|
};
|
|
555
523
|
size: (value: Stitches.PropertyValue<'width'>) => {
|
|
556
524
|
width: {
|
|
557
|
-
readonly [
|
|
525
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
558
526
|
};
|
|
559
527
|
height: {
|
|
560
|
-
readonly [
|
|
528
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
561
529
|
};
|
|
562
530
|
};
|
|
563
531
|
minSize: (value: Stitches.PropertyValue<'width'>) => {
|
|
564
532
|
minWidth: {
|
|
565
|
-
readonly [
|
|
533
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
566
534
|
};
|
|
567
535
|
minHeight: {
|
|
568
|
-
readonly [
|
|
536
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
569
537
|
};
|
|
570
538
|
width: {
|
|
571
|
-
readonly [
|
|
539
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
572
540
|
};
|
|
573
541
|
height: {
|
|
574
|
-
readonly [
|
|
542
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
575
543
|
};
|
|
576
544
|
};
|
|
577
545
|
sizeMin: (value: Stitches.PropertyValue<'width'>) => {
|
|
578
546
|
minWidth: {
|
|
579
|
-
readonly [
|
|
547
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
580
548
|
};
|
|
581
549
|
minHeight: {
|
|
582
|
-
readonly [
|
|
550
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
583
551
|
};
|
|
584
552
|
width: {
|
|
585
|
-
readonly [
|
|
553
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
586
554
|
};
|
|
587
555
|
height: {
|
|
588
|
-
readonly [
|
|
556
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
589
557
|
};
|
|
590
558
|
};
|
|
591
559
|
maxSize: (value: Stitches.PropertyValue<'width'>) => {
|
|
592
560
|
maxWidth: {
|
|
593
|
-
readonly [
|
|
561
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
594
562
|
};
|
|
595
563
|
maxHeight: {
|
|
596
|
-
readonly [
|
|
564
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
597
565
|
};
|
|
598
566
|
};
|
|
599
567
|
sizeMax: (value: Stitches.PropertyValue<'width'>) => {
|
|
600
568
|
maxWidth: {
|
|
601
|
-
readonly [
|
|
569
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
602
570
|
};
|
|
603
571
|
maxHeight: {
|
|
604
|
-
readonly [
|
|
572
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
605
573
|
};
|
|
606
574
|
};
|
|
607
575
|
appearance: (value: Stitches.PropertyValue<'appearance'>) => {
|
|
608
576
|
WebkitAppearance: {
|
|
609
|
-
readonly [
|
|
577
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
610
578
|
};
|
|
611
579
|
appearance: {
|
|
612
|
-
readonly [
|
|
580
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
613
581
|
};
|
|
614
582
|
};
|
|
615
583
|
scale: (value: Stitches.PropertyValue<'scale'>) => {
|
|
@@ -620,7 +588,7 @@ export declare const defaultUtils: {
|
|
|
620
588
|
};
|
|
621
589
|
tdl: (value: Stitches.PropertyValue<'textDecorationLine'>) => {
|
|
622
590
|
textDecorationLine: {
|
|
623
|
-
readonly [
|
|
591
|
+
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
624
592
|
};
|
|
625
593
|
};
|
|
626
594
|
textGradient: (value: Stitches.PropertyValue<'backgroundImage'>) => {
|
|
@@ -768,100 +736,68 @@ declare const _default: {
|
|
|
768
736
|
colors: {
|
|
769
737
|
white: string;
|
|
770
738
|
black: string;
|
|
771
|
-
blue100: string;
|
|
772
|
-
blue200: string;
|
|
773
|
-
blue300: string;
|
|
774
|
-
blue400: string;
|
|
775
|
-
blue500: string;
|
|
776
|
-
blue600: string;
|
|
777
|
-
blue700: string;
|
|
778
|
-
blue800: string;
|
|
779
|
-
blue900: string;
|
|
780
|
-
purple100: string;
|
|
781
|
-
purple200: string;
|
|
782
|
-
purple300: string;
|
|
783
|
-
purple400: string;
|
|
784
|
-
purple500: string;
|
|
785
|
-
purple600: string;
|
|
786
|
-
purple700: string;
|
|
787
|
-
purple800: string;
|
|
788
|
-
purple900: string;
|
|
789
|
-
green100: string;
|
|
790
|
-
green200: string;
|
|
791
|
-
green300: string;
|
|
792
|
-
green400: string;
|
|
793
|
-
green500: string;
|
|
794
|
-
green600: string;
|
|
795
|
-
green700: string;
|
|
796
|
-
green800: string;
|
|
797
|
-
green900: string;
|
|
798
|
-
yellow100: string;
|
|
799
|
-
yellow200: string;
|
|
800
|
-
yellow300: string;
|
|
801
|
-
yellow400: string;
|
|
802
|
-
yellow500: string;
|
|
803
|
-
yellow600: string;
|
|
804
|
-
yellow700: string;
|
|
805
|
-
yellow800: string;
|
|
806
|
-
yellow900: string;
|
|
807
|
-
red100: string;
|
|
808
|
-
red200: string;
|
|
809
|
-
red300: string;
|
|
810
|
-
red400: string;
|
|
811
|
-
red500: string;
|
|
812
|
-
red600: string;
|
|
813
|
-
red700: string;
|
|
814
|
-
red800: string;
|
|
815
|
-
red900: string;
|
|
816
|
-
cyan100: string;
|
|
817
|
-
cyan200: string;
|
|
818
|
-
cyan300: string;
|
|
819
|
-
cyan400: string;
|
|
820
|
-
cyan500: string;
|
|
821
|
-
cyan600: string;
|
|
822
|
-
cyan700: string;
|
|
823
|
-
cyan800: string;
|
|
824
|
-
cyan900: string;
|
|
825
|
-
pink100: string;
|
|
826
|
-
pink200: string;
|
|
827
|
-
pink300: string;
|
|
828
|
-
pink400: string;
|
|
829
|
-
pink500: string;
|
|
830
|
-
pink600: string;
|
|
831
|
-
pink700: string;
|
|
832
|
-
pink800: string;
|
|
833
|
-
pink900: string;
|
|
834
|
-
gray100: string;
|
|
835
|
-
gray200: string;
|
|
836
|
-
gray300: string;
|
|
837
|
-
gray400: string;
|
|
838
|
-
gray500: string;
|
|
839
|
-
gray600: string;
|
|
840
|
-
gray700: string;
|
|
841
|
-
gray800: string;
|
|
842
|
-
gray900: string;
|
|
843
739
|
primaryLight: string;
|
|
740
|
+
primaryLightHover: string;
|
|
741
|
+
primaryLightActive: string;
|
|
742
|
+
primaryLightContrast: string;
|
|
844
743
|
primary: string;
|
|
845
|
-
|
|
744
|
+
primaryBorder: string;
|
|
745
|
+
primaryBorderHover: string;
|
|
746
|
+
primarySolidHover: string;
|
|
747
|
+
primarySolidContrast: string;
|
|
846
748
|
primaryShadow: string;
|
|
847
749
|
secondaryLight: string;
|
|
750
|
+
secondaryLightHover: string;
|
|
751
|
+
secondaryLightActive: string;
|
|
752
|
+
secondaryLightContrast: string;
|
|
848
753
|
secondary: string;
|
|
849
|
-
|
|
754
|
+
secondaryBorder: string;
|
|
755
|
+
secondaryBorderHover: string;
|
|
756
|
+
secondarySolidHover: string;
|
|
757
|
+
secondarySolidContrast: string;
|
|
850
758
|
secondaryShadow: string;
|
|
851
759
|
successLight: string;
|
|
760
|
+
successLightHover: string;
|
|
761
|
+
successLightActive: string;
|
|
762
|
+
successLightContrast: string;
|
|
852
763
|
success: string;
|
|
853
|
-
|
|
764
|
+
successBorder: string;
|
|
765
|
+
successBorderHover: string;
|
|
766
|
+
successSolidHover: string;
|
|
767
|
+
successSolidContrast: string;
|
|
854
768
|
successShadow: string;
|
|
855
769
|
warningLight: string;
|
|
770
|
+
warningLightHover: string;
|
|
771
|
+
warningLightActive: string;
|
|
772
|
+
warningLightContrast: string;
|
|
856
773
|
warning: string;
|
|
857
|
-
|
|
774
|
+
warningBorder: string;
|
|
775
|
+
warningBorderHover: string;
|
|
776
|
+
warningSolidHover: string;
|
|
777
|
+
warningSolidContrast: string;
|
|
858
778
|
warningShadow: string;
|
|
859
779
|
errorLight: string;
|
|
780
|
+
errorLightHover: string;
|
|
781
|
+
errorLightActive: string;
|
|
782
|
+
errorLightContrast: string;
|
|
860
783
|
error: string;
|
|
861
|
-
|
|
784
|
+
errorBorder: string;
|
|
785
|
+
errorBorderHover: string;
|
|
786
|
+
errorSolidHover: string;
|
|
787
|
+
errorSolidContrast: string;
|
|
862
788
|
errorShadow: string;
|
|
863
789
|
gradient: string;
|
|
864
|
-
|
|
790
|
+
accents0: string;
|
|
791
|
+
accents1: string;
|
|
792
|
+
accents2: string;
|
|
793
|
+
accents3: string;
|
|
794
|
+
accents4: string;
|
|
795
|
+
accents5: string;
|
|
796
|
+
accents6: string;
|
|
797
|
+
accents7: string;
|
|
798
|
+
accents8: string;
|
|
799
|
+
accents9: string;
|
|
800
|
+
border: string;
|
|
865
801
|
};
|
|
866
802
|
shadows: {};
|
|
867
803
|
fonts: {
|
|
@@ -1006,525 +942,525 @@ declare const _default: {
|
|
|
1006
942
|
};
|
|
1007
943
|
utils: {
|
|
1008
944
|
p: (value: {
|
|
1009
|
-
readonly [
|
|
945
|
+
readonly [Stitches.$$PropertyValue]: "padding";
|
|
1010
946
|
}) => {
|
|
1011
947
|
padding: {
|
|
1012
|
-
readonly [
|
|
948
|
+
readonly [Stitches.$$PropertyValue]: "padding";
|
|
1013
949
|
};
|
|
1014
950
|
};
|
|
1015
951
|
pt: (value: {
|
|
1016
|
-
readonly [
|
|
952
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
1017
953
|
}) => {
|
|
1018
954
|
paddingTop: {
|
|
1019
|
-
readonly [
|
|
955
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
1020
956
|
};
|
|
1021
957
|
};
|
|
1022
958
|
pr: (value: {
|
|
1023
|
-
readonly [
|
|
959
|
+
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
|
1024
960
|
}) => {
|
|
1025
961
|
paddingRight: {
|
|
1026
|
-
readonly [
|
|
962
|
+
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
|
1027
963
|
};
|
|
1028
964
|
};
|
|
1029
965
|
pb: (value: {
|
|
1030
|
-
readonly [
|
|
966
|
+
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
|
1031
967
|
}) => {
|
|
1032
968
|
paddingBottom: {
|
|
1033
|
-
readonly [
|
|
969
|
+
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
|
1034
970
|
};
|
|
1035
971
|
};
|
|
1036
972
|
pl: (value: {
|
|
1037
|
-
readonly [
|
|
973
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
1038
974
|
}) => {
|
|
1039
975
|
paddingLeft: {
|
|
1040
|
-
readonly [
|
|
976
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
1041
977
|
};
|
|
1042
978
|
};
|
|
1043
979
|
px: (value: {
|
|
1044
|
-
readonly [
|
|
980
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
1045
981
|
}) => {
|
|
1046
982
|
paddingLeft: {
|
|
1047
|
-
readonly [
|
|
983
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
1048
984
|
};
|
|
1049
985
|
paddingRight: {
|
|
1050
|
-
readonly [
|
|
986
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
1051
987
|
};
|
|
1052
988
|
};
|
|
1053
989
|
py: (value: {
|
|
1054
|
-
readonly [
|
|
990
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
1055
991
|
}) => {
|
|
1056
992
|
paddingTop: {
|
|
1057
|
-
readonly [
|
|
993
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
1058
994
|
};
|
|
1059
995
|
paddingBottom: {
|
|
1060
|
-
readonly [
|
|
996
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
1061
997
|
};
|
|
1062
998
|
};
|
|
1063
999
|
m: (value: {
|
|
1064
|
-
readonly [
|
|
1000
|
+
readonly [Stitches.$$PropertyValue]: "margin";
|
|
1065
1001
|
}) => {
|
|
1066
1002
|
margin: {
|
|
1067
|
-
readonly [
|
|
1003
|
+
readonly [Stitches.$$PropertyValue]: "margin";
|
|
1068
1004
|
};
|
|
1069
1005
|
};
|
|
1070
1006
|
mt: (value: {
|
|
1071
|
-
readonly [
|
|
1007
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
1072
1008
|
}) => {
|
|
1073
1009
|
marginTop: {
|
|
1074
|
-
readonly [
|
|
1010
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
1075
1011
|
};
|
|
1076
1012
|
};
|
|
1077
1013
|
mr: (value: {
|
|
1078
|
-
readonly [
|
|
1014
|
+
readonly [Stitches.$$PropertyValue]: "marginRight";
|
|
1079
1015
|
}) => {
|
|
1080
1016
|
marginRight: {
|
|
1081
|
-
readonly [
|
|
1017
|
+
readonly [Stitches.$$PropertyValue]: "marginRight";
|
|
1082
1018
|
};
|
|
1083
1019
|
};
|
|
1084
1020
|
mb: (value: {
|
|
1085
|
-
readonly [
|
|
1021
|
+
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
|
1086
1022
|
}) => {
|
|
1087
1023
|
marginBottom: {
|
|
1088
|
-
readonly [
|
|
1024
|
+
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
|
1089
1025
|
};
|
|
1090
1026
|
};
|
|
1091
1027
|
ml: (value: {
|
|
1092
|
-
readonly [
|
|
1028
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
1093
1029
|
}) => {
|
|
1094
1030
|
marginLeft: {
|
|
1095
|
-
readonly [
|
|
1031
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
1096
1032
|
};
|
|
1097
1033
|
};
|
|
1098
1034
|
mx: (value: {
|
|
1099
|
-
readonly [
|
|
1035
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
1100
1036
|
}) => {
|
|
1101
1037
|
marginLeft: {
|
|
1102
|
-
readonly [
|
|
1038
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
1103
1039
|
};
|
|
1104
1040
|
marginRight: {
|
|
1105
|
-
readonly [
|
|
1041
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
1106
1042
|
};
|
|
1107
1043
|
};
|
|
1108
1044
|
my: (value: {
|
|
1109
|
-
readonly [
|
|
1045
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
1110
1046
|
}) => {
|
|
1111
1047
|
marginTop: {
|
|
1112
|
-
readonly [
|
|
1048
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
1113
1049
|
};
|
|
1114
1050
|
marginBottom: {
|
|
1115
|
-
readonly [
|
|
1051
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
1116
1052
|
};
|
|
1117
1053
|
};
|
|
1118
1054
|
ta: (value: {
|
|
1119
|
-
readonly [
|
|
1055
|
+
readonly [Stitches.$$PropertyValue]: "textAlign";
|
|
1120
1056
|
}) => {
|
|
1121
1057
|
textAlign: {
|
|
1122
|
-
readonly [
|
|
1058
|
+
readonly [Stitches.$$PropertyValue]: "textAlign";
|
|
1123
1059
|
};
|
|
1124
1060
|
};
|
|
1125
1061
|
tt: (value: {
|
|
1126
|
-
readonly [
|
|
1062
|
+
readonly [Stitches.$$PropertyValue]: "textTransform";
|
|
1127
1063
|
}) => {
|
|
1128
1064
|
textTransform: {
|
|
1129
|
-
readonly [
|
|
1065
|
+
readonly [Stitches.$$PropertyValue]: "textTransform";
|
|
1130
1066
|
};
|
|
1131
1067
|
};
|
|
1132
1068
|
to: (value: {
|
|
1133
|
-
readonly [
|
|
1069
|
+
readonly [Stitches.$$PropertyValue]: "textOverflow";
|
|
1134
1070
|
}) => {
|
|
1135
1071
|
textOverflow: {
|
|
1136
|
-
readonly [
|
|
1072
|
+
readonly [Stitches.$$PropertyValue]: "textOverflow";
|
|
1137
1073
|
};
|
|
1138
1074
|
};
|
|
1139
1075
|
d: (value: {
|
|
1140
|
-
readonly [
|
|
1076
|
+
readonly [Stitches.$$PropertyValue]: "display";
|
|
1141
1077
|
}) => {
|
|
1142
1078
|
display: {
|
|
1143
|
-
readonly [
|
|
1079
|
+
readonly [Stitches.$$PropertyValue]: "display";
|
|
1144
1080
|
};
|
|
1145
1081
|
};
|
|
1146
1082
|
dflex: (value: {
|
|
1147
|
-
readonly [
|
|
1083
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
1148
1084
|
}) => {
|
|
1149
1085
|
display: string;
|
|
1150
1086
|
alignItems: {
|
|
1151
|
-
readonly [
|
|
1087
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
1152
1088
|
};
|
|
1153
1089
|
justifyContent: {
|
|
1154
|
-
readonly [
|
|
1090
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
1155
1091
|
};
|
|
1156
1092
|
};
|
|
1157
1093
|
fd: (value: {
|
|
1158
|
-
readonly [
|
|
1094
|
+
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
|
1159
1095
|
}) => {
|
|
1160
1096
|
flexDirection: {
|
|
1161
|
-
readonly [
|
|
1097
|
+
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
|
1162
1098
|
};
|
|
1163
1099
|
};
|
|
1164
1100
|
fw: (value: {
|
|
1165
|
-
readonly [
|
|
1101
|
+
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
|
1166
1102
|
}) => {
|
|
1167
1103
|
flexWrap: {
|
|
1168
|
-
readonly [
|
|
1104
|
+
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
|
1169
1105
|
};
|
|
1170
1106
|
};
|
|
1171
1107
|
ai: (value: {
|
|
1172
|
-
readonly [
|
|
1108
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
1173
1109
|
}) => {
|
|
1174
1110
|
alignItems: {
|
|
1175
|
-
readonly [
|
|
1111
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
1176
1112
|
};
|
|
1177
1113
|
};
|
|
1178
1114
|
ac: (value: {
|
|
1179
|
-
readonly [
|
|
1115
|
+
readonly [Stitches.$$PropertyValue]: "alignContent";
|
|
1180
1116
|
}) => {
|
|
1181
1117
|
alignContent: {
|
|
1182
|
-
readonly [
|
|
1118
|
+
readonly [Stitches.$$PropertyValue]: "alignContent";
|
|
1183
1119
|
};
|
|
1184
1120
|
};
|
|
1185
1121
|
jc: (value: {
|
|
1186
|
-
readonly [
|
|
1122
|
+
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
|
1187
1123
|
}) => {
|
|
1188
1124
|
justifyContent: {
|
|
1189
|
-
readonly [
|
|
1125
|
+
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
|
1190
1126
|
};
|
|
1191
1127
|
};
|
|
1192
1128
|
as: (value: {
|
|
1193
|
-
readonly [
|
|
1129
|
+
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
|
1194
1130
|
}) => {
|
|
1195
1131
|
alignSelf: {
|
|
1196
|
-
readonly [
|
|
1132
|
+
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
|
1197
1133
|
};
|
|
1198
1134
|
};
|
|
1199
1135
|
fg: (value: {
|
|
1200
|
-
readonly [
|
|
1136
|
+
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
|
1201
1137
|
}) => {
|
|
1202
1138
|
flexGrow: {
|
|
1203
|
-
readonly [
|
|
1139
|
+
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
|
1204
1140
|
};
|
|
1205
1141
|
};
|
|
1206
1142
|
fs: (value: {
|
|
1207
|
-
readonly [
|
|
1143
|
+
readonly [Stitches.$$PropertyValue]: "fontSize";
|
|
1208
1144
|
}) => {
|
|
1209
1145
|
fontSize: {
|
|
1210
|
-
readonly [
|
|
1146
|
+
readonly [Stitches.$$PropertyValue]: "fontSize";
|
|
1211
1147
|
};
|
|
1212
1148
|
};
|
|
1213
1149
|
fb: (value: {
|
|
1214
|
-
readonly [
|
|
1150
|
+
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
|
1215
1151
|
}) => {
|
|
1216
1152
|
flexBasis: {
|
|
1217
|
-
readonly [
|
|
1153
|
+
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
|
1218
1154
|
};
|
|
1219
1155
|
};
|
|
1220
1156
|
bc: (value: {
|
|
1221
|
-
readonly [
|
|
1157
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
1222
1158
|
}) => {
|
|
1223
1159
|
backgroundColor: {
|
|
1224
|
-
readonly [
|
|
1160
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
1225
1161
|
};
|
|
1226
1162
|
};
|
|
1227
1163
|
bf: (value: {
|
|
1228
|
-
readonly [
|
|
1164
|
+
readonly [Stitches.$$PropertyValue]: "backdropFilter";
|
|
1229
1165
|
}) => {
|
|
1230
1166
|
backdropFilter: {
|
|
1231
|
-
readonly [
|
|
1167
|
+
readonly [Stitches.$$PropertyValue]: "backdropFilter";
|
|
1232
1168
|
};
|
|
1233
1169
|
};
|
|
1234
1170
|
bg: (value: {
|
|
1235
|
-
readonly [
|
|
1171
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
1236
1172
|
}) => {
|
|
1237
1173
|
background: {
|
|
1238
|
-
readonly [
|
|
1174
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
1239
1175
|
};
|
|
1240
1176
|
};
|
|
1241
1177
|
bgBlur: (value: {
|
|
1242
|
-
readonly [
|
|
1178
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
1243
1179
|
}) => {
|
|
1244
1180
|
bf: string;
|
|
1245
1181
|
bg: string;
|
|
1246
1182
|
};
|
|
1247
1183
|
bgColor: (value: {
|
|
1248
|
-
readonly [
|
|
1184
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
1249
1185
|
}) => {
|
|
1250
1186
|
backgroundColor: {
|
|
1251
|
-
readonly [
|
|
1187
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
1252
1188
|
};
|
|
1253
1189
|
};
|
|
1254
1190
|
backgroundClip: (value: {
|
|
1255
|
-
readonly [
|
|
1191
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
1256
1192
|
}) => {
|
|
1257
1193
|
WebkitBackgroundClip: {
|
|
1258
|
-
readonly [
|
|
1194
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
1259
1195
|
};
|
|
1260
1196
|
backgroundClip: {
|
|
1261
|
-
readonly [
|
|
1197
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
1262
1198
|
};
|
|
1263
1199
|
};
|
|
1264
1200
|
bgClip: (value: {
|
|
1265
|
-
readonly [
|
|
1201
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
1266
1202
|
}) => {
|
|
1267
1203
|
WebkitBackgroundClip: {
|
|
1268
|
-
readonly [
|
|
1204
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
1269
1205
|
};
|
|
1270
1206
|
backgroundClip: {
|
|
1271
|
-
readonly [
|
|
1207
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
1272
1208
|
};
|
|
1273
1209
|
};
|
|
1274
1210
|
br: (value: {
|
|
1275
|
-
readonly [
|
|
1211
|
+
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
|
1276
1212
|
}) => {
|
|
1277
1213
|
borderRadius: {
|
|
1278
|
-
readonly [
|
|
1214
|
+
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
|
1279
1215
|
};
|
|
1280
1216
|
};
|
|
1281
1217
|
bw: (value: {
|
|
1282
|
-
readonly [
|
|
1218
|
+
readonly [Stitches.$$PropertyValue]: "borderWidth";
|
|
1283
1219
|
}) => {
|
|
1284
1220
|
borderWidth: {
|
|
1285
|
-
readonly [
|
|
1221
|
+
readonly [Stitches.$$PropertyValue]: "borderWidth";
|
|
1286
1222
|
};
|
|
1287
1223
|
};
|
|
1288
1224
|
btrr: (value: {
|
|
1289
|
-
readonly [
|
|
1225
|
+
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
|
1290
1226
|
}) => {
|
|
1291
1227
|
borderTopRightRadius: {
|
|
1292
|
-
readonly [
|
|
1228
|
+
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
|
1293
1229
|
};
|
|
1294
1230
|
};
|
|
1295
1231
|
bbrr: (value: {
|
|
1296
|
-
readonly [
|
|
1232
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
|
1297
1233
|
}) => {
|
|
1298
1234
|
borderBottomRightRadius: {
|
|
1299
|
-
readonly [
|
|
1235
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
|
1300
1236
|
};
|
|
1301
1237
|
};
|
|
1302
1238
|
bblr: (value: {
|
|
1303
|
-
readonly [
|
|
1239
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
|
1304
1240
|
}) => {
|
|
1305
1241
|
borderBottomLeftRadius: {
|
|
1306
|
-
readonly [
|
|
1242
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
|
1307
1243
|
};
|
|
1308
1244
|
};
|
|
1309
1245
|
btlr: (value: {
|
|
1310
|
-
readonly [
|
|
1246
|
+
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
|
1311
1247
|
}) => {
|
|
1312
1248
|
borderTopLeftRadius: {
|
|
1313
|
-
readonly [
|
|
1249
|
+
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
|
1314
1250
|
};
|
|
1315
1251
|
};
|
|
1316
1252
|
bs: (value: {
|
|
1317
|
-
readonly [
|
|
1253
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
1318
1254
|
}) => {
|
|
1319
1255
|
boxShadow: {
|
|
1320
|
-
readonly [
|
|
1256
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
1321
1257
|
};
|
|
1322
1258
|
};
|
|
1323
1259
|
normalShadow: (value: {
|
|
1324
|
-
readonly [
|
|
1260
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
1325
1261
|
}) => {
|
|
1326
1262
|
boxShadow: string;
|
|
1327
1263
|
};
|
|
1328
1264
|
normalShadowVar: (value: {
|
|
1329
|
-
readonly [
|
|
1265
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
1330
1266
|
}) => {
|
|
1331
1267
|
boxShadow: string;
|
|
1332
1268
|
};
|
|
1333
1269
|
lh: (value: {
|
|
1334
|
-
readonly [
|
|
1270
|
+
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
|
1335
1271
|
}) => {
|
|
1336
1272
|
lineHeight: {
|
|
1337
|
-
readonly [
|
|
1273
|
+
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
|
1338
1274
|
};
|
|
1339
1275
|
};
|
|
1340
1276
|
ov: (value: {
|
|
1341
|
-
readonly [
|
|
1277
|
+
readonly [Stitches.$$PropertyValue]: "overflow";
|
|
1342
1278
|
}) => {
|
|
1343
1279
|
overflow: {
|
|
1344
|
-
readonly [
|
|
1280
|
+
readonly [Stitches.$$PropertyValue]: "overflow";
|
|
1345
1281
|
};
|
|
1346
1282
|
};
|
|
1347
1283
|
ox: (value: {
|
|
1348
|
-
readonly [
|
|
1284
|
+
readonly [Stitches.$$PropertyValue]: "overflowX";
|
|
1349
1285
|
}) => {
|
|
1350
1286
|
overflowX: {
|
|
1351
|
-
readonly [
|
|
1287
|
+
readonly [Stitches.$$PropertyValue]: "overflowX";
|
|
1352
1288
|
};
|
|
1353
1289
|
};
|
|
1354
1290
|
oy: (value: {
|
|
1355
|
-
readonly [
|
|
1291
|
+
readonly [Stitches.$$PropertyValue]: "overflowY";
|
|
1356
1292
|
}) => {
|
|
1357
1293
|
overflowY: {
|
|
1358
|
-
readonly [
|
|
1294
|
+
readonly [Stitches.$$PropertyValue]: "overflowY";
|
|
1359
1295
|
};
|
|
1360
1296
|
};
|
|
1361
1297
|
pe: (value: {
|
|
1362
|
-
readonly [
|
|
1298
|
+
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
1363
1299
|
}) => {
|
|
1364
1300
|
pointerEvents: {
|
|
1365
|
-
readonly [
|
|
1301
|
+
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
1366
1302
|
};
|
|
1367
1303
|
};
|
|
1368
1304
|
events: (value: {
|
|
1369
|
-
readonly [
|
|
1305
|
+
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
1370
1306
|
}) => {
|
|
1371
1307
|
pointerEvents: {
|
|
1372
|
-
readonly [
|
|
1308
|
+
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
1373
1309
|
};
|
|
1374
1310
|
};
|
|
1375
1311
|
us: (value: {
|
|
1376
|
-
readonly [
|
|
1312
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
1377
1313
|
}) => {
|
|
1378
1314
|
WebkitUserSelect: {
|
|
1379
|
-
readonly [
|
|
1315
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
1380
1316
|
};
|
|
1381
1317
|
userSelect: {
|
|
1382
|
-
readonly [
|
|
1318
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
1383
1319
|
};
|
|
1384
1320
|
};
|
|
1385
1321
|
userSelect: (value: {
|
|
1386
|
-
readonly [
|
|
1322
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
1387
1323
|
}) => {
|
|
1388
1324
|
WebkitUserSelect: {
|
|
1389
|
-
readonly [
|
|
1325
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
1390
1326
|
};
|
|
1391
1327
|
userSelect: {
|
|
1392
|
-
readonly [
|
|
1328
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
1393
1329
|
};
|
|
1394
1330
|
};
|
|
1395
1331
|
w: (value: {
|
|
1396
|
-
readonly [
|
|
1332
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1397
1333
|
}) => {
|
|
1398
1334
|
width: {
|
|
1399
|
-
readonly [
|
|
1335
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1400
1336
|
};
|
|
1401
1337
|
};
|
|
1402
1338
|
h: (value: {
|
|
1403
|
-
readonly [
|
|
1339
|
+
readonly [Stitches.$$PropertyValue]: "height";
|
|
1404
1340
|
}) => {
|
|
1405
1341
|
height: {
|
|
1406
|
-
readonly [
|
|
1342
|
+
readonly [Stitches.$$PropertyValue]: "height";
|
|
1407
1343
|
};
|
|
1408
1344
|
};
|
|
1409
1345
|
mw: (value: {
|
|
1410
|
-
readonly [
|
|
1346
|
+
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
1411
1347
|
}) => {
|
|
1412
1348
|
maxWidth: {
|
|
1413
|
-
readonly [
|
|
1349
|
+
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
1414
1350
|
};
|
|
1415
1351
|
};
|
|
1416
1352
|
maxW: (value: {
|
|
1417
|
-
readonly [
|
|
1353
|
+
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
1418
1354
|
}) => {
|
|
1419
1355
|
maxWidth: {
|
|
1420
|
-
readonly [
|
|
1356
|
+
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
1421
1357
|
};
|
|
1422
1358
|
};
|
|
1423
1359
|
mh: (value: {
|
|
1424
|
-
readonly [
|
|
1360
|
+
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
1425
1361
|
}) => {
|
|
1426
1362
|
maxHeight: {
|
|
1427
|
-
readonly [
|
|
1363
|
+
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
1428
1364
|
};
|
|
1429
1365
|
};
|
|
1430
1366
|
maxH: (value: {
|
|
1431
|
-
readonly [
|
|
1367
|
+
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
1432
1368
|
}) => {
|
|
1433
1369
|
maxHeight: {
|
|
1434
|
-
readonly [
|
|
1370
|
+
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
1435
1371
|
};
|
|
1436
1372
|
};
|
|
1437
1373
|
size: (value: {
|
|
1438
|
-
readonly [
|
|
1374
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1439
1375
|
}) => {
|
|
1440
1376
|
width: {
|
|
1441
|
-
readonly [
|
|
1377
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1442
1378
|
};
|
|
1443
1379
|
height: {
|
|
1444
|
-
readonly [
|
|
1380
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1445
1381
|
};
|
|
1446
1382
|
};
|
|
1447
1383
|
minSize: (value: {
|
|
1448
|
-
readonly [
|
|
1384
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1449
1385
|
}) => {
|
|
1450
1386
|
minWidth: {
|
|
1451
|
-
readonly [
|
|
1387
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1452
1388
|
};
|
|
1453
1389
|
minHeight: {
|
|
1454
|
-
readonly [
|
|
1390
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1455
1391
|
};
|
|
1456
1392
|
width: {
|
|
1457
|
-
readonly [
|
|
1393
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1458
1394
|
};
|
|
1459
1395
|
height: {
|
|
1460
|
-
readonly [
|
|
1396
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1461
1397
|
};
|
|
1462
1398
|
};
|
|
1463
1399
|
sizeMin: (value: {
|
|
1464
|
-
readonly [
|
|
1400
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1465
1401
|
}) => {
|
|
1466
1402
|
minWidth: {
|
|
1467
|
-
readonly [
|
|
1403
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1468
1404
|
};
|
|
1469
1405
|
minHeight: {
|
|
1470
|
-
readonly [
|
|
1406
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1471
1407
|
};
|
|
1472
1408
|
width: {
|
|
1473
|
-
readonly [
|
|
1409
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1474
1410
|
};
|
|
1475
1411
|
height: {
|
|
1476
|
-
readonly [
|
|
1412
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1477
1413
|
};
|
|
1478
1414
|
};
|
|
1479
1415
|
maxSize: (value: {
|
|
1480
|
-
readonly [
|
|
1416
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1481
1417
|
}) => {
|
|
1482
1418
|
maxWidth: {
|
|
1483
|
-
readonly [
|
|
1419
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1484
1420
|
};
|
|
1485
1421
|
maxHeight: {
|
|
1486
|
-
readonly [
|
|
1422
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1487
1423
|
};
|
|
1488
1424
|
};
|
|
1489
1425
|
sizeMax: (value: {
|
|
1490
|
-
readonly [
|
|
1426
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1491
1427
|
}) => {
|
|
1492
1428
|
maxWidth: {
|
|
1493
|
-
readonly [
|
|
1429
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1494
1430
|
};
|
|
1495
1431
|
maxHeight: {
|
|
1496
|
-
readonly [
|
|
1432
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1497
1433
|
};
|
|
1498
1434
|
};
|
|
1499
1435
|
appearance: (value: {
|
|
1500
|
-
readonly [
|
|
1436
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
1501
1437
|
}) => {
|
|
1502
1438
|
WebkitAppearance: {
|
|
1503
|
-
readonly [
|
|
1439
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
1504
1440
|
};
|
|
1505
1441
|
appearance: {
|
|
1506
|
-
readonly [
|
|
1442
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
1507
1443
|
};
|
|
1508
1444
|
};
|
|
1509
1445
|
scale: (value: {
|
|
1510
|
-
readonly [
|
|
1446
|
+
readonly [Stitches.$$PropertyValue]: "scale";
|
|
1511
1447
|
}) => {
|
|
1512
1448
|
transform: string;
|
|
1513
1449
|
};
|
|
1514
1450
|
linearGradient: (value: {
|
|
1515
|
-
readonly [
|
|
1451
|
+
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
1516
1452
|
}) => {
|
|
1517
1453
|
backgroundImage: string;
|
|
1518
1454
|
};
|
|
1519
1455
|
tdl: (value: {
|
|
1520
|
-
readonly [
|
|
1456
|
+
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
1521
1457
|
}) => {
|
|
1522
1458
|
textDecorationLine: {
|
|
1523
|
-
readonly [
|
|
1459
|
+
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
1524
1460
|
};
|
|
1525
1461
|
};
|
|
1526
1462
|
textGradient: (value: {
|
|
1527
|
-
readonly [
|
|
1463
|
+
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
1528
1464
|
}) => {
|
|
1529
1465
|
backgroundImage: string;
|
|
1530
1466
|
WebkitBackgroundClip: string;
|