@carto/meridian-ds 0.1.0

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