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