@jetbrains/ring-ui 5.0.0-beta.3 → 5.0.0-beta.7

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 (323) hide show
  1. package/CHANGELOG.md +49 -1
  2. package/babel.config.js +1 -12
  3. package/components/alert/alert.css +3 -14
  4. package/components/alert/alert.d.ts +3 -0
  5. package/components/alert/alert.js +8 -7
  6. package/components/alert/container.css +0 -2
  7. package/components/alert-service/alert-service.examples.css +5 -3
  8. package/components/auth/auth__core.d.ts +3 -1
  9. package/components/auth/auth__core.js +42 -15
  10. package/components/auth/down-notification.css +1 -1
  11. package/components/auth-dialog/auth-dialog.d.ts +11 -0
  12. package/components/auth-dialog/auth-dialog.js +33 -2
  13. package/components/autofocus-ng/autofocus-ng.js +1 -1
  14. package/components/autofocus-ng/autofocus-ng.test.js +1 -1
  15. package/components/button/button.css +93 -204
  16. package/components/button/button.d.ts +7 -8
  17. package/components/button/button.js +6 -8
  18. package/components/button/button__classes.d.ts +1 -1
  19. package/components/button/button__classes.js +4 -7
  20. package/components/button-group/button-group.css +136 -19
  21. package/components/button-group/button-group.d.ts +4 -1
  22. package/components/button-group/button-group.js +3 -3
  23. package/components/button-group-ng/button-group-ng.css +1 -0
  24. package/components/button-group-ng/button-group-ng.examples.js +1 -1
  25. package/components/button-ng/button-ng.examples.js +6 -7
  26. package/components/button-ng/button-ng.js +6 -25
  27. package/components/button-set/button-set.css +1 -0
  28. package/components/button-toolbar/button-toolbar.css +2 -0
  29. package/components/checkbox/checkbox.css +10 -4
  30. package/components/date-picker/date-input.js +2 -1
  31. package/components/date-picker/date-picker.css +2 -1
  32. package/components/dialog/dialog.css +10 -3
  33. package/components/dialog-ng/dialog-ng__template.js +1 -0
  34. package/components/error-bubble/error-bubble-legacy.css +1 -1
  35. package/components/error-bubble/error-bubble.css +1 -1
  36. package/components/global/controls-height.d.ts +7 -0
  37. package/components/global/controls-height.js +8 -0
  38. package/components/global/theme.d.ts +7 -20
  39. package/components/global/theme.js +26 -32
  40. package/components/global/variables.css +30 -25
  41. package/components/global/variables.d.ts +10 -8
  42. package/components/global/variables_dark.css +68 -0
  43. package/components/header/header.css +19 -10
  44. package/components/header/header.d.ts +7 -69
  45. package/components/header/header.js +10 -9
  46. package/components/header/services.css +3 -3
  47. package/components/header/services.d.ts +5 -0
  48. package/components/header/services.js +8 -2
  49. package/components/header/tray-icon.d.ts +18 -575
  50. package/components/heading/heading.css +4 -1
  51. package/components/icon/icon.css +1 -1
  52. package/components/input/input.css +81 -151
  53. package/components/input/input.d.ts +13 -17
  54. package/components/input/input.js +28 -32
  55. package/components/input-ng/input-ng.examples.js +1 -1
  56. package/components/input-ng/input-ng.js +45 -49
  57. package/components/island/adaptive-island-hoc.d.ts +2 -2
  58. package/components/island/adaptive-island-hoc.js +2 -2
  59. package/components/island/content.js +2 -7
  60. package/components/island/header.js +7 -4
  61. package/components/island/island.css +8 -5
  62. package/components/island/island.d.ts +2 -2
  63. package/components/island-legacy/island-legacy.css +1 -1
  64. package/components/list/list.d.ts +1 -1
  65. package/components/loader-inline/loader-inline.css +14 -0
  66. package/components/loader-inline/loader-inline.d.ts +4 -41
  67. package/components/loader-inline/loader-inline.js +3 -11
  68. package/components/loader-inline-ng/loader-inline-ng.js +1 -17
  69. package/components/loader-inline-ng/loader-inline-ng.test.js +0 -11
  70. package/components/markdown/code.d.ts +6 -13
  71. package/components/markdown/code.js +2 -2
  72. package/components/markdown/heading.d.ts +5 -9
  73. package/components/markdown/heading.js +2 -2
  74. package/components/markdown/link.d.ts +4 -8
  75. package/components/markdown/link.js +1 -1
  76. package/components/markdown/markdown.d.ts +2 -3
  77. package/components/markdown/markdown.js +14 -11
  78. package/components/message/message.css +7 -3
  79. package/components/message/message.d.ts +3 -0
  80. package/components/message/message.js +16 -9
  81. package/components/pager/pager.js +2 -8
  82. package/components/popup/popup.css +1 -1
  83. package/components/popup/popup.target.d.ts +1 -0
  84. package/components/progress-bar/progress-bar.css +8 -12
  85. package/components/progress-bar/progress-bar.d.ts +0 -4
  86. package/components/progress-bar/progress-bar.js +1 -6
  87. package/components/progress-bar-ng/progress-bar-ng.examples.js +3 -2
  88. package/components/query-assist/query-assist.css +48 -64
  89. package/components/query-assist/query-assist.d.ts +0 -5
  90. package/components/query-assist/query-assist.js +4 -10
  91. package/components/radio/radio.css +10 -4
  92. package/components/select/select.css +19 -37
  93. package/components/select/select.d.ts +4 -6
  94. package/components/select/select.js +17 -30
  95. package/components/select/select__filter.js +2 -1
  96. package/components/select/select__popup.js +1 -2
  97. package/components/select-ng/select-ng.examples.js +1 -0
  98. package/components/select-ng/select-ng.js +3 -1
  99. package/components/select-ng/select-ng.test.js +1 -1
  100. package/components/select-ng/select-ng__lazy.js +1 -2
  101. package/components/shortcuts-hint-ng/shortcuts-hint-ng.css +1 -1
  102. package/components/shortcuts-hint-ng/shortcuts-hint-ng.examples.js +1 -1
  103. package/components/tabs/collapsible-tab.js +2 -2
  104. package/components/tabs/dumb-tabs.d.ts +4 -107
  105. package/components/tabs/dumb-tabs.js +5 -9
  106. package/components/tabs/tab.d.ts +2 -0
  107. package/components/tabs/tabs.css +8 -28
  108. package/components/tabs-ng/tabs-ng.examples.js +11 -3
  109. package/components/tabs-ng/tabs-ng.js +1 -4
  110. package/components/tabs-ng/tabs-ng__template.js +1 -1
  111. package/components/tag/tag.css +31 -8
  112. package/components/tag/tag.d.ts +1 -0
  113. package/components/tag/tag.js +1 -0
  114. package/components/tags-input/tags-input.css +10 -4
  115. package/components/toggle/toggle.css +61 -35
  116. package/components/toggle/toggle.d.ts +9 -89
  117. package/components/toggle/toggle.js +7 -7
  118. package/components/tooltip/tooltip.css +7 -0
  119. package/components/tooltip/tooltip.d.ts +1 -0
  120. package/components/tooltip/tooltip.js +3 -2
  121. package/components/user-agreement/service.d.ts +2 -2
  122. package/components/user-agreement/user-agreement.js +1 -1
  123. package/dist/_helpers/anchor.js +3 -3
  124. package/dist/_helpers/badge.js +1 -1
  125. package/dist/_helpers/button-group.js +1 -1
  126. package/dist/_helpers/button-set.js +1 -1
  127. package/dist/_helpers/button-toolbar.js +1 -1
  128. package/dist/_helpers/button__classes.js +5 -8
  129. package/dist/_helpers/card.js +1 -1
  130. package/dist/_helpers/checkbox.js +1 -1
  131. package/dist/_helpers/date-picker.js +1 -1
  132. package/dist/_helpers/dialog__body-scroll-preventer.js +1 -1
  133. package/dist/_helpers/error-message.js +1 -1
  134. package/dist/_helpers/footer.js +1 -1
  135. package/dist/_helpers/grid.js +1 -1
  136. package/dist/_helpers/group.js +1 -1
  137. package/dist/_helpers/header.js +1 -1
  138. package/dist/_helpers/icon.js +1 -1
  139. package/dist/_helpers/input.js +1 -1
  140. package/dist/_helpers/island.js +1 -1
  141. package/dist/_helpers/link.js +1 -1
  142. package/dist/_helpers/list.js +1 -1
  143. package/dist/_helpers/loader-inline.js +3 -0
  144. package/dist/_helpers/loader-screen.js +1 -1
  145. package/dist/_helpers/panel.js +1 -1
  146. package/dist/_helpers/query-assist__suggestions.js +1 -1
  147. package/dist/_helpers/radio.js +1 -1
  148. package/dist/_helpers/select__filter.js +5 -3
  149. package/dist/_helpers/services-link.js +1 -1
  150. package/dist/_helpers/sidebar.js +1 -1
  151. package/dist/_helpers/table.js +1 -1
  152. package/dist/_helpers/tabs.js +1 -1
  153. package/dist/_helpers/theme.js +50 -0
  154. package/dist/_helpers/title.js +1 -1
  155. package/dist/alert/alert.d.ts +3 -0
  156. package/dist/alert/alert.js +21 -19
  157. package/dist/alert/container.js +1 -1
  158. package/dist/alert-service/alert-service.js +9 -7
  159. package/dist/auth/auth.js +9 -9
  160. package/dist/auth/auth__core.d.ts +3 -1
  161. package/dist/auth/auth__core.js +58 -26
  162. package/dist/auth/down-notification.js +8 -8
  163. package/dist/auth/iframe-flow.js +1 -1
  164. package/dist/auth/landing.js +9 -9
  165. package/dist/auth/storage.js +9 -7
  166. package/dist/auth-dialog/auth-dialog.d.ts +11 -0
  167. package/dist/auth-dialog/auth-dialog.js +52 -7
  168. package/dist/auth-dialog-service/auth-dialog-service.js +1 -1
  169. package/dist/auth-ng/auth-ng.js +9 -9
  170. package/dist/autofocus-ng/autofocus-ng.js +1 -1
  171. package/dist/avatar/avatar.js +1 -1
  172. package/dist/avatar-editor-ng/avatar-editor-ng.js +9 -7
  173. package/dist/breadcrumb-ng/breadcrumb-ng.js +1 -1
  174. package/dist/button/button.d.ts +7 -8
  175. package/dist/button/button.js +6 -8
  176. package/dist/button/button__classes.d.ts +1 -1
  177. package/dist/button/button__classes.js +0 -3
  178. package/dist/button-group/button-group.d.ts +4 -1
  179. package/dist/button-group/button-group.js +5 -3
  180. package/dist/button-group-ng/button-group-ng.js +1 -1
  181. package/dist/button-ng/button-ng.js +6 -31
  182. package/dist/code/code.js +1 -1
  183. package/dist/confirm/confirm.js +5 -5
  184. package/dist/confirm-ng/confirm-ng.js +1 -1
  185. package/dist/confirm-service/confirm-service.js +1 -1
  186. package/dist/data-list/data-list.js +2 -7
  187. package/dist/data-list/item.js +8 -13
  188. package/dist/data-list-ng/data-list-ng.js +2 -7
  189. package/dist/date-picker/date-input.js +4 -3
  190. package/dist/date-picker/date-picker.js +1 -1
  191. package/dist/date-picker/date-popup.js +1 -1
  192. package/dist/dialog/dialog.js +3 -3
  193. package/dist/dialog-ng/dialog-ng.js +3 -3
  194. package/dist/dialog-ng/dialog-ng__template.js +1 -0
  195. package/dist/docked-panel-ng/docked-panel-ng.js +1 -1
  196. package/dist/dropdown/anchor.js +1 -1
  197. package/dist/dropdown/dropdown.js +1 -1
  198. package/dist/dropdown-menu/dropdown-menu.js +1 -1
  199. package/dist/error-bubble/error-bubble.js +1 -1
  200. package/dist/global/controls-height.d.ts +7 -0
  201. package/dist/global/controls-height.js +13 -0
  202. package/dist/global/theme.d.ts +7 -20
  203. package/dist/global/theme.js +7 -62
  204. package/dist/global/variables.d.ts +10 -8
  205. package/dist/header/header.d.ts +7 -69
  206. package/dist/header/header.js +13 -17
  207. package/dist/header/profile.js +3 -3
  208. package/dist/header/services.d.ts +5 -0
  209. package/dist/header/services.js +11 -3
  210. package/dist/header/smart-profile.js +10 -14
  211. package/dist/header/smart-services.js +9 -13
  212. package/dist/header/tray-icon.d.ts +18 -575
  213. package/dist/header/tray-icon.js +4 -4
  214. package/dist/heading/heading.js +1 -1
  215. package/dist/input/input.d.ts +13 -17
  216. package/dist/input/input.js +32 -41
  217. package/dist/input-ng/input-ng.js +46 -49
  218. package/dist/island/adaptive-island-hoc.d.ts +2 -2
  219. package/dist/island/adaptive-island-hoc.js +4 -2
  220. package/dist/island/content.js +2 -9
  221. package/dist/island/header.js +7 -4
  222. package/dist/island/island.d.ts +2 -2
  223. package/dist/list/list.d.ts +1 -1
  224. package/dist/loader/loader__core.js +1 -1
  225. package/dist/loader-inline/loader-inline.d.ts +4 -41
  226. package/dist/loader-inline/loader-inline.js +3 -21
  227. package/dist/loader-inline-ng/loader-inline-ng.js +2 -30
  228. package/dist/login-dialog/login-dialog.js +2 -2
  229. package/dist/login-dialog/service.js +1 -1
  230. package/dist/markdown/code.d.ts +6 -13
  231. package/dist/markdown/code.js +3 -3
  232. package/dist/markdown/heading.d.ts +5 -9
  233. package/dist/markdown/heading.js +2 -2
  234. package/dist/markdown/link.d.ts +4 -8
  235. package/dist/markdown/link.js +1 -1
  236. package/dist/markdown/markdown.d.ts +2 -3
  237. package/dist/markdown/markdown.js +16 -16
  238. package/dist/message/message.d.ts +3 -0
  239. package/dist/message/message.js +18 -10
  240. package/dist/pager/pager.js +8 -12
  241. package/dist/pager-ng/pager-ng.js +3 -7
  242. package/dist/permissions-ng/permissions-ng.js +9 -9
  243. package/dist/popup/popup.js +1 -1
  244. package/dist/popup/popup.target.d.ts +1 -0
  245. package/dist/progress-bar/progress-bar.d.ts +0 -4
  246. package/dist/progress-bar/progress-bar.js +1 -7
  247. package/dist/progress-bar-ng/progress-bar-ng.js +0 -1
  248. package/dist/promised-click-ng/promised-click-ng.js +2 -2
  249. package/dist/query-assist/query-assist.d.ts +0 -5
  250. package/dist/query-assist/query-assist.js +10 -26
  251. package/dist/query-assist-ng/query-assist-ng.js +2 -7
  252. package/dist/save-field-ng/save-field-ng.js +2 -9
  253. package/dist/select/select.d.ts +4 -6
  254. package/dist/select/select.js +35 -58
  255. package/dist/select/select__filter.js +1 -1
  256. package/dist/select/select__popup.js +7 -13
  257. package/dist/select-ng/select-ng.js +5 -9
  258. package/dist/select-ng/select-ng__lazy.js +7 -11
  259. package/dist/shortcuts-hint-ng/shortcuts-hint-ng.js +2 -2
  260. package/dist/sidebar-ng/sidebar-ng.js +2 -2
  261. package/dist/storage/storage.js +9 -7
  262. package/dist/storage/storage__local.js +9 -7
  263. package/dist/style.css +1 -1
  264. package/dist/tab-trap/tab-trap.js +1 -1
  265. package/dist/table/row-with-focus-sensor.js +1 -1
  266. package/dist/table/row.js +5 -5
  267. package/dist/table/smart-table.js +1 -1
  268. package/dist/table/table.js +1 -1
  269. package/dist/table-legacy-ng/table-legacy-ng.js +3 -7
  270. package/dist/table-legacy-ng/table-legacy-ng__pager.js +3 -7
  271. package/dist/table-ng/smart-table-ng.js +1 -1
  272. package/dist/table-ng/table-ng.js +1 -1
  273. package/dist/tabs/collapsible-more.js +1 -1
  274. package/dist/tabs/collapsible-tab.js +3 -2
  275. package/dist/tabs/collapsible-tabs.js +1 -1
  276. package/dist/tabs/dumb-tabs.d.ts +4 -107
  277. package/dist/tabs/dumb-tabs.js +6 -12
  278. package/dist/tabs/smart-tabs.js +3 -3
  279. package/dist/tabs/tab.d.ts +2 -0
  280. package/dist/tabs/tabs.js +1 -1
  281. package/dist/tabs-ng/tabs-ng.js +1 -6
  282. package/dist/tabs-ng/tabs-ng__template.js +1 -1
  283. package/dist/tag/tag.d.ts +1 -0
  284. package/dist/tag/tag.js +5 -4
  285. package/dist/tags-input/tags-input.js +5 -9
  286. package/dist/tags-input-ng/tags-input-ng.js +4 -8
  287. package/dist/tags-list/tags-list.js +1 -1
  288. package/dist/text/text.js +1 -1
  289. package/dist/toggle/toggle.d.ts +9 -89
  290. package/dist/toggle/toggle.js +7 -8
  291. package/dist/toggle-ng/toggle-ng.js +2 -3
  292. package/dist/tooltip/tooltip.d.ts +1 -0
  293. package/dist/tooltip/tooltip.js +6 -3
  294. package/dist/user-agreement/service.d.ts +2 -2
  295. package/dist/user-agreement/service.js +9 -13
  296. package/dist/user-agreement/user-agreement.js +8 -10
  297. package/dist/user-card/smart-user-card-tooltip.js +6 -11
  298. package/dist/user-card/tooltip.js +1 -1
  299. package/dist/user-card/user-card.js +2 -7
  300. package/dist/user-card-ng/user-card-ng.js +4 -9
  301. package/package.json +5 -5
  302. package/webpack.config.js +0 -11
  303. package/components/global/conic-gradient.d.ts +0 -796
  304. package/components/global/conic-gradient.js +0 -21
  305. package/components/global/radial-gradient-mask.d.ts +0 -9
  306. package/components/global/radial-gradient-mask.js +0 -39
  307. package/components/global/supports-css.d.ts +0 -2
  308. package/components/global/supports-css.js +0 -14
  309. package/components/global/variables_dark.d.ts +0 -3
  310. package/components/global/variables_dark.js +0 -53
  311. package/components/loader-inline/inject-styles.d.ts +0 -2
  312. package/components/loader-inline/inject-styles.js +0 -17
  313. package/dist/_helpers/inject-styles.js +0 -22
  314. package/dist/global/conic-gradient.d.ts +0 -796
  315. package/dist/global/conic-gradient.js +0 -35
  316. package/dist/global/radial-gradient-mask.d.ts +0 -9
  317. package/dist/global/radial-gradient-mask.js +0 -49
  318. package/dist/global/supports-css.d.ts +0 -2
  319. package/dist/global/supports-css.js +0 -20
  320. package/dist/global/variables_dark.d.ts +0 -3
  321. package/dist/global/variables_dark.js +0 -57
  322. package/dist/loader-inline/inject-styles.d.ts +0 -2
  323. package/dist/loader-inline/inject-styles.js +0 -11
