@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.
Files changed (146) hide show
  1. package/cjs/backdrop/backdrop.styles.js +1 -1
  2. package/cjs/button/button.js +1 -1
  3. package/cjs/button/button.styles.js +1 -1
  4. package/cjs/button/utils.js +1 -1
  5. package/cjs/card/card.styles.js +1 -1
  6. package/cjs/checkbox/checkbox-context.js +1 -1
  7. package/cjs/checkbox/checkbox-group.js +1 -1
  8. package/cjs/checkbox/checkbox.js +1 -1
  9. package/cjs/checkbox/checkbox.styles.js +1 -1
  10. package/cjs/checkbox/use-checkbox-group.js +1 -0
  11. package/cjs/checkbox/use-checkbox.js +1 -0
  12. package/cjs/collapse/collapse.styles.js +1 -1
  13. package/cjs/css-baseline/css-baseline.js +1 -1
  14. package/cjs/grid/grid-container.js +1 -1
  15. package/cjs/index.js +1 -1
  16. package/cjs/input/input.styles.js +1 -1
  17. package/cjs/link/link.js +1 -1
  18. package/cjs/link/link.styles.js +1 -1
  19. package/cjs/pagination/pagination.styles.js +1 -1
  20. package/cjs/popover/popover-content.js +1 -1
  21. package/cjs/popover/popover.styles.js +1 -1
  22. package/cjs/radio/radio.styles.js +1 -1
  23. package/cjs/switch/switch.styles.js +1 -1
  24. package/cjs/table/table-checkbox-cell.js +1 -1
  25. package/cjs/table/table-context.js +1 -1
  26. package/cjs/table/table-select-all-checkbox.js +1 -1
  27. package/cjs/table/table.js +1 -1
  28. package/cjs/table/table.styles.js +1 -1
  29. package/cjs/table/utils.js +1 -1
  30. package/cjs/theme/colors/blue.js +1 -0
  31. package/cjs/theme/colors/cyan.js +1 -0
  32. package/cjs/theme/colors/gray.js +1 -0
  33. package/cjs/theme/colors/green.js +1 -0
  34. package/cjs/theme/colors/index.js +1 -0
  35. package/cjs/theme/colors/pink.js +1 -0
  36. package/cjs/theme/colors/purple.js +1 -0
  37. package/cjs/theme/colors/red.js +1 -0
  38. package/cjs/theme/colors/yellow.js +1 -0
  39. package/cjs/theme/common.js +1 -1
  40. package/cjs/theme/dark-theme.js +1 -1
  41. package/cjs/theme/index.js +1 -1
  42. package/cjs/theme/light-theme.js +1 -1
  43. package/cjs/user/user.styles.js +1 -1
  44. package/esm/backdrop/backdrop.styles.js +1 -1
  45. package/esm/button/button.js +1 -1
  46. package/esm/button/button.styles.js +1 -1
  47. package/esm/button/utils.js +1 -1
  48. package/esm/card/card.styles.js +1 -1
  49. package/esm/checkbox/checkbox-context.js +1 -1
  50. package/esm/checkbox/checkbox-group.js +1 -1
  51. package/esm/checkbox/checkbox.js +1 -1
  52. package/esm/checkbox/checkbox.styles.js +1 -1
  53. package/esm/checkbox/use-checkbox-group.js +1 -0
  54. package/esm/checkbox/use-checkbox.js +1 -0
  55. package/esm/collapse/collapse.styles.js +1 -1
  56. package/esm/css-baseline/css-baseline.js +1 -1
  57. package/esm/grid/grid-container.js +1 -1
  58. package/esm/index.js +1 -1
  59. package/esm/input/input.styles.js +1 -1
  60. package/esm/link/link.js +1 -1
  61. package/esm/link/link.styles.js +1 -1
  62. package/esm/pagination/pagination.styles.js +1 -1
  63. package/esm/popover/popover-content.js +1 -1
  64. package/esm/popover/popover.styles.js +1 -1
  65. package/esm/radio/radio.styles.js +1 -1
  66. package/esm/switch/switch.styles.js +1 -1
  67. package/esm/table/table-checkbox-cell.js +1 -1
  68. package/esm/table/table-context.js +1 -1
  69. package/esm/table/table-select-all-checkbox.js +1 -1
  70. package/esm/table/table.js +1 -1
  71. package/esm/table/table.styles.js +1 -1
  72. package/esm/table/utils.js +1 -1
  73. package/esm/theme/colors/blue.js +1 -0
  74. package/esm/theme/colors/cyan.js +1 -0
  75. package/esm/theme/colors/gray.js +1 -0
  76. package/esm/theme/colors/green.js +1 -0
  77. package/esm/theme/colors/index.js +1 -0
  78. package/esm/theme/colors/pink.js +1 -0
  79. package/esm/theme/colors/purple.js +1 -0
  80. package/esm/theme/colors/red.js +1 -0
  81. package/esm/theme/colors/yellow.js +1 -0
  82. package/esm/theme/common.js +1 -1
  83. package/esm/theme/dark-theme.js +1 -1
  84. package/esm/theme/index.js +1 -1
  85. package/esm/theme/light-theme.js +1 -1
  86. package/esm/user/user.styles.js +1 -1
  87. package/package.json +23 -23
  88. package/types/avatar/avatar-group.styles.d.ts +246 -168
  89. package/types/avatar/avatar.styles.d.ts +123 -84
  90. package/types/backdrop/backdrop.styles.d.ts +369 -252
  91. package/types/button/button-group.styles.d.ts +123 -84
  92. package/types/button/button-icon.d.ts +123 -84
  93. package/types/button/button.styles.d.ts +392 -187
  94. package/types/card/card.styles.d.ts +510 -354
  95. package/types/checkbox/checkbox-context.d.ts +3 -11
  96. package/types/checkbox/checkbox-group.d.ts +9 -28
  97. package/types/checkbox/checkbox.d.ts +8 -40
  98. package/types/checkbox/checkbox.styles.d.ts +1373 -1921
  99. package/types/checkbox/use-checkbox-group.d.ts +29 -0
  100. package/types/checkbox/use-checkbox.d.ts +26 -0
  101. package/types/code/code.styles.d.ts +246 -168
  102. package/types/col/col.styles.d.ts +123 -84
  103. package/types/collapse/collapse.styles.d.ts +756 -522
  104. package/types/container/container.styles.d.ts +123 -84
  105. package/types/divider/divider.styles.d.ts +246 -168
  106. package/types/grid/grid.styles.d.ts +246 -168
  107. package/types/image/image.styles.d.ts +369 -252
  108. package/types/index.d.ts +1 -0
  109. package/types/input/input.styles.d.ts +1409 -980
  110. package/types/link/link.styles.d.ts +246 -168
  111. package/types/loading/loading.styles.d.ts +756 -522
  112. package/types/modal/modal.styles.d.ts +756 -522
  113. package/types/pagination/pagination.styles.d.ts +756 -522
  114. package/types/popover/popover.styles.d.ts +1090 -76
  115. package/types/progress/progress.styles.d.ts +246 -168
  116. package/types/radio/radio.styles.d.ts +756 -522
  117. package/types/row/row.styles.d.ts +123 -84
  118. package/types/snippet/snippet.styles.d.ts +510 -354
  119. package/types/spacer/spacer.styles.d.ts +123 -84
  120. package/types/switch/switch.styles.d.ts +510 -354
  121. package/types/table/table-column-header.d.ts +123 -84
  122. package/types/table/table-sort-icon.d.ts +123 -84
  123. package/types/table/table.styles.d.ts +2185 -1522
  124. package/types/table/utils.d.ts +5 -29
  125. package/types/text/text.styles.d.ts +123 -84
  126. package/types/theme/colors/blue.d.ts +24 -0
  127. package/types/theme/colors/cyan.d.ts +24 -0
  128. package/types/theme/colors/gray.d.ts +24 -0
  129. package/types/theme/colors/green.d.ts +24 -0
  130. package/types/theme/colors/index.d.ts +8 -0
  131. package/types/theme/colors/pink.d.ts +24 -0
  132. package/types/theme/colors/purple.d.ts +24 -0
  133. package/types/theme/colors/red.d.ts +24 -0
  134. package/types/theme/colors/yellow.d.ts +24 -0
  135. package/types/theme/common.d.ts +322 -386
  136. package/types/theme/dark-theme.d.ts +101 -22
  137. package/types/theme/light-theme.d.ts +84 -13
  138. package/types/theme/stitches.config.d.ts +3167 -2660
  139. package/types/tooltip/tooltip.styles.d.ts +510 -354
  140. package/types/user/user.styles.d.ts +633 -438
  141. package/types/utils/drip.d.ts +123 -84
  142. package/umd/nextui.js +20764 -27497
  143. package/umd/nextui.min.js +1 -1
  144. package/cjs/checkbox/utils.js +0 -1
  145. package/esm/checkbox/utils.js +0 -1
  146. package/types/checkbox/utils.d.ts +0 -288
