@cube-dev/ui-kit 0.117.0 → 0.119.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1026) hide show
  1. package/dist/CHANGELOG.md +32 -0
  2. package/dist/_internal/hooks/use-chained-callback.js +1 -1
  3. package/dist/_internal/hooks/use-debounced-value.js +1 -1
  4. package/dist/_internal/hooks/use-deprecation-warning.js +1 -1
  5. package/dist/_internal/hooks/use-event.js +1 -1
  6. package/dist/_internal/hooks/use-is-first-render.js +1 -1
  7. package/dist/_internal/hooks/use-sync-ref.js +1 -1
  8. package/dist/_internal/hooks/use-timer/timer.js +1 -1
  9. package/dist/_internal/hooks/use-timer/use-timer.js +1 -1
  10. package/dist/_internal/hooks/use-warn.js +1 -1
  11. package/dist/components/Block.d.ts +1 -2
  12. package/dist/components/Block.js +2 -5
  13. package/dist/components/Block.js.map +1 -1
  14. package/dist/components/CollectionItem.js +1 -1
  15. package/dist/components/GlobalStyles.js +2 -57
  16. package/dist/components/GlobalStyles.js.map +1 -1
  17. package/dist/components/GridProvider.d.ts +1 -2
  18. package/dist/components/GridProvider.js +2 -3
  19. package/dist/components/GridProvider.js.map +1 -1
  20. package/dist/components/HiddenInput.js +2 -2
  21. package/dist/components/HiddenInput.js.map +1 -1
  22. package/dist/components/Root.d.ts +1 -2
  23. package/dist/components/Root.js +2 -6
  24. package/dist/components/Root.js.map +1 -1
  25. package/dist/components/actions/Action/Action.d.ts +1 -2
  26. package/dist/components/actions/Action/Action.js +2 -4
  27. package/dist/components/actions/Action/Action.js.map +1 -1
  28. package/dist/components/actions/Banner/Banner.d.ts +1 -1
  29. package/dist/components/actions/Banner/Banner.js +5 -5
  30. package/dist/components/actions/Banner/Banner.js.map +1 -1
  31. package/dist/components/actions/Button/Button.d.ts +2 -1769
  32. package/dist/components/actions/Button/Button.js +2 -4
  33. package/dist/components/actions/Button/Button.js.map +1 -1
  34. package/dist/components/actions/ButtonGroup/ButtonGroup.js +2 -2
  35. package/dist/components/actions/ButtonGroup/ButtonGroup.js.map +1 -1
  36. package/dist/components/actions/CommandMenu/CommandMenu.d.ts +1 -3
  37. package/dist/components/actions/CommandMenu/CommandMenu.js +2 -4
  38. package/dist/components/actions/CommandMenu/CommandMenu.js.map +1 -1
  39. package/dist/components/actions/CommandMenu/styled.js +3 -3
  40. package/dist/components/actions/CommandMenu/styled.js.map +1 -1
  41. package/dist/components/actions/ItemAction/ItemAction.d.ts +1 -3
  42. package/dist/components/actions/ItemAction/ItemAction.js +2 -2
  43. package/dist/components/actions/ItemAction/ItemAction.js.map +1 -1
  44. package/dist/components/actions/ItemActionContext.js +1 -1
  45. package/dist/components/actions/ItemButton/ItemButton.d.ts +1 -2
  46. package/dist/components/actions/ItemButton/ItemButton.js +2 -2
  47. package/dist/components/actions/ItemButton/ItemButton.js.map +1 -1
  48. package/dist/components/actions/Link/Link.js +1 -1
  49. package/dist/components/actions/Menu/Menu.d.ts +1 -3
  50. package/dist/components/actions/Menu/Menu.js +2 -4
  51. package/dist/components/actions/Menu/Menu.js.map +1 -1
  52. package/dist/components/actions/Menu/MenuItem.d.ts +1 -2
  53. package/dist/components/actions/Menu/MenuItem.js +1 -1
  54. package/dist/components/actions/Menu/MenuItem.js.map +1 -1
  55. package/dist/components/actions/Menu/MenuSection.d.ts +1 -2
  56. package/dist/components/actions/Menu/MenuSection.js +1 -1
  57. package/dist/components/actions/Menu/MenuSection.js.map +1 -1
  58. package/dist/components/actions/Menu/MenuTrigger.js +1 -1
  59. package/dist/components/actions/Menu/SubMenuTrigger.js +1 -1
  60. package/dist/components/actions/Menu/SubmenuTriggerContext.js +1 -1
  61. package/dist/components/actions/Menu/context.js +1 -1
  62. package/dist/components/actions/Menu/styled.js +2 -2
  63. package/dist/components/actions/Menu/styled.js.map +1 -1
  64. package/dist/components/actions/index.js +1 -1
  65. package/dist/components/actions/use-action.d.ts +1 -2
  66. package/dist/components/actions/use-action.js +2 -2
  67. package/dist/components/actions/use-action.js.map +1 -1
  68. package/dist/components/actions/use-anchored-menu.js +1 -1
  69. package/dist/components/actions/use-context-menu.js +1 -1
  70. package/dist/components/content/ActiveZone/ActiveZone.d.ts +1 -2
  71. package/dist/components/content/ActiveZone/ActiveZone.js +2 -5
  72. package/dist/components/content/ActiveZone/ActiveZone.js.map +1 -1
  73. package/dist/components/content/Alert/Alert.js +2 -2
  74. package/dist/components/content/Alert/Alert.js.map +1 -1
  75. package/dist/components/content/Alert/types.d.ts +1 -2
  76. package/dist/components/content/Alert/use-alert.js +2 -4
  77. package/dist/components/content/Alert/use-alert.js.map +1 -1
  78. package/dist/components/content/Avatar/Avatar.d.ts +1 -3
  79. package/dist/components/content/Avatar/Avatar.js +2 -5
  80. package/dist/components/content/Avatar/Avatar.js.map +1 -1
  81. package/dist/components/content/Badge/Badge.js +2 -2
  82. package/dist/components/content/Badge/Badge.js.map +1 -1
  83. package/dist/components/content/Card/Card.d.ts +1 -2
  84. package/dist/components/content/Card/Card.js +2 -5
  85. package/dist/components/content/Card/Card.js.map +1 -1
  86. package/dist/components/content/Content.d.ts +1 -2
  87. package/dist/components/content/Content.js +2 -5
  88. package/dist/components/content/Content.js.map +1 -1
  89. package/dist/components/content/CopyPasteBlock/CopyPasteBlock.d.ts +1 -3
  90. package/dist/components/content/CopyPasteBlock/CopyPasteBlock.js +2 -4
  91. package/dist/components/content/CopyPasteBlock/CopyPasteBlock.js.map +1 -1
  92. package/dist/components/content/CopySnippet/CopySnippet.js +2 -2
  93. package/dist/components/content/CopySnippet/CopySnippet.js.map +1 -1
  94. package/dist/components/content/Disclosure/Disclosure.d.ts +1 -3
  95. package/dist/components/content/Disclosure/Disclosure.js +2 -4
  96. package/dist/components/content/Disclosure/Disclosure.js.map +1 -1
  97. package/dist/components/content/Divider.d.ts +1 -2
  98. package/dist/components/content/Divider.js +2 -4
  99. package/dist/components/content/Divider.js.map +1 -1
  100. package/dist/components/content/Footer.d.ts +1 -2
  101. package/dist/components/content/Footer.js +2 -5
  102. package/dist/components/content/Footer.js.map +1 -1
  103. package/dist/components/content/Header.d.ts +1 -2
  104. package/dist/components/content/Header.js +2 -5
  105. package/dist/components/content/Header.js.map +1 -1
  106. package/dist/components/content/HotKeys/HotKeys.d.ts +1 -2
  107. package/dist/components/content/HotKeys/HotKeys.js +2 -5
  108. package/dist/components/content/HotKeys/HotKeys.js.map +1 -1
  109. package/dist/components/content/Item/Item.d.ts +1 -3
  110. package/dist/components/content/Item/Item.js +2 -3
  111. package/dist/components/content/Item/Item.js.map +1 -1
  112. package/dist/components/content/ItemBadge/ItemBadge.d.ts +1 -2
  113. package/dist/components/content/ItemBadge/ItemBadge.js +2 -2
  114. package/dist/components/content/ItemBadge/ItemBadge.js.map +1 -1
  115. package/dist/components/content/Layout/GridLayout.d.ts +1 -2
  116. package/dist/components/content/Layout/GridLayout.js +2 -2
  117. package/dist/components/content/Layout/GridLayout.js.map +1 -1
  118. package/dist/components/content/Layout/Layout.d.ts +1 -3
  119. package/dist/components/content/Layout/Layout.js +3 -7
  120. package/dist/components/content/Layout/Layout.js.map +1 -1
  121. package/dist/components/content/Layout/LayoutBlock.js +2 -2
  122. package/dist/components/content/Layout/LayoutBlock.js.map +1 -1
  123. package/dist/components/content/Layout/LayoutCenter.js +2 -2
  124. package/dist/components/content/Layout/LayoutCenter.js.map +1 -1
  125. package/dist/components/content/Layout/LayoutContainer.d.ts +1 -3
  126. package/dist/components/content/Layout/LayoutContainer.js +2 -6
  127. package/dist/components/content/Layout/LayoutContainer.js.map +1 -1
  128. package/dist/components/content/Layout/LayoutContent.d.ts +1 -2
  129. package/dist/components/content/Layout/LayoutContent.js +2 -6
  130. package/dist/components/content/Layout/LayoutContent.js.map +1 -1
  131. package/dist/components/content/Layout/LayoutContext.js +1 -1
  132. package/dist/components/content/Layout/LayoutFlex.js +2 -2
  133. package/dist/components/content/Layout/LayoutFlex.js.map +1 -1
  134. package/dist/components/content/Layout/LayoutFooter.js +2 -2
  135. package/dist/components/content/Layout/LayoutFooter.js.map +1 -1
  136. package/dist/components/content/Layout/LayoutGrid.d.ts +1 -2
  137. package/dist/components/content/Layout/LayoutGrid.js +2 -2
  138. package/dist/components/content/Layout/LayoutGrid.js.map +1 -1
  139. package/dist/components/content/Layout/LayoutHeader.js +2 -2
  140. package/dist/components/content/Layout/LayoutHeader.js.map +1 -1
  141. package/dist/components/content/Layout/LayoutPane.d.ts +1 -3
  142. package/dist/components/content/Layout/LayoutPane.js +2 -6
  143. package/dist/components/content/Layout/LayoutPane.js.map +1 -1
  144. package/dist/components/content/Layout/LayoutPanel.d.ts +1 -3
  145. package/dist/components/content/Layout/LayoutPanel.js +2 -6
  146. package/dist/components/content/Layout/LayoutPanel.js.map +1 -1
  147. package/dist/components/content/Layout/LayoutPanelHeader.d.ts +1 -2
  148. package/dist/components/content/Layout/LayoutPanelHeader.js +2 -4
  149. package/dist/components/content/Layout/LayoutPanelHeader.js.map +1 -1
  150. package/dist/components/content/Layout/LayoutToolbar.js +2 -2
  151. package/dist/components/content/Layout/LayoutToolbar.js.map +1 -1
  152. package/dist/components/content/Layout/hooks/useTinyScrollbar.js +1 -1
  153. package/dist/components/content/Layout/index.js +1 -1
  154. package/dist/components/content/Layout/utils.js +1 -1
  155. package/dist/components/content/Paragraph.d.ts +1 -2
  156. package/dist/components/content/Paragraph.js +2 -3
  157. package/dist/components/content/Paragraph.js.map +1 -1
  158. package/dist/components/content/Placeholder/Placeholder.d.ts +1 -3
  159. package/dist/components/content/Placeholder/Placeholder.js +2 -6
  160. package/dist/components/content/Placeholder/Placeholder.js.map +1 -1
  161. package/dist/components/content/PrismCode/PrismCode.d.ts +1 -3
  162. package/dist/components/content/PrismCode/PrismCode.js +2 -3
  163. package/dist/components/content/PrismCode/PrismCode.js.map +1 -1
  164. package/dist/components/content/PrismCode/prismSetup.js +1 -1
  165. package/dist/components/content/PrismDiffCode/PrismDiffCode.d.ts +1 -3
  166. package/dist/components/content/PrismDiffCode/PrismDiffCode.js +1 -1
  167. package/dist/components/content/PrismDiffCode/PrismDiffCode.js.map +1 -1
  168. package/dist/components/content/Result/Result.d.ts +1 -2
  169. package/dist/components/content/Result/Result.js +2 -5
  170. package/dist/components/content/Result/Result.js.map +1 -1
  171. package/dist/components/content/Skeleton/Skeleton.d.ts +1 -2
  172. package/dist/components/content/Skeleton/Skeleton.js +1 -1
  173. package/dist/components/content/Skeleton/Skeleton.js.map +1 -1
  174. package/dist/components/content/Tag/Tag.d.ts +1 -2
  175. package/dist/components/content/Tag/Tag.js +2 -2
  176. package/dist/components/content/Tag/Tag.js.map +1 -1
  177. package/dist/components/content/Text.d.ts +128 -159
  178. package/dist/components/content/Text.js +2 -5
  179. package/dist/components/content/Text.js.map +1 -1
  180. package/dist/components/content/TextItem/TextItem.d.ts +1 -2
  181. package/dist/components/content/TextItem/TextItem.js +2 -5
  182. package/dist/components/content/TextItem/TextItem.js.map +1 -1
  183. package/dist/components/content/Title.d.ts +1 -2
  184. package/dist/components/content/Title.js +2 -5
  185. package/dist/components/content/Title.js.map +1 -1
  186. package/dist/components/content/highlightText.js +1 -1
  187. package/dist/components/content/highlightText.js.map +1 -1
  188. package/dist/components/content/use-auto-tooltip.d.ts +1 -1
  189. package/dist/components/content/use-auto-tooltip.js +1 -1
  190. package/dist/components/content/use-auto-tooltip.js.map +1 -1
  191. package/dist/components/fields/Checkbox/Checkbox.d.ts +1 -3
  192. package/dist/components/fields/Checkbox/Checkbox.js +2 -5
  193. package/dist/components/fields/Checkbox/Checkbox.js.map +1 -1
  194. package/dist/components/fields/Checkbox/CheckboxGroup.d.ts +1 -3
  195. package/dist/components/fields/Checkbox/CheckboxGroup.js +2 -4
  196. package/dist/components/fields/Checkbox/CheckboxGroup.js.map +1 -1
  197. package/dist/components/fields/Checkbox/context.js +1 -1
  198. package/dist/components/fields/ComboBox/ComboBox.d.ts +1 -3
  199. package/dist/components/fields/ComboBox/ComboBox.js +2 -4
  200. package/dist/components/fields/ComboBox/ComboBox.js.map +1 -1
  201. package/dist/components/fields/DatePicker/DateInput.d.ts +1 -3
  202. package/dist/components/fields/DatePicker/DateInput.js +2 -3
  203. package/dist/components/fields/DatePicker/DateInput.js.map +1 -1
  204. package/dist/components/fields/DatePicker/DateInputBase.js +2 -4
  205. package/dist/components/fields/DatePicker/DateInputBase.js.map +1 -1
  206. package/dist/components/fields/DatePicker/DatePicker.d.ts +1 -3
  207. package/dist/components/fields/DatePicker/DatePicker.js +2 -3
  208. package/dist/components/fields/DatePicker/DatePicker.js.map +1 -1
  209. package/dist/components/fields/DatePicker/DatePickerButton.js +2 -2
  210. package/dist/components/fields/DatePicker/DatePickerButton.js.map +1 -1
  211. package/dist/components/fields/DatePicker/DatePickerElement.js +2 -2
  212. package/dist/components/fields/DatePicker/DatePickerElement.js.map +1 -1
  213. package/dist/components/fields/DatePicker/DatePickerInput.js +2 -2
  214. package/dist/components/fields/DatePicker/DatePickerInput.js.map +1 -1
  215. package/dist/components/fields/DatePicker/DatePickerSegment.js +2 -2
  216. package/dist/components/fields/DatePicker/DatePickerSegment.js.map +1 -1
  217. package/dist/components/fields/DatePicker/DateRangePicker.d.ts +1 -3
  218. package/dist/components/fields/DatePicker/DateRangePicker.js +2 -4
  219. package/dist/components/fields/DatePicker/DateRangePicker.js.map +1 -1
  220. package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.d.ts +1 -3
  221. package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.js +2 -4
  222. package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.js.map +1 -1
  223. package/dist/components/fields/DatePicker/TimeInput.d.ts +1 -3
  224. package/dist/components/fields/DatePicker/TimeInput.js +2 -3
  225. package/dist/components/fields/DatePicker/TimeInput.js.map +1 -1
  226. package/dist/components/fields/DatePicker/intl.js +1 -1
  227. package/dist/components/fields/DatePicker/parseDate.js +1 -1
  228. package/dist/components/fields/DatePicker/props.js +1 -1
  229. package/dist/components/fields/DatePicker/utils.js +1 -1
  230. package/dist/components/fields/FileInput/FileInput.d.ts +1 -3
  231. package/dist/components/fields/FileInput/FileInput.js +2 -4
  232. package/dist/components/fields/FileInput/FileInput.js.map +1 -1
  233. package/dist/components/fields/FilterListBox/FilterListBox.d.ts +1 -2
  234. package/dist/components/fields/FilterListBox/FilterListBox.js +5 -7
  235. package/dist/components/fields/FilterListBox/FilterListBox.js.map +1 -1
  236. package/dist/components/fields/FilterPicker/FilterPicker.d.ts +1 -3
  237. package/dist/components/fields/FilterPicker/FilterPicker.js +2 -5
  238. package/dist/components/fields/FilterPicker/FilterPicker.js.map +1 -1
  239. package/dist/components/fields/Input/Input.js +1 -1
  240. package/dist/components/fields/ListBox/ListBox.d.ts +1 -3
  241. package/dist/components/fields/ListBox/ListBox.js +2 -5
  242. package/dist/components/fields/ListBox/ListBox.js.map +1 -1
  243. package/dist/components/fields/NumberInput/NumberInput.js +2 -2
  244. package/dist/components/fields/NumberInput/NumberInput.js.map +1 -1
  245. package/dist/components/fields/NumberInput/StepButton.js +2 -2
  246. package/dist/components/fields/NumberInput/StepButton.js.map +1 -1
  247. package/dist/components/fields/PasswordInput/PasswordInput.js +1 -1
  248. package/dist/components/fields/Picker/Picker.d.ts +1 -3
  249. package/dist/components/fields/Picker/Picker.js +2 -5
  250. package/dist/components/fields/Picker/Picker.js.map +1 -1
  251. package/dist/components/fields/RadioGroup/Radio.d.ts +1 -2
  252. package/dist/components/fields/RadioGroup/Radio.js +2 -5
  253. package/dist/components/fields/RadioGroup/Radio.js.map +1 -1
  254. package/dist/components/fields/RadioGroup/RadioGroup.d.ts +1 -3
  255. package/dist/components/fields/RadioGroup/RadioGroup.js +2 -4
  256. package/dist/components/fields/RadioGroup/RadioGroup.js.map +1 -1
  257. package/dist/components/fields/RadioGroup/context.js +1 -1
  258. package/dist/components/fields/SearchInput/SearchInput.js +1 -1
  259. package/dist/components/fields/Select/Select.d.ts +834 -836
  260. package/dist/components/fields/Select/Select.js +2 -4
  261. package/dist/components/fields/Select/Select.js.map +1 -1
  262. package/dist/components/fields/Slider/Gradation.js +1 -1
  263. package/dist/components/fields/Slider/HueSlider.js +1 -1
  264. package/dist/components/fields/Slider/HueSlider.js.map +1 -1
  265. package/dist/components/fields/Slider/RangeSlider.js +1 -1
  266. package/dist/components/fields/Slider/Slider.d.ts +1 -3
  267. package/dist/components/fields/Slider/Slider.js +2 -3
  268. package/dist/components/fields/Slider/Slider.js.map +1 -1
  269. package/dist/components/fields/Slider/SliderBase.js +2 -4
  270. package/dist/components/fields/Slider/SliderBase.js.map +1 -1
  271. package/dist/components/fields/Slider/SliderThumb.js +1 -1
  272. package/dist/components/fields/Slider/SliderThumb.js.map +1 -1
  273. package/dist/components/fields/Slider/SliderTrack.js +1 -1
  274. package/dist/components/fields/Slider/SliderTrack.js.map +1 -1
  275. package/dist/components/fields/Slider/elements.js +2 -2
  276. package/dist/components/fields/Slider/elements.js.map +1 -1
  277. package/dist/components/fields/Slider/index.js +1 -1
  278. package/dist/components/fields/Slider/types.d.ts +1 -3
  279. package/dist/components/fields/Switch/Switch.d.ts +1 -3
  280. package/dist/components/fields/Switch/Switch.js +2 -4
  281. package/dist/components/fields/Switch/Switch.js.map +1 -1
  282. package/dist/components/fields/TextArea/TextArea.js +1 -1
  283. package/dist/components/fields/TextInput/TextInput.js +1 -1
  284. package/dist/components/fields/TextInput/TextInputBase.d.ts +1 -3
  285. package/dist/components/fields/TextInput/TextInputBase.js +3 -5
  286. package/dist/components/fields/TextInput/TextInputBase.js.map +1 -1
  287. package/dist/components/fields/TextInputMapper/TextInputMapper.js +1 -1
  288. package/dist/components/form/FieldWrapper/FieldWrapper.js +2 -2
  289. package/dist/components/form/FieldWrapper/FieldWrapper.js.map +1 -1
  290. package/dist/components/form/FieldWrapper/extract-field-wrapper-props.js +1 -1
  291. package/dist/components/form/FieldWrapper/types.d.ts +1 -3
  292. package/dist/components/form/Form/Field.d.ts +1 -2
  293. package/dist/components/form/Form/Field.js +1 -1
  294. package/dist/components/form/Form/Field.js.map +1 -1
  295. package/dist/components/form/Form/Form.d.ts +1 -3
  296. package/dist/components/form/Form/Form.js +2 -5
  297. package/dist/components/form/Form/Form.js.map +1 -1
  298. package/dist/components/form/Form/ResetButton/ResetButton.js +1 -1
  299. package/dist/components/form/Form/SubmitButton/SubmitButton.js +1 -1
  300. package/dist/components/form/Form/SubmitError.js +1 -1
  301. package/dist/components/form/Form/index.js +1 -1
  302. package/dist/components/form/Form/use-field/use-field-props.js +1 -1
  303. package/dist/components/form/Form/use-field/use-field.js +1 -1
  304. package/dist/components/form/Form/use-form.js +2 -2
  305. package/dist/components/form/Form/use-form.js.map +1 -1
  306. package/dist/components/form/Form/validation.js +1 -1
  307. package/dist/components/form/Label.d.ts +1 -3
  308. package/dist/components/form/Label.js +2 -5
  309. package/dist/components/form/Label.js.map +1 -1
  310. package/dist/components/form/wrapper.d.ts +1 -2
  311. package/dist/components/form/wrapper.js +1 -1
  312. package/dist/components/form/wrapper.js.map +1 -1
  313. package/dist/components/helpers/DisplayTransition/DisplayTransition.js +1 -1
  314. package/dist/components/helpers/IconSwitch/IconSwitch.js +2 -2
  315. package/dist/components/helpers/IconSwitch/IconSwitch.js.map +1 -1
  316. package/dist/components/layout/Flex.d.ts +1 -2
  317. package/dist/components/layout/Flex.js +2 -5
  318. package/dist/components/layout/Flex.js.map +1 -1
  319. package/dist/components/layout/Flow.d.ts +1 -2
  320. package/dist/components/layout/Flow.js +2 -5
  321. package/dist/components/layout/Flow.js.map +1 -1
  322. package/dist/components/layout/Grid.d.ts +1 -2
  323. package/dist/components/layout/Grid.js +2 -5
  324. package/dist/components/layout/Grid.js.map +1 -1
  325. package/dist/components/layout/Panel.d.ts +1 -3
  326. package/dist/components/layout/Panel.js +2 -3
  327. package/dist/components/layout/Panel.js.map +1 -1
  328. package/dist/components/layout/Prefix.d.ts +1 -2
  329. package/dist/components/layout/Prefix.js +2 -5
  330. package/dist/components/layout/Prefix.js.map +1 -1
  331. package/dist/components/layout/ResizablePanel.d.ts +1 -2
  332. package/dist/components/layout/ResizablePanel.js +2 -2
  333. package/dist/components/layout/ResizablePanel.js.map +1 -1
  334. package/dist/components/layout/Space.d.ts +1 -2
  335. package/dist/components/layout/Space.js +2 -5
  336. package/dist/components/layout/Space.js.map +1 -1
  337. package/dist/components/layout/Suffix.d.ts +1 -2
  338. package/dist/components/layout/Suffix.js +2 -5
  339. package/dist/components/layout/Suffix.js.map +1 -1
  340. package/dist/components/navigation/Tabs/DraggableTabList.js +1 -1
  341. package/dist/components/navigation/Tabs/EditableTitle.js +1 -1
  342. package/dist/components/navigation/Tabs/TabButton.js +1 -1
  343. package/dist/components/navigation/Tabs/TabDropIndicator.js +1 -1
  344. package/dist/components/navigation/Tabs/TabPanel.js +1 -1
  345. package/dist/components/navigation/Tabs/TabPanel.js.map +1 -1
  346. package/dist/components/navigation/Tabs/TabPicker.js +1 -1
  347. package/dist/components/navigation/Tabs/Tabs.js +2 -4
  348. package/dist/components/navigation/Tabs/Tabs.js.map +1 -1
  349. package/dist/components/navigation/Tabs/TabsAction.js +2 -2
  350. package/dist/components/navigation/Tabs/TabsAction.js.map +1 -1
  351. package/dist/components/navigation/Tabs/TabsContext.js +1 -1
  352. package/dist/components/navigation/Tabs/styled.js +2 -2
  353. package/dist/components/navigation/Tabs/styled.js.map +1 -1
  354. package/dist/components/navigation/Tabs/types.d.ts +1 -3
  355. package/dist/components/navigation/Tabs/types.js +1 -1
  356. package/dist/components/navigation/Tabs/types.js.map +1 -1
  357. package/dist/components/navigation/Tabs/use-tab-editing.js +1 -1
  358. package/dist/components/navigation/Tabs/use-tab-indicator.js +1 -1
  359. package/dist/components/organisms/FileTabs/FileTabs.d.ts +1 -2
  360. package/dist/components/organisms/FileTabs/FileTabs.js +2 -2
  361. package/dist/components/organisms/FileTabs/FileTabs.js.map +1 -1
  362. package/dist/components/organisms/StatsCard/StatsCard.js +1 -1
  363. package/dist/components/other/Calendar/Calendar.js +2 -2
  364. package/dist/components/other/Calendar/Calendar.js.map +1 -1
  365. package/dist/components/other/Calendar/CalendarCell.js +2 -2
  366. package/dist/components/other/Calendar/CalendarCell.js.map +1 -1
  367. package/dist/components/other/Calendar/CalendarGrid.js +2 -2
  368. package/dist/components/other/Calendar/CalendarGrid.js.map +1 -1
  369. package/dist/components/other/Calendar/RangeCalendar.js +2 -2
  370. package/dist/components/other/Calendar/RangeCalendar.js.map +1 -1
  371. package/dist/components/other/CloudLogo/CloudLogo.js +2 -2
  372. package/dist/components/other/CloudLogo/CloudLogo.js.map +1 -1
  373. package/dist/components/overlays/AlertDialog/AlertDialog.js +1 -1
  374. package/dist/components/overlays/AlertDialog/AlertDialogApiProvider.js +1 -1
  375. package/dist/components/overlays/AlertDialog/AlertDialogZone.js +1 -1
  376. package/dist/components/overlays/AlertDialog/types.d.ts +1 -1
  377. package/dist/components/overlays/Dialog/Dialog.d.ts +1 -3
  378. package/dist/components/overlays/Dialog/Dialog.js +2 -4
  379. package/dist/components/overlays/Dialog/Dialog.js.map +1 -1
  380. package/dist/components/overlays/Dialog/DialogContainer.js +1 -1
  381. package/dist/components/overlays/Dialog/DialogForm.js +1 -1
  382. package/dist/components/overlays/Dialog/DialogTrigger.d.ts +1 -2
  383. package/dist/components/overlays/Dialog/DialogTrigger.js +1 -1
  384. package/dist/components/overlays/Dialog/DialogTrigger.js.map +1 -1
  385. package/dist/components/overlays/Dialog/context.js +1 -1
  386. package/dist/components/overlays/Dialog/use-dialog-container.js +1 -1
  387. package/dist/components/overlays/Modal/Modal.d.ts +1 -1
  388. package/dist/components/overlays/Modal/Modal.js +2 -2
  389. package/dist/components/overlays/Modal/Modal.js.map +1 -1
  390. package/dist/components/overlays/Modal/OpenTransition.js +1 -1
  391. package/dist/components/overlays/Modal/Overlay.js +1 -1
  392. package/dist/components/overlays/Modal/Overlay.js.map +1 -1
  393. package/dist/components/overlays/Modal/Popover.d.ts +1 -1
  394. package/dist/components/overlays/Modal/Popover.js +2 -2
  395. package/dist/components/overlays/Modal/Popover.js.map +1 -1
  396. package/dist/components/overlays/Modal/Tray.d.ts +1 -1
  397. package/dist/components/overlays/Modal/Tray.js +2 -2
  398. package/dist/components/overlays/Modal/Tray.js.map +1 -1
  399. package/dist/components/overlays/Modal/Underlay.js +2 -2
  400. package/dist/components/overlays/Modal/Underlay.js.map +1 -1
  401. package/dist/components/overlays/Notifications/Notification.js +2 -2
  402. package/dist/components/overlays/Notifications/Notification.js.map +1 -1
  403. package/dist/components/overlays/Notifications/NotificationAction.js +10 -4
  404. package/dist/components/overlays/Notifications/NotificationAction.js.map +1 -1
  405. package/dist/components/overlays/Notifications/NotificationCard.d.ts +5 -2
  406. package/dist/components/overlays/Notifications/NotificationCard.js +9 -7
  407. package/dist/components/overlays/Notifications/NotificationCard.js.map +1 -1
  408. package/dist/components/overlays/Notifications/NotificationContext.js +1 -1
  409. package/dist/components/overlays/Notifications/NotificationItem.d.ts +3 -1
  410. package/dist/components/overlays/Notifications/NotificationItem.js +8 -7
  411. package/dist/components/overlays/Notifications/NotificationItem.js.map +1 -1
  412. package/dist/components/overlays/Notifications/OverlayContainer.js +6 -5
  413. package/dist/components/overlays/Notifications/OverlayContainer.js.map +1 -1
  414. package/dist/components/overlays/Notifications/OverlayProvider.js +2 -1
  415. package/dist/components/overlays/Notifications/OverlayProvider.js.map +1 -1
  416. package/dist/components/overlays/Notifications/PersistentNotificationsList.js +3 -3
  417. package/dist/components/overlays/Notifications/PersistentNotificationsList.js.map +1 -1
  418. package/dist/components/overlays/Notifications/dismissed-storage.js +1 -1
  419. package/dist/components/overlays/Notifications/format-relative-time.js +1 -1
  420. package/dist/components/overlays/Notifications/index.js +1 -1
  421. package/dist/components/overlays/Notifications/types.d.ts +4 -2
  422. package/dist/components/overlays/Notifications/use-notification-state.js +48 -2
  423. package/dist/components/overlays/Notifications/use-notification-state.js.map +1 -1
  424. package/dist/components/overlays/Notifications/use-notifications.js +1 -1
  425. package/dist/components/overlays/Notifications/use-overlay-timers.js +1 -1
  426. package/dist/components/overlays/Notifications/use-persistent-notifications.js +1 -1
  427. package/dist/components/overlays/Notifications/use-persistent-state.js +8 -1
  428. package/dist/components/overlays/Notifications/use-persistent-state.js.map +1 -1
  429. package/dist/components/overlays/Notifications/use-toast-state.js +1 -1
  430. package/dist/components/overlays/Toast/ToastItem.js +2 -2
  431. package/dist/components/overlays/Toast/ToastItem.js.map +1 -1
  432. package/dist/components/overlays/Toast/index.js +1 -1
  433. package/dist/components/overlays/Toast/types.d.ts +2 -0
  434. package/dist/components/overlays/Toast/useProgressToast.js +49 -21
  435. package/dist/components/overlays/Toast/useProgressToast.js.map +1 -1
  436. package/dist/components/overlays/Toast/useToast.js +2 -2
  437. package/dist/components/overlays/Tooltip/Tooltip.d.ts +1 -3
  438. package/dist/components/overlays/Tooltip/Tooltip.js +2 -4
  439. package/dist/components/overlays/Tooltip/Tooltip.js.map +1 -1
  440. package/dist/components/overlays/Tooltip/TooltipProvider.d.ts +1 -2
  441. package/dist/components/overlays/Tooltip/TooltipProvider.js +1 -1
  442. package/dist/components/overlays/Tooltip/TooltipProvider.js.map +1 -1
  443. package/dist/components/overlays/Tooltip/TooltipTrigger.js +1 -1
  444. package/dist/components/overlays/Tooltip/context.js +1 -1
  445. package/dist/components/overlays/Tooltip/context.js.map +1 -1
  446. package/dist/components/portal/Portal.js +1 -1
  447. package/dist/components/portal/PortalProvider.js +1 -1
  448. package/dist/components/portal/usePortal.js +1 -1
  449. package/dist/components/shared/InvalidIcon.js +1 -1
  450. package/dist/components/shared/ValidIcon.js +1 -1
  451. package/dist/components/status/LoadingAnimation/LoadingAnimation.js +2 -2
  452. package/dist/components/status/LoadingAnimation/LoadingAnimation.js.map +1 -1
  453. package/dist/components/status/Spin/Cube.js +2 -2
  454. package/dist/components/status/Spin/Cube.js.map +1 -1
  455. package/dist/components/status/Spin/InternalSpinner.js +2 -2
  456. package/dist/components/status/Spin/InternalSpinner.js.map +1 -1
  457. package/dist/components/status/Spin/Spin.js +2 -2
  458. package/dist/components/status/Spin/Spin.js.map +1 -1
  459. package/dist/components/status/Spin/SpinsContainer.js +2 -2
  460. package/dist/components/status/Spin/SpinsContainer.js.map +1 -1
  461. package/dist/components/status/Spin/types.d.ts +1 -2
  462. package/dist/data/item-themes.d.ts +1 -1
  463. package/dist/data/item-themes.js +1 -1
  464. package/dist/data/item-themes.js.map +1 -1
  465. package/dist/data/themes.js +1 -1
  466. package/dist/icons/AdjustmentsHorizontalIcon.js +1 -1
  467. package/dist/icons/AdjustmentsIcon.js +1 -1
  468. package/dist/icons/AiIcon.js +1 -1
  469. package/dist/icons/AreaChartIcon.js +1 -1
  470. package/dist/icons/BackwardIcon.js +1 -1
  471. package/dist/icons/BarChartIcon.js +1 -1
  472. package/dist/icons/BellFilledIcon.js +1 -1
  473. package/dist/icons/BellIcon.js +1 -1
  474. package/dist/icons/BooleanIcon.js +1 -1
  475. package/dist/icons/CalendarEditIcon.js +1 -1
  476. package/dist/icons/CalendarIcon.js +1 -1
  477. package/dist/icons/CaretDownIcon.js +1 -1
  478. package/dist/icons/CaretUpIcon.js +1 -1
  479. package/dist/icons/ChartAreaStackedIcon.js +1 -1
  480. package/dist/icons/ChartAreaStackedPercentageIcon.js +1 -1
  481. package/dist/icons/ChartBarGroupedHorizontalIcon.js +1 -1
  482. package/dist/icons/ChartBarGroupedIcon.js +1 -1
  483. package/dist/icons/ChartBarHorizontalIcon.js +1 -1
  484. package/dist/icons/ChartBarLineIcon.js +1 -1
  485. package/dist/icons/ChartBarStackedHorizontalIcon.js +1 -1
  486. package/dist/icons/ChartBarStackedIcon.js +1 -1
  487. package/dist/icons/ChartBarStackedPercentageHorizontalIcon.js +1 -1
  488. package/dist/icons/ChartBarStackedPercentageIcon.js +1 -1
  489. package/dist/icons/ChartBoxPlot2Icon.js +1 -1
  490. package/dist/icons/ChartBoxPlotIcon.js +1 -1
  491. package/dist/icons/ChartBubbleIcon.js +1 -1
  492. package/dist/icons/ChartDonut2Icon.js +1 -1
  493. package/dist/icons/ChartFunnelIcon.js +1 -1
  494. package/dist/icons/ChartHeatmapIcon.js +1 -1
  495. package/dist/icons/ChartKPIIcon.js +1 -1
  496. package/dist/icons/ChartPie2Icon.js +1 -1
  497. package/dist/icons/ChartScatterIcon.js +1 -1
  498. package/dist/icons/CheckCircleFilledIcon.js +1 -1
  499. package/dist/icons/CheckCircleIcon.js +1 -1
  500. package/dist/icons/CheckIcon.js +1 -1
  501. package/dist/icons/CircleFilledIcon.js +1 -1
  502. package/dist/icons/ClearIcon.js +1 -1
  503. package/dist/icons/CloseCircleFilledIcon.js +1 -1
  504. package/dist/icons/CloseCircleIcon.js +1 -1
  505. package/dist/icons/CloseIcon.js +1 -1
  506. package/dist/icons/CodeIcon.js +1 -1
  507. package/dist/icons/ColumnTotalIcon.js +1 -1
  508. package/dist/icons/CopyIcon.js +1 -1
  509. package/dist/icons/CountIcon.js +1 -1
  510. package/dist/icons/CubeIcon.js +1 -1
  511. package/dist/icons/CubePauseIcon.js +1 -1
  512. package/dist/icons/CubePlayIcon.js +1 -1
  513. package/dist/icons/CurrencyDollarIcon.js +1 -1
  514. package/dist/icons/DangerIcon.js +1 -1
  515. package/dist/icons/DashboardIcon.js +1 -1
  516. package/dist/icons/DatabaseIcon.js +1 -1
  517. package/dist/icons/DecimalDecreaseIcon.js +1 -1
  518. package/dist/icons/DecimalIncreaseIcon.js +1 -1
  519. package/dist/icons/DirectionIcon.js +2 -2
  520. package/dist/icons/DirectionIcon.js.map +1 -1
  521. package/dist/icons/DonutIcon.js +1 -1
  522. package/dist/icons/DownIcon.js +1 -1
  523. package/dist/icons/EditIcon.js +1 -1
  524. package/dist/icons/ExclamationCircleFilledIcon.js +1 -1
  525. package/dist/icons/ExclamationCircleIcon.js +1 -1
  526. package/dist/icons/ExclamationIcon.js +1 -1
  527. package/dist/icons/EyeIcon.js +1 -1
  528. package/dist/icons/EyeInvisibleIcon.js +1 -1
  529. package/dist/icons/FilterIcon.js +1 -1
  530. package/dist/icons/FolderFilledIcon.js +1 -1
  531. package/dist/icons/FolderIcon.js +1 -1
  532. package/dist/icons/FolderOpenFilledIcon.js +1 -1
  533. package/dist/icons/FolderOpenIcon.js +1 -1
  534. package/dist/icons/ForwardIcon.js +1 -1
  535. package/dist/icons/HierarchyIcon.js +1 -1
  536. package/dist/icons/HierarchyOpenIcon.js +1 -1
  537. package/dist/icons/Icon.d.ts +1 -3
  538. package/dist/icons/Icon.js +2 -3
  539. package/dist/icons/Icon.js.map +1 -1
  540. package/dist/icons/InfoCircleIcon.js +1 -1
  541. package/dist/icons/InfoIcon.js +1 -1
  542. package/dist/icons/KeyIcon.js +1 -1
  543. package/dist/icons/LeftIcon.js +1 -1
  544. package/dist/icons/LineChartIcon.js +1 -1
  545. package/dist/icons/LoadingIcon.js +1 -1
  546. package/dist/icons/LockFilledIcon.js +1 -1
  547. package/dist/icons/LockIcon.js +1 -1
  548. package/dist/icons/MoreIcon.js +1 -1
  549. package/dist/icons/NotAllowedIcon.js +1 -1
  550. package/dist/icons/Number123Icon.js +1 -1
  551. package/dist/icons/NumberIcon.js +1 -1
  552. package/dist/icons/PauseCircleFilledIcon.js +1 -1
  553. package/dist/icons/PauseCircleIcon.js +1 -1
  554. package/dist/icons/PauseIcon.js +1 -1
  555. package/dist/icons/PercentageIcon.js +1 -1
  556. package/dist/icons/PieChartIcon.js +1 -1
  557. package/dist/icons/PlayCircleIcon.js +1 -1
  558. package/dist/icons/PlayIcon.js +1 -1
  559. package/dist/icons/PlusIcon.js +1 -1
  560. package/dist/icons/ProgressBarIcon.js +1 -1
  561. package/dist/icons/ReloadIcon.js +1 -1
  562. package/dist/icons/ReportIcon.js +1 -1
  563. package/dist/icons/ReturnIcon.js +1 -1
  564. package/dist/icons/RightIcon.js +1 -1
  565. package/dist/icons/RowTotalsIcon.js +1 -1
  566. package/dist/icons/SchemeIcon.js +1 -1
  567. package/dist/icons/SearchIcon.js +1 -1
  568. package/dist/icons/SemanticQueryIcon.js +1 -1
  569. package/dist/icons/SettingsIcon.js +1 -1
  570. package/dist/icons/ShieldFilledIcon.js +1 -1
  571. package/dist/icons/ShieldIcon.js +1 -1
  572. package/dist/icons/SlashIcon.js +1 -1
  573. package/dist/icons/SparklesIcon.js +1 -1
  574. package/dist/icons/SqlIcon.js +1 -1
  575. package/dist/icons/StatsIcon.js +1 -1
  576. package/dist/icons/StopIcon.js +1 -1
  577. package/dist/icons/StringIcon.js +1 -1
  578. package/dist/icons/SubtotalsIcon.js +1 -1
  579. package/dist/icons/SwitchIcon.js +1 -1
  580. package/dist/icons/TableIcon.js +1 -1
  581. package/dist/icons/ThumbsDownIcon.js +1 -1
  582. package/dist/icons/ThumbsUpIcon.js +1 -1
  583. package/dist/icons/ThunderboltCrossedIcon.js +1 -1
  584. package/dist/icons/ThunderboltFilledIcon.js +1 -1
  585. package/dist/icons/ThunderboltIcon.js +1 -1
  586. package/dist/icons/TimeIcon.js +1 -1
  587. package/dist/icons/TrashIcon.js +1 -1
  588. package/dist/icons/UnlockIcon.js +1 -1
  589. package/dist/icons/UpIcon.js +1 -1
  590. package/dist/icons/UserGroupIcon.js +1 -1
  591. package/dist/icons/UserIcon.js +1 -1
  592. package/dist/icons/UserLockIcon.js +1 -1
  593. package/dist/icons/ViewIcon.js +1 -1
  594. package/dist/icons/WarningFilledIcon.js +1 -1
  595. package/dist/icons/WarningIcon.js +1 -1
  596. package/dist/icons/wrap-icon.js +1 -1
  597. package/dist/index.d.ts +4 -35
  598. package/dist/index.js +5 -31
  599. package/dist/index.js.map +1 -1
  600. package/dist/provider.d.ts +1 -2
  601. package/dist/provider.js +1 -1
  602. package/dist/provider.js.map +1 -1
  603. package/dist/providers/TrackingProvider.js +1 -1
  604. package/dist/providers/navigationAdapter.default.js +1 -1
  605. package/dist/shared/form.d.ts +1 -3
  606. package/dist/tokens/base.d.ts +1 -1
  607. package/dist/tokens/base.js +1 -1
  608. package/dist/tokens/base.js.map +1 -1
  609. package/dist/tokens/colors.d.ts +1 -1
  610. package/dist/tokens/colors.js +1 -1
  611. package/dist/tokens/colors.js.map +1 -1
  612. package/dist/tokens/index.d.ts +1 -2
  613. package/dist/tokens/index.js +2 -3
  614. package/dist/tokens/index.js.map +1 -1
  615. package/dist/tokens/layout.d.ts +1 -1
  616. package/dist/tokens/layout.js +1 -1
  617. package/dist/tokens/layout.js.map +1 -1
  618. package/dist/tokens/shadows.d.ts +1 -1
  619. package/dist/tokens/shadows.js +1 -1
  620. package/dist/tokens/shadows.js.map +1 -1
  621. package/dist/tokens/sizes.d.ts +1 -1
  622. package/dist/tokens/sizes.js +1 -1
  623. package/dist/tokens/sizes.js.map +1 -1
  624. package/dist/tokens/spacing.d.ts +1 -1
  625. package/dist/tokens/spacing.js +1 -1
  626. package/dist/tokens/spacing.js.map +1 -1
  627. package/dist/utils/ResizeSensor.js +1 -1
  628. package/dist/utils/index.d.ts +1 -2
  629. package/dist/utils/is-dev-env.js +5 -10
  630. package/dist/utils/is-dev-env.js.map +1 -1
  631. package/dist/utils/modules.js +1 -1
  632. package/dist/utils/promise.js +1 -1
  633. package/dist/utils/raf.js +1 -1
  634. package/dist/utils/random.js +1 -1
  635. package/dist/utils/range.js +1 -1
  636. package/dist/utils/react/RenderCache.js +1 -1
  637. package/dist/utils/react/Slots.js +1 -1
  638. package/dist/utils/react/chain.js +1 -1
  639. package/dist/utils/react/forwardRefWithGenerics.js +1 -1
  640. package/dist/utils/react/index.d.ts +3 -3
  641. package/dist/utils/react/index.js +20 -0
  642. package/dist/utils/react/interactions.js +1 -1
  643. package/dist/utils/react/isTextOnly.js +1 -1
  644. package/dist/utils/react/mapProps.js +1 -1
  645. package/dist/utils/react/mergeProps.d.ts +1 -2
  646. package/dist/utils/react/mergeProps.js +2 -2
  647. package/dist/utils/react/mergeProps.js.map +1 -1
  648. package/dist/utils/react/nullableValue.d.ts +1 -2
  649. package/dist/utils/react/nullableValue.js +1 -1
  650. package/dist/utils/react/nullableValue.js.map +1 -1
  651. package/dist/utils/react/resolveIcon.d.ts +1 -2
  652. package/dist/utils/react/resolveIcon.js +1 -1
  653. package/dist/utils/react/resolveIcon.js.map +1 -1
  654. package/dist/utils/react/sharedStore.js +1 -1
  655. package/dist/utils/react/useCombinedRefs.js +1 -1
  656. package/dist/utils/react/useControlledFocusVisible.js +1 -1
  657. package/dist/utils/react/useEventBus.js +1 -1
  658. package/dist/utils/react/useId.js +1 -1
  659. package/dist/utils/react/useIsDarwin.js +1 -1
  660. package/dist/utils/react/useKeySymbols.js +1 -1
  661. package/dist/utils/react/useLayoutEffect.js +1 -1
  662. package/dist/utils/react/useLocalStorage.js +1 -1
  663. package/dist/utils/react/useMergeStyles.d.ts +1 -2
  664. package/dist/utils/react/useMergeStyles.js +2 -2
  665. package/dist/utils/react/useMergeStyles.js.map +1 -1
  666. package/dist/utils/react/useQaProps.js +1 -1
  667. package/dist/utils/react/useViewportSize.js +1 -1
  668. package/dist/utils/react/wrapNodeIfPlain.js +1 -1
  669. package/dist/utils/tree.js +1 -1
  670. package/dist/utils/warnings.js +1 -1
  671. package/dist/version.js +2 -2
  672. package/package.json +4 -21
  673. package/dist/_virtual/_rolldown/runtime.js +0 -8
  674. package/dist/chunks/cacheKey.js +0 -71
  675. package/dist/chunks/cacheKey.js.map +0 -1
  676. package/dist/chunks/definitions.js +0 -261
  677. package/dist/chunks/definitions.js.map +0 -1
  678. package/dist/chunks/renderChunk.js +0 -68
  679. package/dist/chunks/renderChunk.js.map +0 -1
  680. package/dist/config.js +0 -232
  681. package/dist/config.js.map +0 -1
  682. package/dist/css-writer.d.ts +0 -46
  683. package/dist/css-writer.js +0 -75
  684. package/dist/css-writer.js.map +0 -1
  685. package/dist/extractor.d.ts +0 -25
  686. package/dist/extractor.js +0 -151
  687. package/dist/extractor.js.map +0 -1
  688. package/dist/injector/injector.js +0 -401
  689. package/dist/injector/injector.js.map +0 -1
  690. package/dist/injector/sheet-manager.js +0 -715
  691. package/dist/injector/sheet-manager.js.map +0 -1
  692. package/dist/injector/types.d.ts +0 -19
  693. package/dist/keyframes/index.js +0 -157
  694. package/dist/keyframes/index.js.map +0 -1
  695. package/dist/parser/classify.js +0 -320
  696. package/dist/parser/classify.js.map +0 -1
  697. package/dist/parser/const.js +0 -34
  698. package/dist/parser/const.js.map +0 -1
  699. package/dist/parser/lru.js +0 -110
  700. package/dist/parser/lru.js.map +0 -1
  701. package/dist/parser/parser.js +0 -117
  702. package/dist/parser/parser.js.map +0 -1
  703. package/dist/parser/tokenizer.js +0 -70
  704. package/dist/parser/tokenizer.js.map +0 -1
  705. package/dist/parser/types.d.ts +0 -38
  706. package/dist/parser/types.js +0 -47
  707. package/dist/parser/types.js.map +0 -1
  708. package/dist/pipeline/conditions.js +0 -378
  709. package/dist/pipeline/conditions.js.map +0 -1
  710. package/dist/pipeline/exclusive.js +0 -232
  711. package/dist/pipeline/exclusive.js.map +0 -1
  712. package/dist/pipeline/index.js +0 -633
  713. package/dist/pipeline/index.js.map +0 -1
  714. package/dist/pipeline/materialize.js +0 -822
  715. package/dist/pipeline/materialize.js.map +0 -1
  716. package/dist/pipeline/parseStateKey.js +0 -422
  717. package/dist/pipeline/parseStateKey.js.map +0 -1
  718. package/dist/pipeline/simplify.js +0 -558
  719. package/dist/pipeline/simplify.js.map +0 -1
  720. package/dist/plugins/okhsl-plugin.js +0 -346
  721. package/dist/plugins/okhsl-plugin.js.map +0 -1
  722. package/dist/plugins/types.d.ts +0 -52
  723. package/dist/properties/index.js +0 -142
  724. package/dist/properties/index.js.map +0 -1
  725. package/dist/states/index.js +0 -162
  726. package/dist/states/index.js.map +0 -1
  727. package/dist/styles/align.js +0 -15
  728. package/dist/styles/align.js.map +0 -1
  729. package/dist/styles/border.js +0 -115
  730. package/dist/styles/border.js.map +0 -1
  731. package/dist/styles/color.js +0 -24
  732. package/dist/styles/color.js.map +0 -1
  733. package/dist/styles/createStyle.js +0 -78
  734. package/dist/styles/createStyle.js.map +0 -1
  735. package/dist/styles/dimension.js +0 -100
  736. package/dist/styles/dimension.js.map +0 -1
  737. package/dist/styles/display.js +0 -68
  738. package/dist/styles/display.js.map +0 -1
  739. package/dist/styles/fade.js +0 -58
  740. package/dist/styles/fade.js.map +0 -1
  741. package/dist/styles/fill.js +0 -52
  742. package/dist/styles/fill.js.map +0 -1
  743. package/dist/styles/flow.js +0 -13
  744. package/dist/styles/flow.js.map +0 -1
  745. package/dist/styles/gap.js +0 -37
  746. package/dist/styles/gap.js.map +0 -1
  747. package/dist/styles/height.js +0 -21
  748. package/dist/styles/height.js.map +0 -1
  749. package/dist/styles/index.js +0 -10
  750. package/dist/styles/index.js.map +0 -1
  751. package/dist/styles/inset.js +0 -143
  752. package/dist/styles/inset.js.map +0 -1
  753. package/dist/styles/justify.js +0 -15
  754. package/dist/styles/justify.js.map +0 -1
  755. package/dist/styles/margin.js +0 -97
  756. package/dist/styles/margin.js.map +0 -1
  757. package/dist/styles/outline.js +0 -66
  758. package/dist/styles/outline.js.map +0 -1
  759. package/dist/styles/padding.js +0 -97
  760. package/dist/styles/padding.js.map +0 -1
  761. package/dist/styles/predefined.js +0 -233
  762. package/dist/styles/predefined.js.map +0 -1
  763. package/dist/styles/preset.js +0 -126
  764. package/dist/styles/preset.js.map +0 -1
  765. package/dist/styles/radius.js +0 -52
  766. package/dist/styles/radius.js.map +0 -1
  767. package/dist/styles/scrollbar.js +0 -109
  768. package/dist/styles/scrollbar.js.map +0 -1
  769. package/dist/styles/shadow.js +0 -28
  770. package/dist/styles/shadow.js.map +0 -1
  771. package/dist/styles/styledScrollbar.js +0 -39
  772. package/dist/styles/styledScrollbar.js.map +0 -1
  773. package/dist/styles/transition.js +0 -139
  774. package/dist/styles/transition.js.map +0 -1
  775. package/dist/styles/types.d.ts +0 -495
  776. package/dist/styles/width.js +0 -21
  777. package/dist/styles/width.js.map +0 -1
  778. package/dist/tasty/chunks/cacheKey.d.ts +0 -2
  779. package/dist/tasty/chunks/cacheKey.js +0 -71
  780. package/dist/tasty/chunks/cacheKey.js.map +0 -1
  781. package/dist/tasty/chunks/definitions.d.ts +0 -38
  782. package/dist/tasty/chunks/definitions.js +0 -261
  783. package/dist/tasty/chunks/definitions.js.map +0 -1
  784. package/dist/tasty/chunks/index.d.ts +0 -4
  785. package/dist/tasty/chunks/renderChunk.d.ts +0 -3
  786. package/dist/tasty/chunks/renderChunk.js +0 -68
  787. package/dist/tasty/chunks/renderChunk.js.map +0 -1
  788. package/dist/tasty/config.d.ts +0 -283
  789. package/dist/tasty/config.js +0 -401
  790. package/dist/tasty/config.js.map +0 -1
  791. package/dist/tasty/debug.d.ts +0 -200
  792. package/dist/tasty/debug.js +0 -734
  793. package/dist/tasty/debug.js.map +0 -1
  794. package/dist/tasty/hooks/index.d.ts +0 -6
  795. package/dist/tasty/hooks/useGlobalStyles.d.ts +0 -28
  796. package/dist/tasty/hooks/useGlobalStyles.js +0 -57
  797. package/dist/tasty/hooks/useGlobalStyles.js.map +0 -1
  798. package/dist/tasty/hooks/useKeyframes.d.ts +0 -57
  799. package/dist/tasty/hooks/useKeyframes.js +0 -55
  800. package/dist/tasty/hooks/useKeyframes.js.map +0 -1
  801. package/dist/tasty/hooks/useProperty.d.ts +0 -80
  802. package/dist/tasty/hooks/useProperty.js +0 -92
  803. package/dist/tasty/hooks/useProperty.js.map +0 -1
  804. package/dist/tasty/hooks/useRawCSS.d.ts +0 -54
  805. package/dist/tasty/hooks/useRawCSS.js +0 -29
  806. package/dist/tasty/hooks/useRawCSS.js.map +0 -1
  807. package/dist/tasty/hooks/useStyles.d.ts +0 -41
  808. package/dist/tasty/hooks/useStyles.js +0 -170
  809. package/dist/tasty/hooks/useStyles.js.map +0 -1
  810. package/dist/tasty/index.d.ts +0 -38
  811. package/dist/tasty/injector/index.d.ts +0 -158
  812. package/dist/tasty/injector/index.js +0 -155
  813. package/dist/tasty/injector/index.js.map +0 -1
  814. package/dist/tasty/injector/injector.d.ts +0 -137
  815. package/dist/tasty/injector/injector.js +0 -401
  816. package/dist/tasty/injector/injector.js.map +0 -1
  817. package/dist/tasty/injector/sheet-manager.d.ts +0 -128
  818. package/dist/tasty/injector/sheet-manager.js +0 -715
  819. package/dist/tasty/injector/sheet-manager.js.map +0 -1
  820. package/dist/tasty/injector/types.d.ts +0 -136
  821. package/dist/tasty/keyframes/index.js +0 -207
  822. package/dist/tasty/keyframes/index.js.map +0 -1
  823. package/dist/tasty/parser/classify.js +0 -320
  824. package/dist/tasty/parser/classify.js.map +0 -1
  825. package/dist/tasty/parser/const.js +0 -34
  826. package/dist/tasty/parser/const.js.map +0 -1
  827. package/dist/tasty/parser/lru.js +0 -110
  828. package/dist/tasty/parser/lru.js.map +0 -1
  829. package/dist/tasty/parser/parser.d.ts +0 -26
  830. package/dist/tasty/parser/parser.js +0 -117
  831. package/dist/tasty/parser/parser.js.map +0 -1
  832. package/dist/tasty/parser/tokenizer.js +0 -70
  833. package/dist/tasty/parser/tokenizer.js.map +0 -1
  834. package/dist/tasty/parser/types.d.ts +0 -47
  835. package/dist/tasty/parser/types.js +0 -47
  836. package/dist/tasty/parser/types.js.map +0 -1
  837. package/dist/tasty/pipeline/conditions.js +0 -378
  838. package/dist/tasty/pipeline/conditions.js.map +0 -1
  839. package/dist/tasty/pipeline/exclusive.d.ts +0 -2
  840. package/dist/tasty/pipeline/exclusive.js +0 -232
  841. package/dist/tasty/pipeline/exclusive.js.map +0 -1
  842. package/dist/tasty/pipeline/index.d.ts +0 -54
  843. package/dist/tasty/pipeline/index.js +0 -639
  844. package/dist/tasty/pipeline/index.js.map +0 -1
  845. package/dist/tasty/pipeline/materialize.js +0 -822
  846. package/dist/tasty/pipeline/materialize.js.map +0 -1
  847. package/dist/tasty/pipeline/parseStateKey.d.ts +0 -2
  848. package/dist/tasty/pipeline/parseStateKey.js +0 -422
  849. package/dist/tasty/pipeline/parseStateKey.js.map +0 -1
  850. package/dist/tasty/pipeline/simplify.js +0 -558
  851. package/dist/tasty/pipeline/simplify.js.map +0 -1
  852. package/dist/tasty/plugins/index.d.ts +0 -3
  853. package/dist/tasty/plugins/okhsl-plugin.d.ts +0 -36
  854. package/dist/tasty/plugins/okhsl-plugin.js +0 -372
  855. package/dist/tasty/plugins/okhsl-plugin.js.map +0 -1
  856. package/dist/tasty/plugins/types.d.ts +0 -72
  857. package/dist/tasty/properties/index.js +0 -159
  858. package/dist/tasty/properties/index.js.map +0 -1
  859. package/dist/tasty/states/index.d.ts +0 -46
  860. package/dist/tasty/states/index.js +0 -390
  861. package/dist/tasty/states/index.js.map +0 -1
  862. package/dist/tasty/static/index.d.ts +0 -6
  863. package/dist/tasty/static/index.js +0 -6
  864. package/dist/tasty/static/tastyStatic.d.ts +0 -47
  865. package/dist/tasty/static/tastyStatic.js +0 -32
  866. package/dist/tasty/static/tastyStatic.js.map +0 -1
  867. package/dist/tasty/static/types.d.ts +0 -50
  868. package/dist/tasty/static/types.js +0 -25
  869. package/dist/tasty/static/types.js.map +0 -1
  870. package/dist/tasty/styles/align.d.ts +0 -16
  871. package/dist/tasty/styles/align.js +0 -15
  872. package/dist/tasty/styles/align.js.map +0 -1
  873. package/dist/tasty/styles/border.d.ts +0 -26
  874. package/dist/tasty/styles/border.js +0 -115
  875. package/dist/tasty/styles/border.js.map +0 -1
  876. package/dist/tasty/styles/color.d.ts +0 -15
  877. package/dist/tasty/styles/color.js +0 -24
  878. package/dist/tasty/styles/color.js.map +0 -1
  879. package/dist/tasty/styles/createStyle.js +0 -78
  880. package/dist/tasty/styles/createStyle.js.map +0 -1
  881. package/dist/tasty/styles/dimension.js +0 -100
  882. package/dist/tasty/styles/dimension.js.map +0 -1
  883. package/dist/tasty/styles/display.d.ts +0 -38
  884. package/dist/tasty/styles/display.js +0 -68
  885. package/dist/tasty/styles/display.js.map +0 -1
  886. package/dist/tasty/styles/fade.d.ts +0 -16
  887. package/dist/tasty/styles/fade.js +0 -58
  888. package/dist/tasty/styles/fade.js.map +0 -1
  889. package/dist/tasty/styles/fill.d.ts +0 -45
  890. package/dist/tasty/styles/fill.js +0 -52
  891. package/dist/tasty/styles/fill.js.map +0 -1
  892. package/dist/tasty/styles/flow.d.ts +0 -17
  893. package/dist/tasty/styles/flow.js +0 -13
  894. package/dist/tasty/styles/flow.js.map +0 -1
  895. package/dist/tasty/styles/gap.d.ts +0 -32
  896. package/dist/tasty/styles/gap.js +0 -37
  897. package/dist/tasty/styles/gap.js.map +0 -1
  898. package/dist/tasty/styles/height.d.ts +0 -18
  899. package/dist/tasty/styles/height.js +0 -21
  900. package/dist/tasty/styles/height.js.map +0 -1
  901. package/dist/tasty/styles/index.d.ts +0 -3
  902. package/dist/tasty/styles/index.js +0 -10
  903. package/dist/tasty/styles/index.js.map +0 -1
  904. package/dist/tasty/styles/inset.d.ts +0 -51
  905. package/dist/tasty/styles/inset.js +0 -143
  906. package/dist/tasty/styles/inset.js.map +0 -1
  907. package/dist/tasty/styles/justify.d.ts +0 -16
  908. package/dist/tasty/styles/justify.js +0 -15
  909. package/dist/tasty/styles/justify.js.map +0 -1
  910. package/dist/tasty/styles/list.d.ts +0 -17
  911. package/dist/tasty/styles/list.js +0 -99
  912. package/dist/tasty/styles/list.js.map +0 -1
  913. package/dist/tasty/styles/margin.d.ts +0 -29
  914. package/dist/tasty/styles/margin.js +0 -97
  915. package/dist/tasty/styles/margin.js.map +0 -1
  916. package/dist/tasty/styles/outline.d.ts +0 -30
  917. package/dist/tasty/styles/outline.js +0 -66
  918. package/dist/tasty/styles/outline.js.map +0 -1
  919. package/dist/tasty/styles/padding.d.ts +0 -29
  920. package/dist/tasty/styles/padding.js +0 -97
  921. package/dist/tasty/styles/padding.js.map +0 -1
  922. package/dist/tasty/styles/predefined.d.ts +0 -75
  923. package/dist/tasty/styles/predefined.js +0 -242
  924. package/dist/tasty/styles/predefined.js.map +0 -1
  925. package/dist/tasty/styles/preset.d.ts +0 -48
  926. package/dist/tasty/styles/preset.js +0 -126
  927. package/dist/tasty/styles/preset.js.map +0 -1
  928. package/dist/tasty/styles/radius.d.ts +0 -15
  929. package/dist/tasty/styles/radius.js +0 -52
  930. package/dist/tasty/styles/radius.js.map +0 -1
  931. package/dist/tasty/styles/scrollbar.d.ts +0 -22
  932. package/dist/tasty/styles/scrollbar.js +0 -109
  933. package/dist/tasty/styles/scrollbar.js.map +0 -1
  934. package/dist/tasty/styles/shadow.d.ts +0 -15
  935. package/dist/tasty/styles/shadow.js +0 -28
  936. package/dist/tasty/styles/shadow.js.map +0 -1
  937. package/dist/tasty/styles/styledScrollbar.d.ts +0 -48
  938. package/dist/tasty/styles/styledScrollbar.js +0 -39
  939. package/dist/tasty/styles/styledScrollbar.js.map +0 -1
  940. package/dist/tasty/styles/transition.d.ts +0 -15
  941. package/dist/tasty/styles/transition.js +0 -139
  942. package/dist/tasty/styles/transition.js.map +0 -1
  943. package/dist/tasty/styles/types.d.ts +0 -499
  944. package/dist/tasty/styles/width.d.ts +0 -18
  945. package/dist/tasty/styles/width.js +0 -21
  946. package/dist/tasty/styles/width.js.map +0 -1
  947. package/dist/tasty/tasty.d.ts +0 -937
  948. package/dist/tasty/tasty.js +0 -191
  949. package/dist/tasty/tasty.js.map +0 -1
  950. package/dist/tasty/types.d.ts +0 -192
  951. package/dist/tasty/utils/cache-wrapper.js +0 -25
  952. package/dist/tasty/utils/cache-wrapper.js.map +0 -1
  953. package/dist/tasty/utils/case-converter.js +0 -9
  954. package/dist/tasty/utils/case-converter.js.map +0 -1
  955. package/dist/tasty/utils/colors.d.ts +0 -6
  956. package/dist/tasty/utils/colors.js +0 -10
  957. package/dist/tasty/utils/colors.js.map +0 -1
  958. package/dist/tasty/utils/dotize.d.ts +0 -27
  959. package/dist/tasty/utils/dotize.js +0 -123
  960. package/dist/tasty/utils/dotize.js.map +0 -1
  961. package/dist/tasty/utils/filter-base-props.d.ts +0 -16
  962. package/dist/tasty/utils/filter-base-props.js +0 -46
  963. package/dist/tasty/utils/filter-base-props.js.map +0 -1
  964. package/dist/tasty/utils/get-display-name.d.ts +0 -8
  965. package/dist/tasty/utils/get-display-name.js +0 -11
  966. package/dist/tasty/utils/get-display-name.js.map +0 -1
  967. package/dist/tasty/utils/hsl-to-rgb.js +0 -39
  968. package/dist/tasty/utils/hsl-to-rgb.js.map +0 -1
  969. package/dist/tasty/utils/is-dev-env.js +0 -20
  970. package/dist/tasty/utils/is-dev-env.js.map +0 -1
  971. package/dist/tasty/utils/merge-styles.d.ts +0 -8
  972. package/dist/tasty/utils/merge-styles.js +0 -147
  973. package/dist/tasty/utils/merge-styles.js.map +0 -1
  974. package/dist/tasty/utils/mod-attrs.d.ts +0 -9
  975. package/dist/tasty/utils/mod-attrs.js +0 -22
  976. package/dist/tasty/utils/mod-attrs.js.map +0 -1
  977. package/dist/tasty/utils/okhsl-to-rgb.js +0 -297
  978. package/dist/tasty/utils/okhsl-to-rgb.js.map +0 -1
  979. package/dist/tasty/utils/process-tokens.d.ts +0 -32
  980. package/dist/tasty/utils/process-tokens.js +0 -172
  981. package/dist/tasty/utils/process-tokens.js.map +0 -1
  982. package/dist/tasty/utils/resolve-recipes.d.ts +0 -18
  983. package/dist/tasty/utils/resolve-recipes.js +0 -144
  984. package/dist/tasty/utils/resolve-recipes.js.map +0 -1
  985. package/dist/tasty/utils/string.js +0 -9
  986. package/dist/tasty/utils/string.js.map +0 -1
  987. package/dist/tasty/utils/styles.d.ts +0 -204
  988. package/dist/tasty/utils/styles.js +0 -577
  989. package/dist/tasty/utils/styles.js.map +0 -1
  990. package/dist/tasty/utils/typography.d.ts +0 -37
  991. package/dist/tasty/utils/typography.js +0 -54
  992. package/dist/tasty/utils/typography.js.map +0 -1
  993. package/dist/tasty/utils/warnings.d.ts +0 -17
  994. package/dist/tasty/utils/warnings.js +0 -17
  995. package/dist/tasty/utils/warnings.js.map +0 -1
  996. package/dist/tasty/zero/babel.d.ts +0 -111
  997. package/dist/tasty/zero/babel.js +0 -283
  998. package/dist/tasty/zero/babel.js.map +0 -1
  999. package/dist/tasty/zero/index.d.ts +0 -4
  1000. package/dist/tasty/zero/index.js +0 -5
  1001. package/dist/tasty/zero/next.d.ts +0 -61
  1002. package/dist/tasty/zero/next.js +0 -79
  1003. package/dist/tasty/zero/next.js.map +0 -1
  1004. package/dist/tasty.config.ts +0 -311
  1005. package/dist/tokens/typography.d.ts +0 -35
  1006. package/dist/tokens/typography.js +0 -238
  1007. package/dist/tokens/typography.js.map +0 -1
  1008. package/dist/utils/cache-wrapper.js +0 -25
  1009. package/dist/utils/cache-wrapper.js.map +0 -1
  1010. package/dist/utils/case-converter.js +0 -9
  1011. package/dist/utils/case-converter.js.map +0 -1
  1012. package/dist/utils/hsl-to-rgb.js +0 -39
  1013. package/dist/utils/hsl-to-rgb.js.map +0 -1
  1014. package/dist/utils/merge-styles.js +0 -147
  1015. package/dist/utils/merge-styles.js.map +0 -1
  1016. package/dist/utils/okhsl-to-rgb.js +0 -297
  1017. package/dist/utils/okhsl-to-rgb.js.map +0 -1
  1018. package/dist/utils/process-tokens.js +0 -29
  1019. package/dist/utils/process-tokens.js.map +0 -1
  1020. package/dist/utils/resolve-recipes.js +0 -144
  1021. package/dist/utils/resolve-recipes.js.map +0 -1
  1022. package/dist/utils/string.js +0 -9
  1023. package/dist/utils/string.js.map +0 -1
  1024. package/dist/utils/styles.d.ts +0 -23
  1025. package/dist/utils/styles.js +0 -338
  1026. package/dist/utils/styles.js.map +0 -1