@@ -1,796 +0,0 @@
1
- import 'conic-gradient';
2
- import { RadialGradientMask } from './radial-gradient-mask';
3
- export interface ConicGradientConfig {
4
- stops: string;
5
- size?: number | null | undefined;
6
- }
7
- declare const _default: (stops: ConicGradientConfig) => string;
8
- export default _default;
9
- export declare const conicGradientWithMask: (mask: RadialGradientMask, stops: string, size?: number | undefined) => {
10
- 'background-image': string;
11
- "accent-color"?: import("csstype").Property.AccentColor | undefined;
12
- "align-content"?: import("csstype").Property.AlignContent | undefined;
13
- "align-items"?: import("csstype").Property.AlignItems | undefined;
14
- "align-self"?: import("csstype").Property.AlignSelf | undefined;
15
- "align-tracks"?: import("csstype").Property.AlignTracks | undefined;
16
- "animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
17
- "animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
18
- "animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
19
- "animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
20
- "animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
21
- "animation-name"?: import("csstype").Property.AnimationName | undefined;
22
- "animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
23
- "animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
24
- appearance?: import("csstype").Property.Appearance | undefined;
25
- "aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
26
- "backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
27
- "backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
28
- "background-attachment"?: import("csstype").Property.BackgroundAttachment | undefined;
29
- "background-blend-mode"?: import("csstype").Property.BackgroundBlendMode | undefined;
30
- "background-clip"?: import("csstype").Property.BackgroundClip | undefined;
31
- "background-color"?: import("csstype").Property.BackgroundColor | undefined;
32
- "background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
33
- "background-position-x"?: import("csstype").Property.BackgroundPositionX<0 | (string & {})> | undefined;
34
- "background-position-y"?: import("csstype").Property.BackgroundPositionY<0 | (string & {})> | undefined;
35
- "background-repeat"?: import("csstype").Property.BackgroundRepeat | undefined;
36
- "background-size"?: import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined;
37
- "block-overflow"?: import("csstype").Property.BlockOverflow | undefined;
38
- "block-size"?: import("csstype").Property.BlockSize<0 | (string & {})> | undefined;
39
- "border-block-color"?: import("csstype").Property.BorderBlockColor | undefined;
40
- "border-block-end-color"?: import("csstype").Property.BorderBlockEndColor | undefined;
41
- "border-block-end-style"?: import("csstype").Property.BorderBlockEndStyle | undefined;
42
- "border-block-end-width"?: import("csstype").Property.BorderBlockEndWidth<0 | (string & {})> | undefined;
43
- "border-block-start-color"?: import("csstype").Property.BorderBlockStartColor | undefined;
44
- "border-block-start-style"?: import("csstype").Property.BorderBlockStartStyle | undefined;
45
- "border-block-start-width"?: import("csstype").Property.BorderBlockStartWidth<0 | (string & {})> | undefined;
46
- "border-block-style"?: import("csstype").Property.BorderBlockStyle | undefined;
47
- "border-block-width"?: import("csstype").Property.BorderBlockWidth<0 | (string & {})> | undefined;
48
- "border-bottom-color"?: import("csstype").Property.BorderBottomColor | undefined;
49
- "border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | undefined;
50
- "border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | undefined;
51
- "border-bottom-style"?: import("csstype").Property.BorderBottomStyle | undefined;
52
- "border-bottom-width"?: import("csstype").Property.BorderBottomWidth<0 | (string & {})> | undefined;
53
- "border-collapse"?: import("csstype").Property.BorderCollapse | undefined;
54
- "border-end-end-radius"?: import("csstype").Property.BorderEndEndRadius<0 | (string & {})> | undefined;
55
- "border-end-start-radius"?: import("csstype").Property.BorderEndStartRadius<0 | (string & {})> | undefined;
56
- "border-image-outset"?: import("csstype").Property.BorderImageOutset<0 | (string & {})> | undefined;
57
- "border-image-repeat"?: import("csstype").Property.BorderImageRepeat | undefined;
58
- "border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
59
- "border-image-source"?: import("csstype").Property.BorderImageSource | undefined;
60
- "border-image-width"?: import("csstype").Property.BorderImageWidth<0 | (string & {})> | undefined;
61
- "border-inline-color"?: import("csstype").Property.BorderInlineColor | undefined;
62
- "border-inline-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
63
- "border-inline-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
64
- "border-inline-end-width"?: import("csstype").Property.BorderInlineEndWidth<0 | (string & {})> | undefined;
65
- "border-inline-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
66
- "border-inline-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
67
- "border-inline-start-width"?: import("csstype").Property.BorderInlineStartWidth<0 | (string & {})> | undefined;
68
- "border-inline-style"?: import("csstype").Property.BorderInlineStyle | undefined;
69
- "border-inline-width"?: import("csstype").Property.BorderInlineWidth<0 | (string & {})> | undefined;
70
- "border-left-color"?: import("csstype").Property.BorderLeftColor | undefined;
71
- "border-left-style"?: import("csstype").Property.BorderLeftStyle | undefined;
72
- "border-left-width"?: import("csstype").Property.BorderLeftWidth<0 | (string & {})> | undefined;
73
- "border-right-color"?: import("csstype").Property.BorderRightColor | undefined;
74
- "border-right-style"?: import("csstype").Property.BorderRightStyle | undefined;
75
- "border-right-width"?: import("csstype").Property.BorderRightWidth<0 | (string & {})> | undefined;
76
- "border-spacing"?: import("csstype").Property.BorderSpacing<0 | (string & {})> | undefined;
77
- "border-start-end-radius"?: import("csstype").Property.BorderStartEndRadius<0 | (string & {})> | undefined;
78
- "border-start-start-radius"?: import("csstype").Property.BorderStartStartRadius<0 | (string & {})> | undefined;
79
- "border-top-color"?: import("csstype").Property.BorderTopColor | undefined;
80
- "border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | undefined;
81
- "border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | undefined;
82
- "border-top-style"?: import("csstype").Property.BorderTopStyle | undefined;
83
- "border-top-width"?: import("csstype").Property.BorderTopWidth<0 | (string & {})> | undefined;
84
- bottom?: import("csstype").Property.Bottom<0 | (string & {})> | undefined;
85
- "box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
86
- "box-shadow"?: import("csstype").Property.BoxShadow | undefined;
87
- "box-sizing"?: import("csstype").Property.BoxSizing | undefined;
88
- "break-after"?: import("csstype").Property.BreakAfter | undefined;
89
- "break-before"?: import("csstype").Property.BreakBefore | undefined;
90
- "break-inside"?: import("csstype").Property.BreakInside | undefined;
91
- "caption-side"?: import("csstype").Property.CaptionSide | undefined;
92
- "caret-color"?: import("csstype").Property.CaretColor | undefined;
93
- clear?: import("csstype").Property.Clear | undefined;
94
- "clip-path"?: import("csstype").Property.ClipPath | undefined;
95
- color?: import("csstype").Property.Color | undefined;
96
- "color-adjust"?: import("csstype").Property.ColorAdjust | undefined;
97
- "color-scheme"?: import("csstype").Property.ColorScheme | undefined;
98
- "column-count"?: import("csstype").Property.ColumnCount | undefined;
99
- "column-fill"?: import("csstype").Property.ColumnFill | undefined;
100
- "column-gap"?: import("csstype").Property.ColumnGap<0 | (string & {})> | undefined;
101
- "column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
102
- "column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
103
- "column-rule-width"?: import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | undefined;
104
- "column-span"?: import("csstype").Property.ColumnSpan | undefined;
105
- "column-width"?: import("csstype").Property.ColumnWidth<0 | (string & {})> | undefined;
106
- contain?: import("csstype").Property.Contain | undefined;
107
- content?: import("csstype").Property.Content | undefined;
108
- "content-visibility"?: import("csstype").Property.ContentVisibility | undefined;
109
- "counter-increment"?: import("csstype").Property.CounterIncrement | undefined;
110
- "counter-reset"?: import("csstype").Property.CounterReset | undefined;
111
- "counter-set"?: import("csstype").Property.CounterSet | undefined;
112
- cursor?: import("csstype").Property.Cursor | undefined;
113
- direction?: import("csstype").Property.Direction | undefined;
114
- display?: import("csstype").Property.Display | undefined;
115
- "empty-cells"?: import("csstype").Property.EmptyCells | undefined;
116
- filter?: import("csstype").Property.Filter | undefined;
117
- "flex-basis"?: import("csstype").Property.FlexBasis<0 | (string & {})> | undefined;
118
- "flex-direction"?: import("csstype").Property.FlexDirection | undefined;
119
- "flex-grow"?: import("csstype").Property.FlexGrow | undefined;
120
- "flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
121
- "flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
122
- float?: import("csstype").Property.Float | undefined;
123
- "font-family"?: import("csstype").Property.FontFamily | undefined;
124
- "font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
125
- "font-kerning"?: import("csstype").Property.FontKerning | undefined;
126
- "font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
127
- "font-optical-sizing"?: import("csstype").Property.FontOpticalSizing | undefined;
128
- "font-size"?: import("csstype").Property.FontSize<0 | (string & {})> | undefined;
129
- "font-size-adjust"?: import("csstype").Property.FontSizeAdjust | undefined;
130
- "font-smooth"?: import("csstype").Property.FontSmooth<0 | (string & {})> | undefined;
131
- "font-stretch"?: import("csstype").Property.FontStretch | undefined;
132
- "font-style"?: import("csstype").Property.FontStyle | undefined;
133
- "font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
134
- "font-variant"?: import("csstype").Property.FontVariant | undefined;
135
- "font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
136
- "font-variant-east-asian"?: import("csstype").Property.FontVariantEastAsian | undefined;
137
- "font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
138
- "font-variant-numeric"?: import("csstype").Property.FontVariantNumeric | undefined;
139
- "font-variant-position"?: import("csstype").Property.FontVariantPosition | undefined;
140
- "font-variation-settings"?: import("csstype").Property.FontVariationSettings | undefined;
141
- "font-weight"?: import("csstype").Property.FontWeight | undefined;
142
- "forced-color-adjust"?: import("csstype").Property.ForcedColorAdjust | undefined;
143
- "grid-auto-columns"?: import("csstype").Property.GridAutoColumns<0 | (string & {})> | undefined;
144
- "grid-auto-flow"?: import("csstype").Property.GridAutoFlow | undefined;
145
- "grid-auto-rows"?: import("csstype").Property.GridAutoRows<0 | (string & {})> | undefined;
146
- "grid-column-end"?: import("csstype").Property.GridColumnEnd | undefined;
147
- "grid-column-start"?: import("csstype").Property.GridColumnStart | undefined;
148
- "grid-row-end"?: import("csstype").Property.GridRowEnd | undefined;
149
- "grid-row-start"?: import("csstype").Property.GridRowStart | undefined;
150
- "grid-template-areas"?: import("csstype").Property.GridTemplateAreas | undefined;
151
- "grid-template-columns"?: import("csstype").Property.GridTemplateColumns<0 | (string & {})> | undefined;
152
- "grid-template-rows"?: import("csstype").Property.GridTemplateRows<0 | (string & {})> | undefined;
153
- "hanging-punctuation"?: import("csstype").Property.HangingPunctuation | undefined;
154
- height?: import("csstype").Property.Height<0 | (string & {})> | undefined;
155
- hyphens?: import("csstype").Property.Hyphens | undefined;
156
- "image-orientation"?: import("csstype").Property.ImageOrientation | undefined;
157
- "image-rendering"?: import("csstype").Property.ImageRendering | undefined;
158
- "image-resolution"?: import("csstype").Property.ImageResolution | undefined;
159
- "initial-letter"?: import("csstype").Property.InitialLetter | undefined;
160
- "inline-size"?: import("csstype").Property.InlineSize<0 | (string & {})> | undefined;
161
- inset?: import("csstype").Property.Inset<0 | (string & {})> | undefined;
162
- "inset-block"?: import("csstype").Property.InsetBlock<0 | (string & {})> | undefined;
163
- "inset-block-end"?: import("csstype").Property.InsetBlockEnd<0 | (string & {})> | undefined;
164
- "inset-block-start"?: import("csstype").Property.InsetBlockStart<0 | (string & {})> | undefined;
165
- "inset-inline"?: import("csstype").Property.InsetInline<0 | (string & {})> | undefined;
166
- "inset-inline-end"?: import("csstype").Property.InsetInlineEnd<0 | (string & {})> | undefined;
167
- "inset-inline-start"?: import("csstype").Property.InsetInlineStart<0 | (string & {})> | undefined;
168
- isolation?: import("csstype").Property.Isolation | undefined;
169
- "justify-content"?: import("csstype").Property.JustifyContent | undefined;
170
- "justify-items"?: import("csstype").Property.JustifyItems | undefined;
171
- "justify-self"?: import("csstype").Property.JustifySelf | undefined;
172
- "justify-tracks"?: import("csstype").Property.JustifyTracks | undefined;
173
- left?: import("csstype").Property.Left<0 | (string & {})> | undefined;
174
- "letter-spacing"?: import("csstype").Property.LetterSpacing<0 | (string & {})> | undefined;
175
- "line-break"?: import("csstype").Property.LineBreak | undefined;
176
- "line-height"?: import("csstype").Property.LineHeight<0 | (string & {})> | undefined;
177
- "line-height-step"?: import("csstype").Property.LineHeightStep<0 | (string & {})> | undefined;
178
- "list-style-image"?: import("csstype").Property.ListStyleImage | undefined;
179
- "list-style-position"?: import("csstype").Property.ListStylePosition | undefined;
180
- "list-style-type"?: import("csstype").Property.ListStyleType | undefined;
181
- "margin-block"?: import("csstype").Property.MarginBlock<0 | (string & {})> | undefined;
182
- "margin-block-end"?: import("csstype").Property.MarginBlockEnd<0 | (string & {})> | undefined;
183
- "margin-block-start"?: import("csstype").Property.MarginBlockStart<0 | (string & {})> | undefined;
184
- "margin-bottom"?: import("csstype").Property.MarginBottom<0 | (string & {})> | undefined;
185
- "margin-inline"?: import("csstype").Property.MarginInline<0 | (string & {})> | undefined;
186
- "margin-inline-end"?: import("csstype").Property.MarginInlineEnd<0 | (string & {})> | undefined;
187
- "margin-inline-start"?: import("csstype").Property.MarginInlineStart<0 | (string & {})> | undefined;
188
- "margin-left"?: import("csstype").Property.MarginLeft<0 | (string & {})> | undefined;
189
- "margin-right"?: import("csstype").Property.MarginRight<0 | (string & {})> | undefined;
190
- "margin-top"?: import("csstype").Property.MarginTop<0 | (string & {})> | undefined;
191
- "mask-border-mode"?: import("csstype").Property.MaskBorderMode | undefined;
192
- "mask-border-outset"?: import("csstype").Property.MaskBorderOutset<0 | (string & {})> | undefined;
193
- "mask-border-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
194
- "mask-border-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
195
- "mask-border-source"?: import("csstype").Property.MaskBorderSource | undefined;
196
- "mask-border-width"?: import("csstype").Property.MaskBorderWidth<0 | (string & {})> | undefined;
197
- "mask-clip"?: import("csstype").Property.MaskClip | undefined;
198
- "mask-composite"?: import("csstype").Property.MaskComposite | undefined;
199
- "mask-image"?: import("csstype").Property.MaskImage | undefined;
200
- "mask-mode"?: import("csstype").Property.MaskMode | undefined;
201
- "mask-origin"?: import("csstype").Property.MaskOrigin | undefined;
202
- "mask-position"?: import("csstype").Property.MaskPosition<0 | (string & {})> | undefined;
203
- "mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
204
- "mask-size"?: import("csstype").Property.MaskSize<0 | (string & {})> | undefined;
205
- "mask-type"?: import("csstype").Property.MaskType | undefined;
206
- "math-style"?: import("csstype").Property.MathStyle | undefined;
207
- "max-block-size"?: import("csstype").Property.MaxBlockSize<0 | (string & {})> | undefined;
208
- "max-height"?: import("csstype").Property.MaxHeight<0 | (string & {})> | undefined;
209
- "max-inline-size"?: import("csstype").Property.MaxInlineSize<0 | (string & {})> | undefined;
210
- "max-lines"?: import("csstype").Property.MaxLines | undefined;
211
- "max-width"?: import("csstype").Property.MaxWidth<0 | (string & {})> | undefined;
212
- "min-block-size"?: import("csstype").Property.MinBlockSize<0 | (string & {})> | undefined;
213
- "min-height"?: import("csstype").Property.MinHeight<0 | (string & {})> | undefined;
214
- "min-inline-size"?: import("csstype").Property.MinInlineSize<0 | (string & {})> | undefined;
215
- "min-width"?: import("csstype").Property.MinWidth<0 | (string & {})> | undefined;
216
- "mix-blend-mode"?: import("csstype").Property.MixBlendMode | undefined;
217
- "motion-distance"?: import("csstype").Property.OffsetDistance<0 | (string & {})> | undefined;
218
- "motion-path"?: import("csstype").Property.OffsetPath | undefined;
219
- "motion-rotation"?: import("csstype").Property.OffsetRotate | undefined;
220
- "object-fit"?: import("csstype").Property.ObjectFit | undefined;
221
- "object-position"?: import("csstype").Property.ObjectPosition<0 | (string & {})> | undefined;
222
- "offset-anchor"?: import("csstype").Property.OffsetAnchor<0 | (string & {})> | undefined;
223
- "offset-distance"?: import("csstype").Property.OffsetDistance<0 | (string & {})> | undefined;
224
- "offset-path"?: import("csstype").Property.OffsetPath | undefined;
225
- "offset-rotate"?: import("csstype").Property.OffsetRotate | undefined;
226
- "offset-rotation"?: import("csstype").Property.OffsetRotate | undefined;
227
- opacity?: import("csstype").Property.Opacity | undefined;
228
- order?: import("csstype").Property.Order | undefined;
229
- orphans?: import("csstype").Property.Orphans | undefined;
230
- "outline-color"?: import("csstype").Property.OutlineColor | undefined;
231
- "outline-offset"?: import("csstype").Property.OutlineOffset<0 | (string & {})> | undefined;
232
- "outline-style"?: import("csstype").Property.OutlineStyle | undefined;
233
- "outline-width"?: import("csstype").Property.OutlineWidth<0 | (string & {})> | undefined;
234
- "overflow-anchor"?: import("csstype").Property.OverflowAnchor | undefined;
235
- "overflow-block"?: import("csstype").Property.OverflowBlock | undefined;
236
- "overflow-clip-box"?: import("csstype").Property.OverflowClipBox | undefined;
237
- "overflow-clip-margin"?: import("csstype").Property.OverflowClipMargin<0 | (string & {})> | undefined;
238
- "overflow-inline"?: import("csstype").Property.OverflowInline | undefined;
239
- "overflow-wrap"?: import("csstype").Property.OverflowWrap | undefined;
240
- "overflow-x"?: import("csstype").Property.OverflowX | undefined;
241
- "overflow-y"?: import("csstype").Property.OverflowY | undefined;
242
- "overscroll-behavior-block"?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
243
- "overscroll-behavior-inline"?: import("csstype").Property.OverscrollBehaviorInline | undefined;
244
- "overscroll-behavior-x"?: import("csstype").Property.OverscrollBehaviorX | undefined;
245
- "overscroll-behavior-y"?: import("csstype").Property.OverscrollBehaviorY | undefined;
246
- "padding-block"?: import("csstype").Property.PaddingBlock<0 | (string & {})> | undefined;
247
- "padding-block-end"?: import("csstype").Property.PaddingBlockEnd<0 | (string & {})> | undefined;
248
- "padding-block-start"?: import("csstype").Property.PaddingBlockStart<0 | (string & {})> | undefined;
249
- "padding-bottom"?: import("csstype").Property.PaddingBottom<0 | (string & {})> | undefined;
250
- "padding-inline"?: import("csstype").Property.PaddingInline<0 | (string & {})> | undefined;
251
- "padding-inline-end"?: import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | undefined;
252
- "padding-inline-start"?: import("csstype").Property.PaddingInlineStart<0 | (string & {})> | undefined;
253
- "padding-left"?: import("csstype").Property.PaddingLeft<0 | (string & {})> | undefined;
254
- "padding-right"?: import("csstype").Property.PaddingRight<0 | (string & {})> | undefined;
255
- "padding-top"?: import("csstype").Property.PaddingTop<0 | (string & {})> | undefined;
256
- "page-break-after"?: import("csstype").Property.PageBreakAfter | undefined;
257
- "page-break-before"?: import("csstype").Property.PageBreakBefore | undefined;
258
- "page-break-inside"?: import("csstype").Property.PageBreakInside | undefined;
259
- "paint-order"?: import("csstype").Property.PaintOrder | undefined;
260
- perspective?: import("csstype").Property.Perspective<0 | (string & {})> | undefined;
261
- "perspective-origin"?: import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | undefined;
262
- "place-content"?: import("csstype").Property.PlaceContent | undefined;
263
- "pointer-events"?: import("csstype").Property.PointerEvents | undefined;
264
- position?: import("csstype").Property.Position | undefined;
265
- quotes?: import("csstype").Property.Quotes | undefined;
266
- resize?: import("csstype").Property.Resize | undefined;
267
- right?: import("csstype").Property.Right<0 | (string & {})> | undefined;
268
- rotate?: import("csstype").Property.Rotate | undefined;
269
- "row-gap"?: import("csstype").Property.RowGap<0 | (string & {})> | undefined;
270
- "ruby-align"?: import("csstype").Property.RubyAlign | undefined;
271
- "ruby-merge"?: import("csstype").Property.RubyMerge | undefined;
272
- "ruby-position"?: import("csstype").Property.RubyPosition | undefined;
273
- scale?: import("csstype").Property.Scale | undefined;
274
- "scroll-behavior"?: import("csstype").Property.ScrollBehavior | undefined;
275
- "scroll-margin"?: import("csstype").Property.ScrollMargin<0 | (string & {})> | undefined;
276
- "scroll-margin-block"?: import("csstype").Property.ScrollMarginBlock<0 | (string & {})> | undefined;
277
- "scroll-margin-block-end"?: import("csstype").Property.ScrollMarginBlockEnd<0 | (string & {})> | undefined;
278
- "scroll-margin-block-start"?: import("csstype").Property.ScrollMarginBlockStart<0 | (string & {})> | undefined;
279
- "scroll-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<0 | (string & {})> | undefined;
280
- "scroll-margin-inline"?: import("csstype").Property.ScrollMarginInline<0 | (string & {})> | undefined;
281
- "scroll-margin-inline-end"?: import("csstype").Property.ScrollMarginInlineEnd<0 | (string & {})> | undefined;
282
- "scroll-margin-inline-start"?: import("csstype").Property.ScrollMarginInlineStart<0 | (string & {})> | undefined;
283
- "scroll-margin-left"?: import("csstype").Property.ScrollMarginLeft<0 | (string & {})> | undefined;
284
- "scroll-margin-right"?: import("csstype").Property.ScrollMarginRight<0 | (string & {})> | undefined;
285
- "scroll-margin-top"?: import("csstype").Property.ScrollMarginTop<0 | (string & {})> | undefined;
286
- "scroll-padding"?: import("csstype").Property.ScrollPadding<0 | (string & {})> | undefined;
287
- "scroll-padding-block"?: import("csstype").Property.ScrollPaddingBlock<0 | (string & {})> | undefined;
288
- "scroll-padding-block-end"?: import("csstype").Property.ScrollPaddingBlockEnd<0 | (string & {})> | undefined;
289
- "scroll-padding-block-start"?: import("csstype").Property.ScrollPaddingBlockStart<0 | (string & {})> | undefined;
290
- "scroll-padding-bottom"?: import("csstype").Property.ScrollPaddingBottom<0 | (string & {})> | undefined;
291
- "scroll-padding-inline"?: import("csstype").Property.ScrollPaddingInline<0 | (string & {})> | undefined;
292
- "scroll-padding-inline-end"?: import("csstype").Property.ScrollPaddingInlineEnd<0 | (string & {})> | undefined;
293
- "scroll-padding-inline-start"?: import("csstype").Property.ScrollPaddingInlineStart<0 | (string & {})> | undefined;
294
- "scroll-padding-left"?: import("csstype").Property.ScrollPaddingLeft<0 | (string & {})> | undefined;
295
- "scroll-padding-right"?: import("csstype").Property.ScrollPaddingRight<0 | (string & {})> | undefined;
296
- "scroll-padding-top"?: import("csstype").Property.ScrollPaddingTop<0 | (string & {})> | undefined;
297
- "scroll-snap-align"?: import("csstype").Property.ScrollSnapAlign | undefined;
298
- "scroll-snap-margin"?: import("csstype").Property.ScrollMargin<0 | (string & {})> | undefined;
299
- "scroll-snap-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<0 | (string & {})> | undefined;
300
- "scroll-snap-margin-left"?: import("csstype").Property.ScrollMarginLeft<0 | (string & {})> | undefined;
301
- "scroll-snap-margin-right"?: import("csstype").Property.ScrollMarginRight<0 | (string & {})> | undefined;
302
- "scroll-snap-margin-top"?: import("csstype").Property.ScrollMarginTop<0 | (string & {})> | undefined;
303
- "scroll-snap-stop"?: import("csstype").Property.ScrollSnapStop | undefined;
304
- "scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
305
- "scrollbar-color"?: import("csstype").Property.ScrollbarColor | undefined;
306
- "scrollbar-gutter"?: import("csstype").Property.ScrollbarGutter | undefined;
307
- "scrollbar-width"?: import("csstype").Property.ScrollbarWidth | undefined;
308
- "shape-image-threshold"?: import("csstype").Property.ShapeImageThreshold | undefined;
309
- "shape-margin"?: import("csstype").Property.ShapeMargin<0 | (string & {})> | undefined;
310
- "shape-outside"?: import("csstype").Property.ShapeOutside | undefined;
311
- "tab-size"?: import("csstype").Property.TabSize<0 | (string & {})> | undefined;
312
- "table-layout"?: import("csstype").Property.TableLayout | undefined;
313
- "text-align"?: import("csstype").Property.TextAlign | undefined;
314
- "text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
315
- "text-combine-upright"?: import("csstype").Property.TextCombineUpright | undefined;
316
- "text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
317
- "text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
318
- "text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
319
- "text-decoration-skip-ink"?: import("csstype").Property.TextDecorationSkipInk | undefined;
320
- "text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
321
- "text-decoration-thickness"?: import("csstype").Property.TextDecorationThickness<0 | (string & {})> | undefined;
322
- "text-decoration-width"?: import("csstype").Property.TextDecorationThickness<0 | (string & {})> | undefined;
323
- "text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
324
- "text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
325
- "text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
326
- "text-indent"?: import("csstype").Property.TextIndent<0 | (string & {})> | undefined;
327
- "text-justify"?: import("csstype").Property.TextJustify | undefined;
328
- "text-orientation"?: import("csstype").Property.TextOrientation | undefined;
329
- "text-overflow"?: import("csstype").Property.TextOverflow | undefined;
330
- "text-rendering"?: import("csstype").Property.TextRendering | undefined;
331
- "text-shadow"?: import("csstype").Property.TextShadow | undefined;
332
- "text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
333
- "text-transform"?: import("csstype").Property.TextTransform | undefined;
334
- "text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<0 | (string & {})> | undefined;
335
- "text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
336
- top?: import("csstype").Property.Top<0 | (string & {})> | undefined;
337
- "touch-action"?: import("csstype").Property.TouchAction | undefined;
338
- transform?: import("csstype").Property.Transform | undefined;
339
- "transform-box"?: import("csstype").Property.TransformBox | undefined;
340
- "transform-origin"?: import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined;
341
- "transform-style"?: import("csstype").Property.TransformStyle | undefined;
342
- "transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
343
- "transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
344
- "transition-property"?: import("csstype").Property.TransitionProperty | undefined;
345
- "transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
346
- translate?: import("csstype").Property.Translate<0 | (string & {})> | undefined;
347
- "unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
348
- "user-select"?: import("csstype").Property.UserSelect | undefined;
349
- "vertical-align"?: import("csstype").Property.VerticalAlign<0 | (string & {})> | undefined;
350
- visibility?: import("csstype").Property.Visibility | undefined;
351
- "white-space"?: import("csstype").Property.WhiteSpace | undefined;
352
- widows?: import("csstype").Property.Widows | undefined;
353
- width?: import("csstype").Property.Width<0 | (string & {})> | undefined;
354
- "will-change"?: import("csstype").Property.WillChange | undefined;
355
- "word-break"?: import("csstype").Property.WordBreak | undefined;
356
- "word-spacing"?: import("csstype").Property.WordSpacing<0 | (string & {})> | undefined;
357
- "word-wrap"?: import("csstype").Property.WordWrap | undefined;
358
- "writing-mode"?: import("csstype").Property.WritingMode | undefined;
359
- "z-index"?: import("csstype").Property.ZIndex | undefined;
360
- zoom?: import("csstype").Property.Zoom | undefined;
361
- all?: import("csstype").Globals | undefined;
362
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
363
- background?: import("csstype").Property.Background<0 | (string & {})> | undefined;
364
- "background-position"?: import("csstype").Property.BackgroundPosition<0 | (string & {})> | undefined;
365
- border?: import("csstype").Property.Border<0 | (string & {})> | undefined;
366
- "border-block"?: import("csstype").Property.BorderBlock<0 | (string & {})> | undefined;
367
- "border-block-end"?: import("csstype").Property.BorderBlockEnd<0 | (string & {})> | undefined;
368
- "border-block-start"?: import("csstype").Property.BorderBlockStart<0 | (string & {})> | undefined;
369
- "border-bottom"?: import("csstype").Property.BorderBottom<0 | (string & {})> | undefined;
370
- "border-color"?: import("csstype").Property.BorderColor | undefined;
371
- "border-image"?: import("csstype").Property.BorderImage | undefined;
372
- "border-inline"?: import("csstype").Property.BorderInline<0 | (string & {})> | undefined;
373
- "border-inline-end"?: import("csstype").Property.BorderInlineEnd<0 | (string & {})> | undefined;
374
- "border-inline-start"?: import("csstype").Property.BorderInlineStart<0 | (string & {})> | undefined;
375
- "border-left"?: import("csstype").Property.BorderLeft<0 | (string & {})> | undefined;
376
- "border-radius"?: import("csstype").Property.BorderRadius<0 | (string & {})> | undefined;
377
- "border-right"?: import("csstype").Property.BorderRight<0 | (string & {})> | undefined;
378
- "border-style"?: import("csstype").Property.BorderStyle | undefined;
379
- "border-top"?: import("csstype").Property.BorderTop<0 | (string & {})> | undefined;
380
- "border-width"?: import("csstype").Property.BorderWidth<0 | (string & {})> | undefined;
381
- "column-rule"?: import("csstype").Property.ColumnRule<0 | (string & {})> | undefined;
382
- columns?: import("csstype").Property.Columns<0 | (string & {})> | undefined;
383
- flex?: import("csstype").Property.Flex<0 | (string & {})> | undefined;
384
- "flex-flow"?: import("csstype").Property.FlexFlow | undefined;
385
- font?: import("csstype").Property.Font | undefined;
386
- gap?: import("csstype").Property.Gap<0 | (string & {})> | undefined;
387
- grid?: import("csstype").Property.Grid | undefined;
388
- "grid-area"?: import("csstype").Property.GridArea | undefined;
389
- "grid-column"?: import("csstype").Property.GridColumn | undefined;
390
- "grid-row"?: import("csstype").Property.GridRow | undefined;
391
- "grid-template"?: import("csstype").Property.GridTemplate | undefined;
392
- "line-clamp"?: import("csstype").Property.LineClamp | undefined;
393
- "list-style"?: import("csstype").Property.ListStyle | undefined;
394
- margin?: import("csstype").Property.Margin<0 | (string & {})> | undefined;
395
- mask?: import("csstype").Property.Mask<0 | (string & {})> | undefined;
396
- "mask-border"?: import("csstype").Property.MaskBorder | undefined;
397
- motion?: import("csstype").Property.Offset<0 | (string & {})> | undefined;
398
- offset?: import("csstype").Property.Offset<0 | (string & {})> | undefined;
399
- outline?: import("csstype").Property.Outline<0 | (string & {})> | undefined;
400
- overflow?: import("csstype").Property.Overflow | undefined;
401
- "overscroll-behavior"?: import("csstype").Property.OverscrollBehavior | undefined;
402
- padding?: import("csstype").Property.Padding<0 | (string & {})> | undefined;
403
- "place-items"?: import("csstype").Property.PlaceItems | undefined;
404
- "place-self"?: import("csstype").Property.PlaceSelf | undefined;
405
- "text-decoration"?: import("csstype").Property.TextDecoration<0 | (string & {})> | undefined;
406
- "text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
407
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
408
- "-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
409
- "-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
410
- "-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
411
- "-moz-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
412
- "-moz-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
413
- "-moz-animation-name"?: import("csstype").Property.AnimationName | undefined;
414
- "-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
415
- "-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
416
- "-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
417
- "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
418
- "-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
419
- "-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
420
- "-moz-border-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
421
- "-moz-border-end-width"?: import("csstype").Property.BorderInlineEndWidth<0 | (string & {})> | undefined;
422
- "-moz-border-left-colors"?: import("csstype").Property.MozBorderLeftColors | undefined;
423
- "-moz-border-right-colors"?: import("csstype").Property.MozBorderRightColors | undefined;
424
- "-moz-border-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
425
- "-moz-border-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
426
- "-moz-border-top-colors"?: import("csstype").Property.MozBorderTopColors | undefined;
427
- "-moz-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
428
- "-moz-column-count"?: import("csstype").Property.ColumnCount | undefined;
429
- "-moz-column-fill"?: import("csstype").Property.ColumnFill | undefined;
430
- "-moz-column-gap"?: import("csstype").Property.ColumnGap<0 | (string & {})> | undefined;
431
- "-moz-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
432
- "-moz-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
433
- "-moz-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | undefined;
434
- "-moz-column-width"?: import("csstype").Property.ColumnWidth<0 | (string & {})> | undefined;
435
- "-moz-context-properties"?: import("csstype").Property.MozContextProperties | undefined;
436
- "-moz-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
437
- "-moz-font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
438
- "-moz-hyphens"?: import("csstype").Property.Hyphens | undefined;
439
- "-moz-image-region"?: import("csstype").Property.MozImageRegion | undefined;
440
- "-moz-margin-end"?: import("csstype").Property.MarginInlineEnd<0 | (string & {})> | undefined;
441
- "-moz-margin-start"?: import("csstype").Property.MarginInlineStart<0 | (string & {})> | undefined;
442
- "-moz-orient"?: import("csstype").Property.MozOrient | undefined;
443
- "-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<0 | (string & {})> | undefined;
444
- "-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | undefined;
445
- "-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<0 | (string & {})> | undefined;
446
- "-moz-perspective"?: import("csstype").Property.Perspective<0 | (string & {})> | undefined;
447
- "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | undefined;
448
- "-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
449
- "-moz-tab-size"?: import("csstype").Property.TabSize<0 | (string & {})> | undefined;
450
- "-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
451
- "-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
452
- "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined;
453
- "-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
454
- "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
455
- "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
456
- "-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
457
- "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
458
- "-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
459
- "-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
460
- "-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
461
- "-moz-window-dragging"?: import("csstype").Property.MozWindowDragging | undefined;
462
- "-moz-window-shadow"?: import("csstype").Property.MozWindowShadow | undefined;
463
- "-ms-accelerator"?: import("csstype").Property.MsAccelerator | undefined;
464
- "-ms-align-self"?: import("csstype").Property.AlignSelf | undefined;
465
- "-ms-block-progression"?: import("csstype").Property.MsBlockProgression | undefined;
466
- "-ms-content-zoom-chaining"?: import("csstype").Property.MsContentZoomChaining | undefined;
467
- "-ms-content-zoom-limit-max"?: import("csstype").Property.MsContentZoomLimitMax | undefined;
468
- "-ms-content-zoom-limit-min"?: import("csstype").Property.MsContentZoomLimitMin | undefined;
469
- "-ms-content-zoom-snap-points"?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
470
- "-ms-content-zoom-snap-type"?: import("csstype").Property.MsContentZoomSnapType | undefined;
471
- "-ms-content-zooming"?: import("csstype").Property.MsContentZooming | undefined;
472
- "-ms-filter"?: import("csstype").Property.MsFilter | undefined;
473
- "-ms-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
474
- "-ms-flex-positive"?: import("csstype").Property.FlexGrow | undefined;
475
- "-ms-flow-from"?: import("csstype").Property.MsFlowFrom | undefined;
476
- "-ms-flow-into"?: import("csstype").Property.MsFlowInto | undefined;
477
- "-ms-grid-columns"?: import("csstype").Property.MsGridColumns<0 | (string & {})> | undefined;
478
- "-ms-grid-rows"?: import("csstype").Property.MsGridRows<0 | (string & {})> | undefined;
479
- "-ms-high-contrast-adjust"?: import("csstype").Property.MsHighContrastAdjust | undefined;
480
- "-ms-hyphenate-limit-chars"?: import("csstype").Property.MsHyphenateLimitChars | undefined;
481
- "-ms-hyphenate-limit-lines"?: import("csstype").Property.MsHyphenateLimitLines | undefined;
482
- "-ms-hyphenate-limit-zone"?: import("csstype").Property.MsHyphenateLimitZone<0 | (string & {})> | undefined;
483
- "-ms-hyphens"?: import("csstype").Property.Hyphens | undefined;
484
- "-ms-ime-align"?: import("csstype").Property.MsImeAlign | undefined;
485
- "-ms-justify-self"?: import("csstype").Property.JustifySelf | undefined;
486
- "-ms-line-break"?: import("csstype").Property.LineBreak | undefined;
487
- "-ms-order"?: import("csstype").Property.Order | undefined;
488
- "-ms-overflow-style"?: import("csstype").Property.MsOverflowStyle | undefined;
489
- "-ms-overflow-x"?: import("csstype").Property.OverflowX | undefined;
490
- "-ms-overflow-y"?: import("csstype").Property.OverflowY | undefined;
491
- "-ms-scroll-chaining"?: import("csstype").Property.MsScrollChaining | undefined;
492
- "-ms-scroll-limit-x-max"?: import("csstype").Property.MsScrollLimitXMax<0 | (string & {})> | undefined;
493
- "-ms-scroll-limit-x-min"?: import("csstype").Property.MsScrollLimitXMin<0 | (string & {})> | undefined;
494
- "-ms-scroll-limit-y-max"?: import("csstype").Property.MsScrollLimitYMax<0 | (string & {})> | undefined;
495
- "-ms-scroll-limit-y-min"?: import("csstype").Property.MsScrollLimitYMin<0 | (string & {})> | undefined;
496
- "-ms-scroll-rails"?: import("csstype").Property.MsScrollRails | undefined;
497
- "-ms-scroll-snap-points-x"?: import("csstype").Property.MsScrollSnapPointsX | undefined;
498
- "-ms-scroll-snap-points-y"?: import("csstype").Property.MsScrollSnapPointsY | undefined;
499
- "-ms-scroll-snap-type"?: import("csstype").Property.MsScrollSnapType | undefined;
500
- "-ms-scroll-translation"?: import("csstype").Property.MsScrollTranslation | undefined;
501
- "-ms-scrollbar-3dlight-color"?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
502
- "-ms-scrollbar-arrow-color"?: import("csstype").Property.MsScrollbarArrowColor | undefined;
503
- "-ms-scrollbar-base-color"?: import("csstype").Property.MsScrollbarBaseColor | undefined;
504
- "-ms-scrollbar-darkshadow-color"?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
505
- "-ms-scrollbar-face-color"?: import("csstype").Property.MsScrollbarFaceColor | undefined;
506
- "-ms-scrollbar-highlight-color"?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
507
- "-ms-scrollbar-shadow-color"?: import("csstype").Property.MsScrollbarShadowColor | undefined;
508
- "-ms-text-autospace"?: import("csstype").Property.MsTextAutospace | undefined;
509
- "-ms-text-combine-horizontal"?: import("csstype").Property.TextCombineUpright | undefined;
510
- "-ms-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
511
- "-ms-touch-action"?: import("csstype").Property.TouchAction | undefined;
512
- "-ms-touch-select"?: import("csstype").Property.MsTouchSelect | undefined;
513
- "-ms-transform"?: import("csstype").Property.Transform | undefined;
514
- "-ms-transform-origin"?: import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined;
515
- "-ms-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
516
- "-ms-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
517
- "-ms-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
518
- "-ms-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
519
- "-ms-user-select"?: import("csstype").Property.MsUserSelect | undefined;
520
- "-ms-word-break"?: import("csstype").Property.WordBreak | undefined;
521
- "-ms-wrap-flow"?: import("csstype").Property.MsWrapFlow | undefined;
522
- "-ms-wrap-margin"?: import("csstype").Property.MsWrapMargin<0 | (string & {})> | undefined;
523
- "-ms-wrap-through"?: import("csstype").Property.MsWrapThrough | undefined;
524
- "-ms-writing-mode"?: import("csstype").Property.WritingMode | undefined;
525
- "-webkit-align-content"?: import("csstype").Property.AlignContent | undefined;
526
- "-webkit-align-items"?: import("csstype").Property.AlignItems | undefined;
527
- "-webkit-align-self"?: import("csstype").Property.AlignSelf | undefined;
528
- "-webkit-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
529
- "-webkit-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
530
- "-webkit-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
531
- "-webkit-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
532
- "-webkit-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
533
- "-webkit-animation-name"?: import("csstype").Property.AnimationName | undefined;
534
- "-webkit-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
535
- "-webkit-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
536
- "-webkit-appearance"?: import("csstype").Property.WebkitAppearance | undefined;
537
- "-webkit-backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
538
- "-webkit-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
539
- "-webkit-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
540
- "-webkit-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
541
- "-webkit-background-size"?: import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined;
542
- "-webkit-border-before-color"?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
543
- "-webkit-border-before-style"?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
544
- "-webkit-border-before-width"?: import("csstype").Property.WebkitBorderBeforeWidth<0 | (string & {})> | undefined;
545
- "-webkit-border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | undefined;
546
- "-webkit-border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | undefined;
547
- "-webkit-border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
548
- "-webkit-border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | undefined;
549
- "-webkit-border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | undefined;
550
- "-webkit-box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
551
- "-webkit-box-reflect"?: import("csstype").Property.WebkitBoxReflect<0 | (string & {})> | undefined;
552
- "-webkit-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
553
- "-webkit-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
554
- "-webkit-clip-path"?: import("csstype").Property.ClipPath | undefined;
555
- "-webkit-column-count"?: import("csstype").Property.ColumnCount | undefined;
556
- "-webkit-column-fill"?: import("csstype").Property.ColumnFill | undefined;
557
- "-webkit-column-gap"?: import("csstype").Property.ColumnGap<0 | (string & {})> | undefined;
558
- "-webkit-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
559
- "-webkit-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
560
- "-webkit-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<0 | (string & {})> | undefined;
561
- "-webkit-column-span"?: import("csstype").Property.ColumnSpan | undefined;
562
- "-webkit-column-width"?: import("csstype").Property.ColumnWidth<0 | (string & {})> | undefined;
563
- "-webkit-filter"?: import("csstype").Property.Filter | undefined;
564
- "-webkit-flex-basis"?: import("csstype").Property.FlexBasis<0 | (string & {})> | undefined;
565
- "-webkit-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
566
- "-webkit-flex-grow"?: import("csstype").Property.FlexGrow | undefined;
567
- "-webkit-flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
568
- "-webkit-flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
569
- "-webkit-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
570
- "-webkit-font-kerning"?: import("csstype").Property.FontKerning | undefined;
571
- "-webkit-font-smoothing"?: import("csstype").Property.FontSmooth<0 | (string & {})> | undefined;
572
- "-webkit-font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
573
- "-webkit-hyphens"?: import("csstype").Property.Hyphens | undefined;
574
- "-webkit-initial-letter"?: import("csstype").Property.InitialLetter | undefined;
575
- "-webkit-justify-content"?: import("csstype").Property.JustifyContent | undefined;
576
- "-webkit-line-break"?: import("csstype").Property.LineBreak | undefined;
577
- "-webkit-line-clamp"?: import("csstype").Property.WebkitLineClamp | undefined;
578
- "-webkit-margin-end"?: import("csstype").Property.MarginInlineEnd<0 | (string & {})> | undefined;
579
- "-webkit-margin-start"?: import("csstype").Property.MarginInlineStart<0 | (string & {})> | undefined;
580
- "-webkit-mask-attachment"?: import("csstype").Property.WebkitMaskAttachment | undefined;
581
- "-webkit-mask-box-image-outset"?: import("csstype").Property.MaskBorderOutset<0 | (string & {})> | undefined;
582
- "-webkit-mask-box-image-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
583
- "-webkit-mask-box-image-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
584
- "-webkit-mask-box-image-source"?: import("csstype").Property.MaskBorderSource | undefined;
585
- "-webkit-mask-box-image-width"?: import("csstype").Property.MaskBorderWidth<0 | (string & {})> | undefined;
586
- "-webkit-mask-clip"?: import("csstype").Property.WebkitMaskClip | undefined;
587
- "-webkit-mask-composite"?: import("csstype").Property.WebkitMaskComposite | undefined;
588
- "-webkit-mask-image"?: import("csstype").Property.WebkitMaskImage | undefined;
589
- "-webkit-mask-origin"?: import("csstype").Property.WebkitMaskOrigin | undefined;
590
- "-webkit-mask-position"?: import("csstype").Property.WebkitMaskPosition<0 | (string & {})> | undefined;
591
- "-webkit-mask-position-x"?: import("csstype").Property.WebkitMaskPositionX<0 | (string & {})> | undefined;
592
- "-webkit-mask-position-y"?: import("csstype").Property.WebkitMaskPositionY<0 | (string & {})> | undefined;
593
- "-webkit-mask-repeat"?: import("csstype").Property.WebkitMaskRepeat | undefined;
594
- "-webkit-mask-repeat-x"?: import("csstype").Property.WebkitMaskRepeatX | undefined;
595
- "-webkit-mask-repeat-y"?: import("csstype").Property.WebkitMaskRepeatY | undefined;
596
- "-webkit-mask-size"?: import("csstype").Property.WebkitMaskSize<0 | (string & {})> | undefined;
597
- "-webkit-max-inline-size"?: import("csstype").Property.MaxInlineSize<0 | (string & {})> | undefined;
598
- "-webkit-order"?: import("csstype").Property.Order | undefined;
599
- "-webkit-overflow-scrolling"?: import("csstype").Property.WebkitOverflowScrolling | undefined;
600
- "-webkit-padding-end"?: import("csstype").Property.PaddingInlineEnd<0 | (string & {})> | undefined;
601
- "-webkit-padding-start"?: import("csstype").Property.PaddingInlineStart<0 | (string & {})> | undefined;
602
- "-webkit-perspective"?: import("csstype").Property.Perspective<0 | (string & {})> | undefined;
603
- "-webkit-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<0 | (string & {})> | undefined;
604
- "-webkit-print-color-adjust"?: import("csstype").Property.ColorAdjust | undefined;
605
- "-webkit-ruby-position"?: import("csstype").Property.RubyPosition | undefined;
606
- "-webkit-scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
607
- "-webkit-shape-margin"?: import("csstype").Property.ShapeMargin<0 | (string & {})> | undefined;
608
- "-webkit-tap-highlight-color"?: import("csstype").Property.WebkitTapHighlightColor | undefined;
609
- "-webkit-text-combine"?: import("csstype").Property.TextCombineUpright | undefined;
610
- "-webkit-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
611
- "-webkit-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
612
- "-webkit-text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
613
- "-webkit-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
614
- "-webkit-text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
615
- "-webkit-text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
616
- "-webkit-text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
617
- "-webkit-text-fill-color"?: import("csstype").Property.WebkitTextFillColor | undefined;
618
- "-webkit-text-orientation"?: import("csstype").Property.TextOrientation | undefined;
619
- "-webkit-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
620
- "-webkit-text-stroke-color"?: import("csstype").Property.WebkitTextStrokeColor | undefined;
621
- "-webkit-text-stroke-width"?: import("csstype").Property.WebkitTextStrokeWidth<0 | (string & {})> | undefined;
622
- "-webkit-text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
623
- "-webkit-touch-callout"?: import("csstype").Property.WebkitTouchCallout | undefined;
624
- "-webkit-transform"?: import("csstype").Property.Transform | undefined;
625
- "-webkit-transform-origin"?: import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined;
626
- "-webkit-transform-style"?: import("csstype").Property.TransformStyle | undefined;
627
- "-webkit-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
628
- "-webkit-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
629
- "-webkit-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
630
- "-webkit-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
631
- "-webkit-user-modify"?: import("csstype").Property.WebkitUserModify | undefined;
632
- "-webkit-user-select"?: import("csstype").Property.UserSelect | undefined;
633
- "-webkit-writing-mode"?: import("csstype").Property.WritingMode | undefined;
634
- "-moz-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
635
- "-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
636
- "-moz-column-rule"?: import("csstype").Property.ColumnRule<0 | (string & {})> | undefined;
637
- "-moz-columns"?: import("csstype").Property.Columns<0 | (string & {})> | undefined;
638
- "-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
639
- "-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
640
- "-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
641
- "-ms-flex"?: import("csstype").Property.Flex<0 | (string & {})> | undefined;
642
- "-ms-scroll-limit"?: import("csstype").Property.MsScrollLimit | undefined;
643
- "-ms-scroll-snap-x"?: import("csstype").Property.MsScrollSnapX | undefined;
644
- "-ms-scroll-snap-y"?: import("csstype").Property.MsScrollSnapY | undefined;
645
- "-ms-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
646
- "-webkit-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
647
- "-webkit-border-before"?: import("csstype").Property.WebkitBorderBefore<0 | (string & {})> | undefined;
648
- "-webkit-border-image"?: import("csstype").Property.BorderImage | undefined;
649
- "-webkit-border-radius"?: import("csstype").Property.BorderRadius<0 | (string & {})> | undefined;
650
- "-webkit-column-rule"?: import("csstype").Property.ColumnRule<0 | (string & {})> | undefined;
651
- "-webkit-columns"?: import("csstype").Property.Columns<0 | (string & {})> | undefined;
652
- "-webkit-flex"?: import("csstype").Property.Flex<0 | (string & {})> | undefined;
653
- "-webkit-flex-flow"?: import("csstype").Property.FlexFlow | undefined;
654
- "-webkit-mask"?: import("csstype").Property.WebkitMask<0 | (string & {})> | undefined;
655
- "-webkit-mask-box-image"?: import("csstype").Property.MaskBorder | undefined;
656
- "-webkit-text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
657
- "-webkit-text-stroke"?: import("csstype").Property.WebkitTextStroke<0 | (string & {})> | undefined;
658
- "-webkit-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
659
- azimuth?: import("csstype").Property.Azimuth | undefined;
660
- "box-align"?: import("csstype").Property.BoxAlign | undefined;
661
- "box-direction"?: import("csstype").Property.BoxDirection | undefined;
662
- "box-flex"?: import("csstype").Property.BoxFlex | undefined;
663
- "box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
664
- "box-lines"?: import("csstype").Property.BoxLines | undefined;
665
- "box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
666
- "box-orient"?: import("csstype").Property.BoxOrient | undefined;
667
- "box-pack"?: import("csstype").Property.BoxPack | undefined;
668
- clip?: import("csstype").Property.Clip | undefined;
669
- "font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
670
- "grid-column-gap"?: import("csstype").Property.GridColumnGap<0 | (string & {})> | undefined;
671
- "grid-gap"?: import("csstype").Property.GridGap<0 | (string & {})> | undefined;
672
- "grid-row-gap"?: import("csstype").Property.GridRowGap<0 | (string & {})> | undefined;
673
- "ime-mode"?: import("csstype").Property.ImeMode | undefined;
674
- "offset-block"?: import("csstype").Property.InsetBlock<0 | (string & {})> | undefined;
675
- "offset-block-end"?: import("csstype").Property.InsetBlockEnd<0 | (string & {})> | undefined;
676
- "offset-block-start"?: import("csstype").Property.InsetBlockStart<0 | (string & {})> | undefined;
677
- "offset-inline"?: import("csstype").Property.InsetInline<0 | (string & {})> | undefined;
678
- "offset-inline-end"?: import("csstype").Property.InsetInlineEnd<0 | (string & {})> | undefined;
679
- "offset-inline-start"?: import("csstype").Property.InsetInlineStart<0 | (string & {})> | undefined;
680
- "scroll-snap-coordinate"?: import("csstype").Property.ScrollSnapCoordinate<0 | (string & {})> | undefined;
681
- "scroll-snap-destination"?: import("csstype").Property.ScrollSnapDestination<0 | (string & {})> | undefined;
682
- "scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
683
- "scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
684
- "scroll-snap-type-x"?: import("csstype").Property.ScrollSnapTypeX | undefined;
685
- "scroll-snap-type-y"?: import("csstype").Property.ScrollSnapTypeY | undefined;
686
- "scrollbar-track-color"?: import("csstype").Property.MsScrollbarTrackColor | undefined;
687
- "-khtml-box-align"?: import("csstype").Property.BoxAlign | undefined;
688
- "-khtml-box-direction"?: import("csstype").Property.BoxDirection | undefined;
689
- "-khtml-box-flex"?: import("csstype").Property.BoxFlex | undefined;
690
- "-khtml-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
691
- "-khtml-box-lines"?: import("csstype").Property.BoxLines | undefined;
692
- "-khtml-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
693
- "-khtml-box-orient"?: import("csstype").Property.BoxOrient | undefined;
694
- "-khtml-box-pack"?: import("csstype").Property.BoxPack | undefined;
695
- "-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
696
- "-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
697
- "-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
698
- "-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
699
- "-moz-background-inline-policy"?: import("csstype").Property.BoxDecorationBreak | undefined;
700
- "-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
701
- "-moz-background-size"?: import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined;
702
- "-moz-binding"?: import("csstype").Property.MozBinding | undefined;
703
- "-moz-border-radius"?: import("csstype").Property.BorderRadius<0 | (string & {})> | undefined;
704
- "-moz-border-radius-bottomleft"?: import("csstype").Property.BorderBottomLeftRadius<0 | (string & {})> | undefined;
705
- "-moz-border-radius-bottomright"?: import("csstype").Property.BorderBottomRightRadius<0 | (string & {})> | undefined;
706
- "-moz-border-radius-topleft"?: import("csstype").Property.BorderTopLeftRadius<0 | (string & {})> | undefined;
707
- "-moz-border-radius-topright"?: import("csstype").Property.BorderTopRightRadius<0 | (string & {})> | undefined;
708
- "-moz-box-align"?: import("csstype").Property.BoxAlign | undefined;
709
- "-moz-box-direction"?: import("csstype").Property.BoxDirection | undefined;
710
- "-moz-box-flex"?: import("csstype").Property.BoxFlex | undefined;
711
- "-moz-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
712
- "-moz-box-orient"?: import("csstype").Property.BoxOrient | undefined;
713
- "-moz-box-pack"?: import("csstype").Property.BoxPack | undefined;
714
- "-moz-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
715
- "-moz-float-edge"?: import("csstype").Property.MozFloatEdge | undefined;
716
- "-moz-force-broken-image-icon"?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
717
- "-moz-opacity"?: import("csstype").Property.Opacity | undefined;
718
- "-moz-outline"?: import("csstype").Property.Outline<0 | (string & {})> | undefined;
719
- "-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
720
- "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<0 | (string & {})> | undefined;
721
- "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<0 | (string & {})> | undefined;
722
- "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<0 | (string & {})> | undefined;
723
- "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<0 | (string & {})> | undefined;
724
- "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<0 | (string & {})> | undefined;
725
- "-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
726
- "-moz-outline-width"?: import("csstype").Property.OutlineWidth<0 | (string & {})> | undefined;
727
- "-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
728
- "-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
729
- "-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
730
- "-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
731
- "-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
732
- "-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
733
- "-ms-scrollbar-track-color"?: import("csstype").Property.MsScrollbarTrackColor | undefined;
734
- "-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
735
- "-o-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
736
- "-o-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
737
- "-o-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
738
- "-o-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
739
- "-o-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
740
- "-o-animation-name"?: import("csstype").Property.AnimationName | undefined;
741
- "-o-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
742
- "-o-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
743
- "-o-background-size"?: import("csstype").Property.BackgroundSize<0 | (string & {})> | undefined;
744
- "-o-border-image"?: import("csstype").Property.BorderImage | undefined;
745
- "-o-object-fit"?: import("csstype").Property.ObjectFit | undefined;
746
- "-o-object-position"?: import("csstype").Property.ObjectPosition<0 | (string & {})> | undefined;
747
- "-o-tab-size"?: import("csstype").Property.TabSize<0 | (string & {})> | undefined;
748
- "-o-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
749
- "-o-transform"?: import("csstype").Property.Transform | undefined;
750
- "-o-transform-origin"?: import("csstype").Property.TransformOrigin<0 | (string & {})> | undefined;
751
- "-o-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
752
- "-o-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
753
- "-o-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
754
- "-o-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
755
- "-o-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
756
- "-webkit-box-align"?: import("csstype").Property.BoxAlign | undefined;
757
- "-webkit-box-direction"?: import("csstype").Property.BoxDirection | undefined;
758
- "-webkit-box-flex"?: import("csstype").Property.BoxFlex | undefined;
759
- "-webkit-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
760
- "-webkit-box-lines"?: import("csstype").Property.BoxLines | undefined;
761
- "-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
762
- "-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
763
- "-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
764
- "-webkit-scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
765
- "-webkit-scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
766
- "alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
767
- "baseline-shift"?: import("csstype").Property.BaselineShift<0 | (string & {})> | undefined;
768
- "clip-rule"?: import("csstype").Property.ClipRule | undefined;
769
- "color-interpolation"?: import("csstype").Property.ColorInterpolation | undefined;
770
- "color-rendering"?: import("csstype").Property.ColorRendering | undefined;
771
- "dominant-baseline"?: import("csstype").Property.DominantBaseline | undefined;
772
- fill?: import("csstype").Property.Fill | undefined;
773
- "fill-opacity"?: import("csstype").Property.FillOpacity | undefined;
774
- "fill-rule"?: import("csstype").Property.FillRule | undefined;
775
- "flood-color"?: import("csstype").Property.FloodColor | undefined;
776
- "flood-opacity"?: import("csstype").Property.FloodOpacity | undefined;
777
- "glyph-orientation-vertical"?: import("csstype").Property.GlyphOrientationVertical | undefined;
778
- "lighting-color"?: import("csstype").Property.LightingColor | undefined;
779
- marker?: import("csstype").Property.Marker | undefined;
780
- "marker-end"?: import("csstype").Property.MarkerEnd | undefined;
781
- "marker-mid"?: import("csstype").Property.MarkerMid | undefined;
782
- "marker-start"?: import("csstype").Property.MarkerStart | undefined;
783
- "shape-rendering"?: import("csstype").Property.ShapeRendering | undefined;
784
- "stop-color"?: import("csstype").Property.StopColor | undefined;
785
- "stop-opacity"?: import("csstype").Property.StopOpacity | undefined;
786
- stroke?: import("csstype").Property.Stroke | undefined;
787
- "stroke-dasharray"?: import("csstype").Property.StrokeDasharray<0 | (string & {})> | undefined;
788
- "stroke-dashoffset"?: import("csstype").Property.StrokeDashoffset<0 | (string & {})> | undefined;
789
- "stroke-linecap"?: import("csstype").Property.StrokeLinecap | undefined;
790
- "stroke-linejoin"?: import("csstype").Property.StrokeLinejoin | undefined;
791
- "stroke-miterlimit"?: import("csstype").Property.StrokeMiterlimit | undefined;
792
- "stroke-opacity"?: import("csstype").Property.StrokeOpacity | undefined;
793
- "stroke-width"?: import("csstype").Property.StrokeWidth<0 | (string & {})> | undefined;
794
- "text-anchor"?: import("csstype").Property.TextAnchor | undefined;
795
- "vector-effect"?: import("csstype").Property.VectorEffect | undefined;
796
- };