@@ -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
- primaryDark: string;
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
- secondaryDark: string;
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
- successDark: string;
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
- warningDark: string;
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
- errorDark: string;
174
+ errorBorder: string;
175
+ errorBorderHover: string;
176
+ errorSolidHover: string;
177
+ errorSolidContrast: string;
220
178
  errorShadow: string;
221
179
  gradient: string;
222
- link: string;
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 [$$PropertyValue]: "padding";
212
+ readonly [Stitches.$$PropertyValue]: "padding";
245
213
  };
246
214
  };
247
215
  pt: (value: Stitches.PropertyValue<'paddingTop'>) => {
248
216
  paddingTop: {
249
- readonly [$$PropertyValue]: "paddingTop";
217
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
250
218
  };
251
219
  };
252
220
  pr: (value: Stitches.PropertyValue<'paddingRight'>) => {
253
221
  paddingRight: {
254
- readonly [$$PropertyValue]: "paddingRight";
222
+ readonly [Stitches.$$PropertyValue]: "paddingRight";
255
223
  };
256
224
  };
257
225
  pb: (value: Stitches.PropertyValue<'paddingBottom'>) => {
258
226
  paddingBottom: {
259
- readonly [$$PropertyValue]: "paddingBottom";
227
+ readonly [Stitches.$$PropertyValue]: "paddingBottom";
260
228
  };
261
229
  };
262
230
  pl: (value: Stitches.PropertyValue<'paddingLeft'>) => {
263
231
  paddingLeft: {
264
- readonly [$$PropertyValue]: "paddingLeft";
232
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
265
233
  };
266
234
  };
267
235
  px: (value: Stitches.PropertyValue<'paddingLeft'>) => {
268
236
  paddingLeft: {
269
- readonly [$$PropertyValue]: "paddingLeft";
237
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
270
238
  };
271
239
  paddingRight: {
272
- readonly [$$PropertyValue]: "paddingLeft";
240
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
273
241
  };
274
242
  };
275
243
  py: (value: Stitches.PropertyValue<'paddingTop'>) => {
276
244
  paddingTop: {
277
- readonly [$$PropertyValue]: "paddingTop";
245
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
278
246
  };
279
247
  paddingBottom: {
280
- readonly [$$PropertyValue]: "paddingTop";
248
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
281
249
  };
282
250
  };
283
251
  m: (value: Stitches.PropertyValue<'margin'>) => {
284
252
  margin: {
285
- readonly [$$PropertyValue]: "margin";
253
+ readonly [Stitches.$$PropertyValue]: "margin";
286
254
  };
287
255
  };
288
256
  mt: (value: Stitches.PropertyValue<'marginTop'>) => {
289
257
  marginTop: {
290
- readonly [$$PropertyValue]: "marginTop";
258
+ readonly [Stitches.$$PropertyValue]: "marginTop";
291
259
  };
292
260
  };
293
261
  mr: (value: Stitches.PropertyValue<'marginRight'>) => {
294
262
  marginRight: {
295
- readonly [$$PropertyValue]: "marginRight";
263
+ readonly [Stitches.$$PropertyValue]: "marginRight";
296
264
  };
297
265
  };
298
266
  mb: (value: Stitches.PropertyValue<'marginBottom'>) => {
299
267
  marginBottom: {
300
- readonly [$$PropertyValue]: "marginBottom";
268
+ readonly [Stitches.$$PropertyValue]: "marginBottom";
301
269
  };
302
270
  };
303
271
  ml: (value: Stitches.PropertyValue<'marginLeft'>) => {
304
272
  marginLeft: {
305
- readonly [$$PropertyValue]: "marginLeft";
273
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
306
274
  };
307
275
  };
308
276
  mx: (value: Stitches.PropertyValue<'marginLeft'>) => {
309
277
  marginLeft: {
310
- readonly [$$PropertyValue]: "marginLeft";
278
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
311
279
  };
312
280
  marginRight: {
313
- readonly [$$PropertyValue]: "marginLeft";
281
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
314
282
  };
315
283
  };
316
284
  my: (value: Stitches.PropertyValue<'marginTop'>) => {
317
285
  marginTop: {
318
- readonly [$$PropertyValue]: "marginTop";
286
+ readonly [Stitches.$$PropertyValue]: "marginTop";
319
287
  };
320
288
  marginBottom: {
321
- readonly [$$PropertyValue]: "marginTop";
289
+ readonly [Stitches.$$PropertyValue]: "marginTop";
322
290
  };
323
291
  };
324
292
  ta: (value: Stitches.PropertyValue<'textAlign'>) => {
325
293
  textAlign: {
326
- readonly [$$PropertyValue]: "textAlign";
294
+ readonly [Stitches.$$PropertyValue]: "textAlign";
327
295
  };
328
296
  };
329
297
  tt: (value: Stitches.PropertyValue<'textTransform'>) => {
330
298
  textTransform: {
331
- readonly [$$PropertyValue]: "textTransform";
299
+ readonly [Stitches.$$PropertyValue]: "textTransform";
332
300
  };
333
301
  };
334
302
  to: (value: Stitches.PropertyValue<'textOverflow'>) => {
335
303
  textOverflow: {
336
- readonly [$$PropertyValue]: "textOverflow";
304
+ readonly [Stitches.$$PropertyValue]: "textOverflow";
337
305
  };
338
306
  };
