kiban-design-system 1.1.9-hotfix.0 → 1.1.9

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 (945) hide show
  1. package/README.md +54 -0
  2. package/dist/assets/ArrowLeftIcon.d.ts +2 -0
  3. package/dist/assets/ArrowRightIcon.d.ts +2 -0
  4. package/dist/assets/InfoIcon.d.ts +2 -3
  5. package/dist/assets/SideBarIcon.d.ts +2 -0
  6. package/dist/assets/TrashIcon.d.ts +2 -3
  7. package/dist/assets/XIcon.d.ts +2 -3
  8. package/dist/components/ActionList/ActionList.d.ts +15 -16
  9. package/dist/components/ActionList/ActionList.props.d.ts +41 -42
  10. package/dist/components/ActionList/index.d.ts +3 -3
  11. package/dist/components/Alert/Alert.d.ts +16 -17
  12. package/dist/components/Alert/Alert.props.d.ts +15 -16
  13. package/dist/components/Alert/index.d.ts +3 -3
  14. package/dist/components/AlertProvider/AlertProvider.d.ts +6 -6
  15. package/dist/components/AlertProvider/AlertProvider.props.d.ts +33 -29
  16. package/dist/components/AlertProvider/context/AlertContext.d.ts +3 -4
  17. package/dist/components/AlertProvider/context/index.d.ts +2 -2
  18. package/dist/components/AlertProvider/index.d.ts +3 -3
  19. package/dist/components/AlphaAttributeInput/AlphaAttributeInput.d.ts +4 -5
  20. package/dist/components/AlphaAttributeInput/AlphaAttributeInput.props.d.ts +21 -22
  21. package/dist/components/AlphaAttributeInput/index.d.ts +3 -3
  22. package/dist/components/AlphaBadge/AlphaBadge.d.ts +4 -5
  23. package/dist/components/AlphaBadge/AlphaBadge.props.d.ts +15 -16
  24. package/dist/components/AlphaBadge/index.d.ts +3 -3
  25. package/dist/components/AlphaButton/AlphaButton.d.ts +4 -5
  26. package/dist/components/AlphaButton/AlphaButton.props.d.ts +39 -39
  27. package/dist/components/AlphaButton/index.d.ts +3 -3
  28. package/dist/components/AlphaChip/AlphaChip.d.ts +4 -5
  29. package/dist/components/AlphaChip/AlphaChip.props.d.ts +15 -16
  30. package/dist/components/AlphaChip/index.d.ts +3 -3
  31. package/dist/components/AlphaFilterControl/AlphaFilterControl.d.ts +4 -5
  32. package/dist/components/AlphaFilterControl/AlphaFilterControl.props.d.ts +40 -40
  33. package/dist/components/AlphaFilterControl/components/FilterField/FilterField.d.ts +3 -4
  34. package/dist/components/AlphaFilterControl/components/FilterField/FilterField.props.d.ts +14 -14
  35. package/dist/components/AlphaFilterControl/components/FilterField/index.d.ts +3 -3
  36. package/dist/components/AlphaFilterControl/components/FilterField/utils/formFieldType.d.ts +9 -9
  37. package/dist/components/AlphaFilterControl/components/FilterField/utils/index.d.ts +6 -7
  38. package/dist/components/AlphaFilterControl/components/index.d.ts +1 -1
  39. package/dist/components/AlphaFilterControl/index.d.ts +3 -3
  40. package/dist/components/AlphaGraphicCard/AlphaGraphicCard.d.ts +4 -5
  41. package/dist/components/AlphaGraphicCard/AlphaGraphicCard.props.d.ts +15 -15
  42. package/dist/components/AlphaGraphicCard/index.d.ts +3 -3
  43. package/dist/components/AlphaIcon/AlphaIcon.d.ts +4 -5
  44. package/dist/components/AlphaIcon/AlphaIcon.props.d.ts +9 -9
  45. package/dist/components/AlphaIcon/index.d.ts +3 -3
  46. package/dist/components/AlphaInlineError/AlphaInlineError.d.ts +4 -5
  47. package/dist/components/AlphaInlineError/AlphaInlineError.props.d.ts +13 -13
  48. package/dist/components/AlphaInlineError/index.d.ts +3 -3
  49. package/dist/components/AlphaInputDate/AlphaInputDate.d.ts +3 -4
  50. package/dist/components/AlphaInputDate/AlphaInputDate.props.d.ts +16 -13
  51. package/dist/components/AlphaInputDate/index.d.ts +4 -4
  52. package/dist/components/AlphaInputDate/utils/dateValues.d.ts +8 -8
  53. package/dist/components/AlphaInputDate/utils/formatDate.d.ts +2 -2
  54. package/dist/components/AlphaInputDate/utils/formatDateOnlyNumbers.d.ts +2 -2
  55. package/dist/components/AlphaInputDate/utils/getValidDate.d.ts +5 -5
  56. package/dist/components/AlphaInputDate/utils/index.d.ts +6 -6
  57. package/dist/components/AlphaInputDate/utils/regex.d.ts +15 -15
  58. package/dist/components/AlphaInputTag/AlphaInputTag.d.ts +4 -5
  59. package/dist/components/AlphaInputTag/AlphaInputTag.props.d.ts +23 -23
  60. package/dist/components/AlphaInputTag/index.d.ts +3 -3
  61. package/dist/components/AlphaInputText/AlphaInputText.d.ts +4 -5
  62. package/dist/components/AlphaInputText/AlphaInputText.props.d.ts +6 -6
  63. package/dist/components/AlphaInputText/index.d.ts +3 -3
  64. package/dist/components/AlphaLabel/AlphaLabel.d.ts +4 -5
  65. package/dist/components/AlphaLabel/AlphaLabel.props.d.ts +19 -20
  66. package/dist/components/AlphaLabel/index.d.ts +3 -3
  67. package/dist/components/AlphaLabelledField/AlphaLabelledField.d.ts +4 -5
  68. package/dist/components/AlphaLabelledField/AlphaLabelledField.props.d.ts +11 -12
  69. package/dist/components/AlphaLabelledField/components/HelpText/HelpText.d.ts +3 -4
  70. package/dist/components/AlphaLabelledField/components/HelpText/HelpText.props.d.ts +5 -5
  71. package/dist/components/AlphaLabelledField/components/HelpText/index.d.ts +3 -3
  72. package/dist/components/AlphaLabelledField/components/index.d.ts +1 -1
  73. package/dist/components/AlphaLabelledField/index.d.ts +3 -3
  74. package/dist/components/AlphaMultiSelectionPicker/AlphaMultiSelectionPicker.d.ts +3 -4
  75. package/dist/components/AlphaMultiSelectionPicker/AlphaMultiSelectionPicker.props.d.ts +14 -14
  76. package/dist/components/AlphaMultiSelectionPicker/components/Picker/Picker.d.ts +4 -5
  77. package/dist/components/AlphaMultiSelectionPicker/components/Picker/Picker.props.d.ts +12 -12
  78. package/dist/components/AlphaMultiSelectionPicker/components/Picker/components/List/List.d.ts +3 -4
  79. package/dist/components/AlphaMultiSelectionPicker/components/Picker/components/List/List.props.d.ts +6 -6
  80. package/dist/components/AlphaMultiSelectionPicker/components/Picker/components/List/index.d.ts +3 -3
  81. package/dist/components/AlphaMultiSelectionPicker/components/Picker/components/index.d.ts +1 -1
  82. package/dist/components/AlphaMultiSelectionPicker/components/Picker/index.d.ts +3 -3
  83. package/dist/components/AlphaMultiSelectionPicker/components/index.d.ts +1 -1
  84. package/dist/components/AlphaMultiSelectionPicker/index.d.ts +3 -3
  85. package/dist/components/AlphaSegmentedControl/AlphaSegmentedControl.d.ts +4 -5
  86. package/dist/components/AlphaSegmentedControl/AlphaSegmentedControl.props.d.ts +14 -14
  87. package/dist/components/AlphaSegmentedControl/index.d.ts +3 -3
  88. package/dist/components/AlphaSideMenu/AlphaSideMenu.d.ts +7 -0
  89. package/dist/components/AlphaSideMenu/AlphaSideMenu.props.d.ts +10 -0
  90. package/dist/components/AlphaSideMenu/components/Item/Item.d.ts +4 -0
  91. package/dist/components/AlphaSideMenu/components/Item/Item.props.d.ts +28 -0
  92. package/dist/components/AlphaSideMenu/components/Item/index.d.ts +2 -0
  93. package/dist/components/AlphaSideMenu/components/Section/Section.d.ts +4 -0
  94. package/dist/components/AlphaSideMenu/components/Section/Section.props.d.ts +8 -0
  95. package/dist/components/AlphaSideMenu/components/Section/index.d.ts +2 -0
  96. package/dist/components/AlphaSideMenu/components/Tier/Tier.d.ts +4 -0
  97. package/dist/components/AlphaSideMenu/components/Tier/Tier.props.d.ts +10 -0
  98. package/dist/components/AlphaSideMenu/components/Tier/index.d.ts +2 -0
  99. package/dist/components/AlphaSideMenu/components/index.d.ts +3 -0
  100. package/dist/components/AlphaSideMenu/index.d.ts +3 -0
  101. package/dist/components/AlphaSideMenu/utils/context.d.ts +9 -0
  102. package/dist/components/AlphaSideMenu/utils/index.d.ts +2 -0
  103. package/dist/components/AlphaSpinner/AlphaSpinner.d.ts +4 -5
  104. package/dist/components/AlphaSpinner/AlphaSpinner.props.d.ts +5 -5
  105. package/dist/components/AlphaSpinner/index.d.ts +3 -3
  106. package/dist/components/AlphaStepper/AlphaStepper.d.ts +4 -5
  107. package/dist/components/AlphaStepper/AlphaStepper.props.d.ts +25 -25
  108. package/dist/components/AlphaStepper/components/Step/Step.d.ts +3 -4
  109. package/dist/components/AlphaStepper/components/Step/Step.props.d.ts +17 -17
  110. package/dist/components/AlphaStepper/components/Step/index.d.ts +3 -3
  111. package/dist/components/AlphaStepper/components/index.d.ts +2 -2
  112. package/dist/components/AlphaStepper/index.d.ts +3 -3
  113. package/dist/components/AlphaTag/AlphaTag.d.ts +4 -5
  114. package/dist/components/AlphaTag/AlphaTag.props.d.ts +35 -35
  115. package/dist/components/AlphaTag/index.d.ts +3 -3
  116. package/dist/components/AlphaTile/AlphaTile.d.ts +4 -5
  117. package/dist/components/AlphaTile/AlphaTile.props.d.ts +10 -10
  118. package/dist/components/AlphaTile/index.d.ts +3 -3
  119. package/dist/components/AlphaTile/utils/statusIcon.d.ts +7 -8
  120. package/dist/components/AlphaTimeSelector/TimeSelector.d.ts +4 -5
  121. package/dist/components/AlphaTimeSelector/TimeSelector.props.d.ts +38 -38
  122. package/dist/components/AlphaTimeSelector/index.d.ts +3 -3
  123. package/dist/components/AlphaTooltip/AlphaTooltip.d.ts +3 -4
  124. package/dist/components/AlphaTooltip/AlphaTooltip.props.d.ts +41 -42
  125. package/dist/components/AlphaTooltip/components/Overlay/Overlay.d.ts +4 -5
  126. package/dist/components/AlphaTooltip/components/Overlay/Overlay.props.d.ts +20 -20
  127. package/dist/components/AlphaTooltip/components/Overlay/index.d.ts +3 -3
  128. package/dist/components/AlphaTooltip/components/index.d.ts +1 -1
  129. package/dist/components/AlphaTooltip/index.d.ts +3 -3
  130. package/dist/components/AlphaTooltip/utils/getPosition.d.ts +6 -6
  131. package/dist/components/AlphaTooltip/utils/index.d.ts +2 -2
  132. package/dist/components/AlphaTotalizer/Totalizer.d.ts +4 -5
  133. package/dist/components/AlphaTotalizer/Totalizer.props.d.ts +13 -14
  134. package/dist/components/AlphaTotalizer/index.d.ts +4 -4
  135. package/dist/components/AlphaZipCodeInput/AlphaZipCodeInput.d.ts +4 -5
  136. package/dist/components/AlphaZipCodeInput/AlphaZipCodeInput.props.d.ts +19 -18
  137. package/dist/components/AlphaZipCodeInput/index.d.ts +3 -3
  138. package/dist/components/AnnotatedSection/AnnotatedSection.d.ts +19 -20
  139. package/dist/components/AnnotatedSection/AnnotatedSection.props.d.ts +5 -6
  140. package/dist/components/AnnotatedSection/index.d.ts +3 -3
  141. package/dist/components/Avatar/Avatar.d.ts +18 -19
  142. package/dist/components/Avatar/Avatar.props.d.ts +14 -14
  143. package/dist/components/Avatar/index.d.ts +3 -3
  144. package/dist/components/Badge/Badge.d.ts +14 -15
  145. package/dist/components/Badge/Badge.props.d.ts +12 -12
  146. package/dist/components/Badge/index.d.ts +3 -3
  147. package/dist/components/Banner/Banner.d.ts +18 -19
  148. package/dist/components/Banner/Banner.props.d.ts +24 -25
  149. package/dist/components/Banner/index.d.ts +3 -3
  150. package/dist/components/Button/Button.d.ts +26 -27
  151. package/dist/components/Button/Button.props.d.ts +41 -42
  152. package/dist/components/Button/index.d.ts +3 -3
  153. package/dist/components/CalendarPicker/CalendarPicker.d.ts +22 -23
  154. package/dist/components/CalendarPicker/CalendarPicker.props.d.ts +44 -44
  155. package/dist/components/CalendarPicker/index.d.ts +3 -3
  156. package/dist/components/CalendarPicker/utils/index.d.ts +1 -1
  157. package/dist/components/CalendarPicker/utils/labels.d.ts +3 -3
  158. package/dist/components/Card/Card.d.ts +26 -27
  159. package/dist/components/Card/Card.props.d.ts +33 -34
  160. package/dist/components/Card/index.d.ts +3 -3
  161. package/dist/components/Checkbox/Checkbox.d.ts +22 -23
  162. package/dist/components/Checkbox/Checkbox.props.d.ts +28 -29
  163. package/dist/components/Checkbox/index.d.ts +3 -3
  164. package/dist/components/ChoiceList/ChoiceList.d.ts +20 -21
  165. package/dist/components/ChoiceList/ChoiceList.props.d.ts +33 -33
  166. package/dist/components/ChoiceList/index.d.ts +3 -3
  167. package/dist/components/Collapsible/Collapsible.d.ts +18 -19
  168. package/dist/components/Collapsible/Collapsible.props.d.ts +36 -37
  169. package/dist/components/Collapsible/index.d.ts +3 -3
  170. package/dist/components/Connector/Connector.d.ts +4 -5
  171. package/dist/components/Connector/Connector.props.d.ts +14 -14
  172. package/dist/components/Connector/index.d.ts +3 -3
  173. package/dist/components/Container/Container.d.ts +11 -12
  174. package/dist/components/Container/Container.props.d.ts +11 -12
  175. package/dist/components/Container/index.d.ts +3 -3
  176. package/dist/components/Cover/Cover.d.ts +12 -13
  177. package/dist/components/Cover/Cover.props.d.ts +21 -22
  178. package/dist/components/Cover/index.d.ts +3 -3
  179. package/dist/components/DataTable/DataTable.d.ts +21 -22
  180. package/dist/components/DataTable/DataTable.props.d.ts +19 -20
  181. package/dist/components/DataTable/components/Cell/Cell.d.ts +10 -11
  182. package/dist/components/DataTable/components/Cell/Cell.props.d.ts +14 -15
  183. package/dist/components/DataTable/components/Cell/index.d.ts +3 -3
  184. package/dist/components/DataTable/components/Row/Row.d.ts +13 -14
  185. package/dist/components/DataTable/components/Row/Row.props.d.ts +16 -17
  186. package/dist/components/DataTable/components/Row/index.d.ts +3 -3
  187. package/dist/components/DataTable/components/index.d.ts +3 -3
  188. package/dist/components/DataTable/index.d.ts +4 -4
  189. package/dist/components/DatePicker/DatePicker.d.ts +4 -5
  190. package/dist/components/DatePicker/DatePicker.props.d.ts +48 -44
  191. package/dist/components/DatePicker/components/Day/Day.d.ts +4 -5
  192. package/dist/components/DatePicker/components/Day/Day.props.d.ts +13 -12
  193. package/dist/components/DatePicker/components/Day/index.d.ts +3 -3
  194. package/dist/components/DatePicker/components/Header/Header.d.ts +3 -4
  195. package/dist/components/DatePicker/components/Header/Header.props.d.ts +6 -6
  196. package/dist/components/DatePicker/components/Header/index.d.ts +3 -3
  197. package/dist/components/DatePicker/components/Month/Month.d.ts +4 -5
  198. package/dist/components/DatePicker/components/Month/Month.props.d.ts +14 -13
  199. package/dist/components/DatePicker/components/Month/index.d.ts +3 -3
  200. package/dist/components/DatePicker/components/YearField/YearField.d.ts +3 -4
  201. package/dist/components/DatePicker/components/YearField/YearField.props.d.ts +10 -11
  202. package/dist/components/DatePicker/components/YearField/index.d.ts +3 -3
  203. package/dist/components/DatePicker/components/index.d.ts +3 -3
  204. package/dist/components/DatePicker/index.d.ts +3 -3
  205. package/dist/components/DatePicker/types.d.ts +1 -1
  206. package/dist/components/DatePicker/utils/getOrderedWeekdays.d.ts +2 -2
  207. package/dist/components/DatePicker/utils/getPreviousOrNextDates.d.ts +4 -4
  208. package/dist/components/DatePicker/utils/getRangeDate.d.ts +5 -5
  209. package/dist/components/DatePicker/utils/getWeeksByMonth.d.ts +3 -3
  210. package/dist/components/DatePicker/utils/index.d.ts +9 -9
  211. package/dist/components/DatePicker/utils/isDateDisabled.d.ts +2 -2
  212. package/dist/components/DatePicker/utils/isDateSelected.d.ts +3 -3
  213. package/dist/components/DatePicker/utils/isToday.d.ts +2 -2
  214. package/dist/components/DatePicker/utils/values.d.ts +5 -5
  215. package/dist/components/Divider/Divider.d.ts +4 -5
  216. package/dist/components/Divider/Divider.props.d.ts +6 -6
  217. package/dist/components/Divider/index.d.ts +3 -3
  218. package/dist/components/DynamicForm/DynamicForm.d.ts +4 -5
  219. package/dist/components/DynamicForm/DynamicForm.props.d.ts +30 -30
  220. package/dist/components/DynamicForm/components/DeletableSection/DeletableSection.d.ts +4 -5
  221. package/dist/components/DynamicForm/components/DeletableSection/DeletableSection.props.d.ts +8 -9
  222. package/dist/components/DynamicForm/components/DeletableSection/index.d.ts +3 -3
  223. package/dist/components/DynamicForm/components/Form/Form.d.ts +3 -4
  224. package/dist/components/DynamicForm/components/Form/Form.props.d.ts +14 -15
  225. package/dist/components/DynamicForm/components/Form/index.d.ts +3 -3
  226. package/dist/components/DynamicForm/components/FormField/FormField.d.ts +4 -5
  227. package/dist/components/DynamicForm/components/FormField/FormField.props.d.ts +75 -76
  228. package/dist/components/DynamicForm/components/FormField/index.d.ts +3 -3
  229. package/dist/components/DynamicForm/components/FormField/utils/formFieldTypes.d.ts +13 -13
  230. package/dist/components/DynamicForm/components/FormField/utils/index.d.ts +2 -2
  231. package/dist/components/DynamicForm/components/SectionForm/SectionForm.d.ts +3 -4
  232. package/dist/components/DynamicForm/components/SectionForm/SectionForm.props.d.ts +17 -17
  233. package/dist/components/DynamicForm/components/SectionForm/index.d.ts +3 -3
  234. package/dist/components/DynamicForm/components/index.d.ts +4 -4
  235. package/dist/components/DynamicForm/index.d.ts +4 -4
  236. package/dist/components/EmptyState/EmptyState.d.ts +24 -25
  237. package/dist/components/EmptyState/EmptyState.props.d.ts +44 -45
  238. package/dist/components/EmptyState/index.d.ts +3 -3
  239. package/dist/components/FileDownloader/FileDownloader.d.ts +4 -5
  240. package/dist/components/FileDownloader/FileDownloader.props.d.ts +6 -6
  241. package/dist/components/FileDownloader/index.d.ts +3 -3
  242. package/dist/components/Filedrop/Filedrop.d.ts +36 -37
  243. package/dist/components/Filedrop/Filedrop.props.d.ts +43 -43
  244. package/dist/components/Filedrop/components/File/File.d.ts +20 -21
  245. package/dist/components/Filedrop/components/File/File.props.d.ts +7 -8
  246. package/dist/components/Filedrop/components/File/index.d.ts +3 -3
  247. package/dist/components/Filedrop/components/index.d.ts +1 -1
  248. package/dist/components/Filedrop/index.d.ts +3 -3
  249. package/dist/components/FilterControl/FilterControl.d.ts +4 -5
  250. package/dist/components/FilterControl/FilterControl.props.d.ts +69 -70
  251. package/dist/components/FilterControl/components/Chips/Chips.d.ts +3 -4
  252. package/dist/components/FilterControl/components/Chips/Chips.props.d.ts +5 -5
  253. package/dist/components/FilterControl/components/Chips/index.d.ts +3 -3
  254. package/dist/components/FilterControl/components/FilterItem/FilterItem.d.ts +3 -4
  255. package/dist/components/FilterControl/components/FilterItem/FilterItem.props.d.ts +6 -7
  256. package/dist/components/FilterControl/components/FilterItem/index.d.ts +3 -3
  257. package/dist/components/FilterControl/components/Popover/Popover.d.ts +4 -5
  258. package/dist/components/FilterControl/components/Popover/Popover.props.d.ts +18 -19
  259. package/dist/components/FilterControl/components/Popover/index.d.ts +3 -3
  260. package/dist/components/FilterControl/components/SortItem/SortItem.d.ts +3 -4
  261. package/dist/components/FilterControl/components/SortItem/SortItem.props.d.ts +6 -6
  262. package/dist/components/FilterControl/components/SortItem/index.d.ts +3 -3
  263. package/dist/components/FilterControl/components/index.d.ts +4 -4
  264. package/dist/components/FilterControl/index.d.ts +3 -3
  265. package/dist/components/FilterControl/utils/getFromPopover.d.ts +6 -7
  266. package/dist/components/FilterControl/utils/index.d.ts +2 -2
  267. package/dist/components/Filters/Filters.d.ts +4 -5
  268. package/dist/components/Filters/Filters.props.d.ts +31 -32
  269. package/dist/components/Filters/components/FilterField/FilterField.d.ts +4 -5
  270. package/dist/components/Filters/components/FilterField/FilterField.props.d.ts +7 -8
  271. package/dist/components/Filters/components/FilterField/index.d.ts +3 -3
  272. package/dist/components/Filters/components/index.d.ts +1 -1
  273. package/dist/components/Filters/index.d.ts +3 -3
  274. package/dist/components/FormLayout/FormLayout.d.ts +13 -14
  275. package/dist/components/FormLayout/FormLayout.props.d.ts +4 -5
  276. package/dist/components/FormLayout/components/Group/Group.d.ts +10 -11
  277. package/dist/components/FormLayout/components/Group/Group.props.d.ts +10 -11
  278. package/dist/components/FormLayout/components/Group/index.d.ts +3 -3
  279. package/dist/components/FormLayout/components/Item/Item.d.ts +9 -10
  280. package/dist/components/FormLayout/components/Item/Item.props.d.ts +4 -5
  281. package/dist/components/FormLayout/components/Item/index.d.ts +3 -3
  282. package/dist/components/FormLayout/components/index.d.ts +2 -2
  283. package/dist/components/FormLayout/index.d.ts +3 -3
  284. package/dist/components/Frame/Frame.d.ts +13 -14
  285. package/dist/components/Frame/Frame.props.d.ts +14 -15
  286. package/dist/components/Frame/index.d.ts +3 -3
  287. package/dist/components/Grid/Grid.d.ts +17 -18
  288. package/dist/components/Grid/Grid.props.d.ts +6 -7
  289. package/dist/components/Grid/components/GridItem/GridItem.d.ts +18 -19
  290. package/dist/components/Grid/components/GridItem/GridItem.props.d.ts +23 -24
  291. package/dist/components/Grid/components/GridItem/index.d.ts +3 -3
  292. package/dist/components/Grid/components/index.d.ts +1 -1
  293. package/dist/components/Grid/index.d.ts +4 -4
  294. package/dist/components/Header/Header.d.ts +20 -21
  295. package/dist/components/Header/Header.props.d.ts +46 -46
  296. package/dist/components/Header/components/HeaderLabel/HeaderLabel.d.ts +8 -9
  297. package/dist/components/Header/components/HeaderLabel/HeaderLabel.props.d.ts +6 -6
  298. package/dist/components/Header/components/UserMenu/UserMenu.d.ts +17 -18
  299. package/dist/components/Header/components/UserMenu/UserMenu.props.d.ts +33 -33
  300. package/dist/components/Header/components/index.d.ts +5 -5
  301. package/dist/components/Header/index.d.ts +4 -4
  302. package/dist/components/Icon/Icon.d.ts +10 -11
  303. package/dist/components/Icon/Icon.props.d.ts +15 -15
  304. package/dist/components/Icon/Icons/Activity.d.ts +2 -3
  305. package/dist/components/Icon/Icons/Airplay.d.ts +2 -3
  306. package/dist/components/Icon/Icons/AlertCircle.d.ts +2 -3
  307. package/dist/components/Icon/Icons/AlertOctagon.d.ts +2 -3
  308. package/dist/components/Icon/Icons/AlertTriangle.d.ts +2 -3
  309. package/dist/components/Icon/Icons/AlignCenter.d.ts +2 -3
  310. package/dist/components/Icon/Icons/AlignJustify.d.ts +2 -3
  311. package/dist/components/Icon/Icons/AlignLeft.d.ts +2 -3
  312. package/dist/components/Icon/Icons/AlignRight.d.ts +2 -3
  313. package/dist/components/Icon/Icons/Anchor.d.ts +2 -3
  314. package/dist/components/Icon/Icons/Aperture.d.ts +2 -3
  315. package/dist/components/Icon/Icons/Archive.d.ts +2 -3
  316. package/dist/components/Icon/Icons/ArrowDown.d.ts +2 -3
  317. package/dist/components/Icon/Icons/ArrowDownCircle.d.ts +2 -3
  318. package/dist/components/Icon/Icons/ArrowDownLeft.d.ts +2 -3
  319. package/dist/components/Icon/Icons/ArrowDownRight.d.ts +2 -3
  320. package/dist/components/Icon/Icons/ArrowLeft.d.ts +2 -3
  321. package/dist/components/Icon/Icons/ArrowLeftCircle.d.ts +2 -3
  322. package/dist/components/Icon/Icons/ArrowRight.d.ts +2 -3
  323. package/dist/components/Icon/Icons/ArrowRightCircle.d.ts +2 -3
  324. package/dist/components/Icon/Icons/ArrowUp.d.ts +2 -3
  325. package/dist/components/Icon/Icons/ArrowUpCircle.d.ts +2 -3
  326. package/dist/components/Icon/Icons/ArrowUpLeft.d.ts +2 -3
  327. package/dist/components/Icon/Icons/ArrowUpRight.d.ts +2 -3
  328. package/dist/components/Icon/Icons/ArrowsDownUp.d.ts +2 -3
  329. package/dist/components/Icon/Icons/AtSign.d.ts +2 -3
  330. package/dist/components/Icon/Icons/Award.d.ts +2 -3
  331. package/dist/components/Icon/Icons/BarChart.d.ts +2 -3
  332. package/dist/components/Icon/Icons/BarChart2.d.ts +2 -3
  333. package/dist/components/Icon/Icons/Battery.d.ts +2 -3
  334. package/dist/components/Icon/Icons/BatteryCharging.d.ts +2 -3
  335. package/dist/components/Icon/Icons/Bell.d.ts +2 -3
  336. package/dist/components/Icon/Icons/BellOff.d.ts +2 -3
  337. package/dist/components/Icon/Icons/Bluetooth.d.ts +2 -3
  338. package/dist/components/Icon/Icons/Bold.d.ts +2 -3
  339. package/dist/components/Icon/Icons/Book.d.ts +2 -3
  340. package/dist/components/Icon/Icons/BookOpen.d.ts +2 -3
  341. package/dist/components/Icon/Icons/Bookmark.d.ts +2 -3
  342. package/dist/components/Icon/Icons/Box.d.ts +2 -3
  343. package/dist/components/Icon/Icons/Briefcase.d.ts +2 -3
  344. package/dist/components/Icon/Icons/Calendar.d.ts +2 -3
  345. package/dist/components/Icon/Icons/Camera.d.ts +2 -3
  346. package/dist/components/Icon/Icons/CameraOff.d.ts +2 -3
  347. package/dist/components/Icon/Icons/Cast.d.ts +2 -3
  348. package/dist/components/Icon/Icons/Check.d.ts +2 -3
  349. package/dist/components/Icon/Icons/CheckCircle.d.ts +2 -3
  350. package/dist/components/Icon/Icons/CheckSquare.d.ts +2 -3
  351. package/dist/components/Icon/Icons/ChevronDown.d.ts +2 -3
  352. package/dist/components/Icon/Icons/ChevronLeft.d.ts +2 -3
  353. package/dist/components/Icon/Icons/ChevronRight.d.ts +2 -3
  354. package/dist/components/Icon/Icons/ChevronUp.d.ts +2 -3
  355. package/dist/components/Icon/Icons/ChevronsDown.d.ts +2 -3
  356. package/dist/components/Icon/Icons/ChevronsLeft.d.ts +2 -3
  357. package/dist/components/Icon/Icons/ChevronsRight.d.ts +2 -3
  358. package/dist/components/Icon/Icons/ChevronsUp.d.ts +2 -3
  359. package/dist/components/Icon/Icons/Chrome.d.ts +2 -3
  360. package/dist/components/Icon/Icons/Circle.d.ts +2 -3
  361. package/dist/components/Icon/Icons/Clipboard.d.ts +2 -3
  362. package/dist/components/Icon/Icons/Clock.d.ts +2 -3
  363. package/dist/components/Icon/Icons/Close.d.ts +2 -3
  364. package/dist/components/Icon/Icons/Cloud.d.ts +2 -3
  365. package/dist/components/Icon/Icons/CloudDrizzle.d.ts +2 -3
  366. package/dist/components/Icon/Icons/CloudLightning.d.ts +2 -3
  367. package/dist/components/Icon/Icons/CloudOff.d.ts +2 -3
  368. package/dist/components/Icon/Icons/CloudRain.d.ts +2 -3
  369. package/dist/components/Icon/Icons/CloudSnow.d.ts +2 -3
  370. package/dist/components/Icon/Icons/Code.d.ts +2 -3
  371. package/dist/components/Icon/Icons/Codepen.d.ts +2 -3
  372. package/dist/components/Icon/Icons/Codesandbox.d.ts +2 -3
  373. package/dist/components/Icon/Icons/Coffee.d.ts +2 -3
  374. package/dist/components/Icon/Icons/Columns.d.ts +2 -3
  375. package/dist/components/Icon/Icons/Command.d.ts +2 -3
  376. package/dist/components/Icon/Icons/Compass.d.ts +2 -3
  377. package/dist/components/Icon/Icons/Copy.d.ts +2 -3
  378. package/dist/components/Icon/Icons/CornerDownLeft.d.ts +2 -3
  379. package/dist/components/Icon/Icons/CornerDownRight.d.ts +2 -3
  380. package/dist/components/Icon/Icons/CornerLeftDown.d.ts +2 -3
  381. package/dist/components/Icon/Icons/CornerLeftUp.d.ts +2 -3
  382. package/dist/components/Icon/Icons/CornerRightDown.d.ts +2 -3
  383. package/dist/components/Icon/Icons/CornerRightUp.d.ts +2 -3
  384. package/dist/components/Icon/Icons/CornerUpLeft.d.ts +2 -3
  385. package/dist/components/Icon/Icons/CornerUpRight.d.ts +2 -3
  386. package/dist/components/Icon/Icons/Cpu.d.ts +2 -3
  387. package/dist/components/Icon/Icons/CreditCard.d.ts +2 -3
  388. package/dist/components/Icon/Icons/Crop.d.ts +2 -3
  389. package/dist/components/Icon/Icons/Crosshair.d.ts +2 -3
  390. package/dist/components/Icon/Icons/Database.d.ts +2 -3
  391. package/dist/components/Icon/Icons/Delete.d.ts +2 -3
  392. package/dist/components/Icon/Icons/Disc.d.ts +2 -3
  393. package/dist/components/Icon/Icons/Divide.d.ts +2 -3
  394. package/dist/components/Icon/Icons/DivideCircle.d.ts +2 -3
  395. package/dist/components/Icon/Icons/DivideSquare.d.ts +2 -3
  396. package/dist/components/Icon/Icons/DollarSign.d.ts +2 -3
  397. package/dist/components/Icon/Icons/DotsSixVertical.d.ts +2 -3
  398. package/dist/components/Icon/Icons/Download.d.ts +2 -3
  399. package/dist/components/Icon/Icons/DownloadCloud.d.ts +2 -3
  400. package/dist/components/Icon/Icons/Dribbble.d.ts +2 -3
  401. package/dist/components/Icon/Icons/Droplet.d.ts +2 -3
  402. package/dist/components/Icon/Icons/Edit.d.ts +2 -3
  403. package/dist/components/Icon/Icons/Edit2.d.ts +2 -3
  404. package/dist/components/Icon/Icons/Edit3.d.ts +2 -3
  405. package/dist/components/Icon/Icons/ExternalLink.d.ts +2 -3
  406. package/dist/components/Icon/Icons/Eye.d.ts +2 -3
  407. package/dist/components/Icon/Icons/EyeOff.d.ts +2 -3
  408. package/dist/components/Icon/Icons/Facebook.d.ts +2 -3
  409. package/dist/components/Icon/Icons/FastForward.d.ts +2 -3
  410. package/dist/components/Icon/Icons/Feather.d.ts +2 -3
  411. package/dist/components/Icon/Icons/Figma.d.ts +2 -3
  412. package/dist/components/Icon/Icons/File.d.ts +2 -3
  413. package/dist/components/Icon/Icons/FileMinus.d.ts +2 -3
  414. package/dist/components/Icon/Icons/FilePlus.d.ts +2 -3
  415. package/dist/components/Icon/Icons/FileText.d.ts +2 -3
  416. package/dist/components/Icon/Icons/Film.d.ts +2 -3
  417. package/dist/components/Icon/Icons/Filter.d.ts +2 -3
  418. package/dist/components/Icon/Icons/Flag.d.ts +2 -3
  419. package/dist/components/Icon/Icons/Folder.d.ts +2 -3
  420. package/dist/components/Icon/Icons/FolderMinus.d.ts +2 -3
  421. package/dist/components/Icon/Icons/FolderPlus.d.ts +2 -3
  422. package/dist/components/Icon/Icons/Framer.d.ts +2 -3
  423. package/dist/components/Icon/Icons/Frown.d.ts +2 -3
  424. package/dist/components/Icon/Icons/Gift.d.ts +2 -3
  425. package/dist/components/Icon/Icons/GitBranch.d.ts +2 -3
  426. package/dist/components/Icon/Icons/GitCommit.d.ts +2 -3
  427. package/dist/components/Icon/Icons/GitMerge.d.ts +2 -3
  428. package/dist/components/Icon/Icons/GitPullRequest.d.ts +2 -3
  429. package/dist/components/Icon/Icons/Github.d.ts +2 -3
  430. package/dist/components/Icon/Icons/Gitlab.d.ts +2 -3
  431. package/dist/components/Icon/Icons/Globe.d.ts +2 -3
  432. package/dist/components/Icon/Icons/Grid.d.ts +2 -3
  433. package/dist/components/Icon/Icons/HardDrive.d.ts +2 -3
  434. package/dist/components/Icon/Icons/Hash.d.ts +2 -3
  435. package/dist/components/Icon/Icons/Headphones.d.ts +2 -3
  436. package/dist/components/Icon/Icons/Heart.d.ts +2 -3
  437. package/dist/components/Icon/Icons/HelpCircle.d.ts +2 -3
  438. package/dist/components/Icon/Icons/Hexagon.d.ts +2 -3
  439. package/dist/components/Icon/Icons/Home.d.ts +2 -3
  440. package/dist/components/Icon/Icons/Image.d.ts +2 -3
  441. package/dist/components/Icon/Icons/Inbox.d.ts +2 -3
  442. package/dist/components/Icon/Icons/Info.d.ts +2 -3
  443. package/dist/components/Icon/Icons/Instagram.d.ts +2 -3
  444. package/dist/components/Icon/Icons/Italic.d.ts +2 -3
  445. package/dist/components/Icon/Icons/Key.d.ts +2 -3
  446. package/dist/components/Icon/Icons/Layers.d.ts +2 -3
  447. package/dist/components/Icon/Icons/Layout.d.ts +2 -3
  448. package/dist/components/Icon/Icons/LifeBuoy.d.ts +2 -3
  449. package/dist/components/Icon/Icons/Link.d.ts +2 -3
  450. package/dist/components/Icon/Icons/Link2.d.ts +2 -3
  451. package/dist/components/Icon/Icons/Linkedin.d.ts +2 -3
  452. package/dist/components/Icon/Icons/List.d.ts +2 -3
  453. package/dist/components/Icon/Icons/Loader.d.ts +2 -3
  454. package/dist/components/Icon/Icons/Lock.d.ts +2 -3
  455. package/dist/components/Icon/Icons/LogIn.d.ts +2 -3
  456. package/dist/components/Icon/Icons/LogOut.d.ts +2 -3
  457. package/dist/components/Icon/Icons/Mail.d.ts +2 -3
  458. package/dist/components/Icon/Icons/Map.d.ts +2 -3
  459. package/dist/components/Icon/Icons/MapPin.d.ts +2 -3
  460. package/dist/components/Icon/Icons/Maximize.d.ts +2 -3
  461. package/dist/components/Icon/Icons/Maximize2.d.ts +2 -3
  462. package/dist/components/Icon/Icons/Meh.d.ts +2 -3
  463. package/dist/components/Icon/Icons/Menu.d.ts +2 -3
  464. package/dist/components/Icon/Icons/MessageCircle.d.ts +2 -3
  465. package/dist/components/Icon/Icons/MessageSquare.d.ts +2 -3
  466. package/dist/components/Icon/Icons/Mic.d.ts +2 -3
  467. package/dist/components/Icon/Icons/MicOff.d.ts +2 -3
  468. package/dist/components/Icon/Icons/Minimize.d.ts +2 -3
  469. package/dist/components/Icon/Icons/Minimize2.d.ts +2 -3
  470. package/dist/components/Icon/Icons/Minus.d.ts +2 -3
  471. package/dist/components/Icon/Icons/MinusCircle.d.ts +2 -3
  472. package/dist/components/Icon/Icons/MinusSquare.d.ts +2 -3
  473. package/dist/components/Icon/Icons/Monitor.d.ts +2 -3
  474. package/dist/components/Icon/Icons/Moon.d.ts +2 -3
  475. package/dist/components/Icon/Icons/MoreHorizontal.d.ts +2 -3
  476. package/dist/components/Icon/Icons/MoreVertical.d.ts +2 -3
  477. package/dist/components/Icon/Icons/MousePointer.d.ts +2 -3
  478. package/dist/components/Icon/Icons/Move.d.ts +2 -3
  479. package/dist/components/Icon/Icons/Music.d.ts +2 -3
  480. package/dist/components/Icon/Icons/Navigation.d.ts +2 -3
  481. package/dist/components/Icon/Icons/Navigation2.d.ts +2 -3
  482. package/dist/components/Icon/Icons/Octagon.d.ts +2 -3
  483. package/dist/components/Icon/Icons/Package.d.ts +2 -3
  484. package/dist/components/Icon/Icons/Paperclip.d.ts +2 -3
  485. package/dist/components/Icon/Icons/Pause.d.ts +2 -3
  486. package/dist/components/Icon/Icons/PauseCircle.d.ts +2 -3
  487. package/dist/components/Icon/Icons/PenTool.d.ts +2 -3
  488. package/dist/components/Icon/Icons/Percent.d.ts +2 -3
  489. package/dist/components/Icon/Icons/Phone.d.ts +2 -3
  490. package/dist/components/Icon/Icons/PhoneCall.d.ts +2 -3
  491. package/dist/components/Icon/Icons/PhoneForwarded.d.ts +2 -3
  492. package/dist/components/Icon/Icons/PhoneIncoming.d.ts +2 -3
  493. package/dist/components/Icon/Icons/PhoneMissed.d.ts +2 -3
  494. package/dist/components/Icon/Icons/PhoneOff.d.ts +2 -3
  495. package/dist/components/Icon/Icons/PhoneOutgoing.d.ts +2 -3
  496. package/dist/components/Icon/Icons/PieChart.d.ts +2 -3
  497. package/dist/components/Icon/Icons/Play.d.ts +2 -3
  498. package/dist/components/Icon/Icons/PlayCircle.d.ts +2 -3
  499. package/dist/components/Icon/Icons/Plus.d.ts +2 -3
  500. package/dist/components/Icon/Icons/PlusCircle.d.ts +2 -3
  501. package/dist/components/Icon/Icons/PlusSquare.d.ts +2 -3
  502. package/dist/components/Icon/Icons/Pocket.d.ts +2 -3
  503. package/dist/components/Icon/Icons/Power.d.ts +2 -3
  504. package/dist/components/Icon/Icons/Printer.d.ts +2 -3
  505. package/dist/components/Icon/Icons/Radio.d.ts +2 -3
  506. package/dist/components/Icon/Icons/Rainao.d.ts +2 -3
  507. package/dist/components/Icon/Icons/RefreshCcw.d.ts +2 -3
  508. package/dist/components/Icon/Icons/RefreshCw.d.ts +2 -3
  509. package/dist/components/Icon/Icons/Rekon.d.ts +2 -3
  510. package/dist/components/Icon/Icons/Repeat.d.ts +2 -3
  511. package/dist/components/Icon/Icons/Rewind.d.ts +2 -3
  512. package/dist/components/Icon/Icons/RotateCcw.d.ts +2 -3
  513. package/dist/components/Icon/Icons/RotateCw.d.ts +2 -3
  514. package/dist/components/Icon/Icons/Rss.d.ts +2 -3
  515. package/dist/components/Icon/Icons/Save.d.ts +2 -3
  516. package/dist/components/Icon/Icons/Scissors.d.ts +2 -3
  517. package/dist/components/Icon/Icons/Search.d.ts +2 -3
  518. package/dist/components/Icon/Icons/Send.d.ts +2 -3
  519. package/dist/components/Icon/Icons/Server.d.ts +2 -3
  520. package/dist/components/Icon/Icons/Settings.d.ts +2 -3
  521. package/dist/components/Icon/Icons/Share.d.ts +2 -3
  522. package/dist/components/Icon/Icons/Share2.d.ts +2 -3
  523. package/dist/components/Icon/Icons/Shield.d.ts +2 -3
  524. package/dist/components/Icon/Icons/ShieldOff.d.ts +2 -3
  525. package/dist/components/Icon/Icons/ShoppingBag.d.ts +2 -3
  526. package/dist/components/Icon/Icons/ShoppingCart.d.ts +2 -3
  527. package/dist/components/Icon/Icons/Shuffle.d.ts +2 -3
  528. package/dist/components/Icon/Icons/Sidebar.d.ts +2 -3
  529. package/dist/components/Icon/Icons/SkipBack.d.ts +2 -3
  530. package/dist/components/Icon/Icons/SkipForward.d.ts +2 -3
  531. package/dist/components/Icon/Icons/Slack.d.ts +2 -3
  532. package/dist/components/Icon/Icons/Slash.d.ts +2 -3
  533. package/dist/components/Icon/Icons/Sliders.d.ts +2 -3
  534. package/dist/components/Icon/Icons/Smartphone.d.ts +2 -3
  535. package/dist/components/Icon/Icons/Smile.d.ts +2 -3
  536. package/dist/components/Icon/Icons/Speaker.d.ts +2 -3
  537. package/dist/components/Icon/Icons/Square.d.ts +2 -3
  538. package/dist/components/Icon/Icons/Star.d.ts +2 -3
  539. package/dist/components/Icon/Icons/StopCircle.d.ts +2 -3
  540. package/dist/components/Icon/Icons/Sun.d.ts +2 -3
  541. package/dist/components/Icon/Icons/Sunrise.d.ts +2 -3
  542. package/dist/components/Icon/Icons/Sunset.d.ts +2 -3
  543. package/dist/components/Icon/Icons/Table.d.ts +2 -3
  544. package/dist/components/Icon/Icons/Tablet.d.ts +2 -3
  545. package/dist/components/Icon/Icons/Tag.d.ts +2 -3
  546. package/dist/components/Icon/Icons/Target.d.ts +2 -3
  547. package/dist/components/Icon/Icons/Terminal.d.ts +2 -3
  548. package/dist/components/Icon/Icons/Thermometer.d.ts +2 -3
  549. package/dist/components/Icon/Icons/ThumbsDown.d.ts +2 -3
  550. package/dist/components/Icon/Icons/ThumbsUp.d.ts +2 -3
  551. package/dist/components/Icon/Icons/ToggleLeft.d.ts +2 -3
  552. package/dist/components/Icon/Icons/ToggleRight.d.ts +2 -3
  553. package/dist/components/Icon/Icons/Tool.d.ts +2 -3
  554. package/dist/components/Icon/Icons/Trash.d.ts +2 -3
  555. package/dist/components/Icon/Icons/Trash2.d.ts +2 -3
  556. package/dist/components/Icon/Icons/Trello.d.ts +2 -3
  557. package/dist/components/Icon/Icons/TrendingDown.d.ts +2 -3
  558. package/dist/components/Icon/Icons/TrendingUp.d.ts +2 -3
  559. package/dist/components/Icon/Icons/Triangle.d.ts +2 -3
  560. package/dist/components/Icon/Icons/Truck.d.ts +2 -3
  561. package/dist/components/Icon/Icons/Tv.d.ts +2 -3
  562. package/dist/components/Icon/Icons/Twitch.d.ts +2 -3
  563. package/dist/components/Icon/Icons/Twitter.d.ts +2 -3
  564. package/dist/components/Icon/Icons/Type.d.ts +2 -3
  565. package/dist/components/Icon/Icons/Umbrella.d.ts +2 -3
  566. package/dist/components/Icon/Icons/Underline.d.ts +2 -3
  567. package/dist/components/Icon/Icons/Unlock.d.ts +2 -3
  568. package/dist/components/Icon/Icons/Upload.d.ts +2 -3
  569. package/dist/components/Icon/Icons/UploadCloud.d.ts +2 -3
  570. package/dist/components/Icon/Icons/User.d.ts +2 -3
  571. package/dist/components/Icon/Icons/UserCheck.d.ts +2 -3
  572. package/dist/components/Icon/Icons/UserMinus.d.ts +2 -3
  573. package/dist/components/Icon/Icons/UserPlus.d.ts +2 -3
  574. package/dist/components/Icon/Icons/UserX.d.ts +2 -3
  575. package/dist/components/Icon/Icons/Users.d.ts +2 -3
  576. package/dist/components/Icon/Icons/Video.d.ts +2 -3
  577. package/dist/components/Icon/Icons/VideoOff.d.ts +2 -3
  578. package/dist/components/Icon/Icons/Voicemail.d.ts +2 -3
  579. package/dist/components/Icon/Icons/Volume.d.ts +2 -3
  580. package/dist/components/Icon/Icons/Volume1.d.ts +2 -3
  581. package/dist/components/Icon/Icons/Volume2.d.ts +2 -3
  582. package/dist/components/Icon/Icons/VolumeX.d.ts +2 -3
  583. package/dist/components/Icon/Icons/Watch.d.ts +2 -3
  584. package/dist/components/Icon/Icons/Wifi.d.ts +2 -3
  585. package/dist/components/Icon/Icons/WifiOff.d.ts +2 -3
  586. package/dist/components/Icon/Icons/Wind.d.ts +2 -3
  587. package/dist/components/Icon/Icons/Workfloo.d.ts +2 -3
  588. package/dist/components/Icon/Icons/X.d.ts +2 -3
  589. package/dist/components/Icon/Icons/XCircle.d.ts +2 -3
  590. package/dist/components/Icon/Icons/XOctagon.d.ts +2 -3
  591. package/dist/components/Icon/Icons/XSquare.d.ts +2 -3
  592. package/dist/components/Icon/Icons/Youtube.d.ts +2 -3
  593. package/dist/components/Icon/Icons/Zap.d.ts +2 -3
  594. package/dist/components/Icon/Icons/ZapOff.d.ts +2 -3
  595. package/dist/components/Icon/Icons/ZoomIn.d.ts +2 -3
  596. package/dist/components/Icon/Icons/ZoomOut.d.ts +2 -3
  597. package/dist/components/Icon/Icons/index.d.ts +294 -294
  598. package/dist/components/Icon/index.d.ts +3 -3
  599. package/dist/components/IconButton/IconButton.d.ts +18 -19
  600. package/dist/components/IconButton/IconButton.props.d.ts +31 -32
  601. package/dist/components/IconButton/index.d.ts +3 -3
  602. package/dist/components/IndexList/IndexList.d.ts +12 -13
  603. package/dist/components/IndexList/IndexList.props.d.ts +32 -33
  604. package/dist/components/IndexList/index.d.ts +3 -3
  605. package/dist/components/InlineEdit/InlineEdit.d.ts +20 -21
  606. package/dist/components/InlineEdit/InlineEdit.props.d.ts +51 -51
  607. package/dist/components/InlineEdit/index.d.ts +3 -3
  608. package/dist/components/InputPhoneNumber/InputPhoneNumber.d.ts +5 -6
  609. package/dist/components/InputPhoneNumber/InputPhoneNumber.props.d.ts +106 -107
  610. package/dist/components/InputPhoneNumber/index.d.ts +3 -3
  611. package/dist/components/InputTag/InputTag.d.ts +31 -32
  612. package/dist/components/InputTag/InputTag.props.d.ts +99 -100
  613. package/dist/components/InputTag/index.d.ts +3 -3
  614. package/dist/components/InputText/InputText.d.ts +35 -36
  615. package/dist/components/InputText/InputText.props.d.ts +172 -173
  616. package/dist/components/InputText/index.d.ts +4 -4
  617. package/dist/components/JsonViewer/JsonViewer.d.ts +16 -17
  618. package/dist/components/JsonViewer/JsonViewer.props.d.ts +21 -21
  619. package/dist/components/JsonViewer/components/Accordion/Accordion.d.ts +17 -18
  620. package/dist/components/JsonViewer/components/Accordion/Accordion.props.d.ts +14 -15
  621. package/dist/components/JsonViewer/components/Accordion/index.d.ts +3 -3
  622. package/dist/components/JsonViewer/components/index.d.ts +1 -1
  623. package/dist/components/JsonViewer/index.d.ts +3 -3
  624. package/dist/components/Label/Label.d.ts +13 -14
  625. package/dist/components/Label/Label.props.d.ts +14 -15
  626. package/dist/components/Label/index.d.ts +3 -3
  627. package/dist/components/Link/Link.d.ts +4 -5
  628. package/dist/components/Link/Link.props.d.ts +7 -8
  629. package/dist/components/Link/index.d.ts +3 -3
  630. package/dist/components/ListInfo/ListInfo.d.ts +13 -14
  631. package/dist/components/ListInfo/Listinfo.props.d.ts +9 -10
  632. package/dist/components/ListInfo/index.d.ts +3 -3
  633. package/dist/components/Loader/Loader.d.ts +15 -16
  634. package/dist/components/Loader/Loader.props.d.ts +17 -17
  635. package/dist/components/Loader/index.d.ts +3 -3
  636. package/dist/components/Logo/Logo.d.ts +14 -15
  637. package/dist/components/Logo/Logo.props.d.ts +10 -10
  638. package/dist/components/Logo/Logos/Kiban/Kiban.d.ts +4 -5
  639. package/dist/components/Logo/Logos/Kiban/KibanWhite.d.ts +4 -5
  640. package/dist/components/Logo/Logos/KibanCloud/KibanCloud.d.ts +4 -5
  641. package/dist/components/Logo/Logos/KibanCloud/KibanCloudWhite.d.ts +4 -5
  642. package/dist/components/Logo/Logos/Klin/Klin.d.ts +4 -5
  643. package/dist/components/Logo/Logos/Klin/KlinWhite.d.ts +4 -5
  644. package/dist/components/Logo/Logos/Link/Link.d.ts +4 -5
  645. package/dist/components/Logo/Logos/Link/LinkWhite.d.ts +4 -5
  646. package/dist/components/Logo/Logos/Logos.props.d.ts +4 -4
  647. package/dist/components/Logo/Logos/Rainao/Rainao.d.ts +4 -5
  648. package/dist/components/Logo/Logos/Rainao/RainaoWhite.d.ts +4 -5
  649. package/dist/components/Logo/Logos/Rekon/Rekon.d.ts +4 -5
  650. package/dist/components/Logo/Logos/Rekon/RekonWhite.d.ts +4 -5
  651. package/dist/components/Logo/Logos/Trak/Trak.d.ts +4 -5
  652. package/dist/components/Logo/Logos/Trak/TrakWhite.d.ts +4 -5
  653. package/dist/components/Logo/Logos/Workfloo/Workfloo.d.ts +4 -5
  654. package/dist/components/Logo/Logos/Workfloo/WorkflooBeta.d.ts +4 -5
  655. package/dist/components/Logo/Logos/Workfloo/WorkflooLegacy.d.ts +4 -5
  656. package/dist/components/Logo/Logos/Workfloo/WorkflooProd.d.ts +4 -5
  657. package/dist/components/Logo/Logos/Workfloo/WorkflooProdWhite.d.ts +4 -5
  658. package/dist/components/Logo/Logos/Workfloo/WorkflooTest.d.ts +4 -5
  659. package/dist/components/Logo/Logos/Workfloo/WorkflooTestWhite.d.ts +4 -5
  660. package/dist/components/Logo/Logos/Workfloo/WorkflooWhite.d.ts +4 -5
  661. package/dist/components/Logo/Logos/index.d.ts +24 -24
  662. package/dist/components/Logo/index.d.ts +3 -3
  663. package/dist/components/Media/Media.d.ts +15 -16
  664. package/dist/components/Media/Media.props.d.ts +18 -18
  665. package/dist/components/Media/index.d.ts +3 -3
  666. package/dist/components/Modal/Modal.d.ts +28 -29
  667. package/dist/components/Modal/Modal.props.d.ts +36 -37
  668. package/dist/components/Modal/components/Content/Content.d.ts +12 -13
  669. package/dist/components/Modal/components/Content/Content.props.d.ts +15 -16
  670. package/dist/components/Modal/components/Content/index.d.ts +3 -3
  671. package/dist/components/Modal/components/Footer/Footer.d.ts +13 -14
  672. package/dist/components/Modal/components/Footer/Footer.props.d.ts +61 -61
  673. package/dist/components/Modal/components/Footer/index.d.ts +3 -3
  674. package/dist/components/Modal/components/Header/Header.d.ts +12 -13
  675. package/dist/components/Modal/components/Header/Header.props.d.ts +31 -32
  676. package/dist/components/Modal/components/Header/index.d.ts +3 -3
  677. package/dist/components/Modal/components/Pane/Pane.d.ts +12 -13
  678. package/dist/components/Modal/components/Pane/Pane.props.d.ts +13 -14
  679. package/dist/components/Modal/components/Pane/index.d.ts +3 -3
  680. package/dist/components/Modal/components/index.d.ts +4 -4
  681. package/dist/components/Modal/index.d.ts +9 -9
  682. package/dist/components/Nip/Nip.d.ts +14 -15
  683. package/dist/components/Nip/Nip.props.d.ts +7 -7
  684. package/dist/components/Nip/index.d.ts +3 -3
  685. package/dist/components/OptionList/OptionList.d.ts +24 -25
  686. package/dist/components/OptionList/OptionList.props.d.ts +34 -35
  687. package/dist/components/OptionList/index.d.ts +3 -3
  688. package/dist/components/Page/Page.d.ts +27 -28
  689. package/dist/components/Page/Page.props.d.ts +8 -9
  690. package/dist/components/Page/components/Header/Header.d.ts +3 -4
  691. package/dist/components/Page/components/Header/Header.props.d.ts +36 -37
  692. package/dist/components/Page/components/Header/index.d.ts +3 -3
  693. package/dist/components/Page/components/index.d.ts +1 -1
  694. package/dist/components/Page/index.d.ts +4 -4
  695. package/dist/components/PageActions/PageActions.d.ts +15 -16
  696. package/dist/components/PageActions/PageActions.props.d.ts +47 -48
  697. package/dist/components/PageActions/index.d.ts +3 -3
  698. package/dist/components/Pagination/Pagination.d.ts +18 -19
  699. package/dist/components/Pagination/Pagination.props.d.ts +30 -30
  700. package/dist/components/Pagination/index.d.ts +3 -3
  701. package/dist/components/Panel/Panel.d.ts +8 -9
  702. package/dist/components/Panel/Panel.props.d.ts +24 -25
  703. package/dist/components/Panel/components/Footer/Footer.d.ts +13 -14
  704. package/dist/components/Panel/components/Footer/Footer.props.d.ts +56 -56
  705. package/dist/components/Panel/components/Footer/index.d.ts +3 -3
  706. package/dist/components/Panel/components/Header/Header.d.ts +16 -17
  707. package/dist/components/Panel/components/Header/Header.props.d.ts +43 -44
  708. package/dist/components/Panel/components/Header/index.d.ts +3 -3
  709. package/dist/components/Panel/components/index.d.ts +2 -2
  710. package/dist/components/Panel/index.d.ts +4 -4
  711. package/dist/components/Popover/Popover.d.ts +19 -20
  712. package/dist/components/Popover/Popover.props.d.ts +37 -38
  713. package/dist/components/Popover/components/Pane/Pane.d.ts +10 -11
  714. package/dist/components/Popover/components/Pane/Pane.props.d.ts +6 -7
  715. package/dist/components/Popover/components/Pane/index.d.ts +3 -3
  716. package/dist/components/Popover/components/index.d.ts +1 -1
  717. package/dist/components/Popover/index.d.ts +3 -3
  718. package/dist/components/Popover/utils/getPosition.d.ts +3 -3
  719. package/dist/components/Popover/utils/index.d.ts +3 -3
  720. package/dist/components/Popover/utils/setPosition.d.ts +830 -830
  721. package/dist/components/Progress/Progress.d.ts +13 -14
  722. package/dist/components/Progress/Progress.props.d.ts +17 -17
  723. package/dist/components/Progress/index.d.ts +3 -3
  724. package/dist/components/RadioButton/RadioButton.d.ts +22 -23
  725. package/dist/components/RadioButton/RadioButton.props.d.ts +42 -43
  726. package/dist/components/RadioButton/index.d.ts +3 -3
  727. package/dist/components/Select/Select.d.ts +33 -34
  728. package/dist/components/Select/Select.props.d.ts +114 -114
  729. package/dist/components/Select/index.d.ts +3 -3
  730. package/dist/components/SideMenu/SideMenu.d.ts +15 -15
  731. package/dist/components/SideMenu/SideMenu.props.d.ts +19 -20
  732. package/dist/components/SideMenu/components/Section/Section.d.ts +12 -13
  733. package/dist/components/SideMenu/components/Section/Section.props.d.ts +28 -28
  734. package/dist/components/SideMenu/components/Section/index.d.ts +3 -3
  735. package/dist/components/SideMenu/components/index.d.ts +1 -1
  736. package/dist/components/SideMenu/index.d.ts +4 -4
  737. package/dist/components/SkeletonInput/SkeletonInput.d.ts +10 -11
  738. package/dist/components/SkeletonInput/SkeletonInput.props.d.ts +7 -7
  739. package/dist/components/SkeletonInput/index.d.ts +3 -3
  740. package/dist/components/SkeletonMedia/SkeletonMedia.d.ts +10 -11
  741. package/dist/components/SkeletonMedia/SkeletonMedia.props.d.ts +7 -7
  742. package/dist/components/SkeletonMedia/index.d.ts +3 -3
  743. package/dist/components/SkeletonTabs/SkeletonTabs.d.ts +11 -12
  744. package/dist/components/SkeletonTabs/SkeletonTabs.props.d.ts +11 -11
  745. package/dist/components/SkeletonTabs/index.d.ts +3 -3
  746. package/dist/components/SkeletonText/SkeletonText.d.ts +10 -11
  747. package/dist/components/SkeletonText/SkeletonText.props.d.ts +7 -7
  748. package/dist/components/SkeletonText/index.d.ts +3 -3
  749. package/dist/components/SkeletonTitle/SkeletonTitle.d.ts +10 -11
  750. package/dist/components/SkeletonTitle/SkeletonTitle.props.d.ts +7 -7
  751. package/dist/components/SkeletonTitle/index.d.ts +3 -3
  752. package/dist/components/SortableList/SortableList.d.ts +7 -8
  753. package/dist/components/SortableList/SortableList.props.d.ts +6 -7
  754. package/dist/components/SortableList/components/Item/Item.d.ts +4 -5
  755. package/dist/components/SortableList/components/Item/Item.props.d.ts +3 -4
  756. package/dist/components/SortableList/components/Item/index.d.ts +3 -3
  757. package/dist/components/SortableList/components/index.d.ts +1 -1
  758. package/dist/components/SortableList/contexts/SortableListContext.d.ts +5 -6
  759. package/dist/components/SortableList/contexts/index.d.ts +2 -2
  760. package/dist/components/SortableList/index.d.ts +3 -3
  761. package/dist/components/Spinner/Spinner.d.ts +14 -15
  762. package/dist/components/Spinner/Spinner.props.d.ts +11 -11
  763. package/dist/components/Spinner/index.d.ts +3 -3
  764. package/dist/components/Stack/Stack.d.ts +11 -12
  765. package/dist/components/Stack/Stack.props.d.ts +11 -12
  766. package/dist/components/Stack/components/Item/Item.d.ts +9 -10
  767. package/dist/components/Stack/components/Item/Item.props.d.ts +4 -5
  768. package/dist/components/Stack/components/Item/index.d.ts +3 -3
  769. package/dist/components/Stack/components/index.d.ts +1 -1
  770. package/dist/components/Stack/index.d.ts +3 -3
  771. package/dist/components/Table/Table.d.ts +23 -24
  772. package/dist/components/Table/Table.props.d.ts +27 -28
  773. package/dist/components/Table/components/Cell/Cell.d.ts +10 -11
  774. package/dist/components/Table/components/Cell/Cell.props.d.ts +6 -7
  775. package/dist/components/Table/components/Cell/index.d.ts +3 -3
  776. package/dist/components/Table/components/Row/Row.d.ts +13 -14
  777. package/dist/components/Table/components/Row/Row.props.d.ts +14 -15
  778. package/dist/components/Table/components/Row/index.d.ts +3 -3
  779. package/dist/components/Table/components/index.d.ts +3 -3
  780. package/dist/components/Table/index.d.ts +3 -3
  781. package/dist/components/Tabs/Tabs.d.ts +4 -5
  782. package/dist/components/Tabs/Tabs.props.d.ts +6 -6
  783. package/dist/components/Tabs/components/Panel/Panel.d.ts +3 -4
  784. package/dist/components/Tabs/components/Panel/Panel.props.d.ts +6 -6
  785. package/dist/components/Tabs/components/Panel/index.d.ts +3 -3
  786. package/dist/components/Tabs/components/Tab/Tab.d.ts +3 -4
  787. package/dist/components/Tabs/components/Tab/Tab.props.d.ts +8 -8
  788. package/dist/components/Tabs/components/Tab/index.d.ts +2 -2
  789. package/dist/components/Tabs/components/TabsWrapper/TabsWrapper.d.ts +3 -4
  790. package/dist/components/Tabs/components/TabsWrapper/TabsWrapper.props.d.ts +13 -13
  791. package/dist/components/Tabs/components/TabsWrapper/index.d.ts +3 -3
  792. package/dist/components/Tabs/components/index.d.ts +4 -4
  793. package/dist/components/Tabs/index.d.ts +4 -4
  794. package/dist/components/Tag/Tag.d.ts +19 -20
  795. package/dist/components/Tag/Tag.props.d.ts +17 -17
  796. package/dist/components/Tag/index.d.ts +3 -3
  797. package/dist/components/ThemeProvider/ThemeProvider.d.ts +7 -8
  798. package/dist/components/ThemeProvider/ThemeProvider.props.d.ts +9 -10
  799. package/dist/components/ThemeProvider/context/ThemeContext.d.ts +3 -4
  800. package/dist/components/ThemeProvider/context/index.d.ts +2 -2
  801. package/dist/components/ThemeProvider/index.d.ts +3 -3
  802. package/dist/components/ThreadItem/ThreadItem.d.ts +15 -16
  803. package/dist/components/ThreadItem/ThreadItem.props.d.ts +8 -9
  804. package/dist/components/ThreadItem/index.d.ts +3 -3
  805. package/dist/components/Thumbnail/Thumbnail.d.ts +18 -19
  806. package/dist/components/Thumbnail/Thumbnail.props.d.ts +17 -17
  807. package/dist/components/Thumbnail/index.d.ts +3 -3
  808. package/dist/components/Tile/Tile.d.ts +4 -5
  809. package/dist/components/Tile/Tile.props.d.ts +12 -13
  810. package/dist/components/Tile/index.d.ts +3 -3
  811. package/dist/components/Title/Title.d.ts +11 -12
  812. package/dist/components/Title/Title.props.d.ts +27 -28
  813. package/dist/components/Title/index.d.ts +3 -3
  814. package/dist/components/Toggle/Toggle.d.ts +19 -20
  815. package/dist/components/Toggle/Toggle.props.d.ts +42 -43
  816. package/dist/components/Toggle/index.d.ts +3 -3
  817. package/dist/components/Tooltip/Tooltip.d.ts +22 -23
  818. package/dist/components/Tooltip/Tooltip.props.d.ts +32 -33
  819. package/dist/components/Tooltip/index.d.ts +3 -3
  820. package/dist/components/index.d.ts +98 -98
  821. package/dist/index.cjs.js +41168 -0
  822. package/dist/index.cjs.js.map +1 -0
  823. package/dist/index.css +30 -80
  824. package/dist/index.css.map +1 -1
  825. package/dist/index.d.ts +5 -2
  826. package/dist/index.esm.js +41024 -0
  827. package/dist/index.esm.js.map +1 -0
  828. package/dist/styles/index.d.ts +1 -1
  829. package/dist/types/ActionProps.d.ts +30 -31
  830. package/dist/types/ActionType.d.ts +23 -23
  831. package/dist/types/ColorType.d.ts +1 -1
  832. package/dist/types/ErrorType.d.ts +6 -7
  833. package/dist/types/HelpTextType.d.ts +5 -5
  834. package/dist/types/IconType.d.ts +7 -8
  835. package/dist/types/ThemeType.d.ts +1 -1
  836. package/dist/types/index.d.ts +7 -7
  837. package/dist/utils/common/capitalize.d.ts +2 -2
  838. package/dist/utils/common/cssClassName.d.ts +3 -3
  839. package/dist/utils/common/index.d.ts +5 -5
  840. package/dist/utils/common/isValidIcon.d.ts +3 -3
  841. package/dist/utils/common/themeClassConverter.d.ts +2 -2
  842. package/dist/utils/formatFileSize.d.ts +2 -2
  843. package/dist/utils/icons/ErrorIcon.d.ts +2 -3
  844. package/dist/utils/icons/PendingIcon.d.ts +2 -3
  845. package/dist/utils/icons/SuccessIcon.d.ts +2 -3
  846. package/dist/utils/icons/WarningIcon.d.ts +2 -3
  847. package/dist/utils/icons/index.d.ts +5 -5
  848. package/dist/utils/index.d.ts +5 -5
  849. package/dist/utils/isComponentTypeOf.d.ts +2 -3
  850. package/package.json +57 -113
  851. package/dist/components/ActionList/ActionList.test.d.ts +0 -1
  852. package/dist/components/Alert/Alert.test.d.ts +0 -1
  853. package/dist/components/AlertProvider/AlertProvider.test.d.ts +0 -1
  854. package/dist/components/AlphaAttributeInput/AlphaAttributeInput.test.d.ts +0 -1
  855. package/dist/components/AlphaBadge/AlphaBadge.test.d.ts +0 -1
  856. package/dist/components/AlphaButton/AlphaButton.test.d.ts +0 -1
  857. package/dist/components/AlphaChip/AlphaChip.test.d.ts +0 -1
  858. package/dist/components/AlphaFilterControl/AlphaFilterControl.test.d.ts +0 -1
  859. package/dist/components/AlphaIcon/AlphaIcon.test.d.ts +0 -1
  860. package/dist/components/AlphaInlineError/AlphaInlineError.test.d.ts +0 -1
  861. package/dist/components/AlphaInputDate/AlphaInputDate.test.d.ts +0 -1
  862. package/dist/components/AlphaInputTag/AlphaInputTag.test.d.ts +0 -1
  863. package/dist/components/AlphaInputText/AlphaInputText.test.d.ts +0 -1
  864. package/dist/components/AlphaLabel/AlphaLabel.test.d.ts +0 -1
  865. package/dist/components/AlphaLabelledField/AlphaLabelledField.test.d.ts +0 -1
  866. package/dist/components/AlphaLabelledField/components/HelpText/HelpText.test.d.ts +0 -1
  867. package/dist/components/AlphaMultiSelectionPicker/AlphaMultiSelectionPicker.test.d.ts +0 -1
  868. package/dist/components/AlphaSpinner/AlphaSpinner.test.d.ts +0 -1
  869. package/dist/components/AlphaStepper/AlphaStepper.test.d.ts +0 -1
  870. package/dist/components/AlphaTag/AlphaTag.test.d.ts +0 -1
  871. package/dist/components/AlphaTile/AlphaTile.test.d.ts +0 -1
  872. package/dist/components/AlphaTooltip/AlphaTooltip.test.d.ts +0 -1
  873. package/dist/components/AlphaTooltip/components/Overlay/Overlay.test.d.ts +0 -1
  874. package/dist/components/AlphaTotalizer/Totalizer.test.d.ts +0 -1
  875. package/dist/components/AnnotatedSection/AnnotatedSection.test.d.ts +0 -1
  876. package/dist/components/Avatar/Avatar.test.d.ts +0 -1
  877. package/dist/components/Badge/Badge.test.d.ts +0 -1
  878. package/dist/components/Banner/Banner.test.d.ts +0 -1
  879. package/dist/components/Button/Button.test.d.ts +0 -1
  880. package/dist/components/CalendarPicker/CalendarPicker.test.d.ts +0 -1
  881. package/dist/components/Card/Card.test.d.ts +0 -1
  882. package/dist/components/Checkbox/Checkbox.test.d.ts +0 -1
  883. package/dist/components/ChoiceList/ChoiceList.test.d.ts +0 -1
  884. package/dist/components/Collapsible/Collapsible.test.d.ts +0 -1
  885. package/dist/components/Connector/Connector.test.d.ts +0 -1
  886. package/dist/components/Container/Container.test.d.ts +0 -1
  887. package/dist/components/Cover/Cover.test.d.ts +0 -1
  888. package/dist/components/DataTable/DataTable.test.d.ts +0 -1
  889. package/dist/components/DatePicker/DatePicker.test.d.ts +0 -1
  890. package/dist/components/DatePicker/components/Day/Day.test.d.ts +0 -1
  891. package/dist/components/DatePicker/components/Header/Header.test.d.ts +0 -1
  892. package/dist/components/DatePicker/components/Month/Month.test.d.ts +0 -1
  893. package/dist/components/DatePicker/components/YearField/YearField.test.d.ts +0 -1
  894. package/dist/components/Divider/Divider.test.d.ts +0 -1
  895. package/dist/components/DynamicForm/DynamicForm.test.d.ts +0 -1
  896. package/dist/components/EmptyState/EmptyState.test.d.ts +0 -1
  897. package/dist/components/FileDownloader/FileDownloader.test.d.ts +0 -1
  898. package/dist/components/Filedrop/FileDrop.test.d.ts +0 -1
  899. package/dist/components/FilterControl/FilterControl.test.d.ts +0 -1
  900. package/dist/components/FormLayout/FormLayout.test.d.ts +0 -1
  901. package/dist/components/Frame/Frame.test.d.ts +0 -1
  902. package/dist/components/Grid/Grid.test.d.ts +0 -1
  903. package/dist/components/Header/Header.test.d.ts +0 -1
  904. package/dist/components/Icon/Icon.test.d.ts +0 -1
  905. package/dist/components/IconButton/IconButton.test.d.ts +0 -1
  906. package/dist/components/IndexList/IndexList.test.d.ts +0 -1
  907. package/dist/components/InlineEdit/InlineEdit.test.d.ts +0 -1
  908. package/dist/components/InputPhoneNumber/InputPhoneNumber.test.d.ts +0 -1
  909. package/dist/components/InputText/InputTest.test.d.ts +0 -1
  910. package/dist/components/JsonViewer/JsonViewer.test.d.ts +0 -1
  911. package/dist/components/Label/Label.test.d.ts +0 -1
  912. package/dist/components/ListInfo/Listinfo.test.d.ts +0 -1
  913. package/dist/components/Loader/Loader.test.d.ts +0 -1
  914. package/dist/components/Logo/Logo.test.d.ts +0 -1
  915. package/dist/components/Media/Media.test.d.ts +0 -1
  916. package/dist/components/Modal/Modal.test.d.ts +0 -1
  917. package/dist/components/Nip/Nip.test.d.ts +0 -1
  918. package/dist/components/OptionList/OptionList.test.d.ts +0 -1
  919. package/dist/components/Page/Page.test.d.ts +0 -1
  920. package/dist/components/PageActions/PageActions.test.d.ts +0 -1
  921. package/dist/components/Pagination/Pagination.test.d.ts +0 -1
  922. package/dist/components/Panel/Panel.test.d.ts +0 -1
  923. package/dist/components/Popover/Popover.test.d.ts +0 -1
  924. package/dist/components/Progress/Progress.test.d.ts +0 -1
  925. package/dist/components/RadioButton/RadioButton.test.d.ts +0 -1
  926. package/dist/components/Select/Select.test.d.ts +0 -1
  927. package/dist/components/SideMenu/SideMenu.test.d.ts +0 -1
  928. package/dist/components/SkeletonInput/SkeletonInput.test.d.ts +0 -1
  929. package/dist/components/SkeletonMedia/SkeletonMedia.test.d.ts +0 -1
  930. package/dist/components/SkeletonText/SkeletonText.test.d.ts +0 -1
  931. package/dist/components/SkeletonTitle/SkeletonTitle.test.d.ts +0 -1
  932. package/dist/components/Spinner/Spinner.test.d.ts +0 -1
  933. package/dist/components/Stack/Stack.test.d.ts +0 -1
  934. package/dist/components/Table/Table.test.d.ts +0 -1
  935. package/dist/components/Tabs/Tabs.test.d.ts +0 -1
  936. package/dist/components/Tag/Tag.test.d.ts +0 -1
  937. package/dist/components/ThreadItem/ThreadItem.test.d.ts +0 -1
  938. package/dist/components/Thumbnail/Thumbnail.test.d.ts +0 -1
  939. package/dist/components/Tile/Tile.test.d.ts +0 -1
  940. package/dist/components/Title/Title.test.d.ts +0 -1
  941. package/dist/components/Toggle/Toggle.test.d.ts +0 -1
  942. package/dist/components/Tooltip/Tooltip.test.d.ts +0 -1
  943. package/dist/index.js +0 -30593
  944. package/dist/index.js.map +0 -1
  945. package/dist/setupTests.d.ts +0 -2
