@cube-dev/ui-kit 0.118.0 → 0.119.1

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 (1012) hide show
  1. package/dist/CHANGELOG.md +24 -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 -3
  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.js +2 -2
  29. package/dist/components/actions/Banner/Banner.js.map +1 -1
  30. package/dist/components/actions/Button/Button.d.ts +3 -1769
  31. package/dist/components/actions/Button/Button.js +2 -4
  32. package/dist/components/actions/Button/Button.js.map +1 -1
  33. package/dist/components/actions/ButtonGroup/ButtonGroup.js +2 -2
  34. package/dist/components/actions/ButtonGroup/ButtonGroup.js.map +1 -1
  35. package/dist/components/actions/CommandMenu/CommandMenu.d.ts +1 -3
  36. package/dist/components/actions/CommandMenu/CommandMenu.js +2 -4
  37. package/dist/components/actions/CommandMenu/CommandMenu.js.map +1 -1
  38. package/dist/components/actions/CommandMenu/styled.js +3 -3
  39. package/dist/components/actions/CommandMenu/styled.js.map +1 -1
  40. package/dist/components/actions/ItemAction/ItemAction.d.ts +1 -3
  41. package/dist/components/actions/ItemAction/ItemAction.js +2 -2
  42. package/dist/components/actions/ItemAction/ItemAction.js.map +1 -1
  43. package/dist/components/actions/ItemActionContext.js +1 -1
  44. package/dist/components/actions/ItemButton/ItemButton.d.ts +1 -2
  45. package/dist/components/actions/ItemButton/ItemButton.js +2 -2
  46. package/dist/components/actions/ItemButton/ItemButton.js.map +1 -1
  47. package/dist/components/actions/Link/Link.js +1 -1
  48. package/dist/components/actions/Menu/Menu.d.ts +1 -3
  49. package/dist/components/actions/Menu/Menu.js +2 -4
  50. package/dist/components/actions/Menu/Menu.js.map +1 -1
  51. package/dist/components/actions/Menu/MenuItem.d.ts +1 -2
  52. package/dist/components/actions/Menu/MenuItem.js +1 -1
  53. package/dist/components/actions/Menu/MenuItem.js.map +1 -1
  54. package/dist/components/actions/Menu/MenuSection.d.ts +1 -2
  55. package/dist/components/actions/Menu/MenuSection.js +1 -1
  56. package/dist/components/actions/Menu/MenuSection.js.map +1 -1
  57. package/dist/components/actions/Menu/MenuTrigger.js +1 -1
  58. package/dist/components/actions/Menu/SubMenuTrigger.js +1 -1
  59. package/dist/components/actions/Menu/SubmenuTriggerContext.js +1 -1
  60. package/dist/components/actions/Menu/context.js +1 -1
  61. package/dist/components/actions/Menu/styled.js +2 -2
  62. package/dist/components/actions/Menu/styled.js.map +1 -1
  63. package/dist/components/actions/index.js +1 -1
  64. package/dist/components/actions/use-action.d.ts +1 -2
  65. package/dist/components/actions/use-action.js +2 -2
  66. package/dist/components/actions/use-action.js.map +1 -1
  67. package/dist/components/actions/use-anchored-menu.js +1 -1
  68. package/dist/components/actions/use-context-menu.js +1 -1
  69. package/dist/components/content/ActiveZone/ActiveZone.d.ts +1 -2
  70. package/dist/components/content/ActiveZone/ActiveZone.js +2 -5
  71. package/dist/components/content/ActiveZone/ActiveZone.js.map +1 -1
  72. package/dist/components/content/Alert/Alert.js +2 -2
  73. package/dist/components/content/Alert/Alert.js.map +1 -1
  74. package/dist/components/content/Alert/types.d.ts +1 -2
  75. package/dist/components/content/Alert/use-alert.js +2 -4
  76. package/dist/components/content/Alert/use-alert.js.map +1 -1
  77. package/dist/components/content/Avatar/Avatar.d.ts +1 -3
  78. package/dist/components/content/Avatar/Avatar.js +2 -5
  79. package/dist/components/content/Avatar/Avatar.js.map +1 -1
  80. package/dist/components/content/Badge/Badge.js +2 -2
  81. package/dist/components/content/Badge/Badge.js.map +1 -1
  82. package/dist/components/content/Card/Card.d.ts +1 -2
  83. package/dist/components/content/Card/Card.js +2 -5
  84. package/dist/components/content/Card/Card.js.map +1 -1
  85. package/dist/components/content/Content.d.ts +1 -2
  86. package/dist/components/content/Content.js +2 -5
  87. package/dist/components/content/Content.js.map +1 -1
  88. package/dist/components/content/CopyPasteBlock/CopyPasteBlock.d.ts +1 -3
  89. package/dist/components/content/CopyPasteBlock/CopyPasteBlock.js +2 -4
  90. package/dist/components/content/CopyPasteBlock/CopyPasteBlock.js.map +1 -1
  91. package/dist/components/content/CopySnippet/CopySnippet.js +2 -2
  92. package/dist/components/content/CopySnippet/CopySnippet.js.map +1 -1
  93. package/dist/components/content/Disclosure/Disclosure.d.ts +1 -3
  94. package/dist/components/content/Disclosure/Disclosure.js +3 -4
  95. package/dist/components/content/Disclosure/Disclosure.js.map +1 -1
  96. package/dist/components/content/Divider.d.ts +1 -2
  97. package/dist/components/content/Divider.js +2 -4
  98. package/dist/components/content/Divider.js.map +1 -1
  99. package/dist/components/content/Footer.d.ts +1 -2
  100. package/dist/components/content/Footer.js +2 -5
  101. package/dist/components/content/Footer.js.map +1 -1
  102. package/dist/components/content/Header.d.ts +1 -2
  103. package/dist/components/content/Header.js +2 -5
  104. package/dist/components/content/Header.js.map +1 -1
  105. package/dist/components/content/HotKeys/HotKeys.d.ts +1 -2
  106. package/dist/components/content/HotKeys/HotKeys.js +2 -5
  107. package/dist/components/content/HotKeys/HotKeys.js.map +1 -1
  108. package/dist/components/content/Item/Item.d.ts +1 -3
  109. package/dist/components/content/Item/Item.js +2 -3
  110. package/dist/components/content/Item/Item.js.map +1 -1
  111. package/dist/components/content/ItemBadge/ItemBadge.d.ts +1 -2
  112. package/dist/components/content/ItemBadge/ItemBadge.js +2 -2
  113. package/dist/components/content/ItemBadge/ItemBadge.js.map +1 -1
  114. package/dist/components/content/Layout/GridLayout.d.ts +1 -2
  115. package/dist/components/content/Layout/GridLayout.js +2 -2
  116. package/dist/components/content/Layout/GridLayout.js.map +1 -1
  117. package/dist/components/content/Layout/Layout.d.ts +1 -3
  118. package/dist/components/content/Layout/Layout.js +3 -7
  119. package/dist/components/content/Layout/Layout.js.map +1 -1
  120. package/dist/components/content/Layout/LayoutBlock.js +2 -2
  121. package/dist/components/content/Layout/LayoutBlock.js.map +1 -1
  122. package/dist/components/content/Layout/LayoutCenter.js +2 -2
  123. package/dist/components/content/Layout/LayoutCenter.js.map +1 -1
  124. package/dist/components/content/Layout/LayoutContainer.d.ts +1 -3
  125. package/dist/components/content/Layout/LayoutContainer.js +2 -6
  126. package/dist/components/content/Layout/LayoutContainer.js.map +1 -1
  127. package/dist/components/content/Layout/LayoutContent.d.ts +1 -2
  128. package/dist/components/content/Layout/LayoutContent.js +2 -6
  129. package/dist/components/content/Layout/LayoutContent.js.map +1 -1
  130. package/dist/components/content/Layout/LayoutContext.js +1 -1
  131. package/dist/components/content/Layout/LayoutFlex.js +2 -2
  132. package/dist/components/content/Layout/LayoutFlex.js.map +1 -1
  133. package/dist/components/content/Layout/LayoutFooter.js +2 -2
  134. package/dist/components/content/Layout/LayoutFooter.js.map +1 -1
  135. package/dist/components/content/Layout/LayoutGrid.d.ts +1 -2
  136. package/dist/components/content/Layout/LayoutGrid.js +2 -2
  137. package/dist/components/content/Layout/LayoutGrid.js.map +1 -1
  138. package/dist/components/content/Layout/LayoutHeader.js +2 -2
  139. package/dist/components/content/Layout/LayoutHeader.js.map +1 -1
  140. package/dist/components/content/Layout/LayoutPane.d.ts +1 -3
  141. package/dist/components/content/Layout/LayoutPane.js +2 -6
  142. package/dist/components/content/Layout/LayoutPane.js.map +1 -1
  143. package/dist/components/content/Layout/LayoutPanel.d.ts +1 -3
  144. package/dist/components/content/Layout/LayoutPanel.js +2 -6
  145. package/dist/components/content/Layout/LayoutPanel.js.map +1 -1
  146. package/dist/components/content/Layout/LayoutPanelHeader.d.ts +1 -2
  147. package/dist/components/content/Layout/LayoutPanelHeader.js +2 -4
  148. package/dist/components/content/Layout/LayoutPanelHeader.js.map +1 -1
  149. package/dist/components/content/Layout/LayoutToolbar.js +2 -2
  150. package/dist/components/content/Layout/LayoutToolbar.js.map +1 -1
  151. package/dist/components/content/Layout/hooks/useTinyScrollbar.js +1 -1
  152. package/dist/components/content/Layout/index.js +1 -1
  153. package/dist/components/content/Layout/utils.js +1 -1
  154. package/dist/components/content/Paragraph.d.ts +1 -2
  155. package/dist/components/content/Paragraph.js +2 -3
  156. package/dist/components/content/Paragraph.js.map +1 -1
  157. package/dist/components/content/Placeholder/Placeholder.d.ts +1 -3
  158. package/dist/components/content/Placeholder/Placeholder.js +2 -6
  159. package/dist/components/content/Placeholder/Placeholder.js.map +1 -1
  160. package/dist/components/content/PrismCode/PrismCode.d.ts +1 -3
  161. package/dist/components/content/PrismCode/PrismCode.js +2 -3
  162. package/dist/components/content/PrismCode/PrismCode.js.map +1 -1
  163. package/dist/components/content/PrismCode/prismSetup.js +1 -1
  164. package/dist/components/content/PrismDiffCode/PrismDiffCode.d.ts +1 -3
  165. package/dist/components/content/PrismDiffCode/PrismDiffCode.js +1 -1
  166. package/dist/components/content/PrismDiffCode/PrismDiffCode.js.map +1 -1
  167. package/dist/components/content/Result/Result.d.ts +1 -2
  168. package/dist/components/content/Result/Result.js +2 -5
  169. package/dist/components/content/Result/Result.js.map +1 -1
  170. package/dist/components/content/Skeleton/Skeleton.d.ts +1 -2
  171. package/dist/components/content/Skeleton/Skeleton.js +1 -1
  172. package/dist/components/content/Skeleton/Skeleton.js.map +1 -1
  173. package/dist/components/content/Tag/Tag.d.ts +1 -2
  174. package/dist/components/content/Tag/Tag.js +2 -2
  175. package/dist/components/content/Tag/Tag.js.map +1 -1
  176. package/dist/components/content/Text.d.ts +128 -159
  177. package/dist/components/content/Text.js +2 -5
  178. package/dist/components/content/Text.js.map +1 -1
  179. package/dist/components/content/TextItem/TextItem.d.ts +1 -2
  180. package/dist/components/content/TextItem/TextItem.js +2 -5
  181. package/dist/components/content/TextItem/TextItem.js.map +1 -1
  182. package/dist/components/content/Title.d.ts +1 -2
  183. package/dist/components/content/Title.js +2 -5
  184. package/dist/components/content/Title.js.map +1 -1
  185. package/dist/components/content/highlightText.js +1 -1
  186. package/dist/components/content/highlightText.js.map +1 -1
  187. package/dist/components/content/use-auto-tooltip.d.ts +1 -1
  188. package/dist/components/content/use-auto-tooltip.js +1 -1
  189. package/dist/components/content/use-auto-tooltip.js.map +1 -1
  190. package/dist/components/fields/Checkbox/Checkbox.d.ts +1 -3
  191. package/dist/components/fields/Checkbox/Checkbox.js +2 -5
  192. package/dist/components/fields/Checkbox/Checkbox.js.map +1 -1
  193. package/dist/components/fields/Checkbox/CheckboxGroup.d.ts +1 -3
  194. package/dist/components/fields/Checkbox/CheckboxGroup.js +2 -4
  195. package/dist/components/fields/Checkbox/CheckboxGroup.js.map +1 -1
  196. package/dist/components/fields/Checkbox/context.js +1 -1
  197. package/dist/components/fields/ComboBox/ComboBox.d.ts +1 -3
  198. package/dist/components/fields/ComboBox/ComboBox.js +2 -4
  199. package/dist/components/fields/ComboBox/ComboBox.js.map +1 -1
  200. package/dist/components/fields/DatePicker/DateInput.d.ts +1 -3
  201. package/dist/components/fields/DatePicker/DateInput.js +2 -3
  202. package/dist/components/fields/DatePicker/DateInput.js.map +1 -1
  203. package/dist/components/fields/DatePicker/DateInputBase.js +2 -4
  204. package/dist/components/fields/DatePicker/DateInputBase.js.map +1 -1
  205. package/dist/components/fields/DatePicker/DatePicker.d.ts +1 -3
  206. package/dist/components/fields/DatePicker/DatePicker.js +2 -3
  207. package/dist/components/fields/DatePicker/DatePicker.js.map +1 -1
  208. package/dist/components/fields/DatePicker/DatePickerButton.js +2 -2
  209. package/dist/components/fields/DatePicker/DatePickerButton.js.map +1 -1
  210. package/dist/components/fields/DatePicker/DatePickerElement.js +2 -2
  211. package/dist/components/fields/DatePicker/DatePickerElement.js.map +1 -1
  212. package/dist/components/fields/DatePicker/DatePickerInput.js +2 -2
  213. package/dist/components/fields/DatePicker/DatePickerInput.js.map +1 -1
  214. package/dist/components/fields/DatePicker/DatePickerSegment.js +2 -2
  215. package/dist/components/fields/DatePicker/DatePickerSegment.js.map +1 -1
  216. package/dist/components/fields/DatePicker/DateRangePicker.d.ts +1 -3
  217. package/dist/components/fields/DatePicker/DateRangePicker.js +2 -4
  218. package/dist/components/fields/DatePicker/DateRangePicker.js.map +1 -1
  219. package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.d.ts +1 -3
  220. package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.js +2 -4
  221. package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.js.map +1 -1
  222. package/dist/components/fields/DatePicker/TimeInput.d.ts +1 -3
  223. package/dist/components/fields/DatePicker/TimeInput.js +2 -3
  224. package/dist/components/fields/DatePicker/TimeInput.js.map +1 -1
  225. package/dist/components/fields/DatePicker/intl.js +1 -1
  226. package/dist/components/fields/DatePicker/parseDate.js +1 -1
  227. package/dist/components/fields/DatePicker/props.js +1 -1
  228. package/dist/components/fields/DatePicker/utils.js +1 -1
  229. package/dist/components/fields/FileInput/FileInput.d.ts +1 -3
  230. package/dist/components/fields/FileInput/FileInput.js +2 -4
  231. package/dist/components/fields/FileInput/FileInput.js.map +1 -1
  232. package/dist/components/fields/FilterListBox/FilterListBox.d.ts +1 -2
  233. package/dist/components/fields/FilterListBox/FilterListBox.js +5 -7
  234. package/dist/components/fields/FilterListBox/FilterListBox.js.map +1 -1
  235. package/dist/components/fields/FilterPicker/FilterPicker.d.ts +1 -3
  236. package/dist/components/fields/FilterPicker/FilterPicker.js +2 -5
  237. package/dist/components/fields/FilterPicker/FilterPicker.js.map +1 -1
  238. package/dist/components/fields/Input/Input.js +1 -1
  239. package/dist/components/fields/ListBox/ListBox.d.ts +1 -3
  240. package/dist/components/fields/ListBox/ListBox.js +2 -5
  241. package/dist/components/fields/ListBox/ListBox.js.map +1 -1
  242. package/dist/components/fields/NumberInput/NumberInput.js +2 -2
  243. package/dist/components/fields/NumberInput/NumberInput.js.map +1 -1
  244. package/dist/components/fields/NumberInput/StepButton.js +2 -2
  245. package/dist/components/fields/NumberInput/StepButton.js.map +1 -1
  246. package/dist/components/fields/PasswordInput/PasswordInput.js +1 -1
  247. package/dist/components/fields/Picker/Picker.d.ts +1 -3
  248. package/dist/components/fields/Picker/Picker.js +2 -5
  249. package/dist/components/fields/Picker/Picker.js.map +1 -1
  250. package/dist/components/fields/RadioGroup/Radio.d.ts +1 -2
  251. package/dist/components/fields/RadioGroup/Radio.js +2 -5
  252. package/dist/components/fields/RadioGroup/Radio.js.map +1 -1
  253. package/dist/components/fields/RadioGroup/RadioGroup.d.ts +1 -3
  254. package/dist/components/fields/RadioGroup/RadioGroup.js +2 -4
  255. package/dist/components/fields/RadioGroup/RadioGroup.js.map +1 -1
  256. package/dist/components/fields/RadioGroup/context.js +1 -1
  257. package/dist/components/fields/SearchInput/SearchInput.js +1 -1
  258. package/dist/components/fields/Select/Select.d.ts +834 -836
  259. package/dist/components/fields/Select/Select.js +2 -4
  260. package/dist/components/fields/Select/Select.js.map +1 -1
  261. package/dist/components/fields/Slider/Gradation.js +1 -1
  262. package/dist/components/fields/Slider/HueSlider.js +1 -1
  263. package/dist/components/fields/Slider/HueSlider.js.map +1 -1
  264. package/dist/components/fields/Slider/RangeSlider.js +1 -1
  265. package/dist/components/fields/Slider/Slider.d.ts +1 -3
  266. package/dist/components/fields/Slider/Slider.js +2 -3
  267. package/dist/components/fields/Slider/Slider.js.map +1 -1
  268. package/dist/components/fields/Slider/SliderBase.js +2 -4
  269. package/dist/components/fields/Slider/SliderBase.js.map +1 -1
  270. package/dist/components/fields/Slider/SliderThumb.js +1 -1
  271. package/dist/components/fields/Slider/SliderThumb.js.map +1 -1
  272. package/dist/components/fields/Slider/SliderTrack.js +1 -1
  273. package/dist/components/fields/Slider/SliderTrack.js.map +1 -1
  274. package/dist/components/fields/Slider/elements.js +2 -2
  275. package/dist/components/fields/Slider/elements.js.map +1 -1
  276. package/dist/components/fields/Slider/index.js +1 -1
  277. package/dist/components/fields/Slider/types.d.ts +1 -3
  278. package/dist/components/fields/Switch/Switch.d.ts +1 -3
  279. package/dist/components/fields/Switch/Switch.js +2 -4
  280. package/dist/components/fields/Switch/Switch.js.map +1 -1
  281. package/dist/components/fields/TextArea/TextArea.js +1 -1
  282. package/dist/components/fields/TextInput/TextInput.js +1 -1
  283. package/dist/components/fields/TextInput/TextInputBase.d.ts +1 -3
  284. package/dist/components/fields/TextInput/TextInputBase.js +3 -5
  285. package/dist/components/fields/TextInput/TextInputBase.js.map +1 -1
  286. package/dist/components/fields/TextInputMapper/TextInputMapper.js +1 -1
  287. package/dist/components/form/FieldWrapper/FieldWrapper.js +2 -2
  288. package/dist/components/form/FieldWrapper/FieldWrapper.js.map +1 -1
  289. package/dist/components/form/FieldWrapper/extract-field-wrapper-props.js +1 -1
  290. package/dist/components/form/FieldWrapper/types.d.ts +1 -3
  291. package/dist/components/form/Form/Field.d.ts +1 -2
  292. package/dist/components/form/Form/Field.js +1 -1
  293. package/dist/components/form/Form/Field.js.map +1 -1
  294. package/dist/components/form/Form/Form.d.ts +1 -3
  295. package/dist/components/form/Form/Form.js +2 -5
  296. package/dist/components/form/Form/Form.js.map +1 -1
  297. package/dist/components/form/Form/ResetButton/ResetButton.js +1 -1
  298. package/dist/components/form/Form/SubmitButton/SubmitButton.js +1 -1
  299. package/dist/components/form/Form/SubmitError.js +1 -1
  300. package/dist/components/form/Form/index.js +1 -1
  301. package/dist/components/form/Form/use-field/use-field-props.js +1 -1
  302. package/dist/components/form/Form/use-field/use-field.js +1 -1
  303. package/dist/components/form/Form/use-form.js +2 -2
  304. package/dist/components/form/Form/use-form.js.map +1 -1
  305. package/dist/components/form/Form/validation.js +1 -1
  306. package/dist/components/form/Label.d.ts +1 -3
  307. package/dist/components/form/Label.js +2 -5
  308. package/dist/components/form/Label.js.map +1 -1
  309. package/dist/components/form/wrapper.d.ts +1 -2
  310. package/dist/components/form/wrapper.js +1 -1
  311. package/dist/components/form/wrapper.js.map +1 -1
  312. package/dist/components/helpers/DisplayTransition/DisplayTransition.js +1 -1
  313. package/dist/components/helpers/IconSwitch/IconSwitch.js +2 -2
  314. package/dist/components/helpers/IconSwitch/IconSwitch.js.map +1 -1
  315. package/dist/components/layout/Flex.d.ts +1 -2
  316. package/dist/components/layout/Flex.js +2 -5
  317. package/dist/components/layout/Flex.js.map +1 -1
  318. package/dist/components/layout/Flow.d.ts +1 -2
  319. package/dist/components/layout/Flow.js +2 -5
  320. package/dist/components/layout/Flow.js.map +1 -1
  321. package/dist/components/layout/Grid.d.ts +1 -2
  322. package/dist/components/layout/Grid.js +2 -5
  323. package/dist/components/layout/Grid.js.map +1 -1
  324. package/dist/components/layout/Panel.d.ts +1 -3
  325. package/dist/components/layout/Panel.js +2 -3
  326. package/dist/components/layout/Panel.js.map +1 -1
  327. package/dist/components/layout/Prefix.d.ts +1 -2
  328. package/dist/components/layout/Prefix.js +2 -5
  329. package/dist/components/layout/Prefix.js.map +1 -1
  330. package/dist/components/layout/ResizablePanel.d.ts +1 -2
  331. package/dist/components/layout/ResizablePanel.js +2 -2
  332. package/dist/components/layout/ResizablePanel.js.map +1 -1
  333. package/dist/components/layout/Space.d.ts +1 -2
  334. package/dist/components/layout/Space.js +2 -5
  335. package/dist/components/layout/Space.js.map +1 -1
  336. package/dist/components/layout/Suffix.d.ts +1 -2
  337. package/dist/components/layout/Suffix.js +2 -5
  338. package/dist/components/layout/Suffix.js.map +1 -1
  339. package/dist/components/navigation/Tabs/DraggableTabList.js +1 -1
  340. package/dist/components/navigation/Tabs/EditableTitle.js +1 -1
  341. package/dist/components/navigation/Tabs/TabButton.js +1 -1
  342. package/dist/components/navigation/Tabs/TabDropIndicator.js +1 -1
  343. package/dist/components/navigation/Tabs/TabPanel.js +1 -1
  344. package/dist/components/navigation/Tabs/TabPanel.js.map +1 -1
  345. package/dist/components/navigation/Tabs/TabPicker.js +1 -1
  346. package/dist/components/navigation/Tabs/Tabs.js +2 -4
  347. package/dist/components/navigation/Tabs/Tabs.js.map +1 -1
  348. package/dist/components/navigation/Tabs/TabsAction.js +2 -2
  349. package/dist/components/navigation/Tabs/TabsAction.js.map +1 -1
  350. package/dist/components/navigation/Tabs/TabsContext.js +1 -1
  351. package/dist/components/navigation/Tabs/styled.js +2 -2
  352. package/dist/components/navigation/Tabs/styled.js.map +1 -1
  353. package/dist/components/navigation/Tabs/types.d.ts +1 -3
  354. package/dist/components/navigation/Tabs/types.js +1 -1
  355. package/dist/components/navigation/Tabs/types.js.map +1 -1
  356. package/dist/components/navigation/Tabs/use-tab-editing.js +1 -1
  357. package/dist/components/navigation/Tabs/use-tab-indicator.js +1 -1
  358. package/dist/components/organisms/FileTabs/FileTabs.d.ts +1 -2
  359. package/dist/components/organisms/FileTabs/FileTabs.js +2 -2
  360. package/dist/components/organisms/FileTabs/FileTabs.js.map +1 -1
  361. package/dist/components/organisms/StatsCard/StatsCard.js +1 -1
  362. package/dist/components/other/Calendar/Calendar.js +2 -2
  363. package/dist/components/other/Calendar/Calendar.js.map +1 -1
  364. package/dist/components/other/Calendar/CalendarCell.js +2 -2
  365. package/dist/components/other/Calendar/CalendarCell.js.map +1 -1
  366. package/dist/components/other/Calendar/CalendarGrid.js +2 -2
  367. package/dist/components/other/Calendar/CalendarGrid.js.map +1 -1
  368. package/dist/components/other/Calendar/RangeCalendar.js +2 -2
  369. package/dist/components/other/Calendar/RangeCalendar.js.map +1 -1
  370. package/dist/components/other/CloudLogo/CloudLogo.js +2 -2
  371. package/dist/components/other/CloudLogo/CloudLogo.js.map +1 -1
  372. package/dist/components/overlays/AlertDialog/AlertDialog.js +1 -1
  373. package/dist/components/overlays/AlertDialog/AlertDialogApiProvider.js +1 -1
  374. package/dist/components/overlays/AlertDialog/AlertDialogZone.js +1 -1
  375. package/dist/components/overlays/AlertDialog/types.d.ts +1 -1
  376. package/dist/components/overlays/Dialog/Dialog.d.ts +1 -3
  377. package/dist/components/overlays/Dialog/Dialog.js +2 -4
  378. package/dist/components/overlays/Dialog/Dialog.js.map +1 -1
  379. package/dist/components/overlays/Dialog/DialogContainer.js +1 -1
  380. package/dist/components/overlays/Dialog/DialogForm.js +1 -1
  381. package/dist/components/overlays/Dialog/DialogTrigger.d.ts +1 -2
  382. package/dist/components/overlays/Dialog/DialogTrigger.js +1 -1
  383. package/dist/components/overlays/Dialog/DialogTrigger.js.map +1 -1
  384. package/dist/components/overlays/Dialog/context.js +1 -1
  385. package/dist/components/overlays/Dialog/use-dialog-container.js +1 -1
  386. package/dist/components/overlays/Modal/Modal.d.ts +3 -2
  387. package/dist/components/overlays/Modal/Modal.js +2 -2
  388. package/dist/components/overlays/Modal/Modal.js.map +1 -1
  389. package/dist/components/overlays/Modal/OpenTransition.js +1 -1
  390. package/dist/components/overlays/Modal/Overlay.d.ts +1 -0
  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 +1 -1
  402. package/dist/components/overlays/Notifications/NotificationAction.js +1 -1
  403. package/dist/components/overlays/Notifications/NotificationCard.js +2 -2
  404. package/dist/components/overlays/Notifications/NotificationCard.js.map +1 -1
  405. package/dist/components/overlays/Notifications/NotificationContext.d.ts +2 -0
  406. package/dist/components/overlays/Notifications/NotificationContext.js +1 -1
  407. package/dist/components/overlays/Notifications/NotificationItem.js +2 -2
  408. package/dist/components/overlays/Notifications/NotificationItem.js.map +1 -1
  409. package/dist/components/overlays/Notifications/OverlayContainer.js +2 -2
  410. package/dist/components/overlays/Notifications/OverlayContainer.js.map +1 -1
  411. package/dist/components/overlays/Notifications/OverlayProvider.js +1 -1
  412. package/dist/components/overlays/Notifications/PersistentNotificationsList.js +2 -2
  413. package/dist/components/overlays/Notifications/PersistentNotificationsList.js.map +1 -1
  414. package/dist/components/overlays/Notifications/dismissed-storage.js +1 -1
  415. package/dist/components/overlays/Notifications/format-relative-time.js +1 -1
  416. package/dist/components/overlays/Notifications/index.js +1 -1
  417. package/dist/components/overlays/Notifications/use-notification-state.js +1 -1
  418. package/dist/components/overlays/Notifications/use-notifications.js +1 -1
  419. package/dist/components/overlays/Notifications/use-overlay-timers.js +1 -1
  420. package/dist/components/overlays/Notifications/use-persistent-notifications.js +1 -1
  421. package/dist/components/overlays/Notifications/use-persistent-state.js +1 -1
  422. package/dist/components/overlays/Notifications/use-toast-state.js +1 -1
  423. package/dist/components/overlays/Toast/ToastItem.js +2 -2
  424. package/dist/components/overlays/Toast/ToastItem.js.map +1 -1
  425. package/dist/components/overlays/Toast/index.js +1 -1
  426. package/dist/components/overlays/Toast/useProgressToast.js +1 -1
  427. package/dist/components/overlays/Toast/useToast.js +2 -2
  428. package/dist/components/overlays/Tooltip/Tooltip.d.ts +1 -3
  429. package/dist/components/overlays/Tooltip/Tooltip.js +2 -4
  430. package/dist/components/overlays/Tooltip/Tooltip.js.map +1 -1
  431. package/dist/components/overlays/Tooltip/TooltipProvider.d.ts +1 -2
  432. package/dist/components/overlays/Tooltip/TooltipProvider.js +1 -1
  433. package/dist/components/overlays/Tooltip/TooltipProvider.js.map +1 -1
  434. package/dist/components/overlays/Tooltip/TooltipTrigger.js +1 -1
  435. package/dist/components/overlays/Tooltip/context.js +1 -1
  436. package/dist/components/overlays/Tooltip/context.js.map +1 -1
  437. package/dist/components/portal/Portal.js +1 -1
  438. package/dist/components/portal/PortalProvider.d.ts +2 -0
  439. package/dist/components/portal/PortalProvider.js +1 -1
  440. package/dist/components/portal/index.d.ts +1 -0
  441. package/dist/components/portal/usePortal.js +1 -1
  442. package/dist/components/shared/InvalidIcon.js +1 -1
  443. package/dist/components/shared/ValidIcon.js +1 -1
  444. package/dist/components/status/LoadingAnimation/LoadingAnimation.js +2 -2
  445. package/dist/components/status/LoadingAnimation/LoadingAnimation.js.map +1 -1
  446. package/dist/components/status/Spin/Cube.js +2 -2
  447. package/dist/components/status/Spin/Cube.js.map +1 -1
  448. package/dist/components/status/Spin/InternalSpinner.js +2 -2
  449. package/dist/components/status/Spin/InternalSpinner.js.map +1 -1
  450. package/dist/components/status/Spin/Spin.js +2 -2
  451. package/dist/components/status/Spin/Spin.js.map +1 -1
  452. package/dist/components/status/Spin/SpinsContainer.js +2 -2
  453. package/dist/components/status/Spin/SpinsContainer.js.map +1 -1
  454. package/dist/components/status/Spin/types.d.ts +1 -2
  455. package/dist/data/item-themes.d.ts +1 -1
  456. package/dist/data/item-themes.js +1 -1
  457. package/dist/data/item-themes.js.map +1 -1
  458. package/dist/data/themes.js +1 -1
  459. package/dist/icons/AdjustmentsHorizontalIcon.js +1 -1
  460. package/dist/icons/AdjustmentsIcon.js +1 -1
  461. package/dist/icons/AiIcon.js +1 -1
  462. package/dist/icons/AreaChartIcon.js +1 -1
  463. package/dist/icons/BackwardIcon.js +1 -1
  464. package/dist/icons/BarChartIcon.js +1 -1
  465. package/dist/icons/BellFilledIcon.js +1 -1
  466. package/dist/icons/BellIcon.js +1 -1
  467. package/dist/icons/BooleanIcon.js +1 -1
  468. package/dist/icons/CalendarEditIcon.js +1 -1
  469. package/dist/icons/CalendarIcon.js +1 -1
  470. package/dist/icons/CaretDownIcon.js +1 -1
  471. package/dist/icons/CaretUpIcon.js +1 -1
  472. package/dist/icons/ChartAreaStackedIcon.js +1 -1
  473. package/dist/icons/ChartAreaStackedPercentageIcon.js +1 -1
  474. package/dist/icons/ChartBarGroupedHorizontalIcon.js +1 -1
  475. package/dist/icons/ChartBarGroupedIcon.js +1 -1
  476. package/dist/icons/ChartBarHorizontalIcon.js +1 -1
  477. package/dist/icons/ChartBarLineIcon.js +1 -1
  478. package/dist/icons/ChartBarStackedHorizontalIcon.js +1 -1
  479. package/dist/icons/ChartBarStackedIcon.js +1 -1
  480. package/dist/icons/ChartBarStackedPercentageHorizontalIcon.js +1 -1
  481. package/dist/icons/ChartBarStackedPercentageIcon.js +1 -1
  482. package/dist/icons/ChartBoxPlot2Icon.js +1 -1
  483. package/dist/icons/ChartBoxPlotIcon.js +1 -1
  484. package/dist/icons/ChartBubbleIcon.js +1 -1
  485. package/dist/icons/ChartDonut2Icon.js +1 -1
  486. package/dist/icons/ChartFunnelIcon.js +1 -1
  487. package/dist/icons/ChartHeatmapIcon.js +1 -1
  488. package/dist/icons/ChartKPIIcon.js +1 -1
  489. package/dist/icons/ChartPie2Icon.js +1 -1
  490. package/dist/icons/ChartScatterIcon.js +1 -1
  491. package/dist/icons/CheckCircleFilledIcon.js +1 -1
  492. package/dist/icons/CheckCircleIcon.js +1 -1
  493. package/dist/icons/CheckIcon.js +1 -1
  494. package/dist/icons/CircleFilledIcon.js +1 -1
  495. package/dist/icons/ClearIcon.js +1 -1
  496. package/dist/icons/CloseCircleFilledIcon.js +1 -1
  497. package/dist/icons/CloseCircleIcon.js +1 -1
  498. package/dist/icons/CloseIcon.js +1 -1
  499. package/dist/icons/CodeIcon.js +1 -1
  500. package/dist/icons/ColumnTotalIcon.js +1 -1
  501. package/dist/icons/CopyIcon.js +1 -1
  502. package/dist/icons/CountIcon.js +1 -1
  503. package/dist/icons/CubeIcon.js +1 -1
  504. package/dist/icons/CubePauseIcon.js +1 -1
  505. package/dist/icons/CubePlayIcon.js +1 -1
  506. package/dist/icons/CurrencyDollarIcon.js +1 -1
  507. package/dist/icons/DangerIcon.js +1 -1
  508. package/dist/icons/DashboardIcon.js +1 -1
  509. package/dist/icons/DatabaseIcon.js +1 -1
  510. package/dist/icons/DecimalDecreaseIcon.js +1 -1
  511. package/dist/icons/DecimalIncreaseIcon.js +1 -1
  512. package/dist/icons/DirectionIcon.js +2 -2
  513. package/dist/icons/DirectionIcon.js.map +1 -1
  514. package/dist/icons/DonutIcon.js +1 -1
  515. package/dist/icons/DownIcon.js +1 -1
  516. package/dist/icons/EditIcon.js +1 -1
  517. package/dist/icons/ExclamationCircleFilledIcon.js +1 -1
  518. package/dist/icons/ExclamationCircleIcon.js +1 -1
  519. package/dist/icons/ExclamationIcon.js +1 -1
  520. package/dist/icons/EyeIcon.js +1 -1
  521. package/dist/icons/EyeInvisibleIcon.js +1 -1
  522. package/dist/icons/FilterIcon.js +1 -1
  523. package/dist/icons/FolderFilledIcon.js +1 -1
  524. package/dist/icons/FolderIcon.js +1 -1
  525. package/dist/icons/FolderOpenFilledIcon.js +1 -1
  526. package/dist/icons/FolderOpenIcon.js +1 -1
  527. package/dist/icons/ForwardIcon.js +1 -1
  528. package/dist/icons/HierarchyIcon.js +1 -1
  529. package/dist/icons/HierarchyOpenIcon.js +1 -1
  530. package/dist/icons/Icon.d.ts +1 -3
  531. package/dist/icons/Icon.js +2 -3
  532. package/dist/icons/Icon.js.map +1 -1
  533. package/dist/icons/InfoCircleIcon.js +1 -1
  534. package/dist/icons/InfoIcon.js +1 -1
  535. package/dist/icons/KeyIcon.js +1 -1
  536. package/dist/icons/LeftIcon.js +1 -1
  537. package/dist/icons/LineChartIcon.js +1 -1
  538. package/dist/icons/LoadingIcon.js +1 -1
  539. package/dist/icons/LockFilledIcon.js +1 -1
  540. package/dist/icons/LockIcon.js +1 -1
  541. package/dist/icons/MoreIcon.js +1 -1
  542. package/dist/icons/NotAllowedIcon.js +1 -1
  543. package/dist/icons/Number123Icon.js +1 -1
  544. package/dist/icons/NumberIcon.js +1 -1
  545. package/dist/icons/PauseCircleFilledIcon.js +1 -1
  546. package/dist/icons/PauseCircleIcon.js +1 -1
  547. package/dist/icons/PauseIcon.js +1 -1
  548. package/dist/icons/PercentageIcon.js +1 -1
  549. package/dist/icons/PieChartIcon.js +1 -1
  550. package/dist/icons/PlayCircleIcon.js +1 -1
  551. package/dist/icons/PlayIcon.js +1 -1
  552. package/dist/icons/PlusIcon.js +1 -1
  553. package/dist/icons/ProgressBarIcon.js +1 -1
  554. package/dist/icons/ReloadIcon.js +1 -1
  555. package/dist/icons/ReportIcon.js +1 -1
  556. package/dist/icons/ReturnIcon.js +1 -1
  557. package/dist/icons/RightIcon.js +1 -1
  558. package/dist/icons/RowTotalsIcon.js +1 -1
  559. package/dist/icons/SchemeIcon.js +1 -1
  560. package/dist/icons/SearchIcon.js +1 -1
  561. package/dist/icons/SemanticQueryIcon.js +1 -1
  562. package/dist/icons/SettingsIcon.js +1 -1
  563. package/dist/icons/ShieldFilledIcon.js +1 -1
  564. package/dist/icons/ShieldIcon.js +1 -1
  565. package/dist/icons/SlashIcon.js +1 -1
  566. package/dist/icons/SparklesIcon.js +1 -1
  567. package/dist/icons/SqlIcon.js +1 -1
  568. package/dist/icons/StatsIcon.js +1 -1
  569. package/dist/icons/StopIcon.js +1 -1
  570. package/dist/icons/StringIcon.js +1 -1
  571. package/dist/icons/SubtotalsIcon.js +1 -1
  572. package/dist/icons/SwitchIcon.js +1 -1
  573. package/dist/icons/TableIcon.js +1 -1
  574. package/dist/icons/ThumbsDownIcon.js +1 -1
  575. package/dist/icons/ThumbsUpIcon.js +1 -1
  576. package/dist/icons/ThunderboltCrossedIcon.js +1 -1
  577. package/dist/icons/ThunderboltFilledIcon.js +1 -1
  578. package/dist/icons/ThunderboltIcon.js +1 -1
  579. package/dist/icons/TimeIcon.js +1 -1
  580. package/dist/icons/TrashIcon.js +1 -1
  581. package/dist/icons/UnlockIcon.js +1 -1
  582. package/dist/icons/UpIcon.js +1 -1
  583. package/dist/icons/UserGroupIcon.js +1 -1
  584. package/dist/icons/UserIcon.js +1 -1
  585. package/dist/icons/UserLockIcon.js +1 -1
  586. package/dist/icons/ViewIcon.js +1 -1
  587. package/dist/icons/WarningFilledIcon.js +1 -1
  588. package/dist/icons/WarningIcon.js +1 -1
  589. package/dist/icons/wrap-icon.js +1 -1
  590. package/dist/index.d.ts +4 -35
  591. package/dist/index.js +5 -31
  592. package/dist/index.js.map +1 -1
  593. package/dist/provider.d.ts +1 -2
  594. package/dist/provider.js +1 -1
  595. package/dist/provider.js.map +1 -1
  596. package/dist/providers/TrackingProvider.js +1 -1
  597. package/dist/providers/navigationAdapter.default.js +1 -1
  598. package/dist/shared/form.d.ts +1 -3
  599. package/dist/tokens/base.d.ts +1 -1
  600. package/dist/tokens/base.js +1 -1
  601. package/dist/tokens/base.js.map +1 -1
  602. package/dist/tokens/colors.d.ts +1 -1
  603. package/dist/tokens/colors.js +1 -1
  604. package/dist/tokens/colors.js.map +1 -1
  605. package/dist/tokens/index.d.ts +1 -2
  606. package/dist/tokens/index.js +2 -3
  607. package/dist/tokens/index.js.map +1 -1
  608. package/dist/tokens/layout.d.ts +1 -1
  609. package/dist/tokens/layout.js +1 -1
  610. package/dist/tokens/layout.js.map +1 -1
  611. package/dist/tokens/shadows.d.ts +1 -1
  612. package/dist/tokens/shadows.js +1 -1
  613. package/dist/tokens/shadows.js.map +1 -1
  614. package/dist/tokens/sizes.d.ts +1 -1
  615. package/dist/tokens/sizes.js +1 -1
  616. package/dist/tokens/sizes.js.map +1 -1
  617. package/dist/tokens/spacing.d.ts +1 -1
  618. package/dist/tokens/spacing.js +1 -1
  619. package/dist/tokens/spacing.js.map +1 -1
  620. package/dist/utils/ResizeSensor.js +1 -1
  621. package/dist/utils/index.d.ts +1 -2
  622. package/dist/utils/is-dev-env.js +5 -10
  623. package/dist/utils/is-dev-env.js.map +1 -1
  624. package/dist/utils/modules.js +1 -1
  625. package/dist/utils/promise.js +1 -1
  626. package/dist/utils/raf.js +1 -1
  627. package/dist/utils/random.js +1 -1
  628. package/dist/utils/range.js +1 -1
  629. package/dist/utils/react/RenderCache.js +1 -1
  630. package/dist/utils/react/Slots.js +1 -1
  631. package/dist/utils/react/chain.js +1 -1
  632. package/dist/utils/react/forwardRefWithGenerics.js +1 -1
  633. package/dist/utils/react/index.d.ts +3 -3
  634. package/dist/utils/react/index.js +20 -0
  635. package/dist/utils/react/interactions.js +1 -1
  636. package/dist/utils/react/isTextOnly.js +1 -1
  637. package/dist/utils/react/mapProps.js +1 -1
  638. package/dist/utils/react/mergeProps.d.ts +1 -2
  639. package/dist/utils/react/mergeProps.js +2 -2
  640. package/dist/utils/react/mergeProps.js.map +1 -1
  641. package/dist/utils/react/nullableValue.d.ts +1 -2
  642. package/dist/utils/react/nullableValue.js +1 -1
  643. package/dist/utils/react/nullableValue.js.map +1 -1
  644. package/dist/utils/react/resolveIcon.d.ts +1 -2
  645. package/dist/utils/react/resolveIcon.js +1 -1
  646. package/dist/utils/react/resolveIcon.js.map +1 -1
  647. package/dist/utils/react/sharedStore.js +1 -1
  648. package/dist/utils/react/useCombinedRefs.js +1 -1
  649. package/dist/utils/react/useControlledFocusVisible.js +1 -1
  650. package/dist/utils/react/useEventBus.js +1 -1
  651. package/dist/utils/react/useId.js +1 -1
  652. package/dist/utils/react/useIsDarwin.js +1 -1
  653. package/dist/utils/react/useKeySymbols.js +1 -1
  654. package/dist/utils/react/useLayoutEffect.js +1 -1
  655. package/dist/utils/react/useLocalStorage.js +1 -1
  656. package/dist/utils/react/useMergeStyles.d.ts +1 -2
  657. package/dist/utils/react/useMergeStyles.js +2 -2
  658. package/dist/utils/react/useMergeStyles.js.map +1 -1
  659. package/dist/utils/react/useQaProps.js +1 -1
  660. package/dist/utils/react/useViewportSize.js +1 -1
  661. package/dist/utils/react/wrapNodeIfPlain.js +1 -1
  662. package/dist/utils/tree.js +1 -1
  663. package/dist/utils/warnings.js +1 -1
  664. package/dist/version.js +2 -2
  665. package/package.json +4 -21
  666. package/dist/_virtual/_rolldown/runtime.js +0 -8
  667. package/dist/chunks/cacheKey.js +0 -71
  668. package/dist/chunks/cacheKey.js.map +0 -1
  669. package/dist/chunks/definitions.js +0 -261
  670. package/dist/chunks/definitions.js.map +0 -1
  671. package/dist/chunks/renderChunk.js +0 -68
  672. package/dist/chunks/renderChunk.js.map +0 -1
  673. package/dist/config.js +0 -232
  674. package/dist/config.js.map +0 -1
  675. package/dist/css-writer.d.ts +0 -46
  676. package/dist/css-writer.js +0 -75
  677. package/dist/css-writer.js.map +0 -1
  678. package/dist/extractor.d.ts +0 -25
  679. package/dist/extractor.js +0 -151
  680. package/dist/extractor.js.map +0 -1
  681. package/dist/injector/injector.js +0 -401
  682. package/dist/injector/injector.js.map +0 -1
  683. package/dist/injector/sheet-manager.js +0 -715
  684. package/dist/injector/sheet-manager.js.map +0 -1
  685. package/dist/injector/types.d.ts +0 -19
  686. package/dist/keyframes/index.js +0 -157
  687. package/dist/keyframes/index.js.map +0 -1
  688. package/dist/parser/classify.js +0 -320
  689. package/dist/parser/classify.js.map +0 -1
  690. package/dist/parser/const.js +0 -34
  691. package/dist/parser/const.js.map +0 -1
  692. package/dist/parser/lru.js +0 -110
  693. package/dist/parser/lru.js.map +0 -1
  694. package/dist/parser/parser.js +0 -117
  695. package/dist/parser/parser.js.map +0 -1
  696. package/dist/parser/tokenizer.js +0 -70
  697. package/dist/parser/tokenizer.js.map +0 -1
  698. package/dist/parser/types.d.ts +0 -38
  699. package/dist/parser/types.js +0 -47
  700. package/dist/parser/types.js.map +0 -1
  701. package/dist/pipeline/conditions.js +0 -378
  702. package/dist/pipeline/conditions.js.map +0 -1
  703. package/dist/pipeline/exclusive.js +0 -232
  704. package/dist/pipeline/exclusive.js.map +0 -1
  705. package/dist/pipeline/index.js +0 -633
  706. package/dist/pipeline/index.js.map +0 -1
  707. package/dist/pipeline/materialize.js +0 -822
  708. package/dist/pipeline/materialize.js.map +0 -1
  709. package/dist/pipeline/parseStateKey.js +0 -422
  710. package/dist/pipeline/parseStateKey.js.map +0 -1
  711. package/dist/pipeline/simplify.js +0 -558
  712. package/dist/pipeline/simplify.js.map +0 -1
  713. package/dist/plugins/okhsl-plugin.js +0 -346
  714. package/dist/plugins/okhsl-plugin.js.map +0 -1
  715. package/dist/plugins/types.d.ts +0 -52
  716. package/dist/properties/index.js +0 -142
  717. package/dist/properties/index.js.map +0 -1
  718. package/dist/states/index.js +0 -162
  719. package/dist/states/index.js.map +0 -1
  720. package/dist/styles/align.js +0 -15
  721. package/dist/styles/align.js.map +0 -1
  722. package/dist/styles/border.js +0 -115
  723. package/dist/styles/border.js.map +0 -1
  724. package/dist/styles/color.js +0 -24
  725. package/dist/styles/color.js.map +0 -1
  726. package/dist/styles/createStyle.js +0 -78
  727. package/dist/styles/createStyle.js.map +0 -1
  728. package/dist/styles/dimension.js +0 -100
  729. package/dist/styles/dimension.js.map +0 -1
  730. package/dist/styles/display.js +0 -68
  731. package/dist/styles/display.js.map +0 -1
  732. package/dist/styles/fade.js +0 -58
  733. package/dist/styles/fade.js.map +0 -1
  734. package/dist/styles/fill.js +0 -52
  735. package/dist/styles/fill.js.map +0 -1
  736. package/dist/styles/flow.js +0 -13
  737. package/dist/styles/flow.js.map +0 -1
  738. package/dist/styles/gap.js +0 -37
  739. package/dist/styles/gap.js.map +0 -1
  740. package/dist/styles/height.js +0 -21
  741. package/dist/styles/height.js.map +0 -1
  742. package/dist/styles/index.js +0 -10
  743. package/dist/styles/index.js.map +0 -1
  744. package/dist/styles/inset.js +0 -143
  745. package/dist/styles/inset.js.map +0 -1
  746. package/dist/styles/justify.js +0 -15
  747. package/dist/styles/justify.js.map +0 -1
  748. package/dist/styles/margin.js +0 -97
  749. package/dist/styles/margin.js.map +0 -1
  750. package/dist/styles/outline.js +0 -66
  751. package/dist/styles/outline.js.map +0 -1
  752. package/dist/styles/padding.js +0 -97
  753. package/dist/styles/padding.js.map +0 -1
  754. package/dist/styles/predefined.js +0 -233
  755. package/dist/styles/predefined.js.map +0 -1
  756. package/dist/styles/preset.js +0 -126
  757. package/dist/styles/preset.js.map +0 -1
  758. package/dist/styles/radius.js +0 -52
  759. package/dist/styles/radius.js.map +0 -1
  760. package/dist/styles/scrollbar.js +0 -109
  761. package/dist/styles/scrollbar.js.map +0 -1
  762. package/dist/styles/shadow.js +0 -28
  763. package/dist/styles/shadow.js.map +0 -1
  764. package/dist/styles/styledScrollbar.js +0 -39
  765. package/dist/styles/styledScrollbar.js.map +0 -1
  766. package/dist/styles/transition.js +0 -139
  767. package/dist/styles/transition.js.map +0 -1
  768. package/dist/styles/types.d.ts +0 -495
  769. package/dist/styles/width.js +0 -21
  770. package/dist/styles/width.js.map +0 -1
  771. package/dist/tasty/chunks/cacheKey.js +0 -71
  772. package/dist/tasty/chunks/cacheKey.js.map +0 -1
  773. package/dist/tasty/chunks/definitions.d.ts +0 -38
  774. package/dist/tasty/chunks/definitions.js +0 -261
  775. package/dist/tasty/chunks/definitions.js.map +0 -1
  776. package/dist/tasty/chunks/renderChunk.js +0 -68
  777. package/dist/tasty/chunks/renderChunk.js.map +0 -1
  778. package/dist/tasty/config.d.ts +0 -283
  779. package/dist/tasty/config.js +0 -401
  780. package/dist/tasty/config.js.map +0 -1
  781. package/dist/tasty/debug.d.ts +0 -200
  782. package/dist/tasty/debug.js +0 -734
  783. package/dist/tasty/debug.js.map +0 -1
  784. package/dist/tasty/hooks/useGlobalStyles.d.ts +0 -28
  785. package/dist/tasty/hooks/useGlobalStyles.js +0 -57
  786. package/dist/tasty/hooks/useGlobalStyles.js.map +0 -1
  787. package/dist/tasty/hooks/useKeyframes.d.ts +0 -57
  788. package/dist/tasty/hooks/useKeyframes.js +0 -55
  789. package/dist/tasty/hooks/useKeyframes.js.map +0 -1
  790. package/dist/tasty/hooks/useProperty.d.ts +0 -80
  791. package/dist/tasty/hooks/useProperty.js +0 -92
  792. package/dist/tasty/hooks/useProperty.js.map +0 -1
  793. package/dist/tasty/hooks/useRawCSS.d.ts +0 -54
  794. package/dist/tasty/hooks/useRawCSS.js +0 -29
  795. package/dist/tasty/hooks/useRawCSS.js.map +0 -1
  796. package/dist/tasty/hooks/useStyles.d.ts +0 -41
  797. package/dist/tasty/hooks/useStyles.js +0 -170
  798. package/dist/tasty/hooks/useStyles.js.map +0 -1
  799. package/dist/tasty/index.d.ts +0 -35
  800. package/dist/tasty/injector/index.d.ts +0 -158
  801. package/dist/tasty/injector/index.js +0 -155
  802. package/dist/tasty/injector/index.js.map +0 -1
  803. package/dist/tasty/injector/injector.d.ts +0 -137
  804. package/dist/tasty/injector/injector.js +0 -401
  805. package/dist/tasty/injector/injector.js.map +0 -1
  806. package/dist/tasty/injector/sheet-manager.d.ts +0 -128
  807. package/dist/tasty/injector/sheet-manager.js +0 -715
  808. package/dist/tasty/injector/sheet-manager.js.map +0 -1
  809. package/dist/tasty/injector/types.d.ts +0 -136
  810. package/dist/tasty/keyframes/index.js +0 -207
  811. package/dist/tasty/keyframes/index.js.map +0 -1
  812. package/dist/tasty/parser/classify.js +0 -320
  813. package/dist/tasty/parser/classify.js.map +0 -1
  814. package/dist/tasty/parser/const.js +0 -34
  815. package/dist/tasty/parser/const.js.map +0 -1
  816. package/dist/tasty/parser/lru.js +0 -110
  817. package/dist/tasty/parser/lru.js.map +0 -1
  818. package/dist/tasty/parser/parser.d.ts +0 -26
  819. package/dist/tasty/parser/parser.js +0 -117
  820. package/dist/tasty/parser/parser.js.map +0 -1
  821. package/dist/tasty/parser/tokenizer.js +0 -70
  822. package/dist/tasty/parser/tokenizer.js.map +0 -1
  823. package/dist/tasty/parser/types.d.ts +0 -47
  824. package/dist/tasty/parser/types.js +0 -47
  825. package/dist/tasty/parser/types.js.map +0 -1
  826. package/dist/tasty/pipeline/conditions.js +0 -378
  827. package/dist/tasty/pipeline/conditions.js.map +0 -1
  828. package/dist/tasty/pipeline/exclusive.js +0 -232
  829. package/dist/tasty/pipeline/exclusive.js.map +0 -1
  830. package/dist/tasty/pipeline/index.d.ts +0 -52
  831. package/dist/tasty/pipeline/index.js +0 -639
  832. package/dist/tasty/pipeline/index.js.map +0 -1
  833. package/dist/tasty/pipeline/materialize.js +0 -822
  834. package/dist/tasty/pipeline/materialize.js.map +0 -1
  835. package/dist/tasty/pipeline/parseStateKey.js +0 -422
  836. package/dist/tasty/pipeline/parseStateKey.js.map +0 -1
  837. package/dist/tasty/pipeline/simplify.js +0 -558
  838. package/dist/tasty/pipeline/simplify.js.map +0 -1
  839. package/dist/tasty/plugins/okhsl-plugin.d.ts +0 -36
  840. package/dist/tasty/plugins/okhsl-plugin.js +0 -372
  841. package/dist/tasty/plugins/okhsl-plugin.js.map +0 -1
  842. package/dist/tasty/plugins/types.d.ts +0 -72
  843. package/dist/tasty/properties/index.js +0 -159
  844. package/dist/tasty/properties/index.js.map +0 -1
  845. package/dist/tasty/states/index.d.ts +0 -44
  846. package/dist/tasty/states/index.js +0 -390
  847. package/dist/tasty/states/index.js.map +0 -1
  848. package/dist/tasty/static/index.d.ts +0 -6
  849. package/dist/tasty/static/index.js +0 -6
  850. package/dist/tasty/static/tastyStatic.d.ts +0 -47
  851. package/dist/tasty/static/tastyStatic.js +0 -32
  852. package/dist/tasty/static/tastyStatic.js.map +0 -1
  853. package/dist/tasty/static/types.d.ts +0 -50
  854. package/dist/tasty/static/types.js +0 -25
  855. package/dist/tasty/static/types.js.map +0 -1
  856. package/dist/tasty/styles/align.d.ts +0 -16
  857. package/dist/tasty/styles/align.js +0 -15
  858. package/dist/tasty/styles/align.js.map +0 -1
  859. package/dist/tasty/styles/border.d.ts +0 -26
  860. package/dist/tasty/styles/border.js +0 -115
  861. package/dist/tasty/styles/border.js.map +0 -1
  862. package/dist/tasty/styles/color.d.ts +0 -15
  863. package/dist/tasty/styles/color.js +0 -24
  864. package/dist/tasty/styles/color.js.map +0 -1
  865. package/dist/tasty/styles/createStyle.js +0 -78
  866. package/dist/tasty/styles/createStyle.js.map +0 -1
  867. package/dist/tasty/styles/dimension.js +0 -100
  868. package/dist/tasty/styles/dimension.js.map +0 -1
  869. package/dist/tasty/styles/display.d.ts +0 -38
  870. package/dist/tasty/styles/display.js +0 -68
  871. package/dist/tasty/styles/display.js.map +0 -1
  872. package/dist/tasty/styles/fade.d.ts +0 -16
  873. package/dist/tasty/styles/fade.js +0 -58
  874. package/dist/tasty/styles/fade.js.map +0 -1
  875. package/dist/tasty/styles/fill.d.ts +0 -45
  876. package/dist/tasty/styles/fill.js +0 -52
  877. package/dist/tasty/styles/fill.js.map +0 -1
  878. package/dist/tasty/styles/flow.d.ts +0 -17
  879. package/dist/tasty/styles/flow.js +0 -13
  880. package/dist/tasty/styles/flow.js.map +0 -1
  881. package/dist/tasty/styles/gap.d.ts +0 -32
  882. package/dist/tasty/styles/gap.js +0 -37
  883. package/dist/tasty/styles/gap.js.map +0 -1
  884. package/dist/tasty/styles/height.d.ts +0 -18
  885. package/dist/tasty/styles/height.js +0 -21
  886. package/dist/tasty/styles/height.js.map +0 -1
  887. package/dist/tasty/styles/index.d.ts +0 -3
  888. package/dist/tasty/styles/index.js +0 -10
  889. package/dist/tasty/styles/index.js.map +0 -1
  890. package/dist/tasty/styles/inset.d.ts +0 -51
  891. package/dist/tasty/styles/inset.js +0 -143
  892. package/dist/tasty/styles/inset.js.map +0 -1
  893. package/dist/tasty/styles/justify.d.ts +0 -16
  894. package/dist/tasty/styles/justify.js +0 -15
  895. package/dist/tasty/styles/justify.js.map +0 -1
  896. package/dist/tasty/styles/list.d.ts +0 -17
  897. package/dist/tasty/styles/list.js +0 -99
  898. package/dist/tasty/styles/list.js.map +0 -1
  899. package/dist/tasty/styles/margin.d.ts +0 -29
  900. package/dist/tasty/styles/margin.js +0 -97
  901. package/dist/tasty/styles/margin.js.map +0 -1
  902. package/dist/tasty/styles/outline.d.ts +0 -30
  903. package/dist/tasty/styles/outline.js +0 -66
  904. package/dist/tasty/styles/outline.js.map +0 -1
  905. package/dist/tasty/styles/padding.d.ts +0 -29
  906. package/dist/tasty/styles/padding.js +0 -97
  907. package/dist/tasty/styles/padding.js.map +0 -1
  908. package/dist/tasty/styles/predefined.d.ts +0 -74
  909. package/dist/tasty/styles/predefined.js +0 -242
  910. package/dist/tasty/styles/predefined.js.map +0 -1
  911. package/dist/tasty/styles/preset.d.ts +0 -48
  912. package/dist/tasty/styles/preset.js +0 -126
  913. package/dist/tasty/styles/preset.js.map +0 -1
  914. package/dist/tasty/styles/radius.d.ts +0 -15
  915. package/dist/tasty/styles/radius.js +0 -52
  916. package/dist/tasty/styles/radius.js.map +0 -1
  917. package/dist/tasty/styles/scrollbar.d.ts +0 -22
  918. package/dist/tasty/styles/scrollbar.js +0 -109
  919. package/dist/tasty/styles/scrollbar.js.map +0 -1
  920. package/dist/tasty/styles/shadow.d.ts +0 -15
  921. package/dist/tasty/styles/shadow.js +0 -28
  922. package/dist/tasty/styles/shadow.js.map +0 -1
  923. package/dist/tasty/styles/styledScrollbar.d.ts +0 -48
  924. package/dist/tasty/styles/styledScrollbar.js +0 -39
  925. package/dist/tasty/styles/styledScrollbar.js.map +0 -1
  926. package/dist/tasty/styles/transition.d.ts +0 -15
  927. package/dist/tasty/styles/transition.js +0 -139
  928. package/dist/tasty/styles/transition.js.map +0 -1
  929. package/dist/tasty/styles/types.d.ts +0 -499
  930. package/dist/tasty/styles/width.d.ts +0 -18
  931. package/dist/tasty/styles/width.js +0 -21
  932. package/dist/tasty/styles/width.js.map +0 -1
  933. package/dist/tasty/tasty.d.ts +0 -936
  934. package/dist/tasty/tasty.js +0 -191
  935. package/dist/tasty/tasty.js.map +0 -1
  936. package/dist/tasty/types.d.ts +0 -192
  937. package/dist/tasty/utils/cache-wrapper.js +0 -25
  938. package/dist/tasty/utils/cache-wrapper.js.map +0 -1
  939. package/dist/tasty/utils/case-converter.js +0 -9
  940. package/dist/tasty/utils/case-converter.js.map +0 -1
  941. package/dist/tasty/utils/colors.d.ts +0 -6
  942. package/dist/tasty/utils/colors.js +0 -10
  943. package/dist/tasty/utils/colors.js.map +0 -1
  944. package/dist/tasty/utils/dotize.d.ts +0 -27
  945. package/dist/tasty/utils/dotize.js +0 -123
  946. package/dist/tasty/utils/dotize.js.map +0 -1
  947. package/dist/tasty/utils/filter-base-props.d.ts +0 -16
  948. package/dist/tasty/utils/filter-base-props.js +0 -46
  949. package/dist/tasty/utils/filter-base-props.js.map +0 -1
  950. package/dist/tasty/utils/get-display-name.d.ts +0 -8
  951. package/dist/tasty/utils/get-display-name.js +0 -11
  952. package/dist/tasty/utils/get-display-name.js.map +0 -1
  953. package/dist/tasty/utils/hsl-to-rgb.js +0 -39
  954. package/dist/tasty/utils/hsl-to-rgb.js.map +0 -1
  955. package/dist/tasty/utils/is-dev-env.js +0 -20
  956. package/dist/tasty/utils/is-dev-env.js.map +0 -1
  957. package/dist/tasty/utils/merge-styles.d.ts +0 -8
  958. package/dist/tasty/utils/merge-styles.js +0 -147
  959. package/dist/tasty/utils/merge-styles.js.map +0 -1
  960. package/dist/tasty/utils/mod-attrs.d.ts +0 -9
  961. package/dist/tasty/utils/mod-attrs.js +0 -22
  962. package/dist/tasty/utils/mod-attrs.js.map +0 -1
  963. package/dist/tasty/utils/okhsl-to-rgb.js +0 -297
  964. package/dist/tasty/utils/okhsl-to-rgb.js.map +0 -1
  965. package/dist/tasty/utils/process-tokens.d.ts +0 -32
  966. package/dist/tasty/utils/process-tokens.js +0 -172
  967. package/dist/tasty/utils/process-tokens.js.map +0 -1
  968. package/dist/tasty/utils/resolve-recipes.d.ts +0 -18
  969. package/dist/tasty/utils/resolve-recipes.js +0 -144
  970. package/dist/tasty/utils/resolve-recipes.js.map +0 -1
  971. package/dist/tasty/utils/string.js +0 -9
  972. package/dist/tasty/utils/string.js.map +0 -1
  973. package/dist/tasty/utils/styles.d.ts +0 -204
  974. package/dist/tasty/utils/styles.js +0 -577
  975. package/dist/tasty/utils/styles.js.map +0 -1
  976. package/dist/tasty/utils/typography.d.ts +0 -37
  977. package/dist/tasty/utils/typography.js +0 -54
  978. package/dist/tasty/utils/typography.js.map +0 -1
  979. package/dist/tasty/utils/warnings.d.ts +0 -17
  980. package/dist/tasty/utils/warnings.js +0 -17
  981. package/dist/tasty/utils/warnings.js.map +0 -1
  982. package/dist/tasty/zero/babel.d.ts +0 -111
  983. package/dist/tasty/zero/babel.js +0 -283
  984. package/dist/tasty/zero/babel.js.map +0 -1
  985. package/dist/tasty/zero/index.d.ts +0 -4
  986. package/dist/tasty/zero/index.js +0 -5
  987. package/dist/tasty/zero/next.d.ts +0 -61
  988. package/dist/tasty/zero/next.js +0 -79
  989. package/dist/tasty/zero/next.js.map +0 -1
  990. package/dist/tasty.config.ts +0 -311
  991. package/dist/tokens/typography.d.ts +0 -35
  992. package/dist/tokens/typography.js +0 -238
  993. package/dist/tokens/typography.js.map +0 -1
  994. package/dist/utils/cache-wrapper.js +0 -25
  995. package/dist/utils/cache-wrapper.js.map +0 -1
  996. package/dist/utils/case-converter.js +0 -9
  997. package/dist/utils/case-converter.js.map +0 -1
  998. package/dist/utils/hsl-to-rgb.js +0 -39
  999. package/dist/utils/hsl-to-rgb.js.map +0 -1
  1000. package/dist/utils/merge-styles.js +0 -147
  1001. package/dist/utils/merge-styles.js.map +0 -1
  1002. package/dist/utils/okhsl-to-rgb.js +0 -297
  1003. package/dist/utils/okhsl-to-rgb.js.map +0 -1
  1004. package/dist/utils/process-tokens.js +0 -29
  1005. package/dist/utils/process-tokens.js.map +0 -1
  1006. package/dist/utils/resolve-recipes.js +0 -144
  1007. package/dist/utils/resolve-recipes.js.map +0 -1
  1008. package/dist/utils/string.js +0 -9
  1009. package/dist/utils/string.js.map +0 -1
  1010. package/dist/utils/styles.d.ts +0 -23
  1011. package/dist/utils/styles.js +0 -338
  1012. package/dist/utils/styles.js.map +0 -1