339
307
  d: (value: Stitches.PropertyValue<'display'>) => {
340
308
  display: {
341
- readonly [$$PropertyValue]: "display";
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 [$$PropertyValue]: "alignItems";
315
+ readonly [Stitches.$$PropertyValue]: "alignItems";
348
316
  };
349
317
  justifyContent: {
350
- readonly [$$PropertyValue]: "alignItems";
318
+ readonly [Stitches.$$PropertyValue]: "alignItems";
351
319
  };
352
320
  };
353
321
  fd: (value: Stitches.PropertyValue<'flexDirection'>) => {
354
322
  flexDirection: {
355
- readonly [$$PropertyValue]: "flexDirection";
323
+ readonly [Stitches.$$PropertyValue]: "flexDirection";
356
324
  };
357
325
  };
358
326
  fw: (value: Stitches.PropertyValue<'flexWrap'>) => {
359
327
  flexWrap: {
360
- readonly [$$PropertyValue]: "flexWrap";
328
+ readonly [Stitches.$$PropertyValue]: "flexWrap";
361
329
  };
362
330
  };
363
331
  ai: (value: Stitches.PropertyValue<'alignItems'>) => {
364
332
  alignItems: {
365
- readonly [$$PropertyValue]: "alignItems";
333
+ readonly [Stitches.$$PropertyValue]: "alignItems";
366
334
  };
367
335
  };
368
336
  ac: (value: Stitches.PropertyValue<'alignContent'>) => {
369
337
  alignContent: {
370
- readonly [$$PropertyValue]: "alignContent";
338
+ readonly [Stitches.$$PropertyValue]: "alignContent";
371
339
  };
372
340
  };
373
341
  jc: (value: Stitches.PropertyValue<'justifyContent'>) => {
374
342
  justifyContent: {
375
- readonly [$$PropertyValue]: "justifyContent";
343
+ readonly [Stitches.$$PropertyValue]: "justifyContent";
376
344
  };
377
345
  };
378
346
  as: (value: Stitches.PropertyValue<'alignSelf'>) => {
379
347
  alignSelf: {
380
- readonly [$$PropertyValue]: "alignSelf";
348
+ readonly [Stitches.$$PropertyValue]: "alignSelf";
381
349
  };
382
350
  };
383
351
  fg: (value: Stitches.PropertyValue<'flexGrow'>) => {
384
352
  flexGrow: {
385
- readonly [$$PropertyValue]: "flexGrow";
353
+ readonly [Stitches.$$PropertyValue]: "flexGrow";
386
354
  };
387
355
  };
388
356
  fs: (value: Stitches.PropertyValue<'fontSize'>) => {
389
357
  fontSize: {
390
- readonly [$$PropertyValue]: "fontSize";
358
+ readonly [Stitches.$$PropertyValue]: "fontSize";
391
359
  };
392
360
  };
393
361
  fb: (value: Stitches.PropertyValue<'flexBasis'>) => {
394
362
  flexBasis: {
395
- readonly [$$PropertyValue]: "flexBasis";
363
+ readonly [Stitches.$$PropertyValue]: "flexBasis";
396
364
  };
397
365
  };
398
366
  bc: (value: Stitches.PropertyValue<'backgroundColor'>) => {
399
367
  backgroundColor: {
400
- readonly [$$PropertyValue]: "backgroundColor";
368
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
401
369
  };
402
370
  };
403
371
  bf: (value: Stitches.PropertyValue<'backdropFilter'>) => {
404
372
  backdropFilter: {
405
- readonly [$$PropertyValue]: "backdropFilter";
373
+ readonly [Stitches.$$PropertyValue]: "backdropFilter";
406
374
  };
407
375
  };
408
376
  bg: (value: Stitches.PropertyValue<'backgroundColor'>) => {
409
377
  background: {
410
- readonly [$$PropertyValue]: "backgroundColor";
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 [$$PropertyValue]: "backgroundColor";
387
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
420
388
  };
421
389
  };
422
390
  backgroundClip: (value: Stitches.PropertyValue<'backgroundClip'>) => {
423
391
  WebkitBackgroundClip: {
424
- readonly [$$PropertyValue]: "backgroundClip";
392
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
425
393
  };
426
394
  backgroundClip: {
427
- readonly [$$PropertyValue]: "backgroundClip";
395
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
428
396
  };
429
397
  };
430
398
  bgClip: (value: Stitches.PropertyValue<'backgroundClip'>) => {
431
399
  WebkitBackgroundClip: {
432
- readonly [$$PropertyValue]: "backgroundClip";
400
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
433
401
  };
434
402
  backgroundClip: {
435
- readonly [$$PropertyValue]: "backgroundClip";
403
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
436
404
  };
437
405
  };
438
406
  br: (value: Stitches.PropertyValue<'borderRadius'>) => {
439
407
  borderRadius: {
440
- readonly [$$PropertyValue]: "borderRadius";
408
+ readonly [Stitches.$$PropertyValue]: "borderRadius";
441
409
  };
442
410
  };
443
411
  bw: (value: Stitches.PropertyValue<'borderWidth'>) => {
444
412
  borderWidth: {
445
- readonly [$$PropertyValue]: "borderWidth";
413
+ readonly [Stitches.$$PropertyValue]: "borderWidth";
446
414
  };
447
415
  };
448
416
  btrr: (value: Stitches.PropertyValue<'borderTopRightRadius'>) => {
449
417
  borderTopRightRadius: {
450
- readonly [$$PropertyValue]: "borderTopRightRadius";
418
+ readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
451
419
  };
452
420
  };
453
421
  bbrr: (value: Stitches.PropertyValue<'borderBottomRightRadius'>) => {
454
422
  borderBottomRightRadius: {
455
- readonly [$$PropertyValue]: "borderBottomRightRadius";
423
+ readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
456
424
  };
457
425
  };
458
426
  bblr: (value: Stitches.PropertyValue<'borderBottomLeftRadius'>) => {
459
427
  borderBottomLeftRadius: {
460
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
428
+ readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
461
429
  };
462
430
  };
463
431
  btlr: (value: Stitches.PropertyValue<'borderTopLeftRadius'>) => {
464
432
  borderTopLeftRadius: {
465
- readonly [$$PropertyValue]: "borderTopLeftRadius";
433
+ readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
466
434
  };
467
435
  };
468
436
  bs: (value: Stitches.PropertyValue<'boxShadow'>) => {
469
437
  boxShadow: {
470
- readonly [$$PropertyValue]: "boxShadow";
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 [$$PropertyValue]: "lineHeight";
449
+ readonly [Stitches.$$PropertyValue]: "lineHeight";
482
450
  };
483
451
  };
484
452
  ov: (value: Stitches.PropertyValue<'overflow'>) => {
485
453
  overflow: {
486
- readonly [$$PropertyValue]: "overflow";
454
+ readonly [Stitches.$$PropertyValue]: "overflow";
487
455
  };
488
456
  };
