@webstudio-is/react-sdk 0.7.2 → 0.8.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 (330) hide show
  1. package/lib/arg-types/utils.js +3 -8
  2. package/lib/cjs/arg-types/utils.cjs +88 -0
  3. package/lib/cjs/arg-types/utils.d.ts +10 -0
  4. package/lib/cjs/arg-types/utils.d.ts.map +1 -0
  5. package/lib/cjs/components/body.cjs +8 -0
  6. package/lib/cjs/components/body.d.ts +3 -0
  7. package/lib/cjs/components/body.d.ts.map +1 -0
  8. package/lib/cjs/components/body.props.json +491 -0
  9. package/lib/cjs/components/body.stories.cjs +11 -0
  10. package/lib/cjs/components/body.stories.d.ts +7 -0
  11. package/lib/cjs/components/body.stories.d.ts.map +1 -0
  12. package/lib/cjs/components/body.ws.cjs +64 -0
  13. package/lib/cjs/components/body.ws.d.ts +5 -0
  14. package/lib/cjs/components/body.ws.d.ts.map +1 -0
  15. package/lib/cjs/components/bold.cjs +8 -0
  16. package/lib/cjs/components/bold.d.ts +3 -0
  17. package/lib/cjs/components/bold.d.ts.map +1 -0
  18. package/lib/cjs/components/bold.props.json +491 -0
  19. package/lib/cjs/components/bold.stories.cjs +14 -0
  20. package/lib/cjs/components/bold.stories.d.ts +6 -0
  21. package/lib/cjs/components/bold.stories.d.ts.map +1 -0
  22. package/lib/cjs/components/bold.ws.cjs +14 -0
  23. package/lib/cjs/components/bold.ws.d.ts +5 -0
  24. package/lib/cjs/components/bold.ws.d.ts.map +1 -0
  25. package/lib/cjs/components/box.cjs +9 -0
  26. package/lib/cjs/components/box.d.ts +8 -0
  27. package/lib/cjs/components/box.d.ts.map +1 -0
  28. package/lib/cjs/components/box.props.json +508 -0
  29. package/lib/cjs/components/box.stories.cjs +12 -0
  30. package/lib/cjs/components/box.stories.d.ts +10 -0
  31. package/lib/cjs/components/box.stories.d.ts.map +1 -0
  32. package/lib/cjs/components/box.ws.cjs +21 -0
  33. package/lib/cjs/components/box.ws.d.ts +5 -0
  34. package/lib/cjs/components/box.ws.d.ts.map +1 -0
  35. package/lib/cjs/components/button.cjs +11 -0
  36. package/lib/cjs/components/button.d.ts +3 -0
  37. package/lib/cjs/components/button.d.ts.map +1 -0
  38. package/lib/cjs/components/button.props.json +547 -0
  39. package/lib/cjs/components/button.stories.cjs +14 -0
  40. package/lib/cjs/components/button.stories.d.ts +6 -0
  41. package/lib/cjs/components/button.stories.d.ts.map +1 -0
  42. package/lib/cjs/components/button.ws.cjs +15 -0
  43. package/lib/cjs/components/button.ws.d.ts +5 -0
  44. package/lib/cjs/components/button.ws.d.ts.map +1 -0
  45. package/lib/cjs/components/component-type.cjs +28 -0
  46. package/lib/cjs/components/component-type.d.ts +17 -0
  47. package/lib/cjs/components/component-type.d.ts.map +1 -0
  48. package/lib/cjs/components/form.cjs +8 -0
  49. package/lib/cjs/components/form.d.ts +3 -0
  50. package/lib/cjs/components/form.d.ts.map +1 -0
  51. package/lib/cjs/components/form.props.json +531 -0
  52. package/lib/cjs/components/form.stories.cjs +12 -0
  53. package/lib/cjs/components/form.stories.d.ts +6 -0
  54. package/lib/cjs/components/form.stories.d.ts.map +1 -0
  55. package/lib/cjs/components/form.ws.cjs +26 -0
  56. package/lib/cjs/components/form.ws.d.ts +5 -0
  57. package/lib/cjs/components/form.ws.d.ts.map +1 -0
  58. package/lib/cjs/components/heading.cjs +9 -0
  59. package/lib/cjs/components/heading.d.ts +8 -0
  60. package/lib/cjs/components/heading.d.ts.map +1 -0
  61. package/lib/cjs/components/heading.props.json +497 -0
  62. package/lib/cjs/components/heading.stories.cjs +14 -0
  63. package/lib/cjs/components/heading.stories.d.ts +10 -0
  64. package/lib/cjs/components/heading.stories.d.ts.map +1 -0
  65. package/lib/cjs/components/heading.ws.cjs +15 -0
  66. package/lib/cjs/components/heading.ws.d.ts +5 -0
  67. package/lib/cjs/components/heading.ws.d.ts.map +1 -0
  68. package/lib/cjs/components/image.cjs +40 -0
  69. package/lib/cjs/components/image.d.ts +3 -0
  70. package/lib/cjs/components/image.d.ts.map +1 -0
  71. package/lib/cjs/components/image.props.json +575 -0
  72. package/lib/cjs/components/image.stories.cjs +12 -0
  73. package/lib/cjs/components/image.stories.d.ts +6 -0
  74. package/lib/cjs/components/image.stories.d.ts.map +1 -0
  75. package/lib/cjs/components/image.ws.cjs +29 -0
  76. package/lib/cjs/components/image.ws.d.ts +5 -0
  77. package/lib/cjs/components/image.ws.d.ts.map +1 -0
  78. package/lib/cjs/components/index.cjs +36 -0
  79. package/lib/cjs/components/index.d.ts +16 -0
  80. package/lib/cjs/components/index.d.ts.map +1 -0
  81. package/lib/cjs/components/index.test.cjs +33 -0
  82. package/lib/cjs/components/index.test.d.ts +2 -0
  83. package/lib/cjs/components/index.test.d.ts.map +1 -0
  84. package/lib/cjs/components/input.cjs +8 -0
  85. package/lib/cjs/components/input.d.ts +3 -0
  86. package/lib/cjs/components/input.d.ts.map +1 -0
  87. package/lib/cjs/components/input.props.json +657 -0
  88. package/lib/cjs/components/input.stories.cjs +12 -0
  89. package/lib/cjs/components/input.stories.d.ts +6 -0
  90. package/lib/cjs/components/input.stories.d.ts.map +1 -0
  91. package/lib/cjs/components/input.ws.cjs +14 -0
  92. package/lib/cjs/components/input.ws.d.ts +5 -0
  93. package/lib/cjs/components/input.ws.d.ts.map +1 -0
  94. package/lib/cjs/components/italic.cjs +8 -0
  95. package/lib/cjs/components/italic.d.ts +3 -0
  96. package/lib/cjs/components/italic.d.ts.map +1 -0
  97. package/lib/cjs/components/italic.props.json +491 -0
  98. package/lib/cjs/components/italic.stories.cjs +14 -0
  99. package/lib/cjs/components/italic.stories.d.ts +6 -0
  100. package/lib/cjs/components/italic.stories.d.ts.map +1 -0
  101. package/lib/cjs/components/italic.ws.cjs +21 -0
  102. package/lib/cjs/components/italic.ws.d.ts +5 -0
  103. package/lib/cjs/components/italic.ws.d.ts.map +1 -0
  104. package/lib/cjs/components/link.cjs +8 -0
  105. package/lib/cjs/components/link.d.ts +8 -0
  106. package/lib/cjs/components/link.d.ts.map +1 -0
  107. package/lib/cjs/components/link.props.json +547 -0
  108. package/lib/cjs/components/link.stories.cjs +14 -0
  109. package/lib/cjs/components/link.stories.d.ts +10 -0
  110. package/lib/cjs/components/link.stories.d.ts.map +1 -0
  111. package/lib/cjs/components/link.ws.cjs +27 -0
  112. package/lib/cjs/components/link.ws.d.ts +5 -0
  113. package/lib/cjs/components/link.ws.d.ts.map +1 -0
  114. package/lib/cjs/components/meta.cjs +40 -0
  115. package/lib/cjs/components/meta.d.ts +7479 -0
  116. package/lib/cjs/components/meta.d.ts.map +1 -0
  117. package/lib/cjs/components/paragraph.cjs +8 -0
  118. package/lib/cjs/components/paragraph.d.ts +3 -0
  119. package/lib/cjs/components/paragraph.d.ts.map +1 -0
  120. package/lib/cjs/components/paragraph.props.json +491 -0
  121. package/lib/cjs/components/paragraph.stories.cjs +14 -0
  122. package/lib/cjs/components/paragraph.stories.d.ts +6 -0
  123. package/lib/cjs/components/paragraph.stories.d.ts.map +1 -0
  124. package/lib/cjs/components/paragraph.ws.cjs +15 -0
  125. package/lib/cjs/components/paragraph.ws.d.ts +5 -0
  126. package/lib/cjs/components/paragraph.ws.d.ts.map +1 -0
  127. package/lib/cjs/components/span.cjs +8 -0
  128. package/lib/cjs/components/span.d.ts +3 -0
  129. package/lib/cjs/components/span.d.ts.map +1 -0
  130. package/lib/cjs/components/span.props.json +491 -0
  131. package/lib/cjs/components/span.stories.cjs +14 -0
  132. package/lib/cjs/components/span.stories.d.ts +6 -0
  133. package/lib/cjs/components/span.stories.d.ts.map +1 -0
  134. package/lib/cjs/components/span.ws.cjs +14 -0
  135. package/lib/cjs/components/span.ws.d.ts +5 -0
  136. package/lib/cjs/components/span.ws.d.ts.map +1 -0
  137. package/lib/cjs/components/subscript.cjs +8 -0
  138. package/lib/cjs/components/subscript.d.ts +3 -0
  139. package/lib/cjs/components/subscript.d.ts.map +1 -0
  140. package/lib/cjs/components/subscript.props.json +491 -0
  141. package/lib/cjs/components/subscript.stories.cjs +14 -0
  142. package/lib/cjs/components/subscript.stories.d.ts +6 -0
  143. package/lib/cjs/components/subscript.stories.d.ts.map +1 -0
  144. package/lib/cjs/components/subscript.ws.cjs +14 -0
  145. package/lib/cjs/components/subscript.ws.d.ts +5 -0
  146. package/lib/cjs/components/subscript.ws.d.ts.map +1 -0
  147. package/lib/cjs/components/superscript.cjs +8 -0
  148. package/lib/cjs/components/superscript.d.ts +3 -0
  149. package/lib/cjs/components/superscript.d.ts.map +1 -0
  150. package/lib/cjs/components/superscript.props.json +491 -0
  151. package/lib/cjs/components/superscript.stories.cjs +14 -0
  152. package/lib/cjs/components/superscript.stories.d.ts +6 -0
  153. package/lib/cjs/components/superscript.stories.d.ts.map +1 -0
  154. package/lib/cjs/components/superscript.ws.cjs +14 -0
  155. package/lib/cjs/components/superscript.ws.d.ts +5 -0
  156. package/lib/cjs/components/superscript.ws.d.ts.map +1 -0
  157. package/lib/cjs/components/text-block.cjs +8 -0
  158. package/lib/cjs/components/text-block.d.ts +3 -0
  159. package/lib/cjs/components/text-block.d.ts.map +1 -0
  160. package/lib/cjs/components/text-block.props.json +491 -0
  161. package/lib/cjs/components/text-block.stories.cjs +14 -0
  162. package/lib/cjs/components/text-block.stories.d.ts +6 -0
  163. package/lib/cjs/components/text-block.stories.d.ts.map +1 -0
  164. package/lib/cjs/components/text-block.ws.cjs +23 -0
  165. package/lib/cjs/components/text-block.ws.d.ts +5 -0
  166. package/lib/cjs/components/text-block.ws.d.ts.map +1 -0
  167. package/lib/cjs/css/breakpoints.cjs +9 -0
  168. package/lib/cjs/css/breakpoints.d.ts +4 -0
  169. package/lib/cjs/css/breakpoints.d.ts.map +1 -0
  170. package/lib/cjs/css/categories.cjs +229 -0
  171. package/lib/cjs/css/categories.d.ts +408 -0
  172. package/lib/cjs/css/categories.d.ts.map +1 -0
  173. package/lib/cjs/css/get-browser-style.cjs +48 -0
  174. package/lib/cjs/css/get-browser-style.d.ts +3 -0
  175. package/lib/cjs/css/get-browser-style.d.ts.map +1 -0
  176. package/lib/cjs/css/index.cjs +19 -0
  177. package/lib/cjs/css/index.d.ts +4 -0
  178. package/lib/cjs/css/index.d.ts.map +1 -0
  179. package/lib/cjs/db/index.cjs +18 -0
  180. package/lib/cjs/db/index.d.ts +3 -0
  181. package/lib/cjs/db/index.d.ts.map +1 -0
  182. package/lib/cjs/db/instance.cjs +21 -0
  183. package/lib/cjs/db/instance.d.ts +14 -0
  184. package/lib/cjs/db/instance.d.ts.map +1 -0
  185. package/lib/cjs/db/types.cjs +2 -0
  186. package/lib/cjs/db/types.d.ts +17 -0
  187. package/lib/cjs/db/types.d.ts.map +1 -0
  188. package/lib/cjs/index.cjs +37 -0
  189. package/lib/cjs/index.d.ts +9 -0
  190. package/lib/cjs/index.d.ts.map +1 -0
  191. package/lib/cjs/pubsub/create.cjs +66 -0
  192. package/lib/cjs/pubsub/create.d.ts +29 -0
  193. package/lib/cjs/pubsub/create.d.ts.map +1 -0
  194. package/lib/cjs/pubsub/index.cjs +17 -0
  195. package/lib/cjs/pubsub/index.d.ts +2 -0
  196. package/lib/cjs/pubsub/index.d.ts.map +1 -0
  197. package/lib/cjs/remix/handle-request.server.cjs +15 -0
  198. package/lib/cjs/remix/handle-request.server.d.ts +3 -0
  199. package/lib/cjs/remix/handle-request.server.d.ts.map +1 -0
  200. package/lib/cjs/remix/index.cjs +18 -0
  201. package/lib/cjs/remix/index.d.ts +3 -0
  202. package/lib/cjs/remix/index.d.ts.map +1 -0
  203. package/lib/cjs/remix/root.cjs +13 -0
  204. package/lib/cjs/remix/root.d.ts +8 -0
  205. package/lib/cjs/remix/root.d.ts.map +1 -0
  206. package/lib/cjs/tree/create-elements-tree.cjs +54 -0
  207. package/lib/cjs/tree/create-elements-tree.d.ts +19 -0
  208. package/lib/cjs/tree/create-elements-tree.d.ts.map +1 -0
  209. package/lib/cjs/tree/index.cjs +19 -0
  210. package/lib/cjs/tree/index.d.ts +4 -0
  211. package/lib/cjs/tree/index.d.ts.map +1 -0
  212. package/lib/cjs/tree/root.cjs +17 -0
  213. package/lib/cjs/tree/root.d.ts +18 -0
  214. package/lib/cjs/tree/root.d.ts.map +1 -0
  215. package/lib/cjs/tree/session-storage-polyfill.cjs +39 -0
  216. package/lib/cjs/tree/session-storage-polyfill.d.ts +2 -0
  217. package/lib/cjs/tree/session-storage-polyfill.d.ts.map +1 -0
  218. package/lib/cjs/tree/wrapper-component.cjs +53 -0
  219. package/lib/cjs/tree/wrapper-component.d.ts +12 -0
  220. package/lib/cjs/tree/wrapper-component.d.ts.map +1 -0
  221. package/lib/cjs/user-props/all-user-props.cjs +21 -0
  222. package/lib/cjs/user-props/all-user-props.d.ts +8 -0
  223. package/lib/cjs/user-props/all-user-props.d.ts.map +1 -0
  224. package/lib/cjs/user-props/index.cjs +20 -0
  225. package/lib/cjs/user-props/index.d.ts +5 -0
  226. package/lib/cjs/user-props/index.d.ts.map +1 -0
  227. package/lib/cjs/user-props/schema.cjs +33 -0
  228. package/lib/cjs/user-props/schema.d.ts +72 -0
  229. package/lib/cjs/user-props/schema.d.ts.map +1 -0
  230. package/lib/cjs/user-props/types.cjs +2 -0
  231. package/lib/cjs/user-props/types.d.ts +13 -0
  232. package/lib/cjs/user-props/types.d.ts.map +1 -0
  233. package/lib/cjs/user-props/use-user-props.cjs +33 -0
  234. package/lib/cjs/user-props/use-user-props.d.ts +12 -0
  235. package/lib/cjs/user-props/use-user-props.d.ts.map +1 -0
  236. package/lib/components/body.js +4 -7
  237. package/lib/components/body.stories.js +5 -9
  238. package/lib/components/body.ws.js +5 -7
  239. package/lib/components/bold.js +4 -7
  240. package/lib/components/bold.stories.js +7 -10
  241. package/lib/components/bold.ws.js +5 -7
  242. package/lib/components/box.js +4 -7
  243. package/lib/components/box.stories.js +7 -10
  244. package/lib/components/box.ws.js +5 -7
  245. package/lib/components/button.js +5 -8
  246. package/lib/components/button.stories.js +7 -10
  247. package/lib/components/button.ws.js +5 -7
  248. package/lib/components/component-type.js +11 -14
  249. package/lib/components/form.js +4 -7
  250. package/lib/components/form.stories.js +7 -10
  251. package/lib/components/form.ws.js +5 -7
  252. package/lib/components/heading.js +4 -7
  253. package/lib/components/heading.stories.js +7 -10
  254. package/lib/components/heading.ws.js +5 -7
  255. package/lib/components/image.d.ts +2 -10
  256. package/lib/components/image.d.ts.map +1 -1
  257. package/lib/components/image.js +6 -21
  258. package/lib/components/image.stories.d.ts +2 -10
  259. package/lib/components/image.stories.d.ts.map +1 -1
  260. package/lib/components/image.stories.js +7 -10
  261. package/lib/components/image.ws.js +5 -7
  262. package/lib/components/index.js +15 -36
  263. package/lib/components/index.test.js +3 -28
  264. package/lib/components/input.js +4 -7
  265. package/lib/components/input.stories.js +7 -10
  266. package/lib/components/input.ws.js +5 -7
  267. package/lib/components/italic.js +4 -7
  268. package/lib/components/italic.stories.js +7 -10
  269. package/lib/components/italic.ws.d.ts.map +1 -1
  270. package/lib/components/italic.ws.js +12 -7
  271. package/lib/components/link.js +4 -7
  272. package/lib/components/link.stories.js +7 -10
  273. package/lib/components/link.ws.js +5 -7
  274. package/lib/components/meta.d.ts +13 -4
  275. package/lib/components/meta.d.ts.map +1 -1
  276. package/lib/components/meta.js +32 -37
  277. package/lib/components/paragraph.js +4 -7
  278. package/lib/components/paragraph.stories.js +7 -10
  279. package/lib/components/paragraph.ws.js +5 -7
  280. package/lib/components/span.js +4 -7
  281. package/lib/components/span.stories.js +7 -10
  282. package/lib/components/span.ws.js +5 -7
  283. package/lib/components/subscript.js +4 -7
  284. package/lib/components/subscript.stories.js +7 -10
  285. package/lib/components/subscript.ws.js +5 -7
  286. package/lib/components/superscript.js +4 -7
  287. package/lib/components/superscript.stories.js +7 -10
  288. package/lib/components/superscript.ws.js +5 -7
  289. package/lib/components/text-block.js +4 -7
  290. package/lib/components/text-block.stories.js +7 -10
  291. package/lib/components/text-block.ws.js +5 -7
  292. package/lib/css/breakpoints.js +1 -4
  293. package/lib/css/categories.js +5 -8
  294. package/lib/css/get-browser-style.js +7 -11
  295. package/lib/css/index.js +3 -19
  296. package/lib/db/index.js +2 -18
  297. package/lib/db/instance.js +8 -12
  298. package/lib/db/types.d.ts +6 -0
  299. package/lib/db/types.d.ts.map +1 -1
  300. package/lib/db/types.js +1 -2
  301. package/lib/index.js +8 -37
  302. package/lib/pubsub/create.js +8 -15
  303. package/lib/pubsub/index.js +1 -17
  304. package/lib/remix/handle-request.server.js +5 -9
  305. package/lib/remix/index.js +2 -18
  306. package/lib/remix/root.js +5 -9
  307. package/lib/tree/create-elements-tree.js +7 -11
  308. package/lib/tree/index.js +3 -19
  309. package/lib/tree/root.js +7 -11
  310. package/lib/tree/session-storage-polyfill.js +2 -6
  311. package/lib/tree/wrapper-component.js +11 -39
  312. package/lib/tsconfig.tsbuildinfo +1 -0
  313. package/lib/user-props/all-user-props.js +7 -11
  314. package/lib/user-props/index.js +4 -20
  315. package/lib/user-props/schema.d.ts +41 -4
  316. package/lib/user-props/schema.d.ts.map +1 -1
  317. package/lib/user-props/schema.js +29 -10
  318. package/lib/user-props/types.js +1 -2
  319. package/lib/user-props/use-user-props.d.ts.map +1 -1
  320. package/lib/user-props/use-user-props.js +7 -11
  321. package/package.json +16 -10
  322. package/lib/component-utils/image.d.ts +0 -107
  323. package/lib/component-utils/image.d.ts.map +0 -1
  324. package/lib/component-utils/image.js +0 -198
  325. package/lib/component-utils/image.test.d.ts +0 -2
  326. package/lib/component-utils/image.test.d.ts.map +0 -1
  327. package/lib/component-utils/image.test.js +0 -132
  328. package/lib/components/image-dev.stories.d.ts +0 -36
  329. package/lib/components/image-dev.stories.d.ts.map +0 -1
  330. package/lib/components/image-dev.stories.js +0 -102
