@alma-oss/spirit-web-react 4.2.1 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (506) hide show
  1. package/README.md +10 -11
  2. package/bundles/web-react.umd.js +33496 -33281
  3. package/bundles/web-react.umd.js.map +1 -1
  4. package/bundles/web-react.umd.min.js +3 -3
  5. package/bundles/web-react.umd.min.js.map +1 -1
  6. package/common/common.cjs.map +1 -1
  7. package/common/utilities/utilities.cjs.map +1 -1
  8. package/components/Accordion/Accordion.cjs +31 -23
  9. package/components/Accordion/Accordion.cjs.map +1 -1
  10. package/components/Accordion/Accordion.d.ts +2 -8
  11. package/components/Accordion/Accordion.js +8 -7
  12. package/components/Accordion/Accordion.js.map +1 -1
  13. package/components/Accordion/AccordionContext.d.ts +5 -5
  14. package/components/Accordion/AccordionContext.js.map +1 -1
  15. package/components/Accordion/AccordionHeader.d.ts +2 -8
  16. package/components/Accordion/AccordionHeader.js +8 -7
  17. package/components/Accordion/AccordionHeader.js.map +1 -1
  18. package/components/Accordion/AccordionItem.d.ts +2 -8
  19. package/components/Accordion/AccordionItem.js +8 -7
  20. package/components/Accordion/AccordionItem.js.map +1 -1
  21. package/components/Accordion/UncontrolledAccordion.d.ts +2 -3
  22. package/components/Accordion/UncontrolledAccordion.js +1 -2
  23. package/components/Accordion/UncontrolledAccordion.js.map +1 -1
  24. package/components/Accordion/useAccordion.d.ts +2 -2
  25. package/components/Accordion/useAccordion.js.map +1 -1
  26. package/components/Accordion/useAccordionStyleProps.d.ts +2 -3
  27. package/components/Accordion/useAccordionStyleProps.js.map +1 -1
  28. package/components/ActionGroup/ActionGroup.cjs +15 -9
  29. package/components/ActionGroup/ActionGroup.cjs.map +1 -1
  30. package/components/Alert/Alert.cjs +17 -7
  31. package/components/Alert/Alert.cjs.map +1 -1
  32. package/components/Alert/Alert.d.ts +2 -6
  33. package/components/Alert/Alert.js +9 -5
  34. package/components/Alert/Alert.js.map +1 -1
  35. package/components/Alert/useAlertIcon.d.ts +1 -1
  36. package/components/Alert/useAlertStyleProps.d.ts +4 -5
  37. package/components/Alert/useAlertStyleProps.js.map +1 -1
  38. package/components/Avatar/Avatar.cjs +41 -16
  39. package/components/Avatar/Avatar.cjs.map +1 -1
  40. package/components/Avatar/Avatar.d.ts +2 -5
  41. package/components/Avatar/Avatar.js +6 -6
  42. package/components/Avatar/Avatar.js.map +1 -1
  43. package/components/Avatar/useAvatarStyleProps.d.ts +4 -4
  44. package/components/Avatar/useAvatarStyleProps.js +5 -5
  45. package/components/Avatar/useAvatarStyleProps.js.map +1 -1
  46. package/components/Box/Box.cjs +15 -9
  47. package/components/Box/Box.cjs.map +1 -1
  48. package/components/Box/Box.d.ts +3 -8
  49. package/components/Box/Box.js +8 -7
  50. package/components/Box/Box.js.map +1 -1
  51. package/components/Box/useBoxStyleProps.d.ts +2 -2
  52. package/components/Breadcrumbs/Breadcrumbs.cjs +14 -6
  53. package/components/Breadcrumbs/Breadcrumbs.cjs.map +1 -1
  54. package/components/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  55. package/components/Button/Button.cjs +19 -9
  56. package/components/Button/Button.cjs.map +1 -1
  57. package/components/Button/Button.d.ts +2 -2
  58. package/components/Button/Button.js +5 -3
  59. package/components/Button/Button.js.map +1 -1
  60. package/components/Button/useButtonStyleProps.d.ts +19 -6
  61. package/components/Button/useButtonStyleProps.js.map +1 -1
  62. package/components/ButtonLink/ButtonLink.d.ts +2 -2
  63. package/components/ButtonLink/ButtonLink.js +5 -3
  64. package/components/ButtonLink/ButtonLink.js.map +1 -1
  65. package/components/ButtonLink/useButtonLinkProps.d.ts +10 -4
  66. package/components/ButtonLink/useButtonLinkProps.js.map +1 -1
  67. package/components/ButtonLink/useButtonLinkStyleProps.d.ts +19 -6
  68. package/components/ButtonLink/useButtonLinkStyleProps.js.map +1 -1
  69. package/components/Card/Card.cjs +13 -6
  70. package/components/Card/Card.cjs.map +1 -1
  71. package/components/Card/Card.d.ts +1 -1
  72. package/components/Card/Card.js +2 -2
  73. package/components/Card/Card.js.map +1 -1
  74. package/components/Card/CardLink.d.ts +2 -4
  75. package/components/Card/CardLink.js +1 -0
  76. package/components/Card/CardLink.js.map +1 -1
  77. package/components/Card/CardTitle.d.ts +1 -1
  78. package/components/Card/useCardStyleProps.d.ts +2 -1
  79. package/components/Card/useCardStyleProps.js +2 -1
  80. package/components/Card/useCardStyleProps.js.map +1 -1
  81. package/components/Checkbox/Checkbox.cjs +11 -4
  82. package/components/Checkbox/Checkbox.cjs.map +1 -1
  83. package/components/Checkbox/Checkbox.d.ts +2 -3
  84. package/components/Checkbox/Checkbox.js +1 -0
  85. package/components/Checkbox/Checkbox.js.map +1 -1
  86. package/components/Collapse/Collapse.cjs +8 -3
  87. package/components/Collapse/Collapse.cjs.map +1 -1
  88. package/components/Container/Container.cjs +4 -2
  89. package/components/Container/Container.cjs.map +1 -1
  90. package/components/ControlButton/ControlButton.d.ts +2 -2
  91. package/components/ControlButton/ControlButton.js +5 -3
  92. package/components/ControlButton/ControlButton.js.map +1 -1
  93. package/components/ControlButton/useControlButtonStyleProps.d.ts +19 -6
  94. package/components/ControlButton/useControlButtonStyleProps.js.map +1 -1
  95. package/components/Dialog/Dialog.cjs +42 -11
  96. package/components/Dialog/Dialog.cjs.map +1 -1
  97. package/components/Dialog/Dialog.d.ts +3 -4
  98. package/components/Dialog/Dialog.js +4 -2
  99. package/components/Dialog/Dialog.js.map +1 -1
  100. package/components/Dialog/constants.d.ts +1 -0
  101. package/components/Dialog/constants.js +2 -0
  102. package/components/Dialog/constants.js.map +1 -0
  103. package/components/Dialog/useDialog.js +38 -9
  104. package/components/Dialog/useDialog.js.map +1 -1
  105. package/components/Divider/Divider.cjs +4 -2
  106. package/components/Divider/Divider.cjs.map +1 -1
  107. package/components/Drawer/Drawer.cjs +126 -26
  108. package/components/Drawer/Drawer.cjs.map +1 -1
  109. package/components/Drawer/DrawerCloseButton.js +4 -4
  110. package/components/Drawer/DrawerCloseButton.js.map +1 -1
  111. package/components/Drawer/DrawerPanel.d.ts +3 -3
  112. package/components/Drawer/DrawerPanel.js +5 -3
  113. package/components/Drawer/DrawerPanel.js.map +1 -1
  114. package/components/Drawer/constants.d.ts +0 -1
  115. package/components/Drawer/constants.js +0 -1
  116. package/components/Drawer/constants.js.map +1 -1
  117. package/components/Dropdown/Dropdown.cjs +8 -3
  118. package/components/Dropdown/Dropdown.cjs.map +1 -1
  119. package/components/Dropdown/DropdownTrigger.d.ts +1 -1
  120. package/components/EmptyState/EmptyState.cjs +43 -17
  121. package/components/EmptyState/EmptyState.cjs.map +1 -1
  122. package/components/Field/Field.cjs +10 -4
  123. package/components/Field/Field.cjs.map +1 -1
  124. package/components/Field/HelperText.d.ts +1 -1
  125. package/components/Field/Label.d.ts +1 -1
  126. package/components/Field/ValidationText.d.ts +1 -1
  127. package/components/Field/ValidationText.js +1 -1
  128. package/components/Field/ValidationText.js.map +1 -1
  129. package/components/Field/types.d.ts +3 -3
  130. package/components/FieldGroup/FieldGroup.cjs +10 -4
  131. package/components/FieldGroup/FieldGroup.cjs.map +1 -1
  132. package/components/FileUploader/FileUploader.cjs +77 -15
  133. package/components/FileUploader/FileUploader.cjs.map +1 -1
  134. package/components/FileUploader/FileUploaderAttachment.js +8 -5
  135. package/components/FileUploader/FileUploaderAttachment.js.map +1 -1
  136. package/components/FileUploader/FileUploaderList.js +5 -4
  137. package/components/FileUploader/FileUploaderList.js.map +1 -1
  138. package/components/FileUploader/constants.d.ts +0 -3
  139. package/components/FileUploader/constants.js +0 -3
  140. package/components/FileUploader/constants.js.map +1 -1
  141. package/components/Flex/Flex.cjs +15 -9
  142. package/components/Flex/Flex.cjs.map +1 -1
  143. package/components/Flex/Flex.d.ts +2 -8
  144. package/components/Flex/Flex.js +8 -7
  145. package/components/Flex/Flex.js.map +1 -1
  146. package/components/Flex/useFlexStyleProps.d.ts +3 -3
  147. package/components/Flex/useFlexStyleProps.js.map +1 -1
  148. package/components/Footer/Footer.cjs +17 -9
  149. package/components/Footer/Footer.cjs.map +1 -1
  150. package/components/Footer/Footer.d.ts +2 -6
  151. package/components/Footer/Footer.js +10 -7
  152. package/components/Footer/Footer.js.map +1 -1
  153. package/components/Grid/Grid.cjs +34 -23
  154. package/components/Grid/Grid.cjs.map +1 -1
  155. package/components/Grid/Grid.d.ts +2 -8
  156. package/components/Grid/Grid.js +8 -7
  157. package/components/Grid/Grid.js.map +1 -1
  158. package/components/Grid/GridItem.d.ts +2 -8
  159. package/components/Grid/GridItem.js +11 -7
  160. package/components/Grid/GridItem.js.map +1 -1
  161. package/components/Grid/useGridItemStyleProps.js +7 -6
  162. package/components/Grid/useGridItemStyleProps.js.map +1 -1
  163. package/components/Header/Header.cjs +71 -26
  164. package/components/Header/Header.cjs.map +1 -1
  165. package/components/Header/HeaderDialogContext.d.ts +2 -2
  166. package/components/Header/HeaderDialogContext.js.map +1 -1
  167. package/components/Header/HeaderDialogLink.d.ts +2 -3
  168. package/components/Header/HeaderDialogLink.js +5 -3
  169. package/components/Header/HeaderDialogLink.js.map +1 -1
  170. package/components/Header/HeaderLink.d.ts +2 -3
  171. package/components/Header/HeaderLink.js +5 -3
  172. package/components/Header/HeaderLink.js.map +1 -1
  173. package/components/Heading/Heading.cjs +8 -3
  174. package/components/Heading/Heading.cjs.map +1 -1
  175. package/components/Heading/Heading.d.ts +1 -1
  176. package/components/Heading/Heading.js.map +1 -1
  177. package/components/Heading/useHeadingStyleProps.d.ts +3 -3
  178. package/components/Heading/useHeadingStyleProps.js.map +1 -1
  179. package/components/Hidden/Hidden.d.ts +2 -8
  180. package/components/Hidden/Hidden.js +8 -7
  181. package/components/Hidden/Hidden.js.map +1 -1
  182. package/components/Icon/Icon.cjs +5 -2
  183. package/components/Icon/Icon.cjs.map +1 -1
  184. package/components/Icon/Icon.d.ts +2 -3
  185. package/components/Icon/Icon.js +1 -0
  186. package/components/Icon/Icon.js.map +1 -1
  187. package/components/Icon/useIconStyleProps.d.ts +6 -1322
  188. package/components/Icon/useIconStyleProps.js.map +1 -1
  189. package/components/IconBox/IconBox.cjs +21 -11
  190. package/components/IconBox/IconBox.cjs.map +1 -1
  191. package/components/IconBox/IconBox.d.ts +2 -6
  192. package/components/IconBox/IconBox.js +6 -3
  193. package/components/IconBox/IconBox.js.map +1 -1
  194. package/components/IconBox/useIconBoxStyleProps.d.ts +2 -2
  195. package/components/Item/Item.cjs +9 -3
  196. package/components/Item/Item.cjs.map +1 -1
  197. package/components/Item/Item.d.ts +1 -1
  198. package/components/Link/Link.cjs +13 -6
  199. package/components/Link/Link.cjs.map +1 -1
  200. package/components/Link/Link.d.ts +2 -3
  201. package/components/Link/Link.js +5 -3
  202. package/components/Link/Link.js.map +1 -1
  203. package/components/Link/useLinkStyleProps.d.ts +5 -7
  204. package/components/Link/useLinkStyleProps.js.map +1 -1
  205. package/components/Matrix/Matrix.cjs +8 -3
  206. package/components/Matrix/Matrix.cjs.map +1 -1
  207. package/components/Matrix/Matrix.d.ts +1 -1
  208. package/components/Matrix/Matrix.js +1 -1
  209. package/components/Matrix/Matrix.js.map +1 -1
  210. package/components/Matrix/{constant.js → constants.js} +1 -1
  211. package/components/Matrix/constants.js.map +1 -0
  212. package/components/Matrix/useMatrixStyleProps.js +1 -1
  213. package/components/Matrix/useMatrixStyleProps.js.map +1 -1
  214. package/components/Modal/Modal.cjs +134 -32
  215. package/components/Modal/Modal.cjs.map +1 -1
  216. package/components/Modal/ModalCloseButton.js +5 -3
  217. package/components/Modal/ModalCloseButton.js.map +1 -1
  218. package/components/Modal/ModalDialog.d.ts +4 -3
  219. package/components/Modal/ModalDialog.js +8 -5
  220. package/components/Modal/ModalDialog.js.map +1 -1
  221. package/components/Modal/ModalHeader.js +5 -4
  222. package/components/Modal/ModalHeader.js.map +1 -1
  223. package/components/Modal/useModalDialogStyleProps.d.ts +11 -833
  224. package/components/Modal/useModalDialogStyleProps.js.map +1 -1
  225. package/components/Navigation/Navigation.cjs +47 -19
  226. package/components/Navigation/Navigation.cjs.map +1 -1
  227. package/components/Navigation/NavigationAction.d.ts +3 -3
  228. package/components/Navigation/NavigationAction.js +1 -0
  229. package/components/Navigation/NavigationAction.js.map +1 -1
  230. package/components/Navigation/NavigationAvatar.d.ts +3 -3
  231. package/components/Navigation/NavigationAvatar.js +5 -3
  232. package/components/Navigation/NavigationAvatar.js.map +1 -1
  233. package/components/NoSsr/NoSsr.cjs.map +1 -1
  234. package/components/Pagination/Pagination.cjs +106 -32
  235. package/components/Pagination/Pagination.cjs.map +1 -1
  236. package/components/Pagination/PaginationButtonLink.d.ts +2 -3
  237. package/components/Pagination/PaginationButtonLink.js +6 -5
  238. package/components/Pagination/PaginationButtonLink.js.map +1 -1
  239. package/components/Pagination/PaginationLink.d.ts +3 -3
  240. package/components/Pagination/PaginationLink.js +8 -6
  241. package/components/Pagination/PaginationLink.js.map +1 -1
  242. package/components/Pagination/PaginationLinkNext.d.ts +2 -3
  243. package/components/Pagination/PaginationLinkNext.js +6 -3
  244. package/components/Pagination/PaginationLinkNext.js.map +1 -1
  245. package/components/Pagination/PaginationLinkPrevious.d.ts +2 -3
  246. package/components/Pagination/PaginationLinkPrevious.js +6 -3
  247. package/components/Pagination/PaginationLinkPrevious.js.map +1 -1
  248. package/components/Pagination/UncontrolledPagination.js +9 -5
  249. package/components/Pagination/UncontrolledPagination.js.map +1 -1
  250. package/components/Pagination/index.d.ts +0 -1
  251. package/components/Pagination/index.js +0 -1
  252. package/components/Pagination/index.js.map +1 -1
  253. package/components/PartnerLogo/PartnerLogo.cjs +4 -2
  254. package/components/PartnerLogo/PartnerLogo.cjs.map +1 -1
  255. package/components/Pill/Pill.cjs +8 -3
  256. package/components/Pill/Pill.cjs.map +1 -1
  257. package/components/Pill/Pill.d.ts +1 -1
  258. package/components/Pill/usePillStyleProps.d.ts +1 -1
  259. package/components/PricingPlan/PricingPlan.cjs +146 -39
  260. package/components/PricingPlan/PricingPlan.cjs.map +1 -1
  261. package/components/PricingPlan/PricingPlan.d.ts +1 -1
  262. package/components/PricingPlan/PricingPlanBody.d.ts +1 -1
  263. package/components/PricingPlan/PricingPlanFooter.d.ts +1 -1
  264. package/components/PricingPlan/PricingPlanHeader.d.ts +1 -1
  265. package/components/ProductLogo/ProductLogo.cjs +4 -2
  266. package/components/ProductLogo/ProductLogo.cjs.map +1 -1
  267. package/components/Radio/Radio.cjs +10 -3
  268. package/components/Radio/Radio.cjs.map +1 -1
  269. package/components/Radio/Radio.d.ts +2 -3
  270. package/components/Radio/Radio.js +1 -0
  271. package/components/Radio/Radio.js.map +1 -1
  272. package/components/ScrollView/ScrollView.cjs +14 -6
  273. package/components/ScrollView/ScrollView.cjs.map +1 -1
  274. package/components/Section/Section.cjs +16 -9
  275. package/components/Section/Section.cjs.map +1 -1
  276. package/components/Section/Section.d.ts +2 -6
  277. package/components/Section/Section.js +8 -6
  278. package/components/Section/Section.js.map +1 -1
  279. package/components/Section/useSectionSizeProps.d.ts +4 -6
  280. package/components/Section/useSectionSizeProps.js +1 -1
  281. package/components/Section/useSectionSizeProps.js.map +1 -1
  282. package/components/Section/useSectionStyleProps.d.ts +3 -5
  283. package/components/Section/useSectionStyleProps.js.map +1 -1
  284. package/components/SegmentedControl/SegmentedControl.cjs +13 -6
  285. package/components/SegmentedControl/SegmentedControl.cjs.map +1 -1
  286. package/components/SegmentedControl/SegmentedControlItem.d.ts +2 -3
  287. package/components/SegmentedControl/SegmentedControlItem.js +5 -3
  288. package/components/SegmentedControl/SegmentedControlItem.js.map +1 -1
  289. package/components/Select/Select.cjs +11 -4
  290. package/components/Select/Select.cjs.map +1 -1
  291. package/components/Select/Select.d.ts +2 -3
  292. package/components/Select/Select.js +1 -0
  293. package/components/Select/Select.js.map +1 -1
  294. package/components/Skeleton/Skeleton.cjs +8 -3
  295. package/components/Skeleton/Skeleton.cjs.map +1 -1
  296. package/components/Skeleton/SkeletonHeading.d.ts +1 -1
  297. package/components/Skeleton/SkeletonShape.d.ts +1 -1
  298. package/components/Skeleton/SkeletonText.d.ts +1 -1
  299. package/components/Skeleton/useSkeletonShapeStyleProps.d.ts +10 -848
  300. package/components/Skeleton/useSkeletonShapeStyleProps.js.map +1 -1
  301. package/components/Skeleton/useSkeletonStyleProps.d.ts +1 -1
  302. package/components/SkipLink/SkipLink.cjs +5 -2
  303. package/components/SkipLink/SkipLink.cjs.map +1 -1
  304. package/components/SkipLink/SkipLink.d.ts +3 -3
  305. package/components/SkipLink/SkipLink.js +1 -0
  306. package/components/SkipLink/SkipLink.js.map +1 -1
  307. package/components/Slider/Slider.cjs +11 -4
  308. package/components/Slider/Slider.cjs.map +1 -1
  309. package/components/Slider/Slider.d.ts +2 -3
  310. package/components/Slider/Slider.js +1 -0
  311. package/components/Slider/Slider.js.map +1 -1
  312. package/components/Spinner/Spinner.cjs +5 -2
  313. package/components/Spinner/Spinner.cjs.map +1 -1
  314. package/components/SplitButton/SplitButton.cjs +81 -15
  315. package/components/SplitButton/SplitButton.cjs.map +1 -1
  316. package/components/SplitButton/UncontrolledSplitButton.js +6 -5
  317. package/components/SplitButton/UncontrolledSplitButton.js.map +1 -1
  318. package/components/Stack/Stack.cjs +27 -13
  319. package/components/Stack/Stack.cjs.map +1 -1
  320. package/components/Stack/Stack.d.ts +2 -6
  321. package/components/Stack/Stack.js +8 -5
  322. package/components/Stack/Stack.js.map +1 -1
  323. package/components/Stack/StackItem.d.ts +2 -6
  324. package/components/Stack/StackItem.js +11 -5
  325. package/components/Stack/StackItem.js.map +1 -1
  326. package/components/Stack/useStackStyleProps.d.ts +19 -10
  327. package/components/Stack/useStackStyleProps.js.map +1 -1
  328. package/components/Tabs/TabLink.d.ts +2 -3
  329. package/components/Tabs/TabLink.js +5 -3
  330. package/components/Tabs/TabLink.js.map +1 -1
  331. package/components/Tabs/Tabs.cjs +13 -6
  332. package/components/Tabs/Tabs.cjs.map +1 -1
  333. package/components/Tag/Tag.cjs +13 -6
  334. package/components/Tag/Tag.cjs.map +1 -1
  335. package/components/Tag/Tag.d.ts +3 -3
  336. package/components/Tag/Tag.js +5 -3
  337. package/components/Tag/Tag.js.map +1 -1
  338. package/components/Tag/useTagStyleProps.d.ts +1 -1
  339. package/components/Text/Text.cjs +8 -3
  340. package/components/Text/Text.cjs.map +1 -1
  341. package/components/Text/Text.d.ts +1 -1
  342. package/components/Text/Text.js.map +1 -1
  343. package/components/Text/useTextStyleProps.d.ts +3 -3
  344. package/components/Text/useTextStyleProps.js.map +1 -1
  345. package/components/TextArea/TextArea.cjs +74 -12
  346. package/components/TextArea/TextArea.cjs.map +1 -1
  347. package/components/TextArea/TextArea.d.ts +2 -3
  348. package/components/TextArea/TextArea.js +1 -0
  349. package/components/TextArea/TextArea.js.map +1 -1
  350. package/components/TextField/TextField.cjs +74 -12
  351. package/components/TextField/TextField.cjs.map +1 -1
  352. package/components/TextField/TextField.d.ts +2 -3
  353. package/components/TextField/TextField.js +1 -0
  354. package/components/TextField/TextField.js.map +1 -1
  355. package/components/TextFieldBase/TextFieldBase.cjs +73 -12
  356. package/components/TextFieldBase/TextFieldBase.cjs.map +1 -1
  357. package/components/TextFieldBase/TextFieldBase.d.ts +2 -6
  358. package/components/TextFieldBase/TextFieldBase.js +1 -0
  359. package/components/TextFieldBase/TextFieldBase.js.map +1 -1
  360. package/components/TextFieldBase/TextFieldBaseInput.d.ts +2 -3
  361. package/components/TextFieldBase/TextFieldBaseInput.js +3 -2
  362. package/components/TextFieldBase/TextFieldBaseInput.js.map +1 -1
  363. package/components/TextFieldBase/TextFieldBasePasswordToggle.js +3 -4
  364. package/components/TextFieldBase/TextFieldBasePasswordToggle.js.map +1 -1
  365. package/components/Timeline/Timeline.cjs +8 -3
  366. package/components/Timeline/Timeline.cjs.map +1 -1
  367. package/components/Timeline/Timeline.d.ts +1 -1
  368. package/components/Timeline/TimelineStep.d.ts +1 -1
  369. package/components/Toast/Toast.cjs +79 -12
  370. package/components/Toast/Toast.cjs.map +1 -1
  371. package/components/Toast/ToastBar.js +6 -4
  372. package/components/Toast/ToastBar.js.map +1 -1
  373. package/components/Toast/ToastBarLink.d.ts +2 -3
  374. package/components/Toast/ToastBarLink.js +5 -3
  375. package/components/Toast/ToastBarLink.js.map +1 -1
  376. package/components/Toast/UncontrolledToast.js +5 -3
  377. package/components/Toast/UncontrolledToast.js.map +1 -1
  378. package/components/Toast/constants.d.ts +0 -1
  379. package/components/Toast/constants.js +0 -1
  380. package/components/Toast/constants.js.map +1 -1
  381. package/components/Toggle/Toggle.cjs +11 -4
  382. package/components/Toggle/Toggle.cjs.map +1 -1
  383. package/components/Toggle/Toggle.d.ts +2 -3
  384. package/components/Toggle/Toggle.js +1 -0
  385. package/components/Toggle/Toggle.js.map +1 -1
  386. package/components/Tooltip/Tooltip.cjs +78 -10
  387. package/components/Tooltip/Tooltip.cjs.map +1 -1
  388. package/components/Tooltip/Tooltip.d.ts +2 -6
  389. package/components/Tooltip/Tooltip.js +9 -6
  390. package/components/Tooltip/Tooltip.js.map +1 -1
  391. package/components/Tooltip/TooltipCloseButton.js +5 -3
  392. package/components/Tooltip/TooltipCloseButton.js.map +1 -1
  393. package/components/Tooltip/useTooltipStyleProps.d.ts +20 -8
  394. package/components/Tooltip/useTooltipStyleProps.js.map +1 -1
  395. package/components/Truncate/Truncate.cjs +8 -3
  396. package/components/Truncate/Truncate.cjs.map +1 -1
  397. package/components/Truncate/Truncate.d.ts +1 -1
  398. package/components/Truncate/useTruncateStyleProps.d.ts +3 -3
  399. package/components/UNSTABLE_Header/UNSTABLE_Header.cjs +13 -6
  400. package/components/UNSTABLE_Header/UNSTABLE_Header.cjs.map +1 -1
  401. package/components/UNSTABLE_Header/UNSTABLE_HeaderLogo.d.ts +2 -3
  402. package/components/UNSTABLE_Header/UNSTABLE_HeaderLogo.js +5 -3
  403. package/components/UNSTABLE_Header/UNSTABLE_HeaderLogo.js.map +1 -1
  404. package/components/VisuallyHidden/VisuallyHidden.cjs +8 -3
  405. package/components/VisuallyHidden/VisuallyHidden.cjs.map +1 -1
  406. package/components/VisuallyHidden/VisuallyHidden.d.ts +1 -1
  407. package/components/VisuallyHidden/useVisuallyHiddenProps.d.ts +3 -3
  408. package/components/components.cjs +470 -293
  409. package/components/components.cjs.map +1 -1
  410. package/constants/constants.cjs.map +1 -1
  411. package/hooks/hooks.cjs +62 -2
  412. package/hooks/hooks.cjs.map +1 -1
  413. package/hooks/index.d.ts +1 -0
  414. package/hooks/index.js +1 -0
  415. package/hooks/index.js.map +1 -1
  416. package/hooks/useI18n.d.ts +6 -0
  417. package/hooks/useI18n.js +9 -0
  418. package/hooks/useI18n.js.map +1 -0
  419. package/hooks/useStyleUtilities.js +4 -2
  420. package/hooks/useStyleUtilities.js.map +1 -1
  421. package/index.cjs +474 -293
  422. package/index.cjs.map +1 -1
  423. package/index.d.ts +1 -0
  424. package/index.js +1 -0
  425. package/index.js.map +1 -1
  426. package/package.json +28 -26
  427. package/spirit-web-react.cjs +475 -294
  428. package/spirit-web-react.cjs.map +1 -1
  429. package/spirit-web-react.min.cjs +1 -1
  430. package/translations/defaults.d.ts +29 -0
  431. package/translations/defaults.js +30 -0
  432. package/translations/defaults.js.map +1 -0
  433. package/translations/index.d.ts +3 -0
  434. package/translations/index.js +4 -0
  435. package/translations/index.js.map +1 -0
  436. package/translations/replaceTranslationParams.d.ts +1 -0
  437. package/translations/replaceTranslationParams.js +5 -0
  438. package/translations/replaceTranslationParams.js.map +1 -0
  439. package/translations/resolveTranslationKey.d.ts +10 -0
  440. package/translations/resolveTranslationKey.js +14 -0
  441. package/translations/resolveTranslationKey.js.map +1 -0
  442. package/types/accordion.d.ts +18 -18
  443. package/types/alert.d.ts +4 -6
  444. package/types/avatar.d.ts +6 -6
  445. package/types/box.d.ts +4 -6
  446. package/types/breadcrumbs.d.ts +2 -2
  447. package/types/button.d.ts +9 -11
  448. package/types/card.d.ts +9 -9
  449. package/types/card.js.map +1 -1
  450. package/types/controlButton.d.ts +8 -7
  451. package/types/drawer.d.ts +3 -3
  452. package/types/flex.d.ts +7 -8
  453. package/types/footer.d.ts +6 -7
  454. package/types/grid.d.ts +14 -12
  455. package/types/header.d.ts +16 -18
  456. package/types/heading.d.ts +4 -4
  457. package/types/hidden.d.ts +7 -6
  458. package/types/icon.d.ts +5 -3
  459. package/types/iconBox.d.ts +7 -6
  460. package/types/item.d.ts +3 -3
  461. package/types/link.d.ts +9 -8
  462. package/types/link.js.map +1 -1
  463. package/types/matrix.d.ts +3 -3
  464. package/types/modal.d.ts +7 -5
  465. package/types/navigation.d.ts +10 -5
  466. package/types/pill.d.ts +3 -3
  467. package/types/pricingPlan.d.ts +2 -2
  468. package/types/section.d.ts +6 -5
  469. package/types/shared/dialogs.d.ts +6 -3
  470. package/types/shared/element.d.ts +5 -7
  471. package/types/shared/index.d.ts +4 -3
  472. package/types/shared/index.js +1 -0
  473. package/types/shared/index.js.map +1 -1
  474. package/types/shared/polymorphic.d.ts +13 -0
  475. package/types/shared/polymorphic.js +2 -0
  476. package/types/shared/polymorphic.js.map +1 -0
  477. package/types/shared/shared.cjs.map +1 -1
  478. package/types/skeleton.d.ts +9 -6
  479. package/types/spinner.d.ts +1 -1
  480. package/types/stack.d.ts +12 -10
  481. package/types/tabs.d.ts +6 -5
  482. package/types/tag.d.ts +3 -3
  483. package/types/text.d.ts +3 -3
  484. package/types/tooltip.d.ts +23 -21
  485. package/types/tooltip.js.map +1 -1
  486. package/types/types.cjs.map +1 -1
  487. package/types/unstableHeader.d.ts +9 -7
  488. package/types/visuallyHidden.d.ts +4 -4
  489. package/utils/mergeStyleProps.js +4 -1
  490. package/utils/mergeStyleProps.js.map +1 -1
  491. package/utils/utils.cjs +4 -1
  492. package/utils/utils.cjs.map +1 -1
  493. package/components/Matrix/constant.js.map +0 -1
  494. package/components/Modal/constants.d.ts +0 -1
  495. package/components/Modal/constants.js +0 -2
  496. package/components/Modal/constants.js.map +0 -1
  497. package/components/Pagination/constants.d.ts +0 -3
  498. package/components/Pagination/constants.js +0 -4
  499. package/components/Pagination/constants.js.map +0 -1
  500. package/components/SplitButton/constants.d.ts +0 -1
  501. package/components/SplitButton/constants.js +0 -2
  502. package/components/SplitButton/constants.js.map +0 -1
  503. package/components/TextFieldBase/constants.d.ts +0 -2
  504. package/components/TextFieldBase/constants.js +0 -3
  505. package/components/TextFieldBase/constants.js.map +0 -1
  506. /package/components/Matrix/{constant.d.ts → constants.d.ts} +0 -0