489
457
  ox: (value: Stitches.PropertyValue<'overflowX'>) => {
490
458
  overflowX: {
491
- readonly [$$PropertyValue]: "overflowX";
459
+ readonly [Stitches.$$PropertyValue]: "overflowX";
492
460
  };
493
461
  };
494
462
  oy: (value: Stitches.PropertyValue<'overflowY'>) => {
495
463
  overflowY: {
496
- readonly [$$PropertyValue]: "overflowY";
464
+ readonly [Stitches.$$PropertyValue]: "overflowY";
497
465
  };
498
466
  };
499
467
  pe: (value: Stitches.PropertyValue<'pointerEvents'>) => {
500
468
  pointerEvents: {
501
- readonly [$$PropertyValue]: "pointerEvents";
469
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
502
470
  };
503
471
  };
504
472
  events: (value: Stitches.PropertyValue<'pointerEvents'>) => {
505
473
  pointerEvents: {
506
- readonly [$$PropertyValue]: "pointerEvents";
474
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
507
475
  };
508
476
  };
509
477
  us: (value: Stitches.PropertyValue<'userSelect'>) => {
510
478
  WebkitUserSelect: {
511
- readonly [$$PropertyValue]: "userSelect";
479
+ readonly [Stitches.$$PropertyValue]: "userSelect";
512
480
  };
513
481
  userSelect: {
514
- readonly [$$PropertyValue]: "userSelect";
482
+ readonly [Stitches.$$PropertyValue]: "userSelect";
515
483
  };
516
484
  };
517
485
  userSelect: (value: Stitches.PropertyValue<'userSelect'>) => {
518
486
  WebkitUserSelect: {
519
- readonly [$$PropertyValue]: "userSelect";
487
+ readonly [Stitches.$$PropertyValue]: "userSelect";
520
488
  };
521
489
  userSelect: {
522
- readonly [$$PropertyValue]: "userSelect";
490
+ readonly [Stitches.$$PropertyValue]: "userSelect";
523
491
  };
524
492
  };
525
493
  w: (value: Stitches.PropertyValue<'width'>) => {
526
494
  width: {
527
- readonly [$$PropertyValue]: "width";
495
+ readonly [Stitches.$$PropertyValue]: "width";
528
496
  };
529
497
  };
530
498
  h: (value: Stitches.PropertyValue<'height'>) => {
531
499
  height: {
532
- readonly [$$PropertyValue]: "height";
500
+ readonly [Stitches.$$PropertyValue]: "height";
533
501
  };
534
502
  };
535
503
  mw: (value: Stitches.PropertyValue<'maxWidth'>) => {
536
504
  maxWidth: {
537
- readonly [$$PropertyValue]: "maxWidth";
505
+ readonly [Stitches.$$PropertyValue]: "maxWidth";
538
506
  };
539
507
  };
540
508
  maxW: (value: Stitches.PropertyValue<'maxWidth'>) => {
541
509
  maxWidth: {
542
- readonly [$$PropertyValue]: "maxWidth";
510
+ readonly [Stitches.$$PropertyValue]: "maxWidth";
543
511
  };
544
512
  };
545
513
  mh: (value: Stitches.PropertyValue<'maxHeight'>) => {
546
514
  maxHeight: {
547
- readonly [$$PropertyValue]: "maxHeight";
515
+ readonly [Stitches.$$PropertyValue]: "maxHeight";
548
516
  };
549
517
  };
550
518
  maxH: (value: Stitches.PropertyValue<'maxHeight'>) => {
551
519
  maxHeight: {
552
- readonly [$$PropertyValue]: "maxHeight";
520
+ readonly [Stitches.$$PropertyValue]: "maxHeight";
553
521
  };
554
522
  };
555
523
  size: (value: Stitches.PropertyValue<'width'>) => {
556
524
  width: {
557
- readonly [$$PropertyValue]: "width";
525
+ readonly [Stitches.$$PropertyValue]: "width";
558
526
  };
559
527
  height: {
560
- readonly [$$PropertyValue]: "width";
528
+ readonly [Stitches.$$PropertyValue]: "width";
561
529
  };
562
530
  };
563
531
  minSize: (value: Stitches.PropertyValue<'width'>) => {
564
532
  minWidth: {
565
- readonly [$$PropertyValue]: "width";
533
+ readonly [Stitches.$$PropertyValue]: "width";
566
534
  };
567
535
  minHeight: {
568
- readonly [$$PropertyValue]: "width";
536
+ readonly [Stitches.$$PropertyValue]: "width";
569
537
  };
570
538
  width: {
571
- readonly [$$PropertyValue]: "width";
539
+ readonly [Stitches.$$PropertyValue]: "width";
572
540
  };
573
541
  height: {
574
- readonly [$$PropertyValue]: "width";
542
+ readonly [Stitches.$$PropertyValue]: "width";
575
543
  };
576
544
  };
577
545
  sizeMin: (value: Stitches.PropertyValue<'width'>) => {
578
546
  minWidth: {
579
- readonly [$$PropertyValue]: "width";
547
+ readonly [Stitches.$$PropertyValue]: "width";
580
548
  };
581
549
  minHeight: {
582
- readonly [$$PropertyValue]: "width";
550
+ readonly [Stitches.$$PropertyValue]: "width";
583
551
  };
584
552
  width: {
585
- readonly [$$PropertyValue]: "width";
553
+ readonly [Stitches.$$PropertyValue]: "width";
586
554
  };
587
555
  height: {
588
- readonly [$$PropertyValue]: "width";
556
+ readonly [Stitches.$$PropertyValue]: "width";
589
557
  };
590
558
  };
591
559
  maxSize: (value: Stitches.PropertyValue<'width'>) => {
592
560
  maxWidth: {
593
- readonly [$$PropertyValue]: "width";
561
+ readonly [Stitches.$$PropertyValue]: "width";
594
562
  };
595
563
  maxHeight: {
596
- readonly [$$PropertyValue]: "width";
564
+ readonly [Stitches.$$PropertyValue]: "width";
597
565
  };
598
566
  };
599
567
  sizeMax: (value: Stitches.PropertyValue<'width'>) => {
600
568
  maxWidth: {
601
- readonly [$$PropertyValue]: "width";
569
+ readonly [Stitches.$$PropertyValue]: "width";
602
570
  };
603
571
  maxHeight: {
604
- readonly [$$PropertyValue]: "width";
572
+ readonly [Stitches.$$PropertyValue]: "width";
605
573
  };
606
574
  };
607
575
  appearance: (value: Stitches.PropertyValue<'appearance'>) => {
608
576
  WebkitAppearance: {
609
- readonly [$$PropertyValue]: "appearance";
577
+ readonly [Stitches.$$PropertyValue]: "appearance";
610
578
  };
611
579
  appearance: {
612
- readonly [$$PropertyValue]: "appearance";
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 [$$PropertyValue]: "textDecorationLine";
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
- primaryDark: string;
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
- secondaryDark: string;
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
- successDark: string;
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
- warningDark: string;
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
- errorDark: string;
784
+ errorBorder: string;
785
+ errorBorderHover: string;
786
+ errorSolidHover: string;
787
+ errorSolidContrast: string;
862
788
  errorShadow: string;
863
789
  gradient: string;
864
- link: string;
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 [$$PropertyValue]: "padding";
945
+ readonly [Stitches.$$PropertyValue]: "padding";
1010
946
  }) => {
1011
947
  padding: {
1012
- readonly [$$PropertyValue]: "padding";
948
+ readonly [Stitches.$$PropertyValue]: "padding";
1013
949
  };
1014
950
  };