@@ -0,0 +1,408 @@
1
+ export declare const categories: {
2
+ layout: {
3
+ label: string;
4
+ properties: readonly ["display", "flexDirection", "flexWrap", "alignItems", "justifyContent", "alignContent", "placeContent", "justifyItems", "rowGap", "columnGap", "gridAutoFlow", "gridAutoRows", "gridAutoColumns", "gridTemplateColumns", "gridTemplateRows", "gridTemplateAreas"];
5
+ moreFrom: string;
6
+ };
7
+ flexChild: {
8
+ label: string;
9
+ properties: readonly ["flexShrink", "flexGrow", "flexBasis", "alignSelf", "order"];
10
+ moreFrom: string;
11
+ };
12
+ gridChild: {
13
+ label: string;
14
+ properties: readonly ["gridRowEnd", "gridRowStart", "gridColumnStart", "gridColumnEnd", "alignSelf", "justifySelf", "order"];
15
+ moreFrom: string;
16
+ };
17
+ spacing: {
18
+ label: string;
19
+ properties: readonly ["marginTop", "marginRight", "marginBottom", "marginLeft", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft"];
20
+ moreFrom: string;
21
+ };
22
+ size: {
23
+ label: string;
24
+ properties: readonly ["width", "height", "minWidth", "minHeight", "maxWidth", "maxHeight", "overflow", "objectFit"];
25
+ moreFrom: string;
26
+ };
27
+ position: {
28
+ label: string;
29
+ properties: readonly ["position", "top", "right", "bottom", "left", "zIndex", "float", "clear"];
30
+ moreFrom: string;
31
+ };
32
+ typography: {
33
+ label: string;
34
+ properties: readonly ["fontFamily", "fontWeight", "fontSize", "lineHeight", "color", "textAlign", "fontStyle", "textDecorationColor", "textDecorationLine", "textDecorationStyle", "letterSpacing", "textIndent", "columnCount", "columnGap", "columnRuleStyle", "columnRuleWidth", "columnRuleColor", "textTransform", "direction", "whiteSpace", "textShadow", "fontSizeAdjust", "fontStretch", "fontVariant", "textAlignLast", "textJustify", "textOverflow", "textSizeAdjust", "verticalAlign", "wordSpacing", "wordBreak", "wordWrap"];
35
+ moreFrom: string;
36
+ };
37
+ backgrounds: {
38
+ label: string;
39
+ properties: readonly ["backgroundAttachment", "backgroundClip", "backgroundColor", "backgroundImage", "backgroundOrigin", "backgroundPositionX", "backgroundPositionY", "backgroundRepeat", "backgroundSize"];
40
+ moreFrom: string;
41
+ };
42
+ borders: {
43
+ label: string;
44
+ properties: readonly ["borderTopLeftRadius", "borderTopRightRadius", "borderBottomLeftRadius", "borderBottomRightRadius", "borderTopStyle", "borderRightStyle", "borderBottomStyle", "borderLeftStyle", "borderTopColor", "borderRightColor", "borderBottomColor", "borderLeftColor", "borderTopWidth", "borderRightWidth", "borderBottomWidth", "borderLeftWidth", "borderImageSlice", "borderImageWidth", "borderImageOutset", "borderImageRepeat", "borderImageSource"];
45
+ moreFrom: string;
46
+ };
47
+ effects: {
48
+ label: string;
49
+ properties: readonly ["mixBlendMode", "opacity", "outlineColor", "outlineOffset", "outlineStyle", "outlineWidth", "boxShadow", "transform", "filter", "backdropFilter", "cursor", "animationDelay", "animationDirection", "animationDuration", "animationFillMode", "animationIterationCount", "animationName", "animationPlayState", "animationTimingFunction", "transitionDelay", "transitionDuration", "transitionProperty", "transitionTimingFunction"];
50
+ moreFrom: string;
51
+ };
52
+ other: {
53
+ label: string;
54
+ properties: readonly ["resize", "clip", "visibility", "boxSizing", "content", "quotes", "counterReset", "counterIncrement", "inlineSize", "blockSize", "minInlineSize", "minBlockSize", "maxInlineSize", "maxBlockSize", "userSelect", "pointerEvents"];
55
+ moreFrom: string;
56
+ };
57
+ };
58
+ export declare const propertyCategoryMap: {
59
+ accentColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
60
+ alignContent: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
61
+ alignItems: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
62
+ alignSelf: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
63
+ alignTracks: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
64
+ animationDelay: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
65
+ animationDirection: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
66
+ animationDuration: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
67
+ animationFillMode: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
68
+ animationIterationCount: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
69
+ animationName: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
70
+ animationPlayState: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
71
+ animationTimingFunction: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
72
+ appearance: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
73
+ aspectRatio: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
74
+ backdropFilter: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
75
+ backfaceVisibility: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
76
+ backgroundAttachment: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
77
+ backgroundBlendMode: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
78
+ backgroundClip: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
79
+ backgroundColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
80
+ backgroundImage: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
81
+ backgroundOrigin: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
82
+ backgroundPositionX: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
83
+ backgroundPositionY: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
84
+ backgroundRepeat: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
85
+ backgroundSize: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
86
+ blockOverflow: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
87
+ blockSize: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
88
+ borderBlockColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
89
+ borderBlockStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
90
+ borderBlockWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
91
+ borderBlockEndColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
92
+ borderBlockEndStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
93
+ borderBlockEndWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
94
+ borderBlockStartColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
95
+ borderBlockStartStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
96
+ borderBlockStartWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
97
+ borderBottomColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
98
+ borderBottomLeftRadius: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
99
+ borderBottomRightRadius: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
100
+ borderBottomStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
101
+ borderBottomWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
102
+ borderCollapse: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
103
+ borderEndEndRadius: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
104
+ borderEndStartRadius: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
105
+ borderImageOutset: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
106
+ borderImageRepeat: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
107
+ borderImageSlice: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
108
+ borderImageSource: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
109
+ borderImageWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
110
+ borderInlineColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
111
+ borderInlineStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
112
+ borderInlineWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
113
+ borderInlineEndColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
114
+ borderInlineEndStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
115
+ borderInlineEndWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
116
+ borderInlineStartColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
117
+ borderInlineStartStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
118
+ borderInlineStartWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
119
+ borderLeftColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
120
+ borderLeftStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
121
+ borderLeftWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
122
+ borderRightColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
123
+ borderRightStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
124
+ borderRightWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
125
+ borderSpacing: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
126
+ borderStartEndRadius: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
127
+ borderStartStartRadius: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
128
+ borderTopColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
129
+ borderTopLeftRadius: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
130
+ borderTopRightRadius: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
131
+ borderTopStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
132
+ borderTopWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
133
+ bottom: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
134
+ boxDecorationBreak: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
135
+ boxShadow: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
136
+ boxSizing: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
137
+ breakAfter: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
138
+ breakBefore: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
139
+ breakInside: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
140
+ captionSide: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
141
+ caretColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
142
+ clear: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
143
+ clip: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
144
+ clipPath: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
145
+ color: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
146
+ colorAdjust: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
147
+ colorScheme: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
148
+ columnCount: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
149
+ columnFill: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
150
+ columnGap: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
151
+ columnRuleColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
152
+ columnRuleStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
153
+ columnRuleWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
154
+ columnSpan: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
155
+ columnWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
156
+ contain: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
157
+ content: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
158
+ contentVisibility: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
159
+ counterIncrement: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
160
+ counterReset: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
161
+ counterSet: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
162
+ cursor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
163
+ direction: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
164
+ display: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
165
+ emptyCells: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
166
+ filter: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
167
+ flexBasis: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
168
+ flexDirection: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
169
+ flexGrow: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
170
+ flexShrink: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
171
+ flexWrap: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
172
+ float: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
173
+ fontFamily: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
174
+ fontFeatureSettings: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
175
+ fontKerning: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
176
+ fontLanguageOverride: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
177
+ fontOpticalSizing: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
178
+ fontVariationSettings: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
179
+ fontSize: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
180
+ fontSizeAdjust: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
181
+ fontStretch: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
182
+ fontStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
183
+ fontSynthesis: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
184
+ fontVariant: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
185
+ fontVariantAlternates: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
186
+ fontVariantCaps: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
187
+ fontVariantEastAsian: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
188
+ fontVariantLigatures: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
189
+ fontVariantNumeric: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
190
+ fontVariantPosition: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
191
+ fontWeight: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
192
+ forcedColorAdjust: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
193
+ gridAutoColumns: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
194
+ gridAutoFlow: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
195
+ gridAutoRows: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
196
+ gridColumnEnd: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
197
+ gridColumnStart: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
198
+ gridRowEnd: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
199
+ gridRowStart: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
200
+ gridTemplateAreas: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
201
+ gridTemplateColumns: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
202
+ gridTemplateRows: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
203
+ hangingPunctuation: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
204
+ height: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
205
+ hyphens: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
206
+ imageOrientation: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
207
+ imageRendering: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
208
+ imageResolution: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
209
+ initialLetter: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
210
+ initialLetterAlign: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
211
+ inlineSize: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
212
+ inset: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
213
+ insetBlock: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
214
+ insetBlockEnd: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
215
+ insetBlockStart: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
216
+ insetInline: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
217
+ insetInlineEnd: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
218
+ insetInlineStart: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
219
+ isolation: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
220
+ justifyContent: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
221
+ justifyItems: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
222
+ justifySelf: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
223
+ justifyTracks: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
224
+ left: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
225
+ letterSpacing: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
226
+ lineBreak: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
227
+ lineClamp: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
228
+ lineHeight: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
229
+ lineHeightStep: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
230
+ listStyleImage: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
231
+ listStylePosition: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
232
+ listStyleType: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
233
+ marginBlock: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
234
+ marginBlockEnd: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
235
+ marginBlockStart: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
236
+ marginBottom: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
237
+ marginInline: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
238
+ marginInlineEnd: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
239
+ marginInlineStart: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
240
+ marginLeft: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
241
+ marginRight: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
242
+ marginTop: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
243
+ marginTrim: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
244
+ maskBorderMode: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
245
+ maskBorderOutset: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
246
+ maskBorderRepeat: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
247
+ maskBorderSlice: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
248
+ maskBorderSource: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
249
+ maskBorderWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
250
+ maskClip: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
251
+ maskComposite: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
252
+ maskImage: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
253
+ maskMode: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
254
+ maskOrigin: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
255
+ maskPosition: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
256
+ maskRepeat: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
257
+ maskSize: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
258
+ maskType: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
259
+ masonryAutoFlow: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
260
+ mathStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
261
+ maxBlockSize: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
262
+ maxHeight: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
263
+ maxInlineSize: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
264
+ maxLines: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
265
+ maxWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
266
+ minBlockSize: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
267
+ minHeight: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
268
+ minInlineSize: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
269
+ minWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
270
+ mixBlendMode: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
271
+ objectFit: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
272
+ objectPosition: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
273
+ offsetAnchor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
274
+ offsetDistance: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
275
+ offsetPath: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
276
+ offsetPosition: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
277
+ offsetRotate: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
278
+ opacity: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
279
+ order: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
280
+ orphans: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
281
+ outlineColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
282
+ outlineOffset: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
283
+ outlineStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
284
+ outlineWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
285
+ overflow: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
286
+ overflowAnchor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
287
+ overflowBlock: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
288
+ overflowClipMargin: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
289
+ overflowInline: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
290
+ overflowWrap: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
291
+ overflowX: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
292
+ overflowY: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
293
+ overscrollBehavior: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
294
+ overscrollBehaviorBlock: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
295
+ overscrollBehaviorInline: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
296
+ overscrollBehaviorX: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
297
+ overscrollBehaviorY: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
298
+ paddingBlock: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
299
+ paddingBlockEnd: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
300
+ paddingBlockStart: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
301
+ paddingBottom: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
302
+ paddingInline: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
303
+ paddingInlineEnd: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
304
+ paddingInlineStart: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
305
+ paddingLeft: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
306
+ paddingRight: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
307
+ paddingTop: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
308
+ pageBreakAfter: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
309
+ pageBreakBefore: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
310
+ pageBreakInside: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
311
+ paintOrder: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
312
+ perspective: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
313
+ perspectiveOrigin: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
314
+ placeContent: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
315
+ pointerEvents: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
316
+ position: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
317
+ quotes: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
318
+ resize: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
319
+ right: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
320
+ rotate: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
321
+ rowGap: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
322
+ rubyAlign: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
323
+ rubyMerge: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
324
+ rubyPosition: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
325
+ scale: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
326
+ scrollbarColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
327
+ scrollbarGutter: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
328
+ scrollbarWidth: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
329
+ scrollBehavior: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
330
+ scrollMargin: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
331
+ scrollMarginBlock: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
332
+ scrollMarginBlockStart: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
333
+ scrollMarginBlockEnd: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
334
+ scrollMarginBottom: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
335
+ scrollMarginInline: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
336
+ scrollMarginInlineStart: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
337
+ scrollMarginInlineEnd: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
338
+ scrollMarginLeft: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
339
+ scrollMarginRight: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
340
+ scrollMarginTop: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
341
+ scrollPadding: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
342
+ scrollPaddingBlock: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
343
+ scrollPaddingBlockStart: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
344
+ scrollPaddingBlockEnd: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
345
+ scrollPaddingBottom: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
346
+ scrollPaddingInline: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
347
+ scrollPaddingInlineStart: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
348
+ scrollPaddingInlineEnd: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
349
+ scrollPaddingLeft: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
350
+ scrollPaddingRight: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
351
+ scrollPaddingTop: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
352
+ scrollSnapAlign: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
353
+ scrollSnapStop: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
354
+ scrollSnapType: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
355
+ shapeImageThreshold: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
356
+ shapeMargin: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
357
+ shapeOutside: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
358
+ tabSize: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
359
+ tableLayout: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
360
+ textAlign: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
361
+ textAlignLast: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
362
+ textCombineUpright: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
363
+ textDecorationColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
364
+ textDecorationLine: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
365
+ textDecorationSkip: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
366
+ textDecorationSkipInk: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
367
+ textDecorationStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
368
+ textDecorationThickness: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
369
+ textEmphasisColor: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
370
+ textEmphasisPosition: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
371
+ textEmphasisStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
372
+ textIndent: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
373
+ textJustify: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
374
+ textOrientation: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
375
+ textOverflow: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
376
+ textRendering: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
377
+ textShadow: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
378
+ textSizeAdjust: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
379
+ textTransform: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
380
+ textUnderlineOffset: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
381
+ textUnderlinePosition: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
382
+ top: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
383
+ touchAction: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
384
+ transform: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
385
+ transformBox: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
386
+ transformOrigin: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
387
+ transformStyle: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
388
+ transitionDelay: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
389
+ transitionDuration: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
390
+ transitionProperty: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
391
+ transitionTimingFunction: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
392
+ translate: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
393
+ unicodeBidi: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
394
+ userSelect: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
395
+ verticalAlign: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
396
+ visibility: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
397
+ whiteSpace: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
398
+ widows: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
399
+ width: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
400
+ willChange: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
401
+ wordBreak: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
402
+ wordSpacing: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
403
+ wordWrap: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
404
+ writingMode: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
405
+ zIndex: "position" | "layout" | "flexChild" | "gridChild" | "spacing" | "size" | "typography" | "backgrounds" | "borders" | "effects" | "other";
406
+ };
407
+ export declare type Category = keyof typeof categories;
408
+ //# sourceMappingURL=categories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"categories.d.ts","sourceRoot":"","sources":["../../../src/css/categories.ts"],"names":[],"mappings":"AA0MA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCtB,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAE/B,CAAC;AAUF,oBAAY,QAAQ,GAAG,MAAM,OAAO,UAAU,CAAC"}
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getBrowserStyle = void 0;
4
+ const detect_font_1 = require("detect-font");
5
+ const css_data_1 = require("@webstudio-is/css-data");
6
+ const unitRegex = new RegExp(`${css_data_1.units.join("|")}`);
7
+ // @todo use a parser
8
+ const parseValue = (property, value) => {
9
+ const number = parseFloat(value);
10
+ const parsedUnit = unitRegex.exec(value);
11
+ if (value === "rgba(0, 0, 0, 0)")
12
+ value = "transparent";
13
+ if (isNaN(number) || parsedUnit === null) {
14
+ return {
15
+ type: "keyword",
16
+ value,
17
+ };
18
+ }
19
+ if (number === 0) {
20
+ return css_data_1.properties[property].initial;
21
+ }
22
+ return {
23
+ type: "unit",
24
+ unit: parsedUnit[0],
25
+ value: number,
26
+ };
27
+ };
28
+ const getBrowserStyle = (element) => {
29
+ const browserStyle = {};
30
+ if (element === undefined)
31
+ return browserStyle;
32
+ let knownProperty;
33
+ const computedStyle = getComputedStyle(element);
34
+ for (knownProperty in css_data_1.properties) {
35
+ if (knownProperty in computedStyle === false)
36
+ continue;
37
+ // Typescript doesn't know we can access CSSStyleDeclaration properties by keys
38
+ const computedValue = computedStyle[knownProperty];
39
+ browserStyle[knownProperty] = parseValue(knownProperty, computedValue);
40
+ }
41
+ // We need a single font-family that is actually rendered. Computed style will return a list of potential fonts.
42
+ browserStyle.fontFamily = {
43
+ type: "fontFamily",
44
+ value: [(0, detect_font_1.detectFont)(element)],
45
+ };
46
+ return browserStyle;
47
+ };
48
+ exports.getBrowserStyle = getBrowserStyle;
@@ -0,0 +1,3 @@
1
+ import type { Style } from "@webstudio-is/css-data";
2
+ export declare const getBrowserStyle: (element?: Element) => Style;
3
+ //# sourceMappingURL=get-browser-style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-browser-style.d.ts","sourceRoot":"","sources":["../../../src/css/get-browser-style.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAEV,KAAK,EAGN,MAAM,wBAAwB,CAAC;AA4BhC,eAAO,MAAM,eAAe,aAAc,OAAO,KAAG,KAiBnD,CAAC"}