@@ -1,830 +1,830 @@
1
- import type { RefObject } from 'react';
2
- declare type AlignType = 'left' | 'center' | 'right';
3
- declare const setPosition: (trigger: RefObject<HTMLElement>, popoverStyle: React.CSSProperties, popover: RefObject<HTMLDivElement>, fixed: boolean, align: AlignType, popoverOriginalHeight: number) => {
4
- accentColor?: import("csstype").Property.AccentColor | undefined;
5
- alignContent?: import("csstype").Property.AlignContent | undefined;
6
- alignItems?: import("csstype").Property.AlignItems | undefined;
7
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
8
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
9
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
10
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
11
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
12
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
13
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
14
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
15
- animationName?: import("csstype").Property.AnimationName | undefined;
16
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
17
- animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
18
- animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
19
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
20
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
21
- appearance?: import("csstype").Property.Appearance | undefined;
22
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
23
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
24
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
25
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
26
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
27
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
28
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
29
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
30
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
31
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
32
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
33
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
34
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
35
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
36
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
37
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
38
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
39
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
40
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
41
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
42
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
43
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
44
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
45
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
46
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
47
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
48
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
49
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
50
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
51
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
52
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
53
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
54
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
55
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
56
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
57
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
58
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
59
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
60
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
61
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
62
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
63
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
64
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
65
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
66
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
67
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
68
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
69
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
70
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
71
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
72
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
73
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
74
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
75
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
76
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
77
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
78
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
79
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
80
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
81
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
82
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
83
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
84
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
85
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
86
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
87
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
88
- breakInside?: import("csstype").Property.BreakInside | undefined;
89
- captionSide?: import("csstype").Property.CaptionSide | undefined;
90
- caretColor?: import("csstype").Property.CaretColor | undefined;
91
- caretShape?: import("csstype").Property.CaretShape | undefined;
92
- clear?: import("csstype").Property.Clear | undefined;
93
- clipPath?: import("csstype").Property.ClipPath | undefined;
94
- color?: import("csstype").Property.Color | undefined;
95
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
96
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
97
- columnCount?: import("csstype").Property.ColumnCount | undefined;
98
- columnFill?: import("csstype").Property.ColumnFill | undefined;
99
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
100
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
101
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
102
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
103
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
104
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
105
- contain?: import("csstype").Property.Contain | undefined;
106
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
107
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
108
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
109
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
110
- containerName?: import("csstype").Property.ContainerName | undefined;
111
- containerType?: import("csstype").Property.ContainerType | undefined;
112
- content?: import("csstype").Property.Content | undefined;
113
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
114
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
115
- counterReset?: import("csstype").Property.CounterReset | undefined;
116
- counterSet?: import("csstype").Property.CounterSet | undefined;
117
- cursor?: import("csstype").Property.Cursor | undefined;
118
- direction?: import("csstype").Property.Direction | undefined;
119
- display?: import("csstype").Property.Display | undefined;
120
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
121
- filter?: import("csstype").Property.Filter | undefined;
122
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
123
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
124
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
125
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
126
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
127
- float?: import("csstype").Property.Float | undefined;
128
- fontFamily?: import("csstype").Property.FontFamily | undefined;
129
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
130
- fontKerning?: import("csstype").Property.FontKerning | undefined;
131
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
132
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
133
- fontPalette?: import("csstype").Property.FontPalette | undefined;
134
- fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
135
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
136
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
137
- fontStretch?: import("csstype").Property.FontStretch | undefined;
138
- fontStyle?: import("csstype").Property.FontStyle | undefined;
139
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
140
- fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
141
- fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
142
- fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
143
- fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
144
- fontVariant?: import("csstype").Property.FontVariant | undefined;
145
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
146
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
147
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
148
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
149
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
150
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
151
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
152
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
153
- fontWeight?: import("csstype").Property.FontWeight | undefined;
154
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
155
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
156
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
157
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
158
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
159
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
160
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
161
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
162
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
163
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
164
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
165
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
166
- height?: import("csstype").Property.Height<string | number> | undefined;
167
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
168
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
169
- hyphens?: import("csstype").Property.Hyphens | undefined;
170
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
171
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
172
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
173
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
174
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
175
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
176
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
177
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
178
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
179
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
180
- isolation?: import("csstype").Property.Isolation | undefined;
181
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
182
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
183
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
184
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
185
- left?: import("csstype").Property.Left<string | number> | undefined;
186
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
187
- lineBreak?: import("csstype").Property.LineBreak | undefined;
188
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
189
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
190
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
191
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
192
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
193
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
194
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
195
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
196
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
197
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
198
- marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
199
- marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
200
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
201
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
202
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
203
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
204
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
205
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
206
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
207
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
208
- maskClip?: import("csstype").Property.MaskClip | undefined;
209
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
210
- maskImage?: import("csstype").Property.MaskImage | undefined;
211
- maskMode?: import("csstype").Property.MaskMode | undefined;
212
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
213
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
214
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
215
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
216
- maskType?: import("csstype").Property.MaskType | undefined;
217
- masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
218
- mathDepth?: import("csstype").Property.MathDepth | undefined;
219
- mathShift?: import("csstype").Property.MathShift | undefined;
220
- mathStyle?: import("csstype").Property.MathStyle | undefined;
221
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
222
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
223
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
224
- maxLines?: import("csstype").Property.MaxLines | undefined;
225
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
226
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
227
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
228
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
229
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
230
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
231
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
232
- motionPath?: import("csstype").Property.OffsetPath | undefined;
233
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
234
- objectFit?: import("csstype").Property.ObjectFit | undefined;
235
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
236
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
237
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
238
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
239
- offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
240
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
241
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
242
- opacity?: import("csstype").Property.Opacity | undefined;
243
- order?: import("csstype").Property.Order | undefined;
244
- orphans?: import("csstype").Property.Orphans | undefined;
245
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
246
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
247
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
248
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
249
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
250
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
251
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
252
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
253
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
254
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
255
- overflowX?: import("csstype").Property.OverflowX | undefined;
256
- overflowY?: import("csstype").Property.OverflowY | undefined;
257
- overlay?: import("csstype").Property.Overlay | undefined;
258
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
259
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
260
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
261
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
262
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
263
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
264
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
265
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
266
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
267
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
268
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
269
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
270
- page?: import("csstype").Property.Page | undefined;
271
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
272
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
273
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
274
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
275
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
276
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
277
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
278
- position?: import("csstype").Property.Position | undefined;
279
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
280
- quotes?: import("csstype").Property.Quotes | undefined;
281
- resize?: import("csstype").Property.Resize | undefined;
282
- right?: import("csstype").Property.Right<string | number> | undefined;
283
- rotate?: import("csstype").Property.Rotate | undefined;
284
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
285
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
286
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
287
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
288
- scale?: import("csstype").Property.Scale | undefined;
289
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
290
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
291
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
292
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
293
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
294
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
295
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
296
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
297
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
298
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
299
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
300
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
301
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
302
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
303
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
304
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
305
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
306
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
307
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
308
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
309
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
310
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
311
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
312
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
313
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
314
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
315
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
316
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
317
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
318
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
319
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
320
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
321
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
322
- tableLayout?: import("csstype").Property.TableLayout | undefined;
323
- textAlign?: import("csstype").Property.TextAlign | undefined;
324
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
325
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
326
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
327
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
328
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
329
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
330
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
331
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
332
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
333
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
334
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
335
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
336
- textJustify?: import("csstype").Property.TextJustify | undefined;
337
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
338
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
339
- textRendering?: import("csstype").Property.TextRendering | undefined;
340
- textShadow?: import("csstype").Property.TextShadow | undefined;
341
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
342
- textTransform?: import("csstype").Property.TextTransform | undefined;
343
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
344
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
345
- textWrap?: import("csstype").Property.TextWrap | undefined;
346
- timelineScope?: import("csstype").Property.TimelineScope | undefined;
347
- top?: import("csstype").Property.Top<string | number> | undefined;
348
- touchAction?: import("csstype").Property.TouchAction | undefined;
349
- transform?: import("csstype").Property.Transform | undefined;
350
- transformBox?: import("csstype").Property.TransformBox | undefined;
351
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
352
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
353
- transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
354
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
355
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
356
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
357
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
358
- translate?: import("csstype").Property.Translate<string | number> | undefined;
359
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
360
- userSelect?: import("csstype").Property.UserSelect | undefined;
361
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
362
- viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
363
- viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
364
- viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
365
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
366
- visibility?: import("csstype").Property.Visibility | undefined;
367
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
368
- whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
369
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
370
- widows?: import("csstype").Property.Widows | undefined;
371
- width?: import("csstype").Property.Width<string | number> | undefined;
372
- willChange?: import("csstype").Property.WillChange | undefined;
373
- wordBreak?: import("csstype").Property.WordBreak | undefined;
374
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
375
- wordWrap?: import("csstype").Property.WordWrap | undefined;
376
- writingMode?: import("csstype").Property.WritingMode | undefined;
377
- zIndex?: import("csstype").Property.ZIndex | undefined;
378
- zoom?: import("csstype").Property.Zoom | undefined;
379
- all?: import("csstype").Globals | undefined;
380
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
381
- animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
382
- background?: import("csstype").Property.Background<string | number> | undefined;
383
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
384
- border?: import("csstype").Property.Border<string | number> | undefined;
385
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
386
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
387
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
388
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
389
- borderColor?: import("csstype").Property.BorderColor | undefined;
390
- borderImage?: import("csstype").Property.BorderImage | undefined;
391
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
392
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
393
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
394
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
395
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
396
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
397
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
398
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
399
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
400
- caret?: import("csstype").Property.Caret | undefined;
401
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
402
- columns?: import("csstype").Property.Columns<string | number> | undefined;
403
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
404
- container?: import("csstype").Property.Container | undefined;
405
- flex?: import("csstype").Property.Flex<string | number> | undefined;
406
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
407
- font?: import("csstype").Property.Font | undefined;
408
- gap?: import("csstype").Property.Gap<string | number> | undefined;
409
- grid?: import("csstype").Property.Grid | undefined;
410
- gridArea?: import("csstype").Property.GridArea | undefined;
411
- gridColumn?: import("csstype").Property.GridColumn | undefined;
412
- gridRow?: import("csstype").Property.GridRow | undefined;
413
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
414
- inset?: import("csstype").Property.Inset<string | number> | undefined;
415
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
416
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
417
- lineClamp?: import("csstype").Property.LineClamp | undefined;
418
- listStyle?: import("csstype").Property.ListStyle | undefined;
419
- margin?: import("csstype").Property.Margin<string | number> | undefined;
420
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
421
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
422
- mask?: import("csstype").Property.Mask<string | number> | undefined;
423
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
424
- motion?: import("csstype").Property.Offset<string | number> | undefined;
425
- offset?: import("csstype").Property.Offset<string | number> | undefined;
426
- outline?: import("csstype").Property.Outline<string | number> | undefined;
427
- overflow?: import("csstype").Property.Overflow | undefined;
428
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
429
- padding?: import("csstype").Property.Padding<string | number> | undefined;
430
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
431
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
432
- placeContent?: import("csstype").Property.PlaceContent | undefined;
433
- placeItems?: import("csstype").Property.PlaceItems | undefined;
434
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
435
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
436
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
437
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
438
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
439
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
440
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
441
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
442
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
443
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
444
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
445
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
446
- viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
447
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
448
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
449
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
450
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
451
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
452
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
453
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
454
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
455
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
456
- MozBinding?: import("csstype").Property.MozBinding | undefined;
457
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
458
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
459
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
460
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
461
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
462
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
463
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
464
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
465
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
466
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
467
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
468
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
469
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
470
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
471
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
472
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
473
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
474
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
475
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
476
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
477
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
478
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
479
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
480
- MozOrient?: import("csstype").Property.MozOrient | undefined;
481
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
482
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
483
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
484
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
485
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
486
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
487
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
488
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
489
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
490
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
491
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
492
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
493
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
494
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
495
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
496
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
497
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
498
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
499
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
500
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
501
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
502
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
503
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
504
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
505
- msFilter?: import("csstype").Property.MsFilter | undefined;
506
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
507
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
508
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
509
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
510
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
511
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
512
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
513
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
514
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
515
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
516
- msHyphens?: import("csstype").Property.Hyphens | undefined;
517
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
518
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
519
- msOrder?: import("csstype").Property.Order | undefined;
520
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
521
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
522
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
523
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
524
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
525
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
526
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
527
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
528
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
529
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
530
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
531
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
532
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
533
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
534
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
535
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
536
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
537
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
538
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
539
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
540
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
541
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
542
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
543
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
544
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
545
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
546
- msTransform?: import("csstype").Property.Transform | undefined;
547
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
548
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
549
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
550
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
551
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
552
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
553
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
554
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
555
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
556
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
557
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
558
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
559
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
560
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
561
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
562
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
563
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
564
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
565
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
566
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
567
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
568
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
569
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
570
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
571
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
572
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
573
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
574
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
575
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
576
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
577
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
578
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
579
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
580
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
581
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
582
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
583
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
584
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
585
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
586
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
587
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
588
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
589
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
590
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
591
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
592
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
593
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
594
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
595
- WebkitFilter?: import("csstype").Property.Filter | undefined;
596
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
597
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
598
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
599
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
600
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
601
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
602
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
603
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
604
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
605
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
606
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
607
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
608
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
609
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
610
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
611
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
612
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
613
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
614
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
615
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
616
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
617
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
618
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
619
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
620
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
621
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
622
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
623
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
624
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
625
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
626
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
627
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
628
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
629
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
630
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
631
- WebkitOrder?: import("csstype").Property.Order | undefined;
632
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
633
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
634
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
635
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
636
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
637
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
638
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
639
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
640
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
641
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
642
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
643
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
644
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
645
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
646
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
647
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
648
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
649
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
650
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
651
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
652
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
653
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
654
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
655
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
656
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
657
- WebkitTransform?: import("csstype").Property.Transform | undefined;
658
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
659
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
660
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
661
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
662
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
663
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
664
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
665
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
666
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
667
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
668
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
669
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
670
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
671
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
672
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
673
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
674
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
675
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
676
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
677
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
678
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
679
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
680
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
681
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
682
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
683
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
684
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
685
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
686
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
687
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
688
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
689
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
690
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
691
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
692
- azimuth?: import("csstype").Property.Azimuth | undefined;
693
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
694
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
695
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
696
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
697
- boxLines?: import("csstype").Property.BoxLines | undefined;
698
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
699
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
700
- boxPack?: import("csstype").Property.BoxPack | undefined;
701
- clip?: import("csstype").Property.Clip | undefined;
702
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
703
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
704
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
705
- imeMode?: import("csstype").Property.ImeMode | undefined;
706
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
707
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
708
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
709
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
710
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
711
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
712
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
713
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
714
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
715
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
716
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
717
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
718
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
719
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
720
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
721
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
722
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
723
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
724
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
725
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
726
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
727
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
728
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
729
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
730
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
731
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
732
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
733
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
734
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
735
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
736
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
737
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
738
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
739
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
740
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
741
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
742
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
743
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
744
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
745
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
746
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
747
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
748
- MozOpacity?: import("csstype").Property.Opacity | undefined;
749
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
750
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
751
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
752
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
753
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
754
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
755
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
756
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
757
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
758
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
759
- MozTransform?: import("csstype").Property.Transform | undefined;
760
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
761
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
762
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
763
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
764
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
765
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
766
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
767
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
768
- msImeMode?: import("csstype").Property.ImeMode | undefined;
769
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
770
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
771
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
772
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
773
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
774
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
775
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
776
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
777
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
778
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
779
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
780
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
781
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
782
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
783
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
784
- OTransform?: import("csstype").Property.Transform | undefined;
785
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
786
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
787
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
788
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
789
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
790
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
791
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
792
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
793
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
794
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
795
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
796
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
797
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
798
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
799
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
800
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
801
- clipRule?: import("csstype").Property.ClipRule | undefined;
802
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
803
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
804
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
805
- fill?: import("csstype").Property.Fill | undefined;
806
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
807
- fillRule?: import("csstype").Property.FillRule | undefined;
808
- floodColor?: import("csstype").Property.FloodColor | undefined;
809
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
810
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
811
- lightingColor?: import("csstype").Property.LightingColor | undefined;
812
- marker?: import("csstype").Property.Marker | undefined;
813
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
814
- markerMid?: import("csstype").Property.MarkerMid | undefined;
815
- markerStart?: import("csstype").Property.MarkerStart | undefined;
816
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
817
- stopColor?: import("csstype").Property.StopColor | undefined;
818
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
819
- stroke?: import("csstype").Property.Stroke | undefined;
820
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
821
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
822
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
823
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
824
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
825
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
826
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
827
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
828
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
829
- };
830
- export default setPosition;
1
+ import type { RefObject } from "react";
2
+ type AlignType = "left" | "center" | "right";
3
+ declare const setPosition: (trigger: RefObject<HTMLDivElement>, popoverStyle: React.CSSProperties, popover: RefObject<HTMLDivElement>, fixed: boolean, align: AlignType, popoverOriginalHeight: number) => {
4
+ accentColor?: import("csstype").Property.AccentColor | undefined;
5
+ alignContent?: import("csstype").Property.AlignContent | undefined;
6
+ alignItems?: import("csstype").Property.AlignItems | undefined;
7
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
8
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
9
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
10
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
11
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
12
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
13
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
14
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
15
+ animationName?: import("csstype").Property.AnimationName | undefined;
16
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
17
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
18
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
19
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
20
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
21
+ appearance?: import("csstype").Property.Appearance | undefined;
22
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
23
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
24
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
25
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
26
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
27
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
28
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
29
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
30
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
31
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
32
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
33
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
34
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
35
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
36
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
37
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
38
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
39
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
40
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
41
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
42
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
43
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
44
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
45
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
46
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
47
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
48
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
49
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
50
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
51
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
52
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
53
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
54
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
55
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
56
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
57
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
58
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
59
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
60
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
61
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
62
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
63
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
64
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
65
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
66
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
67
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
68
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
69
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
70
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
71
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
72
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
73
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
74
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
75
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
76
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
77
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
78
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
79
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
80
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
81
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
82
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
83
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
84
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
85
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
86
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
87
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
88
+ breakInside?: import("csstype").Property.BreakInside | undefined;
89
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
90
+ caretColor?: import("csstype").Property.CaretColor | undefined;
91
+ caretShape?: import("csstype").Property.CaretShape | undefined;
92
+ clear?: import("csstype").Property.Clear | undefined;
93
+ clipPath?: import("csstype").Property.ClipPath | undefined;
94
+ color?: import("csstype").Property.Color | undefined;
95
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
96
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
97
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
98
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
99
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
100
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
101
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
102
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
103
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
104
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
105
+ contain?: import("csstype").Property.Contain | undefined;
106
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
107
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
108
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
109
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
110
+ containerName?: import("csstype").Property.ContainerName | undefined;
111
+ containerType?: import("csstype").Property.ContainerType | undefined;
112
+ content?: import("csstype").Property.Content | undefined;
113
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
114
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
115
+ counterReset?: import("csstype").Property.CounterReset | undefined;
116
+ counterSet?: import("csstype").Property.CounterSet | undefined;
117
+ cursor?: import("csstype").Property.Cursor | undefined;
118
+ direction?: import("csstype").Property.Direction | undefined;
119
+ display?: import("csstype").Property.Display | undefined;
120
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
121
+ filter?: import("csstype").Property.Filter | undefined;
122
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
123
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
124
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
125
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
126
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
127
+ float?: import("csstype").Property.Float | undefined;
128
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
129
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
130
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
131
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
132
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
133
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
134
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
135
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
136
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
137
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
138
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
139
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
140
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
141
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
142
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
143
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
144
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
145
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
146
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
147
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
148
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
149
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
150
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
151
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
152
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
153
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
154
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
155
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
156
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
157
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
158
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
159
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
160
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
161
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
162
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
163
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
164
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
165
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
166
+ height?: import("csstype").Property.Height<string | number> | undefined;
167
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
168
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
169
+ hyphens?: import("csstype").Property.Hyphens | undefined;
170
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
171
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
172
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
173
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
174
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
175
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
176
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
177
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
178
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
179
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
180
+ isolation?: import("csstype").Property.Isolation | undefined;
181
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
182
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
183
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
184
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
185
+ left?: import("csstype").Property.Left<string | number> | undefined;
186
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
187
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
188
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
189
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
190
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
191
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
192
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
193
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
194
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
195
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
196
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
197
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
198
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
199
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
200
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
201
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
202
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
203
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
204
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
205
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
206
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
207
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
208
+ maskClip?: import("csstype").Property.MaskClip | undefined;
209
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
210
+ maskImage?: import("csstype").Property.MaskImage | undefined;
211
+ maskMode?: import("csstype").Property.MaskMode | undefined;
212
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
213
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
214
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
215
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
216
+ maskType?: import("csstype").Property.MaskType | undefined;
217
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
218
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
219
+ mathShift?: import("csstype").Property.MathShift | undefined;
220
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
221
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
222
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
223
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
224
+ maxLines?: import("csstype").Property.MaxLines | undefined;
225
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
226
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
227
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
228
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
229
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
230
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
231
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
232
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
233
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
234
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
235
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
236
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
237
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
238
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
239
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
240
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
241
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
242
+ opacity?: import("csstype").Property.Opacity | undefined;
243
+ order?: import("csstype").Property.Order | undefined;
244
+ orphans?: import("csstype").Property.Orphans | undefined;
245
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
246
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
247
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
248
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
249
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
250
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
251
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
252
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
253
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
254
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
255
+ overflowX?: import("csstype").Property.OverflowX | undefined;
256
+ overflowY?: import("csstype").Property.OverflowY | undefined;
257
+ overlay?: import("csstype").Property.Overlay | undefined;
258
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
259
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
260
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
261
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
262
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
263
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
264
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
265
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
266
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
267
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
268
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
269
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
270
+ page?: import("csstype").Property.Page | undefined;
271
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
272
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
273
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
274
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
275
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
276
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
277
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
278
+ position?: import("csstype").Property.Position | undefined;
279
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
280
+ quotes?: import("csstype").Property.Quotes | undefined;
281
+ resize?: import("csstype").Property.Resize | undefined;
282
+ right?: import("csstype").Property.Right<string | number> | undefined;
283
+ rotate?: import("csstype").Property.Rotate | undefined;
284
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
285
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
286
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
287
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
288
+ scale?: import("csstype").Property.Scale | undefined;
289
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
290
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
291
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
292
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
293
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
294
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
295
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
296
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
297
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
298
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
299
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
300
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
301
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
302
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
303
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
304
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
305
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
306
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
307
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
308
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
309
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
310
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
311
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
312
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
313
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
314
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
315
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
316
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
317
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
318
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
319
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
320
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
321
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
322
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
323
+ textAlign?: import("csstype").Property.TextAlign | undefined;
324
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
325
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
326
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
327
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
328
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
329
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
330
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
331
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
332
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
333
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
334
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
335
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
336
+ textJustify?: import("csstype").Property.TextJustify | undefined;
337
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
338
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
339
+ textRendering?: import("csstype").Property.TextRendering | undefined;
340
+ textShadow?: import("csstype").Property.TextShadow | undefined;
341
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
342
+ textTransform?: import("csstype").Property.TextTransform | undefined;
343
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
344
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
345
+ textWrap?: import("csstype").Property.TextWrap | undefined;
346
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
347
+ top?: import("csstype").Property.Top<string | number> | undefined;
348
+ touchAction?: import("csstype").Property.TouchAction | undefined;
349
+ transform?: import("csstype").Property.Transform | undefined;
350
+ transformBox?: import("csstype").Property.TransformBox | undefined;
351
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
352
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
353
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
354
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
355
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
356
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
357
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
358
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
359
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
360
+ userSelect?: import("csstype").Property.UserSelect | undefined;
361
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
362
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
363
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
364
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
365
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
366
+ visibility?: import("csstype").Property.Visibility | undefined;
367
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
368
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
369
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
370
+ widows?: import("csstype").Property.Widows | undefined;
371
+ width?: import("csstype").Property.Width<string | number> | undefined;
372
+ willChange?: import("csstype").Property.WillChange | undefined;
373
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
374
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
375
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
376
+ writingMode?: import("csstype").Property.WritingMode | undefined;
377
+ zIndex?: import("csstype").Property.ZIndex | undefined;
378
+ zoom?: import("csstype").Property.Zoom | undefined;
379
+ all?: import("csstype").Property.All | undefined;
380
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
381
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
382
+ background?: import("csstype").Property.Background<string | number> | undefined;
383
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
384
+ border?: import("csstype").Property.Border<string | number> | undefined;
385
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
386
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
387
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
388
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
389
+ borderColor?: import("csstype").Property.BorderColor | undefined;
390
+ borderImage?: import("csstype").Property.BorderImage | undefined;
391
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
392
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
393
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
394
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
395
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
396
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
397
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
398
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
399
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
400
+ caret?: import("csstype").Property.Caret | undefined;
401
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
402
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
403
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
404
+ container?: import("csstype").Property.Container | undefined;
405
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
406
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
407
+ font?: import("csstype").Property.Font | undefined;
408
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
409
+ grid?: import("csstype").Property.Grid | undefined;
410
+ gridArea?: import("csstype").Property.GridArea | undefined;
411
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
412
+ gridRow?: import("csstype").Property.GridRow | undefined;
413
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
414
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
415
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
416
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
417
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
418
+ listStyle?: import("csstype").Property.ListStyle | undefined;
419
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
420
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
421
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
422
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
423
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
424
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
425
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
426
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
427
+ overflow?: import("csstype").Property.Overflow | undefined;
428
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
429
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
430
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
431
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
432
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
433
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
434
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
435
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
436
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
437
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
438
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
439
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
440
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
441
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
442
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
443
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
444
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
445
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
446
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
447
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
448
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
449
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
450
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
451
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
452
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
453
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
454
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
455
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
456
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
457
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
458
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
459
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
460
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
461
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
462
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
463
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
464
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
465
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
466
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
467
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
468
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
469
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
470
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
471
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
472
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
473
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
474
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
475
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
476
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
477
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
478
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
479
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
480
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
481
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
482
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
483
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
484
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
485
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
486
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
487
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
488
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
489
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
490
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
491
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
492
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
493
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
494
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
495
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
496
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
497
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
498
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
499
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
500
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
501
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
502
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
503
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
504
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
505
+ msFilter?: import("csstype").Property.MsFilter | undefined;
506
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
507
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
508
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
509
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
510
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
511
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
512
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
513
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
514
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
515
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
516
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
517
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
518
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
519
+ msOrder?: import("csstype").Property.Order | undefined;
520
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
521
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
522
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
523
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
524
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
525
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
526
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
527
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
528
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
529
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
530
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
531
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
532
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
533
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
534
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
535
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
536
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
537
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
538
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
539
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
540
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
541
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
542
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
543
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
544
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
545
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
546
+ msTransform?: import("csstype").Property.Transform | undefined;
547
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
548
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
549
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
550
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
551
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
552
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
553
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
554
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
555
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
556
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
557
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
558
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
559
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
560
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
561
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
562
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
563
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
564
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
565
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
566
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
567
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
568
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
569
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
570
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
571
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
572
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
573
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
574
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
575
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
576
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
577
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
578
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
579
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
580
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
581
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
582
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
583
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
584
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
585
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
586
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
587
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
588
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
589
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
590
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
591
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
592
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
593
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
594
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
595
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
596
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
597
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
598
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
599
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
600
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
601
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
602
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
603
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
604
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
605
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
606
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
607
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
608
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
609
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
610
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
611
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
612
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
613
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
614
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
615
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
616
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
617
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
618
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
619
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
620
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
621
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
622
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
623
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
624
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
625
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
626
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
627
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
628
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
629
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
630
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
631
+ WebkitOrder?: import("csstype").Property.Order | undefined;
632
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
633
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
634
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
635
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
636
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
637
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
638
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
639
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
640
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
641
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
642
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
643
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
644
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
645
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
646
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
647
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
648
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
649
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
650
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
651
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
652
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
653
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
654
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
655
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
656
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
657
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
658
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
659
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
660
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
661
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
662
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
663
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
664
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
665
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
666
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
667
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
668
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
669
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
670
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
671
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
672
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
673
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
674
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
675
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
676
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
677
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
678
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
679
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
680
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
681
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
682
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
683
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
684
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
685
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
686
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
687
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
688
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
689
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
690
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
691
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
692
+ azimuth?: import("csstype").Property.Azimuth | undefined;
693
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
694
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
695
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
696
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
697
+ boxLines?: import("csstype").Property.BoxLines | undefined;
698
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
699
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
700
+ boxPack?: import("csstype").Property.BoxPack | undefined;
701
+ clip?: import("csstype").Property.Clip | undefined;
702
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
703
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
704
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
705
+ imeMode?: import("csstype").Property.ImeMode | undefined;
706
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
707
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
708
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
709
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
710
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
711
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
712
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
713
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
714
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
715
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
716
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
717
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
718
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
719
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
720
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
721
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
722
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
723
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
724
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
725
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
726
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
727
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
728
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
729
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
730
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
731
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
732
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
733
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
734
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
735
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
736
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
737
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
738
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
739
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
740
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
741
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
742
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
743
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
744
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
745
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
746
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
747
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
748
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
749
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
750
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
751
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
752
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
753
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
754
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
755
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
756
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
757
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
758
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
759
+ MozTransform?: import("csstype").Property.Transform | undefined;
760
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
761
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
762
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
763
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
764
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
765
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
766
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
767
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
768
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
769
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
770
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
771
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
772
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
773
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
774
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
775
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
776
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
777
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
778
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
779
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
780
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
781
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
782
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
783
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
784
+ OTransform?: import("csstype").Property.Transform | undefined;
785
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
786
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
787
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
788
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
789
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
790
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
791
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
792
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
793
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
794
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
795
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
796
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
797
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
798
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
799
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
800
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
801
+ clipRule?: import("csstype").Property.ClipRule | undefined;
802
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
803
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
804
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
805
+ fill?: import("csstype").Property.Fill | undefined;
806
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
807
+ fillRule?: import("csstype").Property.FillRule | undefined;
808
+ floodColor?: import("csstype").Property.FloodColor | undefined;
809
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
810
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
811
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
812
+ marker?: import("csstype").Property.Marker | undefined;
813
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
814
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
815
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
816
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
817
+ stopColor?: import("csstype").Property.StopColor | undefined;
818
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
819
+ stroke?: import("csstype").Property.Stroke | undefined;
820
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
821
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
822
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
823
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
824
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
825
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
826
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
827
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
828
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
829
+ };
830
+ export default setPosition;