@@ -1,14 +1,10 @@
1
1
 
2
- import { Globals, Property } from "../../../node_modules/.pnpm/csstype@3.1.2/node_modules/csstype/index.js";
3
- import { StyleValue, StyleValueStateMap } from "../../../tasty/utils/styles.js";
4
- import { StylesInterface } from "../../../tasty/styles/types.js";
5
- import { Mods } from "../../../tasty/types.js";
6
- import "../../../tasty/index.js";
7
2
  import { CubeTooltipProviderProps } from "../../overlays/Tooltip/TooltipProvider.js";
8
3
  import { DynamicIcon } from "../../../utils/react/resolveIcon.js";
9
4
  import "../../../utils/react/index.js";
10
5
  import { CubeActionProps } from "../Action/Action.js";
11
- import "../../../index.js";
6
+ import { Mods, Styles } from "@tenphi/tasty";
7
+ import "react";
12
8
  import { OverlayProps } from "react-aria";
13
9
 
14
10
  //#region src/components/actions/Button/Button.d.ts
@@ -47,1769 +43,7 @@ interface CubeButtonProps extends CubeActionProps {
47
43
  defaultTooltipPlacement?: OverlayProps['placement'];
48
44
  }
49
45
  type ButtonVariant = 'default.primary' | 'default.secondary' | 'default.outline' | 'default.neutral' | 'default.clear' | 'default.link' | 'danger.primary' | 'danger.secondary' | 'danger.outline' | 'danger.neutral' | 'danger.clear' | 'danger.link' | 'success.primary' | 'success.secondary' | 'success.outline' | 'success.neutral' | 'success.clear' | 'success.link' | 'warning.primary' | 'warning.secondary' | 'warning.outline' | 'warning.neutral' | 'warning.clear' | 'warning.link' | 'note.primary' | 'note.secondary' | 'note.outline' | 'note.neutral' | 'note.clear' | 'note.link' | 'special.primary' | 'special.secondary' | 'special.outline' | 'special.neutral' | 'special.clear' | 'special.link';