@@ -1,833 +1,11 @@
1
- import { type ElementType } from 'react';
2
- import { type ModalDialogProps } from '../../types';
3
- export declare const useModalDialogStyleProps: <E extends ElementType>(props: ModalDialogProps<E>) => {
4
- modalDialogStyleProps: {
5
- [x: string]: string | number | undefined;
6
- accentColor?: import("csstype").Property.AccentColor | undefined;
7
- alignContent?: import("csstype").Property.AlignContent | undefined;
8
- alignItems?: import("csstype").Property.AlignItems | undefined;
9
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
10
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
11
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
12
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
13
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
14
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
15
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
16
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
17
- animationName?: import("csstype").Property.AnimationName | undefined;
18
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
19
- animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
20
- animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
21
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
22
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
23
- appearance?: import("csstype").Property.Appearance | undefined;
24
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
25
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
26
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
27
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
28
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
29
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
30
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
31
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
32
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
33
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
34
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
35
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
36
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
37
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
38
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
39
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
40
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
41
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
42
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
43
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
44
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
45
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
46
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
47
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
48
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
49
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
50
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
51
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
52
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
53
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
54
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
55
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
56
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
57
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
58
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
59
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
60
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
61
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
62
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
63
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
64
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
65
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
66
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
67
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
68
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
69
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
70
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
71
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
72
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
73
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
74
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
75
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
76
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
77
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
78
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
79
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
80
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
81
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
82
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
83
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
84
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
85
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
86
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
87
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
88
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
89
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
90
- breakInside?: import("csstype").Property.BreakInside | undefined;
91
- captionSide?: import("csstype").Property.CaptionSide | undefined;
92
- caretColor?: import("csstype").Property.CaretColor | undefined;
93
- caretShape?: import("csstype").Property.CaretShape | undefined;
94
- clear?: import("csstype").Property.Clear | undefined;
95
- clipPath?: import("csstype").Property.ClipPath | undefined;
96
- color?: import("csstype").Property.Color | undefined;
97
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
98
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
99
- columnCount?: import("csstype").Property.ColumnCount | undefined;
100
- columnFill?: import("csstype").Property.ColumnFill | undefined;
101
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
102
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
103
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
104
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
105
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
106
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
107
- contain?: import("csstype").Property.Contain | undefined;
108
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
109
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
110
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
111
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
112
- containerName?: import("csstype").Property.ContainerName | undefined;
113
- containerType?: import("csstype").Property.ContainerType | undefined;
114
- content?: import("csstype").Property.Content | undefined;
115
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
116
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
117
- counterReset?: import("csstype").Property.CounterReset | undefined;
118
- counterSet?: import("csstype").Property.CounterSet | undefined;
119
- cursor?: import("csstype").Property.Cursor | undefined;
120
- direction?: import("csstype").Property.Direction | undefined;
121
- display?: import("csstype").Property.Display | undefined;
122
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
123
- filter?: import("csstype").Property.Filter | undefined;
124
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
125
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
126
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
127
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
128
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
129
- float?: import("csstype").Property.Float | undefined;
130
- fontFamily?: import("csstype").Property.FontFamily | undefined;
131
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
132
- fontKerning?: import("csstype").Property.FontKerning | undefined;
133
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
134
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
135
- fontPalette?: import("csstype").Property.FontPalette | undefined;
136
- fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
137
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
138
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
139
- fontStretch?: import("csstype").Property.FontStretch | undefined;
140
- fontStyle?: import("csstype").Property.FontStyle | undefined;
141
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
142
- fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
143
- fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
144
- fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
145
- fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
146
- fontVariant?: import("csstype").Property.FontVariant | undefined;
147
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
148
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
149
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
150
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
151
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
152
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
153
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
154
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
155
- fontWeight?: import("csstype").Property.FontWeight | undefined;
156
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
157
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
158
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
159
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
160
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
161
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
162
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
163
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
164
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
165
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
166
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
167
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
168
- height?: import("csstype").Property.Height<string | number> | undefined;
169
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
170
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
171
- hyphens?: import("csstype").Property.Hyphens | undefined;
172
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
173
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
174
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
175
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
176
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
177
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
178
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
179
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
180
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
181
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
182
- isolation?: import("csstype").Property.Isolation | undefined;
183
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
184
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
185
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
186
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
187
- left?: import("csstype").Property.Left<string | number> | undefined;
188
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
189
- lineBreak?: import("csstype").Property.LineBreak | undefined;
190
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
191
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
192
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
193
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
194
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
195
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
196
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
197
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
198
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
199
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
200
- marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
201
- marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
202
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
203
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
204
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
205
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
206
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
207
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
208
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
209
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
210
- maskClip?: import("csstype").Property.MaskClip | undefined;
211
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
212
- maskImage?: import("csstype").Property.MaskImage | undefined;
213
- maskMode?: import("csstype").Property.MaskMode | undefined;
214
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
215
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
216
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
217
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
218
- maskType?: import("csstype").Property.MaskType | undefined;
219
- masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
220
- mathDepth?: import("csstype").Property.MathDepth | undefined;
221
- mathShift?: import("csstype").Property.MathShift | undefined;
222
- mathStyle?: import("csstype").Property.MathStyle | undefined;
223
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
224
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
225
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
226
- maxLines?: import("csstype").Property.MaxLines | undefined;
227
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
228
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
229
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
230
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
231
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
232
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
233
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
234
- motionPath?: import("csstype").Property.OffsetPath | undefined;
235
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
236
- objectFit?: import("csstype").Property.ObjectFit | undefined;
237
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
238
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
239
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
240
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
241
- offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
242
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
243
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
244
- opacity?: import("csstype").Property.Opacity | undefined;
245
- order?: import("csstype").Property.Order | undefined;
246
- orphans?: import("csstype").Property.Orphans | undefined;
247
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
248
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
249
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
250
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
251
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
252
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
253
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
254
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
255
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
256
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
257
- overflowX?: import("csstype").Property.OverflowX | undefined;
258
- overflowY?: import("csstype").Property.OverflowY | undefined;
259
- overlay?: import("csstype").Property.Overlay | undefined;
260
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
261
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
262
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
263
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
264
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
265
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
266
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
267
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
268
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
269
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
270
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
271
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
272
- page?: import("csstype").Property.Page | undefined;
273
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
274
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
275
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
276
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
277
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
278
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
279
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
280
- position?: import("csstype").Property.Position | undefined;
281
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
282
- quotes?: import("csstype").Property.Quotes | undefined;
283
- resize?: import("csstype").Property.Resize | undefined;
284
- right?: import("csstype").Property.Right<string | number> | undefined;
285
- rotate?: import("csstype").Property.Rotate | undefined;
286
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
287
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
288
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
289
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
290
- scale?: import("csstype").Property.Scale | undefined;
291
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
292
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
293
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
294
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
295
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
296
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
297
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
298
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
299
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
300
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
301
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
302
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
303
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
304
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
305
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
306
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
307
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
308
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
309
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
310
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
311
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
312
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
313
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
314
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
315
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
316
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
317
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
318
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
319
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
320
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
321
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
322
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
323
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
324
- tableLayout?: import("csstype").Property.TableLayout | undefined;
325
- textAlign?: import("csstype").Property.TextAlign | undefined;
326
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
327
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
328
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
329
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
330
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
331
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
332
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
333
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
334
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
335
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
336
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
337
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
338
- textJustify?: import("csstype").Property.TextJustify | undefined;
339
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
340
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
341
- textRendering?: import("csstype").Property.TextRendering | undefined;
342
- textShadow?: import("csstype").Property.TextShadow | undefined;
343
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
344
- textTransform?: import("csstype").Property.TextTransform | undefined;
345
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
346
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
347
- textWrap?: import("csstype").Property.TextWrap | undefined;
348
- timelineScope?: import("csstype").Property.TimelineScope | undefined;
349
- top?: import("csstype").Property.Top<string | number> | undefined;
350
- touchAction?: import("csstype").Property.TouchAction | undefined;
351
- transform?: import("csstype").Property.Transform | undefined;
352
- transformBox?: import("csstype").Property.TransformBox | undefined;
353
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
354
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
355
- transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
356
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
357
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
358
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
359
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
360
- translate?: import("csstype").Property.Translate<string | number> | undefined;
361
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
362
- userSelect?: import("csstype").Property.UserSelect | undefined;
363
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
364
- viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
365
- viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
366
- viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
367
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
368
- visibility?: import("csstype").Property.Visibility | undefined;
369
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
370
- whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
371
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
372
- widows?: import("csstype").Property.Widows | undefined;
373
- width?: import("csstype").Property.Width<string | number> | undefined;
374
- willChange?: import("csstype").Property.WillChange | undefined;
375
- wordBreak?: import("csstype").Property.WordBreak | undefined;
376
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
377
- wordWrap?: import("csstype").Property.WordWrap | undefined;
378
- writingMode?: import("csstype").Property.WritingMode | undefined;
379
- zIndex?: import("csstype").Property.ZIndex | undefined;
380
- zoom?: import("csstype").Property.Zoom | undefined;
381
- all?: import("csstype").Property.All | undefined;
382
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
383
- animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
384
- background?: import("csstype").Property.Background<string | number> | undefined;
385
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
386
- border?: import("csstype").Property.Border<string | number> | undefined;
387
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
388
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
389
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
390
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
391
- borderColor?: import("csstype").Property.BorderColor | undefined;
392
- borderImage?: import("csstype").Property.BorderImage | undefined;
393
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
394
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
395
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
396
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
397
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
398
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
399
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
400
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
401
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
402
- caret?: import("csstype").Property.Caret | undefined;
403
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
404
- columns?: import("csstype").Property.Columns<string | number> | undefined;
405
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
406
- container?: import("csstype").Property.Container | undefined;
407
- flex?: import("csstype").Property.Flex<string | number> | undefined;
408
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
409
- font?: import("csstype").Property.Font | undefined;
410
- gap?: import("csstype").Property.Gap<string | number> | undefined;
411
- grid?: import("csstype").Property.Grid | undefined;
412
- gridArea?: import("csstype").Property.GridArea | undefined;
413
- gridColumn?: import("csstype").Property.GridColumn | undefined;
414
- gridRow?: import("csstype").Property.GridRow | undefined;
415
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
416
- inset?: import("csstype").Property.Inset<string | number> | undefined;
417
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
418
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
419
- lineClamp?: import("csstype").Property.LineClamp | undefined;
420
- listStyle?: import("csstype").Property.ListStyle | undefined;
421
- margin?: import("csstype").Property.Margin<string | number> | undefined;
422
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
423
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
424
- mask?: import("csstype").Property.Mask<string | number> | undefined;
425
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
426
- motion?: import("csstype").Property.Offset<string | number> | undefined;
427
- offset?: import("csstype").Property.Offset<string | number> | undefined;
428
- outline?: import("csstype").Property.Outline<string | number> | undefined;
429
- overflow?: import("csstype").Property.Overflow | undefined;
430
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
431
- padding?: import("csstype").Property.Padding<string | number> | undefined;
432
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
433
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
434
- placeContent?: import("csstype").Property.PlaceContent | undefined;
435
- placeItems?: import("csstype").Property.PlaceItems | undefined;
436
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
437
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
438
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
439
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
440
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
441
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
442
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
443
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
444
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
445
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
446
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
447
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
448
- viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
449
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
450
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
451
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
452
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
453
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
454
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
455
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
456
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
457
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
458
- MozBinding?: import("csstype").Property.MozBinding | undefined;
459
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
460
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
461
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
462
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
463
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
464
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
465
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
466
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
467
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
468
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
469
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
470
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
471
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
472
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
473
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
474
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
475
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
476
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
477
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
478
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
479
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
480
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
481
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
482
- MozOrient?: import("csstype").Property.MozOrient | undefined;
483
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
484
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
485
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
486
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
487
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
488
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
489
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
490
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
491
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
492
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
493
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
494
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
495
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
496
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
497
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
498
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
499
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
500
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
501
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
502
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
503
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
504
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
505
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
506
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
507
- msFilter?: import("csstype").Property.MsFilter | undefined;
508
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
509
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
510
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
511
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
512
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
513
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
514
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
515
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
516
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
517
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
518
- msHyphens?: import("csstype").Property.Hyphens | undefined;
519
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
520
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
521
- msOrder?: import("csstype").Property.Order | undefined;
522
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
523
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
524
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
525
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
526
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
527
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
528
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
529
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
530
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
531
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
532
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
533
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
534
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
535
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
536
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
537
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
538
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
539
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
540
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
541
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
542
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
543
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
544
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
545
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
546
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
547
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
548
- msTransform?: import("csstype").Property.Transform | undefined;
549
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
550
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
551
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
552
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
553
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
554
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
555
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
556
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
557
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
558
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
559
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
560
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
561
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
562
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
563
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
564
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
565
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
566
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
567
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
568
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
569
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
570
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
571
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
572
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
573
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
574
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
575
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
576
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
577
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
578
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
579
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
580
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
581
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
582
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
583
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
584
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
585
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
586
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
587
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
588
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
589
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
590
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
591
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
592
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
593
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
594
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
595
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
596
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
597
- WebkitFilter?: import("csstype").Property.Filter | undefined;
598
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
599
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
600
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
601
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
602
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
603
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
604
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
605
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
606
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
607
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
608
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
609
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
610
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
611
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
612
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
613
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
614
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
615
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
616
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
617
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
618
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
619
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
620
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
621
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
622
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
623
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
624
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
625
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
626
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
627
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
628
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
629
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
630
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
631
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
632
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
633
- WebkitOrder?: import("csstype").Property.Order | undefined;
634
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
635
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
636
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
637
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
638
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
639
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
640
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
641
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
642
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
643
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
644
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
645
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
646
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
647
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
648
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
649
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
650
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
651
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
652
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
653
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
654
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
655
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
656
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
657
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
658
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
659
- WebkitTransform?: import("csstype").Property.Transform | undefined;
660
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
661
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
662
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
663
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
664
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
665
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
666
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
667
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
668
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
669
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
670
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
671
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
672
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
673
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
674
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
675
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
676
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
677
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
678
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
679
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
680
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
681
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
682
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
683
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
684
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
685
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
686
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
687
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
688
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
689
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
690
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
691
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
692
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
693
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
694
- azimuth?: import("csstype").Property.Azimuth | undefined;
695
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
696
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
697
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
698
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
699
- boxLines?: import("csstype").Property.BoxLines | undefined;
700
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
701
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
702
- boxPack?: import("csstype").Property.BoxPack | undefined;
703
- clip?: import("csstype").Property.Clip | undefined;
704
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
705
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
706
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
707
- imeMode?: import("csstype").Property.ImeMode | undefined;
708
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
709
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
710
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
711
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
712
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
713
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
714
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
715
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
716
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
717
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
718
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
719
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
720
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
721
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
722
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
723
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
724
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
725
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
726
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
727
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
728
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
729
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
730
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
731
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
732
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
733
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
734
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
735
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
736
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
737
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
738
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
739
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
740
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
741
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
742
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
743
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
744
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
745
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
746
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
747
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
748
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
749
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
750
- MozOpacity?: import("csstype").Property.Opacity | undefined;
751
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
752
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
753
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
754
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
755
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
756
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
757
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
758
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
759
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
760
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
761
- MozTransform?: import("csstype").Property.Transform | undefined;
762
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
763
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
764
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
765
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
766
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
767
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
768
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
769
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
770
- msImeMode?: import("csstype").Property.ImeMode | undefined;
771
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
772
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
773
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
774
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
775
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
776
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
777
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
778
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
779
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
780
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
781
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
782
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
783
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
784
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
785
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
786
- OTransform?: import("csstype").Property.Transform | undefined;
787
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
788
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
789
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
790
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
791
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
792
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
793
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
794
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
795
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
796
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
797
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
798
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
799
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
800
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
801
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
802
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
803
- clipRule?: import("csstype").Property.ClipRule | undefined;
804
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
805
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
806
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
807
- fill?: import("csstype").Property.Fill | undefined;
808
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
809
- fillRule?: import("csstype").Property.FillRule | undefined;
810
- floodColor?: import("csstype").Property.FloodColor | undefined;
811
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
812
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
813
- lightingColor?: import("csstype").Property.LightingColor | undefined;
814
- marker?: import("csstype").Property.Marker | undefined;
815
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
816
- markerMid?: import("csstype").Property.MarkerMid | undefined;
817
- markerStart?: import("csstype").Property.MarkerStart | undefined;
818
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
819
- stopColor?: import("csstype").Property.StopColor | undefined;
820
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
821
- stroke?: import("csstype").Property.Stroke | undefined;
822
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
823
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
824
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
825
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
826
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
827
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
828
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
829
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
830
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
831
- };
832
- props: Omit<ModalDialogProps<E>, "height" | "maxHeight">;
833
- };
1
+ import { type CSSProperties, type ElementType } from 'react';
2
+ import { type ModalDialogProps, type ModalDialogStyleProps } from '../../types';
3
+ interface CustomizedHeightCSSProperties extends CSSProperties {
4
+ [key: string]: string | undefined | number;
5
+ }
6
+ export interface ModalDialogStyles<E extends ElementType> {
7
+ modalDialogStyleProps: CustomizedHeightCSSProperties;
8
+ props: Omit<ModalDialogProps<E>, keyof ModalDialogStyleProps<E>>;
9
+ }
10
+ export declare const useModalDialogStyleProps: <E extends ElementType>(props: ModalDialogProps<E>) => ModalDialogStyles<E>;
11
+ export {};