1015
951
  pt: (value: {
1016
- readonly [$$PropertyValue]: "paddingTop";
952
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1017
953
  }) => {
1018
954
  paddingTop: {
1019
- readonly [$$PropertyValue]: "paddingTop";
955
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1020
956
  };
1021
957
  };
1022
958
  pr: (value: {
1023
- readonly [$$PropertyValue]: "paddingRight";
959
+ readonly [Stitches.$$PropertyValue]: "paddingRight";
1024
960
  }) => {
1025
961
  paddingRight: {
1026
- readonly [$$PropertyValue]: "paddingRight";
962
+ readonly [Stitches.$$PropertyValue]: "paddingRight";
1027
963
  };
1028
964
  };
1029
965
  pb: (value: {
1030
- readonly [$$PropertyValue]: "paddingBottom";
966
+ readonly [Stitches.$$PropertyValue]: "paddingBottom";
1031
967
  }) => {
1032
968
  paddingBottom: {
1033
- readonly [$$PropertyValue]: "paddingBottom";
969
+ readonly [Stitches.$$PropertyValue]: "paddingBottom";
1034
970
  };
1035
971
  };
1036
972
  pl: (value: {
1037
- readonly [$$PropertyValue]: "paddingLeft";
973
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1038
974
  }) => {
1039
975
  paddingLeft: {
1040
- readonly [$$PropertyValue]: "paddingLeft";
976
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1041
977
  };
1042
978
  };
1043
979
  px: (value: {
1044
- readonly [$$PropertyValue]: "paddingLeft";
980
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1045
981
  }) => {
1046
982
  paddingLeft: {
1047
- readonly [$$PropertyValue]: "paddingLeft";
983
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1048
984
  };
1049
985
  paddingRight: {
1050
- readonly [$$PropertyValue]: "paddingLeft";
986
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1051
987
  };
1052
988
  };
1053
989
  py: (value: {
1054
- readonly [$$PropertyValue]: "paddingTop";
990
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1055
991
  }) => {
1056
992
  paddingTop: {
1057
- readonly [$$PropertyValue]: "paddingTop";
993
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1058
994
  };
1059
995
  paddingBottom: {
1060
- readonly [$$PropertyValue]: "paddingTop";
996
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1061
997
  };
1062
998
  };
1063
999
  m: (value: {
1064
- readonly [$$PropertyValue]: "margin";
1000
+ readonly [Stitches.$$PropertyValue]: "margin";
1065
1001
  }) => {
1066
1002
  margin: {
1067
- readonly [$$PropertyValue]: "margin";
1003
+ readonly [Stitches.$$PropertyValue]: "margin";
1068
1004
  };
1069
1005
  };
1070
1006
  mt: (value: {
1071
- readonly [$$PropertyValue]: "marginTop";
1007
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1072
1008
  }) => {
1073
1009
  marginTop: {
1074
- readonly [$$PropertyValue]: "marginTop";
1010
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1075
1011
  };
1076
1012
  };
1077
1013
  mr: (value: {
1078
- readonly [$$PropertyValue]: "marginRight";
1014
+ readonly [Stitches.$$PropertyValue]: "marginRight";
1079
1015
  }) => {
1080
1016
  marginRight: {
1081
- readonly [$$PropertyValue]: "marginRight";
1017
+ readonly [Stitches.$$PropertyValue]: "marginRight";
1082
1018
  };
1083
1019
  };
1084
1020
  mb: (value: {
1085
- readonly [$$PropertyValue]: "marginBottom";
1021
+ readonly [Stitches.$$PropertyValue]: "marginBottom";
1086
1022
  }) => {
1087
1023
  marginBottom: {
1088
- readonly [$$PropertyValue]: "marginBottom";
1024
+ readonly [Stitches.$$PropertyValue]: "marginBottom";
1089
1025
  };
1090
1026
  };
1091
1027
  ml: (value: {
1092
- readonly [$$PropertyValue]: "marginLeft";
1028
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1093
1029
  }) => {
1094
1030
  marginLeft: {
1095
- readonly [$$PropertyValue]: "marginLeft";
1031
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1096
1032
  };
1097
1033
  };
1098
1034
  mx: (value: {
1099
- readonly [$$PropertyValue]: "marginLeft";
1035
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1100
1036
  }) => {
1101
1037
  marginLeft: {
1102
- readonly [$$PropertyValue]: "marginLeft";
1038
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1103
1039
  };
1104
1040
  marginRight: {
1105
- readonly [$$PropertyValue]: "marginLeft";
1041
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1106
1042
  };
1107
1043
  };
1108
1044
  my: (value: {
1109
- readonly [$$PropertyValue]: "marginTop";
1045
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1110
1046
  }) => {
1111
1047
  marginTop: {
1112
- readonly [$$PropertyValue]: "marginTop";
1048
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1113
1049
  };
1114
1050
  marginBottom: {
1115
- readonly [$$PropertyValue]: "marginTop";
1051
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1116
1052
  };
1117
1053
  };
1118
1054
  ta: (value: {
1119
- readonly [$$PropertyValue]: "textAlign";
1055
+ readonly [Stitches.$$PropertyValue]: "textAlign";
1120
1056
  }) => {
1121
1057
  textAlign: {
1122
- readonly [$$PropertyValue]: "textAlign";
1058
+ readonly [Stitches.$$PropertyValue]: "textAlign";
1123
1059
  };
1124
1060
  };
1125
1061
  tt: (value: {
1126
- readonly [$$PropertyValue]: "textTransform";
1062
+ readonly [Stitches.$$PropertyValue]: "textTransform";
1127
1063
  }) => {
1128
1064
  textTransform: {
1129
- readonly [$$PropertyValue]: "textTransform";
1065
+ readonly [Stitches.$$PropertyValue]: "textTransform";
1130
1066
  };
1131
1067
  };
1132
1068
  to: (value: {
1133
- readonly [$$PropertyValue]: "textOverflow";
1069
+ readonly [Stitches.$$PropertyValue]: "textOverflow";
1134
1070
  }) => {
1135
1071
  textOverflow: {
1136
- readonly [$$PropertyValue]: "textOverflow";
1072
+ readonly [Stitches.$$PropertyValue]: "textOverflow";
1137
1073
  };
1138
1074
  };
1139
1075
  d: (value: {
1140
- readonly [$$PropertyValue]: "display";
1076
+ readonly [Stitches.$$PropertyValue]: "display";
1141
1077
  }) => {
1142
1078
  display: {
1143
- readonly [$$PropertyValue]: "display";
1079
+ readonly [Stitches.$$PropertyValue]: "display";
1144
1080
  };
1145
1081
  };