50
- declare const DEFAULT_BUTTON_STYLES: {
51
- readonly recipe: "reset button";
52
- readonly display: "inline-grid";
53
- readonly flow: "column dense";
54
- readonly gap: 0;
55
- readonly placeItems: {
56
- readonly '': "stretch";
57
- readonly 'raw-children': "center stretch";
58
- };
59
- readonly placeContent: "center";
60
- readonly position: "relative";
61
- readonly preset: {
62
- readonly '': "t3m";
63
- readonly 'size=xsmall': "t4";
64
- readonly 'size=xlarge': "t2m";
65
- readonly 'type=link': "strong";
66
- };
67
- readonly outlineOffset: 1;
68
- readonly padding: {
69
- readonly '': 0;
70
- readonly 'raw-children & !has-icons': "$block-padding $inline-padding $block-padding $inline-padding";
71
- readonly 'type=link': "0";
72
- };
73
- readonly width: {
74
- readonly '': "min $size";
75
- readonly 'has-icon & has-right-icon': "min ($size * 2 - 2bw)";
76
- readonly 'single-icon': "fixed $size";
77
- readonly 'type=link': "min 1ch";
78
- };
79
- readonly height: {
80
- readonly '': "fixed $size";
81
- readonly 'type=link': "initial";
82
- };
83
- readonly whiteSpace: "nowrap";
84
- readonly radius: {
85
- readonly '': true;
86
- readonly 'type=link & !focused': 0;
87
- };
88
- readonly transition: "theme, grid-template, padding";
89
- readonly verticalAlign: "bottom";
90
- readonly $size: {
91
- readonly '': "$size-md";
92
- readonly 'size=xsmall': "$size-xs";
93
- readonly 'size=small': "$size-sm";
94
- readonly 'size=medium': "$size-md";
95
- readonly 'size=large': "$size-lg";
96
- readonly 'size=xlarge': "$size-xl";
97
- readonly 'size=inline': "(1lh + 2bw)";
98
- };
99
- readonly '$inline-padding': {
100
- readonly '': "max($min-inline-padding, (($size - 1lh - 2bw) / 2 + $inline-compensation))";
101
- };
102
- readonly '$block-padding': {
103
- readonly '': ".5x";
104
- readonly 'size=xsmall | size=small': ".25x";
105
- };
106
- readonly '$inline-compensation': ".5x";
107
- readonly '$min-inline-padding': "(1x - 1bw)";
108
- readonly '$left-padding': {
109
- readonly '': "$inline-padding";
110
- readonly 'is-icon-shown': "0px";
111
- };
112
- readonly '$right-padding': {
113
- readonly '': "$inline-padding";
114
- readonly 'is-right-icon-shown': "0px";
115
- };
116
- readonly Icon: {
117
- readonly width: {
118
- readonly '': "fixed 0px";
119
- readonly 'is-icon-shown': "fixed ($size - 2bw)";
120
- };
121
- readonly opacity: {
122
- readonly '': 0;
123
- readonly 'is-icon-shown': 1;
124
- };
125
- readonly translate: {
126
- readonly '': "($size * 1 / 4) 0";
127
- readonly 'is-icon-shown': "0 0";
128
- };
129
- readonly flexDirection?: StyleValue<Property.FlexDirection | undefined> | StyleValueStateMap<Property.FlexDirection | undefined>;
130
- readonly grid?: StyleValue<Property.Grid | undefined> | StyleValueStateMap<Property.Grid | undefined>;
131
- readonly flex?: StyleValue<Property.Flex<string | number> | undefined> | StyleValueStateMap<Property.Flex<string | number> | undefined>;
132
- readonly 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>;
133
- readonly backgroundColor?: StyleValue<Property.BackgroundColor | undefined> | StyleValueStateMap<Property.BackgroundColor | undefined>;
134
- readonly image?: StyleValue<Property.BackgroundImage | undefined> | StyleValueStateMap<Property.BackgroundImage | undefined>;
135
- readonly backgroundImage?: StyleValue<Property.BackgroundImage | undefined> | StyleValueStateMap<Property.BackgroundImage | undefined>;
136
- readonly background?: StyleValue<Property.Background<string | number> | undefined> | StyleValueStateMap<Property.Background<string | number> | undefined>;
137
- readonly 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>;
138
- readonly color?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
139
- readonly fade?: StyleValue<string | undefined> | StyleValueStateMap<string | undefined>;
140
- readonly styledScrollbar?: StyleValue<boolean | undefined> | StyleValueStateMap<boolean | undefined>;
141
- readonly scrollbar?: StyleValue<string | number | boolean | undefined> | StyleValueStateMap<string | number | boolean | undefined>;
142
- readonly boldFontWeight?: StyleValue<number | undefined> | StyleValueStateMap<number | undefined>;
143
- readonly gap?: StyleValue<boolean | Property.Gap<string | number> | undefined> | StyleValueStateMap<boolean | Property.Gap<string | number> | undefined>;
144
- readonly padding?: StyleValue<boolean | Property.Padding<string | number> | undefined> | StyleValueStateMap<boolean | Property.Padding<string | number> | undefined>;
145
- readonly margin?: StyleValue<boolean | Property.Margin<string | number> | undefined> | StyleValueStateMap<boolean | Property.Margin<string | number> | undefined>;
146
- readonly height?: StyleValue<boolean | Property.Height<string | number> | undefined> | StyleValueStateMap<boolean | Property.Height<string | number> | undefined>;
147
- readonly border?: StyleValue<boolean | Property.Border<string | number> | undefined> | StyleValueStateMap<boolean | Property.Border<string | number> | undefined>;
148
- readonly transition?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
149
- readonly hide?: StyleValue<boolean | undefined> | StyleValueStateMap<boolean | undefined>;
150
- readonly shadow?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
151
- readonly radius?: StyleValue<string | true | undefined> | StyleValueStateMap<string | true | undefined>;
152
- readonly flow?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
153
- readonly gridAreas?: StyleValue<Property.GridTemplateAreas | undefined> | StyleValueStateMap<Property.GridTemplateAreas | undefined>;
154
- readonly gridColumns?: StyleValue<Property.GridTemplateColumns<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateColumns<string | number> | undefined>;
155
- readonly gridRows?: StyleValue<Property.GridTemplateRows<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateRows<string | number> | undefined>;
156
- readonly gridTemplate?: StyleValue<Property.GridTemplate | undefined> | StyleValueStateMap<Property.GridTemplate | undefined>;
157
- readonly font?: StyleValue<boolean | Property.FontFamily | undefined> | StyleValueStateMap<boolean | Property.FontFamily | undefined>;
158
- readonly outline?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
159
- readonly outlineOffset?: StyleValue<string | number | undefined> | StyleValueStateMap<string | number | undefined>;
160
- readonly preset?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
161
- readonly 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>;
162
- readonly 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>;
163
- readonly place?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
164
- readonly placeContent?: StyleValue<Property.PlaceContent | undefined> | StyleValueStateMap<Property.PlaceContent | undefined>;
165
- readonly placeItems?: StyleValue<Property.PlaceItems | undefined> | StyleValueStateMap<Property.PlaceItems | undefined>;
166
- readonly inset?: StyleValue<Property.Inset<string | number> | undefined> | StyleValueStateMap<Property.Inset<string | number> | undefined>;
167
- readonly content?: StyleValue<Property.Content | undefined> | StyleValueStateMap<Property.Content | undefined>;
168
- readonly accentColor?: StyleValue<Property.AccentColor | undefined> | StyleValueStateMap<Property.AccentColor | undefined>;
169
- readonly alignContent?: StyleValue<Property.AlignContent | undefined> | StyleValueStateMap<Property.AlignContent | undefined>;
170
- readonly alignItems?: StyleValue<Property.AlignItems | undefined> | StyleValueStateMap<Property.AlignItems | undefined>;
171
- readonly alignSelf?: StyleValue<Property.AlignSelf | undefined> | StyleValueStateMap<Property.AlignSelf | undefined>;
172
- readonly alignTracks?: StyleValue<Property.AlignTracks | undefined> | StyleValueStateMap<Property.AlignTracks | undefined>;
173
- readonly animationComposition?: StyleValue<Property.AnimationComposition | undefined> | StyleValueStateMap<Property.AnimationComposition | undefined>;
174
- readonly animationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
175
- readonly animationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
176
- readonly animationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
177
- readonly animationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
178
- readonly animationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
179
- readonly animationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
180
- readonly animationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
181
- readonly animationTimeline?: StyleValue<Property.AnimationTimeline | undefined> | StyleValueStateMap<Property.AnimationTimeline | undefined>;
182
- readonly animationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
183
- readonly appearance?: StyleValue<Property.Appearance | undefined> | StyleValueStateMap<Property.Appearance | undefined>;
184
- readonly aspectRatio?: StyleValue<Property.AspectRatio | undefined> | StyleValueStateMap<Property.AspectRatio | undefined>;
185
- readonly backdropFilter?: StyleValue<Property.BackdropFilter | undefined> | StyleValueStateMap<Property.BackdropFilter | undefined>;
186
- readonly backfaceVisibility?: StyleValue<Property.BackfaceVisibility | undefined> | StyleValueStateMap<Property.BackfaceVisibility | undefined>;
187
- readonly backgroundAttachment?: StyleValue<Property.BackgroundAttachment | undefined> | StyleValueStateMap<Property.BackgroundAttachment | undefined>;
188
- readonly backgroundBlendMode?: StyleValue<Property.BackgroundBlendMode | undefined> | StyleValueStateMap<Property.BackgroundBlendMode | undefined>;
189
- readonly backgroundClip?: StyleValue<Property.BackgroundClip | undefined> | StyleValueStateMap<Property.BackgroundClip | undefined>;
190
- readonly backgroundOrigin?: StyleValue<Property.BackgroundOrigin | undefined> | StyleValueStateMap<Property.BackgroundOrigin | undefined>;
191
- readonly backgroundPositionX?: StyleValue<Property.BackgroundPositionX<string | number> | undefined> | StyleValueStateMap<Property.BackgroundPositionX<string | number> | undefined>;
192
- readonly backgroundPositionY?: StyleValue<Property.BackgroundPositionY<string | number> | undefined> | StyleValueStateMap<Property.BackgroundPositionY<string | number> | undefined>;
193
- readonly backgroundRepeat?: StyleValue<Property.BackgroundRepeat | undefined> | StyleValueStateMap<Property.BackgroundRepeat | undefined>;
194
- readonly backgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
195
- readonly blockOverflow?: StyleValue<Property.BlockOverflow | undefined> | StyleValueStateMap<Property.BlockOverflow | undefined>;
196
- readonly blockSize?: StyleValue<Property.BlockSize<string | number> | undefined> | StyleValueStateMap<Property.BlockSize<string | number> | undefined>;
197
- readonly borderBlockColor?: StyleValue<Property.BorderBlockColor | undefined> | StyleValueStateMap<Property.BorderBlockColor | undefined>;
198
- readonly borderBlockEndColor?: StyleValue<Property.BorderBlockEndColor | undefined> | StyleValueStateMap<Property.BorderBlockEndColor | undefined>;
199
- readonly borderBlockEndStyle?: StyleValue<Property.BorderBlockEndStyle | undefined> | StyleValueStateMap<Property.BorderBlockEndStyle | undefined>;
200
- readonly borderBlockEndWidth?: StyleValue<Property.BorderBlockEndWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockEndWidth<string | number> | undefined>;
201
- readonly borderBlockStartColor?: StyleValue<Property.BorderBlockStartColor | undefined> | StyleValueStateMap<Property.BorderBlockStartColor | undefined>;
202
- readonly borderBlockStartStyle?: StyleValue<Property.BorderBlockStartStyle | undefined> | StyleValueStateMap<Property.BorderBlockStartStyle | undefined>;
203
- readonly borderBlockStartWidth?: StyleValue<Property.BorderBlockStartWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockStartWidth<string | number> | undefined>;
204
- readonly borderBlockStyle?: StyleValue<Property.BorderBlockStyle | undefined> | StyleValueStateMap<Property.BorderBlockStyle | undefined>;
205
- readonly borderBlockWidth?: StyleValue<Property.BorderBlockWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockWidth<string | number> | undefined>;
206
- readonly borderBottomColor?: StyleValue<Property.BorderBottomColor | undefined> | StyleValueStateMap<Property.BorderBottomColor | undefined>;
207
- readonly borderBottomLeftRadius?: StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
208
- readonly borderBottomRightRadius?: StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
209
- readonly borderBottomStyle?: StyleValue<Property.BorderBottomStyle | undefined> | StyleValueStateMap<Property.BorderBottomStyle | undefined>;
210
- readonly borderBottomWidth?: StyleValue<Property.BorderBottomWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomWidth<string | number> | undefined>;
211
- readonly borderCollapse?: StyleValue<Property.BorderCollapse | undefined> | StyleValueStateMap<Property.BorderCollapse | undefined>;
212
- readonly borderEndEndRadius?: StyleValue<Property.BorderEndEndRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderEndEndRadius<string | number> | undefined>;
213
- readonly borderEndStartRadius?: StyleValue<Property.BorderEndStartRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderEndStartRadius<string | number> | undefined>;
214
- readonly borderImageOutset?: StyleValue<Property.BorderImageOutset<string | number> | undefined> | StyleValueStateMap<Property.BorderImageOutset<string | number> | undefined>;
215
- readonly borderImageRepeat?: StyleValue<Property.BorderImageRepeat | undefined> | StyleValueStateMap<Property.BorderImageRepeat | undefined>;
216
- readonly borderImageSlice?: StyleValue<Property.BorderImageSlice | undefined> | StyleValueStateMap<Property.BorderImageSlice | undefined>;
217
- readonly borderImageSource?: StyleValue<Property.BorderImageSource | undefined> | StyleValueStateMap<Property.BorderImageSource | undefined>;
218
- readonly borderImageWidth?: StyleValue<Property.BorderImageWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderImageWidth<string | number> | undefined>;
219
- readonly borderInlineColor?: StyleValue<Property.BorderInlineColor | undefined> | StyleValueStateMap<Property.BorderInlineColor | undefined>;
220
- readonly borderInlineEndColor?: StyleValue<Property.BorderInlineEndColor | undefined> | StyleValueStateMap<Property.BorderInlineEndColor | undefined>;
221
- readonly borderInlineEndStyle?: StyleValue<Property.BorderInlineEndStyle | undefined> | StyleValueStateMap<Property.BorderInlineEndStyle | undefined>;
222
- readonly borderInlineEndWidth?: StyleValue<Property.BorderInlineEndWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineEndWidth<string | number> | undefined>;
223
- readonly borderInlineStartColor?: StyleValue<Property.BorderInlineStartColor | undefined> | StyleValueStateMap<Property.BorderInlineStartColor | undefined>;
224
- readonly borderInlineStartStyle?: StyleValue<Property.BorderInlineStartStyle | undefined> | StyleValueStateMap<Property.BorderInlineStartStyle | undefined>;
225
- readonly borderInlineStartWidth?: StyleValue<Property.BorderInlineStartWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineStartWidth<string | number> | undefined>;
226
- readonly borderInlineStyle?: StyleValue<Property.BorderInlineStyle | undefined> | StyleValueStateMap<Property.BorderInlineStyle | undefined>;
227
- readonly borderInlineWidth?: StyleValue<Property.BorderInlineWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineWidth<string | number> | undefined>;
228
- readonly borderLeftColor?: StyleValue<Property.BorderLeftColor | undefined> | StyleValueStateMap<Property.BorderLeftColor | undefined>;
229
- readonly borderLeftStyle?: StyleValue<Property.BorderLeftStyle | undefined> | StyleValueStateMap<Property.BorderLeftStyle | undefined>;
230
- readonly borderLeftWidth?: StyleValue<Property.BorderLeftWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderLeftWidth<string | number> | undefined>;
231
- readonly borderRightColor?: StyleValue<Property.BorderRightColor | undefined> | StyleValueStateMap<Property.BorderRightColor | undefined>;
232
- readonly borderRightStyle?: StyleValue<Property.BorderRightStyle | undefined> | StyleValueStateMap<Property.BorderRightStyle | undefined>;
233
- readonly borderRightWidth?: StyleValue<Property.BorderRightWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderRightWidth<string | number> | undefined>;
234
- readonly borderSpacing?: StyleValue<Property.BorderSpacing<string | number> | undefined> | StyleValueStateMap<Property.BorderSpacing<string | number> | undefined>;
235
- readonly borderStartEndRadius?: StyleValue<Property.BorderStartEndRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderStartEndRadius<string | number> | undefined>;
236
- readonly borderStartStartRadius?: StyleValue<Property.BorderStartStartRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderStartStartRadius<string | number> | undefined>;
237
- readonly borderTopColor?: StyleValue<Property.BorderTopColor | undefined> | StyleValueStateMap<Property.BorderTopColor | undefined>;
238
- readonly borderTopLeftRadius?: StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
239
- readonly borderTopRightRadius?: StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
240
- readonly borderTopStyle?: StyleValue<Property.BorderTopStyle | undefined> | StyleValueStateMap<Property.BorderTopStyle | undefined>;
241
- readonly borderTopWidth?: StyleValue<Property.BorderTopWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderTopWidth<string | number> | undefined>;
242
- readonly bottom?: StyleValue<Property.Bottom<string | number> | undefined> | StyleValueStateMap<Property.Bottom<string | number> | undefined>;
243
- readonly boxDecorationBreak?: StyleValue<Property.BoxDecorationBreak | undefined> | StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
244
- readonly boxShadow?: StyleValue<Property.BoxShadow | undefined> | StyleValueStateMap<Property.BoxShadow | undefined>;
245
- readonly boxSizing?: StyleValue<Property.BoxSizing | undefined> | StyleValueStateMap<Property.BoxSizing | undefined>;
246
- readonly breakAfter?: StyleValue<Property.BreakAfter | undefined> | StyleValueStateMap<Property.BreakAfter | undefined>;
247
- readonly breakBefore?: StyleValue<Property.BreakBefore | undefined> | StyleValueStateMap<Property.BreakBefore | undefined>;
248
- readonly breakInside?: StyleValue<Property.BreakInside | undefined> | StyleValueStateMap<Property.BreakInside | undefined>;
249
- readonly captionSide?: StyleValue<Property.CaptionSide | undefined> | StyleValueStateMap<Property.CaptionSide | undefined>;
250
- readonly caretColor?: StyleValue<Property.CaretColor | undefined> | StyleValueStateMap<Property.CaretColor | undefined>;
251
- readonly caretShape?: StyleValue<Property.CaretShape | undefined> | StyleValueStateMap<Property.CaretShape | undefined>;
252
- readonly clear?: StyleValue<Property.Clear | undefined> | StyleValueStateMap<Property.Clear | undefined>;
253
- readonly clipPath?: StyleValue<Property.ClipPath | undefined> | StyleValueStateMap<Property.ClipPath | undefined>;
254
- readonly colorAdjust?: StyleValue<Property.PrintColorAdjust | undefined> | StyleValueStateMap<Property.PrintColorAdjust | undefined>;
255
- readonly colorScheme?: StyleValue<Property.ColorScheme | undefined> | StyleValueStateMap<Property.ColorScheme | undefined>;
256
- readonly columnCount?: StyleValue<Property.ColumnCount | undefined> | StyleValueStateMap<Property.ColumnCount | undefined>;
257
- readonly columnFill?: StyleValue<Property.ColumnFill | undefined> | StyleValueStateMap<Property.ColumnFill | undefined>;
258
- readonly columnGap?: StyleValue<Property.ColumnGap<string | number> | undefined> | StyleValueStateMap<Property.ColumnGap<string | number> | undefined>;
259
- readonly columnRuleColor?: StyleValue<Property.ColumnRuleColor | undefined> | StyleValueStateMap<Property.ColumnRuleColor | undefined>;
260
- readonly columnRuleStyle?: StyleValue<Property.ColumnRuleStyle | undefined> | StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
261
- readonly columnRuleWidth?: StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
262
- readonly columnSpan?: StyleValue<Property.ColumnSpan | undefined> | StyleValueStateMap<Property.ColumnSpan | undefined>;
263
- readonly columnWidth?: StyleValue<Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
264
- readonly contain?: StyleValue<Property.Contain | undefined> | StyleValueStateMap<Property.Contain | undefined>;
265
- readonly containIntrinsicBlockSize?: StyleValue<Property.ContainIntrinsicBlockSize<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicBlockSize<string | number> | undefined>;
266
- readonly containIntrinsicHeight?: StyleValue<Property.ContainIntrinsicHeight<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicHeight<string | number> | undefined>;
267
- readonly containIntrinsicInlineSize?: StyleValue<Property.ContainIntrinsicInlineSize<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicInlineSize<string | number> | undefined>;
268
- readonly containIntrinsicWidth?: StyleValue<Property.ContainIntrinsicWidth<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicWidth<string | number> | undefined>;
269
- readonly containerName?: StyleValue<Property.ContainerName | undefined> | StyleValueStateMap<Property.ContainerName | undefined>;
270
- readonly containerType?: StyleValue<Property.ContainerType | undefined> | StyleValueStateMap<Property.ContainerType | undefined>;
271
- readonly contentVisibility?: StyleValue<Property.ContentVisibility | undefined> | StyleValueStateMap<Property.ContentVisibility | undefined>;
272
- readonly counterIncrement?: StyleValue<Property.CounterIncrement | undefined> | StyleValueStateMap<Property.CounterIncrement | undefined>;
273
- readonly counterReset?: StyleValue<Property.CounterReset | undefined> | StyleValueStateMap<Property.CounterReset | undefined>;
274
- readonly counterSet?: StyleValue<Property.CounterSet | undefined> | StyleValueStateMap<Property.CounterSet | undefined>;
275
- readonly cursor?: StyleValue<Property.Cursor | undefined> | StyleValueStateMap<Property.Cursor | undefined>;
276
- readonly direction?: StyleValue<Property.Direction | undefined> | StyleValueStateMap<Property.Direction | undefined>;
277
- readonly display?: StyleValue<Property.Display | undefined> | StyleValueStateMap<Property.Display | undefined>;
278
- readonly emptyCells?: StyleValue<Property.EmptyCells | undefined> | StyleValueStateMap<Property.EmptyCells | undefined>;
279
- readonly filter?: StyleValue<Property.Filter | undefined> | StyleValueStateMap<Property.Filter | undefined>;
280
- readonly flexBasis?: StyleValue<Property.FlexBasis<string | number> | undefined> | StyleValueStateMap<Property.FlexBasis<string | number> | undefined>;
281
- readonly flexGrow?: StyleValue<Property.FlexGrow | undefined> | StyleValueStateMap<Property.FlexGrow | undefined>;
282
- readonly flexShrink?: StyleValue<Property.FlexShrink | undefined> | StyleValueStateMap<Property.FlexShrink | undefined>;
283
- readonly flexWrap?: StyleValue<Property.FlexWrap | undefined> | StyleValueStateMap<Property.FlexWrap | undefined>;
284
- readonly float?: StyleValue<Property.Float | undefined> | StyleValueStateMap<Property.Float | undefined>;
285
- readonly fontFamily?: StyleValue<Property.FontFamily | undefined> | StyleValueStateMap<Property.FontFamily | undefined>;
286
- readonly fontFeatureSettings?: StyleValue<Property.FontFeatureSettings | undefined> | StyleValueStateMap<Property.FontFeatureSettings | undefined>;
287
- readonly fontKerning?: StyleValue<Property.FontKerning | undefined> | StyleValueStateMap<Property.FontKerning | undefined>;
288
- readonly fontLanguageOverride?: StyleValue<Property.FontLanguageOverride | undefined> | StyleValueStateMap<Property.FontLanguageOverride | undefined>;
289
- readonly fontOpticalSizing?: StyleValue<Property.FontOpticalSizing | undefined> | StyleValueStateMap<Property.FontOpticalSizing | undefined>;
290
- readonly fontPalette?: StyleValue<Property.FontPalette | undefined> | StyleValueStateMap<Property.FontPalette | undefined>;
291
- readonly fontSize?: StyleValue<Property.FontSize<string | number> | undefined> | StyleValueStateMap<Property.FontSize<string | number> | undefined>;
292
- readonly fontSizeAdjust?: StyleValue<Property.FontSizeAdjust | undefined> | StyleValueStateMap<Property.FontSizeAdjust | undefined>;
293
- readonly fontSmooth?: StyleValue<Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
294
- readonly fontStretch?: StyleValue<Property.FontStretch | undefined> | StyleValueStateMap<Property.FontStretch | undefined>;
295
- readonly fontStyle?: StyleValue<Property.FontStyle | undefined> | StyleValueStateMap<Property.FontStyle | undefined>;
296
- readonly fontSynthesis?: StyleValue<Property.FontSynthesis | undefined> | StyleValueStateMap<Property.FontSynthesis | undefined>;
297
- readonly fontVariant?: StyleValue<Property.FontVariant | undefined> | StyleValueStateMap<Property.FontVariant | undefined>;
298
- readonly fontVariantAlternates?: StyleValue<Property.FontVariantAlternates | undefined> | StyleValueStateMap<Property.FontVariantAlternates | undefined>;
299
- readonly fontVariantCaps?: StyleValue<Property.FontVariantCaps | undefined> | StyleValueStateMap<Property.FontVariantCaps | undefined>;
300
- readonly fontVariantEastAsian?: StyleValue<Property.FontVariantEastAsian | undefined> | StyleValueStateMap<Property.FontVariantEastAsian | undefined>;
301
- readonly fontVariantEmoji?: StyleValue<Property.FontVariantEmoji | undefined> | StyleValueStateMap<Property.FontVariantEmoji | undefined>;
302
- readonly fontVariantLigatures?: StyleValue<Property.FontVariantLigatures | undefined> | StyleValueStateMap<Property.FontVariantLigatures | undefined>;
303
- readonly fontVariantNumeric?: StyleValue<Property.FontVariantNumeric | undefined> | StyleValueStateMap<Property.FontVariantNumeric | undefined>;
304
- readonly fontVariantPosition?: StyleValue<Property.FontVariantPosition | undefined> | StyleValueStateMap<Property.FontVariantPosition | undefined>;
305
- readonly fontVariationSettings?: StyleValue<Property.FontVariationSettings | undefined> | StyleValueStateMap<Property.FontVariationSettings | undefined>;
306
- readonly fontWeight?: StyleValue<Property.FontWeight | undefined> | StyleValueStateMap<Property.FontWeight | undefined>;
307
- readonly forcedColorAdjust?: StyleValue<Property.ForcedColorAdjust | undefined> | StyleValueStateMap<Property.ForcedColorAdjust | undefined>;
308
- readonly gridAutoColumns?: StyleValue<Property.GridAutoColumns<string | number> | undefined> | StyleValueStateMap<Property.GridAutoColumns<string | number> | undefined>;
309
- readonly gridAutoFlow?: StyleValue<Property.GridAutoFlow | undefined> | StyleValueStateMap<Property.GridAutoFlow | undefined>;
310
- readonly gridAutoRows?: StyleValue<Property.GridAutoRows<string | number> | undefined> | StyleValueStateMap<Property.GridAutoRows<string | number> | undefined>;
311
- readonly gridColumnEnd?: StyleValue<Property.GridColumnEnd | undefined> | StyleValueStateMap<Property.GridColumnEnd | undefined>;
312
- readonly gridColumnStart?: StyleValue<Property.GridColumnStart | undefined> | StyleValueStateMap<Property.GridColumnStart | undefined>;
313
- readonly gridRowEnd?: StyleValue<Property.GridRowEnd | undefined> | StyleValueStateMap<Property.GridRowEnd | undefined>;
314
- readonly gridRowStart?: StyleValue<Property.GridRowStart | undefined> | StyleValueStateMap<Property.GridRowStart | undefined>;
315
- readonly gridTemplateAreas?: StyleValue<Property.GridTemplateAreas | undefined> | StyleValueStateMap<Property.GridTemplateAreas | undefined>;
316
- readonly gridTemplateColumns?: StyleValue<Property.GridTemplateColumns<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateColumns<string | number> | undefined>;
317
- readonly gridTemplateRows?: StyleValue<Property.GridTemplateRows<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateRows<string | number> | undefined>;
318
- readonly hangingPunctuation?: StyleValue<Property.HangingPunctuation | undefined> | StyleValueStateMap<Property.HangingPunctuation | undefined>;
319
- readonly hyphenateCharacter?: StyleValue<Property.HyphenateCharacter | undefined> | StyleValueStateMap<Property.HyphenateCharacter | undefined>;
320
- readonly hyphenateLimitChars?: StyleValue<Property.HyphenateLimitChars | undefined> | StyleValueStateMap<Property.HyphenateLimitChars | undefined>;
321
- readonly hyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
322
- readonly imageOrientation?: StyleValue<Property.ImageOrientation | undefined> | StyleValueStateMap<Property.ImageOrientation | undefined>;
323
- readonly imageRendering?: StyleValue<Property.ImageRendering | undefined> | StyleValueStateMap<Property.ImageRendering | undefined>;
324
- readonly imageResolution?: StyleValue<Property.ImageResolution | undefined> | StyleValueStateMap<Property.ImageResolution | undefined>;
325
- readonly initialLetter?: StyleValue<Property.InitialLetter | undefined> | StyleValueStateMap<Property.InitialLetter | undefined>;
326
- readonly inlineSize?: StyleValue<Property.InlineSize<string | number> | undefined> | StyleValueStateMap<Property.InlineSize<string | number> | undefined>;
327
- readonly inputSecurity?: StyleValue<Property.InputSecurity | undefined> | StyleValueStateMap<Property.InputSecurity | undefined>;
328
- readonly insetBlockEnd?: StyleValue<Property.InsetBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockEnd<string | number> | undefined>;
329
- readonly insetBlockStart?: StyleValue<Property.InsetBlockStart<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockStart<string | number> | undefined>;
330
- readonly insetInlineEnd?: StyleValue<Property.InsetInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineEnd<string | number> | undefined>;
331
- readonly insetInlineStart?: StyleValue<Property.InsetInlineStart<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineStart<string | number> | undefined>;
332
- readonly isolation?: StyleValue<Property.Isolation | undefined> | StyleValueStateMap<Property.Isolation | undefined>;
333
- readonly justifyContent?: StyleValue<Property.JustifyContent | undefined> | StyleValueStateMap<Property.JustifyContent | undefined>;
334
- readonly justifyItems?: StyleValue<Property.JustifyItems | undefined> | StyleValueStateMap<Property.JustifyItems | undefined>;
335
- readonly justifySelf?: StyleValue<Property.JustifySelf | undefined> | StyleValueStateMap<Property.JustifySelf | undefined>;
336
- readonly justifyTracks?: StyleValue<Property.JustifyTracks | undefined> | StyleValueStateMap<Property.JustifyTracks | undefined>;
337
- readonly left?: StyleValue<Property.Left<string | number> | undefined> | StyleValueStateMap<Property.Left<string | number> | undefined>;
338
- readonly letterSpacing?: StyleValue<Property.LetterSpacing<string | number> | undefined> | StyleValueStateMap<Property.LetterSpacing<string | number> | undefined>;
339
- readonly lineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
340
- readonly lineHeight?: StyleValue<Property.LineHeight<string | number> | undefined> | StyleValueStateMap<Property.LineHeight<string | number> | undefined>;
341
- readonly lineHeightStep?: StyleValue<Property.LineHeightStep<string | number> | undefined> | StyleValueStateMap<Property.LineHeightStep<string | number> | undefined>;
342
- readonly listStyleImage?: StyleValue<Property.ListStyleImage | undefined> | StyleValueStateMap<Property.ListStyleImage | undefined>;
343
- readonly listStylePosition?: StyleValue<Property.ListStylePosition | undefined> | StyleValueStateMap<Property.ListStylePosition | undefined>;
344
- readonly listStyleType?: StyleValue<Property.ListStyleType | undefined> | StyleValueStateMap<Property.ListStyleType | undefined>;
345
- readonly marginBlockEnd?: StyleValue<Property.MarginBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginBlockEnd<string | number> | undefined>;
346
- readonly marginBlockStart?: StyleValue<Property.MarginBlockStart<string | number> | undefined> | StyleValueStateMap<Property.MarginBlockStart<string | number> | undefined>;
347
- readonly marginBottom?: StyleValue<Property.MarginBottom<string | number> | undefined> | StyleValueStateMap<Property.MarginBottom<string | number> | undefined>;
348
- readonly marginInlineEnd?: StyleValue<Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
349
- readonly marginInlineStart?: StyleValue<Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
350
- readonly marginLeft?: StyleValue<Property.MarginLeft<string | number> | undefined> | StyleValueStateMap<Property.MarginLeft<string | number> | undefined>;
351
- readonly marginRight?: StyleValue<Property.MarginRight<string | number> | undefined> | StyleValueStateMap<Property.MarginRight<string | number> | undefined>;
352
- readonly marginTop?: StyleValue<Property.MarginTop<string | number> | undefined> | StyleValueStateMap<Property.MarginTop<string | number> | undefined>;
353
- readonly marginTrim?: StyleValue<Property.MarginTrim | undefined> | StyleValueStateMap<Property.MarginTrim | undefined>;
354
- readonly maskBorderMode?: StyleValue<Property.MaskBorderMode | undefined> | StyleValueStateMap<Property.MaskBorderMode | undefined>;
355
- readonly maskBorderOutset?: StyleValue<Property.MaskBorderOutset<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderOutset<string | number> | undefined>;
356
- readonly maskBorderRepeat?: StyleValue<Property.MaskBorderRepeat | undefined> | StyleValueStateMap<Property.MaskBorderRepeat | undefined>;
357
- readonly maskBorderSlice?: StyleValue<Property.MaskBorderSlice | undefined> | StyleValueStateMap<Property.MaskBorderSlice | undefined>;
358
- readonly maskBorderSource?: StyleValue<Property.MaskBorderSource | undefined> | StyleValueStateMap<Property.MaskBorderSource | undefined>;
359
- readonly maskBorderWidth?: StyleValue<Property.MaskBorderWidth<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderWidth<string | number> | undefined>;
360
- readonly maskClip?: StyleValue<Property.MaskClip | undefined> | StyleValueStateMap<Property.MaskClip | undefined>;
361
- readonly maskComposite?: StyleValue<Property.MaskComposite | undefined> | StyleValueStateMap<Property.MaskComposite | undefined>;
362
- readonly maskImage?: StyleValue<Property.MaskImage | undefined> | StyleValueStateMap<Property.MaskImage | undefined>;
363
- readonly maskMode?: StyleValue<Property.MaskMode | undefined> | StyleValueStateMap<Property.MaskMode | undefined>;
364
- readonly maskOrigin?: StyleValue<Property.MaskOrigin | undefined> | StyleValueStateMap<Property.MaskOrigin | undefined>;
365
- readonly maskPosition?: StyleValue<Property.MaskPosition<string | number> | undefined> | StyleValueStateMap<Property.MaskPosition<string | number> | undefined>;
366
- readonly maskRepeat?: StyleValue<Property.MaskRepeat | undefined> | StyleValueStateMap<Property.MaskRepeat | undefined>;
367
- readonly maskSize?: StyleValue<Property.MaskSize<string | number> | undefined> | StyleValueStateMap<Property.MaskSize<string | number> | undefined>;
368
- readonly maskType?: StyleValue<Property.MaskType | undefined> | StyleValueStateMap<Property.MaskType | undefined>;
369
- readonly mathDepth?: StyleValue<Property.MathDepth | undefined> | StyleValueStateMap<Property.MathDepth | undefined>;
370
- readonly mathShift?: StyleValue<Property.MathShift | undefined> | StyleValueStateMap<Property.MathShift | undefined>;
371
- readonly mathStyle?: StyleValue<Property.MathStyle | undefined> | StyleValueStateMap<Property.MathStyle | undefined>;
372
- readonly maxBlockSize?: StyleValue<Property.MaxBlockSize<string | number> | undefined> | StyleValueStateMap<Property.MaxBlockSize<string | number> | undefined>;
373
- readonly maxHeight?: StyleValue<Property.MaxHeight<string | number> | undefined> | StyleValueStateMap<Property.MaxHeight<string | number> | undefined>;
374
- readonly maxInlineSize?: StyleValue<Property.MaxInlineSize<string | number> | undefined> | StyleValueStateMap<Property.MaxInlineSize<string | number> | undefined>;
375
- readonly maxLines?: StyleValue<Property.MaxLines | undefined> | StyleValueStateMap<Property.MaxLines | undefined>;
376
- readonly maxWidth?: StyleValue<Property.MaxWidth<string | number> | undefined> | StyleValueStateMap<Property.MaxWidth<string | number> | undefined>;
377
- readonly minBlockSize?: StyleValue<Property.MinBlockSize<string | number> | undefined> | StyleValueStateMap<Property.MinBlockSize<string | number> | undefined>;
378
- readonly minHeight?: StyleValue<Property.MinHeight<string | number> | undefined> | StyleValueStateMap<Property.MinHeight<string | number> | undefined>;
379
- readonly minInlineSize?: StyleValue<Property.MinInlineSize<string | number> | undefined> | StyleValueStateMap<Property.MinInlineSize<string | number> | undefined>;
380
- readonly minWidth?: StyleValue<Property.MinWidth<string | number> | undefined> | StyleValueStateMap<Property.MinWidth<string | number> | undefined>;
381
- readonly mixBlendMode?: StyleValue<Property.MixBlendMode | undefined> | StyleValueStateMap<Property.MixBlendMode | undefined>;
382
- readonly motionDistance?: StyleValue<Property.OffsetDistance<string | number> | undefined> | StyleValueStateMap<Property.OffsetDistance<string | number> | undefined>;
383
- readonly motionPath?: StyleValue<Property.OffsetPath | undefined> | StyleValueStateMap<Property.OffsetPath | undefined>;
384
- readonly motionRotation?: StyleValue<Property.OffsetRotate | undefined> | StyleValueStateMap<Property.OffsetRotate | undefined>;
385
- readonly objectFit?: StyleValue<Property.ObjectFit | undefined> | StyleValueStateMap<Property.ObjectFit | undefined>;
386
- readonly objectPosition?: StyleValue<Property.ObjectPosition<string | number> | undefined> | StyleValueStateMap<Property.ObjectPosition<string | number> | undefined>;
387
- readonly offsetAnchor?: StyleValue<Property.OffsetAnchor<string | number> | undefined> | StyleValueStateMap<Property.OffsetAnchor<string | number> | undefined>;
388
- readonly offsetDistance?: StyleValue<Property.OffsetDistance<string | number> | undefined> | StyleValueStateMap<Property.OffsetDistance<string | number> | undefined>;
389
- readonly offsetPath?: StyleValue<Property.OffsetPath | undefined> | StyleValueStateMap<Property.OffsetPath | undefined>;
390
- readonly offsetPosition?: StyleValue<Property.OffsetPosition<string | number> | undefined> | StyleValueStateMap<Property.OffsetPosition<string | number> | undefined>;
391
- readonly offsetRotate?: StyleValue<Property.OffsetRotate | undefined> | StyleValueStateMap<Property.OffsetRotate | undefined>;
392
- readonly offsetRotation?: StyleValue<Property.OffsetRotate | undefined> | StyleValueStateMap<Property.OffsetRotate | undefined>;
393
- readonly order?: StyleValue<Property.Order | undefined> | StyleValueStateMap<Property.Order | undefined>;
394
- readonly orphans?: StyleValue<Property.Orphans | undefined> | StyleValueStateMap<Property.Orphans | undefined>;
395
- readonly outlineColor?: StyleValue<Property.OutlineColor | undefined> | StyleValueStateMap<Property.OutlineColor | undefined>;
396
- readonly outlineStyle?: StyleValue<Property.OutlineStyle | undefined> | StyleValueStateMap<Property.OutlineStyle | undefined>;
397
- readonly outlineWidth?: StyleValue<Property.OutlineWidth<string | number> | undefined> | StyleValueStateMap<Property.OutlineWidth<string | number> | undefined>;
398
- readonly overflowAnchor?: StyleValue<Property.OverflowAnchor | undefined> | StyleValueStateMap<Property.OverflowAnchor | undefined>;
399
- readonly overflowBlock?: StyleValue<Property.OverflowBlock | undefined> | StyleValueStateMap<Property.OverflowBlock | undefined>;
400
- readonly overflowClipBox?: StyleValue<Property.OverflowClipBox | undefined> | StyleValueStateMap<Property.OverflowClipBox | undefined>;
401
- readonly overflowClipMargin?: StyleValue<Property.OverflowClipMargin<string | number> | undefined> | StyleValueStateMap<Property.OverflowClipMargin<string | number> | undefined>;
402
- readonly overflowInline?: StyleValue<Property.OverflowInline | undefined> | StyleValueStateMap<Property.OverflowInline | undefined>;
403
- readonly overflowWrap?: StyleValue<Property.OverflowWrap | undefined> | StyleValueStateMap<Property.OverflowWrap | undefined>;
404
- readonly overflowX?: StyleValue<Property.OverflowX | undefined> | StyleValueStateMap<Property.OverflowX | undefined>;
405
- readonly overflowY?: StyleValue<Property.OverflowY | undefined> | StyleValueStateMap<Property.OverflowY | undefined>;
406
- readonly overscrollBehaviorBlock?: StyleValue<Property.OverscrollBehaviorBlock | undefined> | StyleValueStateMap<Property.OverscrollBehaviorBlock | undefined>;
407
- readonly overscrollBehaviorInline?: StyleValue<Property.OverscrollBehaviorInline | undefined> | StyleValueStateMap<Property.OverscrollBehaviorInline | undefined>;
408
- readonly overscrollBehaviorX?: StyleValue<Property.OverscrollBehaviorX | undefined> | StyleValueStateMap<Property.OverscrollBehaviorX | undefined>;
409
- readonly overscrollBehaviorY?: StyleValue<Property.OverscrollBehaviorY | undefined> | StyleValueStateMap<Property.OverscrollBehaviorY | undefined>;
410
- readonly paddingBlockEnd?: StyleValue<Property.PaddingBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingBlockEnd<string | number> | undefined>;
411
- readonly paddingBlockStart?: StyleValue<Property.PaddingBlockStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingBlockStart<string | number> | undefined>;
412
- readonly paddingBottom?: StyleValue<Property.PaddingBottom<string | number> | undefined> | StyleValueStateMap<Property.PaddingBottom<string | number> | undefined>;
413
- readonly paddingInlineEnd?: StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
414
- readonly paddingInlineStart?: StyleValue<Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
415
- readonly paddingLeft?: StyleValue<Property.PaddingLeft<string | number> | undefined> | StyleValueStateMap<Property.PaddingLeft<string | number> | undefined>;
416
- readonly paddingRight?: StyleValue<Property.PaddingRight<string | number> | undefined> | StyleValueStateMap<Property.PaddingRight<string | number> | undefined>;
417
- readonly paddingTop?: StyleValue<Property.PaddingTop<string | number> | undefined> | StyleValueStateMap<Property.PaddingTop<string | number> | undefined>;
418
- readonly page?: StyleValue<Property.Page | undefined> | StyleValueStateMap<Property.Page | undefined>;
419
- readonly pageBreakAfter?: StyleValue<Property.PageBreakAfter | undefined> | StyleValueStateMap<Property.PageBreakAfter | undefined>;
420
- readonly pageBreakBefore?: StyleValue<Property.PageBreakBefore | undefined> | StyleValueStateMap<Property.PageBreakBefore | undefined>;
421
- readonly pageBreakInside?: StyleValue<Property.PageBreakInside | undefined> | StyleValueStateMap<Property.PageBreakInside | undefined>;
422
- readonly paintOrder?: StyleValue<Property.PaintOrder | undefined> | StyleValueStateMap<Property.PaintOrder | undefined>;
423
- readonly perspective?: StyleValue<Property.Perspective<string | number> | undefined> | StyleValueStateMap<Property.Perspective<string | number> | undefined>;
424
- readonly perspectiveOrigin?: StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
425
- readonly pointerEvents?: StyleValue<Property.PointerEvents | undefined> | StyleValueStateMap<Property.PointerEvents | undefined>;
426
- readonly position?: StyleValue<Property.Position | undefined> | StyleValueStateMap<Property.Position | undefined>;
427
- readonly printColorAdjust?: StyleValue<Property.PrintColorAdjust | undefined> | StyleValueStateMap<Property.PrintColorAdjust | undefined>;
428
- readonly quotes?: StyleValue<Property.Quotes | undefined> | StyleValueStateMap<Property.Quotes | undefined>;
429
- readonly resize?: StyleValue<Property.Resize | undefined> | StyleValueStateMap<Property.Resize | undefined>;
430
- readonly right?: StyleValue<Property.Right<string | number> | undefined> | StyleValueStateMap<Property.Right<string | number> | undefined>;
431
- readonly rotate?: StyleValue<Property.Rotate | undefined> | StyleValueStateMap<Property.Rotate | undefined>;
432
- readonly rowGap?: StyleValue<Property.RowGap<string | number> | undefined> | StyleValueStateMap<Property.RowGap<string | number> | undefined>;
433
- readonly rubyAlign?: StyleValue<Property.RubyAlign | undefined> | StyleValueStateMap<Property.RubyAlign | undefined>;
434
- readonly rubyMerge?: StyleValue<Property.RubyMerge | undefined> | StyleValueStateMap<Property.RubyMerge | undefined>;
435
- readonly rubyPosition?: StyleValue<Property.RubyPosition | undefined> | StyleValueStateMap<Property.RubyPosition | undefined>;
436
- readonly scale?: StyleValue<Property.Scale | undefined> | StyleValueStateMap<Property.Scale | undefined>;
437
- readonly scrollBehavior?: StyleValue<Property.ScrollBehavior | undefined> | StyleValueStateMap<Property.ScrollBehavior | undefined>;
438
- readonly scrollMarginBlockEnd?: StyleValue<Property.ScrollMarginBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBlockEnd<string | number> | undefined>;
439
- readonly scrollMarginBlockStart?: StyleValue<Property.ScrollMarginBlockStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBlockStart<string | number> | undefined>;
440
- readonly scrollMarginBottom?: StyleValue<Property.ScrollMarginBottom<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBottom<string | number> | undefined>;
441
- readonly scrollMarginInlineEnd?: StyleValue<Property.ScrollMarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginInlineEnd<string | number> | undefined>;
442
- readonly scrollMarginInlineStart?: StyleValue<Property.ScrollMarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginInlineStart<string | number> | undefined>;
443
- readonly scrollMarginLeft?: StyleValue<Property.ScrollMarginLeft<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginLeft<string | number> | undefined>;
444
- readonly scrollMarginRight?: StyleValue<Property.ScrollMarginRight<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginRight<string | number> | undefined>;
445
- readonly scrollMarginTop?: StyleValue<Property.ScrollMarginTop<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginTop<string | number> | undefined>;
446
- readonly scrollPaddingBlockEnd?: StyleValue<Property.ScrollPaddingBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBlockEnd<string | number> | undefined>;
447
- readonly scrollPaddingBlockStart?: StyleValue<Property.ScrollPaddingBlockStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBlockStart<string | number> | undefined>;
448
- readonly scrollPaddingBottom?: StyleValue<Property.ScrollPaddingBottom<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBottom<string | number> | undefined>;
449
- readonly scrollPaddingInlineEnd?: StyleValue<Property.ScrollPaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingInlineEnd<string | number> | undefined>;
450
- readonly scrollPaddingInlineStart?: StyleValue<Property.ScrollPaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingInlineStart<string | number> | undefined>;
451
- readonly scrollPaddingLeft?: StyleValue<Property.ScrollPaddingLeft<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingLeft<string | number> | undefined>;
452
- readonly scrollPaddingRight?: StyleValue<Property.ScrollPaddingRight<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingRight<string | number> | undefined>;
453
- readonly scrollPaddingTop?: StyleValue<Property.ScrollPaddingTop<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingTop<string | number> | undefined>;
454
- readonly scrollSnapAlign?: StyleValue<Property.ScrollSnapAlign | undefined> | StyleValueStateMap<Property.ScrollSnapAlign | undefined>;
455
- readonly scrollSnapMarginBottom?: StyleValue<Property.ScrollMarginBottom<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBottom<string | number> | undefined>;
456
- readonly scrollSnapMarginLeft?: StyleValue<Property.ScrollMarginLeft<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginLeft<string | number> | undefined>;
457
- readonly scrollSnapMarginRight?: StyleValue<Property.ScrollMarginRight<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginRight<string | number> | undefined>;
458
- readonly scrollSnapMarginTop?: StyleValue<Property.ScrollMarginTop<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginTop<string | number> | undefined>;
459
- readonly scrollSnapStop?: StyleValue<Property.ScrollSnapStop | undefined> | StyleValueStateMap<Property.ScrollSnapStop | undefined>;
460
- readonly scrollSnapType?: StyleValue<Property.ScrollSnapType | undefined> | StyleValueStateMap<Property.ScrollSnapType | undefined>;
461
- readonly scrollTimelineAxis?: StyleValue<Property.ScrollTimelineAxis | undefined> | StyleValueStateMap<Property.ScrollTimelineAxis | undefined>;
462
- readonly scrollTimelineName?: StyleValue<Property.ScrollTimelineName | undefined> | StyleValueStateMap<Property.ScrollTimelineName | undefined>;
463
- readonly scrollbarColor?: StyleValue<Property.ScrollbarColor | undefined> | StyleValueStateMap<Property.ScrollbarColor | undefined>;
464
- readonly scrollbarGutter?: StyleValue<Property.ScrollbarGutter | undefined> | StyleValueStateMap<Property.ScrollbarGutter | undefined>;
465
- readonly scrollbarWidth?: StyleValue<Property.ScrollbarWidth | undefined> | StyleValueStateMap<Property.ScrollbarWidth | undefined>;
466
- readonly shapeImageThreshold?: StyleValue<Property.ShapeImageThreshold | undefined> | StyleValueStateMap<Property.ShapeImageThreshold | undefined>;
467
- readonly shapeMargin?: StyleValue<Property.ShapeMargin<string | number> | undefined> | StyleValueStateMap<Property.ShapeMargin<string | number> | undefined>;
468
- readonly shapeOutside?: StyleValue<Property.ShapeOutside | undefined> | StyleValueStateMap<Property.ShapeOutside | undefined>;
469
- readonly tabSize?: StyleValue<Property.TabSize<string | number> | undefined> | StyleValueStateMap<Property.TabSize<string | number> | undefined>;
470
- readonly tableLayout?: StyleValue<Property.TableLayout | undefined> | StyleValueStateMap<Property.TableLayout | undefined>;
471
- readonly textAlign?: StyleValue<Property.TextAlign | undefined> | StyleValueStateMap<Property.TextAlign | undefined>;
472
- readonly textAlignLast?: StyleValue<Property.TextAlignLast | undefined> | StyleValueStateMap<Property.TextAlignLast | undefined>;
473
- readonly textCombineUpright?: StyleValue<Property.TextCombineUpright | undefined> | StyleValueStateMap<Property.TextCombineUpright | undefined>;
474
- readonly textDecorationColor?: StyleValue<Property.TextDecorationColor | undefined> | StyleValueStateMap<Property.TextDecorationColor | undefined>;
475
- readonly textDecorationLine?: StyleValue<Property.TextDecorationLine | undefined> | StyleValueStateMap<Property.TextDecorationLine | undefined>;
476
- readonly textDecorationSkip?: StyleValue<Property.TextDecorationSkip | undefined> | StyleValueStateMap<Property.TextDecorationSkip | undefined>;
477
- readonly textDecorationSkipInk?: StyleValue<Property.TextDecorationSkipInk | undefined> | StyleValueStateMap<Property.TextDecorationSkipInk | undefined>;
478
- readonly textDecorationStyle?: StyleValue<Property.TextDecorationStyle | undefined> | StyleValueStateMap<Property.TextDecorationStyle | undefined>;
479
- readonly textDecorationThickness?: StyleValue<Property.TextDecorationThickness<string | number> | undefined> | StyleValueStateMap<Property.TextDecorationThickness<string | number> | undefined>;
480
- readonly textEmphasisColor?: StyleValue<Property.TextEmphasisColor | undefined> | StyleValueStateMap<Property.TextEmphasisColor | undefined>;
481
- readonly textEmphasisPosition?: StyleValue<Property.TextEmphasisPosition | undefined> | StyleValueStateMap<Property.TextEmphasisPosition | undefined>;
482
- readonly textEmphasisStyle?: StyleValue<Property.TextEmphasisStyle | undefined> | StyleValueStateMap<Property.TextEmphasisStyle | undefined>;
483
- readonly textIndent?: StyleValue<Property.TextIndent<string | number> | undefined> | StyleValueStateMap<Property.TextIndent<string | number> | undefined>;
484
- readonly textJustify?: StyleValue<Property.TextJustify | undefined> | StyleValueStateMap<Property.TextJustify | undefined>;
485
- readonly textOrientation?: StyleValue<Property.TextOrientation | undefined> | StyleValueStateMap<Property.TextOrientation | undefined>;
486
- readonly textOverflow?: StyleValue<Property.TextOverflow | undefined> | StyleValueStateMap<Property.TextOverflow | undefined>;
487
- readonly textRendering?: StyleValue<Property.TextRendering | undefined> | StyleValueStateMap<Property.TextRendering | undefined>;
488
- readonly textShadow?: StyleValue<Property.TextShadow | undefined> | StyleValueStateMap<Property.TextShadow | undefined>;
489
- readonly textSizeAdjust?: StyleValue<Property.TextSizeAdjust | undefined> | StyleValueStateMap<Property.TextSizeAdjust | undefined>;
490
- readonly textTransform?: StyleValue<Property.TextTransform | undefined> | StyleValueStateMap<Property.TextTransform | undefined>;
491
- readonly textUnderlineOffset?: StyleValue<Property.TextUnderlineOffset<string | number> | undefined> | StyleValueStateMap<Property.TextUnderlineOffset<string | number> | undefined>;
492
- readonly textUnderlinePosition?: StyleValue<Property.TextUnderlinePosition | undefined> | StyleValueStateMap<Property.TextUnderlinePosition | undefined>;
493
- readonly top?: StyleValue<Property.Top<string | number> | undefined> | StyleValueStateMap<Property.Top<string | number> | undefined>;
494
- readonly touchAction?: StyleValue<Property.TouchAction | undefined> | StyleValueStateMap<Property.TouchAction | undefined>;
495
- readonly transform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
496
- readonly transformBox?: StyleValue<Property.TransformBox | undefined> | StyleValueStateMap<Property.TransformBox | undefined>;
497
- readonly transformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
498
- readonly transformStyle?: StyleValue<Property.TransformStyle | undefined> | StyleValueStateMap<Property.TransformStyle | undefined>;
499
- readonly transitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
500
- readonly transitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
501
- readonly transitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
502
- readonly transitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
503
- readonly unicodeBidi?: StyleValue<Property.UnicodeBidi | undefined> | StyleValueStateMap<Property.UnicodeBidi | undefined>;
504
- readonly userSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
505
- readonly verticalAlign?: StyleValue<Property.VerticalAlign<string | number> | undefined> | StyleValueStateMap<Property.VerticalAlign<string | number> | undefined>;
506
- readonly viewTransitionName?: StyleValue<Property.ViewTransitionName | undefined> | StyleValueStateMap<Property.ViewTransitionName | undefined>;
507
- readonly visibility?: StyleValue<Property.Visibility | undefined> | StyleValueStateMap<Property.Visibility | undefined>;
508
- readonly whiteSpace?: StyleValue<Property.WhiteSpace | undefined> | StyleValueStateMap<Property.WhiteSpace | undefined>;
509
- readonly widows?: StyleValue<Property.Widows | undefined> | StyleValueStateMap<Property.Widows | undefined>;
510
- readonly willChange?: StyleValue<Property.WillChange | undefined> | StyleValueStateMap<Property.WillChange | undefined>;
511
- readonly wordBreak?: StyleValue<Property.WordBreak | undefined> | StyleValueStateMap<Property.WordBreak | undefined>;
512
- readonly wordSpacing?: StyleValue<Property.WordSpacing<string | number> | undefined> | StyleValueStateMap<Property.WordSpacing<string | number> | undefined>;
513
- readonly wordWrap?: StyleValue<Property.WordWrap | undefined> | StyleValueStateMap<Property.WordWrap | undefined>;
514
- readonly writingMode?: StyleValue<Property.WritingMode | undefined> | StyleValueStateMap<Property.WritingMode | undefined>;
515
- readonly zIndex?: StyleValue<Property.ZIndex | undefined> | StyleValueStateMap<Property.ZIndex | undefined>;
516
- readonly zoom?: StyleValue<Property.Zoom | undefined> | StyleValueStateMap<Property.Zoom | undefined>;
517
- readonly all?: StyleValue<Globals | undefined> | StyleValueStateMap<Globals | undefined>;
518
- readonly animation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
519
- readonly backgroundPosition?: StyleValue<Property.BackgroundPosition<string | number> | undefined> | StyleValueStateMap<Property.BackgroundPosition<string | number> | undefined>;
520
- readonly borderBlock?: StyleValue<Property.BorderBlock<string | number> | undefined> | StyleValueStateMap<Property.BorderBlock<string | number> | undefined>;
521
- readonly borderBlockEnd?: StyleValue<Property.BorderBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockEnd<string | number> | undefined>;
522
- readonly borderBlockStart?: StyleValue<Property.BorderBlockStart<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockStart<string | number> | undefined>;
523
- readonly borderBottom?: StyleValue<Property.BorderBottom<string | number> | undefined> | StyleValueStateMap<Property.BorderBottom<string | number> | undefined>;
524
- readonly borderColor?: StyleValue<Property.BorderColor | undefined> | StyleValueStateMap<Property.BorderColor | undefined>;
525
- readonly borderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
526
- readonly borderInline?: StyleValue<Property.BorderInline<string | number> | undefined> | StyleValueStateMap<Property.BorderInline<string | number> | undefined>;
527
- readonly borderInlineEnd?: StyleValue<Property.BorderInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineEnd<string | number> | undefined>;
528
- readonly borderInlineStart?: StyleValue<Property.BorderInlineStart<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineStart<string | number> | undefined>;
529
- readonly borderLeft?: StyleValue<Property.BorderLeft<string | number> | undefined> | StyleValueStateMap<Property.BorderLeft<string | number> | undefined>;
530
- readonly borderRadius?: StyleValue<Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
531
- readonly borderRight?: StyleValue<Property.BorderRight<string | number> | undefined> | StyleValueStateMap<Property.BorderRight<string | number> | undefined>;
532
- readonly borderStyle?: StyleValue<Property.BorderStyle | undefined> | StyleValueStateMap<Property.BorderStyle | undefined>;
533
- readonly borderTop?: StyleValue<Property.BorderTop<string | number> | undefined> | StyleValueStateMap<Property.BorderTop<string | number> | undefined>;
534
- readonly borderWidth?: StyleValue<Property.BorderWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderWidth<string | number> | undefined>;
535
- readonly caret?: StyleValue<Property.Caret | undefined> | StyleValueStateMap<Property.Caret | undefined>;
536
- readonly columnRule?: StyleValue<Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
537
- readonly columns?: StyleValue<Property.Columns<string | number> | undefined> | StyleValueStateMap<Property.Columns<string | number> | undefined>;
538
- readonly containIntrinsicSize?: StyleValue<Property.ContainIntrinsicSize<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicSize<string | number> | undefined>;
539
- readonly container?: StyleValue<Property.Container | undefined> | StyleValueStateMap<Property.Container | undefined>;
540
- readonly flexFlow?: StyleValue<Property.FlexFlow | undefined> | StyleValueStateMap<Property.FlexFlow | undefined>;
541
- readonly gridArea?: StyleValue<Property.GridArea | undefined> | StyleValueStateMap<Property.GridArea | undefined>;
542
- readonly gridColumn?: StyleValue<Property.GridColumn | undefined> | StyleValueStateMap<Property.GridColumn | undefined>;
543
- readonly gridRow?: StyleValue<Property.GridRow | undefined> | StyleValueStateMap<Property.GridRow | undefined>;
544
- readonly insetBlock?: StyleValue<Property.InsetBlock<string | number> | undefined> | StyleValueStateMap<Property.InsetBlock<string | number> | undefined>;
545
- readonly insetInline?: StyleValue<Property.InsetInline<string | number> | undefined> | StyleValueStateMap<Property.InsetInline<string | number> | undefined>;
546
- readonly lineClamp?: StyleValue<Property.LineClamp | undefined> | StyleValueStateMap<Property.LineClamp | undefined>;
547
- readonly listStyle?: StyleValue<Property.ListStyle | undefined> | StyleValueStateMap<Property.ListStyle | undefined>;
548
- readonly marginBlock?: StyleValue<Property.MarginBlock<string | number> | undefined> | StyleValueStateMap<Property.MarginBlock<string | number> | undefined>;
549
- readonly marginInline?: StyleValue<Property.MarginInline<string | number> | undefined> | StyleValueStateMap<Property.MarginInline<string | number> | undefined>;
550
- readonly mask?: StyleValue<Property.Mask<string | number> | undefined> | StyleValueStateMap<Property.Mask<string | number> | undefined>;
551
- readonly maskBorder?: StyleValue<Property.MaskBorder | undefined> | StyleValueStateMap<Property.MaskBorder | undefined>;
552
- readonly motion?: StyleValue<Property.Offset<string | number> | undefined> | StyleValueStateMap<Property.Offset<string | number> | undefined>;
553
- readonly offset?: StyleValue<Property.Offset<string | number> | undefined> | StyleValueStateMap<Property.Offset<string | number> | undefined>;
554
- readonly overflow?: StyleValue<Property.Overflow | undefined> | StyleValueStateMap<Property.Overflow | undefined>;
555
- readonly overscrollBehavior?: StyleValue<Property.OverscrollBehavior | undefined> | StyleValueStateMap<Property.OverscrollBehavior | undefined>;
556
- readonly paddingBlock?: StyleValue<Property.PaddingBlock<string | number> | undefined> | StyleValueStateMap<Property.PaddingBlock<string | number> | undefined>;
557
- readonly paddingInline?: StyleValue<Property.PaddingInline<string | number> | undefined> | StyleValueStateMap<Property.PaddingInline<string | number> | undefined>;
558
- readonly placeSelf?: StyleValue<Property.PlaceSelf | undefined> | StyleValueStateMap<Property.PlaceSelf | undefined>;
559
- readonly scrollMargin?: StyleValue<Property.ScrollMargin<string | number> | undefined> | StyleValueStateMap<Property.ScrollMargin<string | number> | undefined>;
560
- readonly scrollMarginBlock?: StyleValue<Property.ScrollMarginBlock<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBlock<string | number> | undefined>;
561
- readonly scrollMarginInline?: StyleValue<Property.ScrollMarginInline<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginInline<string | number> | undefined>;
562
- readonly scrollPadding?: StyleValue<Property.ScrollPadding<string | number> | undefined> | StyleValueStateMap<Property.ScrollPadding<string | number> | undefined>;
563
- readonly scrollPaddingBlock?: StyleValue<Property.ScrollPaddingBlock<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBlock<string | number> | undefined>;
564
- readonly scrollPaddingInline?: StyleValue<Property.ScrollPaddingInline<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingInline<string | number> | undefined>;
565
- readonly scrollSnapMargin?: StyleValue<Property.ScrollMargin<string | number> | undefined> | StyleValueStateMap<Property.ScrollMargin<string | number> | undefined>;
566
- readonly scrollTimeline?: StyleValue<Property.ScrollTimeline | undefined> | StyleValueStateMap<Property.ScrollTimeline | undefined>;
567
- readonly textDecoration?: StyleValue<Property.TextDecoration<string | number> | undefined> | StyleValueStateMap<Property.TextDecoration<string | number> | undefined>;
568
- readonly textEmphasis?: StyleValue<Property.TextEmphasis | undefined> | StyleValueStateMap<Property.TextEmphasis | undefined>;
569
- readonly MozAnimationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
570
- readonly MozAnimationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
571
- readonly MozAnimationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
572
- readonly MozAnimationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
573
- readonly MozAnimationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
574
- readonly MozAnimationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
575
- readonly MozAnimationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
576
- readonly MozAnimationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
577
- readonly MozAppearance?: StyleValue<Property.MozAppearance | undefined> | StyleValueStateMap<Property.MozAppearance | undefined>;
578
- readonly MozBackfaceVisibility?: StyleValue<Property.BackfaceVisibility | undefined> | StyleValueStateMap<Property.BackfaceVisibility | undefined>;
579
- readonly MozBinding?: StyleValue<Property.MozBinding | undefined> | StyleValueStateMap<Property.MozBinding | undefined>;
580
- readonly MozBorderBottomColors?: StyleValue<Property.MozBorderBottomColors | undefined> | StyleValueStateMap<Property.MozBorderBottomColors | undefined>;
581
- readonly MozBorderEndColor?: StyleValue<Property.BorderInlineEndColor | undefined> | StyleValueStateMap<Property.BorderInlineEndColor | undefined>;
582
- readonly MozBorderEndStyle?: StyleValue<Property.BorderInlineEndStyle | undefined> | StyleValueStateMap<Property.BorderInlineEndStyle | undefined>;
583
- readonly MozBorderEndWidth?: StyleValue<Property.BorderInlineEndWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineEndWidth<string | number> | undefined>;
584
- readonly MozBorderLeftColors?: StyleValue<Property.MozBorderLeftColors | undefined> | StyleValueStateMap<Property.MozBorderLeftColors | undefined>;
585
- readonly MozBorderRightColors?: StyleValue<Property.MozBorderRightColors | undefined> | StyleValueStateMap<Property.MozBorderRightColors | undefined>;
586
- readonly MozBorderStartColor?: StyleValue<Property.BorderInlineStartColor | undefined> | StyleValueStateMap<Property.BorderInlineStartColor | undefined>;
587
- readonly MozBorderStartStyle?: StyleValue<Property.BorderInlineStartStyle | undefined> | StyleValueStateMap<Property.BorderInlineStartStyle | undefined>;
588
- readonly MozBorderTopColors?: StyleValue<Property.MozBorderTopColors | undefined> | StyleValueStateMap<Property.MozBorderTopColors | undefined>;
589
- readonly MozBoxSizing?: StyleValue<Property.BoxSizing | undefined> | StyleValueStateMap<Property.BoxSizing | undefined>;
590
- readonly MozColumnCount?: StyleValue<Property.ColumnCount | undefined> | StyleValueStateMap<Property.ColumnCount | undefined>;
591
- readonly MozColumnFill?: StyleValue<Property.ColumnFill | undefined> | StyleValueStateMap<Property.ColumnFill | undefined>;
592
- readonly MozColumnRuleColor?: StyleValue<Property.ColumnRuleColor | undefined> | StyleValueStateMap<Property.ColumnRuleColor | undefined>;
593
- readonly MozColumnRuleStyle?: StyleValue<Property.ColumnRuleStyle | undefined> | StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
594
- readonly MozColumnRuleWidth?: StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
595
- readonly MozColumnWidth?: StyleValue<Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
596
- readonly MozContextProperties?: StyleValue<Property.MozContextProperties | undefined> | StyleValueStateMap<Property.MozContextProperties | undefined>;
597
- readonly MozFontFeatureSettings?: StyleValue<Property.FontFeatureSettings | undefined> | StyleValueStateMap<Property.FontFeatureSettings | undefined>;
598
- readonly MozFontLanguageOverride?: StyleValue<Property.FontLanguageOverride | undefined> | StyleValueStateMap<Property.FontLanguageOverride | undefined>;
599
- readonly MozHyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
600
- readonly MozImageRegion?: StyleValue<Property.MozImageRegion | undefined> | StyleValueStateMap<Property.MozImageRegion | undefined>;
601
- readonly MozMarginEnd?: StyleValue<Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
602
- readonly MozMarginStart?: StyleValue<Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
603
- readonly MozOrient?: StyleValue<Property.MozOrient | undefined> | StyleValueStateMap<Property.MozOrient | undefined>;
604
- readonly MozOsxFontSmoothing?: StyleValue<Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
605
- readonly MozPaddingEnd?: StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
606
- readonly MozPaddingStart?: StyleValue<Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
607
- readonly MozPerspective?: StyleValue<Property.Perspective<string | number> | undefined> | StyleValueStateMap<Property.Perspective<string | number> | undefined>;
608
- readonly MozPerspectiveOrigin?: StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
609
- readonly MozStackSizing?: StyleValue<Property.MozStackSizing | undefined> | StyleValueStateMap<Property.MozStackSizing | undefined>;
610
- readonly MozTabSize?: StyleValue<Property.TabSize<string | number> | undefined> | StyleValueStateMap<Property.TabSize<string | number> | undefined>;
611
- readonly MozTextBlink?: StyleValue<Property.MozTextBlink | undefined> | StyleValueStateMap<Property.MozTextBlink | undefined>;
612
- readonly MozTextSizeAdjust?: StyleValue<Property.TextSizeAdjust | undefined> | StyleValueStateMap<Property.TextSizeAdjust | undefined>;
613
- readonly MozTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
614
- readonly MozTransformStyle?: StyleValue<Property.TransformStyle | undefined> | StyleValueStateMap<Property.TransformStyle | undefined>;
615
- readonly MozTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
616
- readonly MozTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
617
- readonly MozTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
618
- readonly MozTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
619
- readonly MozUserFocus?: StyleValue<Property.MozUserFocus | undefined> | StyleValueStateMap<Property.MozUserFocus | undefined>;
620
- readonly MozUserModify?: StyleValue<Property.MozUserModify | undefined> | StyleValueStateMap<Property.MozUserModify | undefined>;
621
- readonly MozUserSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
622
- readonly MozWindowDragging?: StyleValue<Property.MozWindowDragging | undefined> | StyleValueStateMap<Property.MozWindowDragging | undefined>;
623
- readonly MozWindowShadow?: StyleValue<Property.MozWindowShadow | undefined> | StyleValueStateMap<Property.MozWindowShadow | undefined>;
624
- readonly msAccelerator?: StyleValue<Property.MsAccelerator | undefined> | StyleValueStateMap<Property.MsAccelerator | undefined>;
625
- readonly msBlockProgression?: StyleValue<Property.MsBlockProgression | undefined> | StyleValueStateMap<Property.MsBlockProgression | undefined>;
626
- readonly msContentZoomChaining?: StyleValue<Property.MsContentZoomChaining | undefined> | StyleValueStateMap<Property.MsContentZoomChaining | undefined>;
627
- readonly msContentZoomLimitMax?: StyleValue<Property.MsContentZoomLimitMax | undefined> | StyleValueStateMap<Property.MsContentZoomLimitMax | undefined>;
628
- readonly msContentZoomLimitMin?: StyleValue<Property.MsContentZoomLimitMin | undefined> | StyleValueStateMap<Property.MsContentZoomLimitMin | undefined>;
629
- readonly msContentZoomSnapPoints?: StyleValue<Property.MsContentZoomSnapPoints | undefined> | StyleValueStateMap<Property.MsContentZoomSnapPoints | undefined>;
630
- readonly msContentZoomSnapType?: StyleValue<Property.MsContentZoomSnapType | undefined> | StyleValueStateMap<Property.MsContentZoomSnapType | undefined>;
631
- readonly msContentZooming?: StyleValue<Property.MsContentZooming | undefined> | StyleValueStateMap<Property.MsContentZooming | undefined>;
632
- readonly msFilter?: StyleValue<Property.MsFilter | undefined> | StyleValueStateMap<Property.MsFilter | undefined>;
633
- readonly msFlexDirection?: StyleValue<Property.FlexDirection | undefined> | StyleValueStateMap<Property.FlexDirection | undefined>;
634
- readonly msFlexPositive?: StyleValue<Property.FlexGrow | undefined> | StyleValueStateMap<Property.FlexGrow | undefined>;
635
- readonly msFlowFrom?: StyleValue<Property.MsFlowFrom | undefined> | StyleValueStateMap<Property.MsFlowFrom | undefined>;
636
- readonly msFlowInto?: StyleValue<Property.MsFlowInto | undefined> | StyleValueStateMap<Property.MsFlowInto | undefined>;
637
- readonly msGridColumns?: StyleValue<Property.MsGridColumns<string | number> | undefined> | StyleValueStateMap<Property.MsGridColumns<string | number> | undefined>;
638
- readonly msGridRows?: StyleValue<Property.MsGridRows<string | number> | undefined> | StyleValueStateMap<Property.MsGridRows<string | number> | undefined>;
639
- readonly msHighContrastAdjust?: StyleValue<Property.MsHighContrastAdjust | undefined> | StyleValueStateMap<Property.MsHighContrastAdjust | undefined>;
640
- readonly msHyphenateLimitChars?: StyleValue<Property.MsHyphenateLimitChars | undefined> | StyleValueStateMap<Property.MsHyphenateLimitChars | undefined>;
641
- readonly msHyphenateLimitLines?: StyleValue<Property.MsHyphenateLimitLines | undefined> | StyleValueStateMap<Property.MsHyphenateLimitLines | undefined>;
642
- readonly msHyphenateLimitZone?: StyleValue<Property.MsHyphenateLimitZone<string | number> | undefined> | StyleValueStateMap<Property.MsHyphenateLimitZone<string | number> | undefined>;
643
- readonly msHyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
644
- readonly msImeAlign?: StyleValue<Property.MsImeAlign | undefined> | StyleValueStateMap<Property.MsImeAlign | undefined>;
645
- readonly msLineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
646
- readonly msOrder?: StyleValue<Property.Order | undefined> | StyleValueStateMap<Property.Order | undefined>;
647
- readonly msOverflowStyle?: StyleValue<Property.MsOverflowStyle | undefined> | StyleValueStateMap<Property.MsOverflowStyle | undefined>;
648
- readonly msOverflowX?: StyleValue<Property.OverflowX | undefined> | StyleValueStateMap<Property.OverflowX | undefined>;
649
- readonly msOverflowY?: StyleValue<Property.OverflowY | undefined> | StyleValueStateMap<Property.OverflowY | undefined>;
650
- readonly msScrollChaining?: StyleValue<Property.MsScrollChaining | undefined> | StyleValueStateMap<Property.MsScrollChaining | undefined>;
651
- readonly msScrollLimitXMax?: StyleValue<Property.MsScrollLimitXMax<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitXMax<string | number> | undefined>;
652
- readonly msScrollLimitXMin?: StyleValue<Property.MsScrollLimitXMin<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitXMin<string | number> | undefined>;
653
- readonly msScrollLimitYMax?: StyleValue<Property.MsScrollLimitYMax<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitYMax<string | number> | undefined>;
654
- readonly msScrollLimitYMin?: StyleValue<Property.MsScrollLimitYMin<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitYMin<string | number> | undefined>;
655
- readonly msScrollRails?: StyleValue<Property.MsScrollRails | undefined> | StyleValueStateMap<Property.MsScrollRails | undefined>;
656
- readonly msScrollSnapPointsX?: StyleValue<Property.MsScrollSnapPointsX | undefined> | StyleValueStateMap<Property.MsScrollSnapPointsX | undefined>;
657
- readonly msScrollSnapPointsY?: StyleValue<Property.MsScrollSnapPointsY | undefined> | StyleValueStateMap<Property.MsScrollSnapPointsY | undefined>;
658
- readonly msScrollSnapType?: StyleValue<Property.MsScrollSnapType | undefined> | StyleValueStateMap<Property.MsScrollSnapType | undefined>;
659
- readonly msScrollTranslation?: StyleValue<Property.MsScrollTranslation | undefined> | StyleValueStateMap<Property.MsScrollTranslation | undefined>;
660
- readonly msScrollbar3dlightColor?: StyleValue<Property.MsScrollbar3dlightColor | undefined> | StyleValueStateMap<Property.MsScrollbar3dlightColor | undefined>;
661
- readonly msScrollbarArrowColor?: StyleValue<Property.MsScrollbarArrowColor | undefined> | StyleValueStateMap<Property.MsScrollbarArrowColor | undefined>;
662
- readonly msScrollbarBaseColor?: StyleValue<Property.MsScrollbarBaseColor | undefined> | StyleValueStateMap<Property.MsScrollbarBaseColor | undefined>;
663
- readonly msScrollbarDarkshadowColor?: StyleValue<Property.MsScrollbarDarkshadowColor | undefined> | StyleValueStateMap<Property.MsScrollbarDarkshadowColor | undefined>;
664
- readonly msScrollbarFaceColor?: StyleValue<Property.MsScrollbarFaceColor | undefined> | StyleValueStateMap<Property.MsScrollbarFaceColor | undefined>;
665
- readonly msScrollbarHighlightColor?: StyleValue<Property.MsScrollbarHighlightColor | undefined> | StyleValueStateMap<Property.MsScrollbarHighlightColor | undefined>;
666
- readonly msScrollbarShadowColor?: StyleValue<Property.MsScrollbarShadowColor | undefined> | StyleValueStateMap<Property.MsScrollbarShadowColor | undefined>;
667
- readonly msScrollbarTrackColor?: StyleValue<Property.MsScrollbarTrackColor | undefined> | StyleValueStateMap<Property.MsScrollbarTrackColor | undefined>;
668
- readonly msTextAutospace?: StyleValue<Property.MsTextAutospace | undefined> | StyleValueStateMap<Property.MsTextAutospace | undefined>;
669
- readonly msTextCombineHorizontal?: StyleValue<Property.TextCombineUpright | undefined> | StyleValueStateMap<Property.TextCombineUpright | undefined>;
670
- readonly msTextOverflow?: StyleValue<Property.TextOverflow | undefined> | StyleValueStateMap<Property.TextOverflow | undefined>;
671
- readonly msTouchAction?: StyleValue<Property.TouchAction | undefined> | StyleValueStateMap<Property.TouchAction | undefined>;
672
- readonly msTouchSelect?: StyleValue<Property.MsTouchSelect | undefined> | StyleValueStateMap<Property.MsTouchSelect | undefined>;
673
- readonly msTransform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
674
- readonly msTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
675
- readonly msTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
676
- readonly msTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
677
- readonly msTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
678
- readonly msTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
679
- readonly msUserSelect?: StyleValue<Property.MsUserSelect | undefined> | StyleValueStateMap<Property.MsUserSelect | undefined>;
680
- readonly msWordBreak?: StyleValue<Property.WordBreak | undefined> | StyleValueStateMap<Property.WordBreak | undefined>;
681
- readonly msWrapFlow?: StyleValue<Property.MsWrapFlow | undefined> | StyleValueStateMap<Property.MsWrapFlow | undefined>;
682
- readonly msWrapMargin?: StyleValue<Property.MsWrapMargin<string | number> | undefined> | StyleValueStateMap<Property.MsWrapMargin<string | number> | undefined>;
683
- readonly msWrapThrough?: StyleValue<Property.MsWrapThrough | undefined> | StyleValueStateMap<Property.MsWrapThrough | undefined>;
684
- readonly msWritingMode?: StyleValue<Property.WritingMode | undefined> | StyleValueStateMap<Property.WritingMode | undefined>;
685
- readonly WebkitAlignContent?: StyleValue<Property.AlignContent | undefined> | StyleValueStateMap<Property.AlignContent | undefined>;
686
- readonly WebkitAlignItems?: StyleValue<Property.AlignItems | undefined> | StyleValueStateMap<Property.AlignItems | undefined>;
687
- readonly WebkitAlignSelf?: StyleValue<Property.AlignSelf | undefined> | StyleValueStateMap<Property.AlignSelf | undefined>;
688
- readonly WebkitAnimationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
689
- readonly WebkitAnimationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
690
- readonly WebkitAnimationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
691
- readonly WebkitAnimationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
692
- readonly WebkitAnimationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
693
- readonly WebkitAnimationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
694
- readonly WebkitAnimationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
695
- readonly WebkitAnimationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
696
- readonly WebkitAppearance?: StyleValue<Property.WebkitAppearance | undefined> | StyleValueStateMap<Property.WebkitAppearance | undefined>;
697
- readonly WebkitBackdropFilter?: StyleValue<Property.BackdropFilter | undefined> | StyleValueStateMap<Property.BackdropFilter | undefined>;
698
- readonly WebkitBackfaceVisibility?: StyleValue<Property.BackfaceVisibility | undefined> | StyleValueStateMap<Property.BackfaceVisibility | undefined>;
699
- readonly WebkitBackgroundClip?: StyleValue<Property.BackgroundClip | undefined> | StyleValueStateMap<Property.BackgroundClip | undefined>;
700
- readonly WebkitBackgroundOrigin?: StyleValue<Property.BackgroundOrigin | undefined> | StyleValueStateMap<Property.BackgroundOrigin | undefined>;
701
- readonly WebkitBackgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
702
- readonly WebkitBorderBeforeColor?: StyleValue<Property.WebkitBorderBeforeColor | undefined> | StyleValueStateMap<Property.WebkitBorderBeforeColor | undefined>;
703
- readonly WebkitBorderBeforeStyle?: StyleValue<Property.WebkitBorderBeforeStyle | undefined> | StyleValueStateMap<Property.WebkitBorderBeforeStyle | undefined>;
704
- readonly WebkitBorderBeforeWidth?: StyleValue<Property.WebkitBorderBeforeWidth<string | number> | undefined> | StyleValueStateMap<Property.WebkitBorderBeforeWidth<string | number> | undefined>;
705
- readonly WebkitBorderBottomLeftRadius?: StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
706
- readonly WebkitBorderBottomRightRadius?: StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
707
- readonly WebkitBorderImageSlice?: StyleValue<Property.BorderImageSlice | undefined> | StyleValueStateMap<Property.BorderImageSlice | undefined>;
708
- readonly WebkitBorderTopLeftRadius?: StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
709
- readonly WebkitBorderTopRightRadius?: StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
710
- readonly WebkitBoxDecorationBreak?: StyleValue<Property.BoxDecorationBreak | undefined> | StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
711
- readonly WebkitBoxReflect?: StyleValue<Property.WebkitBoxReflect<string | number> | undefined> | StyleValueStateMap<Property.WebkitBoxReflect<string | number> | undefined>;
712
- readonly WebkitBoxShadow?: StyleValue<Property.BoxShadow | undefined> | StyleValueStateMap<Property.BoxShadow | undefined>;
713
- readonly WebkitBoxSizing?: StyleValue<Property.BoxSizing | undefined> | StyleValueStateMap<Property.BoxSizing | undefined>;
714
- readonly WebkitClipPath?: StyleValue<Property.ClipPath | undefined> | StyleValueStateMap<Property.ClipPath | undefined>;
715
- readonly WebkitColumnCount?: StyleValue<Property.ColumnCount | undefined> | StyleValueStateMap<Property.ColumnCount | undefined>;
716
- readonly WebkitColumnFill?: StyleValue<Property.ColumnFill | undefined> | StyleValueStateMap<Property.ColumnFill | undefined>;
717
- readonly WebkitColumnRuleColor?: StyleValue<Property.ColumnRuleColor | undefined> | StyleValueStateMap<Property.ColumnRuleColor | undefined>;
718
- readonly WebkitColumnRuleStyle?: StyleValue<Property.ColumnRuleStyle | undefined> | StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
719
- readonly WebkitColumnRuleWidth?: StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
720
- readonly WebkitColumnSpan?: StyleValue<Property.ColumnSpan | undefined> | StyleValueStateMap<Property.ColumnSpan | undefined>;
721
- readonly WebkitColumnWidth?: StyleValue<Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
722
- readonly WebkitFilter?: StyleValue<Property.Filter | undefined> | StyleValueStateMap<Property.Filter | undefined>;
723
- readonly WebkitFlexBasis?: StyleValue<Property.FlexBasis<string | number> | undefined> | StyleValueStateMap<Property.FlexBasis<string | number> | undefined>;
724
- readonly WebkitFlexDirection?: StyleValue<Property.FlexDirection | undefined> | StyleValueStateMap<Property.FlexDirection | undefined>;
725
- readonly WebkitFlexGrow?: StyleValue<Property.FlexGrow | undefined> | StyleValueStateMap<Property.FlexGrow | undefined>;
726
- readonly WebkitFlexShrink?: StyleValue<Property.FlexShrink | undefined> | StyleValueStateMap<Property.FlexShrink | undefined>;
727
- readonly WebkitFlexWrap?: StyleValue<Property.FlexWrap | undefined> | StyleValueStateMap<Property.FlexWrap | undefined>;
728
- readonly WebkitFontFeatureSettings?: StyleValue<Property.FontFeatureSettings | undefined> | StyleValueStateMap<Property.FontFeatureSettings | undefined>;
729
- readonly WebkitFontKerning?: StyleValue<Property.FontKerning | undefined> | StyleValueStateMap<Property.FontKerning | undefined>;
730
- readonly WebkitFontSmoothing?: StyleValue<Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
731
- readonly WebkitFontVariantLigatures?: StyleValue<Property.FontVariantLigatures | undefined> | StyleValueStateMap<Property.FontVariantLigatures | undefined>;
732
- readonly WebkitHyphenateCharacter?: StyleValue<Property.HyphenateCharacter | undefined> | StyleValueStateMap<Property.HyphenateCharacter | undefined>;
733
- readonly WebkitHyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
734
- readonly WebkitInitialLetter?: StyleValue<Property.InitialLetter | undefined> | StyleValueStateMap<Property.InitialLetter | undefined>;
735
- readonly WebkitJustifyContent?: StyleValue<Property.JustifyContent | undefined> | StyleValueStateMap<Property.JustifyContent | undefined>;
736
- readonly WebkitLineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
737
- readonly WebkitLineClamp?: StyleValue<Property.WebkitLineClamp | undefined> | StyleValueStateMap<Property.WebkitLineClamp | undefined>;
738
- readonly WebkitMarginEnd?: StyleValue<Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
739
- readonly WebkitMarginStart?: StyleValue<Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
740
- readonly WebkitMaskAttachment?: StyleValue<Property.WebkitMaskAttachment | undefined> | StyleValueStateMap<Property.WebkitMaskAttachment | undefined>;
741
- readonly WebkitMaskBoxImageOutset?: StyleValue<Property.MaskBorderOutset<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderOutset<string | number> | undefined>;
742
- readonly WebkitMaskBoxImageRepeat?: StyleValue<Property.MaskBorderRepeat | undefined> | StyleValueStateMap<Property.MaskBorderRepeat | undefined>;
743
- readonly WebkitMaskBoxImageSlice?: StyleValue<Property.MaskBorderSlice | undefined> | StyleValueStateMap<Property.MaskBorderSlice | undefined>;
744
- readonly WebkitMaskBoxImageSource?: StyleValue<Property.MaskBorderSource | undefined> | StyleValueStateMap<Property.MaskBorderSource | undefined>;
745
- readonly WebkitMaskBoxImageWidth?: StyleValue<Property.MaskBorderWidth<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderWidth<string | number> | undefined>;
746
- readonly WebkitMaskClip?: StyleValue<Property.WebkitMaskClip | undefined> | StyleValueStateMap<Property.WebkitMaskClip | undefined>;
747
- readonly WebkitMaskComposite?: StyleValue<Property.WebkitMaskComposite | undefined> | StyleValueStateMap<Property.WebkitMaskComposite | undefined>;
748
- readonly WebkitMaskImage?: StyleValue<Property.WebkitMaskImage | undefined> | StyleValueStateMap<Property.WebkitMaskImage | undefined>;
749
- readonly WebkitMaskOrigin?: StyleValue<Property.WebkitMaskOrigin | undefined> | StyleValueStateMap<Property.WebkitMaskOrigin | undefined>;
750
- readonly WebkitMaskPosition?: StyleValue<Property.WebkitMaskPosition<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskPosition<string | number> | undefined>;
751
- readonly WebkitMaskPositionX?: StyleValue<Property.WebkitMaskPositionX<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskPositionX<string | number> | undefined>;
752
- readonly WebkitMaskPositionY?: StyleValue<Property.WebkitMaskPositionY<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskPositionY<string | number> | undefined>;
753
- readonly WebkitMaskRepeat?: StyleValue<Property.WebkitMaskRepeat | undefined> | StyleValueStateMap<Property.WebkitMaskRepeat | undefined>;
754
- readonly WebkitMaskRepeatX?: StyleValue<Property.WebkitMaskRepeatX | undefined> | StyleValueStateMap<Property.WebkitMaskRepeatX | undefined>;
755
- readonly WebkitMaskRepeatY?: StyleValue<Property.WebkitMaskRepeatY | undefined> | StyleValueStateMap<Property.WebkitMaskRepeatY | undefined>;
756
- readonly WebkitMaskSize?: StyleValue<Property.WebkitMaskSize<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskSize<string | number> | undefined>;
757
- readonly WebkitMaxInlineSize?: StyleValue<Property.MaxInlineSize<string | number> | undefined> | StyleValueStateMap<Property.MaxInlineSize<string | number> | undefined>;
758
- readonly WebkitOrder?: StyleValue<Property.Order | undefined> | StyleValueStateMap<Property.Order | undefined>;
759
- readonly WebkitOverflowScrolling?: StyleValue<Property.WebkitOverflowScrolling | undefined> | StyleValueStateMap<Property.WebkitOverflowScrolling | undefined>;
760
- readonly WebkitPaddingEnd?: StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
761
- readonly WebkitPaddingStart?: StyleValue<Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
762
- readonly WebkitPerspective?: StyleValue<Property.Perspective<string | number> | undefined> | StyleValueStateMap<Property.Perspective<string | number> | undefined>;
763
- readonly WebkitPerspectiveOrigin?: StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
764
- readonly WebkitPrintColorAdjust?: StyleValue<Property.PrintColorAdjust | undefined> | StyleValueStateMap<Property.PrintColorAdjust | undefined>;
765
- readonly WebkitRubyPosition?: StyleValue<Property.RubyPosition | undefined> | StyleValueStateMap<Property.RubyPosition | undefined>;
766
- readonly WebkitScrollSnapType?: StyleValue<Property.ScrollSnapType | undefined> | StyleValueStateMap<Property.ScrollSnapType | undefined>;
767
- readonly WebkitShapeMargin?: StyleValue<Property.ShapeMargin<string | number> | undefined> | StyleValueStateMap<Property.ShapeMargin<string | number> | undefined>;
768
- readonly WebkitTapHighlightColor?: StyleValue<Property.WebkitTapHighlightColor | undefined> | StyleValueStateMap<Property.WebkitTapHighlightColor | undefined>;
769
- readonly WebkitTextCombine?: StyleValue<Property.TextCombineUpright | undefined> | StyleValueStateMap<Property.TextCombineUpright | undefined>;
770
- readonly WebkitTextDecorationColor?: StyleValue<Property.TextDecorationColor | undefined> | StyleValueStateMap<Property.TextDecorationColor | undefined>;
771
- readonly WebkitTextDecorationLine?: StyleValue<Property.TextDecorationLine | undefined> | StyleValueStateMap<Property.TextDecorationLine | undefined>;
772
- readonly WebkitTextDecorationSkip?: StyleValue<Property.TextDecorationSkip | undefined> | StyleValueStateMap<Property.TextDecorationSkip | undefined>;
773
- readonly WebkitTextDecorationStyle?: StyleValue<Property.TextDecorationStyle | undefined> | StyleValueStateMap<Property.TextDecorationStyle | undefined>;
774
- readonly WebkitTextEmphasisColor?: StyleValue<Property.TextEmphasisColor | undefined> | StyleValueStateMap<Property.TextEmphasisColor | undefined>;
775
- readonly WebkitTextEmphasisPosition?: StyleValue<Property.TextEmphasisPosition | undefined> | StyleValueStateMap<Property.TextEmphasisPosition | undefined>;
776
- readonly WebkitTextEmphasisStyle?: StyleValue<Property.TextEmphasisStyle | undefined> | StyleValueStateMap<Property.TextEmphasisStyle | undefined>;
777
- readonly WebkitTextFillColor?: StyleValue<Property.WebkitTextFillColor | undefined> | StyleValueStateMap<Property.WebkitTextFillColor | undefined>;
778
- readonly WebkitTextOrientation?: StyleValue<Property.TextOrientation | undefined> | StyleValueStateMap<Property.TextOrientation | undefined>;
779
- readonly WebkitTextSizeAdjust?: StyleValue<Property.TextSizeAdjust | undefined> | StyleValueStateMap<Property.TextSizeAdjust | undefined>;
780
- readonly WebkitTextStrokeColor?: StyleValue<Property.WebkitTextStrokeColor | undefined> | StyleValueStateMap<Property.WebkitTextStrokeColor | undefined>;
781
- readonly WebkitTextStrokeWidth?: StyleValue<Property.WebkitTextStrokeWidth<string | number> | undefined> | StyleValueStateMap<Property.WebkitTextStrokeWidth<string | number> | undefined>;
782
- readonly WebkitTextUnderlinePosition?: StyleValue<Property.TextUnderlinePosition | undefined> | StyleValueStateMap<Property.TextUnderlinePosition | undefined>;
783
- readonly WebkitTouchCallout?: StyleValue<Property.WebkitTouchCallout | undefined> | StyleValueStateMap<Property.WebkitTouchCallout | undefined>;
784
- readonly WebkitTransform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
785
- readonly WebkitTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
786
- readonly WebkitTransformStyle?: StyleValue<Property.TransformStyle | undefined> | StyleValueStateMap<Property.TransformStyle | undefined>;
787
- readonly WebkitTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
788
- readonly WebkitTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
789
- readonly WebkitTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
790
- readonly WebkitTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
791
- readonly WebkitUserModify?: StyleValue<Property.WebkitUserModify | undefined> | StyleValueStateMap<Property.WebkitUserModify | undefined>;
792
- readonly WebkitUserSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
793
- readonly WebkitWritingMode?: StyleValue<Property.WritingMode | undefined> | StyleValueStateMap<Property.WritingMode | undefined>;
794
- readonly MozAnimation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
795
- readonly MozBorderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
796
- readonly MozColumnRule?: StyleValue<Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
797
- readonly MozColumns?: StyleValue<Property.Columns<string | number> | undefined> | StyleValueStateMap<Property.Columns<string | number> | undefined>;
798
- readonly MozTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
799
- readonly msContentZoomLimit?: StyleValue<Property.MsContentZoomLimit | undefined> | StyleValueStateMap<Property.MsContentZoomLimit | undefined>;
800
- readonly msContentZoomSnap?: StyleValue<Property.MsContentZoomSnap | undefined> | StyleValueStateMap<Property.MsContentZoomSnap | undefined>;
801
- readonly msFlex?: StyleValue<Property.Flex<string | number> | undefined> | StyleValueStateMap<Property.Flex<string | number> | undefined>;
802
- readonly msScrollLimit?: StyleValue<Property.MsScrollLimit | undefined> | StyleValueStateMap<Property.MsScrollLimit | undefined>;
803
- readonly msScrollSnapX?: StyleValue<Property.MsScrollSnapX | undefined> | StyleValueStateMap<Property.MsScrollSnapX | undefined>;
804
- readonly msScrollSnapY?: StyleValue<Property.MsScrollSnapY | undefined> | StyleValueStateMap<Property.MsScrollSnapY | undefined>;
805
- readonly msTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
806
- readonly WebkitAnimation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
807
- readonly WebkitBorderBefore?: StyleValue<Property.WebkitBorderBefore<string | number> | undefined> | StyleValueStateMap<Property.WebkitBorderBefore<string | number> | undefined>;
808
- readonly WebkitBorderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
809
- readonly WebkitBorderRadius?: StyleValue<Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
810
- readonly WebkitColumnRule?: StyleValue<Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
811
- readonly WebkitColumns?: StyleValue<Property.Columns<string | number> | undefined> | StyleValueStateMap<Property.Columns<string | number> | undefined>;
812
- readonly WebkitFlex?: StyleValue<Property.Flex<string | number> | undefined> | StyleValueStateMap<Property.Flex<string | number> | undefined>;
813
- readonly WebkitFlexFlow?: StyleValue<Property.FlexFlow | undefined> | StyleValueStateMap<Property.FlexFlow | undefined>;
814
- readonly WebkitMask?: StyleValue<Property.WebkitMask<string | number> | undefined> | StyleValueStateMap<Property.WebkitMask<string | number> | undefined>;
815
- readonly WebkitMaskBoxImage?: StyleValue<Property.MaskBorder | undefined> | StyleValueStateMap<Property.MaskBorder | undefined>;
816
- readonly WebkitTextEmphasis?: StyleValue<Property.TextEmphasis | undefined> | StyleValueStateMap<Property.TextEmphasis | undefined>;
817
- readonly WebkitTextStroke?: StyleValue<Property.WebkitTextStroke<string | number> | undefined> | StyleValueStateMap<Property.WebkitTextStroke<string | number> | undefined>;
818
- readonly WebkitTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
819
- readonly azimuth?: StyleValue<Property.Azimuth | undefined> | StyleValueStateMap<Property.Azimuth | undefined>;
820
- readonly boxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
821
- readonly boxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
822
- readonly boxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
823
- readonly boxFlexGroup?: StyleValue<Property.BoxFlexGroup | undefined> | StyleValueStateMap<Property.BoxFlexGroup | undefined>;
824
- readonly boxLines?: StyleValue<Property.BoxLines | undefined> | StyleValueStateMap<Property.BoxLines | undefined>;
825
- readonly boxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
826
- readonly boxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
827
- readonly boxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
828
- readonly clip?: StyleValue<Property.Clip | undefined> | StyleValueStateMap<Property.Clip | undefined>;
829
- readonly gridColumnGap?: StyleValue<Property.GridColumnGap<string | number> | undefined> | StyleValueStateMap<Property.GridColumnGap<string | number> | undefined>;
830
- readonly gridGap?: StyleValue<Property.GridGap<string | number> | undefined> | StyleValueStateMap<Property.GridGap<string | number> | undefined>;
831
- readonly gridRowGap?: StyleValue<Property.GridRowGap<string | number> | undefined> | StyleValueStateMap<Property.GridRowGap<string | number> | undefined>;
832
- readonly imeMode?: StyleValue<Property.ImeMode | undefined> | StyleValueStateMap<Property.ImeMode | undefined>;
833
- readonly offsetBlock?: StyleValue<Property.InsetBlock<string | number> | undefined> | StyleValueStateMap<Property.InsetBlock<string | number> | undefined>;
834
- readonly offsetBlockEnd?: StyleValue<Property.InsetBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockEnd<string | number> | undefined>;
835
- readonly offsetBlockStart?: StyleValue<Property.InsetBlockStart<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockStart<string | number> | undefined>;
836
- readonly offsetInline?: StyleValue<Property.InsetInline<string | number> | undefined> | StyleValueStateMap<Property.InsetInline<string | number> | undefined>;
837
- readonly offsetInlineEnd?: StyleValue<Property.InsetInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineEnd<string | number> | undefined>;
838
- readonly offsetInlineStart?: StyleValue<Property.InsetInlineStart<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineStart<string | number> | undefined>;
839
- readonly scrollSnapCoordinate?: StyleValue<Property.ScrollSnapCoordinate<string | number> | undefined> | StyleValueStateMap<Property.ScrollSnapCoordinate<string | number> | undefined>;
840
- readonly scrollSnapDestination?: StyleValue<Property.ScrollSnapDestination<string | number> | undefined> | StyleValueStateMap<Property.ScrollSnapDestination<string | number> | undefined>;
841
- readonly scrollSnapPointsX?: StyleValue<Property.ScrollSnapPointsX | undefined> | StyleValueStateMap<Property.ScrollSnapPointsX | undefined>;
842
- readonly scrollSnapPointsY?: StyleValue<Property.ScrollSnapPointsY | undefined> | StyleValueStateMap<Property.ScrollSnapPointsY | undefined>;
843
- readonly scrollSnapTypeX?: StyleValue<Property.ScrollSnapTypeX | undefined> | StyleValueStateMap<Property.ScrollSnapTypeX | undefined>;
844
- readonly scrollSnapTypeY?: StyleValue<Property.ScrollSnapTypeY | undefined> | StyleValueStateMap<Property.ScrollSnapTypeY | undefined>;
845
- readonly KhtmlBoxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
846
- readonly KhtmlBoxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
847
- readonly KhtmlBoxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
848
- readonly KhtmlBoxFlexGroup?: StyleValue<Property.BoxFlexGroup | undefined> | StyleValueStateMap<Property.BoxFlexGroup | undefined>;
849
- readonly KhtmlBoxLines?: StyleValue<Property.BoxLines | undefined> | StyleValueStateMap<Property.BoxLines | undefined>;
850
- readonly KhtmlBoxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
851
- readonly KhtmlBoxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
852
- readonly KhtmlBoxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
853
- readonly KhtmlLineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
854
- readonly KhtmlOpacity?: StyleValue<Property.Opacity | undefined> | StyleValueStateMap<Property.Opacity | undefined>;
855
- readonly KhtmlUserSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
856
- readonly MozBackgroundClip?: StyleValue<Property.BackgroundClip | undefined> | StyleValueStateMap<Property.BackgroundClip | undefined>;
857
- readonly MozBackgroundInlinePolicy?: StyleValue<Property.BoxDecorationBreak | undefined> | StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
858
- readonly MozBackgroundOrigin?: StyleValue<Property.BackgroundOrigin | undefined> | StyleValueStateMap<Property.BackgroundOrigin | undefined>;
859
- readonly MozBackgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
860
- readonly MozBorderRadius?: StyleValue<Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
861
- readonly MozBorderRadiusBottomleft?: StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
862
- readonly MozBorderRadiusBottomright?: StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
863
- readonly MozBorderRadiusTopleft?: StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
864
- readonly MozBorderRadiusTopright?: StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
865
- readonly MozBoxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
866
- readonly MozBoxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
867
- readonly MozBoxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
868
- readonly MozBoxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
869
- readonly MozBoxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
870
- readonly MozBoxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
871
- readonly MozBoxShadow?: StyleValue<Property.BoxShadow | undefined> | StyleValueStateMap<Property.BoxShadow | undefined>;
872
- readonly MozFloatEdge?: StyleValue<Property.MozFloatEdge | undefined> | StyleValueStateMap<Property.MozFloatEdge | undefined>;
873
- readonly MozForceBrokenImageIcon?: StyleValue<Property.MozForceBrokenImageIcon | undefined> | StyleValueStateMap<Property.MozForceBrokenImageIcon | undefined>;
874
- readonly MozOpacity?: StyleValue<Property.Opacity | undefined> | StyleValueStateMap<Property.Opacity | undefined>;
875
- readonly MozOutline?: StyleValue<Property.Outline<string | number> | undefined> | StyleValueStateMap<Property.Outline<string | number> | undefined>;
876
- readonly MozOutlineColor?: StyleValue<Property.OutlineColor | undefined> | StyleValueStateMap<Property.OutlineColor | undefined>;
877
- readonly MozOutlineRadius?: StyleValue<Property.MozOutlineRadius<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadius<string | number> | undefined>;
878
- readonly MozOutlineRadiusBottomleft?: StyleValue<Property.MozOutlineRadiusBottomleft<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
879
- readonly MozOutlineRadiusBottomright?: StyleValue<Property.MozOutlineRadiusBottomright<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusBottomright<string | number> | undefined>;
880
- readonly MozOutlineRadiusTopleft?: StyleValue<Property.MozOutlineRadiusTopleft<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusTopleft<string | number> | undefined>;
881
- readonly MozOutlineRadiusTopright?: StyleValue<Property.MozOutlineRadiusTopright<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusTopright<string | number> | undefined>;
882
- readonly MozOutlineStyle?: StyleValue<Property.OutlineStyle | undefined> | StyleValueStateMap<Property.OutlineStyle | undefined>;
883
- readonly MozOutlineWidth?: StyleValue<Property.OutlineWidth<string | number> | undefined> | StyleValueStateMap<Property.OutlineWidth<string | number> | undefined>;
884
- readonly MozTextAlignLast?: StyleValue<Property.TextAlignLast | undefined> | StyleValueStateMap<Property.TextAlignLast | undefined>;
885
- readonly MozTextDecorationColor?: StyleValue<Property.TextDecorationColor | undefined> | StyleValueStateMap<Property.TextDecorationColor | undefined>;
886
- readonly MozTextDecorationLine?: StyleValue<Property.TextDecorationLine | undefined> | StyleValueStateMap<Property.TextDecorationLine | undefined>;
887
- readonly MozTextDecorationStyle?: StyleValue<Property.TextDecorationStyle | undefined> | StyleValueStateMap<Property.TextDecorationStyle | undefined>;
888
- readonly MozUserInput?: StyleValue<Property.MozUserInput | undefined> | StyleValueStateMap<Property.MozUserInput | undefined>;
889
- readonly msImeMode?: StyleValue<Property.ImeMode | undefined> | StyleValueStateMap<Property.ImeMode | undefined>;
890
- readonly OAnimation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
891
- readonly OAnimationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
892
- readonly OAnimationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
893
- readonly OAnimationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
894
- readonly OAnimationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
895
- readonly OAnimationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
896
- readonly OAnimationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
897
- readonly OAnimationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
898
- readonly OAnimationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
899
- readonly OBackgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
900
- readonly OBorderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
901
- readonly OObjectFit?: StyleValue<Property.ObjectFit | undefined> | StyleValueStateMap<Property.ObjectFit | undefined>;
902
- readonly OObjectPosition?: StyleValue<Property.ObjectPosition<string | number> | undefined> | StyleValueStateMap<Property.ObjectPosition<string | number> | undefined>;
903
- readonly OTabSize?: StyleValue<Property.TabSize<string | number> | undefined> | StyleValueStateMap<Property.TabSize<string | number> | undefined>;
904
- readonly OTextOverflow?: StyleValue<Property.TextOverflow | undefined> | StyleValueStateMap<Property.TextOverflow | undefined>;
905
- readonly OTransform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
906
- readonly OTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
907
- readonly OTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
908
- readonly OTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
909
- readonly OTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
910
- readonly OTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
911
- readonly OTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
912
- readonly WebkitBoxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
913
- readonly WebkitBoxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
914
- readonly WebkitBoxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
915
- readonly WebkitBoxFlexGroup?: StyleValue<Property.BoxFlexGroup | undefined> | StyleValueStateMap<Property.BoxFlexGroup | undefined>;
916
- readonly WebkitBoxLines?: StyleValue<Property.BoxLines | undefined> | StyleValueStateMap<Property.BoxLines | undefined>;
917
- readonly WebkitBoxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
918
- readonly WebkitBoxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
919
- readonly WebkitBoxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
920
- readonly WebkitScrollSnapPointsX?: StyleValue<Property.ScrollSnapPointsX | undefined> | StyleValueStateMap<Property.ScrollSnapPointsX | undefined>;
921
- readonly WebkitScrollSnapPointsY?: StyleValue<Property.ScrollSnapPointsY | undefined> | StyleValueStateMap<Property.ScrollSnapPointsY | undefined>;
922
- readonly alignmentBaseline?: StyleValue<Property.AlignmentBaseline | undefined> | StyleValueStateMap<Property.AlignmentBaseline | undefined>;
923
- readonly baselineShift?: StyleValue<Property.BaselineShift<string | number> | undefined> | StyleValueStateMap<Property.BaselineShift<string | number> | undefined>;
924
- readonly clipRule?: StyleValue<Property.ClipRule | undefined> | StyleValueStateMap<Property.ClipRule | undefined>;
925
- readonly colorInterpolation?: StyleValue<Property.ColorInterpolation | undefined> | StyleValueStateMap<Property.ColorInterpolation | undefined>;
926
- readonly colorRendering?: StyleValue<Property.ColorRendering | undefined> | StyleValueStateMap<Property.ColorRendering | undefined>;
927
- readonly dominantBaseline?: StyleValue<Property.DominantBaseline | undefined> | StyleValueStateMap<Property.DominantBaseline | undefined>;
928
- readonly fillOpacity?: StyleValue<Property.FillOpacity | undefined> | StyleValueStateMap<Property.FillOpacity | undefined>;
929
- readonly fillRule?: StyleValue<Property.FillRule | undefined> | StyleValueStateMap<Property.FillRule | undefined>;
930
- readonly floodColor?: StyleValue<Property.FloodColor | undefined> | StyleValueStateMap<Property.FloodColor | undefined>;
931
- readonly floodOpacity?: StyleValue<Property.FloodOpacity | undefined> | StyleValueStateMap<Property.FloodOpacity | undefined>;
932
- readonly glyphOrientationVertical?: StyleValue<Property.GlyphOrientationVertical | undefined> | StyleValueStateMap<Property.GlyphOrientationVertical | undefined>;
933
- readonly lightingColor?: StyleValue<Property.LightingColor | undefined> | StyleValueStateMap<Property.LightingColor | undefined>;
934
- readonly marker?: StyleValue<Property.Marker | undefined> | StyleValueStateMap<Property.Marker | undefined>;
935
- readonly markerEnd?: StyleValue<Property.MarkerEnd | undefined> | StyleValueStateMap<Property.MarkerEnd | undefined>;
936
- readonly markerMid?: StyleValue<Property.MarkerMid | undefined> | StyleValueStateMap<Property.MarkerMid | undefined>;
937
- readonly markerStart?: StyleValue<Property.MarkerStart | undefined> | StyleValueStateMap<Property.MarkerStart | undefined>;
938
- readonly shapeRendering?: StyleValue<Property.ShapeRendering | undefined> | StyleValueStateMap<Property.ShapeRendering | undefined>;
939
- readonly stopColor?: StyleValue<Property.StopColor | undefined> | StyleValueStateMap<Property.StopColor | undefined>;
940
- readonly stopOpacity?: StyleValue<Property.StopOpacity | undefined> | StyleValueStateMap<Property.StopOpacity | undefined>;
941
- readonly stroke?: StyleValue<Property.Stroke | undefined> | StyleValueStateMap<Property.Stroke | undefined>;
942
- readonly strokeDasharray?: StyleValue<Property.StrokeDasharray<string | number> | undefined> | StyleValueStateMap<Property.StrokeDasharray<string | number> | undefined>;
943
- readonly strokeDashoffset?: StyleValue<Property.StrokeDashoffset<string | number> | undefined> | StyleValueStateMap<Property.StrokeDashoffset<string | number> | undefined>;
944
- readonly strokeLinecap?: StyleValue<Property.StrokeLinecap | undefined> | StyleValueStateMap<Property.StrokeLinecap | undefined>;
945
- readonly strokeLinejoin?: StyleValue<Property.StrokeLinejoin | undefined> | StyleValueStateMap<Property.StrokeLinejoin | undefined>;
946
- readonly strokeMiterlimit?: StyleValue<Property.StrokeMiterlimit | undefined> | StyleValueStateMap<Property.StrokeMiterlimit | undefined>;
947
- readonly strokeOpacity?: StyleValue<Property.StrokeOpacity | undefined> | StyleValueStateMap<Property.StrokeOpacity | undefined>;
948
- readonly strokeWidth?: StyleValue<Property.StrokeWidth<string | number> | undefined> | StyleValueStateMap<Property.StrokeWidth<string | number> | undefined>;
949
- readonly textAnchor?: StyleValue<Property.TextAnchor | undefined> | StyleValueStateMap<Property.TextAnchor | undefined>;
950
- readonly vectorEffect?: StyleValue<Property.VectorEffect | undefined> | StyleValueStateMap<Property.VectorEffect | undefined>;
951
- readonly '@keyframes'?: StylesInterface["@keyframes"];
952
- readonly '@properties'?: StylesInterface["@properties"];
953
- readonly recipe?: StylesInterface["recipe"];
954
- readonly $?: string;
955
- };
956
- readonly RightIcon: {
957
- readonly width: {
958
- readonly '': "fixed 0px";
959
- readonly 'is-right-icon-shown': "fixed ($size - 2bw)";
960
- };
961
- readonly opacity: {
962
- readonly '': 0;
963
- readonly 'is-right-icon-shown': 1;
964
- };
965
- readonly translate: {
966
- readonly '': "($size * -1 / 4) 0";
967
- readonly 'is-right-icon-shown': "0 0";
968
- };
969
- readonly flexDirection?: StyleValue<Property.FlexDirection | undefined> | StyleValueStateMap<Property.FlexDirection | undefined>;
970
- readonly grid?: StyleValue<Property.Grid | undefined> | StyleValueStateMap<Property.Grid | undefined>;
971
- readonly flex?: StyleValue<Property.Flex<string | number> | undefined> | StyleValueStateMap<Property.Flex<string | number> | undefined>;
972
- readonly 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>;
973
- readonly backgroundColor?: StyleValue<Property.BackgroundColor | undefined> | StyleValueStateMap<Property.BackgroundColor | undefined>;
974
- readonly image?: StyleValue<Property.BackgroundImage | undefined> | StyleValueStateMap<Property.BackgroundImage | undefined>;
975
- readonly backgroundImage?: StyleValue<Property.BackgroundImage | undefined> | StyleValueStateMap<Property.BackgroundImage | undefined>;
976
- readonly background?: StyleValue<Property.Background<string | number> | undefined> | StyleValueStateMap<Property.Background<string | number> | undefined>;
977
- readonly 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>;
978
- readonly color?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
979
- readonly fade?: StyleValue<string | undefined> | StyleValueStateMap<string | undefined>;
980
- readonly styledScrollbar?: StyleValue<boolean | undefined> | StyleValueStateMap<boolean | undefined>;
981
- readonly scrollbar?: StyleValue<string | number | boolean | undefined> | StyleValueStateMap<string | number | boolean | undefined>;
982
- readonly boldFontWeight?: StyleValue<number | undefined> | StyleValueStateMap<number | undefined>;
983
- readonly gap?: StyleValue<boolean | Property.Gap<string | number> | undefined> | StyleValueStateMap<boolean | Property.Gap<string | number> | undefined>;
984
- readonly padding?: StyleValue<boolean | Property.Padding<string | number> | undefined> | StyleValueStateMap<boolean | Property.Padding<string | number> | undefined>;
985
- readonly margin?: StyleValue<boolean | Property.Margin<string | number> | undefined> | StyleValueStateMap<boolean | Property.Margin<string | number> | undefined>;
986
- readonly height?: StyleValue<boolean | Property.Height<string | number> | undefined> | StyleValueStateMap<boolean | Property.Height<string | number> | undefined>;
987
- readonly border?: StyleValue<boolean | Property.Border<string | number> | undefined> | StyleValueStateMap<boolean | Property.Border<string | number> | undefined>;
988
- readonly transition?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
989
- readonly hide?: StyleValue<boolean | undefined> | StyleValueStateMap<boolean | undefined>;
990
- readonly shadow?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
991
- readonly radius?: StyleValue<string | true | undefined> | StyleValueStateMap<string | true | undefined>;
992
- readonly flow?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
993
- readonly gridAreas?: StyleValue<Property.GridTemplateAreas | undefined> | StyleValueStateMap<Property.GridTemplateAreas | undefined>;
994
- readonly gridColumns?: StyleValue<Property.GridTemplateColumns<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateColumns<string | number> | undefined>;
995
- readonly gridRows?: StyleValue<Property.GridTemplateRows<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateRows<string | number> | undefined>;
996
- readonly gridTemplate?: StyleValue<Property.GridTemplate | undefined> | StyleValueStateMap<Property.GridTemplate | undefined>;
997
- readonly font?: StyleValue<boolean | Property.FontFamily | undefined> | StyleValueStateMap<boolean | Property.FontFamily | undefined>;
998
- readonly outline?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
999
- readonly outlineOffset?: StyleValue<string | number | undefined> | StyleValueStateMap<string | number | undefined>;
1000
- readonly preset?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
1001
- readonly 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>;
1002
- readonly 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>;
1003
- readonly place?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
1004
- readonly placeContent?: StyleValue<Property.PlaceContent | undefined> | StyleValueStateMap<Property.PlaceContent | undefined>;
1005
- readonly placeItems?: StyleValue<Property.PlaceItems | undefined> | StyleValueStateMap<Property.PlaceItems | undefined>;
1006
- readonly inset?: StyleValue<Property.Inset<string | number> | undefined> | StyleValueStateMap<Property.Inset<string | number> | undefined>;
1007
- readonly content?: StyleValue<Property.Content | undefined> | StyleValueStateMap<Property.Content | undefined>;
1008
- readonly accentColor?: StyleValue<Property.AccentColor | undefined> | StyleValueStateMap<Property.AccentColor | undefined>;
1009
- readonly alignContent?: StyleValue<Property.AlignContent | undefined> | StyleValueStateMap<Property.AlignContent | undefined>;
1010
- readonly alignItems?: StyleValue<Property.AlignItems | undefined> | StyleValueStateMap<Property.AlignItems | undefined>;
1011
- readonly alignSelf?: StyleValue<Property.AlignSelf | undefined> | StyleValueStateMap<Property.AlignSelf | undefined>;
1012
- readonly alignTracks?: StyleValue<Property.AlignTracks | undefined> | StyleValueStateMap<Property.AlignTracks | undefined>;
1013
- readonly animationComposition?: StyleValue<Property.AnimationComposition | undefined> | StyleValueStateMap<Property.AnimationComposition | undefined>;
1014
- readonly animationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
1015
- readonly animationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
1016
- readonly animationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
1017
- readonly animationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
1018
- readonly animationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
1019
- readonly animationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
1020
- readonly animationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
1021
- readonly animationTimeline?: StyleValue<Property.AnimationTimeline | undefined> | StyleValueStateMap<Property.AnimationTimeline | undefined>;
1022
- readonly animationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
1023
- readonly appearance?: StyleValue<Property.Appearance | undefined> | StyleValueStateMap<Property.Appearance | undefined>;
1024
- readonly aspectRatio?: StyleValue<Property.AspectRatio | undefined> | StyleValueStateMap<Property.AspectRatio | undefined>;
1025
- readonly backdropFilter?: StyleValue<Property.BackdropFilter | undefined> | StyleValueStateMap<Property.BackdropFilter | undefined>;
1026
- readonly backfaceVisibility?: StyleValue<Property.BackfaceVisibility | undefined> | StyleValueStateMap<Property.BackfaceVisibility | undefined>;
1027
- readonly backgroundAttachment?: StyleValue<Property.BackgroundAttachment | undefined> | StyleValueStateMap<Property.BackgroundAttachment | undefined>;
1028
- readonly backgroundBlendMode?: StyleValue<Property.BackgroundBlendMode | undefined> | StyleValueStateMap<Property.BackgroundBlendMode | undefined>;
1029
- readonly backgroundClip?: StyleValue<Property.BackgroundClip | undefined> | StyleValueStateMap<Property.BackgroundClip | undefined>;
1030
- readonly backgroundOrigin?: StyleValue<Property.BackgroundOrigin | undefined> | StyleValueStateMap<Property.BackgroundOrigin | undefined>;
1031
- readonly backgroundPositionX?: StyleValue<Property.BackgroundPositionX<string | number> | undefined> | StyleValueStateMap<Property.BackgroundPositionX<string | number> | undefined>;
1032
- readonly backgroundPositionY?: StyleValue<Property.BackgroundPositionY<string | number> | undefined> | StyleValueStateMap<Property.BackgroundPositionY<string | number> | undefined>;
1033
- readonly backgroundRepeat?: StyleValue<Property.BackgroundRepeat | undefined> | StyleValueStateMap<Property.BackgroundRepeat | undefined>;
1034
- readonly backgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
1035
- readonly blockOverflow?: StyleValue<Property.BlockOverflow | undefined> | StyleValueStateMap<Property.BlockOverflow | undefined>;
1036
- readonly blockSize?: StyleValue<Property.BlockSize<string | number> | undefined> | StyleValueStateMap<Property.BlockSize<string | number> | undefined>;
1037
- readonly borderBlockColor?: StyleValue<Property.BorderBlockColor | undefined> | StyleValueStateMap<Property.BorderBlockColor | undefined>;
1038
- readonly borderBlockEndColor?: StyleValue<Property.BorderBlockEndColor | undefined> | StyleValueStateMap<Property.BorderBlockEndColor | undefined>;
1039
- readonly borderBlockEndStyle?: StyleValue<Property.BorderBlockEndStyle | undefined> | StyleValueStateMap<Property.BorderBlockEndStyle | undefined>;
1040
- readonly borderBlockEndWidth?: StyleValue<Property.BorderBlockEndWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockEndWidth<string | number> | undefined>;
1041
- readonly borderBlockStartColor?: StyleValue<Property.BorderBlockStartColor | undefined> | StyleValueStateMap<Property.BorderBlockStartColor | undefined>;
1042
- readonly borderBlockStartStyle?: StyleValue<Property.BorderBlockStartStyle | undefined> | StyleValueStateMap<Property.BorderBlockStartStyle | undefined>;
1043
- readonly borderBlockStartWidth?: StyleValue<Property.BorderBlockStartWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockStartWidth<string | number> | undefined>;
1044
- readonly borderBlockStyle?: StyleValue<Property.BorderBlockStyle | undefined> | StyleValueStateMap<Property.BorderBlockStyle | undefined>;
1045
- readonly borderBlockWidth?: StyleValue<Property.BorderBlockWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockWidth<string | number> | undefined>;
1046
- readonly borderBottomColor?: StyleValue<Property.BorderBottomColor | undefined> | StyleValueStateMap<Property.BorderBottomColor | undefined>;
1047
- readonly borderBottomLeftRadius?: StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
1048
- readonly borderBottomRightRadius?: StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
1049
- readonly borderBottomStyle?: StyleValue<Property.BorderBottomStyle | undefined> | StyleValueStateMap<Property.BorderBottomStyle | undefined>;
1050
- readonly borderBottomWidth?: StyleValue<Property.BorderBottomWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomWidth<string | number> | undefined>;
1051
- readonly borderCollapse?: StyleValue<Property.BorderCollapse | undefined> | StyleValueStateMap<Property.BorderCollapse | undefined>;
1052
- readonly borderEndEndRadius?: StyleValue<Property.BorderEndEndRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderEndEndRadius<string | number> | undefined>;
1053
- readonly borderEndStartRadius?: StyleValue<Property.BorderEndStartRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderEndStartRadius<string | number> | undefined>;
1054
- readonly borderImageOutset?: StyleValue<Property.BorderImageOutset<string | number> | undefined> | StyleValueStateMap<Property.BorderImageOutset<string | number> | undefined>;
1055
- readonly borderImageRepeat?: StyleValue<Property.BorderImageRepeat | undefined> | StyleValueStateMap<Property.BorderImageRepeat | undefined>;
1056
- readonly borderImageSlice?: StyleValue<Property.BorderImageSlice | undefined> | StyleValueStateMap<Property.BorderImageSlice | undefined>;
1057
- readonly borderImageSource?: StyleValue<Property.BorderImageSource | undefined> | StyleValueStateMap<Property.BorderImageSource | undefined>;
1058
- readonly borderImageWidth?: StyleValue<Property.BorderImageWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderImageWidth<string | number> | undefined>;
1059
- readonly borderInlineColor?: StyleValue<Property.BorderInlineColor | undefined> | StyleValueStateMap<Property.BorderInlineColor | undefined>;
1060
- readonly borderInlineEndColor?: StyleValue<Property.BorderInlineEndColor | undefined> | StyleValueStateMap<Property.BorderInlineEndColor | undefined>;
1061
- readonly borderInlineEndStyle?: StyleValue<Property.BorderInlineEndStyle | undefined> | StyleValueStateMap<Property.BorderInlineEndStyle | undefined>;
1062
- readonly borderInlineEndWidth?: StyleValue<Property.BorderInlineEndWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineEndWidth<string | number> | undefined>;
1063
- readonly borderInlineStartColor?: StyleValue<Property.BorderInlineStartColor | undefined> | StyleValueStateMap<Property.BorderInlineStartColor | undefined>;
1064
- readonly borderInlineStartStyle?: StyleValue<Property.BorderInlineStartStyle | undefined> | StyleValueStateMap<Property.BorderInlineStartStyle | undefined>;
1065
- readonly borderInlineStartWidth?: StyleValue<Property.BorderInlineStartWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineStartWidth<string | number> | undefined>;
1066
- readonly borderInlineStyle?: StyleValue<Property.BorderInlineStyle | undefined> | StyleValueStateMap<Property.BorderInlineStyle | undefined>;
1067
- readonly borderInlineWidth?: StyleValue<Property.BorderInlineWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineWidth<string | number> | undefined>;
1068
- readonly borderLeftColor?: StyleValue<Property.BorderLeftColor | undefined> | StyleValueStateMap<Property.BorderLeftColor | undefined>;
1069
- readonly borderLeftStyle?: StyleValue<Property.BorderLeftStyle | undefined> | StyleValueStateMap<Property.BorderLeftStyle | undefined>;
1070
- readonly borderLeftWidth?: StyleValue<Property.BorderLeftWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderLeftWidth<string | number> | undefined>;
1071
- readonly borderRightColor?: StyleValue<Property.BorderRightColor | undefined> | StyleValueStateMap<Property.BorderRightColor | undefined>;
1072
- readonly borderRightStyle?: StyleValue<Property.BorderRightStyle | undefined> | StyleValueStateMap<Property.BorderRightStyle | undefined>;
1073
- readonly borderRightWidth?: StyleValue<Property.BorderRightWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderRightWidth<string | number> | undefined>;
1074
- readonly borderSpacing?: StyleValue<Property.BorderSpacing<string | number> | undefined> | StyleValueStateMap<Property.BorderSpacing<string | number> | undefined>;
1075
- readonly borderStartEndRadius?: StyleValue<Property.BorderStartEndRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderStartEndRadius<string | number> | undefined>;
1076
- readonly borderStartStartRadius?: StyleValue<Property.BorderStartStartRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderStartStartRadius<string | number> | undefined>;
1077
- readonly borderTopColor?: StyleValue<Property.BorderTopColor | undefined> | StyleValueStateMap<Property.BorderTopColor | undefined>;
1078
- readonly borderTopLeftRadius?: StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
1079
- readonly borderTopRightRadius?: StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
1080
- readonly borderTopStyle?: StyleValue<Property.BorderTopStyle | undefined> | StyleValueStateMap<Property.BorderTopStyle | undefined>;
1081
- readonly borderTopWidth?: StyleValue<Property.BorderTopWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderTopWidth<string | number> | undefined>;
1082
- readonly bottom?: StyleValue<Property.Bottom<string | number> | undefined> | StyleValueStateMap<Property.Bottom<string | number> | undefined>;
1083
- readonly boxDecorationBreak?: StyleValue<Property.BoxDecorationBreak | undefined> | StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
1084
- readonly boxShadow?: StyleValue<Property.BoxShadow | undefined> | StyleValueStateMap<Property.BoxShadow | undefined>;
1085
- readonly boxSizing?: StyleValue<Property.BoxSizing | undefined> | StyleValueStateMap<Property.BoxSizing | undefined>;
1086
- readonly breakAfter?: StyleValue<Property.BreakAfter | undefined> | StyleValueStateMap<Property.BreakAfter | undefined>;
1087
- readonly breakBefore?: StyleValue<Property.BreakBefore | undefined> | StyleValueStateMap<Property.BreakBefore | undefined>;
1088
- readonly breakInside?: StyleValue<Property.BreakInside | undefined> | StyleValueStateMap<Property.BreakInside | undefined>;
1089
- readonly captionSide?: StyleValue<Property.CaptionSide | undefined> | StyleValueStateMap<Property.CaptionSide | undefined>;
1090
- readonly caretColor?: StyleValue<Property.CaretColor | undefined> | StyleValueStateMap<Property.CaretColor | undefined>;
1091
- readonly caretShape?: StyleValue<Property.CaretShape | undefined> | StyleValueStateMap<Property.CaretShape | undefined>;
1092
- readonly clear?: StyleValue<Property.Clear | undefined> | StyleValueStateMap<Property.Clear | undefined>;
1093
- readonly clipPath?: StyleValue<Property.ClipPath | undefined> | StyleValueStateMap<Property.ClipPath | undefined>;
1094
- readonly colorAdjust?: StyleValue<Property.PrintColorAdjust | undefined> | StyleValueStateMap<Property.PrintColorAdjust | undefined>;
1095
- readonly colorScheme?: StyleValue<Property.ColorScheme | undefined> | StyleValueStateMap<Property.ColorScheme | undefined>;
1096
- readonly columnCount?: StyleValue<Property.ColumnCount | undefined> | StyleValueStateMap<Property.ColumnCount | undefined>;
1097
- readonly columnFill?: StyleValue<Property.ColumnFill | undefined> | StyleValueStateMap<Property.ColumnFill | undefined>;
1098
- readonly columnGap?: StyleValue<Property.ColumnGap<string | number> | undefined> | StyleValueStateMap<Property.ColumnGap<string | number> | undefined>;
1099
- readonly columnRuleColor?: StyleValue<Property.ColumnRuleColor | undefined> | StyleValueStateMap<Property.ColumnRuleColor | undefined>;
1100
- readonly columnRuleStyle?: StyleValue<Property.ColumnRuleStyle | undefined> | StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
1101
- readonly columnRuleWidth?: StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
1102
- readonly columnSpan?: StyleValue<Property.ColumnSpan | undefined> | StyleValueStateMap<Property.ColumnSpan | undefined>;
1103
- readonly columnWidth?: StyleValue<Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
1104
- readonly contain?: StyleValue<Property.Contain | undefined> | StyleValueStateMap<Property.Contain | undefined>;
1105
- readonly containIntrinsicBlockSize?: StyleValue<Property.ContainIntrinsicBlockSize<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicBlockSize<string | number> | undefined>;
1106
- readonly containIntrinsicHeight?: StyleValue<Property.ContainIntrinsicHeight<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicHeight<string | number> | undefined>;
1107
- readonly containIntrinsicInlineSize?: StyleValue<Property.ContainIntrinsicInlineSize<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicInlineSize<string | number> | undefined>;
1108
- readonly containIntrinsicWidth?: StyleValue<Property.ContainIntrinsicWidth<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicWidth<string | number> | undefined>;
1109
- readonly containerName?: StyleValue<Property.ContainerName | undefined> | StyleValueStateMap<Property.ContainerName | undefined>;
1110
- readonly containerType?: StyleValue<Property.ContainerType | undefined> | StyleValueStateMap<Property.ContainerType | undefined>;
1111
- readonly contentVisibility?: StyleValue<Property.ContentVisibility | undefined> | StyleValueStateMap<Property.ContentVisibility | undefined>;
1112
- readonly counterIncrement?: StyleValue<Property.CounterIncrement | undefined> | StyleValueStateMap<Property.CounterIncrement | undefined>;
1113
- readonly counterReset?: StyleValue<Property.CounterReset | undefined> | StyleValueStateMap<Property.CounterReset | undefined>;
1114
- readonly counterSet?: StyleValue<Property.CounterSet | undefined> | StyleValueStateMap<Property.CounterSet | undefined>;
1115
- readonly cursor?: StyleValue<Property.Cursor | undefined> | StyleValueStateMap<Property.Cursor | undefined>;
1116
- readonly direction?: StyleValue<Property.Direction | undefined> | StyleValueStateMap<Property.Direction | undefined>;
1117
- readonly display?: StyleValue<Property.Display | undefined> | StyleValueStateMap<Property.Display | undefined>;
1118
- readonly emptyCells?: StyleValue<Property.EmptyCells | undefined> | StyleValueStateMap<Property.EmptyCells | undefined>;
1119
- readonly filter?: StyleValue<Property.Filter | undefined> | StyleValueStateMap<Property.Filter | undefined>;
1120
- readonly flexBasis?: StyleValue<Property.FlexBasis<string | number> | undefined> | StyleValueStateMap<Property.FlexBasis<string | number> | undefined>;
1121
- readonly flexGrow?: StyleValue<Property.FlexGrow | undefined> | StyleValueStateMap<Property.FlexGrow | undefined>;
1122
- readonly flexShrink?: StyleValue<Property.FlexShrink | undefined> | StyleValueStateMap<Property.FlexShrink | undefined>;
1123
- readonly flexWrap?: StyleValue<Property.FlexWrap | undefined> | StyleValueStateMap<Property.FlexWrap | undefined>;
1124
- readonly float?: StyleValue<Property.Float | undefined> | StyleValueStateMap<Property.Float | undefined>;
1125
- readonly fontFamily?: StyleValue<Property.FontFamily | undefined> | StyleValueStateMap<Property.FontFamily | undefined>;
1126
- readonly fontFeatureSettings?: StyleValue<Property.FontFeatureSettings | undefined> | StyleValueStateMap<Property.FontFeatureSettings | undefined>;
1127
- readonly fontKerning?: StyleValue<Property.FontKerning | undefined> | StyleValueStateMap<Property.FontKerning | undefined>;
1128
- readonly fontLanguageOverride?: StyleValue<Property.FontLanguageOverride | undefined> | StyleValueStateMap<Property.FontLanguageOverride | undefined>;
1129
- readonly fontOpticalSizing?: StyleValue<Property.FontOpticalSizing | undefined> | StyleValueStateMap<Property.FontOpticalSizing | undefined>;
1130
- readonly fontPalette?: StyleValue<Property.FontPalette | undefined> | StyleValueStateMap<Property.FontPalette | undefined>;
1131
- readonly fontSize?: StyleValue<Property.FontSize<string | number> | undefined> | StyleValueStateMap<Property.FontSize<string | number> | undefined>;
1132
- readonly fontSizeAdjust?: StyleValue<Property.FontSizeAdjust | undefined> | StyleValueStateMap<Property.FontSizeAdjust | undefined>;
1133
- readonly fontSmooth?: StyleValue<Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
1134
- readonly fontStretch?: StyleValue<Property.FontStretch | undefined> | StyleValueStateMap<Property.FontStretch | undefined>;
1135
- readonly fontStyle?: StyleValue<Property.FontStyle | undefined> | StyleValueStateMap<Property.FontStyle | undefined>;
1136
- readonly fontSynthesis?: StyleValue<Property.FontSynthesis | undefined> | StyleValueStateMap<Property.FontSynthesis | undefined>;
1137
- readonly fontVariant?: StyleValue<Property.FontVariant | undefined> | StyleValueStateMap<Property.FontVariant | undefined>;
1138
- readonly fontVariantAlternates?: StyleValue<Property.FontVariantAlternates | undefined> | StyleValueStateMap<Property.FontVariantAlternates | undefined>;
1139
- readonly fontVariantCaps?: StyleValue<Property.FontVariantCaps | undefined> | StyleValueStateMap<Property.FontVariantCaps | undefined>;
1140
- readonly fontVariantEastAsian?: StyleValue<Property.FontVariantEastAsian | undefined> | StyleValueStateMap<Property.FontVariantEastAsian | undefined>;
1141
- readonly fontVariantEmoji?: StyleValue<Property.FontVariantEmoji | undefined> | StyleValueStateMap<Property.FontVariantEmoji | undefined>;
1142
- readonly fontVariantLigatures?: StyleValue<Property.FontVariantLigatures | undefined> | StyleValueStateMap<Property.FontVariantLigatures | undefined>;
1143
- readonly fontVariantNumeric?: StyleValue<Property.FontVariantNumeric | undefined> | StyleValueStateMap<Property.FontVariantNumeric | undefined>;
1144
- readonly fontVariantPosition?: StyleValue<Property.FontVariantPosition | undefined> | StyleValueStateMap<Property.FontVariantPosition | undefined>;
1145
- readonly fontVariationSettings?: StyleValue<Property.FontVariationSettings | undefined> | StyleValueStateMap<Property.FontVariationSettings | undefined>;
1146
- readonly fontWeight?: StyleValue<Property.FontWeight | undefined> | StyleValueStateMap<Property.FontWeight | undefined>;
1147
- readonly forcedColorAdjust?: StyleValue<Property.ForcedColorAdjust | undefined> | StyleValueStateMap<Property.ForcedColorAdjust | undefined>;
1148
- readonly gridAutoColumns?: StyleValue<Property.GridAutoColumns<string | number> | undefined> | StyleValueStateMap<Property.GridAutoColumns<string | number> | undefined>;
1149
- readonly gridAutoFlow?: StyleValue<Property.GridAutoFlow | undefined> | StyleValueStateMap<Property.GridAutoFlow | undefined>;
1150
- readonly gridAutoRows?: StyleValue<Property.GridAutoRows<string | number> | undefined> | StyleValueStateMap<Property.GridAutoRows<string | number> | undefined>;
1151
- readonly gridColumnEnd?: StyleValue<Property.GridColumnEnd | undefined> | StyleValueStateMap<Property.GridColumnEnd | undefined>;
1152
- readonly gridColumnStart?: StyleValue<Property.GridColumnStart | undefined> | StyleValueStateMap<Property.GridColumnStart | undefined>;
1153
- readonly gridRowEnd?: StyleValue<Property.GridRowEnd | undefined> | StyleValueStateMap<Property.GridRowEnd | undefined>;
1154
- readonly gridRowStart?: StyleValue<Property.GridRowStart | undefined> | StyleValueStateMap<Property.GridRowStart | undefined>;
1155
- readonly gridTemplateAreas?: StyleValue<Property.GridTemplateAreas | undefined> | StyleValueStateMap<Property.GridTemplateAreas | undefined>;
1156
- readonly gridTemplateColumns?: StyleValue<Property.GridTemplateColumns<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateColumns<string | number> | undefined>;
1157
- readonly gridTemplateRows?: StyleValue<Property.GridTemplateRows<string | number> | undefined> | StyleValueStateMap<Property.GridTemplateRows<string | number> | undefined>;
1158
- readonly hangingPunctuation?: StyleValue<Property.HangingPunctuation | undefined> | StyleValueStateMap<Property.HangingPunctuation | undefined>;
1159
- readonly hyphenateCharacter?: StyleValue<Property.HyphenateCharacter | undefined> | StyleValueStateMap<Property.HyphenateCharacter | undefined>;
1160
- readonly hyphenateLimitChars?: StyleValue<Property.HyphenateLimitChars | undefined> | StyleValueStateMap<Property.HyphenateLimitChars | undefined>;
1161
- readonly hyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
1162
- readonly imageOrientation?: StyleValue<Property.ImageOrientation | undefined> | StyleValueStateMap<Property.ImageOrientation | undefined>;
1163
- readonly imageRendering?: StyleValue<Property.ImageRendering | undefined> | StyleValueStateMap<Property.ImageRendering | undefined>;
1164
- readonly imageResolution?: StyleValue<Property.ImageResolution | undefined> | StyleValueStateMap<Property.ImageResolution | undefined>;
1165
- readonly initialLetter?: StyleValue<Property.InitialLetter | undefined> | StyleValueStateMap<Property.InitialLetter | undefined>;
1166
- readonly inlineSize?: StyleValue<Property.InlineSize<string | number> | undefined> | StyleValueStateMap<Property.InlineSize<string | number> | undefined>;
1167
- readonly inputSecurity?: StyleValue<Property.InputSecurity | undefined> | StyleValueStateMap<Property.InputSecurity | undefined>;
1168
- readonly insetBlockEnd?: StyleValue<Property.InsetBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockEnd<string | number> | undefined>;
1169
- readonly insetBlockStart?: StyleValue<Property.InsetBlockStart<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockStart<string | number> | undefined>;
1170
- readonly insetInlineEnd?: StyleValue<Property.InsetInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineEnd<string | number> | undefined>;
1171
- readonly insetInlineStart?: StyleValue<Property.InsetInlineStart<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineStart<string | number> | undefined>;
1172
- readonly isolation?: StyleValue<Property.Isolation | undefined> | StyleValueStateMap<Property.Isolation | undefined>;
1173
- readonly justifyContent?: StyleValue<Property.JustifyContent | undefined> | StyleValueStateMap<Property.JustifyContent | undefined>;
1174
- readonly justifyItems?: StyleValue<Property.JustifyItems | undefined> | StyleValueStateMap<Property.JustifyItems | undefined>;
1175
- readonly justifySelf?: StyleValue<Property.JustifySelf | undefined> | StyleValueStateMap<Property.JustifySelf | undefined>;
1176
- readonly justifyTracks?: StyleValue<Property.JustifyTracks | undefined> | StyleValueStateMap<Property.JustifyTracks | undefined>;
1177
- readonly left?: StyleValue<Property.Left<string | number> | undefined> | StyleValueStateMap<Property.Left<string | number> | undefined>;
1178
- readonly letterSpacing?: StyleValue<Property.LetterSpacing<string | number> | undefined> | StyleValueStateMap<Property.LetterSpacing<string | number> | undefined>;
1179
- readonly lineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
1180
- readonly lineHeight?: StyleValue<Property.LineHeight<string | number> | undefined> | StyleValueStateMap<Property.LineHeight<string | number> | undefined>;
1181
- readonly lineHeightStep?: StyleValue<Property.LineHeightStep<string | number> | undefined> | StyleValueStateMap<Property.LineHeightStep<string | number> | undefined>;
1182
- readonly listStyleImage?: StyleValue<Property.ListStyleImage | undefined> | StyleValueStateMap<Property.ListStyleImage | undefined>;
1183
- readonly listStylePosition?: StyleValue<Property.ListStylePosition | undefined> | StyleValueStateMap<Property.ListStylePosition | undefined>;
1184
- readonly listStyleType?: StyleValue<Property.ListStyleType | undefined> | StyleValueStateMap<Property.ListStyleType | undefined>;
1185
- readonly marginBlockEnd?: StyleValue<Property.MarginBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginBlockEnd<string | number> | undefined>;
1186
- readonly marginBlockStart?: StyleValue<Property.MarginBlockStart<string | number> | undefined> | StyleValueStateMap<Property.MarginBlockStart<string | number> | undefined>;
1187
- readonly marginBottom?: StyleValue<Property.MarginBottom<string | number> | undefined> | StyleValueStateMap<Property.MarginBottom<string | number> | undefined>;
1188
- readonly marginInlineEnd?: StyleValue<Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
1189
- readonly marginInlineStart?: StyleValue<Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
1190
- readonly marginLeft?: StyleValue<Property.MarginLeft<string | number> | undefined> | StyleValueStateMap<Property.MarginLeft<string | number> | undefined>;
1191
- readonly marginRight?: StyleValue<Property.MarginRight<string | number> | undefined> | StyleValueStateMap<Property.MarginRight<string | number> | undefined>;
1192
- readonly marginTop?: StyleValue<Property.MarginTop<string | number> | undefined> | StyleValueStateMap<Property.MarginTop<string | number> | undefined>;
1193
- readonly marginTrim?: StyleValue<Property.MarginTrim | undefined> | StyleValueStateMap<Property.MarginTrim | undefined>;
1194
- readonly maskBorderMode?: StyleValue<Property.MaskBorderMode | undefined> | StyleValueStateMap<Property.MaskBorderMode | undefined>;
1195
- readonly maskBorderOutset?: StyleValue<Property.MaskBorderOutset<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderOutset<string | number> | undefined>;
1196
- readonly maskBorderRepeat?: StyleValue<Property.MaskBorderRepeat | undefined> | StyleValueStateMap<Property.MaskBorderRepeat | undefined>;
1197
- readonly maskBorderSlice?: StyleValue<Property.MaskBorderSlice | undefined> | StyleValueStateMap<Property.MaskBorderSlice | undefined>;
1198
- readonly maskBorderSource?: StyleValue<Property.MaskBorderSource | undefined> | StyleValueStateMap<Property.MaskBorderSource | undefined>;
1199
- readonly maskBorderWidth?: StyleValue<Property.MaskBorderWidth<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderWidth<string | number> | undefined>;
1200
- readonly maskClip?: StyleValue<Property.MaskClip | undefined> | StyleValueStateMap<Property.MaskClip | undefined>;
1201
- readonly maskComposite?: StyleValue<Property.MaskComposite | undefined> | StyleValueStateMap<Property.MaskComposite | undefined>;
1202
- readonly maskImage?: StyleValue<Property.MaskImage | undefined> | StyleValueStateMap<Property.MaskImage | undefined>;
1203
- readonly maskMode?: StyleValue<Property.MaskMode | undefined> | StyleValueStateMap<Property.MaskMode | undefined>;
1204
- readonly maskOrigin?: StyleValue<Property.MaskOrigin | undefined> | StyleValueStateMap<Property.MaskOrigin | undefined>;
1205
- readonly maskPosition?: StyleValue<Property.MaskPosition<string | number> | undefined> | StyleValueStateMap<Property.MaskPosition<string | number> | undefined>;
1206
- readonly maskRepeat?: StyleValue<Property.MaskRepeat | undefined> | StyleValueStateMap<Property.MaskRepeat | undefined>;
1207
- readonly maskSize?: StyleValue<Property.MaskSize<string | number> | undefined> | StyleValueStateMap<Property.MaskSize<string | number> | undefined>;
1208
- readonly maskType?: StyleValue<Property.MaskType | undefined> | StyleValueStateMap<Property.MaskType | undefined>;
1209
- readonly mathDepth?: StyleValue<Property.MathDepth | undefined> | StyleValueStateMap<Property.MathDepth | undefined>;
1210
- readonly mathShift?: StyleValue<Property.MathShift | undefined> | StyleValueStateMap<Property.MathShift | undefined>;
1211
- readonly mathStyle?: StyleValue<Property.MathStyle | undefined> | StyleValueStateMap<Property.MathStyle | undefined>;
1212
- readonly maxBlockSize?: StyleValue<Property.MaxBlockSize<string | number> | undefined> | StyleValueStateMap<Property.MaxBlockSize<string | number> | undefined>;
1213
- readonly maxHeight?: StyleValue<Property.MaxHeight<string | number> | undefined> | StyleValueStateMap<Property.MaxHeight<string | number> | undefined>;
1214
- readonly maxInlineSize?: StyleValue<Property.MaxInlineSize<string | number> | undefined> | StyleValueStateMap<Property.MaxInlineSize<string | number> | undefined>;
1215
- readonly maxLines?: StyleValue<Property.MaxLines | undefined> | StyleValueStateMap<Property.MaxLines | undefined>;
1216
- readonly maxWidth?: StyleValue<Property.MaxWidth<string | number> | undefined> | StyleValueStateMap<Property.MaxWidth<string | number> | undefined>;
1217
- readonly minBlockSize?: StyleValue<Property.MinBlockSize<string | number> | undefined> | StyleValueStateMap<Property.MinBlockSize<string | number> | undefined>;
1218
- readonly minHeight?: StyleValue<Property.MinHeight<string | number> | undefined> | StyleValueStateMap<Property.MinHeight<string | number> | undefined>;
1219
- readonly minInlineSize?: StyleValue<Property.MinInlineSize<string | number> | undefined> | StyleValueStateMap<Property.MinInlineSize<string | number> | undefined>;
1220
- readonly minWidth?: StyleValue<Property.MinWidth<string | number> | undefined> | StyleValueStateMap<Property.MinWidth<string | number> | undefined>;
1221
- readonly mixBlendMode?: StyleValue<Property.MixBlendMode | undefined> | StyleValueStateMap<Property.MixBlendMode | undefined>;
1222
- readonly motionDistance?: StyleValue<Property.OffsetDistance<string | number> | undefined> | StyleValueStateMap<Property.OffsetDistance<string | number> | undefined>;
1223
- readonly motionPath?: StyleValue<Property.OffsetPath | undefined> | StyleValueStateMap<Property.OffsetPath | undefined>;
1224
- readonly motionRotation?: StyleValue<Property.OffsetRotate | undefined> | StyleValueStateMap<Property.OffsetRotate | undefined>;
1225
- readonly objectFit?: StyleValue<Property.ObjectFit | undefined> | StyleValueStateMap<Property.ObjectFit | undefined>;
1226
- readonly objectPosition?: StyleValue<Property.ObjectPosition<string | number> | undefined> | StyleValueStateMap<Property.ObjectPosition<string | number> | undefined>;
1227
- readonly offsetAnchor?: StyleValue<Property.OffsetAnchor<string | number> | undefined> | StyleValueStateMap<Property.OffsetAnchor<string | number> | undefined>;
1228
- readonly offsetDistance?: StyleValue<Property.OffsetDistance<string | number> | undefined> | StyleValueStateMap<Property.OffsetDistance<string | number> | undefined>;
1229
- readonly offsetPath?: StyleValue<Property.OffsetPath | undefined> | StyleValueStateMap<Property.OffsetPath | undefined>;
1230
- readonly offsetPosition?: StyleValue<Property.OffsetPosition<string | number> | undefined> | StyleValueStateMap<Property.OffsetPosition<string | number> | undefined>;
1231
- readonly offsetRotate?: StyleValue<Property.OffsetRotate | undefined> | StyleValueStateMap<Property.OffsetRotate | undefined>;
1232
- readonly offsetRotation?: StyleValue<Property.OffsetRotate | undefined> | StyleValueStateMap<Property.OffsetRotate | undefined>;
1233
- readonly order?: StyleValue<Property.Order | undefined> | StyleValueStateMap<Property.Order | undefined>;
1234
- readonly orphans?: StyleValue<Property.Orphans | undefined> | StyleValueStateMap<Property.Orphans | undefined>;
1235
- readonly outlineColor?: StyleValue<Property.OutlineColor | undefined> | StyleValueStateMap<Property.OutlineColor | undefined>;
1236
- readonly outlineStyle?: StyleValue<Property.OutlineStyle | undefined> | StyleValueStateMap<Property.OutlineStyle | undefined>;
1237
- readonly outlineWidth?: StyleValue<Property.OutlineWidth<string | number> | undefined> | StyleValueStateMap<Property.OutlineWidth<string | number> | undefined>;
1238
- readonly overflowAnchor?: StyleValue<Property.OverflowAnchor | undefined> | StyleValueStateMap<Property.OverflowAnchor | undefined>;
1239
- readonly overflowBlock?: StyleValue<Property.OverflowBlock | undefined> | StyleValueStateMap<Property.OverflowBlock | undefined>;
1240
- readonly overflowClipBox?: StyleValue<Property.OverflowClipBox | undefined> | StyleValueStateMap<Property.OverflowClipBox | undefined>;
1241
- readonly overflowClipMargin?: StyleValue<Property.OverflowClipMargin<string | number> | undefined> | StyleValueStateMap<Property.OverflowClipMargin<string | number> | undefined>;
1242
- readonly overflowInline?: StyleValue<Property.OverflowInline | undefined> | StyleValueStateMap<Property.OverflowInline | undefined>;
1243
- readonly overflowWrap?: StyleValue<Property.OverflowWrap | undefined> | StyleValueStateMap<Property.OverflowWrap | undefined>;
1244
- readonly overflowX?: StyleValue<Property.OverflowX | undefined> | StyleValueStateMap<Property.OverflowX | undefined>;
1245
- readonly overflowY?: StyleValue<Property.OverflowY | undefined> | StyleValueStateMap<Property.OverflowY | undefined>;
1246
- readonly overscrollBehaviorBlock?: StyleValue<Property.OverscrollBehaviorBlock | undefined> | StyleValueStateMap<Property.OverscrollBehaviorBlock | undefined>;
1247
- readonly overscrollBehaviorInline?: StyleValue<Property.OverscrollBehaviorInline | undefined> | StyleValueStateMap<Property.OverscrollBehaviorInline | undefined>;
1248
- readonly overscrollBehaviorX?: StyleValue<Property.OverscrollBehaviorX | undefined> | StyleValueStateMap<Property.OverscrollBehaviorX | undefined>;
1249
- readonly overscrollBehaviorY?: StyleValue<Property.OverscrollBehaviorY | undefined> | StyleValueStateMap<Property.OverscrollBehaviorY | undefined>;
1250
- readonly paddingBlockEnd?: StyleValue<Property.PaddingBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingBlockEnd<string | number> | undefined>;
1251
- readonly paddingBlockStart?: StyleValue<Property.PaddingBlockStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingBlockStart<string | number> | undefined>;
1252
- readonly paddingBottom?: StyleValue<Property.PaddingBottom<string | number> | undefined> | StyleValueStateMap<Property.PaddingBottom<string | number> | undefined>;
1253
- readonly paddingInlineEnd?: StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
1254
- readonly paddingInlineStart?: StyleValue<Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
1255
- readonly paddingLeft?: StyleValue<Property.PaddingLeft<string | number> | undefined> | StyleValueStateMap<Property.PaddingLeft<string | number> | undefined>;
1256
- readonly paddingRight?: StyleValue<Property.PaddingRight<string | number> | undefined> | StyleValueStateMap<Property.PaddingRight<string | number> | undefined>;
1257
- readonly paddingTop?: StyleValue<Property.PaddingTop<string | number> | undefined> | StyleValueStateMap<Property.PaddingTop<string | number> | undefined>;
1258
- readonly page?: StyleValue<Property.Page | undefined> | StyleValueStateMap<Property.Page | undefined>;
1259
- readonly pageBreakAfter?: StyleValue<Property.PageBreakAfter | undefined> | StyleValueStateMap<Property.PageBreakAfter | undefined>;
1260
- readonly pageBreakBefore?: StyleValue<Property.PageBreakBefore | undefined> | StyleValueStateMap<Property.PageBreakBefore | undefined>;
1261
- readonly pageBreakInside?: StyleValue<Property.PageBreakInside | undefined> | StyleValueStateMap<Property.PageBreakInside | undefined>;
1262
- readonly paintOrder?: StyleValue<Property.PaintOrder | undefined> | StyleValueStateMap<Property.PaintOrder | undefined>;
1263
- readonly perspective?: StyleValue<Property.Perspective<string | number> | undefined> | StyleValueStateMap<Property.Perspective<string | number> | undefined>;
1264
- readonly perspectiveOrigin?: StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
1265
- readonly pointerEvents?: StyleValue<Property.PointerEvents | undefined> | StyleValueStateMap<Property.PointerEvents | undefined>;
1266
- readonly position?: StyleValue<Property.Position | undefined> | StyleValueStateMap<Property.Position | undefined>;
1267
- readonly printColorAdjust?: StyleValue<Property.PrintColorAdjust | undefined> | StyleValueStateMap<Property.PrintColorAdjust | undefined>;
1268
- readonly quotes?: StyleValue<Property.Quotes | undefined> | StyleValueStateMap<Property.Quotes | undefined>;
1269
- readonly resize?: StyleValue<Property.Resize | undefined> | StyleValueStateMap<Property.Resize | undefined>;
1270
- readonly right?: StyleValue<Property.Right<string | number> | undefined> | StyleValueStateMap<Property.Right<string | number> | undefined>;
1271
- readonly rotate?: StyleValue<Property.Rotate | undefined> | StyleValueStateMap<Property.Rotate | undefined>;
1272
- readonly rowGap?: StyleValue<Property.RowGap<string | number> | undefined> | StyleValueStateMap<Property.RowGap<string | number> | undefined>;
1273
- readonly rubyAlign?: StyleValue<Property.RubyAlign | undefined> | StyleValueStateMap<Property.RubyAlign | undefined>;
1274
- readonly rubyMerge?: StyleValue<Property.RubyMerge | undefined> | StyleValueStateMap<Property.RubyMerge | undefined>;
1275
- readonly rubyPosition?: StyleValue<Property.RubyPosition | undefined> | StyleValueStateMap<Property.RubyPosition | undefined>;
1276
- readonly scale?: StyleValue<Property.Scale | undefined> | StyleValueStateMap<Property.Scale | undefined>;
1277
- readonly scrollBehavior?: StyleValue<Property.ScrollBehavior | undefined> | StyleValueStateMap<Property.ScrollBehavior | undefined>;
1278
- readonly scrollMarginBlockEnd?: StyleValue<Property.ScrollMarginBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBlockEnd<string | number> | undefined>;
1279
- readonly scrollMarginBlockStart?: StyleValue<Property.ScrollMarginBlockStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBlockStart<string | number> | undefined>;
1280
- readonly scrollMarginBottom?: StyleValue<Property.ScrollMarginBottom<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBottom<string | number> | undefined>;
1281
- readonly scrollMarginInlineEnd?: StyleValue<Property.ScrollMarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginInlineEnd<string | number> | undefined>;
1282
- readonly scrollMarginInlineStart?: StyleValue<Property.ScrollMarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginInlineStart<string | number> | undefined>;
1283
- readonly scrollMarginLeft?: StyleValue<Property.ScrollMarginLeft<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginLeft<string | number> | undefined>;
1284
- readonly scrollMarginRight?: StyleValue<Property.ScrollMarginRight<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginRight<string | number> | undefined>;
1285
- readonly scrollMarginTop?: StyleValue<Property.ScrollMarginTop<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginTop<string | number> | undefined>;
1286
- readonly scrollPaddingBlockEnd?: StyleValue<Property.ScrollPaddingBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBlockEnd<string | number> | undefined>;
1287
- readonly scrollPaddingBlockStart?: StyleValue<Property.ScrollPaddingBlockStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBlockStart<string | number> | undefined>;
1288
- readonly scrollPaddingBottom?: StyleValue<Property.ScrollPaddingBottom<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBottom<string | number> | undefined>;
1289
- readonly scrollPaddingInlineEnd?: StyleValue<Property.ScrollPaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingInlineEnd<string | number> | undefined>;
1290
- readonly scrollPaddingInlineStart?: StyleValue<Property.ScrollPaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingInlineStart<string | number> | undefined>;
1291
- readonly scrollPaddingLeft?: StyleValue<Property.ScrollPaddingLeft<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingLeft<string | number> | undefined>;
1292
- readonly scrollPaddingRight?: StyleValue<Property.ScrollPaddingRight<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingRight<string | number> | undefined>;
1293
- readonly scrollPaddingTop?: StyleValue<Property.ScrollPaddingTop<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingTop<string | number> | undefined>;
1294
- readonly scrollSnapAlign?: StyleValue<Property.ScrollSnapAlign | undefined> | StyleValueStateMap<Property.ScrollSnapAlign | undefined>;
1295
- readonly scrollSnapMarginBottom?: StyleValue<Property.ScrollMarginBottom<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBottom<string | number> | undefined>;
1296
- readonly scrollSnapMarginLeft?: StyleValue<Property.ScrollMarginLeft<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginLeft<string | number> | undefined>;
1297
- readonly scrollSnapMarginRight?: StyleValue<Property.ScrollMarginRight<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginRight<string | number> | undefined>;
1298
- readonly scrollSnapMarginTop?: StyleValue<Property.ScrollMarginTop<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginTop<string | number> | undefined>;
1299
- readonly scrollSnapStop?: StyleValue<Property.ScrollSnapStop | undefined> | StyleValueStateMap<Property.ScrollSnapStop | undefined>;
1300
- readonly scrollSnapType?: StyleValue<Property.ScrollSnapType | undefined> | StyleValueStateMap<Property.ScrollSnapType | undefined>;
1301
- readonly scrollTimelineAxis?: StyleValue<Property.ScrollTimelineAxis | undefined> | StyleValueStateMap<Property.ScrollTimelineAxis | undefined>;
1302
- readonly scrollTimelineName?: StyleValue<Property.ScrollTimelineName | undefined> | StyleValueStateMap<Property.ScrollTimelineName | undefined>;
1303
- readonly scrollbarColor?: StyleValue<Property.ScrollbarColor | undefined> | StyleValueStateMap<Property.ScrollbarColor | undefined>;
1304
- readonly scrollbarGutter?: StyleValue<Property.ScrollbarGutter | undefined> | StyleValueStateMap<Property.ScrollbarGutter | undefined>;
1305
- readonly scrollbarWidth?: StyleValue<Property.ScrollbarWidth | undefined> | StyleValueStateMap<Property.ScrollbarWidth | undefined>;
1306
- readonly shapeImageThreshold?: StyleValue<Property.ShapeImageThreshold | undefined> | StyleValueStateMap<Property.ShapeImageThreshold | undefined>;
1307
- readonly shapeMargin?: StyleValue<Property.ShapeMargin<string | number> | undefined> | StyleValueStateMap<Property.ShapeMargin<string | number> | undefined>;
1308
- readonly shapeOutside?: StyleValue<Property.ShapeOutside | undefined> | StyleValueStateMap<Property.ShapeOutside | undefined>;
1309
- readonly tabSize?: StyleValue<Property.TabSize<string | number> | undefined> | StyleValueStateMap<Property.TabSize<string | number> | undefined>;
1310
- readonly tableLayout?: StyleValue<Property.TableLayout | undefined> | StyleValueStateMap<Property.TableLayout | undefined>;
1311
- readonly textAlign?: StyleValue<Property.TextAlign | undefined> | StyleValueStateMap<Property.TextAlign | undefined>;
1312
- readonly textAlignLast?: StyleValue<Property.TextAlignLast | undefined> | StyleValueStateMap<Property.TextAlignLast | undefined>;
1313
- readonly textCombineUpright?: StyleValue<Property.TextCombineUpright | undefined> | StyleValueStateMap<Property.TextCombineUpright | undefined>;
1314
- readonly textDecorationColor?: StyleValue<Property.TextDecorationColor | undefined> | StyleValueStateMap<Property.TextDecorationColor | undefined>;
1315
- readonly textDecorationLine?: StyleValue<Property.TextDecorationLine | undefined> | StyleValueStateMap<Property.TextDecorationLine | undefined>;
1316
- readonly textDecorationSkip?: StyleValue<Property.TextDecorationSkip | undefined> | StyleValueStateMap<Property.TextDecorationSkip | undefined>;
1317
- readonly textDecorationSkipInk?: StyleValue<Property.TextDecorationSkipInk | undefined> | StyleValueStateMap<Property.TextDecorationSkipInk | undefined>;
1318
- readonly textDecorationStyle?: StyleValue<Property.TextDecorationStyle | undefined> | StyleValueStateMap<Property.TextDecorationStyle | undefined>;
1319
- readonly textDecorationThickness?: StyleValue<Property.TextDecorationThickness<string | number> | undefined> | StyleValueStateMap<Property.TextDecorationThickness<string | number> | undefined>;
1320
- readonly textEmphasisColor?: StyleValue<Property.TextEmphasisColor | undefined> | StyleValueStateMap<Property.TextEmphasisColor | undefined>;
1321
- readonly textEmphasisPosition?: StyleValue<Property.TextEmphasisPosition | undefined> | StyleValueStateMap<Property.TextEmphasisPosition | undefined>;
1322
- readonly textEmphasisStyle?: StyleValue<Property.TextEmphasisStyle | undefined> | StyleValueStateMap<Property.TextEmphasisStyle | undefined>;
1323
- readonly textIndent?: StyleValue<Property.TextIndent<string | number> | undefined> | StyleValueStateMap<Property.TextIndent<string | number> | undefined>;
1324
- readonly textJustify?: StyleValue<Property.TextJustify | undefined> | StyleValueStateMap<Property.TextJustify | undefined>;
1325
- readonly textOrientation?: StyleValue<Property.TextOrientation | undefined> | StyleValueStateMap<Property.TextOrientation | undefined>;
1326
- readonly textOverflow?: StyleValue<Property.TextOverflow | undefined> | StyleValueStateMap<Property.TextOverflow | undefined>;
1327
- readonly textRendering?: StyleValue<Property.TextRendering | undefined> | StyleValueStateMap<Property.TextRendering | undefined>;
1328
- readonly textShadow?: StyleValue<Property.TextShadow | undefined> | StyleValueStateMap<Property.TextShadow | undefined>;
1329
- readonly textSizeAdjust?: StyleValue<Property.TextSizeAdjust | undefined> | StyleValueStateMap<Property.TextSizeAdjust | undefined>;
1330
- readonly textTransform?: StyleValue<Property.TextTransform | undefined> | StyleValueStateMap<Property.TextTransform | undefined>;
1331
- readonly textUnderlineOffset?: StyleValue<Property.TextUnderlineOffset<string | number> | undefined> | StyleValueStateMap<Property.TextUnderlineOffset<string | number> | undefined>;
1332
- readonly textUnderlinePosition?: StyleValue<Property.TextUnderlinePosition | undefined> | StyleValueStateMap<Property.TextUnderlinePosition | undefined>;
1333
- readonly top?: StyleValue<Property.Top<string | number> | undefined> | StyleValueStateMap<Property.Top<string | number> | undefined>;
1334
- readonly touchAction?: StyleValue<Property.TouchAction | undefined> | StyleValueStateMap<Property.TouchAction | undefined>;
1335
- readonly transform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
1336
- readonly transformBox?: StyleValue<Property.TransformBox | undefined> | StyleValueStateMap<Property.TransformBox | undefined>;
1337
- readonly transformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
1338
- readonly transformStyle?: StyleValue<Property.TransformStyle | undefined> | StyleValueStateMap<Property.TransformStyle | undefined>;
1339
- readonly transitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
1340
- readonly transitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
1341
- readonly transitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
1342
- readonly transitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
1343
- readonly unicodeBidi?: StyleValue<Property.UnicodeBidi | undefined> | StyleValueStateMap<Property.UnicodeBidi | undefined>;
1344
- readonly userSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
1345
- readonly verticalAlign?: StyleValue<Property.VerticalAlign<string | number> | undefined> | StyleValueStateMap<Property.VerticalAlign<string | number> | undefined>;
1346
- readonly viewTransitionName?: StyleValue<Property.ViewTransitionName | undefined> | StyleValueStateMap<Property.ViewTransitionName | undefined>;
1347
- readonly visibility?: StyleValue<Property.Visibility | undefined> | StyleValueStateMap<Property.Visibility | undefined>;
1348
- readonly whiteSpace?: StyleValue<Property.WhiteSpace | undefined> | StyleValueStateMap<Property.WhiteSpace | undefined>;
1349
- readonly widows?: StyleValue<Property.Widows | undefined> | StyleValueStateMap<Property.Widows | undefined>;
1350
- readonly willChange?: StyleValue<Property.WillChange | undefined> | StyleValueStateMap<Property.WillChange | undefined>;
1351
- readonly wordBreak?: StyleValue<Property.WordBreak | undefined> | StyleValueStateMap<Property.WordBreak | undefined>;
1352
- readonly wordSpacing?: StyleValue<Property.WordSpacing<string | number> | undefined> | StyleValueStateMap<Property.WordSpacing<string | number> | undefined>;
1353
- readonly wordWrap?: StyleValue<Property.WordWrap | undefined> | StyleValueStateMap<Property.WordWrap | undefined>;
1354
- readonly writingMode?: StyleValue<Property.WritingMode | undefined> | StyleValueStateMap<Property.WritingMode | undefined>;
1355
- readonly zIndex?: StyleValue<Property.ZIndex | undefined> | StyleValueStateMap<Property.ZIndex | undefined>;
1356
- readonly zoom?: StyleValue<Property.Zoom | undefined> | StyleValueStateMap<Property.Zoom | undefined>;
1357
- readonly all?: StyleValue<Globals | undefined> | StyleValueStateMap<Globals | undefined>;
1358
- readonly animation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
1359
- readonly backgroundPosition?: StyleValue<Property.BackgroundPosition<string | number> | undefined> | StyleValueStateMap<Property.BackgroundPosition<string | number> | undefined>;
1360
- readonly borderBlock?: StyleValue<Property.BorderBlock<string | number> | undefined> | StyleValueStateMap<Property.BorderBlock<string | number> | undefined>;
1361
- readonly borderBlockEnd?: StyleValue<Property.BorderBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockEnd<string | number> | undefined>;
1362
- readonly borderBlockStart?: StyleValue<Property.BorderBlockStart<string | number> | undefined> | StyleValueStateMap<Property.BorderBlockStart<string | number> | undefined>;
1363
- readonly borderBottom?: StyleValue<Property.BorderBottom<string | number> | undefined> | StyleValueStateMap<Property.BorderBottom<string | number> | undefined>;
1364
- readonly borderColor?: StyleValue<Property.BorderColor | undefined> | StyleValueStateMap<Property.BorderColor | undefined>;
1365
- readonly borderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
1366
- readonly borderInline?: StyleValue<Property.BorderInline<string | number> | undefined> | StyleValueStateMap<Property.BorderInline<string | number> | undefined>;
1367
- readonly borderInlineEnd?: StyleValue<Property.BorderInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineEnd<string | number> | undefined>;
1368
- readonly borderInlineStart?: StyleValue<Property.BorderInlineStart<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineStart<string | number> | undefined>;
1369
- readonly borderLeft?: StyleValue<Property.BorderLeft<string | number> | undefined> | StyleValueStateMap<Property.BorderLeft<string | number> | undefined>;
1370
- readonly borderRadius?: StyleValue<Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
1371
- readonly borderRight?: StyleValue<Property.BorderRight<string | number> | undefined> | StyleValueStateMap<Property.BorderRight<string | number> | undefined>;
1372
- readonly borderStyle?: StyleValue<Property.BorderStyle | undefined> | StyleValueStateMap<Property.BorderStyle | undefined>;
1373
- readonly borderTop?: StyleValue<Property.BorderTop<string | number> | undefined> | StyleValueStateMap<Property.BorderTop<string | number> | undefined>;
1374
- readonly borderWidth?: StyleValue<Property.BorderWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderWidth<string | number> | undefined>;
1375
- readonly caret?: StyleValue<Property.Caret | undefined> | StyleValueStateMap<Property.Caret | undefined>;
1376
- readonly columnRule?: StyleValue<Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
1377
- readonly columns?: StyleValue<Property.Columns<string | number> | undefined> | StyleValueStateMap<Property.Columns<string | number> | undefined>;
1378
- readonly containIntrinsicSize?: StyleValue<Property.ContainIntrinsicSize<string | number> | undefined> | StyleValueStateMap<Property.ContainIntrinsicSize<string | number> | undefined>;
1379
- readonly container?: StyleValue<Property.Container | undefined> | StyleValueStateMap<Property.Container | undefined>;
1380
- readonly flexFlow?: StyleValue<Property.FlexFlow | undefined> | StyleValueStateMap<Property.FlexFlow | undefined>;
1381
- readonly gridArea?: StyleValue<Property.GridArea | undefined> | StyleValueStateMap<Property.GridArea | undefined>;
1382
- readonly gridColumn?: StyleValue<Property.GridColumn | undefined> | StyleValueStateMap<Property.GridColumn | undefined>;
1383
- readonly gridRow?: StyleValue<Property.GridRow | undefined> | StyleValueStateMap<Property.GridRow | undefined>;
1384
- readonly insetBlock?: StyleValue<Property.InsetBlock<string | number> | undefined> | StyleValueStateMap<Property.InsetBlock<string | number> | undefined>;
1385
- readonly insetInline?: StyleValue<Property.InsetInline<string | number> | undefined> | StyleValueStateMap<Property.InsetInline<string | number> | undefined>;
1386
- readonly lineClamp?: StyleValue<Property.LineClamp | undefined> | StyleValueStateMap<Property.LineClamp | undefined>;
1387
- readonly listStyle?: StyleValue<Property.ListStyle | undefined> | StyleValueStateMap<Property.ListStyle | undefined>;
1388
- readonly marginBlock?: StyleValue<Property.MarginBlock<string | number> | undefined> | StyleValueStateMap<Property.MarginBlock<string | number> | undefined>;
1389
- readonly marginInline?: StyleValue<Property.MarginInline<string | number> | undefined> | StyleValueStateMap<Property.MarginInline<string | number> | undefined>;
1390
- readonly mask?: StyleValue<Property.Mask<string | number> | undefined> | StyleValueStateMap<Property.Mask<string | number> | undefined>;
1391
- readonly maskBorder?: StyleValue<Property.MaskBorder | undefined> | StyleValueStateMap<Property.MaskBorder | undefined>;
1392
- readonly motion?: StyleValue<Property.Offset<string | number> | undefined> | StyleValueStateMap<Property.Offset<string | number> | undefined>;
1393
- readonly offset?: StyleValue<Property.Offset<string | number> | undefined> | StyleValueStateMap<Property.Offset<string | number> | undefined>;
1394
- readonly overflow?: StyleValue<Property.Overflow | undefined> | StyleValueStateMap<Property.Overflow | undefined>;
1395
- readonly overscrollBehavior?: StyleValue<Property.OverscrollBehavior | undefined> | StyleValueStateMap<Property.OverscrollBehavior | undefined>;
1396
- readonly paddingBlock?: StyleValue<Property.PaddingBlock<string | number> | undefined> | StyleValueStateMap<Property.PaddingBlock<string | number> | undefined>;
1397
- readonly paddingInline?: StyleValue<Property.PaddingInline<string | number> | undefined> | StyleValueStateMap<Property.PaddingInline<string | number> | undefined>;
1398
- readonly placeSelf?: StyleValue<Property.PlaceSelf | undefined> | StyleValueStateMap<Property.PlaceSelf | undefined>;
1399
- readonly scrollMargin?: StyleValue<Property.ScrollMargin<string | number> | undefined> | StyleValueStateMap<Property.ScrollMargin<string | number> | undefined>;
1400
- readonly scrollMarginBlock?: StyleValue<Property.ScrollMarginBlock<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginBlock<string | number> | undefined>;
1401
- readonly scrollMarginInline?: StyleValue<Property.ScrollMarginInline<string | number> | undefined> | StyleValueStateMap<Property.ScrollMarginInline<string | number> | undefined>;
1402
- readonly scrollPadding?: StyleValue<Property.ScrollPadding<string | number> | undefined> | StyleValueStateMap<Property.ScrollPadding<string | number> | undefined>;
1403
- readonly scrollPaddingBlock?: StyleValue<Property.ScrollPaddingBlock<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingBlock<string | number> | undefined>;
1404
- readonly scrollPaddingInline?: StyleValue<Property.ScrollPaddingInline<string | number> | undefined> | StyleValueStateMap<Property.ScrollPaddingInline<string | number> | undefined>;
1405
- readonly scrollSnapMargin?: StyleValue<Property.ScrollMargin<string | number> | undefined> | StyleValueStateMap<Property.ScrollMargin<string | number> | undefined>;
1406
- readonly scrollTimeline?: StyleValue<Property.ScrollTimeline | undefined> | StyleValueStateMap<Property.ScrollTimeline | undefined>;
1407
- readonly textDecoration?: StyleValue<Property.TextDecoration<string | number> | undefined> | StyleValueStateMap<Property.TextDecoration<string | number> | undefined>;
1408
- readonly textEmphasis?: StyleValue<Property.TextEmphasis | undefined> | StyleValueStateMap<Property.TextEmphasis | undefined>;
1409
- readonly MozAnimationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
1410
- readonly MozAnimationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
1411
- readonly MozAnimationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
1412
- readonly MozAnimationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
1413
- readonly MozAnimationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
1414
- readonly MozAnimationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
1415
- readonly MozAnimationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
1416
- readonly MozAnimationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
1417
- readonly MozAppearance?: StyleValue<Property.MozAppearance | undefined> | StyleValueStateMap<Property.MozAppearance | undefined>;
1418
- readonly MozBackfaceVisibility?: StyleValue<Property.BackfaceVisibility | undefined> | StyleValueStateMap<Property.BackfaceVisibility | undefined>;
1419
- readonly MozBinding?: StyleValue<Property.MozBinding | undefined> | StyleValueStateMap<Property.MozBinding | undefined>;
1420
- readonly MozBorderBottomColors?: StyleValue<Property.MozBorderBottomColors | undefined> | StyleValueStateMap<Property.MozBorderBottomColors | undefined>;
1421
- readonly MozBorderEndColor?: StyleValue<Property.BorderInlineEndColor | undefined> | StyleValueStateMap<Property.BorderInlineEndColor | undefined>;
1422
- readonly MozBorderEndStyle?: StyleValue<Property.BorderInlineEndStyle | undefined> | StyleValueStateMap<Property.BorderInlineEndStyle | undefined>;
1423
- readonly MozBorderEndWidth?: StyleValue<Property.BorderInlineEndWidth<string | number> | undefined> | StyleValueStateMap<Property.BorderInlineEndWidth<string | number> | undefined>;
1424
- readonly MozBorderLeftColors?: StyleValue<Property.MozBorderLeftColors | undefined> | StyleValueStateMap<Property.MozBorderLeftColors | undefined>;
1425
- readonly MozBorderRightColors?: StyleValue<Property.MozBorderRightColors | undefined> | StyleValueStateMap<Property.MozBorderRightColors | undefined>;
1426
- readonly MozBorderStartColor?: StyleValue<Property.BorderInlineStartColor | undefined> | StyleValueStateMap<Property.BorderInlineStartColor | undefined>;
1427
- readonly MozBorderStartStyle?: StyleValue<Property.BorderInlineStartStyle | undefined> | StyleValueStateMap<Property.BorderInlineStartStyle | undefined>;
1428
- readonly MozBorderTopColors?: StyleValue<Property.MozBorderTopColors | undefined> | StyleValueStateMap<Property.MozBorderTopColors | undefined>;
1429
- readonly MozBoxSizing?: StyleValue<Property.BoxSizing | undefined> | StyleValueStateMap<Property.BoxSizing | undefined>;
1430
- readonly MozColumnCount?: StyleValue<Property.ColumnCount | undefined> | StyleValueStateMap<Property.ColumnCount | undefined>;
1431
- readonly MozColumnFill?: StyleValue<Property.ColumnFill | undefined> | StyleValueStateMap<Property.ColumnFill | undefined>;
1432
- readonly MozColumnRuleColor?: StyleValue<Property.ColumnRuleColor | undefined> | StyleValueStateMap<Property.ColumnRuleColor | undefined>;
1433
- readonly MozColumnRuleStyle?: StyleValue<Property.ColumnRuleStyle | undefined> | StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
1434
- readonly MozColumnRuleWidth?: StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
1435
- readonly MozColumnWidth?: StyleValue<Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
1436
- readonly MozContextProperties?: StyleValue<Property.MozContextProperties | undefined> | StyleValueStateMap<Property.MozContextProperties | undefined>;
1437
- readonly MozFontFeatureSettings?: StyleValue<Property.FontFeatureSettings | undefined> | StyleValueStateMap<Property.FontFeatureSettings | undefined>;
1438
- readonly MozFontLanguageOverride?: StyleValue<Property.FontLanguageOverride | undefined> | StyleValueStateMap<Property.FontLanguageOverride | undefined>;
1439
- readonly MozHyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
1440
- readonly MozImageRegion?: StyleValue<Property.MozImageRegion | undefined> | StyleValueStateMap<Property.MozImageRegion | undefined>;
1441
- readonly MozMarginEnd?: StyleValue<Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
1442
- readonly MozMarginStart?: StyleValue<Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
1443
- readonly MozOrient?: StyleValue<Property.MozOrient | undefined> | StyleValueStateMap<Property.MozOrient | undefined>;
1444
- readonly MozOsxFontSmoothing?: StyleValue<Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
1445
- readonly MozPaddingEnd?: StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
1446
- readonly MozPaddingStart?: StyleValue<Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
1447
- readonly MozPerspective?: StyleValue<Property.Perspective<string | number> | undefined> | StyleValueStateMap<Property.Perspective<string | number> | undefined>;
1448
- readonly MozPerspectiveOrigin?: StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
1449
- readonly MozStackSizing?: StyleValue<Property.MozStackSizing | undefined> | StyleValueStateMap<Property.MozStackSizing | undefined>;
1450
- readonly MozTabSize?: StyleValue<Property.TabSize<string | number> | undefined> | StyleValueStateMap<Property.TabSize<string | number> | undefined>;
1451
- readonly MozTextBlink?: StyleValue<Property.MozTextBlink | undefined> | StyleValueStateMap<Property.MozTextBlink | undefined>;
1452
- readonly MozTextSizeAdjust?: StyleValue<Property.TextSizeAdjust | undefined> | StyleValueStateMap<Property.TextSizeAdjust | undefined>;
1453
- readonly MozTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
1454
- readonly MozTransformStyle?: StyleValue<Property.TransformStyle | undefined> | StyleValueStateMap<Property.TransformStyle | undefined>;
1455
- readonly MozTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
1456
- readonly MozTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
1457
- readonly MozTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
1458
- readonly MozTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
1459
- readonly MozUserFocus?: StyleValue<Property.MozUserFocus | undefined> | StyleValueStateMap<Property.MozUserFocus | undefined>;
1460
- readonly MozUserModify?: StyleValue<Property.MozUserModify | undefined> | StyleValueStateMap<Property.MozUserModify | undefined>;
1461
- readonly MozUserSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
1462
- readonly MozWindowDragging?: StyleValue<Property.MozWindowDragging | undefined> | StyleValueStateMap<Property.MozWindowDragging | undefined>;
1463
- readonly MozWindowShadow?: StyleValue<Property.MozWindowShadow | undefined> | StyleValueStateMap<Property.MozWindowShadow | undefined>;
1464
- readonly msAccelerator?: StyleValue<Property.MsAccelerator | undefined> | StyleValueStateMap<Property.MsAccelerator | undefined>;
1465
- readonly msBlockProgression?: StyleValue<Property.MsBlockProgression | undefined> | StyleValueStateMap<Property.MsBlockProgression | undefined>;
1466
- readonly msContentZoomChaining?: StyleValue<Property.MsContentZoomChaining | undefined> | StyleValueStateMap<Property.MsContentZoomChaining | undefined>;
1467
- readonly msContentZoomLimitMax?: StyleValue<Property.MsContentZoomLimitMax | undefined> | StyleValueStateMap<Property.MsContentZoomLimitMax | undefined>;
1468
- readonly msContentZoomLimitMin?: StyleValue<Property.MsContentZoomLimitMin | undefined> | StyleValueStateMap<Property.MsContentZoomLimitMin | undefined>;
1469
- readonly msContentZoomSnapPoints?: StyleValue<Property.MsContentZoomSnapPoints | undefined> | StyleValueStateMap<Property.MsContentZoomSnapPoints | undefined>;
1470
- readonly msContentZoomSnapType?: StyleValue<Property.MsContentZoomSnapType | undefined> | StyleValueStateMap<Property.MsContentZoomSnapType | undefined>;
1471
- readonly msContentZooming?: StyleValue<Property.MsContentZooming | undefined> | StyleValueStateMap<Property.MsContentZooming | undefined>;
1472
- readonly msFilter?: StyleValue<Property.MsFilter | undefined> | StyleValueStateMap<Property.MsFilter | undefined>;
1473
- readonly msFlexDirection?: StyleValue<Property.FlexDirection | undefined> | StyleValueStateMap<Property.FlexDirection | undefined>;
1474
- readonly msFlexPositive?: StyleValue<Property.FlexGrow | undefined> | StyleValueStateMap<Property.FlexGrow | undefined>;
1475
- readonly msFlowFrom?: StyleValue<Property.MsFlowFrom | undefined> | StyleValueStateMap<Property.MsFlowFrom | undefined>;
1476
- readonly msFlowInto?: StyleValue<Property.MsFlowInto | undefined> | StyleValueStateMap<Property.MsFlowInto | undefined>;
1477
- readonly msGridColumns?: StyleValue<Property.MsGridColumns<string | number> | undefined> | StyleValueStateMap<Property.MsGridColumns<string | number> | undefined>;
1478
- readonly msGridRows?: StyleValue<Property.MsGridRows<string | number> | undefined> | StyleValueStateMap<Property.MsGridRows<string | number> | undefined>;
1479
- readonly msHighContrastAdjust?: StyleValue<Property.MsHighContrastAdjust | undefined> | StyleValueStateMap<Property.MsHighContrastAdjust | undefined>;
1480
- readonly msHyphenateLimitChars?: StyleValue<Property.MsHyphenateLimitChars | undefined> | StyleValueStateMap<Property.MsHyphenateLimitChars | undefined>;
1481
- readonly msHyphenateLimitLines?: StyleValue<Property.MsHyphenateLimitLines | undefined> | StyleValueStateMap<Property.MsHyphenateLimitLines | undefined>;
1482
- readonly msHyphenateLimitZone?: StyleValue<Property.MsHyphenateLimitZone<string | number> | undefined> | StyleValueStateMap<Property.MsHyphenateLimitZone<string | number> | undefined>;
1483
- readonly msHyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
1484
- readonly msImeAlign?: StyleValue<Property.MsImeAlign | undefined> | StyleValueStateMap<Property.MsImeAlign | undefined>;
1485
- readonly msLineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
1486
- readonly msOrder?: StyleValue<Property.Order | undefined> | StyleValueStateMap<Property.Order | undefined>;
1487
- readonly msOverflowStyle?: StyleValue<Property.MsOverflowStyle | undefined> | StyleValueStateMap<Property.MsOverflowStyle | undefined>;
1488
- readonly msOverflowX?: StyleValue<Property.OverflowX | undefined> | StyleValueStateMap<Property.OverflowX | undefined>;
1489
- readonly msOverflowY?: StyleValue<Property.OverflowY | undefined> | StyleValueStateMap<Property.OverflowY | undefined>;
1490
- readonly msScrollChaining?: StyleValue<Property.MsScrollChaining | undefined> | StyleValueStateMap<Property.MsScrollChaining | undefined>;
1491
- readonly msScrollLimitXMax?: StyleValue<Property.MsScrollLimitXMax<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitXMax<string | number> | undefined>;
1492
- readonly msScrollLimitXMin?: StyleValue<Property.MsScrollLimitXMin<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitXMin<string | number> | undefined>;
1493
- readonly msScrollLimitYMax?: StyleValue<Property.MsScrollLimitYMax<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitYMax<string | number> | undefined>;
1494
- readonly msScrollLimitYMin?: StyleValue<Property.MsScrollLimitYMin<string | number> | undefined> | StyleValueStateMap<Property.MsScrollLimitYMin<string | number> | undefined>;
1495
- readonly msScrollRails?: StyleValue<Property.MsScrollRails | undefined> | StyleValueStateMap<Property.MsScrollRails | undefined>;
1496
- readonly msScrollSnapPointsX?: StyleValue<Property.MsScrollSnapPointsX | undefined> | StyleValueStateMap<Property.MsScrollSnapPointsX | undefined>;
1497
- readonly msScrollSnapPointsY?: StyleValue<Property.MsScrollSnapPointsY | undefined> | StyleValueStateMap<Property.MsScrollSnapPointsY | undefined>;
1498
- readonly msScrollSnapType?: StyleValue<Property.MsScrollSnapType | undefined> | StyleValueStateMap<Property.MsScrollSnapType | undefined>;
1499
- readonly msScrollTranslation?: StyleValue<Property.MsScrollTranslation | undefined> | StyleValueStateMap<Property.MsScrollTranslation | undefined>;
1500
- readonly msScrollbar3dlightColor?: StyleValue<Property.MsScrollbar3dlightColor | undefined> | StyleValueStateMap<Property.MsScrollbar3dlightColor | undefined>;
1501
- readonly msScrollbarArrowColor?: StyleValue<Property.MsScrollbarArrowColor | undefined> | StyleValueStateMap<Property.MsScrollbarArrowColor | undefined>;
1502
- readonly msScrollbarBaseColor?: StyleValue<Property.MsScrollbarBaseColor | undefined> | StyleValueStateMap<Property.MsScrollbarBaseColor | undefined>;
1503
- readonly msScrollbarDarkshadowColor?: StyleValue<Property.MsScrollbarDarkshadowColor | undefined> | StyleValueStateMap<Property.MsScrollbarDarkshadowColor | undefined>;
1504
- readonly msScrollbarFaceColor?: StyleValue<Property.MsScrollbarFaceColor | undefined> | StyleValueStateMap<Property.MsScrollbarFaceColor | undefined>;
1505
- readonly msScrollbarHighlightColor?: StyleValue<Property.MsScrollbarHighlightColor | undefined> | StyleValueStateMap<Property.MsScrollbarHighlightColor | undefined>;
1506
- readonly msScrollbarShadowColor?: StyleValue<Property.MsScrollbarShadowColor | undefined> | StyleValueStateMap<Property.MsScrollbarShadowColor | undefined>;
1507
- readonly msScrollbarTrackColor?: StyleValue<Property.MsScrollbarTrackColor | undefined> | StyleValueStateMap<Property.MsScrollbarTrackColor | undefined>;
1508
- readonly msTextAutospace?: StyleValue<Property.MsTextAutospace | undefined> | StyleValueStateMap<Property.MsTextAutospace | undefined>;
1509
- readonly msTextCombineHorizontal?: StyleValue<Property.TextCombineUpright | undefined> | StyleValueStateMap<Property.TextCombineUpright | undefined>;
1510
- readonly msTextOverflow?: StyleValue<Property.TextOverflow | undefined> | StyleValueStateMap<Property.TextOverflow | undefined>;
1511
- readonly msTouchAction?: StyleValue<Property.TouchAction | undefined> | StyleValueStateMap<Property.TouchAction | undefined>;
1512
- readonly msTouchSelect?: StyleValue<Property.MsTouchSelect | undefined> | StyleValueStateMap<Property.MsTouchSelect | undefined>;
1513
- readonly msTransform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
1514
- readonly msTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
1515
- readonly msTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
1516
- readonly msTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
1517
- readonly msTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
1518
- readonly msTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
1519
- readonly msUserSelect?: StyleValue<Property.MsUserSelect | undefined> | StyleValueStateMap<Property.MsUserSelect | undefined>;
1520
- readonly msWordBreak?: StyleValue<Property.WordBreak | undefined> | StyleValueStateMap<Property.WordBreak | undefined>;
1521
- readonly msWrapFlow?: StyleValue<Property.MsWrapFlow | undefined> | StyleValueStateMap<Property.MsWrapFlow | undefined>;
1522
- readonly msWrapMargin?: StyleValue<Property.MsWrapMargin<string | number> | undefined> | StyleValueStateMap<Property.MsWrapMargin<string | number> | undefined>;
1523
- readonly msWrapThrough?: StyleValue<Property.MsWrapThrough | undefined> | StyleValueStateMap<Property.MsWrapThrough | undefined>;
1524
- readonly msWritingMode?: StyleValue<Property.WritingMode | undefined> | StyleValueStateMap<Property.WritingMode | undefined>;
1525
- readonly WebkitAlignContent?: StyleValue<Property.AlignContent | undefined> | StyleValueStateMap<Property.AlignContent | undefined>;
1526
- readonly WebkitAlignItems?: StyleValue<Property.AlignItems | undefined> | StyleValueStateMap<Property.AlignItems | undefined>;
1527
- readonly WebkitAlignSelf?: StyleValue<Property.AlignSelf | undefined> | StyleValueStateMap<Property.AlignSelf | undefined>;
1528
- readonly WebkitAnimationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
1529
- readonly WebkitAnimationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
1530
- readonly WebkitAnimationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
1531
- readonly WebkitAnimationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
1532
- readonly WebkitAnimationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
1533
- readonly WebkitAnimationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
1534
- readonly WebkitAnimationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
1535
- readonly WebkitAnimationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
1536
- readonly WebkitAppearance?: StyleValue<Property.WebkitAppearance | undefined> | StyleValueStateMap<Property.WebkitAppearance | undefined>;
1537
- readonly WebkitBackdropFilter?: StyleValue<Property.BackdropFilter | undefined> | StyleValueStateMap<Property.BackdropFilter | undefined>;
1538
- readonly WebkitBackfaceVisibility?: StyleValue<Property.BackfaceVisibility | undefined> | StyleValueStateMap<Property.BackfaceVisibility | undefined>;
1539
- readonly WebkitBackgroundClip?: StyleValue<Property.BackgroundClip | undefined> | StyleValueStateMap<Property.BackgroundClip | undefined>;
1540
- readonly WebkitBackgroundOrigin?: StyleValue<Property.BackgroundOrigin | undefined> | StyleValueStateMap<Property.BackgroundOrigin | undefined>;
1541
- readonly WebkitBackgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
1542
- readonly WebkitBorderBeforeColor?: StyleValue<Property.WebkitBorderBeforeColor | undefined> | StyleValueStateMap<Property.WebkitBorderBeforeColor | undefined>;
1543
- readonly WebkitBorderBeforeStyle?: StyleValue<Property.WebkitBorderBeforeStyle | undefined> | StyleValueStateMap<Property.WebkitBorderBeforeStyle | undefined>;
1544
- readonly WebkitBorderBeforeWidth?: StyleValue<Property.WebkitBorderBeforeWidth<string | number> | undefined> | StyleValueStateMap<Property.WebkitBorderBeforeWidth<string | number> | undefined>;
1545
- readonly WebkitBorderBottomLeftRadius?: StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
1546
- readonly WebkitBorderBottomRightRadius?: StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
1547
- readonly WebkitBorderImageSlice?: StyleValue<Property.BorderImageSlice | undefined> | StyleValueStateMap<Property.BorderImageSlice | undefined>;
1548
- readonly WebkitBorderTopLeftRadius?: StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
1549
- readonly WebkitBorderTopRightRadius?: StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
1550
- readonly WebkitBoxDecorationBreak?: StyleValue<Property.BoxDecorationBreak | undefined> | StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
1551
- readonly WebkitBoxReflect?: StyleValue<Property.WebkitBoxReflect<string | number> | undefined> | StyleValueStateMap<Property.WebkitBoxReflect<string | number> | undefined>;
1552
- readonly WebkitBoxShadow?: StyleValue<Property.BoxShadow | undefined> | StyleValueStateMap<Property.BoxShadow | undefined>;
1553
- readonly WebkitBoxSizing?: StyleValue<Property.BoxSizing | undefined> | StyleValueStateMap<Property.BoxSizing | undefined>;
1554
- readonly WebkitClipPath?: StyleValue<Property.ClipPath | undefined> | StyleValueStateMap<Property.ClipPath | undefined>;
1555
- readonly WebkitColumnCount?: StyleValue<Property.ColumnCount | undefined> | StyleValueStateMap<Property.ColumnCount | undefined>;
1556
- readonly WebkitColumnFill?: StyleValue<Property.ColumnFill | undefined> | StyleValueStateMap<Property.ColumnFill | undefined>;
1557
- readonly WebkitColumnRuleColor?: StyleValue<Property.ColumnRuleColor | undefined> | StyleValueStateMap<Property.ColumnRuleColor | undefined>;
1558
- readonly WebkitColumnRuleStyle?: StyleValue<Property.ColumnRuleStyle | undefined> | StyleValueStateMap<Property.ColumnRuleStyle | undefined>;
1559
- readonly WebkitColumnRuleWidth?: StyleValue<Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnRuleWidth<string | number> | undefined>;
1560
- readonly WebkitColumnSpan?: StyleValue<Property.ColumnSpan | undefined> | StyleValueStateMap<Property.ColumnSpan | undefined>;
1561
- readonly WebkitColumnWidth?: StyleValue<Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<Property.ColumnWidth<string | number> | undefined>;
1562
- readonly WebkitFilter?: StyleValue<Property.Filter | undefined> | StyleValueStateMap<Property.Filter | undefined>;
1563
- readonly WebkitFlexBasis?: StyleValue<Property.FlexBasis<string | number> | undefined> | StyleValueStateMap<Property.FlexBasis<string | number> | undefined>;
1564
- readonly WebkitFlexDirection?: StyleValue<Property.FlexDirection | undefined> | StyleValueStateMap<Property.FlexDirection | undefined>;
1565
- readonly WebkitFlexGrow?: StyleValue<Property.FlexGrow | undefined> | StyleValueStateMap<Property.FlexGrow | undefined>;
1566
- readonly WebkitFlexShrink?: StyleValue<Property.FlexShrink | undefined> | StyleValueStateMap<Property.FlexShrink | undefined>;
1567
- readonly WebkitFlexWrap?: StyleValue<Property.FlexWrap | undefined> | StyleValueStateMap<Property.FlexWrap | undefined>;
1568
- readonly WebkitFontFeatureSettings?: StyleValue<Property.FontFeatureSettings | undefined> | StyleValueStateMap<Property.FontFeatureSettings | undefined>;
1569
- readonly WebkitFontKerning?: StyleValue<Property.FontKerning | undefined> | StyleValueStateMap<Property.FontKerning | undefined>;
1570
- readonly WebkitFontSmoothing?: StyleValue<Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<Property.FontSmooth<string | number> | undefined>;
1571
- readonly WebkitFontVariantLigatures?: StyleValue<Property.FontVariantLigatures | undefined> | StyleValueStateMap<Property.FontVariantLigatures | undefined>;
1572
- readonly WebkitHyphenateCharacter?: StyleValue<Property.HyphenateCharacter | undefined> | StyleValueStateMap<Property.HyphenateCharacter | undefined>;
1573
- readonly WebkitHyphens?: StyleValue<Property.Hyphens | undefined> | StyleValueStateMap<Property.Hyphens | undefined>;
1574
- readonly WebkitInitialLetter?: StyleValue<Property.InitialLetter | undefined> | StyleValueStateMap<Property.InitialLetter | undefined>;
1575
- readonly WebkitJustifyContent?: StyleValue<Property.JustifyContent | undefined> | StyleValueStateMap<Property.JustifyContent | undefined>;
1576
- readonly WebkitLineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
1577
- readonly WebkitLineClamp?: StyleValue<Property.WebkitLineClamp | undefined> | StyleValueStateMap<Property.WebkitLineClamp | undefined>;
1578
- readonly WebkitMarginEnd?: StyleValue<Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineEnd<string | number> | undefined>;
1579
- readonly WebkitMarginStart?: StyleValue<Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<Property.MarginInlineStart<string | number> | undefined>;
1580
- readonly WebkitMaskAttachment?: StyleValue<Property.WebkitMaskAttachment | undefined> | StyleValueStateMap<Property.WebkitMaskAttachment | undefined>;
1581
- readonly WebkitMaskBoxImageOutset?: StyleValue<Property.MaskBorderOutset<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderOutset<string | number> | undefined>;
1582
- readonly WebkitMaskBoxImageRepeat?: StyleValue<Property.MaskBorderRepeat | undefined> | StyleValueStateMap<Property.MaskBorderRepeat | undefined>;
1583
- readonly WebkitMaskBoxImageSlice?: StyleValue<Property.MaskBorderSlice | undefined> | StyleValueStateMap<Property.MaskBorderSlice | undefined>;
1584
- readonly WebkitMaskBoxImageSource?: StyleValue<Property.MaskBorderSource | undefined> | StyleValueStateMap<Property.MaskBorderSource | undefined>;
1585
- readonly WebkitMaskBoxImageWidth?: StyleValue<Property.MaskBorderWidth<string | number> | undefined> | StyleValueStateMap<Property.MaskBorderWidth<string | number> | undefined>;
1586
- readonly WebkitMaskClip?: StyleValue<Property.WebkitMaskClip | undefined> | StyleValueStateMap<Property.WebkitMaskClip | undefined>;
1587
- readonly WebkitMaskComposite?: StyleValue<Property.WebkitMaskComposite | undefined> | StyleValueStateMap<Property.WebkitMaskComposite | undefined>;
1588
- readonly WebkitMaskImage?: StyleValue<Property.WebkitMaskImage | undefined> | StyleValueStateMap<Property.WebkitMaskImage | undefined>;
1589
- readonly WebkitMaskOrigin?: StyleValue<Property.WebkitMaskOrigin | undefined> | StyleValueStateMap<Property.WebkitMaskOrigin | undefined>;
1590
- readonly WebkitMaskPosition?: StyleValue<Property.WebkitMaskPosition<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskPosition<string | number> | undefined>;
1591
- readonly WebkitMaskPositionX?: StyleValue<Property.WebkitMaskPositionX<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskPositionX<string | number> | undefined>;
1592
- readonly WebkitMaskPositionY?: StyleValue<Property.WebkitMaskPositionY<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskPositionY<string | number> | undefined>;
1593
- readonly WebkitMaskRepeat?: StyleValue<Property.WebkitMaskRepeat | undefined> | StyleValueStateMap<Property.WebkitMaskRepeat | undefined>;
1594
- readonly WebkitMaskRepeatX?: StyleValue<Property.WebkitMaskRepeatX | undefined> | StyleValueStateMap<Property.WebkitMaskRepeatX | undefined>;
1595
- readonly WebkitMaskRepeatY?: StyleValue<Property.WebkitMaskRepeatY | undefined> | StyleValueStateMap<Property.WebkitMaskRepeatY | undefined>;
1596
- readonly WebkitMaskSize?: StyleValue<Property.WebkitMaskSize<string | number> | undefined> | StyleValueStateMap<Property.WebkitMaskSize<string | number> | undefined>;
1597
- readonly WebkitMaxInlineSize?: StyleValue<Property.MaxInlineSize<string | number> | undefined> | StyleValueStateMap<Property.MaxInlineSize<string | number> | undefined>;
1598
- readonly WebkitOrder?: StyleValue<Property.Order | undefined> | StyleValueStateMap<Property.Order | undefined>;
1599
- readonly WebkitOverflowScrolling?: StyleValue<Property.WebkitOverflowScrolling | undefined> | StyleValueStateMap<Property.WebkitOverflowScrolling | undefined>;
1600
- readonly WebkitPaddingEnd?: StyleValue<Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineEnd<string | number> | undefined>;
1601
- readonly WebkitPaddingStart?: StyleValue<Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<Property.PaddingInlineStart<string | number> | undefined>;
1602
- readonly WebkitPerspective?: StyleValue<Property.Perspective<string | number> | undefined> | StyleValueStateMap<Property.Perspective<string | number> | undefined>;
1603
- readonly WebkitPerspectiveOrigin?: StyleValue<Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<Property.PerspectiveOrigin<string | number> | undefined>;
1604
- readonly WebkitPrintColorAdjust?: StyleValue<Property.PrintColorAdjust | undefined> | StyleValueStateMap<Property.PrintColorAdjust | undefined>;
1605
- readonly WebkitRubyPosition?: StyleValue<Property.RubyPosition | undefined> | StyleValueStateMap<Property.RubyPosition | undefined>;
1606
- readonly WebkitScrollSnapType?: StyleValue<Property.ScrollSnapType | undefined> | StyleValueStateMap<Property.ScrollSnapType | undefined>;
1607
- readonly WebkitShapeMargin?: StyleValue<Property.ShapeMargin<string | number> | undefined> | StyleValueStateMap<Property.ShapeMargin<string | number> | undefined>;
1608
- readonly WebkitTapHighlightColor?: StyleValue<Property.WebkitTapHighlightColor | undefined> | StyleValueStateMap<Property.WebkitTapHighlightColor | undefined>;
1609
- readonly WebkitTextCombine?: StyleValue<Property.TextCombineUpright | undefined> | StyleValueStateMap<Property.TextCombineUpright | undefined>;
1610
- readonly WebkitTextDecorationColor?: StyleValue<Property.TextDecorationColor | undefined> | StyleValueStateMap<Property.TextDecorationColor | undefined>;
1611
- readonly WebkitTextDecorationLine?: StyleValue<Property.TextDecorationLine | undefined> | StyleValueStateMap<Property.TextDecorationLine | undefined>;
1612
- readonly WebkitTextDecorationSkip?: StyleValue<Property.TextDecorationSkip | undefined> | StyleValueStateMap<Property.TextDecorationSkip | undefined>;
1613
- readonly WebkitTextDecorationStyle?: StyleValue<Property.TextDecorationStyle | undefined> | StyleValueStateMap<Property.TextDecorationStyle | undefined>;
1614
- readonly WebkitTextEmphasisColor?: StyleValue<Property.TextEmphasisColor | undefined> | StyleValueStateMap<Property.TextEmphasisColor | undefined>;
1615
- readonly WebkitTextEmphasisPosition?: StyleValue<Property.TextEmphasisPosition | undefined> | StyleValueStateMap<Property.TextEmphasisPosition | undefined>;
1616
- readonly WebkitTextEmphasisStyle?: StyleValue<Property.TextEmphasisStyle | undefined> | StyleValueStateMap<Property.TextEmphasisStyle | undefined>;
1617
- readonly WebkitTextFillColor?: StyleValue<Property.WebkitTextFillColor | undefined> | StyleValueStateMap<Property.WebkitTextFillColor | undefined>;
1618
- readonly WebkitTextOrientation?: StyleValue<Property.TextOrientation | undefined> | StyleValueStateMap<Property.TextOrientation | undefined>;
1619
- readonly WebkitTextSizeAdjust?: StyleValue<Property.TextSizeAdjust | undefined> | StyleValueStateMap<Property.TextSizeAdjust | undefined>;
1620
- readonly WebkitTextStrokeColor?: StyleValue<Property.WebkitTextStrokeColor | undefined> | StyleValueStateMap<Property.WebkitTextStrokeColor | undefined>;
1621
- readonly WebkitTextStrokeWidth?: StyleValue<Property.WebkitTextStrokeWidth<string | number> | undefined> | StyleValueStateMap<Property.WebkitTextStrokeWidth<string | number> | undefined>;
1622
- readonly WebkitTextUnderlinePosition?: StyleValue<Property.TextUnderlinePosition | undefined> | StyleValueStateMap<Property.TextUnderlinePosition | undefined>;
1623
- readonly WebkitTouchCallout?: StyleValue<Property.WebkitTouchCallout | undefined> | StyleValueStateMap<Property.WebkitTouchCallout | undefined>;
1624
- readonly WebkitTransform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
1625
- readonly WebkitTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
1626
- readonly WebkitTransformStyle?: StyleValue<Property.TransformStyle | undefined> | StyleValueStateMap<Property.TransformStyle | undefined>;
1627
- readonly WebkitTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
1628
- readonly WebkitTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
1629
- readonly WebkitTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
1630
- readonly WebkitTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
1631
- readonly WebkitUserModify?: StyleValue<Property.WebkitUserModify | undefined> | StyleValueStateMap<Property.WebkitUserModify | undefined>;
1632
- readonly WebkitUserSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
1633
- readonly WebkitWritingMode?: StyleValue<Property.WritingMode | undefined> | StyleValueStateMap<Property.WritingMode | undefined>;
1634
- readonly MozAnimation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
1635
- readonly MozBorderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
1636
- readonly MozColumnRule?: StyleValue<Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
1637
- readonly MozColumns?: StyleValue<Property.Columns<string | number> | undefined> | StyleValueStateMap<Property.Columns<string | number> | undefined>;
1638
- readonly MozTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
1639
- readonly msContentZoomLimit?: StyleValue<Property.MsContentZoomLimit | undefined> | StyleValueStateMap<Property.MsContentZoomLimit | undefined>;
1640
- readonly msContentZoomSnap?: StyleValue<Property.MsContentZoomSnap | undefined> | StyleValueStateMap<Property.MsContentZoomSnap | undefined>;
1641
- readonly msFlex?: StyleValue<Property.Flex<string | number> | undefined> | StyleValueStateMap<Property.Flex<string | number> | undefined>;
1642
- readonly msScrollLimit?: StyleValue<Property.MsScrollLimit | undefined> | StyleValueStateMap<Property.MsScrollLimit | undefined>;
1643
- readonly msScrollSnapX?: StyleValue<Property.MsScrollSnapX | undefined> | StyleValueStateMap<Property.MsScrollSnapX | undefined>;
1644
- readonly msScrollSnapY?: StyleValue<Property.MsScrollSnapY | undefined> | StyleValueStateMap<Property.MsScrollSnapY | undefined>;
1645
- readonly msTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
1646
- readonly WebkitAnimation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
1647
- readonly WebkitBorderBefore?: StyleValue<Property.WebkitBorderBefore<string | number> | undefined> | StyleValueStateMap<Property.WebkitBorderBefore<string | number> | undefined>;
1648
- readonly WebkitBorderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
1649
- readonly WebkitBorderRadius?: StyleValue<Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
1650
- readonly WebkitColumnRule?: StyleValue<Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<Property.ColumnRule<string | number> | undefined>;
1651
- readonly WebkitColumns?: StyleValue<Property.Columns<string | number> | undefined> | StyleValueStateMap<Property.Columns<string | number> | undefined>;
1652
- readonly WebkitFlex?: StyleValue<Property.Flex<string | number> | undefined> | StyleValueStateMap<Property.Flex<string | number> | undefined>;
1653
- readonly WebkitFlexFlow?: StyleValue<Property.FlexFlow | undefined> | StyleValueStateMap<Property.FlexFlow | undefined>;
1654
- readonly WebkitMask?: StyleValue<Property.WebkitMask<string | number> | undefined> | StyleValueStateMap<Property.WebkitMask<string | number> | undefined>;
1655
- readonly WebkitMaskBoxImage?: StyleValue<Property.MaskBorder | undefined> | StyleValueStateMap<Property.MaskBorder | undefined>;
1656
- readonly WebkitTextEmphasis?: StyleValue<Property.TextEmphasis | undefined> | StyleValueStateMap<Property.TextEmphasis | undefined>;
1657
- readonly WebkitTextStroke?: StyleValue<Property.WebkitTextStroke<string | number> | undefined> | StyleValueStateMap<Property.WebkitTextStroke<string | number> | undefined>;
1658
- readonly WebkitTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
1659
- readonly azimuth?: StyleValue<Property.Azimuth | undefined> | StyleValueStateMap<Property.Azimuth | undefined>;
1660
- readonly boxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
1661
- readonly boxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
1662
- readonly boxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
1663
- readonly boxFlexGroup?: StyleValue<Property.BoxFlexGroup | undefined> | StyleValueStateMap<Property.BoxFlexGroup | undefined>;
1664
- readonly boxLines?: StyleValue<Property.BoxLines | undefined> | StyleValueStateMap<Property.BoxLines | undefined>;
1665
- readonly boxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
1666
- readonly boxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
1667
- readonly boxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
1668
- readonly clip?: StyleValue<Property.Clip | undefined> | StyleValueStateMap<Property.Clip | undefined>;
1669
- readonly gridColumnGap?: StyleValue<Property.GridColumnGap<string | number> | undefined> | StyleValueStateMap<Property.GridColumnGap<string | number> | undefined>;
1670
- readonly gridGap?: StyleValue<Property.GridGap<string | number> | undefined> | StyleValueStateMap<Property.GridGap<string | number> | undefined>;
1671
- readonly gridRowGap?: StyleValue<Property.GridRowGap<string | number> | undefined> | StyleValueStateMap<Property.GridRowGap<string | number> | undefined>;
1672
- readonly imeMode?: StyleValue<Property.ImeMode | undefined> | StyleValueStateMap<Property.ImeMode | undefined>;
1673
- readonly offsetBlock?: StyleValue<Property.InsetBlock<string | number> | undefined> | StyleValueStateMap<Property.InsetBlock<string | number> | undefined>;
1674
- readonly offsetBlockEnd?: StyleValue<Property.InsetBlockEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockEnd<string | number> | undefined>;
1675
- readonly offsetBlockStart?: StyleValue<Property.InsetBlockStart<string | number> | undefined> | StyleValueStateMap<Property.InsetBlockStart<string | number> | undefined>;
1676
- readonly offsetInline?: StyleValue<Property.InsetInline<string | number> | undefined> | StyleValueStateMap<Property.InsetInline<string | number> | undefined>;
1677
- readonly offsetInlineEnd?: StyleValue<Property.InsetInlineEnd<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineEnd<string | number> | undefined>;
1678
- readonly offsetInlineStart?: StyleValue<Property.InsetInlineStart<string | number> | undefined> | StyleValueStateMap<Property.InsetInlineStart<string | number> | undefined>;
1679
- readonly scrollSnapCoordinate?: StyleValue<Property.ScrollSnapCoordinate<string | number> | undefined> | StyleValueStateMap<Property.ScrollSnapCoordinate<string | number> | undefined>;
1680
- readonly scrollSnapDestination?: StyleValue<Property.ScrollSnapDestination<string | number> | undefined> | StyleValueStateMap<Property.ScrollSnapDestination<string | number> | undefined>;
1681
- readonly scrollSnapPointsX?: StyleValue<Property.ScrollSnapPointsX | undefined> | StyleValueStateMap<Property.ScrollSnapPointsX | undefined>;
1682
- readonly scrollSnapPointsY?: StyleValue<Property.ScrollSnapPointsY | undefined> | StyleValueStateMap<Property.ScrollSnapPointsY | undefined>;
1683
- readonly scrollSnapTypeX?: StyleValue<Property.ScrollSnapTypeX | undefined> | StyleValueStateMap<Property.ScrollSnapTypeX | undefined>;
1684
- readonly scrollSnapTypeY?: StyleValue<Property.ScrollSnapTypeY | undefined> | StyleValueStateMap<Property.ScrollSnapTypeY | undefined>;
1685
- readonly KhtmlBoxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
1686
- readonly KhtmlBoxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
1687
- readonly KhtmlBoxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
1688
- readonly KhtmlBoxFlexGroup?: StyleValue<Property.BoxFlexGroup | undefined> | StyleValueStateMap<Property.BoxFlexGroup | undefined>;
1689
- readonly KhtmlBoxLines?: StyleValue<Property.BoxLines | undefined> | StyleValueStateMap<Property.BoxLines | undefined>;
1690
- readonly KhtmlBoxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
1691
- readonly KhtmlBoxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
1692
- readonly KhtmlBoxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
1693
- readonly KhtmlLineBreak?: StyleValue<Property.LineBreak | undefined> | StyleValueStateMap<Property.LineBreak | undefined>;
1694
- readonly KhtmlOpacity?: StyleValue<Property.Opacity | undefined> | StyleValueStateMap<Property.Opacity | undefined>;
1695
- readonly KhtmlUserSelect?: StyleValue<Property.UserSelect | undefined> | StyleValueStateMap<Property.UserSelect | undefined>;
1696
- readonly MozBackgroundClip?: StyleValue<Property.BackgroundClip | undefined> | StyleValueStateMap<Property.BackgroundClip | undefined>;
1697
- readonly MozBackgroundInlinePolicy?: StyleValue<Property.BoxDecorationBreak | undefined> | StyleValueStateMap<Property.BoxDecorationBreak | undefined>;
1698
- readonly MozBackgroundOrigin?: StyleValue<Property.BackgroundOrigin | undefined> | StyleValueStateMap<Property.BackgroundOrigin | undefined>;
1699
- readonly MozBackgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
1700
- readonly MozBorderRadius?: StyleValue<Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderRadius<string | number> | undefined>;
1701
- readonly MozBorderRadiusBottomleft?: StyleValue<Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomLeftRadius<string | number> | undefined>;
1702
- readonly MozBorderRadiusBottomright?: StyleValue<Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderBottomRightRadius<string | number> | undefined>;
1703
- readonly MozBorderRadiusTopleft?: StyleValue<Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopLeftRadius<string | number> | undefined>;
1704
- readonly MozBorderRadiusTopright?: StyleValue<Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<Property.BorderTopRightRadius<string | number> | undefined>;
1705
- readonly MozBoxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
1706
- readonly MozBoxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
1707
- readonly MozBoxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
1708
- readonly MozBoxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
1709
- readonly MozBoxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
1710
- readonly MozBoxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
1711
- readonly MozBoxShadow?: StyleValue<Property.BoxShadow | undefined> | StyleValueStateMap<Property.BoxShadow | undefined>;
1712
- readonly MozFloatEdge?: StyleValue<Property.MozFloatEdge | undefined> | StyleValueStateMap<Property.MozFloatEdge | undefined>;
1713
- readonly MozForceBrokenImageIcon?: StyleValue<Property.MozForceBrokenImageIcon | undefined> | StyleValueStateMap<Property.MozForceBrokenImageIcon | undefined>;
1714
- readonly MozOpacity?: StyleValue<Property.Opacity | undefined> | StyleValueStateMap<Property.Opacity | undefined>;
1715
- readonly MozOutline?: StyleValue<Property.Outline<string | number> | undefined> | StyleValueStateMap<Property.Outline<string | number> | undefined>;
1716
- readonly MozOutlineColor?: StyleValue<Property.OutlineColor | undefined> | StyleValueStateMap<Property.OutlineColor | undefined>;
1717
- readonly MozOutlineRadius?: StyleValue<Property.MozOutlineRadius<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadius<string | number> | undefined>;
1718
- readonly MozOutlineRadiusBottomleft?: StyleValue<Property.MozOutlineRadiusBottomleft<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
1719
- readonly MozOutlineRadiusBottomright?: StyleValue<Property.MozOutlineRadiusBottomright<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusBottomright<string | number> | undefined>;
1720
- readonly MozOutlineRadiusTopleft?: StyleValue<Property.MozOutlineRadiusTopleft<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusTopleft<string | number> | undefined>;
1721
- readonly MozOutlineRadiusTopright?: StyleValue<Property.MozOutlineRadiusTopright<string | number> | undefined> | StyleValueStateMap<Property.MozOutlineRadiusTopright<string | number> | undefined>;
1722
- readonly MozOutlineStyle?: StyleValue<Property.OutlineStyle | undefined> | StyleValueStateMap<Property.OutlineStyle | undefined>;
1723
- readonly MozOutlineWidth?: StyleValue<Property.OutlineWidth<string | number> | undefined> | StyleValueStateMap<Property.OutlineWidth<string | number> | undefined>;
1724
- readonly MozTextAlignLast?: StyleValue<Property.TextAlignLast | undefined> | StyleValueStateMap<Property.TextAlignLast | undefined>;
1725
- readonly MozTextDecorationColor?: StyleValue<Property.TextDecorationColor | undefined> | StyleValueStateMap<Property.TextDecorationColor | undefined>;
1726
- readonly MozTextDecorationLine?: StyleValue<Property.TextDecorationLine | undefined> | StyleValueStateMap<Property.TextDecorationLine | undefined>;
1727
- readonly MozTextDecorationStyle?: StyleValue<Property.TextDecorationStyle | undefined> | StyleValueStateMap<Property.TextDecorationStyle | undefined>;
1728
- readonly MozUserInput?: StyleValue<Property.MozUserInput | undefined> | StyleValueStateMap<Property.MozUserInput | undefined>;
1729
- readonly msImeMode?: StyleValue<Property.ImeMode | undefined> | StyleValueStateMap<Property.ImeMode | undefined>;
1730
- readonly OAnimation?: StyleValue<Property.Animation<string & {}> | undefined> | StyleValueStateMap<Property.Animation<string & {}> | undefined>;
1731
- readonly OAnimationDelay?: StyleValue<Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDelay<string & {}> | undefined>;
1732
- readonly OAnimationDirection?: StyleValue<Property.AnimationDirection | undefined> | StyleValueStateMap<Property.AnimationDirection | undefined>;
1733
- readonly OAnimationDuration?: StyleValue<Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<Property.AnimationDuration<string & {}> | undefined>;
1734
- readonly OAnimationFillMode?: StyleValue<Property.AnimationFillMode | undefined> | StyleValueStateMap<Property.AnimationFillMode | undefined>;
1735
- readonly OAnimationIterationCount?: StyleValue<Property.AnimationIterationCount | undefined> | StyleValueStateMap<Property.AnimationIterationCount | undefined>;
1736
- readonly OAnimationName?: StyleValue<Property.AnimationName | undefined> | StyleValueStateMap<Property.AnimationName | undefined>;
1737
- readonly OAnimationPlayState?: StyleValue<Property.AnimationPlayState | undefined> | StyleValueStateMap<Property.AnimationPlayState | undefined>;
1738
- readonly OAnimationTimingFunction?: StyleValue<Property.AnimationTimingFunction | undefined> | StyleValueStateMap<Property.AnimationTimingFunction | undefined>;
1739
- readonly OBackgroundSize?: StyleValue<Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<Property.BackgroundSize<string | number> | undefined>;
1740
- readonly OBorderImage?: StyleValue<Property.BorderImage | undefined> | StyleValueStateMap<Property.BorderImage | undefined>;
1741
- readonly OObjectFit?: StyleValue<Property.ObjectFit | undefined> | StyleValueStateMap<Property.ObjectFit | undefined>;
1742
- readonly OObjectPosition?: StyleValue<Property.ObjectPosition<string | number> | undefined> | StyleValueStateMap<Property.ObjectPosition<string | number> | undefined>;
1743
- readonly OTabSize?: StyleValue<Property.TabSize<string | number> | undefined> | StyleValueStateMap<Property.TabSize<string | number> | undefined>;
1744
- readonly OTextOverflow?: StyleValue<Property.TextOverflow | undefined> | StyleValueStateMap<Property.TextOverflow | undefined>;
1745
- readonly OTransform?: StyleValue<Property.Transform | undefined> | StyleValueStateMap<Property.Transform | undefined>;
1746
- readonly OTransformOrigin?: StyleValue<Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<Property.TransformOrigin<string | number> | undefined>;
1747
- readonly OTransition?: StyleValue<Property.Transition<string & {}> | undefined> | StyleValueStateMap<Property.Transition<string & {}> | undefined>;
1748
- readonly OTransitionDelay?: StyleValue<Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDelay<string & {}> | undefined>;
1749
- readonly OTransitionDuration?: StyleValue<Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<Property.TransitionDuration<string & {}> | undefined>;
1750
- readonly OTransitionProperty?: StyleValue<Property.TransitionProperty | undefined> | StyleValueStateMap<Property.TransitionProperty | undefined>;
1751
- readonly OTransitionTimingFunction?: StyleValue<Property.TransitionTimingFunction | undefined> | StyleValueStateMap<Property.TransitionTimingFunction | undefined>;
1752
- readonly WebkitBoxAlign?: StyleValue<Property.BoxAlign | undefined> | StyleValueStateMap<Property.BoxAlign | undefined>;
1753
- readonly WebkitBoxDirection?: StyleValue<Property.BoxDirection | undefined> | StyleValueStateMap<Property.BoxDirection | undefined>;
1754
- readonly WebkitBoxFlex?: StyleValue<Property.BoxFlex | undefined> | StyleValueStateMap<Property.BoxFlex | undefined>;
1755
- readonly WebkitBoxFlexGroup?: StyleValue<Property.BoxFlexGroup | undefined> | StyleValueStateMap<Property.BoxFlexGroup | undefined>;
1756
- readonly WebkitBoxLines?: StyleValue<Property.BoxLines | undefined> | StyleValueStateMap<Property.BoxLines | undefined>;
1757
- readonly WebkitBoxOrdinalGroup?: StyleValue<Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<Property.BoxOrdinalGroup | undefined>;
1758
- readonly WebkitBoxOrient?: StyleValue<Property.BoxOrient | undefined> | StyleValueStateMap<Property.BoxOrient | undefined>;
1759
- readonly WebkitBoxPack?: StyleValue<Property.BoxPack | undefined> | StyleValueStateMap<Property.BoxPack | undefined>;
1760
- readonly WebkitScrollSnapPointsX?: StyleValue<Property.ScrollSnapPointsX | undefined> | StyleValueStateMap<Property.ScrollSnapPointsX | undefined>;
1761
- readonly WebkitScrollSnapPointsY?: StyleValue<Property.ScrollSnapPointsY | undefined> | StyleValueStateMap<Property.ScrollSnapPointsY | undefined>;
1762
- readonly alignmentBaseline?: StyleValue<Property.AlignmentBaseline | undefined> | StyleValueStateMap<Property.AlignmentBaseline | undefined>;
1763
- readonly baselineShift?: StyleValue<Property.BaselineShift<string | number> | undefined> | StyleValueStateMap<Property.BaselineShift<string | number> | undefined>;
1764
- readonly clipRule?: StyleValue<Property.ClipRule | undefined> | StyleValueStateMap<Property.ClipRule | undefined>;
1765
- readonly colorInterpolation?: StyleValue<Property.ColorInterpolation | undefined> | StyleValueStateMap<Property.ColorInterpolation | undefined>;
1766
- readonly colorRendering?: StyleValue<Property.ColorRendering | undefined> | StyleValueStateMap<Property.ColorRendering | undefined>;
1767
- readonly dominantBaseline?: StyleValue<Property.DominantBaseline | undefined> | StyleValueStateMap<Property.DominantBaseline | undefined>;
1768
- readonly fillOpacity?: StyleValue<Property.FillOpacity | undefined> | StyleValueStateMap<Property.FillOpacity | undefined>;
1769
- readonly fillRule?: StyleValue<Property.FillRule | undefined> | StyleValueStateMap<Property.FillRule | undefined>;
1770
- readonly floodColor?: StyleValue<Property.FloodColor | undefined> | StyleValueStateMap<Property.FloodColor | undefined>;
1771
- readonly floodOpacity?: StyleValue<Property.FloodOpacity | undefined> | StyleValueStateMap<Property.FloodOpacity | undefined>;
1772
- readonly glyphOrientationVertical?: StyleValue<Property.GlyphOrientationVertical | undefined> | StyleValueStateMap<Property.GlyphOrientationVertical | undefined>;
1773
- readonly lightingColor?: StyleValue<Property.LightingColor | undefined> | StyleValueStateMap<Property.LightingColor | undefined>;
1774
- readonly marker?: StyleValue<Property.Marker | undefined> | StyleValueStateMap<Property.Marker | undefined>;
1775
- readonly markerEnd?: StyleValue<Property.MarkerEnd | undefined> | StyleValueStateMap<Property.MarkerEnd | undefined>;
1776
- readonly markerMid?: StyleValue<Property.MarkerMid | undefined> | StyleValueStateMap<Property.MarkerMid | undefined>;
1777
- readonly markerStart?: StyleValue<Property.MarkerStart | undefined> | StyleValueStateMap<Property.MarkerStart | undefined>;
1778
- readonly shapeRendering?: StyleValue<Property.ShapeRendering | undefined> | StyleValueStateMap<Property.ShapeRendering | undefined>;
1779
- readonly stopColor?: StyleValue<Property.StopColor | undefined> | StyleValueStateMap<Property.StopColor | undefined>;
1780
- readonly stopOpacity?: StyleValue<Property.StopOpacity | undefined> | StyleValueStateMap<Property.StopOpacity | undefined>;
1781
- readonly stroke?: StyleValue<Property.Stroke | undefined> | StyleValueStateMap<Property.Stroke | undefined>;
1782
- readonly strokeDasharray?: StyleValue<Property.StrokeDasharray<string | number> | undefined> | StyleValueStateMap<Property.StrokeDasharray<string | number> | undefined>;
1783
- readonly strokeDashoffset?: StyleValue<Property.StrokeDashoffset<string | number> | undefined> | StyleValueStateMap<Property.StrokeDashoffset<string | number> | undefined>;
1784
- readonly strokeLinecap?: StyleValue<Property.StrokeLinecap | undefined> | StyleValueStateMap<Property.StrokeLinecap | undefined>;
1785
- readonly strokeLinejoin?: StyleValue<Property.StrokeLinejoin | undefined> | StyleValueStateMap<Property.StrokeLinejoin | undefined>;
1786
- readonly strokeMiterlimit?: StyleValue<Property.StrokeMiterlimit | undefined> | StyleValueStateMap<Property.StrokeMiterlimit | undefined>;
1787
- readonly strokeOpacity?: StyleValue<Property.StrokeOpacity | undefined> | StyleValueStateMap<Property.StrokeOpacity | undefined>;
1788
- readonly strokeWidth?: StyleValue<Property.StrokeWidth<string | number> | undefined> | StyleValueStateMap<Property.StrokeWidth<string | number> | undefined>;
1789
- readonly textAnchor?: StyleValue<Property.TextAnchor | undefined> | StyleValueStateMap<Property.TextAnchor | undefined>;
1790
- readonly vectorEffect?: StyleValue<Property.VectorEffect | undefined> | StyleValueStateMap<Property.VectorEffect | undefined>;
1791
- readonly '@keyframes'?: StylesInterface["@keyframes"];
1792
- readonly '@properties'?: StylesInterface["@properties"];
1793
- readonly recipe?: StylesInterface["recipe"];
1794
- readonly $?: string;
1795
- };
1796
- readonly Label: {
1797
- readonly $: ">";
1798
- readonly display: "block";
1799
- readonly placeSelf: "center stretch";
1800
- readonly boxSizing: "border-box";
1801
- readonly whiteSpace: "nowrap";
1802
- readonly overflow: "hidden";
1803
- readonly textOverflow: "ellipsis";
1804
- readonly width: "0 100%";
1805
- readonly textAlign: "center";
1806
- readonly transition: "theme, padding";
1807
- readonly padding: {
1808
- readonly '': "$block-padding $right-padding $block-padding $left-padding";
1809
- readonly 'type=link': "0";
1810
- };
1811
- };
1812
- };
46
+ declare const DEFAULT_BUTTON_STYLES: Styles;
1813
47
  //#endregion
1814
48
  export { ButtonMods, ButtonVariant, CubeButtonProps, DEFAULT_BUTTON_STYLES };
1815
49
  //# sourceMappingURL=Button.d.ts.map