@nextui-org/react 1.0.0-beta.7 → 1.0.0-beta.8

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 (217) hide show
  1. package/cjs/avatar/avatar.js +1 -1
  2. package/cjs/avatar/avatar.styles.js +1 -1
  3. package/cjs/button/button-icon.js +1 -1
  4. package/cjs/button/button.js +1 -1
  5. package/cjs/button/button.styles.js +1 -1
  6. package/cjs/card/card.js +1 -1
  7. package/cjs/card/card.styles.js +1 -1
  8. package/cjs/card/index.js +1 -1
  9. package/cjs/card/use-card.js +1 -0
  10. package/cjs/checkbox/checkbox-group.js +1 -1
  11. package/cjs/checkbox/checkbox.styles.js +1 -1
  12. package/cjs/checkbox/use-checkbox-group.js +1 -1
  13. package/cjs/collapse/collapse.styles.js +1 -1
  14. package/cjs/css-baseline/css-baseline.js +1 -1
  15. package/cjs/dropdown/base/dropdown-item-base.js +1 -0
  16. package/cjs/dropdown/dropdown-button.js +1 -0
  17. package/cjs/dropdown/dropdown-context.js +1 -0
  18. package/cjs/dropdown/dropdown-icon.js +1 -0
  19. package/cjs/dropdown/dropdown-item.js +1 -0
  20. package/cjs/dropdown/dropdown-menu.js +1 -0
  21. package/cjs/dropdown/dropdown-section.js +1 -0
  22. package/cjs/dropdown/dropdown-trigger.js +1 -0
  23. package/cjs/dropdown/dropdown-types.js +1 -0
  24. package/cjs/dropdown/dropdown.js +1 -0
  25. package/cjs/dropdown/dropdown.styles.js +1 -0
  26. package/cjs/dropdown/index.js +1 -0
  27. package/cjs/dropdown/use-dropdown.js +1 -0
  28. package/cjs/image/image.js +1 -1
  29. package/cjs/image/image.styles.js +1 -1
  30. package/cjs/index.js +1 -1
  31. package/cjs/input/input.styles.js +1 -1
  32. package/cjs/modal/modal.styles.js +1 -1
  33. package/cjs/pagination/pagination.styles.js +1 -1
  34. package/cjs/popover/popover-content.js +1 -1
  35. package/cjs/popover/popover-trigger.js +1 -1
  36. package/cjs/popover/popover.js +1 -1
  37. package/cjs/popover/popover.styles.js +1 -1
  38. package/cjs/popover/use-popover.js +1 -1
  39. package/cjs/popover/utils.js +1 -1
  40. package/cjs/radio/index.js +1 -1
  41. package/cjs/radio/radio-context.js +1 -1
  42. package/cjs/radio/radio-group.js +1 -1
  43. package/cjs/radio/radio.js +1 -1
  44. package/cjs/radio/radio.styles.js +1 -1
  45. package/cjs/radio/use-radio-group.js +1 -0
  46. package/cjs/radio/use-radio.js +1 -0
  47. package/cjs/snippet/snippet.styles.js +1 -1
  48. package/cjs/switch/switch.styles.js +1 -1
  49. package/cjs/table/table.styles.js +1 -1
  50. package/cjs/theme/colors/gray.js +1 -1
  51. package/cjs/theme/common.js +1 -1
  52. package/cjs/theme/dark-theme.js +1 -1
  53. package/cjs/theme/light-theme.js +1 -1
  54. package/cjs/theme/shared-css.js +1 -0
  55. package/cjs/theme/stitches.config.js +1 -1
  56. package/cjs/tooltip/tooltip.styles.js +1 -1
  57. package/cjs/user/index.js +1 -1
  58. package/cjs/user/user-link.js +1 -1
  59. package/cjs/user/user.js +1 -1
  60. package/cjs/user/user.styles.js +1 -1
  61. package/cjs/utils/checkmark.js +1 -0
  62. package/cjs/utils/color.js +1 -1
  63. package/cjs/utils/dom.js +1 -1
  64. package/cjs/utils/icons.js +1 -1
  65. package/cjs/utils/prop-types.js +1 -1
  66. package/dropdown/package.json +6 -0
  67. package/esm/avatar/avatar.js +1 -1
  68. package/esm/avatar/avatar.styles.js +1 -1
  69. package/esm/button/button-icon.js +1 -1
  70. package/esm/button/button.js +1 -1
  71. package/esm/button/button.styles.js +1 -1
  72. package/esm/card/card.js +1 -1
  73. package/esm/card/card.styles.js +1 -1
  74. package/esm/card/index.js +1 -1
  75. package/esm/card/use-card.js +1 -0
  76. package/esm/checkbox/checkbox-group.js +1 -1
  77. package/esm/checkbox/checkbox.styles.js +1 -1
  78. package/esm/checkbox/use-checkbox-group.js +1 -1
  79. package/esm/collapse/collapse.styles.js +1 -1
  80. package/esm/css-baseline/css-baseline.js +1 -1
  81. package/esm/dropdown/base/dropdown-item-base.js +1 -0
  82. package/esm/dropdown/dropdown-button.js +1 -0
  83. package/esm/dropdown/dropdown-context.js +1 -0
  84. package/esm/dropdown/dropdown-icon.js +1 -0
  85. package/esm/dropdown/dropdown-item.js +1 -0
  86. package/esm/dropdown/dropdown-menu.js +1 -0
  87. package/esm/dropdown/dropdown-section.js +1 -0
  88. package/esm/dropdown/dropdown-trigger.js +1 -0
  89. package/esm/dropdown/dropdown-types.js +1 -0
  90. package/esm/dropdown/dropdown.js +1 -0
  91. package/esm/dropdown/dropdown.styles.js +1 -0
  92. package/esm/dropdown/index.js +1 -0
  93. package/esm/dropdown/use-dropdown.js +1 -0
  94. package/esm/image/image.js +1 -1
  95. package/esm/image/image.styles.js +1 -1
  96. package/esm/index.js +1 -1
  97. package/esm/input/input.styles.js +1 -1
  98. package/esm/modal/modal.styles.js +1 -1
  99. package/esm/pagination/pagination.styles.js +1 -1
  100. package/esm/popover/popover-content.js +1 -1
  101. package/esm/popover/popover-trigger.js +1 -1
  102. package/esm/popover/popover.js +1 -1
  103. package/esm/popover/popover.styles.js +1 -1
  104. package/esm/popover/use-popover.js +1 -1
  105. package/esm/popover/utils.js +1 -1
  106. package/esm/radio/index.js +1 -1
  107. package/esm/radio/radio-context.js +1 -1
  108. package/esm/radio/radio-group.js +1 -1
  109. package/esm/radio/radio.js +1 -1
  110. package/esm/radio/radio.styles.js +1 -1
  111. package/esm/radio/use-radio-group.js +1 -0
  112. package/esm/radio/use-radio.js +1 -0
  113. package/esm/snippet/snippet.styles.js +1 -1
  114. package/esm/switch/switch.styles.js +1 -1
  115. package/esm/table/table.styles.js +1 -1
  116. package/esm/theme/colors/gray.js +1 -1
  117. package/esm/theme/common.js +1 -1
  118. package/esm/theme/dark-theme.js +1 -1
  119. package/esm/theme/light-theme.js +1 -1
  120. package/esm/theme/shared-css.js +1 -0
  121. package/esm/theme/stitches.config.js +1 -1
  122. package/esm/tooltip/tooltip.styles.js +1 -1
  123. package/esm/user/index.js +1 -1
  124. package/esm/user/user-link.js +1 -1
  125. package/esm/user/user.js +1 -1
  126. package/esm/user/user.styles.js +1 -1
  127. package/esm/utils/checkmark.js +1 -0
  128. package/esm/utils/color.js +1 -1
  129. package/esm/utils/dom.js +1 -1
  130. package/esm/utils/icons.js +1 -1
  131. package/esm/utils/prop-types.js +1 -1
  132. package/package.json +6 -1
  133. package/types/avatar/avatar-group.styles.d.ts +150 -6
  134. package/types/avatar/avatar.d.ts +2372 -11
  135. package/types/avatar/avatar.styles.d.ts +2447 -14
  136. package/types/backdrop/backdrop.styles.d.ts +225 -9
  137. package/types/button/button-group.styles.d.ts +75 -3
  138. package/types/button/button-icon.d.ts +79 -5
  139. package/types/button/button.d.ts +5 -3
  140. package/types/button/button.styles.d.ts +1249 -7
  141. package/types/card/card.d.ts +8 -9
  142. package/types/card/card.styles.d.ts +2621 -24
  143. package/types/card/use-card.d.ts +301 -0
  144. package/types/checkbox/checkbox.styles.d.ts +751 -31
  145. package/types/checkbox/use-checkbox-group.d.ts +3 -2
  146. package/types/code/code.styles.d.ts +150 -6
  147. package/types/col/col.styles.d.ts +75 -3
  148. package/types/collapse/collapse.styles.d.ts +450 -18
  149. package/types/container/container.styles.d.ts +75 -3
  150. package/types/divider/divider.styles.d.ts +150 -6
  151. package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
  152. package/types/dropdown/dropdown-button.d.ts +3689 -0
  153. package/types/dropdown/dropdown-context.d.ts +728 -0
  154. package/types/dropdown/dropdown-icon.d.ts +9 -0
  155. package/types/dropdown/dropdown-item.d.ts +31 -0
  156. package/types/dropdown/dropdown-menu.d.ts +30 -0
  157. package/types/dropdown/dropdown-section.d.ts +29 -0
  158. package/types/dropdown/dropdown-trigger.d.ts +11 -0
  159. package/types/dropdown/dropdown-types.d.ts +24 -0
  160. package/types/dropdown/dropdown.d.ts +24 -0
  161. package/types/dropdown/dropdown.styles.d.ts +11869 -0
  162. package/types/dropdown/index.d.ts +9 -0
  163. package/types/dropdown/use-dropdown.d.ts +389 -0
  164. package/types/grid/grid.styles.d.ts +150 -6
  165. package/types/image/image.d.ts +5 -18
  166. package/types/image/image.styles.d.ts +225 -9
  167. package/types/index.d.ts +4 -1
  168. package/types/input/input-password.d.ts +1 -1
  169. package/types/input/input-props.d.ts +2 -2
  170. package/types/input/input.styles.d.ts +825 -33
  171. package/types/link/link.styles.d.ts +150 -6
  172. package/types/loading/loading.styles.d.ts +450 -18
  173. package/types/modal/modal.styles.d.ts +450 -18
  174. package/types/pagination/pagination.styles.d.ts +450 -18
  175. package/types/popover/popover-content.d.ts +1147 -2
  176. package/types/popover/popover-context.d.ts +120 -0
  177. package/types/popover/popover.d.ts +4 -4
  178. package/types/popover/popover.styles.d.ts +1279 -7
  179. package/types/popover/use-popover.d.ts +83 -4
  180. package/types/popover/utils.d.ts +3 -1
  181. package/types/progress/progress.d.ts +1 -1
  182. package/types/progress/progress.styles.d.ts +150 -6
  183. package/types/radio/index.d.ts +2 -2
  184. package/types/radio/radio-context.d.ts +22 -13
  185. package/types/radio/radio-group.d.ts +9 -78
  186. package/types/radio/radio.d.ts +10 -66
  187. package/types/radio/radio.styles.d.ts +2574 -35
  188. package/types/radio/use-radio-group.d.ts +26 -0
  189. package/types/radio/use-radio.d.ts +31 -0
  190. package/types/row/row.styles.d.ts +75 -3
  191. package/types/snippet/snippet.styles.d.ts +300 -12
  192. package/types/spacer/spacer.styles.d.ts +75 -3
  193. package/types/switch/switch.d.ts +1 -1
  194. package/types/switch/switch.styles.d.ts +300 -12
  195. package/types/table/table-column-header.d.ts +75 -3
  196. package/types/table/table-sort-icon.d.ts +75 -3
  197. package/types/table/table.styles.d.ts +1278 -52
  198. package/types/text/text.styles.d.ts +75 -3
  199. package/types/textarea/textarea.d.ts +1 -1
  200. package/types/theme/common.d.ts +127 -6
  201. package/types/theme/dark-theme.d.ts +11 -0
  202. package/types/theme/light-theme.d.ts +7 -0
  203. package/types/theme/shared-css.d.ts +5237 -0
  204. package/types/theme/stitches.config.d.ts +643 -2964
  205. package/types/theme/types.d.ts +3 -0
  206. package/types/tooltip/tooltip.d.ts +1 -1
  207. package/types/tooltip/tooltip.styles.d.ts +300 -12
  208. package/types/user/index.d.ts +1 -1
  209. package/types/user/user-link.d.ts +4 -11
  210. package/types/user/user.styles.d.ts +298 -983
  211. package/types/utils/checkmark.d.ts +19 -0
  212. package/types/utils/color.d.ts +1 -0
  213. package/types/utils/dom.d.ts +5 -2
  214. package/types/utils/drip.d.ts +76 -4
  215. package/types/utils/prop-types.d.ts +4 -0
  216. package/umd/nextui.js +6269 -3172
  217. package/umd/nextui.min.js +1 -1