@@ -1,937 +0,0 @@
1
-
2
- import { Globals, Property } from "../node_modules/.pnpm/csstype@3.1.2/node_modules/csstype/index.js";
3
- import { StyleValue, StyleValueStateMap } from "./utils/styles.js";
4
- import { Styles, StylesInterface } from "./styles/types.js";
5
- import { KeyframesSteps, PropertyDefinition } from "./injector/types.js";
6
- import "./injector/index.js";
7
- import { AllBaseProps, BaseProps, BaseStyleProps, Mods, Props, Tokens } from "./types.js";
8
- import * as react from "react";
9
- import { AllHTMLAttributes, ComponentType, ForwardRefExoticComponent, JSX, PropsWithoutRef, RefAttributes } from "react";
10
-
11
- //#region src/tasty/tasty.d.ts
12
- type StyleList = readonly (keyof { [key in keyof StylesInterface]: StylesInterface[key] })[];
13
- type PropsWithStyles = {
14
- styles?: Styles;
15
- } & Omit<Props, 'styles'>;
16
- type VariantMap = Record<string, Styles>;
17
- type WithVariant<V extends VariantMap> = {
18
- variant?: keyof V;
19
- };
20
- /**
21
- * Definition for a sub-element. Can be either:
22
- * - A tag name string (e.g., 'div', 'span')
23
- * - An object with configuration options
24
- */
25
- type SubElementDefinition<Tag extends keyof JSX.IntrinsicElements = 'div'> = Tag | {
26
- as?: Tag;
27
- qa?: string;
28
- qaVal?: string | number;
29
- };
30
- /**
31
- * Map of sub-element definitions.
32
- * Keys become the sub-component names (e.g., { Icon: 'span' } -> Component.Icon)
33
- */
34
- type ElementsDefinition = Record<string, SubElementDefinition<keyof JSX.IntrinsicElements>>;
35
- /**
36
- * Resolves the tag from a SubElementDefinition
37
- */
38
- type ResolveElementTag<T extends SubElementDefinition<any>> = T extends string ? T : T extends {
39
- as?: infer Tag;
40
- } ? Tag extends keyof JSX.IntrinsicElements ? Tag : 'div' : 'div';
41
- /**
42
- * Props for sub-element components.
43
- * Combines HTML attributes with tasty-specific props (qa, qaVal, mods, tokens, isDisabled, etc.)
44
- */
45
- type SubElementProps<Tag extends keyof JSX.IntrinsicElements = 'div'> = Omit<JSX.IntrinsicElements[Tag], 'ref' | 'color' | 'content' | 'translate'> & {
46
- qa?: string;
47
- qaVal?: string | number;
48
- mods?: Mods;
49
- tokens?: Tokens;
50
- isDisabled?: boolean;
51
- isHidden?: boolean;
52
- isChecked?: boolean;
53
- };
54
- /**
55
- * Generates the sub-element component types from an ElementsDefinition
56
- */
57
- type SubElementComponents<E extends ElementsDefinition> = { [K in keyof E]: ForwardRefExoticComponent<PropsWithoutRef<SubElementProps<ResolveElementTag<E[K]>>> & RefAttributes<ResolveElementTag<E[K]> extends keyof HTMLElementTagNameMap ? HTMLElementTagNameMap[ResolveElementTag<E[K]>] : Element>> };
58
- /**
59
- * Base type containing common properties shared between TastyProps and TastyElementOptions.
60
- * Separated to avoid code duplication while allowing different type constraints.
61
- */
62
- type TastyBaseProps<K extends StyleList, V extends VariantMap, E extends ElementsDefinition = {}> = {
63
- /** Default styles of the element. */styles?: Styles; /** The list of styles that can be provided by props */
64
- styleProps?: K;
65
- element?: BaseProps['element'];
66
- variants?: V; /** Default tokens for inline CSS custom properties */
67
- tokens?: Tokens; /** Sub-element definitions for compound components */
68
- elements?: E;
69
- } & Pick<BaseProps, 'qa' | 'qaVal'> & WithVariant<V>;
70
- type TastyProps<K extends StyleList, V extends VariantMap, E extends ElementsDefinition = {}, DefaultProps = Props> = TastyBaseProps<K, V, E> & {
71
- /** The tag name of the element or a React component. */as?: string | ComponentType<any>;
72
- } & Partial<Omit<DefaultProps, 'as' | 'styles' | 'styleProps' | 'tokens'>>;
73
- /**
74
- * TastyElementOptions is used for the element-creation overload of tasty().
75
- * It includes a Tag generic that allows TypeScript to infer the correct
76
- * HTML element type from the `as` prop.
77
- *
78
- * Note: Uses a separate index signature with `unknown` instead of inheriting
79
- * from Props (which has `any`) to ensure strict type checking for styles.
80
- */
81
- type TastyElementOptions<K extends StyleList, V extends VariantMap, E extends ElementsDefinition = {}, Tag extends keyof JSX.IntrinsicElements = 'div'> = TastyBaseProps<K, V, E> & {
82
- /** The tag name of the element or a React component. */as?: Tag | ComponentType<any>;
83
- } & {
84
- /** Allow additional props without polluting style type checking */[key: string]: unknown;
85
- };
86
- type AllBasePropsWithMods<K extends StyleList> = AllBaseProps & { [key in K[number]]?: StyleValue<StylesInterface[key]> | StyleValueStateMap<StylesInterface[key]> } & BaseStyleProps;
87
- /**
88
- * Keys from BasePropsWithoutChildren that should be omitted from HTML attributes.
89
- * This excludes event handlers so they can be properly typed from JSX.IntrinsicElements.
90
- */
91
- type TastySpecificKeys = 'as' | 'qa' | 'qaVal' | 'element' | 'styles' | 'breakpoints' | 'block' | 'inline' | 'mods' | 'isHidden' | 'isDisabled' | 'css' | 'style' | 'theme' | 'tokens' | 'ref' | 'color';
92
- /**
93
- * Props type for tasty elements that combines:
94
- * - AllBasePropsWithMods for style props with strict tokens type
95
- * - HTML attributes for flexibility (properly typed based on tag)
96
- * - Variant support
97
- *
98
- * Uses AllHTMLAttributes as base for common attributes (like disabled),
99
- * but overrides event handlers with tag-specific types from JSX.IntrinsicElements.
100
- */
101
- type TastyElementProps<K extends StyleList, V extends VariantMap, Tag extends keyof JSX.IntrinsicElements = 'div'> = AllBasePropsWithMods<K> & WithVariant<V> & Omit<Omit<AllHTMLAttributes<HTMLElement>, keyof JSX.IntrinsicElements[Tag]> & JSX.IntrinsicElements[Tag], TastySpecificKeys | K[number]>;
102
- type TastyComponentPropsWithDefaults<Props extends PropsWithStyles, DefaultProps extends Partial<Props>> = keyof DefaultProps extends never ? Props : { [key in Extract<keyof Props, keyof DefaultProps>]?: Props[key] } & { [key in keyof Omit<Props, keyof DefaultProps>]: Props[key] };
103
- declare function tasty<K extends StyleList, V extends VariantMap, E extends ElementsDefinition = {}, Tag extends keyof JSX.IntrinsicElements = 'div'>(options: TastyElementOptions<K, V, E, Tag>, secondArg?: never): ForwardRefExoticComponent<PropsWithoutRef<TastyElementProps<K, V, Tag>> & RefAttributes<unknown>> & SubElementComponents<E>;
104
- declare function tasty<Props extends PropsWithStyles, DefaultProps extends Partial<Props> = Partial<Props>>(Component: ComponentType<Props>, options?: TastyProps<never, never, {}, Props>): ComponentType<TastyComponentPropsWithDefaults<Props, DefaultProps>>;
105
- declare const Element: ForwardRefExoticComponent<AllBaseProps<keyof HTMLElementTagNameMap> & {
106
- content?: StyleValue<Property.Content | undefined> | StyleValueStateMap<Property.Content | undefined>;
107
- translate?: StyleValue<Property.Translate<string | number> | undefined> | StyleValueStateMap<Property.Translate<string | number> | undefined>;
108
- background?: StyleValue<Property.Background<string | number> | undefined> | StyleValueStateMap<Property.Background<string | number> | undefined>;
109
- align?: StyleValue<"start" | (string & {}) | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined> | StyleValueStateMap<"start" | (string & {}) | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined>;
110
- border?: StyleValue<boolean | Property.Border<string | number> | undefined> | StyleValueStateMap<boolean | Property.Border<string | number> | undefined>;
111
- color?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
112
- height?: StyleValue<boolean | Property.Height<string | number> | undefined> | StyleValueStateMap<boolean | Property.Height<string | number> | undefined>;
113
- width?: StyleValue<boolean | Property.Width<string | number> | undefined> | StyleValueStateMap<boolean | Property.Width<string | number> | undefined>;
114
- fill?: StyleValue<boolean | (string & {}) | `#${string}` | `#${string}.0` | `#${string}.3` | `#${string}.7` | `#${string}.4` | `#${string}.6` | `#${string}.1` | `#${string}.2` | `#${string}.5` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.03` | `#${string}.07` | `#${string}.04` | `#${string}.06` | `#${string}.01` | `#${string}.02` | `#${string}.05` | `#${string}.08` | `#${string}.09` | `#${string}.30` | `#${string}.33` | `#${string}.37` | `#${string}.34` | `#${string}.36` | `#${string}.31` | `#${string}.32` | `#${string}.35` | `#${string}.38` | `#${string}.39` | `#${string}.70` | `#${string}.73` | `#${string}.77` | `#${string}.74` | `#${string}.76` | `#${string}.71` | `#${string}.72` | `#${string}.75` | `#${string}.78` | `#${string}.79` | `#${string}.40` | `#${string}.43` | `#${string}.47` | `#${string}.44` | `#${string}.46` | `#${string}.41` | `#${string}.42` | `#${string}.45` | `#${string}.48` | `#${string}.49` | `#${string}.60` | `#${string}.63` | `#${string}.67` | `#${string}.64` | `#${string}.66` | `#${string}.61` | `#${string}.62` | `#${string}.65` | `#${string}.68` | `#${string}.69` | `#${string}.10` | `#${string}.13` | `#${string}.17` | `#${string}.14` | `#${string}.16` | `#${string}.11` | `#${string}.12` | `#${string}.15` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.23` | `#${string}.27` | `#${string}.24` | `#${string}.26` | `#${string}.21` | `#${string}.22` | `#${string}.25` | `#${string}.28` | `#${string}.29` | `#${string}.50` | `#${string}.53` | `#${string}.57` | `#${string}.54` | `#${string}.56` | `#${string}.51` | `#${string}.52` | `#${string}.55` | `#${string}.58` | `#${string}.59` | `#${string}.80` | `#${string}.83` | `#${string}.87` | `#${string}.84` | `#${string}.86` | `#${string}.81` | `#${string}.82` | `#${string}.85` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.93` | `#${string}.97` | `#${string}.94` | `#${string}.96` | `#${string}.91` | `#${string}.92` | `#${string}.95` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined> | StyleValueStateMap<boolean | (string & {}) | `#${string}` | `#${string}.0` | `#${string}.3` | `#${string}.7` | `#${string}.4` | `#${string}.6` | `#${string}.1` | `#${string}.2` | `#${string}.5` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.03` | `#${string}.07` | `#${string}.04` | `#${string}.06` | `#${string}.01` | `#${string}.02` | `#${string}.05` | `#${string}.08` | `#${string}.09` | `#${string}.30` | `#${string}.33` | `#${string}.37` | `#${string}.34` | `#${string}.36` | `#${string}.31` | `#${string}.32` | `#${string}.35` | `#${string}.38` | `#${string}.39` | `#${string}.70` | `#${string}.73` | `#${string}.77` | `#${string}.74` | `#${string}.76` | `#${string}.71` | `#${string}.72` | `#${string}.75` | `#${string}.78` | `#${string}.79` | `#${string}.40` | `#${string}.43` | `#${string}.47` | `#${string}.44` | `#${string}.46` | `#${string}.41` | `#${string}.42` | `#${string}.45` | `#${string}.48` | `#${string}.49` | `#${string}.60` | `#${string}.63` | `#${string}.67` | `#${string}.64` | `#${string}.66` | `#${string}.61` | `#${string}.62` | `#${string}.65` | `#${string}.68` | `#${string}.69` | `#${string}.10` | `#${string}.13` | `#${string}.17` | `#${string}.14` | `#${string}.16` | `#${string}.11` | `#${string}.12` | `#${string}.15` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.23` | `#${string}.27` | `#${string}.24` | `#${string}.26` | `#${string}.21` | `#${string}.22` | `#${string}.25` | `#${string}.28` | `#${string}.29` | `#${string}.50` | `#${string}.53` | `#${string}.57` | `#${string}.54` | `#${string}.56` | `#${string}.51` | `#${string}.52` | `#${string}.55` | `#${string}.58` | `#${string}.59` | `#${string}.80` | `#${string}.83` | `#${string}.87` | `#${string}.84` | `#${string}.86` | `#${string}.81` | `#${string}.82` | `#${string}.85` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.93` | `#${string}.97` | `#${string}.94` | `#${string}.96` | `#${string}.91` | `#${string}.92` | `#${string}.95` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined>;
115
- font?: StyleValue<boolean | Property.FontFamily | undefined> | StyleValueStateMap<boolean | Property.FontFamily | undefined>;
116
- outline?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
117
- gap?: StyleValue<boolean | Property.Gap<string | number> | undefined> | StyleValueStateMap<boolean | Property.Gap<string | number> | undefined>;
118
- padding?: StyleValue<boolean | Property.Padding<string | number> | undefined> | StyleValueStateMap<boolean | Property.Padding<string | number> | undefined>;
119
- margin?: StyleValue<boolean | Property.Margin<string | number> | undefined> | StyleValueStateMap<boolean | Property.Margin<string | number> | undefined>;
120
- transition?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
121
- placeContent?: StyleValue<Property.PlaceContent | undefined> | StyleValueStateMap<Property.PlaceContent | undefined>;
122
- placeItems?: StyleValue<Property.PlaceItems | undefined> | StyleValueStateMap<Property.PlaceItems | undefined>;
123
- accentColor?: StyleValue<Property.AccentColor | undefined> | StyleValueStateMap<Property.AccentColor | undefined>;
124
- alignContent?: StyleValue<Property.AlignContent | undefined> | StyleValueStateMap<Property.AlignContent | undefined>;
125
- alignItems?: StyleValue<Property.AlignItems | undefined> | StyleValueStateMap<Property.AlignItems | undefined>;
126
- alignSelf?: StyleValue<Property.AlignSelf | undefined> | StyleValueStateMap<Property.AlignSelf | undefined>;
127
- alignTracks?: StyleValue<Property.AlignTracks | undefined> | StyleValueStateMap<Property.AlignTracks | undefined>;
128
- animationComposition?: StyleValue<Property.AnimationComposition | undefined> | StyleValueStateMap<Property.AnimationComposition | undefined>;
129
- animationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
130
- animationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
131
- animationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
132
- animationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
133
- animationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
134
- animationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
135
- animationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
136
- animationTimeline?: StyleValue<Property.AnimationTimeline | undefined> | StyleValueStateMap<Property.AnimationTimeline | undefined>;
137
- animationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
138
- appearance?: StyleValue<Property.Appearance | undefined> | StyleValueStateMap<Property.Appearance | undefined>;
139
- aspectRatio?: StyleValue<Property.AspectRatio | undefined> | StyleValueStateMap<Property.AspectRatio | undefined>;
140
- backdropFilter?: StyleValue<Property.BackdropFilter | undefined> | StyleValueStateMap<Property.BackdropFilter | undefined>;
141
- backfaceVisibility?: StyleValue<Property.BackfaceVisibility | undefined> | StyleValueStateMap<Property.BackfaceVisibility | undefined>;
142
- backgroundAttachment?: StyleValue<Property.BackgroundAttachment | undefined> | StyleValueStateMap<Property.BackgroundAttachment | undefined>;
143
- backgroundBlendMode?: StyleValue<Property.BackgroundBlendMode | undefined> | StyleValueStateMap<Property.BackgroundBlendMode | undefined>;
144
- backgroundClip?: StyleValue<Property.BackgroundClip | undefined> | StyleValueStateMap<Property.BackgroundClip | undefined>;
145
- backgroundColor?: StyleValue<Property.BackgroundColor | undefined> | StyleValueStateMap<Property.BackgroundColor | undefined>;
146
- backgroundImage?: StyleValue<Property.BackgroundImage | undefined> | StyleValueStateMap<Property.BackgroundImage | undefined>;
147
- backgroundOrigin?: StyleValue<Property.BackgroundOrigin | undefined> | StyleValueStateMap<Property.BackgroundOrigin | undefined>;
148
- backgroundPositionX?: StyleValue<Property.BackgroundPositionX<string | number> | undefined> | StyleValueStateMap<Property.BackgroundPositionX<string | number> | undefined>;
149
- backgroundPositionY?: StyleValue<Property.BackgroundPositionY<string | number> | undefined> | StyleValueStateMap<Property.BackgroundPositionY<string | number> | undefined>;
150
- backgroundRepeat?: StyleValue<Property.BackgroundRepeat | undefined> | StyleValueStateMap<Property.BackgroundRepeat | undefined>;
151
- backgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
152
- blockOverflow?: StyleValue<Property.BlockOverflow | undefined> | StyleValueStateMap<Property.BlockOverflow | undefined>;
153
- blockSize?: StyleValue<Property.BlockSize<string | number> | undefined> | StyleValueStateMap<Property.BlockSize<string | number> | undefined>;
154
- borderBlockColor?: StyleValue<Property.BorderBlockColor | undefined> | StyleValueStateMap<Property.BorderBlockColor | undefined>;
155
- borderBlockEndColor?: StyleValue<Property.BorderBlockEndColor | undefined> | StyleValueStateMap<Property.BorderBlockEndColor | undefined>;
156
- borderBlockEndStyle?: StyleValue<Property.BorderBlockEndStyle | undefined> | StyleValueStateMap<Property.BorderBlockEndStyle | undefined>;
157
- borderBlockEndWidth?: StyleValue<Property.BorderBlockEndWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockEndWidth<string | number> | undefined>;
158
- borderBlockStartColor?: StyleValue<Property.BorderBlockStartColor | undefined> | StyleValueStateMap<Property.BorderBlockStartColor | undefined>;
159
- borderBlockStartStyle?: StyleValue<Property.BorderBlockStartStyle | undefined> | StyleValueStateMap<Property.BorderBlockStartStyle | undefined>;
160
- borderBlockStartWidth?: StyleValue<Property.BorderBlockStartWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockStartWidth<string | number> | undefined>;
161
- borderBlockStyle?: StyleValue<Property.BorderBlockStyle | undefined> | StyleValueStateMap<Property.BorderBlockStyle | undefined>;
162
- borderBlockWidth?: StyleValue<Property.BorderBlockWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockWidth<string | number> | undefined>;
163
- borderBottomColor?: StyleValue<Property.BorderBottomColor | undefined> | StyleValueStateMap<Property.BorderBottomColor | undefined>;
164
- borderBottomLeftRadius?: StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
165
- borderBottomRightRadius?: StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
166
- borderBottomStyle?: StyleValue<Property.BorderBottomStyle | undefined> | StyleValueStateMap<Property.BorderBottomStyle | undefined>;
167
- borderBottomWidth?: StyleValue<Property.BorderBottomWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomWidth<string | number> | undefined>;
168
- borderCollapse?: StyleValue<Property.BorderCollapse | undefined> | StyleValueStateMap<Property.BorderCollapse | undefined>;
169
- borderEndEndRadius?: StyleValue<Property.BorderEndEndRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderEndEndRadius<string | number> | undefined>;
170
- borderEndStartRadius?: StyleValue<Property.BorderEndStartRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderEndStartRadius<string | number> | undefined>;
171
- borderImageOutset?: StyleValue<Property.BorderImageOutset<string | number> | undefined> | StyleValueStateMap<Property.BorderImageOutset<string | number> | undefined>;
172
- borderImageRepeat?: StyleValue<Property.BorderImageRepeat | undefined> | StyleValueStateMap<Property.BorderImageRepeat | undefined>;
173
- borderImageSlice?: StyleValue<Property.BorderImageSlice | undefined> | StyleValueStateMap<Property.BorderImageSlice | undefined>;
174
- borderImageSource?: StyleValue<Property.BorderImageSource | undefined> | StyleValueStateMap<Property.BorderImageSource | undefined>;
175
- borderImageWidth?: StyleValue<Property.BorderImageWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderImageWidth<string | number> | undefined>;
176
- borderInlineColor?: StyleValue<Property.BorderInlineColor | undefined> | StyleValueStateMap<Property.BorderInlineColor | undefined>;
177
- borderInlineEndColor?: StyleValue<Property.BorderInlineEndColor | undefined> | StyleValueStateMap<Property.BorderInlineEndColor | undefined>;
178
- borderInlineEndStyle?: StyleValue<Property.BorderInlineEndStyle | undefined> | StyleValueStateMap<Property.BorderInlineEndStyle | undefined>;
179
- borderInlineEndWidth?: StyleValue<Property.BorderInlineEndWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineEndWidth<string | number> | undefined>;
180
- borderInlineStartColor?: StyleValue<Property.BorderInlineStartColor | undefined> | StyleValueStateMap<Property.BorderInlineStartColor | undefined>;
181
- borderInlineStartStyle?: StyleValue<Property.BorderInlineStartStyle | undefined> | StyleValueStateMap<Property.BorderInlineStartStyle | undefined>;
182
- borderInlineStartWidth?: StyleValue<Property.BorderInlineStartWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineStartWidth<string | number> | undefined>;
183
- borderInlineStyle?: StyleValue<Property.BorderInlineStyle | undefined> | StyleValueStateMap<Property.BorderInlineStyle | undefined>;
184
- borderInlineWidth?: StyleValue<Property.BorderInlineWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineWidth<string | number> | undefined>;
185
- borderLeftColor?: StyleValue<Property.BorderLeftColor | undefined> | StyleValueStateMap<Property.BorderLeftColor | undefined>;
186
- borderLeftStyle?: StyleValue<Property.BorderLeftStyle | undefined> | StyleValueStateMap<Property.BorderLeftStyle | undefined>;
187
- borderLeftWidth?: StyleValue<Property.BorderLeftWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderLeftWidth<string | number> | undefined>;
188
- borderRightColor?: StyleValue<Property.BorderRightColor | undefined> | StyleValueStateMap<Property.BorderRightColor | undefined>;
189
- borderRightStyle?: StyleValue<Property.BorderRightStyle | undefined> | StyleValueStateMap<Property.BorderRightStyle | undefined>;
190
- borderRightWidth?: StyleValue<Property.BorderRightWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderRightWidth<string | number> | undefined>;
191
- borderSpacing?: StyleValue<Property.BorderSpacing<string | number> | undefined> | StyleValueStateMap<Property.BorderSpacing<string | number> | undefined>;
192
- borderStartEndRadius?: StyleValue<Property.BorderStartEndRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderStartEndRadius<string | number> | undefined>;
193
- borderStartStartRadius?: StyleValue<Property.BorderStartStartRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderStartStartRadius<string | number> | undefined>;
194
- borderTopColor?: StyleValue<Property.BorderTopColor | undefined> | StyleValueStateMap<Property.BorderTopColor | undefined>;
195
- borderTopLeftRadius?: StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
196
- borderTopRightRadius?: StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
197
- borderTopStyle?: StyleValue<Property.BorderTopStyle | undefined> | StyleValueStateMap<Property.BorderTopStyle | undefined>;
198
- borderTopWidth?: StyleValue<Property.BorderTopWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderTopWidth<string | number> | undefined>;
199
- bottom?: StyleValue<Property.Bottom<string | number> | undefined> | StyleValueStateMap<Property.Bottom<string | number> | undefined>;
200
- boxDecorationBreak?: StyleValue<Property.BoxDecorationBreak | undefined> | StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
201
- boxShadow?: StyleValue<Property.BoxShadow | undefined> | StyleValueStateMap<Property.BoxShadow | undefined>;
202
- boxSizing?: StyleValue<Property.BoxSizing | undefined> | StyleValueStateMap<Property.BoxSizing | undefined>;
203
- breakAfter?: StyleValue<Property.BreakAfter | undefined> | StyleValueStateMap<Property.BreakAfter | undefined>;
204
- breakBefore?: StyleValue<Property.BreakBefore | undefined> | StyleValueStateMap<Property.BreakBefore | undefined>;
205
- breakInside?: StyleValue<Property.BreakInside | undefined> | StyleValueStateMap<Property.BreakInside | undefined>;
206
- captionSide?: StyleValue<Property.CaptionSide | undefined> | StyleValueStateMap<Property.CaptionSide | undefined>;
207
- caretColor?: StyleValue<Property.CaretColor | undefined> | StyleValueStateMap<Property.CaretColor | undefined>;
208
- caretShape?: StyleValue<Property.CaretShape | undefined> | StyleValueStateMap<Property.CaretShape | undefined>;
209
- clear?: StyleValue<Property.Clear | undefined> | StyleValueStateMap<Property.Clear | undefined>;
210
- clipPath?: StyleValue<Property.ClipPath | undefined> | StyleValueStateMap<Property.ClipPath | undefined>;
211
- colorAdjust?: StyleValue<Property.PrintColorAdjust | undefined> | StyleValueStateMap<Property.PrintColorAdjust | undefined>;
212
- colorScheme?: StyleValue<Property.ColorScheme | undefined> | StyleValueStateMap<Property.ColorScheme | undefined>;
213
- columnCount?: StyleValue<Property.ColumnCount | undefined> | StyleValueStateMap<Property.ColumnCount | undefined>;
214
- columnFill?: StyleValue<Property.ColumnFill | undefined> | StyleValueStateMap<Property.ColumnFill | undefined>;
215
- columnGap?: StyleValue<Property.ColumnGap<string | number> | undefined> | StyleValueStateMap<Property.ColumnGap<string | number> | undefined>;
216
- columnRuleColor?: StyleValue<Property.ColumnRuleColor | undefined> | StyleValueStateMap<Property.ColumnRuleColor | undefined>;
217
- columnRuleStyle?: StyleValue<Property.ColumnRuleStyle | undefined> | StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
218
- columnRuleWidth?: StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
219
- columnSpan?: StyleValue<Property.ColumnSpan | undefined> | StyleValueStateMap<Property.ColumnSpan | undefined>;
220
- columnWidth?: StyleValue<Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
221
- contain?: StyleValue<Property.Contain | undefined> | StyleValueStateMap<Property.Contain | undefined>;
222
- containIntrinsicBlockSize?: StyleValue<Property.ContainIntrinsicBlockSize<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicBlockSize<string | number> | undefined>;
223
- containIntrinsicHeight?: StyleValue<Property.ContainIntrinsicHeight<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicHeight<string | number> | undefined>;
224
- containIntrinsicInlineSize?: StyleValue<Property.ContainIntrinsicInlineSize<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicInlineSize<string | number> | undefined>;
225
- containIntrinsicWidth?: StyleValue<Property.ContainIntrinsicWidth<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicWidth<string | number> | undefined>;
226
- containerName?: StyleValue<Property.ContainerName | undefined> | StyleValueStateMap<Property.ContainerName | undefined>;
227
- containerType?: StyleValue<Property.ContainerType | undefined> | StyleValueStateMap<Property.ContainerType | undefined>;
228
- contentVisibility?: StyleValue<Property.ContentVisibility | undefined> | StyleValueStateMap<Property.ContentVisibility | undefined>;
229
- counterIncrement?: StyleValue<Property.CounterIncrement | undefined> | StyleValueStateMap<Property.CounterIncrement | undefined>;
230
- counterReset?: StyleValue<Property.CounterReset | undefined> | StyleValueStateMap<Property.CounterReset | undefined>;
231
- counterSet?: StyleValue<Property.CounterSet | undefined> | StyleValueStateMap<Property.CounterSet | undefined>;
232
- cursor?: StyleValue<Property.Cursor | undefined> | StyleValueStateMap<Property.Cursor | undefined>;
233
- direction?: StyleValue<Property.Direction | undefined> | StyleValueStateMap<Property.Direction | undefined>;
234
- display?: StyleValue<Property.Display | undefined> | StyleValueStateMap<Property.Display | undefined>;
235
- emptyCells?: StyleValue<Property.EmptyCells | undefined> | StyleValueStateMap<Property.EmptyCells | undefined>;
236
- filter?: StyleValue<Property.Filter | undefined> | StyleValueStateMap<Property.Filter | undefined>;
237
- flexBasis?: StyleValue<Property.FlexBasis<string | number> | undefined> | StyleValueStateMap<Property.FlexBasis<string | number> | undefined>;
238
- flexDirection?: StyleValue<Property.FlexDirection | undefined> | StyleValueStateMap<Property.FlexDirection | undefined>;
239
- flexGrow?: StyleValue<Property.FlexGrow | undefined> | StyleValueStateMap<Property.FlexGrow | undefined>;
240
- flexShrink?: StyleValue<Property.FlexShrink | undefined> | StyleValueStateMap<Property.FlexShrink | undefined>;
241
- flexWrap?: StyleValue<Property.FlexWrap | undefined> | StyleValueStateMap<Property.FlexWrap | undefined>;
242
- float?: StyleValue<Property.Float | undefined> | StyleValueStateMap<Property.Float | undefined>;
243
- fontFamily?: StyleValue<Property.FontFamily | undefined> | StyleValueStateMap<Property.FontFamily | undefined>;
244
- fontFeatureSettings?: StyleValue<Property.FontFeatureSettings | undefined> | StyleValueStateMap<Property.FontFeatureSettings | undefined>;
245
- fontKerning?: StyleValue<Property.FontKerning | undefined> | StyleValueStateMap<Property.FontKerning | undefined>;
246
- fontLanguageOverride?: StyleValue<Property.FontLanguageOverride | undefined> | StyleValueStateMap<Property.FontLanguageOverride | undefined>;
247
- fontOpticalSizing?: StyleValue<Property.FontOpticalSizing | undefined> | StyleValueStateMap<Property.FontOpticalSizing | undefined>;
248
- fontPalette?: StyleValue<Property.FontPalette | undefined> | StyleValueStateMap<Property.FontPalette | undefined>;
249
- fontSize?: StyleValue<Property.FontSize<string | number> | undefined> | StyleValueStateMap<Property.FontSize<string | number> | undefined>;
250
- fontSizeAdjust?: StyleValue<Property.FontSizeAdjust | undefined> | StyleValueStateMap<Property.FontSizeAdjust | undefined>;
251
- fontSmooth?: StyleValue<Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
252
- fontStretch?: StyleValue<Property.FontStretch | undefined> | StyleValueStateMap<Property.FontStretch | undefined>;
253
- fontStyle?: StyleValue<Property.FontStyle | undefined> | StyleValueStateMap<Property.FontStyle | undefined>;
254
- fontSynthesis?: StyleValue<Property.FontSynthesis | undefined> | StyleValueStateMap<Property.FontSynthesis | undefined>;
255
- fontVariant?: StyleValue<Property.FontVariant | undefined> | StyleValueStateMap<Property.FontVariant | undefined>;
256
- fontVariantAlternates?: StyleValue<Property.FontVariantAlternates | undefined> | StyleValueStateMap<Property.FontVariantAlternates | undefined>;
257
- fontVariantCaps?: StyleValue<Property.FontVariantCaps | undefined> | StyleValueStateMap<Property.FontVariantCaps | undefined>;
258
- fontVariantEastAsian?: StyleValue<Property.FontVariantEastAsian | undefined> | StyleValueStateMap<Property.FontVariantEastAsian | undefined>;
259
- fontVariantEmoji?: StyleValue<Property.FontVariantEmoji | undefined> | StyleValueStateMap<Property.FontVariantEmoji | undefined>;
260
- fontVariantLigatures?: StyleValue<Property.FontVariantLigatures | undefined> | StyleValueStateMap<Property.FontVariantLigatures | undefined>;
261
- fontVariantNumeric?: StyleValue<Property.FontVariantNumeric | undefined> | StyleValueStateMap<Property.FontVariantNumeric | undefined>;
262
- fontVariantPosition?: StyleValue<Property.FontVariantPosition | undefined> | StyleValueStateMap<Property.FontVariantPosition | undefined>;
263
- fontVariationSettings?: StyleValue<Property.FontVariationSettings | undefined> | StyleValueStateMap<Property.FontVariationSettings | undefined>;
264
- fontWeight?: StyleValue<Property.FontWeight | undefined> | StyleValueStateMap<Property.FontWeight | undefined>;
265
- forcedColorAdjust?: StyleValue<Property.ForcedColorAdjust | undefined> | StyleValueStateMap<Property.ForcedColorAdjust | undefined>;
266
- gridAutoColumns?: StyleValue<Property.GridAutoColumns<string | number> | undefined> | StyleValueStateMap<Property.GridAutoColumns<string | number> | undefined>;
267
- gridAutoFlow?: StyleValue<Property.GridAutoFlow | undefined> | StyleValueStateMap<Property.GridAutoFlow | undefined>;
268
- gridAutoRows?: StyleValue<Property.GridAutoRows<string | number> | undefined> | StyleValueStateMap<Property.GridAutoRows<string | number> | undefined>;
269
- gridColumnEnd?: StyleValue<Property.GridColumnEnd | undefined> | StyleValueStateMap<Property.GridColumnEnd | undefined>;
270
- gridColumnStart?: StyleValue<Property.GridColumnStart | undefined> | StyleValueStateMap<Property.GridColumnStart | undefined>;
271
- gridRowEnd?: StyleValue<Property.GridRowEnd | undefined> | StyleValueStateMap<Property.GridRowEnd | undefined>;
272
- gridRowStart?: StyleValue<Property.GridRowStart | undefined> | StyleValueStateMap<Property.GridRowStart | undefined>;
273
- gridTemplateAreas?: StyleValue<Property.GridTemplateAreas | undefined> | StyleValueStateMap<Property.GridTemplateAreas | undefined>;
274
- gridTemplateColumns?: StyleValue<Property.GridTemplateColumns<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateColumns<string | number> | undefined>;
275
- gridTemplateRows?: StyleValue<Property.GridTemplateRows<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateRows<string | number> | undefined>;
276
- hangingPunctuation?: StyleValue<Property.HangingPunctuation | undefined> | StyleValueStateMap<Property.HangingPunctuation | undefined>;
277
- hyphenateCharacter?: StyleValue<Property.HyphenateCharacter | undefined> | StyleValueStateMap<Property.HyphenateCharacter | undefined>;
278
- hyphenateLimitChars?: StyleValue<Property.HyphenateLimitChars | undefined> | StyleValueStateMap<Property.HyphenateLimitChars | undefined>;
279
- hyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
280
- imageOrientation?: StyleValue<Property.ImageOrientation | undefined> | StyleValueStateMap<Property.ImageOrientation | undefined>;
281
- imageRendering?: StyleValue<Property.ImageRendering | undefined> | StyleValueStateMap<Property.ImageRendering | undefined>;
282
- imageResolution?: StyleValue<Property.ImageResolution | undefined> | StyleValueStateMap<Property.ImageResolution | undefined>;
283
- initialLetter?: StyleValue<Property.InitialLetter | undefined> | StyleValueStateMap<Property.InitialLetter | undefined>;
284
- inlineSize?: StyleValue<Property.InlineSize<string | number> | undefined> | StyleValueStateMap<Property.InlineSize<string | number> | undefined>;
285
- inputSecurity?: StyleValue<Property.InputSecurity | undefined> | StyleValueStateMap<Property.InputSecurity | undefined>;
286
- insetBlockEnd?: StyleValue<Property.InsetBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockEnd<string | number> | undefined>;
287
- insetBlockStart?: StyleValue<Property.InsetBlockStart<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockStart<string | number> | undefined>;
288
- insetInlineEnd?: StyleValue<Property.InsetInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineEnd<string | number> | undefined>;
289
- insetInlineStart?: StyleValue<Property.InsetInlineStart<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineStart<string | number> | undefined>;
290
- isolation?: StyleValue<Property.Isolation | undefined> | StyleValueStateMap<Property.Isolation | undefined>;
291
- justifyContent?: StyleValue<Property.JustifyContent | undefined> | StyleValueStateMap<Property.JustifyContent | undefined>;
292
- justifyItems?: StyleValue<Property.JustifyItems | undefined> | StyleValueStateMap<Property.JustifyItems | undefined>;
293
- justifySelf?: StyleValue<Property.JustifySelf | undefined> | StyleValueStateMap<Property.JustifySelf | undefined>;
294
- justifyTracks?: StyleValue<Property.JustifyTracks | undefined> | StyleValueStateMap<Property.JustifyTracks | undefined>;
295
- left?: StyleValue<Property.Left<string | number> | undefined> | StyleValueStateMap<Property.Left<string | number> | undefined>;
296
- letterSpacing?: StyleValue<Property.LetterSpacing<string | number> | undefined> | StyleValueStateMap<Property.LetterSpacing<string | number> | undefined>;
297
- lineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
298
- lineHeight?: StyleValue<Property.LineHeight<string | number> | undefined> | StyleValueStateMap<Property.LineHeight<string | number> | undefined>;
299
- lineHeightStep?: StyleValue<Property.LineHeightStep<string | number> | undefined> | StyleValueStateMap<Property.LineHeightStep<string | number> | undefined>;
300
- listStyleImage?: StyleValue<Property.ListStyleImage | undefined> | StyleValueStateMap<Property.ListStyleImage | undefined>;
301
- listStylePosition?: StyleValue<Property.ListStylePosition | undefined> | StyleValueStateMap<Property.ListStylePosition | undefined>;
302
- listStyleType?: StyleValue<Property.ListStyleType | undefined> | StyleValueStateMap<Property.ListStyleType | undefined>;
303
- marginBlockEnd?: StyleValue<Property.MarginBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginBlockEnd<string | number> | undefined>;
304
- marginBlockStart?: StyleValue<Property.MarginBlockStart<string | number> | undefined> | StyleValueStateMap<Property.MarginBlockStart<string | number> | undefined>;
305
- marginBottom?: StyleValue<Property.MarginBottom<string | number> | undefined> | StyleValueStateMap<Property.MarginBottom<string | number> | undefined>;
306
- marginInlineEnd?: StyleValue<Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
307
- marginInlineStart?: StyleValue<Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
308
- marginLeft?: StyleValue<Property.MarginLeft<string | number> | undefined> | StyleValueStateMap<Property.MarginLeft<string | number> | undefined>;
309
- marginRight?: StyleValue<Property.MarginRight<string | number> | undefined> | StyleValueStateMap<Property.MarginRight<string | number> | undefined>;
310
- marginTop?: StyleValue<Property.MarginTop<string | number> | undefined> | StyleValueStateMap<Property.MarginTop<string | number> | undefined>;
311
- marginTrim?: StyleValue<Property.MarginTrim | undefined> | StyleValueStateMap<Property.MarginTrim | undefined>;
312
- maskBorderMode?: StyleValue<Property.MaskBorderMode | undefined> | StyleValueStateMap<Property.MaskBorderMode | undefined>;
313
- maskBorderOutset?: StyleValue<Property.MaskBorderOutset<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderOutset<string | number> | undefined>;
314
- maskBorderRepeat?: StyleValue<Property.MaskBorderRepeat | undefined> | StyleValueStateMap<Property.MaskBorderRepeat | undefined>;
315
- maskBorderSlice?: StyleValue<Property.MaskBorderSlice | undefined> | StyleValueStateMap<Property.MaskBorderSlice | undefined>;
316
- maskBorderSource?: StyleValue<Property.MaskBorderSource | undefined> | StyleValueStateMap<Property.MaskBorderSource | undefined>;
317
- maskBorderWidth?: StyleValue<Property.MaskBorderWidth<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderWidth<string | number> | undefined>;
318
- maskClip?: StyleValue<Property.MaskClip | undefined> | StyleValueStateMap<Property.MaskClip | undefined>;
319
- maskComposite?: StyleValue<Property.MaskComposite | undefined> | StyleValueStateMap<Property.MaskComposite | undefined>;
320
- maskImage?: StyleValue<Property.MaskImage | undefined> | StyleValueStateMap<Property.MaskImage | undefined>;
321
- maskMode?: StyleValue<Property.MaskMode | undefined> | StyleValueStateMap<Property.MaskMode | undefined>;
322
- maskOrigin?: StyleValue<Property.MaskOrigin | undefined> | StyleValueStateMap<Property.MaskOrigin | undefined>;
323
- maskPosition?: StyleValue<Property.MaskPosition<string | number> | undefined> | StyleValueStateMap<Property.MaskPosition<string | number> | undefined>;
324
- maskRepeat?: StyleValue<Property.MaskRepeat | undefined> | StyleValueStateMap<Property.MaskRepeat | undefined>;
325
- maskSize?: StyleValue<Property.MaskSize<string | number> | undefined> | StyleValueStateMap<Property.MaskSize<string | number> | undefined>;
326
- maskType?: StyleValue<Property.MaskType | undefined> | StyleValueStateMap<Property.MaskType | undefined>;
327
- mathDepth?: StyleValue<Property.MathDepth | undefined> | StyleValueStateMap<Property.MathDepth | undefined>;
328
- mathShift?: StyleValue<Property.MathShift | undefined> | StyleValueStateMap<Property.MathShift | undefined>;
329
- mathStyle?: StyleValue<Property.MathStyle | undefined> | StyleValueStateMap<Property.MathStyle | undefined>;
330
- maxBlockSize?: StyleValue<Property.MaxBlockSize<string | number> | undefined> | StyleValueStateMap<Property.MaxBlockSize<string | number> | undefined>;
331
- maxHeight?: StyleValue<Property.MaxHeight<string | number> | undefined> | StyleValueStateMap<Property.MaxHeight<string | number> | undefined>;
332
- maxInlineSize?: StyleValue<Property.MaxInlineSize<string | number> | undefined> | StyleValueStateMap<Property.MaxInlineSize<string | number> | undefined>;
333
- maxLines?: StyleValue<Property.MaxLines | undefined> | StyleValueStateMap<Property.MaxLines | undefined>;
334
- maxWidth?: StyleValue<Property.MaxWidth<string | number> | undefined> | StyleValueStateMap<Property.MaxWidth<string | number> | undefined>;
335
- minBlockSize?: StyleValue<Property.MinBlockSize<string | number> | undefined> | StyleValueStateMap<Property.MinBlockSize<string | number> | undefined>;
336
- minHeight?: StyleValue<Property.MinHeight<string | number> | undefined> | StyleValueStateMap<Property.MinHeight<string | number> | undefined>;
337
- minInlineSize?: StyleValue<Property.MinInlineSize<string | number> | undefined> | StyleValueStateMap<Property.MinInlineSize<string | number> | undefined>;
338
- minWidth?: StyleValue<Property.MinWidth<string | number> | undefined> | StyleValueStateMap<Property.MinWidth<string | number> | undefined>;
339
- mixBlendMode?: StyleValue<Property.MixBlendMode | undefined> | StyleValueStateMap<Property.MixBlendMode | undefined>;
340
- motionDistance?: StyleValue<Property.OffsetDistance<string | number> | undefined> | StyleValueStateMap<Property.OffsetDistance<string | number> | undefined>;
341
- motionPath?: StyleValue<Property.OffsetPath | undefined> | StyleValueStateMap<Property.OffsetPath | undefined>;
342
- motionRotation?: StyleValue<Property.OffsetRotate | undefined> | StyleValueStateMap<Property.OffsetRotate | undefined>;
343
- objectFit?: StyleValue<Property.ObjectFit | undefined> | StyleValueStateMap<Property.ObjectFit | undefined>;
344
- objectPosition?: StyleValue<Property.ObjectPosition<string | number> | undefined> | StyleValueStateMap<Property.ObjectPosition<string | number> | undefined>;
345
- offsetAnchor?: StyleValue<Property.OffsetAnchor<string | number> | undefined> | StyleValueStateMap<Property.OffsetAnchor<string | number> | undefined>;
346
- offsetDistance?: StyleValue<Property.OffsetDistance<string | number> | undefined> | StyleValueStateMap<Property.OffsetDistance<string | number> | undefined>;
347
- offsetPath?: StyleValue<Property.OffsetPath | undefined> | StyleValueStateMap<Property.OffsetPath | undefined>;
348
- offsetPosition?: StyleValue<Property.OffsetPosition<string | number> | undefined> | StyleValueStateMap<Property.OffsetPosition<string | number> | undefined>;
349
- offsetRotate?: StyleValue<Property.OffsetRotate | undefined> | StyleValueStateMap<Property.OffsetRotate | undefined>;
350
- offsetRotation?: StyleValue<Property.OffsetRotate | undefined> | StyleValueStateMap<Property.OffsetRotate | undefined>;
351
- opacity?: StyleValue<Property.Opacity | undefined> | StyleValueStateMap<Property.Opacity | undefined>;
352
- order?: StyleValue<Property.Order | undefined> | StyleValueStateMap<Property.Order | undefined>;
353
- orphans?: StyleValue<Property.Orphans | undefined> | StyleValueStateMap<Property.Orphans | undefined>;
354
- outlineColor?: StyleValue<Property.OutlineColor | undefined> | StyleValueStateMap<Property.OutlineColor | undefined>;
355
- outlineOffset?: StyleValue<string | number | undefined> | StyleValueStateMap<string | number | undefined>;
356
- outlineStyle?: StyleValue<Property.OutlineStyle | undefined> | StyleValueStateMap<Property.OutlineStyle | undefined>;
357
- outlineWidth?: StyleValue<Property.OutlineWidth<string | number> | undefined> | StyleValueStateMap<Property.OutlineWidth<string | number> | undefined>;
358
- overflowAnchor?: StyleValue<Property.OverflowAnchor | undefined> | StyleValueStateMap<Property.OverflowAnchor | undefined>;
359
- overflowBlock?: StyleValue<Property.OverflowBlock | undefined> | StyleValueStateMap<Property.OverflowBlock | undefined>;
360
- overflowClipBox?: StyleValue<Property.OverflowClipBox | undefined> | StyleValueStateMap<Property.OverflowClipBox | undefined>;
361
- overflowClipMargin?: StyleValue<Property.OverflowClipMargin<string | number> | undefined> | StyleValueStateMap<Property.OverflowClipMargin<string | number> | undefined>;
362
- overflowInline?: StyleValue<Property.OverflowInline | undefined> | StyleValueStateMap<Property.OverflowInline | undefined>;
363
- overflowWrap?: StyleValue<Property.OverflowWrap | undefined> | StyleValueStateMap<Property.OverflowWrap | undefined>;
364
- overflowX?: StyleValue<Property.OverflowX | undefined> | StyleValueStateMap<Property.OverflowX | undefined>;
365
- overflowY?: StyleValue<Property.OverflowY | undefined> | StyleValueStateMap<Property.OverflowY | undefined>;
366
- overscrollBehaviorBlock?: StyleValue<Property.OverscrollBehaviorBlock | undefined> | StyleValueStateMap<Property.OverscrollBehaviorBlock | undefined>;
367
- overscrollBehaviorInline?: StyleValue<Property.OverscrollBehaviorInline | undefined> | StyleValueStateMap<Property.OverscrollBehaviorInline | undefined>;
368
- overscrollBehaviorX?: StyleValue<Property.OverscrollBehaviorX | undefined> | StyleValueStateMap<Property.OverscrollBehaviorX | undefined>;
369
- overscrollBehaviorY?: StyleValue<Property.OverscrollBehaviorY | undefined> | StyleValueStateMap<Property.OverscrollBehaviorY | undefined>;
370
- paddingBlockEnd?: StyleValue<Property.PaddingBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingBlockEnd<string | number> | undefined>;
371
- paddingBlockStart?: StyleValue<Property.PaddingBlockStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingBlockStart<string | number> | undefined>;
372
- paddingBottom?: StyleValue<Property.PaddingBottom<string | number> | undefined> | StyleValueStateMap<Property.PaddingBottom<string | number> | undefined>;
373
- paddingInlineEnd?: StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
374
- paddingInlineStart?: StyleValue<Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
375
- paddingLeft?: StyleValue<Property.PaddingLeft<string | number> | undefined> | StyleValueStateMap<Property.PaddingLeft<string | number> | undefined>;
376
- paddingRight?: StyleValue<Property.PaddingRight<string | number> | undefined> | StyleValueStateMap<Property.PaddingRight<string | number> | undefined>;
377
- paddingTop?: StyleValue<Property.PaddingTop<string | number> | undefined> | StyleValueStateMap<Property.PaddingTop<string | number> | undefined>;
378
- page?: StyleValue<Property.Page | undefined> | StyleValueStateMap<Property.Page | undefined>;
379
- pageBreakAfter?: StyleValue<Property.PageBreakAfter | undefined> | StyleValueStateMap<Property.PageBreakAfter | undefined>;
380
- pageBreakBefore?: StyleValue<Property.PageBreakBefore | undefined> | StyleValueStateMap<Property.PageBreakBefore | undefined>;
381
- pageBreakInside?: StyleValue<Property.PageBreakInside | undefined> | StyleValueStateMap<Property.PageBreakInside | undefined>;
382
- paintOrder?: StyleValue<Property.PaintOrder | undefined> | StyleValueStateMap<Property.PaintOrder | undefined>;
383
- perspective?: StyleValue<Property.Perspective<string | number> | undefined> | StyleValueStateMap<Property.Perspective<string | number> | undefined>;
384
- perspectiveOrigin?: StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
385
- pointerEvents?: StyleValue<Property.PointerEvents | undefined> | StyleValueStateMap<Property.PointerEvents | undefined>;
386
- position?: StyleValue<Property.Position | undefined> | StyleValueStateMap<Property.Position | undefined>;
387
- printColorAdjust?: StyleValue<Property.PrintColorAdjust | undefined> | StyleValueStateMap<Property.PrintColorAdjust | undefined>;
388
- quotes?: StyleValue<Property.Quotes | undefined> | StyleValueStateMap<Property.Quotes | undefined>;
389
- resize?: StyleValue<Property.Resize | undefined> | StyleValueStateMap<Property.Resize | undefined>;
390
- right?: StyleValue<Property.Right<string | number> | undefined> | StyleValueStateMap<Property.Right<string | number> | undefined>;
391
- rotate?: StyleValue<Property.Rotate | undefined> | StyleValueStateMap<Property.Rotate | undefined>;
392
- rowGap?: StyleValue<Property.RowGap<string | number> | undefined> | StyleValueStateMap<Property.RowGap<string | number> | undefined>;
393
- rubyAlign?: StyleValue<Property.RubyAlign | undefined> | StyleValueStateMap<Property.RubyAlign | undefined>;
394
- rubyMerge?: StyleValue<Property.RubyMerge | undefined> | StyleValueStateMap<Property.RubyMerge | undefined>;
395
- rubyPosition?: StyleValue<Property.RubyPosition | undefined> | StyleValueStateMap<Property.RubyPosition | undefined>;
396
- scale?: StyleValue<Property.Scale | undefined> | StyleValueStateMap<Property.Scale | undefined>;
397
- scrollBehavior?: StyleValue<Property.ScrollBehavior | undefined> | StyleValueStateMap<Property.ScrollBehavior | undefined>;
398
- scrollMarginBlockEnd?: StyleValue<Property.ScrollMarginBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBlockEnd<string | number> | undefined>;
399
- scrollMarginBlockStart?: StyleValue<Property.ScrollMarginBlockStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBlockStart<string | number> | undefined>;
400
- scrollMarginBottom?: StyleValue<Property.ScrollMarginBottom<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBottom<string | number> | undefined>;
401
- scrollMarginInlineEnd?: StyleValue<Property.ScrollMarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginInlineEnd<string | number> | undefined>;
402
- scrollMarginInlineStart?: StyleValue<Property.ScrollMarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginInlineStart<string | number> | undefined>;
403
- scrollMarginLeft?: StyleValue<Property.ScrollMarginLeft<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginLeft<string | number> | undefined>;
404
- scrollMarginRight?: StyleValue<Property.ScrollMarginRight<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginRight<string | number> | undefined>;
405
- scrollMarginTop?: StyleValue<Property.ScrollMarginTop<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginTop<string | number> | undefined>;
406
- scrollPaddingBlockEnd?: StyleValue<Property.ScrollPaddingBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBlockEnd<string | number> | undefined>;
407
- scrollPaddingBlockStart?: StyleValue<Property.ScrollPaddingBlockStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBlockStart<string | number> | undefined>;
408
- scrollPaddingBottom?: StyleValue<Property.ScrollPaddingBottom<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBottom<string | number> | undefined>;
409
- scrollPaddingInlineEnd?: StyleValue<Property.ScrollPaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingInlineEnd<string | number> | undefined>;
410
- scrollPaddingInlineStart?: StyleValue<Property.ScrollPaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingInlineStart<string | number> | undefined>;
411
- scrollPaddingLeft?: StyleValue<Property.ScrollPaddingLeft<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingLeft<string | number> | undefined>;
412
- scrollPaddingRight?: StyleValue<Property.ScrollPaddingRight<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingRight<string | number> | undefined>;
413
- scrollPaddingTop?: StyleValue<Property.ScrollPaddingTop<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingTop<string | number> | undefined>;
414
- scrollSnapAlign?: StyleValue<Property.ScrollSnapAlign | undefined> | StyleValueStateMap<Property.ScrollSnapAlign | undefined>;
415
- scrollSnapMarginBottom?: StyleValue<Property.ScrollMarginBottom<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBottom<string | number> | undefined>;
416
- scrollSnapMarginLeft?: StyleValue<Property.ScrollMarginLeft<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginLeft<string | number> | undefined>;
417
- scrollSnapMarginRight?: StyleValue<Property.ScrollMarginRight<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginRight<string | number> | undefined>;
418
- scrollSnapMarginTop?: StyleValue<Property.ScrollMarginTop<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginTop<string | number> | undefined>;
419
- scrollSnapStop?: StyleValue<Property.ScrollSnapStop | undefined> | StyleValueStateMap<Property.ScrollSnapStop | undefined>;
420
- scrollSnapType?: StyleValue<Property.ScrollSnapType | undefined> | StyleValueStateMap<Property.ScrollSnapType | undefined>;
421
- scrollTimelineAxis?: StyleValue<Property.ScrollTimelineAxis | undefined> | StyleValueStateMap<Property.ScrollTimelineAxis | undefined>;
422
- scrollTimelineName?: StyleValue<Property.ScrollTimelineName | undefined> | StyleValueStateMap<Property.ScrollTimelineName | undefined>;
423
- scrollbarColor?: StyleValue<Property.ScrollbarColor | undefined> | StyleValueStateMap<Property.ScrollbarColor | undefined>;
424
- scrollbarGutter?: StyleValue<Property.ScrollbarGutter | undefined> | StyleValueStateMap<Property.ScrollbarGutter | undefined>;
425
- scrollbarWidth?: StyleValue<Property.ScrollbarWidth | undefined> | StyleValueStateMap<Property.ScrollbarWidth | undefined>;
426
- shapeImageThreshold?: StyleValue<Property.ShapeImageThreshold | undefined> | StyleValueStateMap<Property.ShapeImageThreshold | undefined>;
427
- shapeMargin?: StyleValue<Property.ShapeMargin<string | number> | undefined> | StyleValueStateMap<Property.ShapeMargin<string | number> | undefined>;
428
- shapeOutside?: StyleValue<Property.ShapeOutside | undefined> | StyleValueStateMap<Property.ShapeOutside | undefined>;
429
- tabSize?: StyleValue<Property.TabSize<string | number> | undefined> | StyleValueStateMap<Property.TabSize<string | number> | undefined>;
430
- tableLayout?: StyleValue<Property.TableLayout | undefined> | StyleValueStateMap<Property.TableLayout | undefined>;
431
- textAlign?: StyleValue<Property.TextAlign | undefined> | StyleValueStateMap<Property.TextAlign | undefined>;
432
- textAlignLast?: StyleValue<Property.TextAlignLast | undefined> | StyleValueStateMap<Property.TextAlignLast | undefined>;
433
- textCombineUpright?: StyleValue<Property.TextCombineUpright | undefined> | StyleValueStateMap<Property.TextCombineUpright | undefined>;
434
- textDecorationColor?: StyleValue<Property.TextDecorationColor | undefined> | StyleValueStateMap<Property.TextDecorationColor | undefined>;
435
- textDecorationLine?: StyleValue<Property.TextDecorationLine | undefined> | StyleValueStateMap<Property.TextDecorationLine | undefined>;
436
- textDecorationSkip?: StyleValue<Property.TextDecorationSkip | undefined> | StyleValueStateMap<Property.TextDecorationSkip | undefined>;
437
- textDecorationSkipInk?: StyleValue<Property.TextDecorationSkipInk | undefined> | StyleValueStateMap<Property.TextDecorationSkipInk | undefined>;
438
- textDecorationStyle?: StyleValue<Property.TextDecorationStyle | undefined> | StyleValueStateMap<Property.TextDecorationStyle | undefined>;
439
- textDecorationThickness?: StyleValue<Property.TextDecorationThickness<string | number> | undefined> | StyleValueStateMap<Property.TextDecorationThickness<string | number> | undefined>;
440
- textEmphasisColor?: StyleValue<Property.TextEmphasisColor | undefined> | StyleValueStateMap<Property.TextEmphasisColor | undefined>;
441
- textEmphasisPosition?: StyleValue<Property.TextEmphasisPosition | undefined> | StyleValueStateMap<Property.TextEmphasisPosition | undefined>;
442
- textEmphasisStyle?: StyleValue<Property.TextEmphasisStyle | undefined> | StyleValueStateMap<Property.TextEmphasisStyle | undefined>;
443
- textIndent?: StyleValue<Property.TextIndent<string | number> | undefined> | StyleValueStateMap<Property.TextIndent<string | number> | undefined>;
444
- textJustify?: StyleValue<Property.TextJustify | undefined> | StyleValueStateMap<Property.TextJustify | undefined>;
445
- textOrientation?: StyleValue<Property.TextOrientation | undefined> | StyleValueStateMap<Property.TextOrientation | undefined>;
446
- textOverflow?: StyleValue<Property.TextOverflow | undefined> | StyleValueStateMap<Property.TextOverflow | undefined>;
447
- textRendering?: StyleValue<Property.TextRendering | undefined> | StyleValueStateMap<Property.TextRendering | undefined>;
448
- textShadow?: StyleValue<Property.TextShadow | undefined> | StyleValueStateMap<Property.TextShadow | undefined>;
449
- textSizeAdjust?: StyleValue<Property.TextSizeAdjust | undefined> | StyleValueStateMap<Property.TextSizeAdjust | undefined>;
450
- textTransform?: StyleValue<Property.TextTransform | undefined> | StyleValueStateMap<Property.TextTransform | undefined>;
451
- textUnderlineOffset?: StyleValue<Property.TextUnderlineOffset<string | number> | undefined> | StyleValueStateMap<Property.TextUnderlineOffset<string | number> | undefined>;
452
- textUnderlinePosition?: StyleValue<Property.TextUnderlinePosition | undefined> | StyleValueStateMap<Property.TextUnderlinePosition | undefined>;
453
- top?: StyleValue<Property.Top<string | number> | undefined> | StyleValueStateMap<Property.Top<string | number> | undefined>;
454
- touchAction?: StyleValue<Property.TouchAction | undefined> | StyleValueStateMap<Property.TouchAction | undefined>;
455
- transform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
456
- transformBox?: StyleValue<Property.TransformBox | undefined> | StyleValueStateMap<Property.TransformBox | undefined>;
457
- transformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
458
- transformStyle?: StyleValue<Property.TransformStyle | undefined> | StyleValueStateMap<Property.TransformStyle | undefined>;
459
- transitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
460
- transitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
461
- transitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
462
- transitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
463
- unicodeBidi?: StyleValue<Property.UnicodeBidi | undefined> | StyleValueStateMap<Property.UnicodeBidi | undefined>;
464
- userSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
465
- verticalAlign?: StyleValue<Property.VerticalAlign<string | number> | undefined> | StyleValueStateMap<Property.VerticalAlign<string | number> | undefined>;
466
- viewTransitionName?: StyleValue<Property.ViewTransitionName | undefined> | StyleValueStateMap<Property.ViewTransitionName | undefined>;
467
- visibility?: StyleValue<Property.Visibility | undefined> | StyleValueStateMap<Property.Visibility | undefined>;
468
- whiteSpace?: StyleValue<Property.WhiteSpace | undefined> | StyleValueStateMap<Property.WhiteSpace | undefined>;
469
- widows?: StyleValue<Property.Widows | undefined> | StyleValueStateMap<Property.Widows | undefined>;
470
- willChange?: StyleValue<Property.WillChange | undefined> | StyleValueStateMap<Property.WillChange | undefined>;
471
- wordBreak?: StyleValue<Property.WordBreak | undefined> | StyleValueStateMap<Property.WordBreak | undefined>;
472
- wordSpacing?: StyleValue<Property.WordSpacing<string | number> | undefined> | StyleValueStateMap<Property.WordSpacing<string | number> | undefined>;
473
- wordWrap?: StyleValue<Property.WordWrap | undefined> | StyleValueStateMap<Property.WordWrap | undefined>;
474
- writingMode?: StyleValue<Property.WritingMode | undefined> | StyleValueStateMap<Property.WritingMode | undefined>;
475
- zIndex?: StyleValue<Property.ZIndex | undefined> | StyleValueStateMap<Property.ZIndex | undefined>;
476
- zoom?: StyleValue<Property.Zoom | undefined> | StyleValueStateMap<Property.Zoom | undefined>;
477
- all?: StyleValue<Globals | undefined> | StyleValueStateMap<Globals | undefined>;
478
- animation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
479
- backgroundPosition?: StyleValue<Property.BackgroundPosition<string | number> | undefined> | StyleValueStateMap<Property.BackgroundPosition<string | number> | undefined>;
480
- borderBlock?: StyleValue<Property.BorderBlock<string | number> | undefined> | StyleValueStateMap<Property.BorderBlock<string | number> | undefined>;
481
- borderBlockEnd?: StyleValue<Property.BorderBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockEnd<string | number> | undefined>;
482
- borderBlockStart?: StyleValue<Property.BorderBlockStart<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockStart<string | number> | undefined>;
483
- borderBottom?: StyleValue<Property.BorderBottom<string | number> | undefined> | StyleValueStateMap<Property.BorderBottom<string | number> | undefined>;
484
- borderColor?: StyleValue<Property.BorderColor | undefined> | StyleValueStateMap<Property.BorderColor | undefined>;
485
- borderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
486
- borderInline?: StyleValue<Property.BorderInline<string | number> | undefined> | StyleValueStateMap<Property.BorderInline<string | number> | undefined>;
487
- borderInlineEnd?: StyleValue<Property.BorderInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineEnd<string | number> | undefined>;
488
- borderInlineStart?: StyleValue<Property.BorderInlineStart<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineStart<string | number> | undefined>;
489
- borderLeft?: StyleValue<Property.BorderLeft<string | number> | undefined> | StyleValueStateMap<Property.BorderLeft<string | number> | undefined>;
490
- borderRadius?: StyleValue<Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
491
- borderRight?: StyleValue<Property.BorderRight<string | number> | undefined> | StyleValueStateMap<Property.BorderRight<string | number> | undefined>;
492
- borderStyle?: StyleValue<Property.BorderStyle | undefined> | StyleValueStateMap<Property.BorderStyle | undefined>;
493
- borderTop?: StyleValue<Property.BorderTop<string | number> | undefined> | StyleValueStateMap<Property.BorderTop<string | number> | undefined>;
494
- borderWidth?: StyleValue<Property.BorderWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderWidth<string | number> | undefined>;
495
- caret?: StyleValue<Property.Caret | undefined> | StyleValueStateMap<Property.Caret | undefined>;
496
- columnRule?: StyleValue<Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
497
- columns?: StyleValue<Property.Columns<string | number> | undefined> | StyleValueStateMap<Property.Columns<string | number> | undefined>;
498
- containIntrinsicSize?: StyleValue<Property.ContainIntrinsicSize<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicSize<string | number> | undefined>;
499
- container?: StyleValue<Property.Container | undefined> | StyleValueStateMap<Property.Container | undefined>;
500
- flex?: StyleValue<Property.Flex<string | number> | undefined> | StyleValueStateMap<Property.Flex<string | number> | undefined>;
501
- flexFlow?: StyleValue<Property.FlexFlow | undefined> | StyleValueStateMap<Property.FlexFlow | undefined>;
502
- grid?: StyleValue<Property.Grid | undefined> | StyleValueStateMap<Property.Grid | undefined>;
503
- gridArea?: StyleValue<Property.GridArea | undefined> | StyleValueStateMap<Property.GridArea | undefined>;
504
- gridColumn?: StyleValue<Property.GridColumn | undefined> | StyleValueStateMap<Property.GridColumn | undefined>;
505
- gridRow?: StyleValue<Property.GridRow | undefined> | StyleValueStateMap<Property.GridRow | undefined>;
506
- gridTemplate?: StyleValue<Property.GridTemplate | undefined> | StyleValueStateMap<Property.GridTemplate | undefined>;
507
- inset?: StyleValue<Property.Inset<string | number> | undefined> | StyleValueStateMap<Property.Inset<string | number> | undefined>;
508
- insetBlock?: StyleValue<Property.InsetBlock<string | number> | undefined> | StyleValueStateMap<Property.InsetBlock<string | number> | undefined>;
509
- insetInline?: StyleValue<Property.InsetInline<string | number> | undefined> | StyleValueStateMap<Property.InsetInline<string | number> | undefined>;
510
- lineClamp?: StyleValue<Property.LineClamp | undefined> | StyleValueStateMap<Property.LineClamp | undefined>;
511
- listStyle?: StyleValue<Property.ListStyle | undefined> | StyleValueStateMap<Property.ListStyle | undefined>;
512
- marginBlock?: StyleValue<Property.MarginBlock<string | number> | undefined> | StyleValueStateMap<Property.MarginBlock<string | number> | undefined>;
513
- marginInline?: StyleValue<Property.MarginInline<string | number> | undefined> | StyleValueStateMap<Property.MarginInline<string | number> | undefined>;
514
- mask?: StyleValue<Property.Mask<string | number> | undefined> | StyleValueStateMap<Property.Mask<string | number> | undefined>;
515
- maskBorder?: StyleValue<Property.MaskBorder | undefined> | StyleValueStateMap<Property.MaskBorder | undefined>;
516
- motion?: StyleValue<Property.Offset<string | number> | undefined> | StyleValueStateMap<Property.Offset<string | number> | undefined>;
517
- offset?: StyleValue<Property.Offset<string | number> | undefined> | StyleValueStateMap<Property.Offset<string | number> | undefined>;
518
- overflow?: StyleValue<Property.Overflow | undefined> | StyleValueStateMap<Property.Overflow | undefined>;
519
- overscrollBehavior?: StyleValue<Property.OverscrollBehavior | undefined> | StyleValueStateMap<Property.OverscrollBehavior | undefined>;
520
- paddingBlock?: StyleValue<Property.PaddingBlock<string | number> | undefined> | StyleValueStateMap<Property.PaddingBlock<string | number> | undefined>;
521
- paddingInline?: StyleValue<Property.PaddingInline<string | number> | undefined> | StyleValueStateMap<Property.PaddingInline<string | number> | undefined>;
522
- placeSelf?: StyleValue<Property.PlaceSelf | undefined> | StyleValueStateMap<Property.PlaceSelf | undefined>;
523
- scrollMargin?: StyleValue<Property.ScrollMargin<string | number> | undefined> | StyleValueStateMap<Property.ScrollMargin<string | number> | undefined>;
524
- scrollMarginBlock?: StyleValue<Property.ScrollMarginBlock<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBlock<string | number> | undefined>;
525
- scrollMarginInline?: StyleValue<Property.ScrollMarginInline<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginInline<string | number> | undefined>;
526
- scrollPadding?: StyleValue<Property.ScrollPadding<string | number> | undefined> | StyleValueStateMap<Property.ScrollPadding<string | number> | undefined>;
527
- scrollPaddingBlock?: StyleValue<Property.ScrollPaddingBlock<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBlock<string | number> | undefined>;
528
- scrollPaddingInline?: StyleValue<Property.ScrollPaddingInline<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingInline<string | number> | undefined>;
529
- scrollSnapMargin?: StyleValue<Property.ScrollMargin<string | number> | undefined> | StyleValueStateMap<Property.ScrollMargin<string | number> | undefined>;
530
- scrollTimeline?: StyleValue<Property.ScrollTimeline | undefined> | StyleValueStateMap<Property.ScrollTimeline | undefined>;
531
- textDecoration?: StyleValue<Property.TextDecoration<string | number> | undefined> | StyleValueStateMap<Property.TextDecoration<string | number> | undefined>;
532
- textEmphasis?: StyleValue<Property.TextEmphasis | undefined> | StyleValueStateMap<Property.TextEmphasis | undefined>;
533
- MozAnimationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
534
- MozAnimationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
535
- MozAnimationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
536
- MozAnimationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
537
- MozAnimationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
538
- MozAnimationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
539
- MozAnimationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
540
- MozAnimationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
541
- MozAppearance?: StyleValue<Property.MozAppearance | undefined> | StyleValueStateMap<Property.MozAppearance | undefined>;
542
- MozBackfaceVisibility?: StyleValue<Property.BackfaceVisibility | undefined> | StyleValueStateMap<Property.BackfaceVisibility | undefined>;
543
- MozBinding?: StyleValue<Property.MozBinding | undefined> | StyleValueStateMap<Property.MozBinding | undefined>;
544
- MozBorderBottomColors?: StyleValue<Property.MozBorderBottomColors | undefined> | StyleValueStateMap<Property.MozBorderBottomColors | undefined>;
545
- MozBorderEndColor?: StyleValue<Property.BorderInlineEndColor | undefined> | StyleValueStateMap<Property.BorderInlineEndColor | undefined>;
546
- MozBorderEndStyle?: StyleValue<Property.BorderInlineEndStyle | undefined> | StyleValueStateMap<Property.BorderInlineEndStyle | undefined>;
547
- MozBorderEndWidth?: StyleValue<Property.BorderInlineEndWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineEndWidth<string | number> | undefined>;
548
- MozBorderLeftColors?: StyleValue<Property.MozBorderLeftColors | undefined> | StyleValueStateMap<Property.MozBorderLeftColors | undefined>;
549
- MozBorderRightColors?: StyleValue<Property.MozBorderRightColors | undefined> | StyleValueStateMap<Property.MozBorderRightColors | undefined>;
550
- MozBorderStartColor?: StyleValue<Property.BorderInlineStartColor | undefined> | StyleValueStateMap<Property.BorderInlineStartColor | undefined>;
551
- MozBorderStartStyle?: StyleValue<Property.BorderInlineStartStyle | undefined> | StyleValueStateMap<Property.BorderInlineStartStyle | undefined>;
552
- MozBorderTopColors?: StyleValue<Property.MozBorderTopColors | undefined> | StyleValueStateMap<Property.MozBorderTopColors | undefined>;
553
- MozBoxSizing?: StyleValue<Property.BoxSizing | undefined> | StyleValueStateMap<Property.BoxSizing | undefined>;
554
- MozColumnCount?: StyleValue<Property.ColumnCount | undefined> | StyleValueStateMap<Property.ColumnCount | undefined>;
555
- MozColumnFill?: StyleValue<Property.ColumnFill | undefined> | StyleValueStateMap<Property.ColumnFill | undefined>;
556
- MozColumnRuleColor?: StyleValue<Property.ColumnRuleColor | undefined> | StyleValueStateMap<Property.ColumnRuleColor | undefined>;
557
- MozColumnRuleStyle?: StyleValue<Property.ColumnRuleStyle | undefined> | StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
558
- MozColumnRuleWidth?: StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
559
- MozColumnWidth?: StyleValue<Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
560
- MozContextProperties?: StyleValue<Property.MozContextProperties | undefined> | StyleValueStateMap<Property.MozContextProperties | undefined>;
561
- MozFontFeatureSettings?: StyleValue<Property.FontFeatureSettings | undefined> | StyleValueStateMap<Property.FontFeatureSettings | undefined>;
562
- MozFontLanguageOverride?: StyleValue<Property.FontLanguageOverride | undefined> | StyleValueStateMap<Property.FontLanguageOverride | undefined>;
563
- MozHyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
564
- MozImageRegion?: StyleValue<Property.MozImageRegion | undefined> | StyleValueStateMap<Property.MozImageRegion | undefined>;
565
- MozMarginEnd?: StyleValue<Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
566
- MozMarginStart?: StyleValue<Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
567
- MozOrient?: StyleValue<Property.MozOrient | undefined> | StyleValueStateMap<Property.MozOrient | undefined>;
568
- MozOsxFontSmoothing?: StyleValue<Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
569
- MozPaddingEnd?: StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
570
- MozPaddingStart?: StyleValue<Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
571
- MozPerspective?: StyleValue<Property.Perspective<string | number> | undefined> | StyleValueStateMap<Property.Perspective<string | number> | undefined>;
572
- MozPerspectiveOrigin?: StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
573
- MozStackSizing?: StyleValue<Property.MozStackSizing | undefined> | StyleValueStateMap<Property.MozStackSizing | undefined>;
574
- MozTabSize?: StyleValue<Property.TabSize<string | number> | undefined> | StyleValueStateMap<Property.TabSize<string | number> | undefined>;
575
- MozTextBlink?: StyleValue<Property.MozTextBlink | undefined> | StyleValueStateMap<Property.MozTextBlink | undefined>;
576
- MozTextSizeAdjust?: StyleValue<Property.TextSizeAdjust | undefined> | StyleValueStateMap<Property.TextSizeAdjust | undefined>;
577
- MozTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
578
- MozTransformStyle?: StyleValue<Property.TransformStyle | undefined> | StyleValueStateMap<Property.TransformStyle | undefined>;
579
- MozTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
580
- MozTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
581
- MozTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
582
- MozTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
583
- MozUserFocus?: StyleValue<Property.MozUserFocus | undefined> | StyleValueStateMap<Property.MozUserFocus | undefined>;
584
- MozUserModify?: StyleValue<Property.MozUserModify | undefined> | StyleValueStateMap<Property.MozUserModify | undefined>;
585
- MozUserSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
586
- MozWindowDragging?: StyleValue<Property.MozWindowDragging | undefined> | StyleValueStateMap<Property.MozWindowDragging | undefined>;
587
- MozWindowShadow?: StyleValue<Property.MozWindowShadow | undefined> | StyleValueStateMap<Property.MozWindowShadow | undefined>;
588
- msAccelerator?: StyleValue<Property.MsAccelerator | undefined> | StyleValueStateMap<Property.MsAccelerator | undefined>;
589
- msBlockProgression?: StyleValue<Property.MsBlockProgression | undefined> | StyleValueStateMap<Property.MsBlockProgression | undefined>;
590
- msContentZoomChaining?: StyleValue<Property.MsContentZoomChaining | undefined> | StyleValueStateMap<Property.MsContentZoomChaining | undefined>;
591
- msContentZoomLimitMax?: StyleValue<Property.MsContentZoomLimitMax | undefined> | StyleValueStateMap<Property.MsContentZoomLimitMax | undefined>;
592
- msContentZoomLimitMin?: StyleValue<Property.MsContentZoomLimitMin | undefined> | StyleValueStateMap<Property.MsContentZoomLimitMin | undefined>;
593
- msContentZoomSnapPoints?: StyleValue<Property.MsContentZoomSnapPoints | undefined> | StyleValueStateMap<Property.MsContentZoomSnapPoints | undefined>;
594
- msContentZoomSnapType?: StyleValue<Property.MsContentZoomSnapType | undefined> | StyleValueStateMap<Property.MsContentZoomSnapType | undefined>;
595
- msContentZooming?: StyleValue<Property.MsContentZooming | undefined> | StyleValueStateMap<Property.MsContentZooming | undefined>;
596
- msFilter?: StyleValue<Property.MsFilter | undefined> | StyleValueStateMap<Property.MsFilter | undefined>;
597
- msFlexDirection?: StyleValue<Property.FlexDirection | undefined> | StyleValueStateMap<Property.FlexDirection | undefined>;
598
- msFlexPositive?: StyleValue<Property.FlexGrow | undefined> | StyleValueStateMap<Property.FlexGrow | undefined>;
599
- msFlowFrom?: StyleValue<Property.MsFlowFrom | undefined> | StyleValueStateMap<Property.MsFlowFrom | undefined>;
600
- msFlowInto?: StyleValue<Property.MsFlowInto | undefined> | StyleValueStateMap<Property.MsFlowInto | undefined>;
601
- msGridColumns?: StyleValue<Property.MsGridColumns<string | number> | undefined> | StyleValueStateMap<Property.MsGridColumns<string | number> | undefined>;
602
- msGridRows?: StyleValue<Property.MsGridRows<string | number> | undefined> | StyleValueStateMap<Property.MsGridRows<string | number> | undefined>;
603
- msHighContrastAdjust?: StyleValue<Property.MsHighContrastAdjust | undefined> | StyleValueStateMap<Property.MsHighContrastAdjust | undefined>;
604
- msHyphenateLimitChars?: StyleValue<Property.MsHyphenateLimitChars | undefined> | StyleValueStateMap<Property.MsHyphenateLimitChars | undefined>;
605
- msHyphenateLimitLines?: StyleValue<Property.MsHyphenateLimitLines | undefined> | StyleValueStateMap<Property.MsHyphenateLimitLines | undefined>;
606
- msHyphenateLimitZone?: StyleValue<Property.MsHyphenateLimitZone<string | number> | undefined> | StyleValueStateMap<Property.MsHyphenateLimitZone<string | number> | undefined>;
607
- msHyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
608
- msImeAlign?: StyleValue<Property.MsImeAlign | undefined> | StyleValueStateMap<Property.MsImeAlign | undefined>;
609
- msLineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
610
- msOrder?: StyleValue<Property.Order | undefined> | StyleValueStateMap<Property.Order | undefined>;
611
- msOverflowStyle?: StyleValue<Property.MsOverflowStyle | undefined> | StyleValueStateMap<Property.MsOverflowStyle | undefined>;
612
- msOverflowX?: StyleValue<Property.OverflowX | undefined> | StyleValueStateMap<Property.OverflowX | undefined>;
613
- msOverflowY?: StyleValue<Property.OverflowY | undefined> | StyleValueStateMap<Property.OverflowY | undefined>;
614
- msScrollChaining?: StyleValue<Property.MsScrollChaining | undefined> | StyleValueStateMap<Property.MsScrollChaining | undefined>;
615
- msScrollLimitXMax?: StyleValue<Property.MsScrollLimitXMax<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitXMax<string | number> | undefined>;
616
- msScrollLimitXMin?: StyleValue<Property.MsScrollLimitXMin<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitXMin<string | number> | undefined>;
617
- msScrollLimitYMax?: StyleValue<Property.MsScrollLimitYMax<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitYMax<string | number> | undefined>;
618
- msScrollLimitYMin?: StyleValue<Property.MsScrollLimitYMin<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitYMin<string | number> | undefined>;
619
- msScrollRails?: StyleValue<Property.MsScrollRails | undefined> | StyleValueStateMap<Property.MsScrollRails | undefined>;
620
- msScrollSnapPointsX?: StyleValue<Property.MsScrollSnapPointsX | undefined> | StyleValueStateMap<Property.MsScrollSnapPointsX | undefined>;
621
- msScrollSnapPointsY?: StyleValue<Property.MsScrollSnapPointsY | undefined> | StyleValueStateMap<Property.MsScrollSnapPointsY | undefined>;
622
- msScrollSnapType?: StyleValue<Property.MsScrollSnapType | undefined> | StyleValueStateMap<Property.MsScrollSnapType | undefined>;
623
- msScrollTranslation?: StyleValue<Property.MsScrollTranslation | undefined> | StyleValueStateMap<Property.MsScrollTranslation | undefined>;
624
- msScrollbar3dlightColor?: StyleValue<Property.MsScrollbar3dlightColor | undefined> | StyleValueStateMap<Property.MsScrollbar3dlightColor | undefined>;
625
- msScrollbarArrowColor?: StyleValue<Property.MsScrollbarArrowColor | undefined> | StyleValueStateMap<Property.MsScrollbarArrowColor | undefined>;
626
- msScrollbarBaseColor?: StyleValue<Property.MsScrollbarBaseColor | undefined> | StyleValueStateMap<Property.MsScrollbarBaseColor | undefined>;
627
- msScrollbarDarkshadowColor?: StyleValue<Property.MsScrollbarDarkshadowColor | undefined> | StyleValueStateMap<Property.MsScrollbarDarkshadowColor | undefined>;
628
- msScrollbarFaceColor?: StyleValue<Property.MsScrollbarFaceColor | undefined> | StyleValueStateMap<Property.MsScrollbarFaceColor | undefined>;
629
- msScrollbarHighlightColor?: StyleValue<Property.MsScrollbarHighlightColor | undefined> | StyleValueStateMap<Property.MsScrollbarHighlightColor | undefined>;
630
- msScrollbarShadowColor?: StyleValue<Property.MsScrollbarShadowColor | undefined> | StyleValueStateMap<Property.MsScrollbarShadowColor | undefined>;
631
- msScrollbarTrackColor?: StyleValue<Property.MsScrollbarTrackColor | undefined> | StyleValueStateMap<Property.MsScrollbarTrackColor | undefined>;
632
- msTextAutospace?: StyleValue<Property.MsTextAutospace | undefined> | StyleValueStateMap<Property.MsTextAutospace | undefined>;
633
- msTextCombineHorizontal?: StyleValue<Property.TextCombineUpright | undefined> | StyleValueStateMap<Property.TextCombineUpright | undefined>;
634
- msTextOverflow?: StyleValue<Property.TextOverflow | undefined> | StyleValueStateMap<Property.TextOverflow | undefined>;
635
- msTouchAction?: StyleValue<Property.TouchAction | undefined> | StyleValueStateMap<Property.TouchAction | undefined>;
636
- msTouchSelect?: StyleValue<Property.MsTouchSelect | undefined> | StyleValueStateMap<Property.MsTouchSelect | undefined>;
637
- msTransform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
638
- msTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
639
- msTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
640
- msTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
641
- msTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
642
- msTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
643
- msUserSelect?: StyleValue<Property.MsUserSelect | undefined> | StyleValueStateMap<Property.MsUserSelect | undefined>;
644
- msWordBreak?: StyleValue<Property.WordBreak | undefined> | StyleValueStateMap<Property.WordBreak | undefined>;
645
- msWrapFlow?: StyleValue<Property.MsWrapFlow | undefined> | StyleValueStateMap<Property.MsWrapFlow | undefined>;
646
- msWrapMargin?: StyleValue<Property.MsWrapMargin<string | number> | undefined> | StyleValueStateMap<Property.MsWrapMargin<string | number> | undefined>;
647
- msWrapThrough?: StyleValue<Property.MsWrapThrough | undefined> | StyleValueStateMap<Property.MsWrapThrough | undefined>;
648
- msWritingMode?: StyleValue<Property.WritingMode | undefined> | StyleValueStateMap<Property.WritingMode | undefined>;
649
- WebkitAlignContent?: StyleValue<Property.AlignContent | undefined> | StyleValueStateMap<Property.AlignContent | undefined>;
650
- WebkitAlignItems?: StyleValue<Property.AlignItems | undefined> | StyleValueStateMap<Property.AlignItems | undefined>;
651
- WebkitAlignSelf?: StyleValue<Property.AlignSelf | undefined> | StyleValueStateMap<Property.AlignSelf | undefined>;
652
- WebkitAnimationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
653
- WebkitAnimationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
654
- WebkitAnimationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
655
- WebkitAnimationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
656
- WebkitAnimationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
657
- WebkitAnimationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
658
- WebkitAnimationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
659
- WebkitAnimationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
660
- WebkitAppearance?: StyleValue<Property.WebkitAppearance | undefined> | StyleValueStateMap<Property.WebkitAppearance | undefined>;
661
- WebkitBackdropFilter?: StyleValue<Property.BackdropFilter | undefined> | StyleValueStateMap<Property.BackdropFilter | undefined>;
662
- WebkitBackfaceVisibility?: StyleValue<Property.BackfaceVisibility | undefined> | StyleValueStateMap<Property.BackfaceVisibility | undefined>;
663
- WebkitBackgroundClip?: StyleValue<Property.BackgroundClip | undefined> | StyleValueStateMap<Property.BackgroundClip | undefined>;
664
- WebkitBackgroundOrigin?: StyleValue<Property.BackgroundOrigin | undefined> | StyleValueStateMap<Property.BackgroundOrigin | undefined>;
665
- WebkitBackgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
666
- WebkitBorderBeforeColor?: StyleValue<Property.WebkitBorderBeforeColor | undefined> | StyleValueStateMap<Property.WebkitBorderBeforeColor | undefined>;
667
- WebkitBorderBeforeStyle?: StyleValue<Property.WebkitBorderBeforeStyle | undefined> | StyleValueStateMap<Property.WebkitBorderBeforeStyle | undefined>;
668
- WebkitBorderBeforeWidth?: StyleValue<Property.WebkitBorderBeforeWidth<string | number> | undefined> | StyleValueStateMap<Property.WebkitBorderBeforeWidth<string | number> | undefined>;
669
- WebkitBorderBottomLeftRadius?: StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
670
- WebkitBorderBottomRightRadius?: StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
671
- WebkitBorderImageSlice?: StyleValue<Property.BorderImageSlice | undefined> | StyleValueStateMap<Property.BorderImageSlice | undefined>;
672
- WebkitBorderTopLeftRadius?: StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
673
- WebkitBorderTopRightRadius?: StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
674
- WebkitBoxDecorationBreak?: StyleValue<Property.BoxDecorationBreak | undefined> | StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
675
- WebkitBoxReflect?: StyleValue<Property.WebkitBoxReflect<string | number> | undefined> | StyleValueStateMap<Property.WebkitBoxReflect<string | number> | undefined>;
676
- WebkitBoxShadow?: StyleValue<Property.BoxShadow | undefined> | StyleValueStateMap<Property.BoxShadow | undefined>;
677
- WebkitBoxSizing?: StyleValue<Property.BoxSizing | undefined> | StyleValueStateMap<Property.BoxSizing | undefined>;
678
- WebkitClipPath?: StyleValue<Property.ClipPath | undefined> | StyleValueStateMap<Property.ClipPath | undefined>;
679
- WebkitColumnCount?: StyleValue<Property.ColumnCount | undefined> | StyleValueStateMap<Property.ColumnCount | undefined>;
680
- WebkitColumnFill?: StyleValue<Property.ColumnFill | undefined> | StyleValueStateMap<Property.ColumnFill | undefined>;
681
- WebkitColumnRuleColor?: StyleValue<Property.ColumnRuleColor | undefined> | StyleValueStateMap<Property.ColumnRuleColor | undefined>;
682
- WebkitColumnRuleStyle?: StyleValue<Property.ColumnRuleStyle | undefined> | StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
683
- WebkitColumnRuleWidth?: StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
684
- WebkitColumnSpan?: StyleValue<Property.ColumnSpan | undefined> | StyleValueStateMap<Property.ColumnSpan | undefined>;
685
- WebkitColumnWidth?: StyleValue<Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
686
- WebkitFilter?: StyleValue<Property.Filter | undefined> | StyleValueStateMap<Property.Filter | undefined>;
687
- WebkitFlexBasis?: StyleValue<Property.FlexBasis<string | number> | undefined> | StyleValueStateMap<Property.FlexBasis<string | number> | undefined>;
688
- WebkitFlexDirection?: StyleValue<Property.FlexDirection | undefined> | StyleValueStateMap<Property.FlexDirection | undefined>;
689
- WebkitFlexGrow?: StyleValue<Property.FlexGrow | undefined> | StyleValueStateMap<Property.FlexGrow | undefined>;
690
- WebkitFlexShrink?: StyleValue<Property.FlexShrink | undefined> | StyleValueStateMap<Property.FlexShrink | undefined>;
691
- WebkitFlexWrap?: StyleValue<Property.FlexWrap | undefined> | StyleValueStateMap<Property.FlexWrap | undefined>;
692
- WebkitFontFeatureSettings?: StyleValue<Property.FontFeatureSettings | undefined> | StyleValueStateMap<Property.FontFeatureSettings | undefined>;
693
- WebkitFontKerning?: StyleValue<Property.FontKerning | undefined> | StyleValueStateMap<Property.FontKerning | undefined>;
694
- WebkitFontSmoothing?: StyleValue<Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
695
- WebkitFontVariantLigatures?: StyleValue<Property.FontVariantLigatures | undefined> | StyleValueStateMap<Property.FontVariantLigatures | undefined>;
696
- WebkitHyphenateCharacter?: StyleValue<Property.HyphenateCharacter | undefined> | StyleValueStateMap<Property.HyphenateCharacter | undefined>;
697
- WebkitHyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
698
- WebkitInitialLetter?: StyleValue<Property.InitialLetter | undefined> | StyleValueStateMap<Property.InitialLetter | undefined>;
699
- WebkitJustifyContent?: StyleValue<Property.JustifyContent | undefined> | StyleValueStateMap<Property.JustifyContent | undefined>;
700
- WebkitLineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
701
- WebkitLineClamp?: StyleValue<Property.WebkitLineClamp | undefined> | StyleValueStateMap<Property.WebkitLineClamp | undefined>;
702
- WebkitMarginEnd?: StyleValue<Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
703
- WebkitMarginStart?: StyleValue<Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
704
- WebkitMaskAttachment?: StyleValue<Property.WebkitMaskAttachment | undefined> | StyleValueStateMap<Property.WebkitMaskAttachment | undefined>;
705
- WebkitMaskBoxImageOutset?: StyleValue<Property.MaskBorderOutset<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderOutset<string | number> | undefined>;
706
- WebkitMaskBoxImageRepeat?: StyleValue<Property.MaskBorderRepeat | undefined> | StyleValueStateMap<Property.MaskBorderRepeat | undefined>;
707
- WebkitMaskBoxImageSlice?: StyleValue<Property.MaskBorderSlice | undefined> | StyleValueStateMap<Property.MaskBorderSlice | undefined>;
708
- WebkitMaskBoxImageSource?: StyleValue<Property.MaskBorderSource | undefined> | StyleValueStateMap<Property.MaskBorderSource | undefined>;
709
- WebkitMaskBoxImageWidth?: StyleValue<Property.MaskBorderWidth<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderWidth<string | number> | undefined>;
710
- WebkitMaskClip?: StyleValue<Property.WebkitMaskClip | undefined> | StyleValueStateMap<Property.WebkitMaskClip | undefined>;
711
- WebkitMaskComposite?: StyleValue<Property.WebkitMaskComposite | undefined> | StyleValueStateMap<Property.WebkitMaskComposite | undefined>;
712
- WebkitMaskImage?: StyleValue<Property.WebkitMaskImage | undefined> | StyleValueStateMap<Property.WebkitMaskImage | undefined>;
713
- WebkitMaskOrigin?: StyleValue<Property.WebkitMaskOrigin | undefined> | StyleValueStateMap<Property.WebkitMaskOrigin | undefined>;
714
- WebkitMaskPosition?: StyleValue<Property.WebkitMaskPosition<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskPosition<string | number> | undefined>;
715
- WebkitMaskPositionX?: StyleValue<Property.WebkitMaskPositionX<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskPositionX<string | number> | undefined>;
716
- WebkitMaskPositionY?: StyleValue<Property.WebkitMaskPositionY<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskPositionY<string | number> | undefined>;
717
- WebkitMaskRepeat?: StyleValue<Property.WebkitMaskRepeat | undefined> | StyleValueStateMap<Property.WebkitMaskRepeat | undefined>;
718
- WebkitMaskRepeatX?: StyleValue<Property.WebkitMaskRepeatX | undefined> | StyleValueStateMap<Property.WebkitMaskRepeatX | undefined>;
719
- WebkitMaskRepeatY?: StyleValue<Property.WebkitMaskRepeatY | undefined> | StyleValueStateMap<Property.WebkitMaskRepeatY | undefined>;
720
- WebkitMaskSize?: StyleValue<Property.WebkitMaskSize<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskSize<string | number> | undefined>;
721
- WebkitMaxInlineSize?: StyleValue<Property.MaxInlineSize<string | number> | undefined> | StyleValueStateMap<Property.MaxInlineSize<string | number> | undefined>;
722
- WebkitOrder?: StyleValue<Property.Order | undefined> | StyleValueStateMap<Property.Order | undefined>;
723
- WebkitOverflowScrolling?: StyleValue<Property.WebkitOverflowScrolling | undefined> | StyleValueStateMap<Property.WebkitOverflowScrolling | undefined>;
724
- WebkitPaddingEnd?: StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
725
- WebkitPaddingStart?: StyleValue<Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
726
- WebkitPerspective?: StyleValue<Property.Perspective<string | number> | undefined> | StyleValueStateMap<Property.Perspective<string | number> | undefined>;
727
- WebkitPerspectiveOrigin?: StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
728
- WebkitPrintColorAdjust?: StyleValue<Property.PrintColorAdjust | undefined> | StyleValueStateMap<Property.PrintColorAdjust | undefined>;
729
- WebkitRubyPosition?: StyleValue<Property.RubyPosition | undefined> | StyleValueStateMap<Property.RubyPosition | undefined>;
730
- WebkitScrollSnapType?: StyleValue<Property.ScrollSnapType | undefined> | StyleValueStateMap<Property.ScrollSnapType | undefined>;
731
- WebkitShapeMargin?: StyleValue<Property.ShapeMargin<string | number> | undefined> | StyleValueStateMap<Property.ShapeMargin<string | number> | undefined>;
732
- WebkitTapHighlightColor?: StyleValue<Property.WebkitTapHighlightColor | undefined> | StyleValueStateMap<Property.WebkitTapHighlightColor | undefined>;
733
- WebkitTextCombine?: StyleValue<Property.TextCombineUpright | undefined> | StyleValueStateMap<Property.TextCombineUpright | undefined>;
734
- WebkitTextDecorationColor?: StyleValue<Property.TextDecorationColor | undefined> | StyleValueStateMap<Property.TextDecorationColor | undefined>;
735
- WebkitTextDecorationLine?: StyleValue<Property.TextDecorationLine | undefined> | StyleValueStateMap<Property.TextDecorationLine | undefined>;
736
- WebkitTextDecorationSkip?: StyleValue<Property.TextDecorationSkip | undefined> | StyleValueStateMap<Property.TextDecorationSkip | undefined>;
737
- WebkitTextDecorationStyle?: StyleValue<Property.TextDecorationStyle | undefined> | StyleValueStateMap<Property.TextDecorationStyle | undefined>;
738
- WebkitTextEmphasisColor?: StyleValue<Property.TextEmphasisColor | undefined> | StyleValueStateMap<Property.TextEmphasisColor | undefined>;
739
- WebkitTextEmphasisPosition?: StyleValue<Property.TextEmphasisPosition | undefined> | StyleValueStateMap<Property.TextEmphasisPosition | undefined>;
740
- WebkitTextEmphasisStyle?: StyleValue<Property.TextEmphasisStyle | undefined> | StyleValueStateMap<Property.TextEmphasisStyle | undefined>;
741
- WebkitTextFillColor?: StyleValue<Property.WebkitTextFillColor | undefined> | StyleValueStateMap<Property.WebkitTextFillColor | undefined>;
742
- WebkitTextOrientation?: StyleValue<Property.TextOrientation | undefined> | StyleValueStateMap<Property.TextOrientation | undefined>;
743
- WebkitTextSizeAdjust?: StyleValue<Property.TextSizeAdjust | undefined> | StyleValueStateMap<Property.TextSizeAdjust | undefined>;
744
- WebkitTextStrokeColor?: StyleValue<Property.WebkitTextStrokeColor | undefined> | StyleValueStateMap<Property.WebkitTextStrokeColor | undefined>;
745
- WebkitTextStrokeWidth?: StyleValue<Property.WebkitTextStrokeWidth<string | number> | undefined> | StyleValueStateMap<Property.WebkitTextStrokeWidth<string | number> | undefined>;
746
- WebkitTextUnderlinePosition?: StyleValue<Property.TextUnderlinePosition | undefined> | StyleValueStateMap<Property.TextUnderlinePosition | undefined>;
747
- WebkitTouchCallout?: StyleValue<Property.WebkitTouchCallout | undefined> | StyleValueStateMap<Property.WebkitTouchCallout | undefined>;
748
- WebkitTransform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
749
- WebkitTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
750
- WebkitTransformStyle?: StyleValue<Property.TransformStyle | undefined> | StyleValueStateMap<Property.TransformStyle | undefined>;
751
- WebkitTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
752
- WebkitTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
753
- WebkitTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
754
- WebkitTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
755
- WebkitUserModify?: StyleValue<Property.WebkitUserModify | undefined> | StyleValueStateMap<Property.WebkitUserModify | undefined>;
756
- WebkitUserSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
757
- WebkitWritingMode?: StyleValue<Property.WritingMode | undefined> | StyleValueStateMap<Property.WritingMode | undefined>;
758
- MozAnimation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
759
- MozBorderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
760
- MozColumnRule?: StyleValue<Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
761
- MozColumns?: StyleValue<Property.Columns<string | number> | undefined> | StyleValueStateMap<Property.Columns<string | number> | undefined>;
762
- MozTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
763
- msContentZoomLimit?: StyleValue<Property.MsContentZoomLimit | undefined> | StyleValueStateMap<Property.MsContentZoomLimit | undefined>;
764
- msContentZoomSnap?: StyleValue<Property.MsContentZoomSnap | undefined> | StyleValueStateMap<Property.MsContentZoomSnap | undefined>;
765
- msFlex?: StyleValue<Property.Flex<string | number> | undefined> | StyleValueStateMap<Property.Flex<string | number> | undefined>;
766
- msScrollLimit?: StyleValue<Property.MsScrollLimit | undefined> | StyleValueStateMap<Property.MsScrollLimit | undefined>;
767
- msScrollSnapX?: StyleValue<Property.MsScrollSnapX | undefined> | StyleValueStateMap<Property.MsScrollSnapX | undefined>;
768
- msScrollSnapY?: StyleValue<Property.MsScrollSnapY | undefined> | StyleValueStateMap<Property.MsScrollSnapY | undefined>;
769
- msTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
770
- WebkitAnimation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
771
- WebkitBorderBefore?: StyleValue<Property.WebkitBorderBefore<string | number> | undefined> | StyleValueStateMap<Property.WebkitBorderBefore<string | number> | undefined>;
772
- WebkitBorderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
773
- WebkitBorderRadius?: StyleValue<Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
774
- WebkitColumnRule?: StyleValue<Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
775
- WebkitColumns?: StyleValue<Property.Columns<string | number> | undefined> | StyleValueStateMap<Property.Columns<string | number> | undefined>;
776
- WebkitFlex?: StyleValue<Property.Flex<string | number> | undefined> | StyleValueStateMap<Property.Flex<string | number> | undefined>;
777
- WebkitFlexFlow?: StyleValue<Property.FlexFlow | undefined> | StyleValueStateMap<Property.FlexFlow | undefined>;
778
- WebkitMask?: StyleValue<Property.WebkitMask<string | number> | undefined> | StyleValueStateMap<Property.WebkitMask<string | number> | undefined>;
779
- WebkitMaskBoxImage?: StyleValue<Property.MaskBorder | undefined> | StyleValueStateMap<Property.MaskBorder | undefined>;
780
- WebkitTextEmphasis?: StyleValue<Property.TextEmphasis | undefined> | StyleValueStateMap<Property.TextEmphasis | undefined>;
781
- WebkitTextStroke?: StyleValue<Property.WebkitTextStroke<string | number> | undefined> | StyleValueStateMap<Property.WebkitTextStroke<string | number> | undefined>;
782
- WebkitTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
783
- azimuth?: StyleValue<Property.Azimuth | undefined> | StyleValueStateMap<Property.Azimuth | undefined>;
784
- boxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
785
- boxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
786
- boxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
787
- boxFlexGroup?: StyleValue<Property.BoxFlexGroup | undefined> | StyleValueStateMap<Property.BoxFlexGroup | undefined>;
788
- boxLines?: StyleValue<Property.BoxLines | undefined> | StyleValueStateMap<Property.BoxLines | undefined>;
789
- boxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
790
- boxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
791
- boxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
792
- clip?: StyleValue<Property.Clip | undefined> | StyleValueStateMap<Property.Clip | undefined>;
793
- gridColumnGap?: StyleValue<Property.GridColumnGap<string | number> | undefined> | StyleValueStateMap<Property.GridColumnGap<string | number> | undefined>;
794
- gridGap?: StyleValue<Property.GridGap<string | number> | undefined> | StyleValueStateMap<Property.GridGap<string | number> | undefined>;
795
- gridRowGap?: StyleValue<Property.GridRowGap<string | number> | undefined> | StyleValueStateMap<Property.GridRowGap<string | number> | undefined>;
796
- imeMode?: StyleValue<Property.ImeMode | undefined> | StyleValueStateMap<Property.ImeMode | undefined>;
797
- offsetBlock?: StyleValue<Property.InsetBlock<string | number> | undefined> | StyleValueStateMap<Property.InsetBlock<string | number> | undefined>;
798
- offsetBlockEnd?: StyleValue<Property.InsetBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockEnd<string | number> | undefined>;
799
- offsetBlockStart?: StyleValue<Property.InsetBlockStart<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockStart<string | number> | undefined>;
800
- offsetInline?: StyleValue<Property.InsetInline<string | number> | undefined> | StyleValueStateMap<Property.InsetInline<string | number> | undefined>;
801
- offsetInlineEnd?: StyleValue<Property.InsetInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineEnd<string | number> | undefined>;
802
- offsetInlineStart?: StyleValue<Property.InsetInlineStart<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineStart<string | number> | undefined>;
803
- scrollSnapCoordinate?: StyleValue<Property.ScrollSnapCoordinate<string | number> | undefined> | StyleValueStateMap<Property.ScrollSnapCoordinate<string | number> | undefined>;
804
- scrollSnapDestination?: StyleValue<Property.ScrollSnapDestination<string | number> | undefined> | StyleValueStateMap<Property.ScrollSnapDestination<string | number> | undefined>;
805
- scrollSnapPointsX?: StyleValue<Property.ScrollSnapPointsX | undefined> | StyleValueStateMap<Property.ScrollSnapPointsX | undefined>;
806
- scrollSnapPointsY?: StyleValue<Property.ScrollSnapPointsY | undefined> | StyleValueStateMap<Property.ScrollSnapPointsY | undefined>;
807
- scrollSnapTypeX?: StyleValue<Property.ScrollSnapTypeX | undefined> | StyleValueStateMap<Property.ScrollSnapTypeX | undefined>;
808
- scrollSnapTypeY?: StyleValue<Property.ScrollSnapTypeY | undefined> | StyleValueStateMap<Property.ScrollSnapTypeY | undefined>;
809
- KhtmlBoxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
810
- KhtmlBoxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
811
- KhtmlBoxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
812
- KhtmlBoxFlexGroup?: StyleValue<Property.BoxFlexGroup | undefined> | StyleValueStateMap<Property.BoxFlexGroup | undefined>;
813
- KhtmlBoxLines?: StyleValue<Property.BoxLines | undefined> | StyleValueStateMap<Property.BoxLines | undefined>;
814
- KhtmlBoxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
815
- KhtmlBoxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
816
- KhtmlBoxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
817
- KhtmlLineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
818
- KhtmlOpacity?: StyleValue<Property.Opacity | undefined> | StyleValueStateMap<Property.Opacity | undefined>;
819
- KhtmlUserSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
820
- MozBackgroundClip?: StyleValue<Property.BackgroundClip | undefined> | StyleValueStateMap<Property.BackgroundClip | undefined>;
821
- MozBackgroundInlinePolicy?: StyleValue<Property.BoxDecorationBreak | undefined> | StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
822
- MozBackgroundOrigin?: StyleValue<Property.BackgroundOrigin | undefined> | StyleValueStateMap<Property.BackgroundOrigin | undefined>;
823
- MozBackgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
824
- MozBorderRadius?: StyleValue<Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
825
- MozBorderRadiusBottomleft?: StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
826
- MozBorderRadiusBottomright?: StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
827
- MozBorderRadiusTopleft?: StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
828
- MozBorderRadiusTopright?: StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
829
- MozBoxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
830
- MozBoxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
831
- MozBoxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
832
- MozBoxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
833
- MozBoxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
834
- MozBoxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
835
- MozBoxShadow?: StyleValue<Property.BoxShadow | undefined> | StyleValueStateMap<Property.BoxShadow | undefined>;
836
- MozFloatEdge?: StyleValue<Property.MozFloatEdge | undefined> | StyleValueStateMap<Property.MozFloatEdge | undefined>;
837
- MozForceBrokenImageIcon?: StyleValue<Property.MozForceBrokenImageIcon | undefined> | StyleValueStateMap<Property.MozForceBrokenImageIcon | undefined>;
838
- MozOpacity?: StyleValue<Property.Opacity | undefined> | StyleValueStateMap<Property.Opacity | undefined>;
839
- MozOutline?: StyleValue<Property.Outline<string | number> | undefined> | StyleValueStateMap<Property.Outline<string | number> | undefined>;
840
- MozOutlineColor?: StyleValue<Property.OutlineColor | undefined> | StyleValueStateMap<Property.OutlineColor | undefined>;
841
- MozOutlineRadius?: StyleValue<Property.MozOutlineRadius<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadius<string | number> | undefined>;
842
- MozOutlineRadiusBottomleft?: StyleValue<Property.MozOutlineRadiusBottomleft<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
843
- MozOutlineRadiusBottomright?: StyleValue<Property.MozOutlineRadiusBottomright<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusBottomright<string | number> | undefined>;
844
- MozOutlineRadiusTopleft?: StyleValue<Property.MozOutlineRadiusTopleft<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusTopleft<string | number> | undefined>;
845
- MozOutlineRadiusTopright?: StyleValue<Property.MozOutlineRadiusTopright<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusTopright<string | number> | undefined>;
846
- MozOutlineStyle?: StyleValue<Property.OutlineStyle | undefined> | StyleValueStateMap<Property.OutlineStyle | undefined>;
847
- MozOutlineWidth?: StyleValue<Property.OutlineWidth<string | number> | undefined> | StyleValueStateMap<Property.OutlineWidth<string | number> | undefined>;
848
- MozTextAlignLast?: StyleValue<Property.TextAlignLast | undefined> | StyleValueStateMap<Property.TextAlignLast | undefined>;
849
- MozTextDecorationColor?: StyleValue<Property.TextDecorationColor | undefined> | StyleValueStateMap<Property.TextDecorationColor | undefined>;
850
- MozTextDecorationLine?: StyleValue<Property.TextDecorationLine | undefined> | StyleValueStateMap<Property.TextDecorationLine | undefined>;
851
- MozTextDecorationStyle?: StyleValue<Property.TextDecorationStyle | undefined> | StyleValueStateMap<Property.TextDecorationStyle | undefined>;
852
- MozUserInput?: StyleValue<Property.MozUserInput | undefined> | StyleValueStateMap<Property.MozUserInput | undefined>;
853
- msImeMode?: StyleValue<Property.ImeMode | undefined> | StyleValueStateMap<Property.ImeMode | undefined>;
854
- OAnimation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
855
- OAnimationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
856
- OAnimationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
857
- OAnimationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
858
- OAnimationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
859
- OAnimationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
860
- OAnimationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
861
- OAnimationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
862
- OAnimationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
863
- OBackgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
864
- OBorderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
865
- OObjectFit?: StyleValue<Property.ObjectFit | undefined> | StyleValueStateMap<Property.ObjectFit | undefined>;
866
- OObjectPosition?: StyleValue<Property.ObjectPosition<string | number> | undefined> | StyleValueStateMap<Property.ObjectPosition<string | number> | undefined>;
867
- OTabSize?: StyleValue<Property.TabSize<string | number> | undefined> | StyleValueStateMap<Property.TabSize<string | number> | undefined>;
868
- OTextOverflow?: StyleValue<Property.TextOverflow | undefined> | StyleValueStateMap<Property.TextOverflow | undefined>;
869
- OTransform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
870
- OTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
871
- OTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
872
- OTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
873
- OTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
874
- OTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
875
- OTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
876
- WebkitBoxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
877
- WebkitBoxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
878
- WebkitBoxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
879
- WebkitBoxFlexGroup?: StyleValue<Property.BoxFlexGroup | undefined> | StyleValueStateMap<Property.BoxFlexGroup | undefined>;
880
- WebkitBoxLines?: StyleValue<Property.BoxLines | undefined> | StyleValueStateMap<Property.BoxLines | undefined>;
881
- WebkitBoxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
882
- WebkitBoxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
883
- WebkitBoxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
884
- WebkitScrollSnapPointsX?: StyleValue<Property.ScrollSnapPointsX | undefined> | StyleValueStateMap<Property.ScrollSnapPointsX | undefined>;
885
- WebkitScrollSnapPointsY?: StyleValue<Property.ScrollSnapPointsY | undefined> | StyleValueStateMap<Property.ScrollSnapPointsY | undefined>;
886
- alignmentBaseline?: StyleValue<Property.AlignmentBaseline | undefined> | StyleValueStateMap<Property.AlignmentBaseline | undefined>;
887
- baselineShift?: StyleValue<Property.BaselineShift<string | number> | undefined> | StyleValueStateMap<Property.BaselineShift<string | number> | undefined>;
888
- clipRule?: StyleValue<Property.ClipRule | undefined> | StyleValueStateMap<Property.ClipRule | undefined>;
889
- colorInterpolation?: StyleValue<Property.ColorInterpolation | undefined> | StyleValueStateMap<Property.ColorInterpolation | undefined>;
890
- colorRendering?: StyleValue<Property.ColorRendering | undefined> | StyleValueStateMap<Property.ColorRendering | undefined>;
891
- dominantBaseline?: StyleValue<Property.DominantBaseline | undefined> | StyleValueStateMap<Property.DominantBaseline | undefined>;
892
- fillOpacity?: StyleValue<Property.FillOpacity | undefined> | StyleValueStateMap<Property.FillOpacity | undefined>;
893
- fillRule?: StyleValue<Property.FillRule | undefined> | StyleValueStateMap<Property.FillRule | undefined>;
894
- floodColor?: StyleValue<Property.FloodColor | undefined> | StyleValueStateMap<Property.FloodColor | undefined>;
895
- floodOpacity?: StyleValue<Property.FloodOpacity | undefined> | StyleValueStateMap<Property.FloodOpacity | undefined>;
896
- glyphOrientationVertical?: StyleValue<Property.GlyphOrientationVertical | undefined> | StyleValueStateMap<Property.GlyphOrientationVertical | undefined>;
897
- lightingColor?: StyleValue<Property.LightingColor | undefined> | StyleValueStateMap<Property.LightingColor | undefined>;
898
- marker?: StyleValue<Property.Marker | undefined> | StyleValueStateMap<Property.Marker | undefined>;
899
- markerEnd?: StyleValue<Property.MarkerEnd | undefined> | StyleValueStateMap<Property.MarkerEnd | undefined>;
900
- markerMid?: StyleValue<Property.MarkerMid | undefined> | StyleValueStateMap<Property.MarkerMid | undefined>;
901
- markerStart?: StyleValue<Property.MarkerStart | undefined> | StyleValueStateMap<Property.MarkerStart | undefined>;
902
- shapeRendering?: StyleValue<Property.ShapeRendering | undefined> | StyleValueStateMap<Property.ShapeRendering | undefined>;
903
- stopColor?: StyleValue<Property.StopColor | undefined> | StyleValueStateMap<Property.StopColor | undefined>;
904
- stopOpacity?: StyleValue<Property.StopOpacity | undefined> | StyleValueStateMap<Property.StopOpacity | undefined>;
905
- stroke?: StyleValue<Property.Stroke | undefined> | StyleValueStateMap<Property.Stroke | undefined>;
906
- strokeDasharray?: StyleValue<Property.StrokeDasharray<string | number> | undefined> | StyleValueStateMap<Property.StrokeDasharray<string | number> | undefined>;
907
- strokeDashoffset?: StyleValue<Property.StrokeDashoffset<string | number> | undefined> | StyleValueStateMap<Property.StrokeDashoffset<string | number> | undefined>;
908
- strokeLinecap?: StyleValue<Property.StrokeLinecap | undefined> | StyleValueStateMap<Property.StrokeLinecap | undefined>;
909
- strokeLinejoin?: StyleValue<Property.StrokeLinejoin | undefined> | StyleValueStateMap<Property.StrokeLinejoin | undefined>;
910
- strokeMiterlimit?: StyleValue<Property.StrokeMiterlimit | undefined> | StyleValueStateMap<Property.StrokeMiterlimit | undefined>;
911
- strokeOpacity?: StyleValue<Property.StrokeOpacity | undefined> | StyleValueStateMap<Property.StrokeOpacity | undefined>;
912
- strokeWidth?: StyleValue<Property.StrokeWidth<string | number> | undefined> | StyleValueStateMap<Property.StrokeWidth<string | number> | undefined>;
913
- textAnchor?: StyleValue<Property.TextAnchor | undefined> | StyleValueStateMap<Property.TextAnchor | undefined>;
914
- vectorEffect?: StyleValue<Property.VectorEffect | undefined> | StyleValueStateMap<Property.VectorEffect | undefined>;
915
- image?: StyleValue<Property.BackgroundImage | undefined> | StyleValueStateMap<Property.BackgroundImage | undefined>;
916
- svgFill?: StyleValue<(string & {}) | `#${string}` | `#${string}.0` | `#${string}.3` | `#${string}.7` | `#${string}.4` | `#${string}.6` | `#${string}.1` | `#${string}.2` | `#${string}.5` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.03` | `#${string}.07` | `#${string}.04` | `#${string}.06` | `#${string}.01` | `#${string}.02` | `#${string}.05` | `#${string}.08` | `#${string}.09` | `#${string}.30` | `#${string}.33` | `#${string}.37` | `#${string}.34` | `#${string}.36` | `#${string}.31` | `#${string}.32` | `#${string}.35` | `#${string}.38` | `#${string}.39` | `#${string}.70` | `#${string}.73` | `#${string}.77` | `#${string}.74` | `#${string}.76` | `#${string}.71` | `#${string}.72` | `#${string}.75` | `#${string}.78` | `#${string}.79` | `#${string}.40` | `#${string}.43` | `#${string}.47` | `#${string}.44` | `#${string}.46` | `#${string}.41` | `#${string}.42` | `#${string}.45` | `#${string}.48` | `#${string}.49` | `#${string}.60` | `#${string}.63` | `#${string}.67` | `#${string}.64` | `#${string}.66` | `#${string}.61` | `#${string}.62` | `#${string}.65` | `#${string}.68` | `#${string}.69` | `#${string}.10` | `#${string}.13` | `#${string}.17` | `#${string}.14` | `#${string}.16` | `#${string}.11` | `#${string}.12` | `#${string}.15` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.23` | `#${string}.27` | `#${string}.24` | `#${string}.26` | `#${string}.21` | `#${string}.22` | `#${string}.25` | `#${string}.28` | `#${string}.29` | `#${string}.50` | `#${string}.53` | `#${string}.57` | `#${string}.54` | `#${string}.56` | `#${string}.51` | `#${string}.52` | `#${string}.55` | `#${string}.58` | `#${string}.59` | `#${string}.80` | `#${string}.83` | `#${string}.87` | `#${string}.84` | `#${string}.86` | `#${string}.81` | `#${string}.82` | `#${string}.85` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.93` | `#${string}.97` | `#${string}.94` | `#${string}.96` | `#${string}.91` | `#${string}.92` | `#${string}.95` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined> | StyleValueStateMap<(string & {}) | `#${string}` | `#${string}.0` | `#${string}.3` | `#${string}.7` | `#${string}.4` | `#${string}.6` | `#${string}.1` | `#${string}.2` | `#${string}.5` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.03` | `#${string}.07` | `#${string}.04` | `#${string}.06` | `#${string}.01` | `#${string}.02` | `#${string}.05` | `#${string}.08` | `#${string}.09` | `#${string}.30` | `#${string}.33` | `#${string}.37` | `#${string}.34` | `#${string}.36` | `#${string}.31` | `#${string}.32` | `#${string}.35` | `#${string}.38` | `#${string}.39` | `#${string}.70` | `#${string}.73` | `#${string}.77` | `#${string}.74` | `#${string}.76` | `#${string}.71` | `#${string}.72` | `#${string}.75` | `#${string}.78` | `#${string}.79` | `#${string}.40` | `#${string}.43` | `#${string}.47` | `#${string}.44` | `#${string}.46` | `#${string}.41` | `#${string}.42` | `#${string}.45` | `#${string}.48` | `#${string}.49` | `#${string}.60` | `#${string}.63` | `#${string}.67` | `#${string}.64` | `#${string}.66` | `#${string}.61` | `#${string}.62` | `#${string}.65` | `#${string}.68` | `#${string}.69` | `#${string}.10` | `#${string}.13` | `#${string}.17` | `#${string}.14` | `#${string}.16` | `#${string}.11` | `#${string}.12` | `#${string}.15` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.23` | `#${string}.27` | `#${string}.24` | `#${string}.26` | `#${string}.21` | `#${string}.22` | `#${string}.25` | `#${string}.28` | `#${string}.29` | `#${string}.50` | `#${string}.53` | `#${string}.57` | `#${string}.54` | `#${string}.56` | `#${string}.51` | `#${string}.52` | `#${string}.55` | `#${string}.58` | `#${string}.59` | `#${string}.80` | `#${string}.83` | `#${string}.87` | `#${string}.84` | `#${string}.86` | `#${string}.81` | `#${string}.82` | `#${string}.85` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.93` | `#${string}.97` | `#${string}.94` | `#${string}.96` | `#${string}.91` | `#${string}.92` | `#${string}.95` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined>;
917
- fade?: StyleValue<string | undefined> | StyleValueStateMap<string | undefined>;
918
- styledScrollbar?: StyleValue<boolean | undefined> | StyleValueStateMap<boolean | undefined>;
919
- scrollbar?: StyleValue<string | number | boolean | undefined> | StyleValueStateMap<string | number | boolean | undefined>;
920
- boldFontWeight?: StyleValue<number | undefined> | StyleValueStateMap<number | undefined>;
921
- hide?: StyleValue<boolean | undefined> | StyleValueStateMap<boolean | undefined>;
922
- shadow?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
923
- radius?: StyleValue<string | true | undefined> | StyleValueStateMap<string | true | undefined>;
924
- flow?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
925
- gridAreas?: StyleValue<Property.GridTemplateAreas | undefined> | StyleValueStateMap<Property.GridTemplateAreas | undefined>;
926
- gridColumns?: StyleValue<Property.GridTemplateColumns<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateColumns<string | number> | undefined>;
927
- gridRows?: StyleValue<Property.GridTemplateRows<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateRows<string | number> | undefined>;
928
- preset?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
929
- justify?: StyleValue<"start" | (string & {}) | "left" | "right" | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined> | StyleValueStateMap<"start" | (string & {}) | "left" | "right" | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "baseline" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined>;
930
- place?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
931
- "@keyframes"?: StyleValue<Record<string, KeyframesSteps> | undefined> | StyleValueStateMap<Record<string, KeyframesSteps> | undefined>;
932
- "@properties"?: StyleValue<Record<string, PropertyDefinition> | undefined> | StyleValueStateMap<Record<string, PropertyDefinition> | undefined>;
933
- recipe?: StyleValue<string | undefined> | StyleValueStateMap<string | undefined>;
934
- } & BaseStyleProps & WithVariant<VariantMap> & Omit<Omit<AllHTMLAttributes<HTMLElement>, keyof react.ClassAttributes<HTMLDivElement> | keyof react.HTMLAttributes<HTMLDivElement>> & react.ClassAttributes<HTMLDivElement> & react.HTMLAttributes<HTMLDivElement>, "ref" | "style" | "css" | "content" | "translate" | "as" | "background" | "align" | "border" | "color" | "height" | "width" | "fill" | "font" | "outline" | "gap" | "padding" | "margin" | "transition" | "placeContent" | "placeItems" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimeline" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockOverflow" | "blockSize" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInlineColor" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "boxDecorationBreak" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caretColor" | "caretShape" | "clear" | "clipPath" | "colorAdjust" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "initialLetter" | "inlineSize" | "inputSecurity" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineHeight" | "lineHeightStep" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "motionDistance" | "motionPath" | "motionRotation" | "objectFit" | "objectPosition" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "offsetRotation" | "opacity" | "order" | "orphans" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "page" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollBehavior" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "scrollSnapMarginTop" | "scrollSnapStop" | "scrollSnapType" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTransitionName" | "visibility" | "whiteSpace" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "all" | "animation" | "backgroundPosition" | "borderBlock" | "borderBlockEnd" | "borderBlockStart" | "borderBottom" | "borderColor" | "borderImage" | "borderInline" | "borderInlineEnd" | "borderInlineStart" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "caret" | "columnRule" | "columns" | "containIntrinsicSize" | "container" | "flex" | "flexFlow" | "grid" | "gridArea" | "gridColumn" | "gridRow" | "gridTemplate" | "inset" | "insetBlock" | "insetInline" | "lineClamp" | "listStyle" | "marginBlock" | "marginInline" | "mask" | "maskBorder" | "motion" | "offset" | "overflow" | "overscrollBehavior" | "paddingBlock" | "paddingInline" | "placeSelf" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginInline" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingInline" | "scrollSnapMargin" | "scrollTimeline" | "textDecoration" | "textEmphasis" | "MozAnimationDelay" | "MozAnimationDirection" | "MozAnimationDuration" | "MozAnimationFillMode" | "MozAnimationIterationCount" | "MozAnimationName" | "MozAnimationPlayState" | "MozAnimationTimingFunction" | "MozAppearance" | "MozBackfaceVisibility" | "MozBinding" | "MozBorderBottomColors" | "MozBorderEndColor" | "MozBorderEndStyle" | "MozBorderEndWidth" | "MozBorderLeftColors" | "MozBorderRightColors" | "MozBorderStartColor" | "MozBorderStartStyle" | "MozBorderTopColors" | "MozBoxSizing" | "MozColumnCount" | "MozColumnFill" | "MozColumnRuleColor" | "MozColumnRuleStyle" | "MozColumnRuleWidth" | "MozColumnWidth" | "MozContextProperties" | "MozFontFeatureSettings" | "MozFontLanguageOverride" | "MozHyphens" | "MozImageRegion" | "MozMarginEnd" | "MozMarginStart" | "MozOrient" | "MozOsxFontSmoothing" | "MozPaddingEnd" | "MozPaddingStart" | "MozPerspective" | "MozPerspectiveOrigin" | "MozStackSizing" | "MozTabSize" | "MozTextBlink" | "MozTextSizeAdjust" | "MozTransformOrigin" | "MozTransformStyle" | "MozTransitionDelay" | "MozTransitionDuration" | "MozTransitionProperty" | "MozTransitionTimingFunction" | "MozUserFocus" | "MozUserModify" | "MozUserSelect" | "MozWindowDragging" | "MozWindowShadow" | "msAccelerator" | "msBlockProgression" | "msContentZoomChaining" | "msContentZoomLimitMax" | "msContentZoomLimitMin" | "msContentZoomSnapPoints" | "msContentZoomSnapType" | "msContentZooming" | "msFilter" | "msFlexDirection" | "msFlexPositive" | "msFlowFrom" | "msFlowInto" | "msGridColumns" | "msGridRows" | "msHighContrastAdjust" | "msHyphenateLimitChars" | "msHyphenateLimitLines" | "msHyphenateLimitZone" | "msHyphens" | "msImeAlign" | "msLineBreak" | "msOrder" | "msOverflowStyle" | "msOverflowX" | "msOverflowY" | "msScrollChaining" | "msScrollLimitXMax" | "msScrollLimitXMin" | "msScrollLimitYMax" | "msScrollLimitYMin" | "msScrollRails" | "msScrollSnapPointsX" | "msScrollSnapPointsY" | "msScrollSnapType" | "msScrollTranslation" | "msScrollbar3dlightColor" | "msScrollbarArrowColor" | "msScrollbarBaseColor" | "msScrollbarDarkshadowColor" | "msScrollbarFaceColor" | "msScrollbarHighlightColor" | "msScrollbarShadowColor" | "msScrollbarTrackColor" | "msTextAutospace" | "msTextCombineHorizontal" | "msTextOverflow" | "msTouchAction" | "msTouchSelect" | "msTransform" | "msTransformOrigin" | "msTransitionDelay" | "msTransitionDuration" | "msTransitionProperty" | "msTransitionTimingFunction" | "msUserSelect" | "msWordBreak" | "msWrapFlow" | "msWrapMargin" | "msWrapThrough" | "msWritingMode" | "WebkitAlignContent" | "WebkitAlignItems" | "WebkitAlignSelf" | "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "WebkitAppearance" | "WebkitBackdropFilter" | "WebkitBackfaceVisibility" | "WebkitBackgroundClip" | "WebkitBackgroundOrigin" | "WebkitBackgroundSize" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderImageSlice" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "WebkitBoxDecorationBreak" | "WebkitBoxReflect" | "WebkitBoxShadow" | "WebkitBoxSizing" | "WebkitClipPath" | "WebkitColumnCount" | "WebkitColumnFill" | "WebkitColumnRuleColor" | "WebkitColumnRuleStyle" | "WebkitColumnRuleWidth" | "WebkitColumnSpan" | "WebkitColumnWidth" | "WebkitFilter" | "WebkitFlexBasis" | "WebkitFlexDirection" | "WebkitFlexGrow" | "WebkitFlexShrink" | "WebkitFlexWrap" | "WebkitFontFeatureSettings" | "WebkitFontKerning" | "WebkitFontSmoothing" | "WebkitFontVariantLigatures" | "WebkitHyphenateCharacter" | "WebkitHyphens" | "WebkitInitialLetter" | "WebkitJustifyContent" | "WebkitLineBreak" | "WebkitLineClamp" | "WebkitMarginEnd" | "WebkitMarginStart" | "WebkitMaskAttachment" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitMaxInlineSize" | "WebkitOrder" | "WebkitOverflowScrolling" | "WebkitPaddingEnd" | "WebkitPaddingStart" | "WebkitPerspective" | "WebkitPerspectiveOrigin" | "WebkitPrintColorAdjust" | "WebkitRubyPosition" | "WebkitScrollSnapType" | "WebkitShapeMargin" | "WebkitTapHighlightColor" | "WebkitTextCombine" | "WebkitTextDecorationColor" | "WebkitTextDecorationLine" | "WebkitTextDecorationSkip" | "WebkitTextDecorationStyle" | "WebkitTextEmphasisColor" | "WebkitTextEmphasisPosition" | "WebkitTextEmphasisStyle" | "WebkitTextFillColor" | "WebkitTextOrientation" | "WebkitTextSizeAdjust" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTextUnderlinePosition" | "WebkitTouchCallout" | "WebkitTransform" | "WebkitTransformOrigin" | "WebkitTransformStyle" | "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "WebkitUserModify" | "WebkitUserSelect" | "WebkitWritingMode" | "MozAnimation" | "MozBorderImage" | "MozColumnRule" | "MozColumns" | "MozTransition" | "msContentZoomLimit" | "msContentZoomSnap" | "msFlex" | "msScrollLimit" | "msScrollSnapX" | "msScrollSnapY" | "msTransition" | "WebkitAnimation" | "WebkitBorderBefore" | "WebkitBorderImage" | "WebkitBorderRadius" | "WebkitColumnRule" | "WebkitColumns" | "WebkitFlex" | "WebkitFlexFlow" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitTextEmphasis" | "WebkitTextStroke" | "WebkitTransition" | "azimuth" | "boxAlign" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "clip" | "gridColumnGap" | "gridGap" | "gridRowGap" | "imeMode" | "offsetBlock" | "offsetBlockEnd" | "offsetBlockStart" | "offsetInline" | "offsetInlineEnd" | "offsetInlineStart" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapTypeX" | "scrollSnapTypeY" | "KhtmlBoxAlign" | "KhtmlBoxDirection" | "KhtmlBoxFlex" | "KhtmlBoxFlexGroup" | "KhtmlBoxLines" | "KhtmlBoxOrdinalGroup" | "KhtmlBoxOrient" | "KhtmlBoxPack" | "KhtmlLineBreak" | "KhtmlOpacity" | "KhtmlUserSelect" | "MozBackgroundClip" | "MozBackgroundInlinePolicy" | "MozBackgroundOrigin" | "MozBackgroundSize" | "MozBorderRadius" | "MozBorderRadiusBottomleft" | "MozBorderRadiusBottomright" | "MozBorderRadiusTopleft" | "MozBorderRadiusTopright" | "MozBoxAlign" | "MozBoxDirection" | "MozBoxFlex" | "MozBoxOrdinalGroup" | "MozBoxOrient" | "MozBoxPack" | "MozBoxShadow" | "MozFloatEdge" | "MozForceBrokenImageIcon" | "MozOpacity" | "MozOutline" | "MozOutlineColor" | "MozOutlineRadius" | "MozOutlineRadiusBottomleft" | "MozOutlineRadiusBottomright" | "MozOutlineRadiusTopleft" | "MozOutlineRadiusTopright" | "MozOutlineStyle" | "MozOutlineWidth" | "MozTextAlignLast" | "MozTextDecorationColor" | "MozTextDecorationLine" | "MozTextDecorationStyle" | "MozUserInput" | "msImeMode" | "OAnimation" | "OAnimationDelay" | "OAnimationDirection" | "OAnimationDuration" | "OAnimationFillMode" | "OAnimationIterationCount" | "OAnimationName" | "OAnimationPlayState" | "OAnimationTimingFunction" | "OBackgroundSize" | "OBorderImage" | "OObjectFit" | "OObjectPosition" | "OTabSize" | "OTextOverflow" | "OTransform" | "OTransformOrigin" | "OTransition" | "OTransitionDelay" | "OTransitionDuration" | "OTransitionProperty" | "OTransitionTimingFunction" | "WebkitBoxAlign" | "WebkitBoxDirection" | "WebkitBoxFlex" | "WebkitBoxFlexGroup" | "WebkitBoxLines" | "WebkitBoxOrdinalGroup" | "WebkitBoxOrient" | "WebkitBoxPack" | "WebkitScrollSnapPointsX" | "WebkitScrollSnapPointsY" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "image" | "svgFill" | "fade" | "styledScrollbar" | "scrollbar" | "boldFontWeight" | "hide" | "shadow" | "radius" | "flow" | "gridAreas" | "gridColumns" | "gridRows" | "preset" | "justify" | "place" | "@keyframes" | "@properties" | "recipe" | "qa" | "inline" | "qaVal" | "element" | "styles" | "breakpoints" | "block" | "mods" | "isHidden" | "isDisabled" | "theme" | "tokens"> & RefAttributes<unknown>> & SubElementComponents<{}>;
935
- //#endregion
936
- export { AllBasePropsWithMods, Element, ElementsDefinition, SubElementDefinition, SubElementProps, TastyElementOptions, TastyElementProps, TastyProps, VariantMap, WithVariant, tasty };
937
- //# sourceMappingURL=tasty.d.ts.map