1146
1082
  dflex: (value: {
1147
- readonly [$$PropertyValue]: "alignItems";
1083
+ readonly [Stitches.$$PropertyValue]: "alignItems";
1148
1084
  }) => {
1149
1085
  display: string;
1150
1086
  alignItems: {
1151
- readonly [$$PropertyValue]: "alignItems";
1087
+ readonly [Stitches.$$PropertyValue]: "alignItems";
1152
1088
  };
1153
1089
  justifyContent: {
1154
- readonly [$$PropertyValue]: "alignItems";
1090
+ readonly [Stitches.$$PropertyValue]: "alignItems";
1155
1091
  };
1156
1092
  };
1157
1093
  fd: (value: {
1158
- readonly [$$PropertyValue]: "flexDirection";
1094
+ readonly [Stitches.$$PropertyValue]: "flexDirection";
1159
1095
  }) => {
1160
1096
  flexDirection: {
1161
- readonly [$$PropertyValue]: "flexDirection";
1097
+ readonly [Stitches.$$PropertyValue]: "flexDirection";
1162
1098
  };
1163
1099
  };
1164
1100
  fw: (value: {
1165
- readonly [$$PropertyValue]: "flexWrap";
1101
+ readonly [Stitches.$$PropertyValue]: "flexWrap";
1166
1102
  }) => {
1167
1103
  flexWrap: {
1168
- readonly [$$PropertyValue]: "flexWrap";
1104
+ readonly [Stitches.$$PropertyValue]: "flexWrap";
1169
1105
  };
1170
1106
  };
1171
1107
  ai: (value: {
1172
- readonly [$$PropertyValue]: "alignItems";
1108
+ readonly [Stitches.$$PropertyValue]: "alignItems";
1173
1109
  }) => {
1174
1110
  alignItems: {
1175
- readonly [$$PropertyValue]: "alignItems";
1111
+ readonly [Stitches.$$PropertyValue]: "alignItems";
1176
1112
  };
1177
1113
  };
1178
1114
  ac: (value: {
1179
- readonly [$$PropertyValue]: "alignContent";
1115
+ readonly [Stitches.$$PropertyValue]: "alignContent";
1180
1116
  }) => {
1181
1117
  alignContent: {
1182
- readonly [$$PropertyValue]: "alignContent";
1118
+ readonly [Stitches.$$PropertyValue]: "alignContent";
1183
1119
  };
1184
1120
  };
1185
1121
  jc: (value: {
1186
- readonly [$$PropertyValue]: "justifyContent";
1122
+ readonly [Stitches.$$PropertyValue]: "justifyContent";
1187
1123
  }) => {
1188
1124
  justifyContent: {
1189
- readonly [$$PropertyValue]: "justifyContent";
1125
+ readonly [Stitches.$$PropertyValue]: "justifyContent";
1190
1126
  };
1191
1127
  };
1192
1128
  as: (value: {
1193
- readonly [$$PropertyValue]: "alignSelf";
1129
+ readonly [Stitches.$$PropertyValue]: "alignSelf";
1194
1130
  }) => {
1195
1131
  alignSelf: {
1196
- readonly [$$PropertyValue]: "alignSelf";
1132
+ readonly [Stitches.$$PropertyValue]: "alignSelf";
1197
1133
  };
1198
1134
  };
1199
1135
  fg: (value: {
1200
- readonly [$$PropertyValue]: "flexGrow";
1136
+ readonly [Stitches.$$PropertyValue]: "flexGrow";
1201
1137
  }) => {
1202
1138
  flexGrow: {
1203
- readonly [$$PropertyValue]: "flexGrow";
1139
+ readonly [Stitches.$$PropertyValue]: "flexGrow";
1204
1140
  };
1205
1141
  };
1206
1142
  fs: (value: {
1207
- readonly [$$PropertyValue]: "fontSize";
1143
+ readonly [Stitches.$$PropertyValue]: "fontSize";
1208
1144
  }) => {
1209
1145
  fontSize: {
1210
- readonly [$$PropertyValue]: "fontSize";
1146
+ readonly [Stitches.$$PropertyValue]: "fontSize";
1211
1147
  };
1212
1148
  };
1213
1149
  fb: (value: {
1214
- readonly [$$PropertyValue]: "flexBasis";
1150
+ readonly [Stitches.$$PropertyValue]: "flexBasis";
1215
1151
  }) => {
1216
1152
  flexBasis: {
1217
- readonly [$$PropertyValue]: "flexBasis";
1153
+ readonly [Stitches.$$PropertyValue]: "flexBasis";
1218
1154
  };
1219
1155
  };
1220
1156
  bc: (value: {
1221
- readonly [$$PropertyValue]: "backgroundColor";
1157
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1222
1158
  }) => {
1223
1159
  backgroundColor: {
1224
- readonly [$$PropertyValue]: "backgroundColor";
1160
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1225
1161
  };
1226
1162
  };
1227
1163
  bf: (value: {
1228
- readonly [$$PropertyValue]: "backdropFilter";
1164
+ readonly [Stitches.$$PropertyValue]: "backdropFilter";
1229
1165
  }) => {
1230
1166
  backdropFilter: {
1231
- readonly [$$PropertyValue]: "backdropFilter";
1167
+ readonly [Stitches.$$PropertyValue]: "backdropFilter";
1232
1168
  };
1233
1169
  };
1234
1170
  bg: (value: {
1235
- readonly [$$PropertyValue]: "backgroundColor";
1171
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1236
1172
  }) => {
1237
1173
  background: {
1238
- readonly [$$PropertyValue]: "backgroundColor";
1174
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1239
1175
  };
1240
1176
  };
1241
1177
  bgBlur: (value: {
1242
- readonly [$$PropertyValue]: "backgroundColor";
1178
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1243
1179
  }) => {
1244
1180
  bf: string;
1245
1181
  bg: string;
1246
1182
  };
1247
1183
  bgColor: (value: {
1248
- readonly [$$PropertyValue]: "backgroundColor";
1184
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1249
1185
  }) => {
1250
1186
  backgroundColor: {
1251
- readonly [$$PropertyValue]: "backgroundColor";
1187
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1252
1188
  };
1253
1189
  };
1254
1190
  backgroundClip: (value: {
1255
- readonly [$$PropertyValue]: "backgroundClip";
1191
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1256
1192
  }) => {
1257
1193
  WebkitBackgroundClip: {
1258
- readonly [$$PropertyValue]: "backgroundClip";
1194
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1259
1195
  };
1260
1196
  backgroundClip: {
1261
- readonly [$$PropertyValue]: "backgroundClip";
1197
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1262
1198
  };
1263
1199
  };
1264
1200
  bgClip: (value: {
1265
- readonly [$$PropertyValue]: "backgroundClip";
1201
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1266
1202
  }) => {
1267
1203
  WebkitBackgroundClip: {
1268
- readonly [$$PropertyValue]: "backgroundClip";
1204
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1269
1205
  };
1270
1206
  backgroundClip: {
1271
- readonly [$$PropertyValue]: "backgroundClip";
1207
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1272
1208
  };
1273
1209
  };