@@ -0,0 +1,3689 @@
1
+ import React from 'react';
2
+ import { ButtonProps } from '../index';
3
+ export declare type DropdownButtonProps = ButtonProps;
4
+ declare const _default: React.ForwardRefExoticComponent<import("../button/button").Props & {
5
+ form?: string | undefined;
6
+ slot?: string | undefined;
7
+ style?: React.CSSProperties | undefined;
8
+ title?: string | undefined;
9
+ translate?: "yes" | "no" | undefined;
10
+ hidden?: boolean | undefined;
11
+ dir?: string | undefined;
12
+ value?: string | number | readonly string[] | undefined;
13
+ onChange?: React.FormEventHandler<unknown> | undefined;
14
+ defaultChecked?: boolean | undefined;
15
+ defaultValue?: string | number | readonly string[] | undefined;
16
+ suppressContentEditableWarning?: boolean | undefined;
17
+ suppressHydrationWarning?: boolean | undefined;
18
+ accessKey?: string | undefined;
19
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
20
+ contextMenu?: string | undefined;
21
+ draggable?: (boolean | "true" | "false") | undefined;
22
+ lang?: string | undefined;
23
+ placeholder?: string | undefined;
24
+ spellCheck?: (boolean | "true" | "false") | undefined;
25
+ tabIndex?: number | undefined;
26
+ radioGroup?: string | undefined;
27
+ role?: React.AriaRole | undefined;
28
+ about?: string | undefined;
29
+ datatype?: string | undefined;
30
+ inlist?: any;
31
+ prefix?: string | undefined;
32
+ property?: string | undefined;
33
+ resource?: string | undefined;
34
+ typeof?: string | undefined;
35
+ vocab?: string | undefined;
36
+ autoCapitalize?: string | undefined;
37
+ autoCorrect?: string | undefined;
38
+ autoSave?: string | undefined;
39
+ itemProp?: string | undefined;
40
+ itemScope?: boolean | undefined;
41
+ itemType?: string | undefined;
42
+ itemID?: string | undefined;
43
+ itemRef?: string | undefined;
44
+ results?: number | undefined;
45
+ security?: string | undefined;
46
+ unselectable?: "on" | "off" | undefined;
47
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
48
+ is?: string | undefined;
49
+ 'aria-activedescendant'?: string | undefined;
50
+ 'aria-atomic'?: (boolean | "true" | "false") | undefined;
51
+ 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined;
52
+ 'aria-busy'?: (boolean | "true" | "false") | undefined;
53
+ 'aria-checked'?: boolean | "mixed" | "true" | "false" | undefined;
54
+ 'aria-colcount'?: number | undefined;
55
+ 'aria-colindex'?: number | undefined;
56
+ 'aria-colspan'?: number | undefined;
57
+ 'aria-current'?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
58
+ 'aria-disabled'?: (boolean | "true" | "false") | undefined;
59
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
60
+ 'aria-errormessage'?: string | undefined;
61
+ 'aria-flowto'?: string | undefined;
62
+ 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
63
+ 'aria-hidden'?: (boolean | "true" | "false") | undefined;
64
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
65
+ 'aria-keyshortcuts'?: string | undefined;
66
+ 'aria-level'?: number | undefined;
67
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
68
+ 'aria-modal'?: (boolean | "true" | "false") | undefined;
69
+ 'aria-multiline'?: (boolean | "true" | "false") | undefined;
70
+ 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
71
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
72
+ 'aria-owns'?: string | undefined;
73
+ 'aria-placeholder'?: string | undefined;
74
+ 'aria-posinset'?: number | undefined;
75
+ 'aria-readonly'?: (boolean | "true" | "false") | undefined;
76
+ 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
77
+ 'aria-required'?: (boolean | "true" | "false") | undefined;
78
+ 'aria-roledescription'?: string | undefined;
79
+ 'aria-rowcount'?: number | undefined;
80
+ 'aria-rowindex'?: number | undefined;
81
+ 'aria-rowspan'?: number | undefined;
82
+ 'aria-selected'?: (boolean | "true" | "false") | undefined;
83
+ 'aria-setsize'?: number | undefined;
84
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
85
+ 'aria-valuemax'?: number | undefined;
86
+ 'aria-valuemin'?: number | undefined;
87
+ 'aria-valuenow'?: number | undefined;
88
+ 'aria-valuetext'?: string | undefined;
89
+ dangerouslySetInnerHTML?: {
90
+ __html: string;
91
+ } | undefined;
92
+ onCopy?: React.ClipboardEventHandler<unknown> | undefined;
93
+ onCopyCapture?: React.ClipboardEventHandler<unknown> | undefined;
94
+ onCut?: React.ClipboardEventHandler<unknown> | undefined;
95
+ onCutCapture?: React.ClipboardEventHandler<unknown> | undefined;
96
+ onPaste?: React.ClipboardEventHandler<unknown> | undefined;
97
+ onPasteCapture?: React.ClipboardEventHandler<unknown> | undefined;
98
+ onCompositionEnd?: React.CompositionEventHandler<unknown> | undefined;
99
+ onCompositionEndCapture?: React.CompositionEventHandler<unknown> | undefined;
100
+ onCompositionStart?: React.CompositionEventHandler<unknown> | undefined;
101
+ onCompositionStartCapture?: React.CompositionEventHandler<unknown> | undefined;
102
+ onCompositionUpdate?: React.CompositionEventHandler<unknown> | undefined;
103
+ onCompositionUpdateCapture?: React.CompositionEventHandler<unknown> | undefined;
104
+ onFocusCapture?: React.FocusEventHandler<unknown> | undefined;
105
+ onBlurCapture?: React.FocusEventHandler<unknown> | undefined;
106
+ onChangeCapture?: React.FormEventHandler<unknown> | undefined;
107
+ onBeforeInput?: React.FormEventHandler<unknown> | undefined;
108
+ onBeforeInputCapture?: React.FormEventHandler<unknown> | undefined;
109
+ onInput?: React.FormEventHandler<unknown> | undefined;
110
+ onInputCapture?: React.FormEventHandler<unknown> | undefined;
111
+ onReset?: React.FormEventHandler<unknown> | undefined;
112
+ onResetCapture?: React.FormEventHandler<unknown> | undefined;
113
+ onSubmit?: React.FormEventHandler<unknown> | undefined;
114
+ onSubmitCapture?: React.FormEventHandler<unknown> | undefined;
115
+ onInvalid?: React.FormEventHandler<unknown> | undefined;
116
+ onInvalidCapture?: React.FormEventHandler<unknown> | undefined;
117
+ onLoad?: React.ReactEventHandler<unknown> | undefined;
118
+ onLoadCapture?: React.ReactEventHandler<unknown> | undefined;
119
+ onError?: React.ReactEventHandler<unknown> | undefined;
120
+ onErrorCapture?: React.ReactEventHandler<unknown> | undefined;
121
+ onKeyDownCapture?: React.KeyboardEventHandler<unknown> | undefined;
122
+ onKeyPress?: React.KeyboardEventHandler<unknown> | undefined;
123
+ onKeyPressCapture?: React.KeyboardEventHandler<unknown> | undefined;
124
+ onKeyUpCapture?: React.KeyboardEventHandler<unknown> | undefined;
125
+ onAbort?: React.ReactEventHandler<unknown> | undefined;
126
+ onAbortCapture?: React.ReactEventHandler<unknown> | undefined;
127
+ onCanPlay?: React.ReactEventHandler<unknown> | undefined;
128
+ onCanPlayCapture?: React.ReactEventHandler<unknown> | undefined;
129
+ onCanPlayThrough?: React.ReactEventHandler<unknown> | undefined;
130
+ onCanPlayThroughCapture?: React.ReactEventHandler<unknown> | undefined;
131
+ onDurationChange?: React.ReactEventHandler<unknown> | undefined;
132
+ onDurationChangeCapture?: React.ReactEventHandler<unknown> | undefined;
133
+ onEmptied?: React.ReactEventHandler<unknown> | undefined;
134
+ onEmptiedCapture?: React.ReactEventHandler<unknown> | undefined;
135
+ onEncrypted?: React.ReactEventHandler<unknown> | undefined;
136
+ onEncryptedCapture?: React.ReactEventHandler<unknown> | undefined;
137
+ onEnded?: React.ReactEventHandler<unknown> | undefined;
138
+ onEndedCapture?: React.ReactEventHandler<unknown> | undefined;
139
+ onLoadedData?: React.ReactEventHandler<unknown> | undefined;
140
+ onLoadedDataCapture?: React.ReactEventHandler<unknown> | undefined;
141
+ onLoadedMetadata?: React.ReactEventHandler<unknown> | undefined;
142
+ onLoadedMetadataCapture?: React.ReactEventHandler<unknown> | undefined;
143
+ onLoadStart?: React.ReactEventHandler<unknown> | undefined;
144
+ onLoadStartCapture?: React.ReactEventHandler<unknown> | undefined;
145
+ onPause?: React.ReactEventHandler<unknown> | undefined;
146
+ onPauseCapture?: React.ReactEventHandler<unknown> | undefined;
147
+ onPlay?: React.ReactEventHandler<unknown> | undefined;
148
+ onPlayCapture?: React.ReactEventHandler<unknown> | undefined;
149
+ onPlaying?: React.ReactEventHandler<unknown> | undefined;
150
+ onPlayingCapture?: React.ReactEventHandler<unknown> | undefined;
151
+ onProgress?: React.ReactEventHandler<unknown> | undefined;
152
+ onProgressCapture?: React.ReactEventHandler<unknown> | undefined;
153
+ onRateChange?: React.ReactEventHandler<unknown> | undefined;
154
+ onRateChangeCapture?: React.ReactEventHandler<unknown> | undefined;
155
+ onSeeked?: React.ReactEventHandler<unknown> | undefined;
156
+ onSeekedCapture?: React.ReactEventHandler<unknown> | undefined;
157
+ onSeeking?: React.ReactEventHandler<unknown> | undefined;
158
+ onSeekingCapture?: React.ReactEventHandler<unknown> | undefined;
159
+ onStalled?: React.ReactEventHandler<unknown> | undefined;
160
+ onStalledCapture?: React.ReactEventHandler<unknown> | undefined;
161
+ onSuspend?: React.ReactEventHandler<unknown> | undefined;
162
+ onSuspendCapture?: React.ReactEventHandler<unknown> | undefined;
163
+ onTimeUpdate?: React.ReactEventHandler<unknown> | undefined;
164
+ onTimeUpdateCapture?: React.ReactEventHandler<unknown> | undefined;
165
+ onVolumeChange?: React.ReactEventHandler<unknown> | undefined;
166
+ onVolumeChangeCapture?: React.ReactEventHandler<unknown> | undefined;
167
+ onWaiting?: React.ReactEventHandler<unknown> | undefined;
168
+ onWaitingCapture?: React.ReactEventHandler<unknown> | undefined;
169
+ onAuxClick?: React.MouseEventHandler<unknown> | undefined;
170
+ onAuxClickCapture?: React.MouseEventHandler<unknown> | undefined;
171
+ onClickCapture?: React.MouseEventHandler<unknown> | undefined;
172
+ onContextMenu?: React.MouseEventHandler<unknown> | undefined;
173
+ onContextMenuCapture?: React.MouseEventHandler<unknown> | undefined;
174
+ onDoubleClick?: React.MouseEventHandler<unknown> | undefined;
175
+ onDoubleClickCapture?: React.MouseEventHandler<unknown> | undefined;
176
+ onDrag?: React.DragEventHandler<unknown> | undefined;
177
+ onDragCapture?: React.DragEventHandler<unknown> | undefined;
178
+ onDragEnd?: React.DragEventHandler<unknown> | undefined;
179
+ onDragEndCapture?: React.DragEventHandler<unknown> | undefined;
180
+ onDragEnter?: React.DragEventHandler<unknown> | undefined;
181
+ onDragEnterCapture?: React.DragEventHandler<unknown> | undefined;
182
+ onDragExit?: React.DragEventHandler<unknown> | undefined;
183
+ onDragExitCapture?: React.DragEventHandler<unknown> | undefined;
184
+ onDragLeave?: React.DragEventHandler<unknown> | undefined;
185
+ onDragLeaveCapture?: React.DragEventHandler<unknown> | undefined;
186
+ onDragOver?: React.DragEventHandler<unknown> | undefined;
187
+ onDragOverCapture?: React.DragEventHandler<unknown> | undefined;
188
+ onDragStart?: React.DragEventHandler<unknown> | undefined;
189
+ onDragStartCapture?: React.DragEventHandler<unknown> | undefined;
190
+ onDrop?: React.DragEventHandler<unknown> | undefined;
191
+ onDropCapture?: React.DragEventHandler<unknown> | undefined;
192
+ onMouseDown?: React.MouseEventHandler<unknown> | undefined;
193
+ onMouseDownCapture?: React.MouseEventHandler<unknown> | undefined;
194
+ onMouseEnter?: React.MouseEventHandler<unknown> | undefined;
195
+ onMouseLeave?: React.MouseEventHandler<unknown> | undefined;
196
+ onMouseMove?: React.MouseEventHandler<unknown> | undefined;
197
+ onMouseMoveCapture?: React.MouseEventHandler<unknown> | undefined;
198
+ onMouseOut?: React.MouseEventHandler<unknown> | undefined;
199
+ onMouseOutCapture?: React.MouseEventHandler<unknown> | undefined;
200
+ onMouseOver?: React.MouseEventHandler<unknown> | undefined;
201
+ onMouseOverCapture?: React.MouseEventHandler<unknown> | undefined;
202
+ onMouseUp?: React.MouseEventHandler<unknown> | undefined;
203
+ onMouseUpCapture?: React.MouseEventHandler<unknown> | undefined;
204
+ onSelect?: React.ReactEventHandler<unknown> | undefined;
205
+ onSelectCapture?: React.ReactEventHandler<unknown> | undefined;
206
+ onTouchCancel?: React.TouchEventHandler<unknown> | undefined;
207
+ onTouchCancelCapture?: React.TouchEventHandler<unknown> | undefined;
208
+ onTouchEnd?: React.TouchEventHandler<unknown> | undefined;
209
+ onTouchEndCapture?: React.TouchEventHandler<unknown> | undefined;
210
+ onTouchMove?: React.TouchEventHandler<unknown> | undefined;
211
+ onTouchMoveCapture?: React.TouchEventHandler<unknown> | undefined;
212
+ onTouchStart?: React.TouchEventHandler<unknown> | undefined;
213
+ onTouchStartCapture?: React.TouchEventHandler<unknown> | undefined;
214
+ onPointerDown?: React.PointerEventHandler<unknown> | undefined;
215
+ onPointerDownCapture?: React.PointerEventHandler<unknown> | undefined;
216
+ onPointerMove?: React.PointerEventHandler<unknown> | undefined;
217
+ onPointerMoveCapture?: React.PointerEventHandler<unknown> | undefined;
218
+ onPointerUp?: React.PointerEventHandler<unknown> | undefined;
219
+ onPointerUpCapture?: React.PointerEventHandler<unknown> | undefined;
220
+ onPointerCancel?: React.PointerEventHandler<unknown> | undefined;
221
+ onPointerCancelCapture?: React.PointerEventHandler<unknown> | undefined;
222
+ onPointerEnter?: React.PointerEventHandler<unknown> | undefined;
223
+ onPointerEnterCapture?: React.PointerEventHandler<unknown> | undefined;
224
+ onPointerLeave?: React.PointerEventHandler<unknown> | undefined;
225
+ onPointerLeaveCapture?: React.PointerEventHandler<unknown> | undefined;
226
+ onPointerOver?: React.PointerEventHandler<unknown> | undefined;
227
+ onPointerOverCapture?: React.PointerEventHandler<unknown> | undefined;
228
+ onPointerOut?: React.PointerEventHandler<unknown> | undefined;
229
+ onPointerOutCapture?: React.PointerEventHandler<unknown> | undefined;
230
+ onGotPointerCapture?: React.PointerEventHandler<unknown> | undefined;
231
+ onGotPointerCaptureCapture?: React.PointerEventHandler<unknown> | undefined;
232
+ onLostPointerCapture?: React.PointerEventHandler<unknown> | undefined;
233
+ onLostPointerCaptureCapture?: React.PointerEventHandler<unknown> | undefined;
234
+ onScroll?: React.UIEventHandler<unknown> | undefined;
235
+ onScrollCapture?: React.UIEventHandler<unknown> | undefined;
236
+ onWheel?: React.WheelEventHandler<unknown> | undefined;
237
+ onWheelCapture?: React.WheelEventHandler<unknown> | undefined;
238
+ onAnimationStart?: React.AnimationEventHandler<unknown> | undefined;
239
+ onAnimationStartCapture?: React.AnimationEventHandler<unknown> | undefined;
240
+ onAnimationEnd?: React.AnimationEventHandler<unknown> | undefined;
241
+ onAnimationEndCapture?: React.AnimationEventHandler<unknown> | undefined;
242
+ onAnimationIteration?: React.AnimationEventHandler<unknown> | undefined;
243
+ onAnimationIterationCapture?: React.AnimationEventHandler<unknown> | undefined;
244
+ onTransitionEnd?: React.TransitionEventHandler<unknown> | undefined;
245
+ onTransitionEndCapture?: React.TransitionEventHandler<unknown> | undefined;
246
+ name?: string | undefined;
247
+ formAction?: string | undefined;
248
+ formEncType?: string | undefined;
249
+ formMethod?: string | undefined;
250
+ formNoValidate?: boolean | undefined;
251
+ formTarget?: string | undefined;
252
+ } & Omit<import("@stitches/react/types/styled-component").TransformProps<import("@stitches/react/types/styled-component").StyledComponentProps<[{
253
+ [x: string]: string | number | ({
254
+ isPressed: true;
255
+ animated: true;
256
+ css: {
257
+ transform: string;
258
+ px?: undefined;
259
+ minWidth?: undefined;
260
+ normalShadow?: undefined;
261
+ bg?: undefined;
262
+ color?: undefined;
263
+ borderColor?: undefined;
264
+ padding?: undefined;
265
+ bgClip?: undefined;
266
+ backgroundImage?: undefined;
267
+ border?: undefined;
268
+ '.nextui-button-text'?: undefined;
269
+ '.nextui-button-icon'?: undefined;
270
+ '.nextui-button-icon-right'?: undefined;
271
+ '.nextui-button-text-left'?: undefined;
272
+ '.nextui-button-text-right'?: undefined;
273
+ br?: undefined;
274
+ };
275
+ auto?: undefined;
276
+ isChildLess?: undefined;
277
+ size?: undefined;
278
+ shadow?: undefined;
279
+ color?: undefined;
280
+ light?: undefined;
281
+ bordered?: undefined;
282
+ ghost?: undefined;
283
+ isHovered?: undefined;
284
+ flat?: undefined;
285
+ rounded?: undefined;
286
+ } | {
287
+ auto: true;
288
+ isChildLess: false;
289
+ size: string;
290
+ css: {
291
+ px: string;
292
+ minWidth: string;
293
+ transform?: undefined;
294
+ normalShadow?: undefined;
295
+ bg?: undefined;
296
+ color?: undefined;
297
+ borderColor?: undefined;
298
+ padding?: undefined;
299
+ bgClip?: undefined;
300
+ backgroundImage?: undefined;
301
+ border?: undefined;
302
+ '.nextui-button-text'?: undefined;
303
+ '.nextui-button-icon'?: undefined;
304
+ '.nextui-button-icon-right'?: undefined;
305
+ '.nextui-button-text-left'?: undefined;
306
+ '.nextui-button-text-right'?: undefined;
307
+ br?: undefined;
308
+ };
309
+ isPressed?: undefined;
310
+ animated?: undefined;
311
+ shadow?: undefined;
312
+ color?: undefined;
313
+ light?: undefined;
314
+ bordered?: undefined;
315
+ ghost?: undefined;
316
+ isHovered?: undefined;
317
+ flat?: undefined;
318
+ rounded?: undefined;
319
+ } | {
320
+ shadow: true;
321
+ color: string;
322
+ css: {
323
+ normalShadow: string;
324
+ transform?: undefined;
325
+ px?: undefined;
326
+ minWidth?: undefined;
327
+ bg?: undefined;
328
+ color?: undefined;
329
+ borderColor?: undefined;
330
+ padding?: undefined;
331
+ bgClip?: undefined;
332
+ backgroundImage?: undefined;
333
+ border?: undefined;
334
+ '.nextui-button-text'?: undefined;
335
+ '.nextui-button-icon'?: undefined;
336
+ '.nextui-button-icon-right'?: undefined;
337
+ '.nextui-button-text-left'?: undefined;
338
+ '.nextui-button-text-right'?: undefined;
339
+ br?: undefined;
340
+ };
341
+ isPressed?: undefined;
342
+ animated?: undefined;
343
+ auto?: undefined;
344
+ isChildLess?: undefined;
345
+ size?: undefined;
346
+ light?: undefined;
347
+ bordered?: undefined;
348
+ ghost?: undefined;
349
+ isHovered?: undefined;
350
+ flat?: undefined;
351
+ rounded?: undefined;
352
+ } | {
353
+ light: true;
354
+ color: string;
355
+ css: {
356
+ [x: string]: string | {
357
+ '.nextui-drip-filler': {
358
+ opacity: number;
359
+ fill: string;
360
+ };
361
+ };
362
+ bg: string;
363
+ color: string;
364
+ transform?: undefined;
365
+ px?: undefined;
366
+ minWidth?: undefined;
367
+ normalShadow?: undefined;
368
+ borderColor?: undefined;
369
+ padding?: undefined;
370
+ bgClip?: undefined;
371
+ backgroundImage?: undefined;
372
+ border?: undefined;
373
+ '.nextui-button-text'?: undefined;
374
+ '.nextui-button-icon'?: undefined;
375
+ '.nextui-button-icon-right'?: undefined;
376
+ '.nextui-button-text-left'?: undefined;
377
+ '.nextui-button-text-right'?: undefined;
378
+ br?: undefined;
379
+ };
380
+ isPressed?: undefined;
381
+ animated?: undefined;
382
+ auto?: undefined;
383
+ isChildLess?: undefined;
384
+ size?: undefined;
385
+ shadow?: undefined;
386
+ bordered?: undefined;
387
+ ghost?: undefined;
388
+ isHovered?: undefined;
389
+ flat?: undefined;
390
+ rounded?: undefined;
391
+ } | {
392
+ bordered: true;
393
+ color: string;
394
+ css: {
395
+ [x: string]: string | {
396
+ '.nextui-drip-filler': {
397
+ fill: string;
398
+ };
399
+ };
400
+ bg: string;
401
+ borderColor: string;
402
+ color: string;
403
+ transform?: undefined;
404
+ px?: undefined;
405
+ minWidth?: undefined;
406
+ normalShadow?: undefined;
407
+ padding?: undefined;
408
+ bgClip?: undefined;
409
+ backgroundImage?: undefined;
410
+ border?: undefined;
411
+ '.nextui-button-text'?: undefined;
412
+ '.nextui-button-icon'?: undefined;
413
+ '.nextui-button-icon-right'?: undefined;
414
+ '.nextui-button-text-left'?: undefined;
415
+ '.nextui-button-text-right'?: undefined;
416
+ br?: undefined;
417
+ };
418
+ isPressed?: undefined;
419
+ animated?: undefined;
420
+ auto?: undefined;
421
+ isChildLess?: undefined;
422
+ size?: undefined;
423
+ shadow?: undefined;
424
+ light?: undefined;
425
+ ghost?: undefined;
426
+ isHovered?: undefined;
427
+ flat?: undefined;
428
+ rounded?: undefined;
429
+ } | {
430
+ bordered: true;
431
+ color: string;
432
+ css: {
433
+ [x: string]: string | {
434
+ '.nextui-drip-filler': {
435
+ fill: string;
436
+ };
437
+ };
438
+ bg: string;
439
+ color: string;
440
+ padding: string;
441
+ bgClip: string;
442
+ borderColor: string;
443
+ backgroundImage: string;
444
+ border: string;
445
+ transform?: undefined;
446
+ px?: undefined;
447
+ minWidth?: undefined;
448
+ normalShadow?: undefined;
449
+ '.nextui-button-text'?: undefined;
450
+ '.nextui-button-icon'?: undefined;
451
+ '.nextui-button-icon-right'?: undefined;
452
+ '.nextui-button-text-left'?: undefined;
453
+ '.nextui-button-text-right'?: undefined;
454
+ br?: undefined;
455
+ };
456
+ isPressed?: undefined;
457
+ animated?: undefined;
458
+ auto?: undefined;
459
+ isChildLess?: undefined;
460
+ size?: undefined;
461
+ shadow?: undefined;
462
+ light?: undefined;
463
+ ghost?: undefined;
464
+ isHovered?: undefined;
465
+ flat?: undefined;
466
+ rounded?: undefined;
467
+ } | {
468
+ ghost: true;
469
+ isHovered: true;
470
+ color: string;
471
+ css: {
472
+ bg: string;
473
+ color: string;
474
+ transform?: undefined;
475
+ px?: undefined;
476
+ minWidth?: undefined;
477
+ normalShadow?: undefined;
478
+ borderColor?: undefined;
479
+ padding?: undefined;
480
+ bgClip?: undefined;
481
+ backgroundImage?: undefined;
482
+ border?: undefined;
483
+ '.nextui-button-text'?: undefined;
484
+ '.nextui-button-icon'?: undefined;
485
+ '.nextui-button-icon-right'?: undefined;
486
+ '.nextui-button-text-left'?: undefined;
487
+ '.nextui-button-text-right'?: undefined;
488
+ br?: undefined;
489
+ };
490
+ isPressed?: undefined;
491
+ animated?: undefined;
492
+ auto?: undefined;
493
+ isChildLess?: undefined;
494
+ size?: undefined;
495
+ shadow?: undefined;
496
+ light?: undefined;
497
+ bordered?: undefined;
498
+ flat?: undefined;
499
+ rounded?: undefined;
500
+ } | {
501
+ flat: true;
502
+ color: string;
503
+ css: {
504
+ [x: string]: string | {
505
+ '.nextui-drip-filler': {
506
+ opacity: number;
507
+ fill: string;
508
+ };
509
+ };
510
+ bg: string;
511
+ color: string;
512
+ transform?: undefined;
513
+ px?: undefined;
514
+ minWidth?: undefined;
515
+ normalShadow?: undefined;
516
+ borderColor?: undefined;
517
+ padding?: undefined;
518
+ bgClip?: undefined;
519
+ backgroundImage?: undefined;
520
+ border?: undefined;
521
+ '.nextui-button-text'?: undefined;
522
+ '.nextui-button-icon'?: undefined;
523
+ '.nextui-button-icon-right'?: undefined;
524
+ '.nextui-button-text-left'?: undefined;
525
+ '.nextui-button-text-right'?: undefined;
526
+ br?: undefined;
527
+ };
528
+ isPressed?: undefined;
529
+ animated?: undefined;
530
+ auto?: undefined;
531
+ isChildLess?: undefined;
532
+ size?: undefined;
533
+ shadow?: undefined;
534
+ light?: undefined;
535
+ bordered?: undefined;
536
+ ghost?: undefined;
537
+ isHovered?: undefined;
538
+ rounded?: undefined;
539
+ } | {
540
+ flat: true;
541
+ isHovered: true;
542
+ color: string;
543
+ css: {
544
+ bg: string;
545
+ transform?: undefined;
546
+ px?: undefined;
547
+ minWidth?: undefined;
548
+ normalShadow?: undefined;
549
+ color?: undefined;
550
+ borderColor?: undefined;
551
+ padding?: undefined;
552
+ bgClip?: undefined;
553
+ backgroundImage?: undefined;
554
+ border?: undefined;
555
+ '.nextui-button-text'?: undefined;
556
+ '.nextui-button-icon'?: undefined;
557
+ '.nextui-button-icon-right'?: undefined;
558
+ '.nextui-button-text-left'?: undefined;
559
+ '.nextui-button-text-right'?: undefined;
560
+ br?: undefined;
561
+ };
562
+ isPressed?: undefined;
563
+ animated?: undefined;
564
+ auto?: undefined;
565
+ isChildLess?: undefined;
566
+ size?: undefined;
567
+ shadow?: undefined;
568
+ light?: undefined;
569
+ bordered?: undefined;
570
+ ghost?: undefined;
571
+ rounded?: undefined;
572
+ } | {
573
+ flat: true;
574
+ isPressed: true;
575
+ color: string;
576
+ css: {
577
+ bg: string;
578
+ transform?: undefined;
579
+ px?: undefined;
580
+ minWidth?: undefined;
581
+ normalShadow?: undefined;
582
+ color?: undefined;
583
+ borderColor?: undefined;
584
+ padding?: undefined;
585
+ bgClip?: undefined;
586
+ backgroundImage?: undefined;
587
+ border?: undefined;
588
+ '.nextui-button-text'?: undefined;
589
+ '.nextui-button-icon'?: undefined;
590
+ '.nextui-button-icon-right'?: undefined;
591
+ '.nextui-button-text-left'?: undefined;
592
+ '.nextui-button-text-right'?: undefined;
593
+ br?: undefined;
594
+ };
595
+ animated?: undefined;
596
+ auto?: undefined;
597
+ isChildLess?: undefined;
598
+ size?: undefined;
599
+ shadow?: undefined;
600
+ light?: undefined;
601
+ bordered?: undefined;
602
+ ghost?: undefined;
603
+ isHovered?: undefined;
604
+ rounded?: undefined;
605
+ } | {
606
+ auto: true;
607
+ color: string;
608
+ bordered: true;
609
+ css: {
610
+ '.nextui-button-text': {
611
+ px: string;
612
+ };
613
+ '.nextui-button-icon': {
614
+ ml: string;
615
+ };
616
+ '.nextui-button-icon-right': {
617
+ mr: string;
618
+ };
619
+ '.nextui-button-text-left': {
620
+ pl: number;
621
+ };
622
+ '.nextui-button-text-right': {
623
+ pr: number;
624
+ };
625
+ transform?: undefined;
626
+ px?: undefined;
627
+ minWidth?: undefined;
628
+ normalShadow?: undefined;
629
+ bg?: undefined;
630
+ color?: undefined;
631
+ borderColor?: undefined;
632
+ padding?: undefined;
633
+ bgClip?: undefined;
634
+ backgroundImage?: undefined;
635
+ border?: undefined;
636
+ br?: undefined;
637
+ };
638
+ isPressed?: undefined;
639
+ animated?: undefined;
640
+ isChildLess?: undefined;
641
+ size?: undefined;
642
+ shadow?: undefined;
643
+ light?: undefined;
644
+ ghost?: undefined;
645
+ isHovered?: undefined;
646
+ flat?: undefined;
647
+ rounded?: undefined;
648
+ } | {
649
+ rounded: true;
650
+ size: string;
651
+ css: {
652
+ br: string;
653
+ transform?: undefined;
654
+ px?: undefined;
655
+ minWidth?: undefined;
656
+ normalShadow?: undefined;
657
+ bg?: undefined;
658
+ color?: undefined;
659
+ borderColor?: undefined;
660
+ padding?: undefined;
661
+ bgClip?: undefined;
662
+ backgroundImage?: undefined;
663
+ border?: undefined;
664
+ '.nextui-button-text'?: undefined;
665
+ '.nextui-button-icon'?: undefined;
666
+ '.nextui-button-icon-right'?: undefined;
667
+ '.nextui-button-text-left'?: undefined;
668
+ '.nextui-button-text-right'?: undefined;
669
+ };
670
+ isPressed?: undefined;
671
+ animated?: undefined;
672
+ auto?: undefined;
673
+ isChildLess?: undefined;
674
+ shadow?: undefined;
675
+ color?: undefined;
676
+ light?: undefined;
677
+ bordered?: undefined;
678
+ ghost?: undefined;
679
+ isHovered?: undefined;
680
+ flat?: undefined;
681
+ })[] | {
682
+ transition: string;
683
+ dflex?: undefined;
684
+ zIndex?: undefined;
685
+ 'p, pre, div'?: undefined;
686
+ '.nextui-drip-filler'?: undefined;
687
+ bordered?: undefined;
688
+ ghost?: undefined;
689
+ color?: undefined;
690
+ size?: undefined;
691
+ borderWeight?: undefined;
692
+ flat?: undefined;
693
+ light?: undefined;
694
+ shadow?: undefined;
695
+ animated?: undefined;
696
+ auto?: undefined;
697
+ rounded?: undefined;
698
+ isPressed?: undefined;
699
+ isHovered?: undefined;
700
+ isChildLess?: undefined;
701
+ } | {
702
+ dflex: string;
703
+ zIndex: string;
704
+ 'p, pre, div': {
705
+ margin: number;
706
+ };
707
+ transition?: undefined;
708
+ '.nextui-drip-filler'?: undefined;
709
+ bordered?: undefined;
710
+ ghost?: undefined;
711
+ color?: undefined;
712
+ size?: undefined;
713
+ borderWeight?: undefined;
714
+ flat?: undefined;
715
+ light?: undefined;
716
+ shadow?: undefined;
717
+ animated?: undefined;
718
+ auto?: undefined;
719
+ rounded?: undefined;
720
+ isPressed?: undefined;
721
+ isHovered?: undefined;
722
+ isChildLess?: undefined;
723
+ } | {
724
+ zIndex: string;
725
+ '.nextui-drip-filler': {
726
+ opacity: number;
727
+ fill: string;
728
+ };
729
+ transition?: undefined;
730
+ dflex?: undefined;
731
+ 'p, pre, div'?: undefined;
732
+ bordered?: undefined;
733
+ ghost?: undefined;
734
+ color?: undefined;
735
+ size?: undefined;
736
+ borderWeight?: undefined;
737
+ flat?: undefined;
738
+ light?: undefined;
739
+ shadow?: undefined;
740
+ animated?: undefined;
741
+ auto?: undefined;
742
+ rounded?: undefined;
743
+ isPressed?: undefined;
744
+ isHovered?: undefined;
745
+ isChildLess?: undefined;
746
+ } | {
747
+ bordered: {
748
+ true: {
749
+ bg: string;
750
+ borderStyle: string;
751
+ color: string;
752
+ };
753
+ };
754
+ ghost: {
755
+ true: {};
756
+ };
757
+ color: {
758
+ default: {
759
+ bg: string;
760
+ color: string;
761
+ };
762
+ primary: {
763
+ bg: string;
764
+ color: string;
765
+ };
766
+ secondary: {
767
+ bg: string;
768
+ color: string;
769
+ };
770
+ success: {
771
+ bg: string;
772
+ color: string;
773
+ };
774
+ warning: {
775
+ bg: string;
776
+ color: string;
777
+ };
778
+ error: {
779
+ bg: string;
780
+ color: string;
781
+ };
782
+ gradient: {
783
+ bg: string;
784
+ color: string;
785
+ };
786
+ };
787
+ size: {
788
+ xs: {
789
+ $$buttonPadding: string;
790
+ $$buttonBorderRadius: string;
791
+ $$buttonHeight: string;
792
+ px: string;
793
+ height: string;
794
+ lh: string;
795
+ width: string;
796
+ minWidth: string;
797
+ fontSize: string;
798
+ };
799
+ sm: {
800
+ $$buttonPadding: string;
801
+ $$buttonBorderRadius: string;
802
+ $$buttonHeight: string;
803
+ px: string;
804
+ height: string;
805
+ lh: string;
806
+ width: string;
807
+ minWidth: string;
808
+ fontSize: string;
809
+ };
810
+ md: {
811
+ $$buttonPadding: string;
812
+ $$buttonBorderRadius: string;
813
+ $$buttonHeight: string;
814
+ px: string;
815
+ height: string;
816
+ lh: string;
817
+ width: string;
818
+ minWidth: string;
819
+ fontSize: string;
820
+ };
821
+ lg: {
822
+ $$buttonPadding: string;
823
+ $$buttonBorderRadius: string;
824
+ $$buttonHeight: string;
825
+ px: string;
826
+ height: string;
827
+ lh: string;
828
+ width: string;
829
+ minWidth: string;
830
+ fontSize: string;
831
+ };
832
+ xl: {
833
+ $$buttonPadding: string;
834
+ $$buttonBorderRadius: string;
835
+ $$buttonHeight: string;
836
+ px: string;
837
+ height: string;
838
+ lh: string;
839
+ width: string;
840
+ minWidth: string;
841
+ fontSize: string;
842
+ };
843
+ };
844
+ borderWeight: {
845
+ light: {
846
+ bw: string;
847
+ $$buttonBorderWeight: string;
848
+ };
849
+ normal: {
850
+ bw: string;
851
+ $$buttonBorderWeight: string;
852
+ };
853
+ bold: {
854
+ bw: string;
855
+ $$buttonBorderWeight: string;
856
+ };
857
+ extrabold: {
858
+ bw: string;
859
+ $$buttonBorderWeight: string;
860
+ };
861
+ black: {
862
+ bw: string;
863
+ $$buttonBorderWeight: string;
864
+ };
865
+ };
866
+ flat: {
867
+ true: {
868
+ color: string;
869
+ };
870
+ };
871
+ light: {
872
+ true: {
873
+ [x: string]: string | {
874
+ '.nextui-drip-filler': {
875
+ opacity: number;
876
+ fill: string;
877
+ };
878
+ };
879
+ bg: string;
880
+ };
881
+ };
882
+ shadow: {
883
+ true: {
884
+ bs: string;
885
+ };
886
+ };
887
+ animated: {
888
+ false: {
889
+ transition: string;
890
+ };
891
+ };
892
+ auto: {
893
+ true: {
894
+ width: string;
895
+ minWidth: string;
896
+ };
897
+ };
898
+ rounded: {
899
+ true: {
900
+ $$buttonBorderRadius: string;
901
+ };
902
+ };
903
+ isPressed: {
904
+ true: {};
905
+ };
906
+ isHovered: {
907
+ true: {};
908
+ };
909
+ isChildLess: {
910
+ true: {
911
+ p: number;
912
+ width: string;
913
+ height: string;
914
+ };
915
+ };
916
+ transition?: undefined;
917
+ dflex?: undefined;
918
+ zIndex?: undefined;
919
+ 'p, pre, div'?: undefined;
920
+ '.nextui-drip-filler'?: undefined;
921
+ } | {
922
+ color: "default";
923
+ borderWeight: "normal";
924
+ animated: true;
925
+ size: "md";
926
+ transition?: undefined;
927
+ dflex?: undefined;
928
+ zIndex?: undefined;
929
+ 'p, pre, div'?: undefined;
930
+ '.nextui-drip-filler'?: undefined;
931
+ bordered?: undefined;
932
+ ghost?: undefined;
933
+ flat?: undefined;
934
+ light?: undefined;
935
+ shadow?: undefined;
936
+ auto?: undefined;
937
+ rounded?: undefined;
938
+ isPressed?: undefined;
939
+ isHovered?: undefined;
940
+ isChildLess?: undefined;
941
+ };
942
+ $$buttonBorderRadius: string;
943
+ $$buttonPressedScale: number;
944
+ dflex: string;
945
+ appearance: string;
946
+ boxSizing: string;
947
+ fontWeight: string;
948
+ us: string;
949
+ lineHeight: string;
950
+ ta: string;
951
+ whiteSpace: string;
952
+ transition: string;
953
+ position: string;
954
+ overflow: string;
955
+ border: string;
956
+ cursor: string;
957
+ pe: string;
958
+ p: number;
959
+ br: string;
960
+ '@motion': {
961
+ transition: string;
962
+ };
963
+ '.nextui-button-text': {
964
+ dflex: string;
965
+ zIndex: string;
966
+ 'p, pre, div': {
967
+ margin: number;
968
+ };
969
+ };
970
+ variants: {
971
+ bordered: {
972
+ true: {
973
+ bg: string;
974
+ borderStyle: string;
975
+ color: string;
976
+ };
977
+ };
978
+ ghost: {
979
+ true: {};
980
+ };
981
+ color: {
982
+ default: {
983
+ bg: string;
984
+ color: string;
985
+ };
986
+ primary: {
987
+ bg: string;
988
+ color: string;
989
+ };
990
+ secondary: {
991
+ bg: string;
992
+ color: string;
993
+ };
994
+ success: {
995
+ bg: string;
996
+ color: string;
997
+ };
998
+ warning: {
999
+ bg: string;
1000
+ color: string;
1001
+ };
1002
+ error: {
1003
+ bg: string;
1004
+ color: string;
1005
+ };
1006
+ gradient: {
1007
+ bg: string;
1008
+ color: string;
1009
+ };
1010
+ };
1011
+ size: {
1012
+ xs: {
1013
+ $$buttonPadding: string;
1014
+ $$buttonBorderRadius: string;
1015
+ $$buttonHeight: string;
1016
+ px: string;
1017
+ height: string;
1018
+ lh: string;
1019
+ width: string;
1020
+ minWidth: string;
1021
+ fontSize: string;
1022
+ };
1023
+ sm: {
1024
+ $$buttonPadding: string;
1025
+ $$buttonBorderRadius: string;
1026
+ $$buttonHeight: string;
1027
+ px: string;
1028
+ height: string;
1029
+ lh: string;
1030
+ width: string;
1031
+ minWidth: string;
1032
+ fontSize: string;
1033
+ };
1034
+ md: {
1035
+ $$buttonPadding: string;
1036
+ $$buttonBorderRadius: string;
1037
+ $$buttonHeight: string;
1038
+ px: string;
1039
+ height: string;
1040
+ lh: string;
1041
+ width: string;
1042
+ minWidth: string;
1043
+ fontSize: string;
1044
+ };
1045
+ lg: {
1046
+ $$buttonPadding: string;
1047
+ $$buttonBorderRadius: string;
1048
+ $$buttonHeight: string;
1049
+ px: string;
1050
+ height: string;
1051
+ lh: string;
1052
+ width: string;
1053
+ minWidth: string;
1054
+ fontSize: string;
1055
+ };
1056
+ xl: {
1057
+ $$buttonPadding: string;
1058
+ $$buttonBorderRadius: string;
1059
+ $$buttonHeight: string;
1060
+ px: string;
1061
+ height: string;
1062
+ lh: string;
1063
+ width: string;
1064
+ minWidth: string;
1065
+ fontSize: string;
1066
+ };
1067
+ };
1068
+ borderWeight: {
1069
+ light: {
1070
+ bw: string;
1071
+ $$buttonBorderWeight: string;
1072
+ };
1073
+ normal: {
1074
+ bw: string;
1075
+ $$buttonBorderWeight: string;
1076
+ };
1077
+ bold: {
1078
+ bw: string;
1079
+ $$buttonBorderWeight: string;
1080
+ };
1081
+ extrabold: {
1082
+ bw: string;
1083
+ $$buttonBorderWeight: string;
1084
+ };
1085
+ black: {
1086
+ bw: string;
1087
+ $$buttonBorderWeight: string;
1088
+ };
1089
+ };
1090
+ flat: {
1091
+ true: {
1092
+ color: string;
1093
+ };
1094
+ };
1095
+ light: {
1096
+ true: {
1097
+ [x: string]: string | {
1098
+ '.nextui-drip-filler': {
1099
+ opacity: number;
1100
+ fill: string;
1101
+ };
1102
+ };
1103
+ bg: string;
1104
+ };
1105
+ };
1106
+ shadow: {
1107
+ true: {
1108
+ bs: string;
1109
+ };
1110
+ };
1111
+ animated: {
1112
+ false: {
1113
+ transition: string;
1114
+ };
1115
+ };
1116
+ auto: {
1117
+ true: {
1118
+ width: string;
1119
+ minWidth: string;
1120
+ };
1121
+ };
1122
+ rounded: {
1123
+ true: {
1124
+ $$buttonBorderRadius: string;
1125
+ };
1126
+ };
1127
+ isPressed: {
1128
+ true: {};
1129
+ };
1130
+ isHovered: {
1131
+ true: {};
1132
+ };
1133
+ isChildLess: {
1134
+ true: {
1135
+ p: number;
1136
+ width: string;
1137
+ height: string;
1138
+ };
1139
+ };
1140
+ };
1141
+ compoundVariants: ({
1142
+ isPressed: true;
1143
+ animated: true;
1144
+ css: {
1145
+ transform: string;
1146
+ px?: undefined;
1147
+ minWidth?: undefined;
1148
+ normalShadow?: undefined;
1149
+ bg?: undefined;
1150
+ color?: undefined;
1151
+ borderColor?: undefined;
1152
+ padding?: undefined;
1153
+ bgClip?: undefined;
1154
+ backgroundImage?: undefined;
1155
+ border?: undefined;
1156
+ '.nextui-button-text'?: undefined;
1157
+ '.nextui-button-icon'?: undefined;
1158
+ '.nextui-button-icon-right'?: undefined;
1159
+ '.nextui-button-text-left'?: undefined;
1160
+ '.nextui-button-text-right'?: undefined;
1161
+ br?: undefined;
1162
+ };
1163
+ auto?: undefined;
1164
+ isChildLess?: undefined;
1165
+ size?: undefined;
1166
+ shadow?: undefined;
1167
+ color?: undefined;
1168
+ light?: undefined;
1169
+ bordered?: undefined;
1170
+ ghost?: undefined;
1171
+ isHovered?: undefined;
1172
+ flat?: undefined;
1173
+ rounded?: undefined;
1174
+ } | {
1175
+ auto: true;
1176
+ isChildLess: false;
1177
+ size: string;
1178
+ css: {
1179
+ px: string;
1180
+ minWidth: string;
1181
+ transform?: undefined;
1182
+ normalShadow?: undefined;
1183
+ bg?: undefined;
1184
+ color?: undefined;
1185
+ borderColor?: undefined;
1186
+ padding?: undefined;
1187
+ bgClip?: undefined;
1188
+ backgroundImage?: undefined;
1189
+ border?: undefined;
1190
+ '.nextui-button-text'?: undefined;
1191
+ '.nextui-button-icon'?: undefined;
1192
+ '.nextui-button-icon-right'?: undefined;
1193
+ '.nextui-button-text-left'?: undefined;
1194
+ '.nextui-button-text-right'?: undefined;
1195
+ br?: undefined;
1196
+ };
1197
+ isPressed?: undefined;
1198
+ animated?: undefined;
1199
+ shadow?: undefined;
1200
+ color?: undefined;
1201
+ light?: undefined;
1202
+ bordered?: undefined;
1203
+ ghost?: undefined;
1204
+ isHovered?: undefined;
1205
+ flat?: undefined;
1206
+ rounded?: undefined;
1207
+ } | {
1208
+ shadow: true;
1209
+ color: string;
1210
+ css: {
1211
+ normalShadow: string;
1212
+ transform?: undefined;
1213
+ px?: undefined;
1214
+ minWidth?: undefined;
1215
+ bg?: undefined;
1216
+ color?: undefined;
1217
+ borderColor?: undefined;
1218
+ padding?: undefined;
1219
+ bgClip?: undefined;
1220
+ backgroundImage?: undefined;
1221
+ border?: undefined;
1222
+ '.nextui-button-text'?: undefined;
1223
+ '.nextui-button-icon'?: undefined;
1224
+ '.nextui-button-icon-right'?: undefined;
1225
+ '.nextui-button-text-left'?: undefined;
1226
+ '.nextui-button-text-right'?: undefined;
1227
+ br?: undefined;
1228
+ };
1229
+ isPressed?: undefined;
1230
+ animated?: undefined;
1231
+ auto?: undefined;
1232
+ isChildLess?: undefined;
1233
+ size?: undefined;
1234
+ light?: undefined;
1235
+ bordered?: undefined;
1236
+ ghost?: undefined;
1237
+ isHovered?: undefined;
1238
+ flat?: undefined;
1239
+ rounded?: undefined;
1240
+ } | {
1241
+ light: true;
1242
+ color: string;
1243
+ css: {
1244
+ [x: string]: string | {
1245
+ '.nextui-drip-filler': {
1246
+ opacity: number;
1247
+ fill: string;
1248
+ };
1249
+ };
1250
+ bg: string;
1251
+ color: string;
1252
+ transform?: undefined;
1253
+ px?: undefined;
1254
+ minWidth?: undefined;
1255
+ normalShadow?: undefined;
1256
+ borderColor?: undefined;
1257
+ padding?: undefined;
1258
+ bgClip?: undefined;
1259
+ backgroundImage?: undefined;
1260
+ border?: undefined;
1261
+ '.nextui-button-text'?: undefined;
1262
+ '.nextui-button-icon'?: undefined;
1263
+ '.nextui-button-icon-right'?: undefined;
1264
+ '.nextui-button-text-left'?: undefined;
1265
+ '.nextui-button-text-right'?: undefined;
1266
+ br?: undefined;
1267
+ };
1268
+ isPressed?: undefined;
1269
+ animated?: undefined;
1270
+ auto?: undefined;
1271
+ isChildLess?: undefined;
1272
+ size?: undefined;
1273
+ shadow?: undefined;
1274
+ bordered?: undefined;
1275
+ ghost?: undefined;
1276
+ isHovered?: undefined;
1277
+ flat?: undefined;
1278
+ rounded?: undefined;
1279
+ } | {
1280
+ bordered: true;
1281
+ color: string;
1282
+ css: {
1283
+ [x: string]: string | {
1284
+ '.nextui-drip-filler': {
1285
+ fill: string;
1286
+ };
1287
+ };
1288
+ bg: string;
1289
+ borderColor: string;
1290
+ color: string;
1291
+ transform?: undefined;
1292
+ px?: undefined;
1293
+ minWidth?: undefined;
1294
+ normalShadow?: undefined;
1295
+ padding?: undefined;
1296
+ bgClip?: undefined;
1297
+ backgroundImage?: undefined;
1298
+ border?: undefined;
1299
+ '.nextui-button-text'?: undefined;
1300
+ '.nextui-button-icon'?: undefined;
1301
+ '.nextui-button-icon-right'?: undefined;
1302
+ '.nextui-button-text-left'?: undefined;
1303
+ '.nextui-button-text-right'?: undefined;
1304
+ br?: undefined;
1305
+ };
1306
+ isPressed?: undefined;
1307
+ animated?: undefined;
1308
+ auto?: undefined;
1309
+ isChildLess?: undefined;
1310
+ size?: undefined;
1311
+ shadow?: undefined;
1312
+ light?: undefined;
1313
+ ghost?: undefined;
1314
+ isHovered?: undefined;
1315
+ flat?: undefined;
1316
+ rounded?: undefined;
1317
+ } | {
1318
+ bordered: true;
1319
+ color: string;
1320
+ css: {
1321
+ [x: string]: string | {
1322
+ '.nextui-drip-filler': {
1323
+ fill: string;
1324
+ };
1325
+ };
1326
+ bg: string;
1327
+ color: string;
1328
+ padding: string;
1329
+ bgClip: string;
1330
+ borderColor: string;
1331
+ backgroundImage: string;
1332
+ border: string;
1333
+ transform?: undefined;
1334
+ px?: undefined;
1335
+ minWidth?: undefined;
1336
+ normalShadow?: undefined;
1337
+ '.nextui-button-text'?: undefined;
1338
+ '.nextui-button-icon'?: undefined;
1339
+ '.nextui-button-icon-right'?: undefined;
1340
+ '.nextui-button-text-left'?: undefined;
1341
+ '.nextui-button-text-right'?: undefined;
1342
+ br?: undefined;
1343
+ };
1344
+ isPressed?: undefined;
1345
+ animated?: undefined;
1346
+ auto?: undefined;
1347
+ isChildLess?: undefined;
1348
+ size?: undefined;
1349
+ shadow?: undefined;
1350
+ light?: undefined;
1351
+ ghost?: undefined;
1352
+ isHovered?: undefined;
1353
+ flat?: undefined;
1354
+ rounded?: undefined;
1355
+ } | {
1356
+ ghost: true;
1357
+ isHovered: true;
1358
+ color: string;
1359
+ css: {
1360
+ bg: string;
1361
+ color: string;
1362
+ transform?: undefined;
1363
+ px?: undefined;
1364
+ minWidth?: undefined;
1365
+ normalShadow?: undefined;
1366
+ borderColor?: undefined;
1367
+ padding?: undefined;
1368
+ bgClip?: undefined;
1369
+ backgroundImage?: undefined;
1370
+ border?: undefined;
1371
+ '.nextui-button-text'?: undefined;
1372
+ '.nextui-button-icon'?: undefined;
1373
+ '.nextui-button-icon-right'?: undefined;
1374
+ '.nextui-button-text-left'?: undefined;
1375
+ '.nextui-button-text-right'?: undefined;
1376
+ br?: undefined;
1377
+ };
1378
+ isPressed?: undefined;
1379
+ animated?: undefined;
1380
+ auto?: undefined;
1381
+ isChildLess?: undefined;
1382
+ size?: undefined;
1383
+ shadow?: undefined;
1384
+ light?: undefined;
1385
+ bordered?: undefined;
1386
+ flat?: undefined;
1387
+ rounded?: undefined;
1388
+ } | {
1389
+ flat: true;
1390
+ color: string;
1391
+ css: {
1392
+ [x: string]: string | {
1393
+ '.nextui-drip-filler': {
1394
+ opacity: number;
1395
+ fill: string;
1396
+ };
1397
+ };
1398
+ bg: string;
1399
+ color: string;
1400
+ transform?: undefined;
1401
+ px?: undefined;
1402
+ minWidth?: undefined;
1403
+ normalShadow?: undefined;
1404
+ borderColor?: undefined;
1405
+ padding?: undefined;
1406
+ bgClip?: undefined;
1407
+ backgroundImage?: undefined;
1408
+ border?: undefined;
1409
+ '.nextui-button-text'?: undefined;
1410
+ '.nextui-button-icon'?: undefined;
1411
+ '.nextui-button-icon-right'?: undefined;
1412
+ '.nextui-button-text-left'?: undefined;
1413
+ '.nextui-button-text-right'?: undefined;
1414
+ br?: undefined;
1415
+ };
1416
+ isPressed?: undefined;
1417
+ animated?: undefined;
1418
+ auto?: undefined;
1419
+ isChildLess?: undefined;
1420
+ size?: undefined;
1421
+ shadow?: undefined;
1422
+ light?: undefined;
1423
+ bordered?: undefined;
1424
+ ghost?: undefined;
1425
+ isHovered?: undefined;
1426
+ rounded?: undefined;
1427
+ } | {
1428
+ flat: true;
1429
+ isHovered: true;
1430
+ color: string;
1431
+ css: {
1432
+ bg: string;
1433
+ transform?: undefined;
1434
+ px?: undefined;
1435
+ minWidth?: undefined;
1436
+ normalShadow?: undefined;
1437
+ color?: undefined;
1438
+ borderColor?: undefined;
1439
+ padding?: undefined;
1440
+ bgClip?: undefined;
1441
+ backgroundImage?: undefined;
1442
+ border?: undefined;
1443
+ '.nextui-button-text'?: undefined;
1444
+ '.nextui-button-icon'?: undefined;
1445
+ '.nextui-button-icon-right'?: undefined;
1446
+ '.nextui-button-text-left'?: undefined;
1447
+ '.nextui-button-text-right'?: undefined;
1448
+ br?: undefined;
1449
+ };
1450
+ isPressed?: undefined;
1451
+ animated?: undefined;
1452
+ auto?: undefined;
1453
+ isChildLess?: undefined;
1454
+ size?: undefined;
1455
+ shadow?: undefined;
1456
+ light?: undefined;
1457
+ bordered?: undefined;
1458
+ ghost?: undefined;
1459
+ rounded?: undefined;
1460
+ } | {
1461
+ flat: true;
1462
+ isPressed: true;
1463
+ color: string;
1464
+ css: {
1465
+ bg: string;
1466
+ transform?: undefined;
1467
+ px?: undefined;
1468
+ minWidth?: undefined;
1469
+ normalShadow?: undefined;
1470
+ color?: undefined;
1471
+ borderColor?: undefined;
1472
+ padding?: undefined;
1473
+ bgClip?: undefined;
1474
+ backgroundImage?: undefined;
1475
+ border?: undefined;
1476
+ '.nextui-button-text'?: undefined;
1477
+ '.nextui-button-icon'?: undefined;
1478
+ '.nextui-button-icon-right'?: undefined;
1479
+ '.nextui-button-text-left'?: undefined;
1480
+ '.nextui-button-text-right'?: undefined;
1481
+ br?: undefined;
1482
+ };
1483
+ animated?: undefined;
1484
+ auto?: undefined;
1485
+ isChildLess?: undefined;
1486
+ size?: undefined;
1487
+ shadow?: undefined;
1488
+ light?: undefined;
1489
+ bordered?: undefined;
1490
+ ghost?: undefined;
1491
+ isHovered?: undefined;
1492
+ rounded?: undefined;
1493
+ } | {
1494
+ auto: true;
1495
+ color: string;
1496
+ bordered: true;
1497
+ css: {
1498
+ '.nextui-button-text': {
1499
+ px: string;
1500
+ };
1501
+ '.nextui-button-icon': {
1502
+ ml: string;
1503
+ };
1504
+ '.nextui-button-icon-right': {
1505
+ mr: string;
1506
+ };
1507
+ '.nextui-button-text-left': {
1508
+ pl: number;
1509
+ };
1510
+ '.nextui-button-text-right': {
1511
+ pr: number;
1512
+ };
1513
+ transform?: undefined;
1514
+ px?: undefined;
1515
+ minWidth?: undefined;
1516
+ normalShadow?: undefined;
1517
+ bg?: undefined;
1518
+ color?: undefined;
1519
+ borderColor?: undefined;
1520
+ padding?: undefined;
1521
+ bgClip?: undefined;
1522
+ backgroundImage?: undefined;
1523
+ border?: undefined;
1524
+ br?: undefined;
1525
+ };
1526
+ isPressed?: undefined;
1527
+ animated?: undefined;
1528
+ isChildLess?: undefined;
1529
+ size?: undefined;
1530
+ shadow?: undefined;
1531
+ light?: undefined;
1532
+ ghost?: undefined;
1533
+ isHovered?: undefined;
1534
+ flat?: undefined;
1535
+ rounded?: undefined;
1536
+ } | {
1537
+ rounded: true;
1538
+ size: string;
1539
+ css: {
1540
+ br: string;
1541
+ transform?: undefined;
1542
+ px?: undefined;
1543
+ minWidth?: undefined;
1544
+ normalShadow?: undefined;
1545
+ bg?: undefined;
1546
+ color?: undefined;
1547
+ borderColor?: undefined;
1548
+ padding?: undefined;
1549
+ bgClip?: undefined;
1550
+ backgroundImage?: undefined;
1551
+ border?: undefined;
1552
+ '.nextui-button-text'?: undefined;
1553
+ '.nextui-button-icon'?: undefined;
1554
+ '.nextui-button-icon-right'?: undefined;
1555
+ '.nextui-button-text-left'?: undefined;
1556
+ '.nextui-button-text-right'?: undefined;
1557
+ };
1558
+ isPressed?: undefined;
1559
+ animated?: undefined;
1560
+ auto?: undefined;
1561
+ isChildLess?: undefined;
1562
+ shadow?: undefined;
1563
+ color?: undefined;
1564
+ light?: undefined;
1565
+ bordered?: undefined;
1566
+ ghost?: undefined;
1567
+ isHovered?: undefined;
1568
+ flat?: undefined;
1569
+ })[];
1570
+ defaultVariants: {
1571
+ color: "default";
1572
+ borderWeight: "normal";
1573
+ animated: true;
1574
+ size: "md";
1575
+ };
1576
+ }, import("@stitches/react/types/styled-component").CssComponent<never, {
1577
+ isFocusVisible?: boolean | "true" | "false" | undefined;
1578
+ }, {
1579
+ xs: string;
1580
+ sm: string;
1581
+ md: string;
1582
+ lg: string;
1583
+ xl: string;
1584
+ xsMax: string;
1585
+ smMax: string;
1586
+ mdMax: string;
1587
+ lgMax: string;
1588
+ xlMax: string;
1589
+ motion: string;
1590
+ safari: string;
1591
+ hover: string;
1592
+ dark: string;
1593
+ light: string;
1594
+ }, import("@stitches/react/types/css-util").CSS<{
1595
+ xs: string;
1596
+ sm: string;
1597
+ md: string;
1598
+ lg: string;
1599
+ xl: string;
1600
+ xsMax: string;
1601
+ smMax: string;
1602
+ mdMax: string;
1603
+ lgMax: string;
1604
+ xlMax: string;
1605
+ motion: string;
1606
+ safari: string;
1607
+ hover: string;
1608
+ dark: string;
1609
+ light: string;
1610
+ }, {
1611
+ shadows: {
1612
+ xs: string;
1613
+ sm: string;
1614
+ md: string;
1615
+ lg: string;
1616
+ xl: string;
1617
+ };
1618
+ dropShadows: {
1619
+ xs: string;
1620
+ sm: string;
1621
+ md: string;
1622
+ lg: string;
1623
+ xl: string;
1624
+ };
1625
+ colors: {
1626
+ text: string;
1627
+ link: string;
1628
+ codeLight: string;
1629
+ code: string;
1630
+ selection: string;
1631
+ gray50: string;
1632
+ gray100: string;
1633
+ gray200: string;
1634
+ gray300: string;
1635
+ gray400: string;
1636
+ gray500: string;
1637
+ gray600: string;
1638
+ gray700: string;
1639
+ gray800: string;
1640
+ gray900: string;
1641
+ pink50: string;
1642
+ pink100: string;
1643
+ pink200: string;
1644
+ pink300: string;
1645
+ pink400: string;
1646
+ pink500: string;
1647
+ pink600: string;
1648
+ pink700: string;
1649
+ pink800: string;
1650
+ pink900: string;
1651
+ cyan50: string;
1652
+ cyan100: string;
1653
+ cyan200: string;
1654
+ cyan300: string;
1655
+ cyan400: string;
1656
+ cyan500: string;
1657
+ cyan600: string;
1658
+ cyan700: string;
1659
+ cyan800: string;
1660
+ cyan900: string;
1661
+ red50: string;
1662
+ red100: string;
1663
+ red200: string;
1664
+ red300: string;
1665
+ red400: string;
1666
+ red500: string;
1667
+ red600: string;
1668
+ red700: string;
1669
+ red800: string;
1670
+ red900: string;
1671
+ yellow50: string;
1672
+ yellow100: string;
1673
+ yellow200: string;
1674
+ yellow300: string;
1675
+ yellow400: string;
1676
+ yellow500: string;
1677
+ yellow600: string;
1678
+ yellow700: string;
1679
+ yellow800: string;
1680
+ yellow900: string;
1681
+ green50: string;
1682
+ green100: string;
1683
+ green200: string;
1684
+ green300: string;
1685
+ green400: string;
1686
+ green500: string;
1687
+ green600: string;
1688
+ green700: string;
1689
+ green800: string;
1690
+ green900: string;
1691
+ purple50: string;
1692
+ purple100: string;
1693
+ purple200: string;
1694
+ purple300: string;
1695
+ purple400: string;
1696
+ purple500: string;
1697
+ purple600: string;
1698
+ purple700: string;
1699
+ purple800: string;
1700
+ purple900: string;
1701
+ blue50: string;
1702
+ blue100: string;
1703
+ blue200: string;
1704
+ blue300: string;
1705
+ blue400: string;
1706
+ blue500: string;
1707
+ blue600: string;
1708
+ blue700: string;
1709
+ blue800: string;
1710
+ blue900: string;
1711
+ background: string;
1712
+ foreground: string;
1713
+ backgroundContrast: string;
1714
+ white: string;
1715
+ black: string;
1716
+ primaryLight: string;
1717
+ primaryLightHover: string;
1718
+ primaryLightActive: string;
1719
+ primaryLightContrast: string;
1720
+ primary: string;
1721
+ primaryBorder: string;
1722
+ primaryBorderHover: string;
1723
+ primarySolidHover: string;
1724
+ primarySolidContrast: string;
1725
+ primaryShadow: string;
1726
+ secondaryLight: string;
1727
+ secondaryLightHover: string;
1728
+ secondaryLightActive: string;
1729
+ secondaryLightContrast: string;
1730
+ secondary: string;
1731
+ secondaryBorder: string;
1732
+ secondaryBorderHover: string;
1733
+ secondarySolidHover: string;
1734
+ secondarySolidContrast: string;
1735
+ secondaryShadow: string;
1736
+ successLight: string;
1737
+ successLightHover: string;
1738
+ successLightActive: string;
1739
+ successLightContrast: string;
1740
+ success: string;
1741
+ successBorder: string;
1742
+ successBorderHover: string;
1743
+ successSolidHover: string;
1744
+ successSolidContrast: string;
1745
+ successShadow: string;
1746
+ warningLight: string;
1747
+ warningLightHover: string;
1748
+ warningLightActive: string;
1749
+ warningLightContrast: string;
1750
+ warning: string;
1751
+ warningBorder: string;
1752
+ warningBorderHover: string;
1753
+ warningSolidHover: string;
1754
+ warningSolidContrast: string;
1755
+ warningShadow: string;
1756
+ errorLight: string;
1757
+ errorLightHover: string;
1758
+ errorLightActive: string;
1759
+ errorLightContrast: string;
1760
+ error: string;
1761
+ errorBorder: string;
1762
+ errorBorderHover: string;
1763
+ errorSolidHover: string;
1764
+ errorSolidContrast: string;
1765
+ errorShadow: string;
1766
+ neutralLight: string;
1767
+ neutralLightHover: string;
1768
+ neutralLightActive: string;
1769
+ neutralLightContrast: string;
1770
+ neutral: string;
1771
+ neutralBorder: string;
1772
+ neutralBorderHover: string;
1773
+ neutralSolidHover: string;
1774
+ neutralSolidContrast: string;
1775
+ neutralShadow: string;
1776
+ gradient: string;
1777
+ accents0: string;
1778
+ accents1: string;
1779
+ accents2: string;
1780
+ accents3: string;
1781
+ accents4: string;
1782
+ accents5: string;
1783
+ accents6: string;
1784
+ accents7: string;
1785
+ accents8: string;
1786
+ accents9: string;
1787
+ border: string;
1788
+ };
1789
+ fonts: {
1790
+ sans: string;
1791
+ mono: string;
1792
+ };
1793
+ fontSizes: {
1794
+ xs: string;
1795
+ sm: string;
1796
+ base: string;
1797
+ md: string;
1798
+ lg: string;
1799
+ xl: string;
1800
+ xl2: string;
1801
+ xl3: string;
1802
+ xl4: string;
1803
+ xl5: string;
1804
+ xl6: string;
1805
+ xl7: string;
1806
+ xl8: string;
1807
+ xl9: string;
1808
+ };
1809
+ fontWeights: {
1810
+ hairline: number;
1811
+ thin: number;
1812
+ light: number;
1813
+ normal: number;
1814
+ medium: number;
1815
+ semibold: number;
1816
+ bold: number;
1817
+ extrabold: number;
1818
+ black: number;
1819
+ };
1820
+ lineHeights: {
1821
+ xs: number;
1822
+ sm: number;
1823
+ base: number;
1824
+ md: number;
1825
+ lg: number;
1826
+ xl: number;
1827
+ xl2: number;
1828
+ xl3: number;
1829
+ xl4: number;
1830
+ xl5: number;
1831
+ xl6: number;
1832
+ xl7: number;
1833
+ xl8: number;
1834
+ xl9: number;
1835
+ };
1836
+ letterSpacings: {
1837
+ tighter: string;
1838
+ tight: string;
1839
+ normal: string;
1840
+ wide: string;
1841
+ wider: string;
1842
+ widest: string;
1843
+ };
1844
+ space: {
1845
+ 0: string;
1846
+ xs: string;
1847
+ sm: string;
1848
+ md: string;
1849
+ lg: string;
1850
+ xl: string;
1851
+ px: string;
1852
+ 1: string;
1853
+ 2: string;
1854
+ 3: string;
1855
+ 4: string;
1856
+ 5: string;
1857
+ 6: string;
1858
+ 7: string;
1859
+ 8: string;
1860
+ 9: string;
1861
+ 10: string;
1862
+ 11: string;
1863
+ 12: string;
1864
+ 13: string;
1865
+ 14: string;
1866
+ 15: string;
1867
+ 16: string;
1868
+ 17: string;
1869
+ 18: string;
1870
+ 20: string;
1871
+ 24: string;
1872
+ 28: string;
1873
+ 32: string;
1874
+ 36: string;
1875
+ 40: string;
1876
+ 44: string;
1877
+ 48: string;
1878
+ 52: string;
1879
+ 56: string;
1880
+ 60: string;
1881
+ 64: string;
1882
+ 72: string;
1883
+ 80: string;
1884
+ 96: string;
1885
+ };
1886
+ radii: {
1887
+ xs: string;
1888
+ sm: string;
1889
+ md: string;
1890
+ base: string;
1891
+ lg: string;
1892
+ xl: string;
1893
+ squared: string;
1894
+ rounded: string;
1895
+ pill: string;
1896
+ };
1897
+ zIndices: {
1898
+ 1: string;
1899
+ 2: string;
1900
+ 3: string;
1901
+ 4: string;
1902
+ 5: string;
1903
+ 10: string;
1904
+ max: string;
1905
+ };
1906
+ borderWeights: {
1907
+ light: string;
1908
+ normal: string;
1909
+ bold: string;
1910
+ extrabold: string;
1911
+ black: string;
1912
+ };
1913
+ transitions: {
1914
+ default: string;
1915
+ button: string;
1916
+ avatar: string;
1917
+ link: string;
1918
+ card: string;
1919
+ dropdownItem: string;
1920
+ };
1921
+ breakpoints: {
1922
+ xs: string;
1923
+ sm: string;
1924
+ md: string;
1925
+ lg: string;
1926
+ xl: string;
1927
+ };
1928
+ }, {
1929
+ width: string;
1930
+ height: string;
1931
+ minWidth: string;
1932
+ maxWidth: string;
1933
+ minHeight: string;
1934
+ maxHeight: string;
1935
+ flexBasis: string;
1936
+ gridTemplateColumns: string;
1937
+ gridTemplateRows: string;
1938
+ blockSize: string;
1939
+ minBlockSize: string;
1940
+ maxBlockSize: string;
1941
+ inlineSize: string;
1942
+ minInlineSize: string;
1943
+ maxInlineSize: string;
1944
+ borderWidth: string;
1945
+ gap: "space";
1946
+ gridGap: "space";
1947
+ columnGap: "space";
1948
+ gridColumnGap: "space";
1949
+ rowGap: "space";
1950
+ gridRowGap: "space";
1951
+ inset: "space";
1952
+ insetBlock: "space";
1953
+ insetBlockEnd: "space";
1954
+ insetBlockStart: "space";
1955
+ insetInline: "space";
1956
+ insetInlineEnd: "space";
1957
+ insetInlineStart: "space";
1958
+ margin: "space";
1959
+ marginTop: "space";
1960
+ marginRight: "space";
1961
+ marginBottom: "space";
1962
+ marginLeft: "space";
1963
+ marginBlock: "space";
1964
+ marginBlockEnd: "space";
1965
+ marginBlockStart: "space";
1966
+ marginInline: "space";
1967
+ marginInlineEnd: "space";
1968
+ marginInlineStart: "space";
1969
+ padding: "space";
1970
+ paddingTop: "space";
1971
+ paddingRight: "space";
1972
+ paddingBottom: "space";
1973
+ paddingLeft: "space";
1974
+ paddingBlock: "space";
1975
+ paddingBlockEnd: "space";
1976
+ paddingBlockStart: "space";
1977
+ paddingInline: "space";
1978
+ paddingInlineEnd: "space";
1979
+ paddingInlineStart: "space";
1980
+ scrollMargin: "space";
1981
+ scrollMarginTop: "space";
1982
+ scrollMarginRight: "space";
1983
+ scrollMarginBottom: "space";
1984
+ scrollMarginLeft: "space";
1985
+ scrollMarginBlock: "space";
1986
+ scrollMarginBlockEnd: "space";
1987
+ scrollMarginBlockStart: "space";
1988
+ scrollMarginInline: "space";
1989
+ scrollMarginInlineEnd: "space";
1990
+ scrollMarginInlineStart: "space";
1991
+ scrollPadding: "space";
1992
+ scrollPaddingTop: "space";
1993
+ scrollPaddingRight: "space";
1994
+ scrollPaddingBottom: "space";
1995
+ scrollPaddingLeft: "space";
1996
+ scrollPaddingBlock: "space";
1997
+ scrollPaddingBlockEnd: "space";
1998
+ scrollPaddingBlockStart: "space";
1999
+ scrollPaddingInline: "space";
2000
+ scrollPaddingInlineEnd: "space";
2001
+ scrollPaddingInlineStart: "space";
2002
+ top: "space";
2003
+ right: "space";
2004
+ bottom: "space";
2005
+ left: "space";
2006
+ fontSize: "fontSizes";
2007
+ background: "colors";
2008
+ backgroundColor: "colors";
2009
+ backgroundImage: "colors";
2010
+ borderImage: "colors";
2011
+ border: "colors";
2012
+ borderBlock: "colors";
2013
+ borderBlockEnd: "colors";
2014
+ borderBlockStart: "colors";
2015
+ borderBottom: "colors";
2016
+ borderBottomColor: "colors";
2017
+ borderColor: "colors";
2018
+ borderInline: "colors";
2019
+ borderInlineEnd: "colors";
2020
+ borderInlineStart: "colors";
2021
+ borderLeft: "colors";
2022
+ borderLeftColor: "colors";
2023
+ borderRight: "colors";
2024
+ borderRightColor: "colors";
2025
+ borderTop: "colors";
2026
+ borderTopColor: "colors";
2027
+ caretColor: "colors";
2028
+ color: "colors";
2029
+ columnRuleColor: "colors";
2030
+ outline: "colors";
2031
+ outlineColor: "colors";
2032
+ fill: "colors";
2033
+ stroke: "colors";
2034
+ textDecorationColor: "colors";
2035
+ fontFamily: "fonts";
2036
+ fontWeight: "fontWeights";
2037
+ lineHeight: "lineHeights";
2038
+ letterSpacing: "letterSpacings";
2039
+ borderTopWidth: "borderWidths";
2040
+ borderLeftWidth: "borderWidths";
2041
+ borderRightWidth: "borderWidths";
2042
+ borderBottomWidth: "borderWidths";
2043
+ borderStyle: "borderStyles";
2044
+ borderTopStyle: "borderStyles";
2045
+ borderLeftStyle: "borderStyles";
2046
+ borderRightStyle: "borderStyles";
2047
+ borderBottomStyle: "borderStyles";
2048
+ borderRadius: "radii";
2049
+ borderTopLeftRadius: "radii";
2050
+ borderTopRightRadius: "radii";
2051
+ borderBottomRightRadius: "radii";
2052
+ borderBottomLeftRadius: "radii";
2053
+ boxShadow: "shadows";
2054
+ textShadow: "shadows";
2055
+ transition: "transitions";
2056
+ zIndex: "zIndices";
2057
+ }, {
2058
+ p: (value: {
2059
+ readonly [$$PropertyValue]: "padding";
2060
+ }) => {
2061
+ padding: {
2062
+ readonly [$$PropertyValue]: "padding";
2063
+ };
2064
+ };
2065
+ pt: (value: {
2066
+ readonly [$$PropertyValue]: "paddingTop";
2067
+ }) => {
2068
+ paddingTop: {
2069
+ readonly [$$PropertyValue]: "paddingTop";
2070
+ };
2071
+ };
2072
+ pr: (value: {
2073
+ readonly [$$PropertyValue]: "paddingRight";
2074
+ }) => {
2075
+ paddingRight: {
2076
+ readonly [$$PropertyValue]: "paddingRight";
2077
+ };
2078
+ };
2079
+ pb: (value: {
2080
+ readonly [$$PropertyValue]: "paddingBottom";
2081
+ }) => {
2082
+ paddingBottom: {
2083
+ readonly [$$PropertyValue]: "paddingBottom";
2084
+ };
2085
+ };
2086
+ pl: (value: {
2087
+ readonly [$$PropertyValue]: "paddingLeft";
2088
+ }) => {
2089
+ paddingLeft: {
2090
+ readonly [$$PropertyValue]: "paddingLeft";
2091
+ };
2092
+ };
2093
+ px: (value: {
2094
+ readonly [$$PropertyValue]: "paddingLeft";
2095
+ }) => {
2096
+ paddingLeft: {
2097
+ readonly [$$PropertyValue]: "paddingLeft";
2098
+ };
2099
+ paddingRight: {
2100
+ readonly [$$PropertyValue]: "paddingLeft";
2101
+ };
2102
+ };
2103
+ py: (value: {
2104
+ readonly [$$PropertyValue]: "paddingTop";
2105
+ }) => {
2106
+ paddingTop: {
2107
+ readonly [$$PropertyValue]: "paddingTop";
2108
+ };
2109
+ paddingBottom: {
2110
+ readonly [$$PropertyValue]: "paddingTop";
2111
+ };
2112
+ };
2113
+ m: (value: {
2114
+ readonly [$$PropertyValue]: "margin";
2115
+ }) => {
2116
+ margin: {
2117
+ readonly [$$PropertyValue]: "margin";
2118
+ };
2119
+ };
2120
+ mt: (value: {
2121
+ readonly [$$PropertyValue]: "marginTop";
2122
+ }) => {
2123
+ marginTop: {
2124
+ readonly [$$PropertyValue]: "marginTop";
2125
+ };
2126
+ };
2127
+ mr: (value: {
2128
+ readonly [$$PropertyValue]: "marginRight";
2129
+ }) => {
2130
+ marginRight: {
2131
+ readonly [$$PropertyValue]: "marginRight";
2132
+ };
2133
+ };
2134
+ mb: (value: {
2135
+ readonly [$$PropertyValue]: "marginBottom";
2136
+ }) => {
2137
+ marginBottom: {
2138
+ readonly [$$PropertyValue]: "marginBottom";
2139
+ };
2140
+ };
2141
+ ml: (value: {
2142
+ readonly [$$PropertyValue]: "marginLeft";
2143
+ }) => {
2144
+ marginLeft: {
2145
+ readonly [$$PropertyValue]: "marginLeft";
2146
+ };
2147
+ };
2148
+ mx: (value: {
2149
+ readonly [$$PropertyValue]: "marginLeft";
2150
+ }) => {
2151
+ marginLeft: {
2152
+ readonly [$$PropertyValue]: "marginLeft";
2153
+ };
2154
+ marginRight: {
2155
+ readonly [$$PropertyValue]: "marginLeft";
2156
+ };
2157
+ };
2158
+ my: (value: {
2159
+ readonly [$$PropertyValue]: "marginTop";
2160
+ }) => {
2161
+ marginTop: {
2162
+ readonly [$$PropertyValue]: "marginTop";
2163
+ };
2164
+ marginBottom: {
2165
+ readonly [$$PropertyValue]: "marginTop";
2166
+ };
2167
+ };
2168
+ ta: (value: {
2169
+ readonly [$$PropertyValue]: "textAlign";
2170
+ }) => {
2171
+ textAlign: {
2172
+ readonly [$$PropertyValue]: "textAlign";
2173
+ };
2174
+ };
2175
+ tt: (value: {
2176
+ readonly [$$PropertyValue]: "textTransform";
2177
+ }) => {
2178
+ textTransform: {
2179
+ readonly [$$PropertyValue]: "textTransform";
2180
+ };
2181
+ };
2182
+ to: (value: {
2183
+ readonly [$$PropertyValue]: "textOverflow";
2184
+ }) => {
2185
+ textOverflow: {
2186
+ readonly [$$PropertyValue]: "textOverflow";
2187
+ };
2188
+ };
2189
+ d: (value: {
2190
+ readonly [$$PropertyValue]: "display";
2191
+ }) => {
2192
+ display: {
2193
+ readonly [$$PropertyValue]: "display";
2194
+ };
2195
+ };
2196
+ dflex: (value: {
2197
+ readonly [$$PropertyValue]: "alignItems";
2198
+ }) => {
2199
+ display: string;
2200
+ alignItems: {
2201
+ readonly [$$PropertyValue]: "alignItems";
2202
+ };
2203
+ justifyContent: {
2204
+ readonly [$$PropertyValue]: "alignItems";
2205
+ };
2206
+ };
2207
+ fd: (value: {
2208
+ readonly [$$PropertyValue]: "flexDirection";
2209
+ }) => {
2210
+ flexDirection: {
2211
+ readonly [$$PropertyValue]: "flexDirection";
2212
+ };
2213
+ };
2214
+ fw: (value: {
2215
+ readonly [$$PropertyValue]: "flexWrap";
2216
+ }) => {
2217
+ flexWrap: {
2218
+ readonly [$$PropertyValue]: "flexWrap";
2219
+ };
2220
+ };
2221
+ ai: (value: {
2222
+ readonly [$$PropertyValue]: "alignItems";
2223
+ }) => {
2224
+ alignItems: {
2225
+ readonly [$$PropertyValue]: "alignItems";
2226
+ };
2227
+ };
2228
+ ac: (value: {
2229
+ readonly [$$PropertyValue]: "alignContent";
2230
+ }) => {
2231
+ alignContent: {
2232
+ readonly [$$PropertyValue]: "alignContent";
2233
+ };
2234
+ };
2235
+ jc: (value: {
2236
+ readonly [$$PropertyValue]: "justifyContent";
2237
+ }) => {
2238
+ justifyContent: {
2239
+ readonly [$$PropertyValue]: "justifyContent";
2240
+ };
2241
+ };
2242
+ as: (value: {
2243
+ readonly [$$PropertyValue]: "alignSelf";
2244
+ }) => {
2245
+ alignSelf: {
2246
+ readonly [$$PropertyValue]: "alignSelf";
2247
+ };
2248
+ };
2249
+ fg: (value: {
2250
+ readonly [$$PropertyValue]: "flexGrow";
2251
+ }) => {
2252
+ flexGrow: {
2253
+ readonly [$$PropertyValue]: "flexGrow";
2254
+ };
2255
+ };
2256
+ fs: (value: {
2257
+ readonly [$$PropertyValue]: "fontSize";
2258
+ }) => {
2259
+ fontSize: {
2260
+ readonly [$$PropertyValue]: "fontSize";
2261
+ };
2262
+ };
2263
+ fb: (value: {
2264
+ readonly [$$PropertyValue]: "flexBasis";
2265
+ }) => {
2266
+ flexBasis: {
2267
+ readonly [$$PropertyValue]: "flexBasis";
2268
+ };
2269
+ };
2270
+ bc: (value: {
2271
+ readonly [$$PropertyValue]: "backgroundColor";
2272
+ }) => {
2273
+ backgroundColor: {
2274
+ readonly [$$PropertyValue]: "backgroundColor";
2275
+ };
2276
+ };
2277
+ bf: (value: {
2278
+ readonly [$$PropertyValue]: "backdropFilter";
2279
+ }) => {
2280
+ backdropFilter: {
2281
+ readonly [$$PropertyValue]: "backdropFilter";
2282
+ };
2283
+ };
2284
+ bg: (value: {
2285
+ readonly [$$PropertyValue]: "backgroundColor";
2286
+ }) => {
2287
+ background: {
2288
+ readonly [$$PropertyValue]: "backgroundColor";
2289
+ };
2290
+ };
2291
+ bgBlur: (value: {
2292
+ readonly [$$PropertyValue]: "backgroundColor";
2293
+ }) => {
2294
+ bf: string;
2295
+ bg: {
2296
+ readonly [$$PropertyValue]: "backgroundColor";
2297
+ };
2298
+ };
2299
+ bgColor: (value: {
2300
+ readonly [$$PropertyValue]: "backgroundColor";
2301
+ }) => {
2302
+ backgroundColor: {
2303
+ readonly [$$PropertyValue]: "backgroundColor";
2304
+ };
2305
+ };
2306
+ backgroundClip: (value: {
2307
+ readonly [$$PropertyValue]: "backgroundClip";
2308
+ }) => {
2309
+ WebkitBackgroundClip: {
2310
+ readonly [$$PropertyValue]: "backgroundClip";
2311
+ };
2312
+ backgroundClip: {
2313
+ readonly [$$PropertyValue]: "backgroundClip";
2314
+ };
2315
+ };
2316
+ bgClip: (value: {
2317
+ readonly [$$PropertyValue]: "backgroundClip";
2318
+ }) => {
2319
+ WebkitBackgroundClip: {
2320
+ readonly [$$PropertyValue]: "backgroundClip";
2321
+ };
2322
+ backgroundClip: {
2323
+ readonly [$$PropertyValue]: "backgroundClip";
2324
+ };
2325
+ };
2326
+ br: (value: {
2327
+ readonly [$$PropertyValue]: "borderRadius";
2328
+ }) => {
2329
+ borderRadius: {
2330
+ readonly [$$PropertyValue]: "borderRadius";
2331
+ };
2332
+ };
2333
+ bw: (value: {
2334
+ readonly [$$PropertyValue]: "borderWidth";
2335
+ }) => {
2336
+ borderWidth: {
2337
+ readonly [$$PropertyValue]: "borderWidth";
2338
+ };
2339
+ };
2340
+ btrr: (value: {
2341
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2342
+ }) => {
2343
+ borderTopRightRadius: {
2344
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2345
+ };
2346
+ };
2347
+ bbrr: (value: {
2348
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2349
+ }) => {
2350
+ borderBottomRightRadius: {
2351
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2352
+ };
2353
+ };
2354
+ bblr: (value: {
2355
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2356
+ }) => {
2357
+ borderBottomLeftRadius: {
2358
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2359
+ };
2360
+ };
2361
+ btlr: (value: {
2362
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2363
+ }) => {
2364
+ borderTopLeftRadius: {
2365
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2366
+ };
2367
+ };
2368
+ bs: (value: {
2369
+ readonly [$$PropertyValue]: "boxShadow";
2370
+ }) => {
2371
+ boxShadow: {
2372
+ readonly [$$PropertyValue]: "boxShadow";
2373
+ };
2374
+ };
2375
+ ds: (value: {
2376
+ readonly [$$PropertyValue]: "boxShadow";
2377
+ }) => {
2378
+ dropShadow: {
2379
+ readonly [$$PropertyValue]: "boxShadow";
2380
+ };
2381
+ };
2382
+ shadow: (value: {
2383
+ readonly [$$PropertyValue]: "boxShadow";
2384
+ }) => {
2385
+ boxShadow: {
2386
+ readonly [$$PropertyValue]: "boxShadow";
2387
+ };
2388
+ };
2389
+ dshadow: (value: {
2390
+ readonly [$$PropertyValue]: "boxShadow";
2391
+ }) => {
2392
+ dropShadow: {
2393
+ readonly [$$PropertyValue]: "boxShadow";
2394
+ };
2395
+ };
2396
+ dropShadow: (value: {
2397
+ readonly [$$PropertyValue]: "boxShadow";
2398
+ }) => {
2399
+ filter: string;
2400
+ };
2401
+ normalShadow: (value: {
2402
+ readonly [$$PropertyValue]: "backgroundColor";
2403
+ }) => {
2404
+ boxShadow: string;
2405
+ };
2406
+ normalShadowVar: (value: {
2407
+ readonly [$$PropertyValue]: "backgroundColor";
2408
+ }) => {
2409
+ boxShadow: string;
2410
+ };
2411
+ lh: (value: {
2412
+ readonly [$$PropertyValue]: "lineHeight";
2413
+ }) => {
2414
+ lineHeight: {
2415
+ readonly [$$PropertyValue]: "lineHeight";
2416
+ };
2417
+ };
2418
+ ov: (value: {
2419
+ readonly [$$PropertyValue]: "overflow";
2420
+ }) => {
2421
+ overflow: {
2422
+ readonly [$$PropertyValue]: "overflow";
2423
+ };
2424
+ };
2425
+ ox: (value: {
2426
+ readonly [$$PropertyValue]: "overflowX";
2427
+ }) => {
2428
+ overflowX: {
2429
+ readonly [$$PropertyValue]: "overflowX";
2430
+ };
2431
+ };
2432
+ oy: (value: {
2433
+ readonly [$$PropertyValue]: "overflowY";
2434
+ }) => {
2435
+ overflowY: {
2436
+ readonly [$$PropertyValue]: "overflowY";
2437
+ };
2438
+ };
2439
+ pe: (value: {
2440
+ readonly [$$PropertyValue]: "pointerEvents";
2441
+ }) => {
2442
+ pointerEvents: {
2443
+ readonly [$$PropertyValue]: "pointerEvents";
2444
+ };
2445
+ };
2446
+ events: (value: {
2447
+ readonly [$$PropertyValue]: "pointerEvents";
2448
+ }) => {
2449
+ pointerEvents: {
2450
+ readonly [$$PropertyValue]: "pointerEvents";
2451
+ };
2452
+ };
2453
+ us: (value: {
2454
+ readonly [$$PropertyValue]: "userSelect";
2455
+ }) => {
2456
+ WebkitUserSelect: {
2457
+ readonly [$$PropertyValue]: "userSelect";
2458
+ };
2459
+ userSelect: {
2460
+ readonly [$$PropertyValue]: "userSelect";
2461
+ };
2462
+ };
2463
+ userSelect: (value: {
2464
+ readonly [$$PropertyValue]: "userSelect";
2465
+ }) => {
2466
+ WebkitUserSelect: {
2467
+ readonly [$$PropertyValue]: "userSelect";
2468
+ };
2469
+ userSelect: {
2470
+ readonly [$$PropertyValue]: "userSelect";
2471
+ };
2472
+ };
2473
+ w: (value: {
2474
+ readonly [$$PropertyValue]: "width";
2475
+ }) => {
2476
+ width: {
2477
+ readonly [$$PropertyValue]: "width";
2478
+ };
2479
+ };
2480
+ h: (value: {
2481
+ readonly [$$PropertyValue]: "height";
2482
+ }) => {
2483
+ height: {
2484
+ readonly [$$PropertyValue]: "height";
2485
+ };
2486
+ };
2487
+ mw: (value: {
2488
+ readonly [$$PropertyValue]: "maxWidth";
2489
+ }) => {
2490
+ maxWidth: {
2491
+ readonly [$$PropertyValue]: "maxWidth";
2492
+ };
2493
+ };
2494
+ maxW: (value: {
2495
+ readonly [$$PropertyValue]: "maxWidth";
2496
+ }) => {
2497
+ maxWidth: {
2498
+ readonly [$$PropertyValue]: "maxWidth";
2499
+ };
2500
+ };
2501
+ mh: (value: {
2502
+ readonly [$$PropertyValue]: "maxHeight";
2503
+ }) => {
2504
+ maxHeight: {
2505
+ readonly [$$PropertyValue]: "maxHeight";
2506
+ };
2507
+ };
2508
+ maxH: (value: {
2509
+ readonly [$$PropertyValue]: "maxHeight";
2510
+ }) => {
2511
+ maxHeight: {
2512
+ readonly [$$PropertyValue]: "maxHeight";
2513
+ };
2514
+ };
2515
+ size: (value: {
2516
+ readonly [$$PropertyValue]: "width";
2517
+ }) => {
2518
+ width: {
2519
+ readonly [$$PropertyValue]: "width";
2520
+ };
2521
+ height: {
2522
+ readonly [$$PropertyValue]: "width";
2523
+ };
2524
+ };
2525
+ minSize: (value: {
2526
+ readonly [$$PropertyValue]: "width";
2527
+ }) => {
2528
+ minWidth: {
2529
+ readonly [$$PropertyValue]: "width";
2530
+ };
2531
+ minHeight: {
2532
+ readonly [$$PropertyValue]: "width";
2533
+ };
2534
+ width: {
2535
+ readonly [$$PropertyValue]: "width";
2536
+ };
2537
+ height: {
2538
+ readonly [$$PropertyValue]: "width";
2539
+ };
2540
+ };
2541
+ sizeMin: (value: {
2542
+ readonly [$$PropertyValue]: "width";
2543
+ }) => {
2544
+ minWidth: {
2545
+ readonly [$$PropertyValue]: "width";
2546
+ };
2547
+ minHeight: {
2548
+ readonly [$$PropertyValue]: "width";
2549
+ };
2550
+ width: {
2551
+ readonly [$$PropertyValue]: "width";
2552
+ };
2553
+ height: {
2554
+ readonly [$$PropertyValue]: "width";
2555
+ };
2556
+ };
2557
+ maxSize: (value: {
2558
+ readonly [$$PropertyValue]: "width";
2559
+ }) => {
2560
+ maxWidth: {
2561
+ readonly [$$PropertyValue]: "width";
2562
+ };
2563
+ maxHeight: {
2564
+ readonly [$$PropertyValue]: "width";
2565
+ };
2566
+ };
2567
+ sizeMax: (value: {
2568
+ readonly [$$PropertyValue]: "width";
2569
+ }) => {
2570
+ maxWidth: {
2571
+ readonly [$$PropertyValue]: "width";
2572
+ };
2573
+ maxHeight: {
2574
+ readonly [$$PropertyValue]: "width";
2575
+ };
2576
+ };
2577
+ appearance: (value: {
2578
+ readonly [$$PropertyValue]: "appearance";
2579
+ }) => {
2580
+ WebkitAppearance: {
2581
+ readonly [$$PropertyValue]: "appearance";
2582
+ };
2583
+ appearance: {
2584
+ readonly [$$PropertyValue]: "appearance";
2585
+ };
2586
+ };
2587
+ scale: (value: {
2588
+ readonly [$$PropertyValue]: "scale";
2589
+ }) => {
2590
+ transform: string;
2591
+ };
2592
+ linearGradient: (value: {
2593
+ readonly [$$PropertyValue]: "backgroundImage";
2594
+ }) => {
2595
+ backgroundImage: string;
2596
+ };
2597
+ tdl: (value: {
2598
+ readonly [$$PropertyValue]: "textDecorationLine";
2599
+ }) => {
2600
+ textDecorationLine: {
2601
+ readonly [$$PropertyValue]: "textDecorationLine";
2602
+ };
2603
+ };
2604
+ truncateText: (value: {
2605
+ readonly [$$PropertyValue]: "width";
2606
+ }) => {
2607
+ maxWidth: {
2608
+ readonly [$$PropertyValue]: "width";
2609
+ };
2610
+ whiteSpace: string;
2611
+ overflow: string;
2612
+ textOverflow: string;
2613
+ };
2614
+ textGradient: (value: {
2615
+ readonly [$$PropertyValue]: "backgroundImage";
2616
+ }) => {
2617
+ backgroundImage: string;
2618
+ WebkitBackgroundClip: string;
2619
+ WebkitTextFillColor: string;
2620
+ '&::selection': {
2621
+ WebkitTextFillColor: string;
2622
+ };
2623
+ };
2624
+ }>>, import("@stitches/react/types/styled-component").CssComponent<never, {}, {
2625
+ xs: string;
2626
+ sm: string;
2627
+ md: string;
2628
+ lg: string;
2629
+ xl: string;
2630
+ xsMax: string;
2631
+ smMax: string;
2632
+ mdMax: string;
2633
+ lgMax: string;
2634
+ xlMax: string;
2635
+ motion: string;
2636
+ safari: string;
2637
+ hover: string;
2638
+ dark: string;
2639
+ light: string;
2640
+ }, import("@stitches/react/types/css-util").CSS<{
2641
+ xs: string;
2642
+ sm: string;
2643
+ md: string;
2644
+ lg: string;
2645
+ xl: string;
2646
+ xsMax: string;
2647
+ smMax: string;
2648
+ mdMax: string;
2649
+ lgMax: string;
2650
+ xlMax: string;
2651
+ motion: string;
2652
+ safari: string;
2653
+ hover: string;
2654
+ dark: string;
2655
+ light: string;
2656
+ }, {
2657
+ shadows: {
2658
+ xs: string;
2659
+ sm: string;
2660
+ md: string;
2661
+ lg: string;
2662
+ xl: string;
2663
+ };
2664
+ dropShadows: {
2665
+ xs: string;
2666
+ sm: string;
2667
+ md: string;
2668
+ lg: string;
2669
+ xl: string;
2670
+ };
2671
+ colors: {
2672
+ text: string;
2673
+ link: string;
2674
+ codeLight: string;
2675
+ code: string;
2676
+ selection: string;
2677
+ gray50: string;
2678
+ gray100: string;
2679
+ gray200: string;
2680
+ gray300: string;
2681
+ gray400: string;
2682
+ gray500: string;
2683
+ gray600: string;
2684
+ gray700: string;
2685
+ gray800: string;
2686
+ gray900: string;
2687
+ pink50: string;
2688
+ pink100: string;
2689
+ pink200: string;
2690
+ pink300: string;
2691
+ pink400: string;
2692
+ pink500: string;
2693
+ pink600: string;
2694
+ pink700: string;
2695
+ pink800: string;
2696
+ pink900: string;
2697
+ cyan50: string;
2698
+ cyan100: string;
2699
+ cyan200: string;
2700
+ cyan300: string;
2701
+ cyan400: string;
2702
+ cyan500: string;
2703
+ cyan600: string;
2704
+ cyan700: string;
2705
+ cyan800: string;
2706
+ cyan900: string;
2707
+ red50: string;
2708
+ red100: string;
2709
+ red200: string;
2710
+ red300: string;
2711
+ red400: string;
2712
+ red500: string;
2713
+ red600: string;
2714
+ red700: string;
2715
+ red800: string;
2716
+ red900: string;
2717
+ yellow50: string;
2718
+ yellow100: string;
2719
+ yellow200: string;
2720
+ yellow300: string;
2721
+ yellow400: string;
2722
+ yellow500: string;
2723
+ yellow600: string;
2724
+ yellow700: string;
2725
+ yellow800: string;
2726
+ yellow900: string;
2727
+ green50: string;
2728
+ green100: string;
2729
+ green200: string;
2730
+ green300: string;
2731
+ green400: string;
2732
+ green500: string;
2733
+ green600: string;
2734
+ green700: string;
2735
+ green800: string;
2736
+ green900: string;
2737
+ purple50: string;
2738
+ purple100: string;
2739
+ purple200: string;
2740
+ purple300: string;
2741
+ purple400: string;
2742
+ purple500: string;
2743
+ purple600: string;
2744
+ purple700: string;
2745
+ purple800: string;
2746
+ purple900: string;
2747
+ blue50: string;
2748
+ blue100: string;
2749
+ blue200: string;
2750
+ blue300: string;
2751
+ blue400: string;
2752
+ blue500: string;
2753
+ blue600: string;
2754
+ blue700: string;
2755
+ blue800: string;
2756
+ blue900: string;
2757
+ background: string;
2758
+ foreground: string;
2759
+ backgroundContrast: string;
2760
+ white: string;
2761
+ black: string;
2762
+ primaryLight: string;
2763
+ primaryLightHover: string;
2764
+ primaryLightActive: string;
2765
+ primaryLightContrast: string;
2766
+ primary: string;
2767
+ primaryBorder: string;
2768
+ primaryBorderHover: string;
2769
+ primarySolidHover: string;
2770
+ primarySolidContrast: string;
2771
+ primaryShadow: string;
2772
+ secondaryLight: string;
2773
+ secondaryLightHover: string;
2774
+ secondaryLightActive: string;
2775
+ secondaryLightContrast: string;
2776
+ secondary: string;
2777
+ secondaryBorder: string;
2778
+ secondaryBorderHover: string;
2779
+ secondarySolidHover: string;
2780
+ secondarySolidContrast: string;
2781
+ secondaryShadow: string;
2782
+ successLight: string;
2783
+ successLightHover: string;
2784
+ successLightActive: string;
2785
+ successLightContrast: string;
2786
+ success: string;
2787
+ successBorder: string;
2788
+ successBorderHover: string;
2789
+ successSolidHover: string;
2790
+ successSolidContrast: string;
2791
+ successShadow: string;
2792
+ warningLight: string;
2793
+ warningLightHover: string;
2794
+ warningLightActive: string;
2795
+ warningLightContrast: string;
2796
+ warning: string;
2797
+ warningBorder: string;
2798
+ warningBorderHover: string;
2799
+ warningSolidHover: string;
2800
+ warningSolidContrast: string;
2801
+ warningShadow: string;
2802
+ errorLight: string;
2803
+ errorLightHover: string;
2804
+ errorLightActive: string;
2805
+ errorLightContrast: string;
2806
+ error: string;
2807
+ errorBorder: string;
2808
+ errorBorderHover: string;
2809
+ errorSolidHover: string;
2810
+ errorSolidContrast: string;
2811
+ errorShadow: string;
2812
+ neutralLight: string;
2813
+ neutralLightHover: string;
2814
+ neutralLightActive: string;
2815
+ neutralLightContrast: string;
2816
+ neutral: string;
2817
+ neutralBorder: string;
2818
+ neutralBorderHover: string;
2819
+ neutralSolidHover: string;
2820
+ neutralSolidContrast: string;
2821
+ neutralShadow: string;
2822
+ gradient: string;
2823
+ accents0: string;
2824
+ accents1: string;
2825
+ accents2: string;
2826
+ accents3: string;
2827
+ accents4: string;
2828
+ accents5: string;
2829
+ accents6: string;
2830
+ accents7: string;
2831
+ accents8: string;
2832
+ accents9: string;
2833
+ border: string;
2834
+ };
2835
+ fonts: {
2836
+ sans: string;
2837
+ mono: string;
2838
+ };
2839
+ fontSizes: {
2840
+ xs: string;
2841
+ sm: string;
2842
+ base: string;
2843
+ md: string;
2844
+ lg: string;
2845
+ xl: string;
2846
+ xl2: string;
2847
+ xl3: string;
2848
+ xl4: string;
2849
+ xl5: string;
2850
+ xl6: string;
2851
+ xl7: string;
2852
+ xl8: string;
2853
+ xl9: string;
2854
+ };
2855
+ fontWeights: {
2856
+ hairline: number;
2857
+ thin: number;
2858
+ light: number;
2859
+ normal: number;
2860
+ medium: number;
2861
+ semibold: number;
2862
+ bold: number;
2863
+ extrabold: number;
2864
+ black: number;
2865
+ };
2866
+ lineHeights: {
2867
+ xs: number;
2868
+ sm: number;
2869
+ base: number;
2870
+ md: number;
2871
+ lg: number;
2872
+ xl: number;
2873
+ xl2: number;
2874
+ xl3: number;
2875
+ xl4: number;
2876
+ xl5: number;
2877
+ xl6: number;
2878
+ xl7: number;
2879
+ xl8: number;
2880
+ xl9: number;
2881
+ };
2882
+ letterSpacings: {
2883
+ tighter: string;
2884
+ tight: string;
2885
+ normal: string;
2886
+ wide: string;
2887
+ wider: string;
2888
+ widest: string;
2889
+ };
2890
+ space: {
2891
+ 0: string;
2892
+ xs: string;
2893
+ sm: string;
2894
+ md: string;
2895
+ lg: string;
2896
+ xl: string;
2897
+ px: string;
2898
+ 1: string;
2899
+ 2: string;
2900
+ 3: string;
2901
+ 4: string;
2902
+ 5: string;
2903
+ 6: string;
2904
+ 7: string;
2905
+ 8: string;
2906
+ 9: string;
2907
+ 10: string;
2908
+ 11: string;
2909
+ 12: string;
2910
+ 13: string;
2911
+ 14: string;
2912
+ 15: string;
2913
+ 16: string;
2914
+ 17: string;
2915
+ 18: string;
2916
+ 20: string;
2917
+ 24: string;
2918
+ 28: string;
2919
+ 32: string;
2920
+ 36: string;
2921
+ 40: string;
2922
+ 44: string;
2923
+ 48: string;
2924
+ 52: string;
2925
+ 56: string;
2926
+ 60: string;
2927
+ 64: string;
2928
+ 72: string;
2929
+ 80: string;
2930
+ 96: string;
2931
+ };
2932
+ radii: {
2933
+ xs: string;
2934
+ sm: string;
2935
+ md: string;
2936
+ base: string;
2937
+ lg: string;
2938
+ xl: string;
2939
+ squared: string;
2940
+ rounded: string;
2941
+ pill: string;
2942
+ };
2943
+ zIndices: {
2944
+ 1: string;
2945
+ 2: string;
2946
+ 3: string;
2947
+ 4: string;
2948
+ 5: string;
2949
+ 10: string;
2950
+ max: string;
2951
+ };
2952
+ borderWeights: {
2953
+ light: string;
2954
+ normal: string;
2955
+ bold: string;
2956
+ extrabold: string;
2957
+ black: string;
2958
+ };
2959
+ transitions: {
2960
+ default: string;
2961
+ button: string;
2962
+ avatar: string;
2963
+ link: string;
2964
+ card: string;
2965
+ dropdownItem: string;
2966
+ };
2967
+ breakpoints: {
2968
+ xs: string;
2969
+ sm: string;
2970
+ md: string;
2971
+ lg: string;
2972
+ xl: string;
2973
+ };
2974
+ }, {
2975
+ width: string;
2976
+ height: string;
2977
+ minWidth: string;
2978
+ maxWidth: string;
2979
+ minHeight: string;
2980
+ maxHeight: string;
2981
+ flexBasis: string;
2982
+ gridTemplateColumns: string;
2983
+ gridTemplateRows: string;
2984
+ blockSize: string;
2985
+ minBlockSize: string;
2986
+ maxBlockSize: string;
2987
+ inlineSize: string;
2988
+ minInlineSize: string;
2989
+ maxInlineSize: string;
2990
+ borderWidth: string;
2991
+ gap: "space";
2992
+ gridGap: "space";
2993
+ columnGap: "space";
2994
+ gridColumnGap: "space";
2995
+ rowGap: "space";
2996
+ gridRowGap: "space";
2997
+ inset: "space";
2998
+ insetBlock: "space";
2999
+ insetBlockEnd: "space";
3000
+ insetBlockStart: "space";
3001
+ insetInline: "space";
3002
+ insetInlineEnd: "space";
3003
+ insetInlineStart: "space";
3004
+ margin: "space";
3005
+ marginTop: "space";
3006
+ marginRight: "space";
3007
+ marginBottom: "space";
3008
+ marginLeft: "space";
3009
+ marginBlock: "space";
3010
+ marginBlockEnd: "space";
3011
+ marginBlockStart: "space";
3012
+ marginInline: "space";
3013
+ marginInlineEnd: "space";
3014
+ marginInlineStart: "space";
3015
+ padding: "space";
3016
+ paddingTop: "space";
3017
+ paddingRight: "space";
3018
+ paddingBottom: "space";
3019
+ paddingLeft: "space";
3020
+ paddingBlock: "space";
3021
+ paddingBlockEnd: "space";
3022
+ paddingBlockStart: "space";
3023
+ paddingInline: "space";
3024
+ paddingInlineEnd: "space";
3025
+ paddingInlineStart: "space";
3026
+ scrollMargin: "space";
3027
+ scrollMarginTop: "space";
3028
+ scrollMarginRight: "space";
3029
+ scrollMarginBottom: "space";
3030
+ scrollMarginLeft: "space";
3031
+ scrollMarginBlock: "space";
3032
+ scrollMarginBlockEnd: "space";
3033
+ scrollMarginBlockStart: "space";
3034
+ scrollMarginInline: "space";
3035
+ scrollMarginInlineEnd: "space";
3036
+ scrollMarginInlineStart: "space";
3037
+ scrollPadding: "space";
3038
+ scrollPaddingTop: "space";
3039
+ scrollPaddingRight: "space";
3040
+ scrollPaddingBottom: "space";
3041
+ scrollPaddingLeft: "space";
3042
+ scrollPaddingBlock: "space";
3043
+ scrollPaddingBlockEnd: "space";
3044
+ scrollPaddingBlockStart: "space";
3045
+ scrollPaddingInline: "space";
3046
+ scrollPaddingInlineEnd: "space";
3047
+ scrollPaddingInlineStart: "space";
3048
+ top: "space";
3049
+ right: "space";
3050
+ bottom: "space";
3051
+ left: "space";
3052
+ fontSize: "fontSizes";
3053
+ background: "colors";
3054
+ backgroundColor: "colors";
3055
+ backgroundImage: "colors";
3056
+ borderImage: "colors";
3057
+ border: "colors";
3058
+ borderBlock: "colors";
3059
+ borderBlockEnd: "colors";
3060
+ borderBlockStart: "colors";
3061
+ borderBottom: "colors";
3062
+ borderBottomColor: "colors";
3063
+ borderColor: "colors";
3064
+ borderInline: "colors";
3065
+ borderInlineEnd: "colors";
3066
+ borderInlineStart: "colors";
3067
+ borderLeft: "colors";
3068
+ borderLeftColor: "colors";
3069
+ borderRight: "colors";
3070
+ borderRightColor: "colors";
3071
+ borderTop: "colors";
3072
+ borderTopColor: "colors";
3073
+ caretColor: "colors";
3074
+ color: "colors";
3075
+ columnRuleColor: "colors";
3076
+ outline: "colors";
3077
+ outlineColor: "colors";
3078
+ fill: "colors";
3079
+ stroke: "colors";
3080
+ textDecorationColor: "colors";
3081
+ fontFamily: "fonts";
3082
+ fontWeight: "fontWeights";
3083
+ lineHeight: "lineHeights";
3084
+ letterSpacing: "letterSpacings";
3085
+ borderTopWidth: "borderWidths";
3086
+ borderLeftWidth: "borderWidths";
3087
+ borderRightWidth: "borderWidths";
3088
+ borderBottomWidth: "borderWidths";
3089
+ borderStyle: "borderStyles";
3090
+ borderTopStyle: "borderStyles";
3091
+ borderLeftStyle: "borderStyles";
3092
+ borderRightStyle: "borderStyles";
3093
+ borderBottomStyle: "borderStyles";
3094
+ borderRadius: "radii";
3095
+ borderTopLeftRadius: "radii";
3096
+ borderTopRightRadius: "radii";
3097
+ borderBottomRightRadius: "radii";
3098
+ borderBottomLeftRadius: "radii";
3099
+ boxShadow: "shadows";
3100
+ textShadow: "shadows";
3101
+ transition: "transitions";
3102
+ zIndex: "zIndices";
3103
+ }, {
3104
+ p: (value: {
3105
+ readonly [$$PropertyValue]: "padding";
3106
+ }) => {
3107
+ padding: {
3108
+ readonly [$$PropertyValue]: "padding";
3109
+ };
3110
+ };
3111
+ pt: (value: {
3112
+ readonly [$$PropertyValue]: "paddingTop";
3113
+ }) => {
3114
+ paddingTop: {
3115
+ readonly [$$PropertyValue]: "paddingTop";
3116
+ };
3117
+ };
3118
+ pr: (value: {
3119
+ readonly [$$PropertyValue]: "paddingRight";
3120
+ }) => {
3121
+ paddingRight: {
3122
+ readonly [$$PropertyValue]: "paddingRight";
3123
+ };
3124
+ };
3125
+ pb: (value: {
3126
+ readonly [$$PropertyValue]: "paddingBottom";
3127
+ }) => {
3128
+ paddingBottom: {
3129
+ readonly [$$PropertyValue]: "paddingBottom";
3130
+ };
3131
+ };
3132
+ pl: (value: {
3133
+ readonly [$$PropertyValue]: "paddingLeft";
3134
+ }) => {
3135
+ paddingLeft: {
3136
+ readonly [$$PropertyValue]: "paddingLeft";
3137
+ };
3138
+ };
3139
+ px: (value: {
3140
+ readonly [$$PropertyValue]: "paddingLeft";
3141
+ }) => {
3142
+ paddingLeft: {
3143
+ readonly [$$PropertyValue]: "paddingLeft";
3144
+ };
3145
+ paddingRight: {
3146
+ readonly [$$PropertyValue]: "paddingLeft";
3147
+ };
3148
+ };
3149
+ py: (value: {
3150
+ readonly [$$PropertyValue]: "paddingTop";
3151
+ }) => {
3152
+ paddingTop: {
3153
+ readonly [$$PropertyValue]: "paddingTop";
3154
+ };
3155
+ paddingBottom: {
3156
+ readonly [$$PropertyValue]: "paddingTop";
3157
+ };
3158
+ };
3159
+ m: (value: {
3160
+ readonly [$$PropertyValue]: "margin";
3161
+ }) => {
3162
+ margin: {
3163
+ readonly [$$PropertyValue]: "margin";
3164
+ };
3165
+ };
3166
+ mt: (value: {
3167
+ readonly [$$PropertyValue]: "marginTop";
3168
+ }) => {
3169
+ marginTop: {
3170
+ readonly [$$PropertyValue]: "marginTop";
3171
+ };
3172
+ };
3173
+ mr: (value: {
3174
+ readonly [$$PropertyValue]: "marginRight";
3175
+ }) => {
3176
+ marginRight: {
3177
+ readonly [$$PropertyValue]: "marginRight";
3178
+ };
3179
+ };
3180
+ mb: (value: {
3181
+ readonly [$$PropertyValue]: "marginBottom";
3182
+ }) => {
3183
+ marginBottom: {
3184
+ readonly [$$PropertyValue]: "marginBottom";
3185
+ };
3186
+ };
3187
+ ml: (value: {
3188
+ readonly [$$PropertyValue]: "marginLeft";
3189
+ }) => {
3190
+ marginLeft: {
3191
+ readonly [$$PropertyValue]: "marginLeft";
3192
+ };
3193
+ };
3194
+ mx: (value: {
3195
+ readonly [$$PropertyValue]: "marginLeft";
3196
+ }) => {
3197
+ marginLeft: {
3198
+ readonly [$$PropertyValue]: "marginLeft";
3199
+ };
3200
+ marginRight: {
3201
+ readonly [$$PropertyValue]: "marginLeft";
3202
+ };
3203
+ };
3204
+ my: (value: {
3205
+ readonly [$$PropertyValue]: "marginTop";
3206
+ }) => {
3207
+ marginTop: {
3208
+ readonly [$$PropertyValue]: "marginTop";
3209
+ };
3210
+ marginBottom: {
3211
+ readonly [$$PropertyValue]: "marginTop";
3212
+ };
3213
+ };
3214
+ ta: (value: {
3215
+ readonly [$$PropertyValue]: "textAlign";
3216
+ }) => {
3217
+ textAlign: {
3218
+ readonly [$$PropertyValue]: "textAlign";
3219
+ };
3220
+ };
3221
+ tt: (value: {
3222
+ readonly [$$PropertyValue]: "textTransform";
3223
+ }) => {
3224
+ textTransform: {
3225
+ readonly [$$PropertyValue]: "textTransform";
3226
+ };
3227
+ };
3228
+ to: (value: {
3229
+ readonly [$$PropertyValue]: "textOverflow";
3230
+ }) => {
3231
+ textOverflow: {
3232
+ readonly [$$PropertyValue]: "textOverflow";
3233
+ };
3234
+ };
3235
+ d: (value: {
3236
+ readonly [$$PropertyValue]: "display";
3237
+ }) => {
3238
+ display: {
3239
+ readonly [$$PropertyValue]: "display";
3240
+ };
3241
+ };
3242
+ dflex: (value: {
3243
+ readonly [$$PropertyValue]: "alignItems";
3244
+ }) => {
3245
+ display: string;
3246
+ alignItems: {
3247
+ readonly [$$PropertyValue]: "alignItems";
3248
+ };
3249
+ justifyContent: {
3250
+ readonly [$$PropertyValue]: "alignItems";
3251
+ };
3252
+ };
3253
+ fd: (value: {
3254
+ readonly [$$PropertyValue]: "flexDirection";
3255
+ }) => {
3256
+ flexDirection: {
3257
+ readonly [$$PropertyValue]: "flexDirection";
3258
+ };
3259
+ };
3260
+ fw: (value: {
3261
+ readonly [$$PropertyValue]: "flexWrap";
3262
+ }) => {
3263
+ flexWrap: {
3264
+ readonly [$$PropertyValue]: "flexWrap";
3265
+ };
3266
+ };
3267
+ ai: (value: {
3268
+ readonly [$$PropertyValue]: "alignItems";
3269
+ }) => {
3270
+ alignItems: {
3271
+ readonly [$$PropertyValue]: "alignItems";
3272
+ };
3273
+ };
3274
+ ac: (value: {
3275
+ readonly [$$PropertyValue]: "alignContent";
3276
+ }) => {
3277
+ alignContent: {
3278
+ readonly [$$PropertyValue]: "alignContent";
3279
+ };
3280
+ };
3281
+ jc: (value: {
3282
+ readonly [$$PropertyValue]: "justifyContent";
3283
+ }) => {
3284
+ justifyContent: {
3285
+ readonly [$$PropertyValue]: "justifyContent";
3286
+ };
3287
+ };
3288
+ as: (value: {
3289
+ readonly [$$PropertyValue]: "alignSelf";
3290
+ }) => {
3291
+ alignSelf: {
3292
+ readonly [$$PropertyValue]: "alignSelf";
3293
+ };
3294
+ };
3295
+ fg: (value: {
3296
+ readonly [$$PropertyValue]: "flexGrow";
3297
+ }) => {
3298
+ flexGrow: {
3299
+ readonly [$$PropertyValue]: "flexGrow";
3300
+ };
3301
+ };
3302
+ fs: (value: {
3303
+ readonly [$$PropertyValue]: "fontSize";
3304
+ }) => {
3305
+ fontSize: {
3306
+ readonly [$$PropertyValue]: "fontSize";
3307
+ };
3308
+ };
3309
+ fb: (value: {
3310
+ readonly [$$PropertyValue]: "flexBasis";
3311
+ }) => {
3312
+ flexBasis: {
3313
+ readonly [$$PropertyValue]: "flexBasis";
3314
+ };
3315
+ };
3316
+ bc: (value: {
3317
+ readonly [$$PropertyValue]: "backgroundColor";
3318
+ }) => {
3319
+ backgroundColor: {
3320
+ readonly [$$PropertyValue]: "backgroundColor";
3321
+ };
3322
+ };
3323
+ bf: (value: {
3324
+ readonly [$$PropertyValue]: "backdropFilter";
3325
+ }) => {
3326
+ backdropFilter: {
3327
+ readonly [$$PropertyValue]: "backdropFilter";
3328
+ };
3329
+ };
3330
+ bg: (value: {
3331
+ readonly [$$PropertyValue]: "backgroundColor";
3332
+ }) => {
3333
+ background: {
3334
+ readonly [$$PropertyValue]: "backgroundColor";
3335
+ };
3336
+ };
3337
+ bgBlur: (value: {
3338
+ readonly [$$PropertyValue]: "backgroundColor";
3339
+ }) => {
3340
+ bf: string;
3341
+ bg: {
3342
+ readonly [$$PropertyValue]: "backgroundColor";
3343
+ };
3344
+ };
3345
+ bgColor: (value: {
3346
+ readonly [$$PropertyValue]: "backgroundColor";
3347
+ }) => {
3348
+ backgroundColor: {
3349
+ readonly [$$PropertyValue]: "backgroundColor";
3350
+ };
3351
+ };
3352
+ backgroundClip: (value: {
3353
+ readonly [$$PropertyValue]: "backgroundClip";
3354
+ }) => {
3355
+ WebkitBackgroundClip: {
3356
+ readonly [$$PropertyValue]: "backgroundClip";
3357
+ };
3358
+ backgroundClip: {
3359
+ readonly [$$PropertyValue]: "backgroundClip";
3360
+ };
3361
+ };
3362
+ bgClip: (value: {
3363
+ readonly [$$PropertyValue]: "backgroundClip";
3364
+ }) => {
3365
+ WebkitBackgroundClip: {
3366
+ readonly [$$PropertyValue]: "backgroundClip";
3367
+ };
3368
+ backgroundClip: {
3369
+ readonly [$$PropertyValue]: "backgroundClip";
3370
+ };
3371
+ };
3372
+ br: (value: {
3373
+ readonly [$$PropertyValue]: "borderRadius";
3374
+ }) => {
3375
+ borderRadius: {
3376
+ readonly [$$PropertyValue]: "borderRadius";
3377
+ };
3378
+ };
3379
+ bw: (value: {
3380
+ readonly [$$PropertyValue]: "borderWidth";
3381
+ }) => {
3382
+ borderWidth: {
3383
+ readonly [$$PropertyValue]: "borderWidth";
3384
+ };
3385
+ };
3386
+ btrr: (value: {
3387
+ readonly [$$PropertyValue]: "borderTopRightRadius";
3388
+ }) => {
3389
+ borderTopRightRadius: {
3390
+ readonly [$$PropertyValue]: "borderTopRightRadius";
3391
+ };
3392
+ };
3393
+ bbrr: (value: {
3394
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
3395
+ }) => {
3396
+ borderBottomRightRadius: {
3397
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
3398
+ };
3399
+ };
3400
+ bblr: (value: {
3401
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
3402
+ }) => {
3403
+ borderBottomLeftRadius: {
3404
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
3405
+ };
3406
+ };
3407
+ btlr: (value: {
3408
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
3409
+ }) => {
3410
+ borderTopLeftRadius: {
3411
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
3412
+ };
3413
+ };
3414
+ bs: (value: {
3415
+ readonly [$$PropertyValue]: "boxShadow";
3416
+ }) => {
3417
+ boxShadow: {
3418
+ readonly [$$PropertyValue]: "boxShadow";
3419
+ };
3420
+ };
3421
+ ds: (value: {
3422
+ readonly [$$PropertyValue]: "boxShadow";
3423
+ }) => {
3424
+ dropShadow: {
3425
+ readonly [$$PropertyValue]: "boxShadow";
3426
+ };
3427
+ };
3428
+ shadow: (value: {
3429
+ readonly [$$PropertyValue]: "boxShadow";
3430
+ }) => {
3431
+ boxShadow: {
3432
+ readonly [$$PropertyValue]: "boxShadow";
3433
+ };
3434
+ };
3435
+ dshadow: (value: {
3436
+ readonly [$$PropertyValue]: "boxShadow";
3437
+ }) => {
3438
+ dropShadow: {
3439
+ readonly [$$PropertyValue]: "boxShadow";
3440
+ };
3441
+ };
3442
+ dropShadow: (value: {
3443
+ readonly [$$PropertyValue]: "boxShadow";
3444
+ }) => {
3445
+ filter: string;
3446
+ };
3447
+ normalShadow: (value: {
3448
+ readonly [$$PropertyValue]: "backgroundColor";
3449
+ }) => {
3450
+ boxShadow: string;
3451
+ };
3452
+ normalShadowVar: (value: {
3453
+ readonly [$$PropertyValue]: "backgroundColor";
3454
+ }) => {
3455
+ boxShadow: string;
3456
+ };
3457
+ lh: (value: {
3458
+ readonly [$$PropertyValue]: "lineHeight";
3459
+ }) => {
3460
+ lineHeight: {
3461
+ readonly [$$PropertyValue]: "lineHeight";
3462
+ };
3463
+ };
3464
+ ov: (value: {
3465
+ readonly [$$PropertyValue]: "overflow";
3466
+ }) => {
3467
+ overflow: {
3468
+ readonly [$$PropertyValue]: "overflow";
3469
+ };
3470
+ };
3471
+ ox: (value: {
3472
+ readonly [$$PropertyValue]: "overflowX";
3473
+ }) => {
3474
+ overflowX: {
3475
+ readonly [$$PropertyValue]: "overflowX";
3476
+ };
3477
+ };
3478
+ oy: (value: {
3479
+ readonly [$$PropertyValue]: "overflowY";
3480
+ }) => {
3481
+ overflowY: {
3482
+ readonly [$$PropertyValue]: "overflowY";
3483
+ };
3484
+ };
3485
+ pe: (value: {
3486
+ readonly [$$PropertyValue]: "pointerEvents";
3487
+ }) => {
3488
+ pointerEvents: {
3489
+ readonly [$$PropertyValue]: "pointerEvents";
3490
+ };
3491
+ };
3492
+ events: (value: {
3493
+ readonly [$$PropertyValue]: "pointerEvents";
3494
+ }) => {
3495
+ pointerEvents: {
3496
+ readonly [$$PropertyValue]: "pointerEvents";
3497
+ };
3498
+ };
3499
+ us: (value: {
3500
+ readonly [$$PropertyValue]: "userSelect";
3501
+ }) => {
3502
+ WebkitUserSelect: {
3503
+ readonly [$$PropertyValue]: "userSelect";
3504
+ };
3505
+ userSelect: {
3506
+ readonly [$$PropertyValue]: "userSelect";
3507
+ };
3508
+ };
3509
+ userSelect: (value: {
3510
+ readonly [$$PropertyValue]: "userSelect";
3511
+ }) => {
3512
+ WebkitUserSelect: {
3513
+ readonly [$$PropertyValue]: "userSelect";
3514
+ };
3515
+ userSelect: {
3516
+ readonly [$$PropertyValue]: "userSelect";
3517
+ };
3518
+ };
3519
+ w: (value: {
3520
+ readonly [$$PropertyValue]: "width";
3521
+ }) => {
3522
+ width: {
3523
+ readonly [$$PropertyValue]: "width";
3524
+ };
3525
+ };
3526
+ h: (value: {
3527
+ readonly [$$PropertyValue]: "height";
3528
+ }) => {
3529
+ height: {
3530
+ readonly [$$PropertyValue]: "height";
3531
+ };
3532
+ };
3533
+ mw: (value: {
3534
+ readonly [$$PropertyValue]: "maxWidth";
3535
+ }) => {
3536
+ maxWidth: {
3537
+ readonly [$$PropertyValue]: "maxWidth";
3538
+ };
3539
+ };
3540
+ maxW: (value: {
3541
+ readonly [$$PropertyValue]: "maxWidth";
3542
+ }) => {
3543
+ maxWidth: {
3544
+ readonly [$$PropertyValue]: "maxWidth";
3545
+ };
3546
+ };
3547
+ mh: (value: {
3548
+ readonly [$$PropertyValue]: "maxHeight";
3549
+ }) => {
3550
+ maxHeight: {
3551
+ readonly [$$PropertyValue]: "maxHeight";
3552
+ };
3553
+ };
3554
+ maxH: (value: {
3555
+ readonly [$$PropertyValue]: "maxHeight";
3556
+ }) => {
3557
+ maxHeight: {
3558
+ readonly [$$PropertyValue]: "maxHeight";
3559
+ };
3560
+ };
3561
+ size: (value: {
3562
+ readonly [$$PropertyValue]: "width";
3563
+ }) => {
3564
+ width: {
3565
+ readonly [$$PropertyValue]: "width";
3566
+ };
3567
+ height: {
3568
+ readonly [$$PropertyValue]: "width";
3569
+ };
3570
+ };
3571
+ minSize: (value: {
3572
+ readonly [$$PropertyValue]: "width";
3573
+ }) => {
3574
+ minWidth: {
3575
+ readonly [$$PropertyValue]: "width";
3576
+ };
3577
+ minHeight: {
3578
+ readonly [$$PropertyValue]: "width";
3579
+ };
3580
+ width: {
3581
+ readonly [$$PropertyValue]: "width";
3582
+ };
3583
+ height: {
3584
+ readonly [$$PropertyValue]: "width";
3585
+ };
3586
+ };
3587
+ sizeMin: (value: {
3588
+ readonly [$$PropertyValue]: "width";
3589
+ }) => {
3590
+ minWidth: {
3591
+ readonly [$$PropertyValue]: "width";
3592
+ };
3593
+ minHeight: {
3594
+ readonly [$$PropertyValue]: "width";
3595
+ };
3596
+ width: {
3597
+ readonly [$$PropertyValue]: "width";
3598
+ };
3599
+ height: {
3600
+ readonly [$$PropertyValue]: "width";
3601
+ };
3602
+ };
3603
+ maxSize: (value: {
3604
+ readonly [$$PropertyValue]: "width";
3605
+ }) => {
3606
+ maxWidth: {
3607
+ readonly [$$PropertyValue]: "width";
3608
+ };
3609
+ maxHeight: {
3610
+ readonly [$$PropertyValue]: "width";
3611
+ };
3612
+ };
3613
+ sizeMax: (value: {
3614
+ readonly [$$PropertyValue]: "width";
3615
+ }) => {
3616
+ maxWidth: {
3617
+ readonly [$$PropertyValue]: "width";
3618
+ };
3619
+ maxHeight: {
3620
+ readonly [$$PropertyValue]: "width";
3621
+ };
3622
+ };
3623
+ appearance: (value: {
3624
+ readonly [$$PropertyValue]: "appearance";
3625
+ }) => {
3626
+ WebkitAppearance: {
3627
+ readonly [$$PropertyValue]: "appearance";
3628
+ };
3629
+ appearance: {
3630
+ readonly [$$PropertyValue]: "appearance";
3631
+ };
3632
+ };
3633
+ scale: (value: {
3634
+ readonly [$$PropertyValue]: "scale";
3635
+ }) => {
3636
+ transform: string;
3637
+ };
3638
+ linearGradient: (value: {
3639
+ readonly [$$PropertyValue]: "backgroundImage";
3640
+ }) => {
3641
+ backgroundImage: string;
3642
+ };
3643
+ tdl: (value: {
3644
+ readonly [$$PropertyValue]: "textDecorationLine";
3645
+ }) => {
3646
+ textDecorationLine: {
3647
+ readonly [$$PropertyValue]: "textDecorationLine";
3648
+ };
3649
+ };
3650
+ truncateText: (value: {
3651
+ readonly [$$PropertyValue]: "width";
3652
+ }) => {
3653
+ maxWidth: {
3654
+ readonly [$$PropertyValue]: "width";
3655
+ };
3656
+ whiteSpace: string;
3657
+ overflow: string;
3658
+ textOverflow: string;
3659
+ };
3660
+ textGradient: (value: {
3661
+ readonly [$$PropertyValue]: "backgroundImage";
3662
+ }) => {
3663
+ backgroundImage: string;
3664
+ WebkitBackgroundClip: string;
3665
+ WebkitTextFillColor: string;
3666
+ '&::selection': {
3667
+ WebkitTextFillColor: string;
3668
+ };
3669
+ };
3670
+ }>>]>, {
3671
+ xs: string;
3672
+ sm: string;
3673
+ md: string;
3674
+ lg: string;
3675
+ xl: string;
3676
+ xsMax: string;
3677
+ smMax: string;
3678
+ mdMax: string;
3679
+ lgMax: string;
3680
+ xlMax: string;
3681
+ motion: string;
3682
+ safari: string;
3683
+ hover: string;
3684
+ dark: string;
3685
+ light: string;
3686
+ }>, "isPressed" | "isHovered" | "isChildLess"> & {
3687
+ css?: import("../index").CSS | undefined;
3688
+ } & React.RefAttributes<HTMLButtonElement>>;
3689
+ export default _default;