1274
1210
  br: (value: {
1275
- readonly [$$PropertyValue]: "borderRadius";
1211
+ readonly [Stitches.$$PropertyValue]: "borderRadius";
1276
1212
  }) => {
1277
1213
  borderRadius: {
1278
- readonly [$$PropertyValue]: "borderRadius";
1214
+ readonly [Stitches.$$PropertyValue]: "borderRadius";
1279
1215
  };
1280
1216
  };
1281
1217
  bw: (value: {
1282
- readonly [$$PropertyValue]: "borderWidth";
1218
+ readonly [Stitches.$$PropertyValue]: "borderWidth";
1283
1219
  }) => {
1284
1220
  borderWidth: {
1285
- readonly [$$PropertyValue]: "borderWidth";
1221
+ readonly [Stitches.$$PropertyValue]: "borderWidth";
1286
1222
  };
1287
1223
  };
1288
1224
  btrr: (value: {
1289
- readonly [$$PropertyValue]: "borderTopRightRadius";
1225
+ readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
1290
1226
  }) => {
1291
1227
  borderTopRightRadius: {
1292
- readonly [$$PropertyValue]: "borderTopRightRadius";
1228
+ readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
1293
1229
  };
1294
1230
  };
1295
1231
  bbrr: (value: {
1296
- readonly [$$PropertyValue]: "borderBottomRightRadius";
1232
+ readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
1297
1233
  }) => {
1298
1234
  borderBottomRightRadius: {
1299
- readonly [$$PropertyValue]: "borderBottomRightRadius";
1235
+ readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
1300
1236
  };
1301
1237
  };
1302
1238
  bblr: (value: {
1303
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
1239
+ readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
1304
1240
  }) => {
1305
1241
  borderBottomLeftRadius: {
1306
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
1242
+ readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
1307
1243
  };
1308
1244
  };
1309
1245
  btlr: (value: {
1310
- readonly [$$PropertyValue]: "borderTopLeftRadius";
1246
+ readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
1311
1247
  }) => {
1312
1248
  borderTopLeftRadius: {
1313
- readonly [$$PropertyValue]: "borderTopLeftRadius";
1249
+ readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
1314
1250
  };
1315
1251
  };
1316
1252
  bs: (value: {
1317
- readonly [$$PropertyValue]: "boxShadow";
1253
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
1318
1254
  }) => {
1319
1255
  boxShadow: {
1320
- readonly [$$PropertyValue]: "boxShadow";
1256
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
1321
1257
  };
1322
1258
  };
1323
1259
  normalShadow: (value: {
1324
- readonly [$$PropertyValue]: "backgroundColor";
1260
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1325
1261
  }) => {
1326
1262
  boxShadow: string;
1327
1263
  };
1328
1264
  normalShadowVar: (value: {
1329
- readonly [$$PropertyValue]: "backgroundColor";
1265
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1330
1266
  }) => {
1331
1267
  boxShadow: string;
1332
1268
  };
1333
1269
  lh: (value: {
1334
- readonly [$$PropertyValue]: "lineHeight";
1270
+ readonly [Stitches.$$PropertyValue]: "lineHeight";
1335
1271
  }) => {
1336
1272
  lineHeight: {
1337
- readonly [$$PropertyValue]: "lineHeight";
1273
+ readonly [Stitches.$$PropertyValue]: "lineHeight";
1338
1274
  };
1339
1275
  };
1340
1276
  ov: (value: {
1341
- readonly [$$PropertyValue]: "overflow";
1277
+ readonly [Stitches.$$PropertyValue]: "overflow";
1342
1278
  }) => {
1343
1279
  overflow: {
1344
- readonly [$$PropertyValue]: "overflow";
1280
+ readonly [Stitches.$$PropertyValue]: "overflow";
1345
1281
  };
1346
1282
  };
1347
1283
  ox: (value: {
1348
- readonly [$$PropertyValue]: "overflowX";
1284
+ readonly [Stitches.$$PropertyValue]: "overflowX";
1349
1285
  }) => {
1350
1286
  overflowX: {
1351
- readonly [$$PropertyValue]: "overflowX";
1287
+ readonly [Stitches.$$PropertyValue]: "overflowX";
1352
1288
  };
1353
1289
  };
1354
1290
  oy: (value: {
1355
- readonly [$$PropertyValue]: "overflowY";
1291
+ readonly [Stitches.$$PropertyValue]: "overflowY";
1356
1292
  }) => {
1357
1293
  overflowY: {
1358
- readonly [$$PropertyValue]: "overflowY";
1294
+ readonly [Stitches.$$PropertyValue]: "overflowY";
1359
1295
  };
1360
1296
  };
1361
1297
  pe: (value: {
1362
- readonly [$$PropertyValue]: "pointerEvents";
1298
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
1363
1299
  }) => {
1364
1300
  pointerEvents: {
1365
- readonly [$$PropertyValue]: "pointerEvents";
1301
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
1366
1302
  };
1367
1303
  };
1368
1304
  events: (value: {
1369
- readonly [$$PropertyValue]: "pointerEvents";
1305
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
1370
1306
  }) => {
1371
1307
  pointerEvents: {
1372
- readonly [$$PropertyValue]: "pointerEvents";
1308
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
1373
1309
  };
1374
1310
  };
1375
1311
  us: (value: {
1376
- readonly [$$PropertyValue]: "userSelect";
1312
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1377
1313
  }) => {
1378
1314
  WebkitUserSelect: {
1379
- readonly [$$PropertyValue]: "userSelect";
1315
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1380
1316
  };
1381
1317
  userSelect: {
1382
- readonly [$$PropertyValue]: "userSelect";
1318
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1383
1319
  };
1384
1320
  };
1385
1321
  userSelect: (value: {
1386
- readonly [$$PropertyValue]: "userSelect";
1322
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1387
1323
  }) => {
1388
1324
  WebkitUserSelect: {
1389
- readonly [$$PropertyValue]: "userSelect";
1325
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1390
1326
  };
1391
1327
  userSelect: {
1392
- readonly [$$PropertyValue]: "userSelect";
1328
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1393
1329
  };
1394
1330
  };
1395
1331
  w: (value: {
1396
- readonly [$$PropertyValue]: "width";
1332
+ readonly [Stitches.$$PropertyValue]: "width";
1397
1333
  }) => {
1398
1334
  width: {
1399
- readonly [$$PropertyValue]: "width";
1335
+ readonly [Stitches.$$PropertyValue]: "width";
1400
1336
  };
1401
1337
  };
1402
1338
  h: (value: {
1403
- readonly [$$PropertyValue]: "height";
1339
+ readonly [Stitches.$$PropertyValue]: "height";
1404
1340
  }) => {
1405
1341
  height: {
1406
- readonly [$$PropertyValue]: "height";
1342
+ readonly [Stitches.$$PropertyValue]: "height";
1407
1343
  };
1408
1344
  };
1409
1345
  mw: (value: {
1410
- readonly [$$PropertyValue]: "maxWidth";
1346
+ readonly [Stitches.$$PropertyValue]: "maxWidth";
1411
1347
  }) => {
1412
1348
  maxWidth: {
1413
- readonly [$$PropertyValue]: "maxWidth";
1349
+ readonly [Stitches.$$PropertyValue]: "maxWidth";
1414
1350
  };
1415
1351
  };
1416
1352
  maxW: (value: {
1417
- readonly [$$PropertyValue]: "maxWidth";
1353
+ readonly [Stitches.$$PropertyValue]: "maxWidth";
1418
1354
  }) => {
1419
1355
  maxWidth: {
1420
- readonly [$$PropertyValue]: "maxWidth";
1356
+ readonly [Stitches.$$PropertyValue]: "maxWidth";
1421
1357
  };
1422
1358
  };
1423
1359
  mh: (value: {
1424
- readonly [$$PropertyValue]: "maxHeight";
1360
+ readonly [Stitches.$$PropertyValue]: "maxHeight";
1425
1361
  }) => {
1426
1362
  maxHeight: {
1427
- readonly [$$PropertyValue]: "maxHeight";
1363
+ readonly [Stitches.$$PropertyValue]: "maxHeight";
1428
1364
  };
1429
1365
  };
1430
1366
  maxH: (value: {
1431
- readonly [$$PropertyValue]: "maxHeight";
1367
+ readonly [Stitches.$$PropertyValue]: "maxHeight";
1432
1368
  }) => {
1433
1369
  maxHeight: {
1434
- readonly [$$PropertyValue]: "maxHeight";
1370
+ readonly [Stitches.$$PropertyValue]: "maxHeight";
1435
1371
  };
1436
1372
  };
1437
1373
  size: (value: {
1438
- readonly [$$PropertyValue]: "width";
1374
+ readonly [Stitches.$$PropertyValue]: "width";
1439
1375
  }) => {
1440
1376
  width: {
1441
- readonly [$$PropertyValue]: "width";
1377
+ readonly [Stitches.$$PropertyValue]: "width";
1442
1378
  };
1443
1379
  height: {
1444
- readonly [$$PropertyValue]: "width";
1380
+ readonly [Stitches.$$PropertyValue]: "width";
1445
1381
  };
1446
1382
  };
1447
1383
  minSize: (value: {
1448
- readonly [$$PropertyValue]: "width";
1384
+ readonly [Stitches.$$PropertyValue]: "width";
1449
1385
  }) => {
1450
1386
  minWidth: {
1451
- readonly [$$PropertyValue]: "width";
1387
+ readonly [Stitches.$$PropertyValue]: "width";
1452
1388
  };
1453
1389
  minHeight: {
1454
- readonly [$$PropertyValue]: "width";
1390
+ readonly [Stitches.$$PropertyValue]: "width";
1455
1391
  };
1456
1392
  width: {
1457
- readonly [$$PropertyValue]: "width";
1393
+ readonly [Stitches.$$PropertyValue]: "width";
1458
1394
  };
1459
1395
  height: {
1460
- readonly [$$PropertyValue]: "width";
1396
+ readonly [Stitches.$$PropertyValue]: "width";
1461
1397
  };
1462
1398
  };
1463
1399
  sizeMin: (value: {
1464
- readonly [$$PropertyValue]: "width";
1400
+ readonly [Stitches.$$PropertyValue]: "width";
1465
1401
  }) => {
1466
1402
  minWidth: {
1467
- readonly [$$PropertyValue]: "width";
1403
+ readonly [Stitches.$$PropertyValue]: "width";
1468
1404
  };
1469
1405
  minHeight: {
1470
- readonly [$$PropertyValue]: "width";
1406
+ readonly [Stitches.$$PropertyValue]: "width";
1471
1407
  };
1472
1408
  width: {
1473
- readonly [$$PropertyValue]: "width";
1409
+ readonly [Stitches.$$PropertyValue]: "width";
1474
1410
  };
1475
1411
  height: {
1476
- readonly [$$PropertyValue]: "width";
1412
+ readonly [Stitches.$$PropertyValue]: "width";
1477
1413
  };
1478
1414
  };
1479
1415
  maxSize: (value: {
1480
- readonly [$$PropertyValue]: "width";
1416
+ readonly [Stitches.$$PropertyValue]: "width";
1481
1417
  }) => {
1482
1418
  maxWidth: {
1483
- readonly [$$PropertyValue]: "width";
1419
+ readonly [Stitches.$$PropertyValue]: "width";
1484
1420
  };
1485
1421
  maxHeight: {
1486
- readonly [$$PropertyValue]: "width";
1422
+ readonly [Stitches.$$PropertyValue]: "width";
1487
1423
  };
1488
1424
  };
1489
1425
  sizeMax: (value: {
1490
- readonly [$$PropertyValue]: "width";
1426
+ readonly [Stitches.$$PropertyValue]: "width";
1491
1427
  }) => {
1492
1428
  maxWidth: {
1493
- readonly [$$PropertyValue]: "width";
1429
+ readonly [Stitches.$$PropertyValue]: "width";
1494
1430
  };
1495
1431
  maxHeight: {
1496
- readonly [$$PropertyValue]: "width";
1432
+ readonly [Stitches.$$PropertyValue]: "width";
1497
1433
  };
1498
1434
  };
1499
1435
  appearance: (value: {
1500
- readonly [$$PropertyValue]: "appearance";
1436
+ readonly [Stitches.$$PropertyValue]: "appearance";
1501
1437
  }) => {
1502
1438
  WebkitAppearance: {
1503
- readonly [$$PropertyValue]: "appearance";
1439
+ readonly [Stitches.$$PropertyValue]: "appearance";
1504
1440
  };
1505
1441
  appearance: {
1506
- readonly [$$PropertyValue]: "appearance";
1442
+ readonly [Stitches.$$PropertyValue]: "appearance";
1507
1443
  };
1508
1444
  };
1509
1445
  scale: (value: {
1510
- readonly [$$PropertyValue]: "scale";
1446
+ readonly [Stitches.$$PropertyValue]: "scale";
1511
1447
  }) => {
1512
1448
  transform: string;
1513
1449
  };
1514
1450
  linearGradient: (value: {
1515
- readonly [$$PropertyValue]: "backgroundImage";
1451
+ readonly [Stitches.$$PropertyValue]: "backgroundImage";
1516
1452
  }) => {
1517
1453
  backgroundImage: string;
1518
1454
  };
1519
1455
  tdl: (value: {
1520
- readonly [$$PropertyValue]: "textDecorationLine";
1456
+ readonly [Stitches.$$PropertyValue]: "textDecorationLine";
1521
1457
  }) => {
1522
1458
  textDecorationLine: {
1523
- readonly [$$PropertyValue]: "textDecorationLine";
1459
+ readonly [Stitches.$$PropertyValue]: "textDecorationLine";
1524
1460
  };
1525
1461
  };
1526
1462
  textGradient: (value: {
1527
- readonly [$$PropertyValue]: "backgroundImage";
1463
+ readonly [Stitches.$$PropertyValue]: "backgroundImage";
1528
1464
  }) => {
1529
1465
  backgroundImage: string;
1530
1466
  WebkitBackgroundClip: string;