@chamn/engine 0.0.9 → 0.0.11

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 (277) hide show
  1. package/dist/component/CSSEditor/index.d.ts +16 -0
  2. package/dist/component/CSSPropertiesEditor/cssProperties.d.ts +898 -0
  3. package/dist/component/CSSPropertiesEditor/index.d.ts +43 -0
  4. package/dist/component/CSSPropertiesEditor/util.d.ts +1 -0
  5. package/dist/component/CSSPropertiesVariableBindEditor/cssProperties.d.ts +898 -0
  6. package/dist/component/CSSPropertiesVariableBindEditor/index.d.ts +37 -0
  7. package/dist/component/CSSPropertiesVariableBindEditor/util.d.ts +1 -0
  8. package/dist/component/ClassNameEditor/index.d.ts +16 -0
  9. package/dist/component/CustomSchemaForm/components/Form/Field/index.d.ts +11 -0
  10. package/dist/component/CustomSchemaForm/components/Form/context.d.ts +12 -0
  11. package/dist/component/CustomSchemaForm/components/Form/index.d.ts +18 -0
  12. package/dist/component/CustomSchemaForm/components/SetterSwitcher/index.d.ts +14 -0
  13. package/dist/component/CustomSchemaForm/components/Setters/ArraySetter/ArrayItem.d.ts +11 -0
  14. package/dist/component/CustomSchemaForm/components/Setters/ArraySetter/SortItemOrderModal.d.ts +10 -0
  15. package/dist/component/CustomSchemaForm/components/Setters/ArraySetter/index.d.ts +14 -0
  16. package/dist/component/CustomSchemaForm/components/Setters/BooleanSetter/index.d.ts +5 -0
  17. package/dist/component/CustomSchemaForm/components/Setters/CSSValueSetter/index.d.ts +6 -0
  18. package/dist/component/CustomSchemaForm/components/Setters/ExpressionSetter/index.d.ts +8 -0
  19. package/dist/component/CustomSchemaForm/components/Setters/FunctionSetter/defaultDts.d.ts +1 -0
  20. package/dist/component/CustomSchemaForm/components/Setters/FunctionSetter/index.d.ts +2 -0
  21. package/dist/component/CustomSchemaForm/components/Setters/JSONSetter/index.d.ts +2 -0
  22. package/dist/component/CustomSchemaForm/components/Setters/NumberSetter/index.d.ts +3 -0
  23. package/dist/component/CustomSchemaForm/components/Setters/SelectSetter/index.d.ts +3 -0
  24. package/dist/component/CustomSchemaForm/components/Setters/ShapeSetter/index.d.ts +8 -0
  25. package/dist/component/CustomSchemaForm/components/Setters/StringSetter/index.d.ts +3 -0
  26. package/dist/component/CustomSchemaForm/components/Setters/TextAreaSetter/index.d.ts +3 -0
  27. package/dist/component/CustomSchemaForm/components/Setters/index.d.ts +3 -0
  28. package/dist/component/CustomSchemaForm/components/Setters/type.d.ts +19 -0
  29. package/dist/component/CustomSchemaForm/context.d.ts +15 -0
  30. package/dist/component/CustomSchemaForm/index.d.ts +20 -0
  31. package/dist/component/CustomSchemaForm/utils.d.ts +2 -0
  32. package/dist/component/MonacoEditor/index.d.ts +15 -0
  33. package/dist/component/Workbench/index.d.ts +61 -0
  34. package/dist/core/pluginManager.d.ts +61 -0
  35. package/dist/i18n/en_US/index.d.ts +5 -0
  36. package/dist/i18n/index.d.ts +6 -0
  37. package/dist/i18n/zh_CN/index.d.ts +5 -0
  38. package/dist/index.d.ts +44 -0
  39. package/dist/index.js +197 -0
  40. package/dist/index.js.map +1 -0
  41. package/dist/{index.es.js → index.mjs} +6867 -6541
  42. package/dist/index.mjs.map +1 -0
  43. package/dist/material/innerMaterial.d.ts +2 -0
  44. package/dist/plugins/AdvancePanel/index.d.ts +10 -0
  45. package/dist/plugins/ComponentLibrary/components/DragItem/index.d.ts +12 -0
  46. package/dist/plugins/ComponentLibrary/components/ListView/index.d.ts +9 -0
  47. package/dist/plugins/ComponentLibrary/index.d.ts +3 -0
  48. package/dist/plugins/ComponentLibrary/localize/en_US/index.d.ts +1 -0
  49. package/dist/plugins/ComponentLibrary/localize/index.d.ts +2 -0
  50. package/dist/plugins/ComponentLibrary/localize/zh_CN/index.d.ts +1 -0
  51. package/dist/plugins/ComponentLibrary/util.d.ts +1 -0
  52. package/dist/plugins/ComponentStatePanel/index.d.ts +10 -0
  53. package/dist/plugins/Designer/components/DefaultSelectToolBar/index.d.ts +10 -0
  54. package/dist/plugins/Designer/components/GhostView/index.d.ts +5 -0
  55. package/dist/plugins/Designer/config.d.ts +1 -0
  56. package/dist/plugins/Designer/index.d.ts +15 -0
  57. package/dist/plugins/Designer/localize/en_US/index.d.ts +1 -0
  58. package/dist/plugins/Designer/localize/index.d.ts +2 -0
  59. package/dist/plugins/Designer/localize/zh_CN/index.d.ts +1 -0
  60. package/dist/plugins/Designer/util.d.ts +2 -0
  61. package/dist/plugins/Designer/view.d.ts +30 -0
  62. package/dist/plugins/DisplaySourceSchema/index.d.ts +9 -0
  63. package/dist/plugins/GlobalStatePanel/index.d.ts +3 -0
  64. package/dist/plugins/GlobalStatePanel/localize/en_US/index.d.ts +1 -0
  65. package/dist/plugins/GlobalStatePanel/localize/index.d.ts +2 -0
  66. package/dist/plugins/GlobalStatePanel/localize/zh_CN/index.d.ts +1 -0
  67. package/dist/plugins/History/index.d.ts +2 -0
  68. package/dist/plugins/OutlineTree/components/TreeView/context.d.ts +30 -0
  69. package/dist/plugins/OutlineTree/components/TreeView/dataStruct.d.ts +21 -0
  70. package/dist/plugins/OutlineTree/components/TreeView/index.d.ts +34 -0
  71. package/dist/plugins/OutlineTree/components/TreeView/treeNode.d.ts +9 -0
  72. package/dist/plugins/OutlineTree/index.d.ts +3 -0
  73. package/dist/plugins/OutlineTree/localize/en_US/index.d.ts +1 -0
  74. package/dist/plugins/OutlineTree/localize/index.d.ts +2 -0
  75. package/dist/plugins/OutlineTree/localize/zh_CN/index.d.ts +1 -0
  76. package/dist/plugins/OutlineTree/util.d.ts +15 -0
  77. package/dist/plugins/PropertyPanel/index.d.ts +9 -0
  78. package/dist/plugins/RightPanel/index.d.ts +2 -0
  79. package/dist/plugins/RightPanel/view.d.ts +38 -0
  80. package/dist/plugins/VisualPanelPlus/index.d.ts +9 -0
  81. package/dist/plugins/index.d.ts +9 -0
  82. package/dist/utils/css.d.ts +19 -0
  83. package/dist/utils/defaultEngineConfig.d.ts +5 -0
  84. package/dist/utils/index.d.ts +6 -0
  85. package/dist/utils/logger.d.ts +1 -0
  86. package/package.json +12 -9
  87. package/.eslintignore +0 -1
  88. package/.eslintrc.js +0 -36
  89. package/.prettierrc.json +0 -7
  90. package/.storybook/main.js +0 -24
  91. package/.storybook/preview.js +0 -9
  92. package/CHANGELOG.md +0 -50
  93. package/__tests__/demo.test.ts +0 -3
  94. package/build.config.js +0 -88
  95. package/dist/index.cjs.js +0 -197
  96. package/dist/index.cjs.js.map +0 -1
  97. package/dist/index.es.js.map +0 -1
  98. package/index.html +0 -16
  99. package/jest.config.js +0 -196
  100. package/public/_dev_/render.d.ts +0 -2
  101. package/public/render.umd.js +0 -42
  102. package/public/render.umd.js.map +0 -1
  103. package/src/Engine.module.scss +0 -10
  104. package/src/Engine.module.scss.d.ts +0 -5
  105. package/src/_dev_/index.css +0 -22
  106. package/src/_dev_/index.tsx +0 -5
  107. package/src/_dev_/page/Editor/index.tsx +0 -198
  108. package/src/_dev_/page/Editor/indexCustom.tsx +0 -274
  109. package/src/_dev_/page/Preview/index.tsx +0 -56
  110. package/src/_dev_/render.ts +0 -3
  111. package/src/_dev_/router.tsx +0 -14
  112. package/src/assets/react.svg +0 -4
  113. package/src/assets/styles/mixin.scss +0 -15
  114. package/src/component/CSSEditor/index.tsx +0 -247
  115. package/src/component/CSSEditor/style.module.scss +0 -22
  116. package/src/component/CSSEditor/style.module.scss.d.ts +0 -6
  117. package/src/component/CSSPropertiesEditor/cssProperties.ts +0 -1062
  118. package/src/component/CSSPropertiesEditor/index.tsx +0 -389
  119. package/src/component/CSSPropertiesEditor/style.module.scss +0 -46
  120. package/src/component/CSSPropertiesEditor/style.module.scss.d.ts +0 -15
  121. package/src/component/CSSPropertiesEditor/util.ts +0 -19
  122. package/src/component/CSSPropertiesVariableBindEditor/cssProperties.ts +0 -782
  123. package/src/component/CSSPropertiesVariableBindEditor/index.tsx +0 -366
  124. package/src/component/CSSPropertiesVariableBindEditor/style.module.scss +0 -48
  125. package/src/component/CSSPropertiesVariableBindEditor/style.module.scss.d.ts +0 -15
  126. package/src/component/CSSPropertiesVariableBindEditor/util.ts +0 -19
  127. package/src/component/ClassNameEditor/index.tsx +0 -91
  128. package/src/component/ClassNameEditor/style.module.scss +0 -0
  129. package/src/component/CustomSchemaForm/components/Form/Field/index.tsx +0 -81
  130. package/src/component/CustomSchemaForm/components/Form/Field/style.module.scss +0 -32
  131. package/src/component/CustomSchemaForm/components/Form/Field/style.module.scss.d.ts +0 -8
  132. package/src/component/CustomSchemaForm/components/Form/context.ts +0 -23
  133. package/src/component/CustomSchemaForm/components/Form/index.tsx +0 -71
  134. package/src/component/CustomSchemaForm/components/SetterSwitcher/index.tsx +0 -273
  135. package/src/component/CustomSchemaForm/components/SetterSwitcher/style.module.scss +0 -16
  136. package/src/component/CustomSchemaForm/components/SetterSwitcher/style.module.scss.d.ts +0 -7
  137. package/src/component/CustomSchemaForm/components/Setters/ArraySetter/ArrayItem.tsx +0 -55
  138. package/src/component/CustomSchemaForm/components/Setters/ArraySetter/SortItemOrderModal.tsx +0 -160
  139. package/src/component/CustomSchemaForm/components/Setters/ArraySetter/index.tsx +0 -129
  140. package/src/component/CustomSchemaForm/components/Setters/ArraySetter/style.module.scss +0 -22
  141. package/src/component/CustomSchemaForm/components/Setters/ArraySetter/style.module.scss.d.ts +0 -7
  142. package/src/component/CustomSchemaForm/components/Setters/BooleanSetter/index.tsx +0 -32
  143. package/src/component/CustomSchemaForm/components/Setters/CSSValueSetter/index.tsx +0 -78
  144. package/src/component/CustomSchemaForm/components/Setters/CSSValueSetter/style.module.scss +0 -7
  145. package/src/component/CustomSchemaForm/components/Setters/CSSValueSetter/style.module.scss.d.ts +0 -6
  146. package/src/component/CustomSchemaForm/components/Setters/ExpressionSetter/index.tsx +0 -47
  147. package/src/component/CustomSchemaForm/components/Setters/FunctionSetter/defaultDts.ts +0 -28
  148. package/src/component/CustomSchemaForm/components/Setters/FunctionSetter/index.tsx +0 -93
  149. package/src/component/CustomSchemaForm/components/Setters/JSONSetter/index.tsx +0 -80
  150. package/src/component/CustomSchemaForm/components/Setters/NumberSetter/index.tsx +0 -34
  151. package/src/component/CustomSchemaForm/components/Setters/SelectSetter/index.tsx +0 -35
  152. package/src/component/CustomSchemaForm/components/Setters/ShapeSetter/index.tsx +0 -65
  153. package/src/component/CustomSchemaForm/components/Setters/StringSetter/index.tsx +0 -30
  154. package/src/component/CustomSchemaForm/components/Setters/TextAreaSetter/index.tsx +0 -31
  155. package/src/component/CustomSchemaForm/components/Setters/index.ts +0 -26
  156. package/src/component/CustomSchemaForm/components/Setters/type.ts +0 -18
  157. package/src/component/CustomSchemaForm/context.ts +0 -20
  158. package/src/component/CustomSchemaForm/index.tsx +0 -93
  159. package/src/component/CustomSchemaForm/style.module.scss +0 -15
  160. package/src/component/CustomSchemaForm/style.module.scss.d.ts +0 -11
  161. package/src/component/CustomSchemaForm/utils.ts +0 -13
  162. package/src/component/MonacoEditor/index.tsx +0 -81
  163. package/src/component/Workbench/index.tsx +0 -329
  164. package/src/component/Workbench/style.module.scss +0 -159
  165. package/src/component/Workbench/style.module.scss.d.ts +0 -25
  166. package/src/core/pluginManager.ts +0 -151
  167. package/src/i18n/en_US/index.ts +0 -5
  168. package/src/i18n/index.ts +0 -39
  169. package/src/i18n/zh_CN/index.ts +0 -5
  170. package/src/index.tsx +0 -150
  171. package/src/material/innerMaterial.ts +0 -343
  172. package/src/plugins/AdvancePanel/index.tsx +0 -191
  173. package/src/plugins/AdvancePanel/style.module.scss +0 -8
  174. package/src/plugins/AdvancePanel/style.module.scss.d.ts +0 -7
  175. package/src/plugins/ComponentLibrary/components/DragItem/index.tsx +0 -65
  176. package/src/plugins/ComponentLibrary/components/DragItem/style.module.scss +0 -58
  177. package/src/plugins/ComponentLibrary/components/DragItem/style.module.scss.d.ts +0 -9
  178. package/src/plugins/ComponentLibrary/components/ListView/index.tsx +0 -50
  179. package/src/plugins/ComponentLibrary/components/ListView/style.module.scss +0 -27
  180. package/src/plugins/ComponentLibrary/components/ListView/style.module.scss.d.ts +0 -12
  181. package/src/plugins/ComponentLibrary/index.tsx +0 -184
  182. package/src/plugins/ComponentLibrary/localize/en_US/index.ts +0 -3
  183. package/src/plugins/ComponentLibrary/localize/index.ts +0 -3
  184. package/src/plugins/ComponentLibrary/localize/zh_CN/index.ts +0 -3
  185. package/src/plugins/ComponentLibrary/style.module.scss +0 -31
  186. package/src/plugins/ComponentLibrary/style.module.scss.d.ts +0 -11
  187. package/src/plugins/ComponentLibrary/util.ts +0 -14
  188. package/src/plugins/ComponentStatePanel/index.tsx +0 -59
  189. package/src/plugins/Designer/components/DefaultSelectToolBar/index.tsx +0 -94
  190. package/src/plugins/Designer/components/DefaultSelectToolBar/style.module.scss +0 -59
  191. package/src/plugins/Designer/components/DefaultSelectToolBar/style.module.scss.d.ts +0 -11
  192. package/src/plugins/Designer/components/GhostView/index.tsx +0 -18
  193. package/src/plugins/Designer/config.ts +0 -1
  194. package/src/plugins/Designer/index.tsx +0 -61
  195. package/src/plugins/Designer/localize/en_US/index.ts +0 -3
  196. package/src/plugins/Designer/localize/index.ts +0 -3
  197. package/src/plugins/Designer/localize/zh_CN/index.ts +0 -3
  198. package/src/plugins/Designer/style.module.scss +0 -10
  199. package/src/plugins/Designer/style.module.scss.d.ts +0 -5
  200. package/src/plugins/Designer/util.ts +0 -18
  201. package/src/plugins/Designer/view.tsx +0 -225
  202. package/src/plugins/DisplaySourceSchema/index.tsx +0 -76
  203. package/src/plugins/GlobalStatePanel/index.tsx +0 -96
  204. package/src/plugins/GlobalStatePanel/localize/en_US/index.ts +0 -3
  205. package/src/plugins/GlobalStatePanel/localize/index.ts +0 -3
  206. package/src/plugins/GlobalStatePanel/localize/zh_CN/index.ts +0 -3
  207. package/src/plugins/GlobalStatePanel/style.module.scss +0 -8
  208. package/src/plugins/GlobalStatePanel/style.module.scss.d.ts +0 -5
  209. package/src/plugins/History/index.tsx +0 -110
  210. package/src/plugins/OutlineTree/components/TreeView/context.ts +0 -43
  211. package/src/plugins/OutlineTree/components/TreeView/dataStruct.ts +0 -58
  212. package/src/plugins/OutlineTree/components/TreeView/index.tsx +0 -376
  213. package/src/plugins/OutlineTree/components/TreeView/style.module.scss +0 -93
  214. package/src/plugins/OutlineTree/components/TreeView/style.module.scss.d.ts +0 -16
  215. package/src/plugins/OutlineTree/components/TreeView/treeNode.tsx +0 -271
  216. package/src/plugins/OutlineTree/index.tsx +0 -39
  217. package/src/plugins/OutlineTree/localize/en_US/index.ts +0 -3
  218. package/src/plugins/OutlineTree/localize/index.ts +0 -3
  219. package/src/plugins/OutlineTree/localize/zh_CN/index.ts +0 -3
  220. package/src/plugins/OutlineTree/util.tsx +0 -302
  221. package/src/plugins/PropertyPanel/index.tsx +0 -63
  222. package/src/plugins/PropertyPanel/style.module.scss +0 -12
  223. package/src/plugins/PropertyPanel/style.module.scss.d.ts +0 -10
  224. package/src/plugins/PropertyPanel/utils.ts +0 -13
  225. package/src/plugins/RightPanel/index.tsx +0 -30
  226. package/src/plugins/RightPanel/style.module.scss +0 -16
  227. package/src/plugins/RightPanel/style.module.scss.d.ts +0 -10
  228. package/src/plugins/RightPanel/view.tsx +0 -177
  229. package/src/plugins/VisualPanel/index.tsx +0 -185
  230. package/src/plugins/VisualPanel/style.module.scss +0 -17
  231. package/src/plugins/VisualPanelPlus/index.tsx +0 -103
  232. package/src/plugins/VisualPanelPlus/style.module.scss +0 -20
  233. package/src/plugins/VisualPanelPlus/style.module.scss.d.ts +0 -10
  234. package/src/plugins/index.tsx +0 -26
  235. package/src/stories/Button.jsx +0 -50
  236. package/src/stories/Button.stories.jsx +0 -40
  237. package/src/stories/Introduction.stories.mdx +0 -194
  238. package/src/stories/assets/code-brackets.svg +0 -1
  239. package/src/stories/assets/colors.svg +0 -1
  240. package/src/stories/assets/comments.svg +0 -1
  241. package/src/stories/assets/direction.svg +0 -1
  242. package/src/stories/assets/flow.svg +0 -1
  243. package/src/stories/assets/plugin.svg +0 -1
  244. package/src/stories/assets/repo.svg +0 -1
  245. package/src/stories/assets/stackalt.svg +0 -1
  246. package/src/stories/button.css +0 -30
  247. package/src/stories/plugins/CSSEditor.stories.tsx +0 -75
  248. package/src/stories/plugins/VisualPanelPlus.stories.tsx +0 -74
  249. package/src/style.d.ts +0 -2
  250. package/src/typing.d.ts +0 -9
  251. package/src/utils/css.ts +0 -88
  252. package/src/utils/defaultEngineConfig.tsx +0 -55
  253. package/src/utils/index.ts +0 -12
  254. package/src/utils/logger.ts +0 -4
  255. package/src/vite-env.d.ts +0 -1
  256. package/tsconfig.json +0 -32
  257. /package/{public → dist}/Engine.module.scss.d.ts +0 -0
  258. /package/{public → dist}/component/CSSEditor/style.module.scss.d.ts +0 -0
  259. /package/{public → dist}/component/CSSPropertiesEditor/style.module.scss.d.ts +0 -0
  260. /package/{public → dist}/component/CSSPropertiesVariableBindEditor/style.module.scss.d.ts +0 -0
  261. /package/{public → dist}/component/CustomSchemaForm/components/Form/Field/style.module.scss.d.ts +0 -0
  262. /package/{public → dist}/component/CustomSchemaForm/components/SetterSwitcher/style.module.scss.d.ts +0 -0
  263. /package/{public → dist}/component/CustomSchemaForm/components/Setters/ArraySetter/style.module.scss.d.ts +0 -0
  264. /package/{public → dist}/component/CustomSchemaForm/components/Setters/CSSValueSetter/style.module.scss.d.ts +0 -0
  265. /package/{public → dist}/component/CustomSchemaForm/style.module.scss.d.ts +0 -0
  266. /package/{public → dist}/component/Workbench/style.module.scss.d.ts +0 -0
  267. /package/{public → dist}/plugins/AdvancePanel/style.module.scss.d.ts +0 -0
  268. /package/{public → dist}/plugins/ComponentLibrary/components/DragItem/style.module.scss.d.ts +0 -0
  269. /package/{public → dist}/plugins/ComponentLibrary/components/ListView/style.module.scss.d.ts +0 -0
  270. /package/{public → dist}/plugins/ComponentLibrary/style.module.scss.d.ts +0 -0
  271. /package/{public → dist}/plugins/Designer/components/DefaultSelectToolBar/style.module.scss.d.ts +0 -0
  272. /package/{public → dist}/plugins/Designer/style.module.scss.d.ts +0 -0
  273. /package/{public → dist}/plugins/GlobalStatePanel/style.module.scss.d.ts +0 -0
  274. /package/{public → dist}/plugins/OutlineTree/components/TreeView/style.module.scss.d.ts +0 -0
  275. /package/{public → dist}/plugins/PropertyPanel/style.module.scss.d.ts +0 -0
  276. /package/{public → dist}/plugins/RightPanel/style.module.scss.d.ts +0 -0
  277. /package/{public → dist}/plugins/VisualPanelPlus/style.module.scss.d.ts +0 -0
@@ -1,782 +0,0 @@
1
- const CSSSourceInfo = {
2
- cssColors: {
3
- aliceblue: '#f0f8ff',
4
- antiquewhite: '#faebd7',
5
- aqua: '#00ffff',
6
- aquamarine: '#7fffd4',
7
- azure: '#f0ffff',
8
- beige: '#f5f5dc',
9
- bisque: '#ffe4c4',
10
- black: '#000000',
11
- blanchedalmond: '#ffebcd',
12
- blue: '#0000ff',
13
- blueviolet: '#8a2be2',
14
- brown: '#a52a2a',
15
- burlywood: '#deb887',
16
- cadetblue: '#5f9ea0',
17
- chartreuse: '#7fff00',
18
- chocolate: '#d2691e',
19
- coral: '#ff7f50',
20
- cornflowerblue: '#6495ed',
21
- cornsilk: '#fff8dc',
22
- crimson: '#dc143c',
23
- cyan: '#00ffff',
24
- darkblue: '#00008b',
25
- darkcyan: '#008b8b',
26
- darkgoldenrod: '#b8860b',
27
- darkgray: '#a9a9a9',
28
- darkgreen: '#006400',
29
- darkgrey: '#a9a9a9',
30
- darkkhaki: '#bdb76b',
31
- darkmagenta: '#8b008b',
32
- darkolivegreen: '#556b2f',
33
- darkorange: '#ff8c00',
34
- darkorchid: '#9932cc',
35
- darkred: '#8b0000',
36
- darksalmon: '#e9967a',
37
- darkseagreen: '#8fbc8f',
38
- darkslateblue: '#483d8b',
39
- darkslategray: '#2f4f4f',
40
- darkslategrey: '#2f4f4f',
41
- darkturquoise: '#00ced1',
42
- darkviolet: '#9400d3',
43
- deeppink: '#ff1493',
44
- deepskyblue: '#00bfff',
45
- dimgray: '#696969',
46
- dimgrey: '#696969',
47
- dodgerblue: '#1e90ff',
48
- firebrick: '#b22222',
49
- floralwhite: '#fffaf0',
50
- forestgreen: '#228b22',
51
- fuchsia: '#ff00ff',
52
- gainsboro: '#dcdcdc',
53
- ghostwhite: '#f8f8ff',
54
- goldenrod: '#daa520',
55
- gold: '#ffd700',
56
- gray: '#808080',
57
- green: '#008000',
58
- greenyellow: '#adff2f',
59
- grey: '#808080',
60
- honeydew: '#f0fff0',
61
- hotpink: '#ff69b4',
62
- indianred: '#cd5c5c',
63
- indigo: '#4b0082',
64
- ivory: '#fffff0',
65
- khaki: '#f0e68c',
66
- lavenderblush: '#fff0f5',
67
- lavender: '#e6e6fa',
68
- lawngreen: '#7cfc00',
69
- lemonchiffon: '#fffacd',
70
- lightblue: '#add8e6',
71
- lightcoral: '#f08080',
72
- lightcyan: '#e0ffff',
73
- lightgoldenrodyellow: '#fafad2',
74
- lightgray: '#d3d3d3',
75
- lightgreen: '#90ee90',
76
- lightgrey: '#d3d3d3',
77
- lightpink: '#ffb6c1',
78
- lightsalmon: '#ffa07a',
79
- lightseagreen: '#20b2aa',
80
- lightskyblue: '#87cefa',
81
- lightslategray: '#778899',
82
- lightslategrey: '#778899',
83
- lightsteelblue: '#b0c4de',
84
- lightyellow: '#ffffe0',
85
- lime: '#00ff00',
86
- limegreen: '#32cd32',
87
- linen: '#faf0e6',
88
- magenta: '#ff00ff',
89
- maroon: '#800000',
90
- mediumaquamarine: '#66cdaa',
91
- mediumblue: '#0000cd',
92
- mediumorchid: '#ba55d3',
93
- mediumpurple: '#9370db',
94
- mediumseagreen: '#3cb371',
95
- mediumslateblue: '#7b68ee',
96
- mediumspringgreen: '#00fa9a',
97
- mediumturquoise: '#48d1cc',
98
- mediumvioletred: '#c71585',
99
- midnightblue: '#191970',
100
- mintcream: '#f5fffa',
101
- mistyrose: '#ffe4e1',
102
- moccasin: '#ffe4b5',
103
- navajowhite: '#ffdead',
104
- navy: '#000080',
105
- oldlace: '#fdf5e6',
106
- olive: '#808000',
107
- olivedrab: '#6b8e23',
108
- orange: '#ffa500',
109
- orangered: '#ff4500',
110
- orchid: '#da70d6',
111
- palegoldenrod: '#eee8aa',
112
- palegreen: '#98fb98',
113
- paleturquoise: '#afeeee',
114
- palevioletred: '#db7093',
115
- papayawhip: '#ffefd5',
116
- peachpuff: '#ffdab9',
117
- peru: '#cd853f',
118
- pink: '#ffc0cb',
119
- plum: '#dda0dd',
120
- powderblue: '#b0e0e6',
121
- purple: '#800080',
122
- rebeccapurple: '#663399',
123
- red: '#ff0000',
124
- rosybrown: '#bc8f8f',
125
- royalblue: '#4169e1',
126
- saddlebrown: '#8b4513',
127
- salmon: '#fa8072',
128
- sandybrown: '#f4a460',
129
- seagreen: '#2e8b57',
130
- seashell: '#fff5ee',
131
- sienna: '#a0522d',
132
- silver: '#c0c0c0',
133
- skyblue: '#87ceeb',
134
- slateblue: '#6a5acd',
135
- slategray: '#708090',
136
- slategrey: '#708090',
137
- snow: '#fffafa',
138
- springgreen: '#00ff7f',
139
- steelblue: '#4682b4',
140
- tan: '#d2b48c',
141
- teal: '#008080',
142
- thistle: '#d8bfd8',
143
- tomato: '#ff6347',
144
- turquoise: '#40e0d0',
145
- violet: '#ee82ee',
146
- wheat: '#f5deb3',
147
- white: '#ffffff',
148
- whitesmoke: '#f5f5f5',
149
- yellow: '#ffff00',
150
- yellowgreen: '#9acd32',
151
- },
152
- cssKeyValue: {
153
- 'align-content': {
154
- values: ['center', 'flex-end', 'flex-start', 'space-around', 'space-between', 'stretch'],
155
- },
156
- 'align-items': {
157
- values: ['baseline', 'center', 'flex-end', 'flex-start', 'stretch'],
158
- },
159
- 'align-self': {
160
- values: [
161
- 'auto',
162
- 'normal',
163
- 'self-start',
164
- 'self-end',
165
- 'baseline',
166
- 'center',
167
- 'start',
168
- 'end',
169
- 'flex-end',
170
- 'flex-start',
171
- 'safe',
172
- 'stretch',
173
- 'unsafe',
174
- ],
175
- },
176
- all: { values: [] },
177
- animation: { values: [] },
178
- 'animation-delay': { values: [] },
179
- 'animation-direction': {
180
- values: ['alternate', 'alternate-reverse', 'normal', 'reverse'],
181
- },
182
- 'animation-duration': { values: [] },
183
- 'animation-fill-mode': {
184
- values: ['backwards', 'both', 'forwards', 'none'],
185
- },
186
- 'animation-iteration-count': { values: ['infinite'] },
187
- 'animation-name': { values: ['none'] },
188
- 'animation-play-state': { values: ['paused', 'running'] },
189
- 'animation-timing-function': {
190
- values: ['cubic-bezier()', 'ease', 'ease-in', 'ease-in-out', 'ease-out', 'linear', 'step-end', 'step-start', 'steps()'],
191
- },
192
- 'backface-visibility': { values: ['hidden', 'visible'] },
193
- background: { values: [], type: 'color' },
194
- 'background-attachment': { values: ['fixed', 'local', 'scroll'] },
195
- 'background-blend-mode': {
196
- values: [
197
- 'color',
198
- 'color-burn',
199
- 'color-dodge',
200
- 'darken',
201
- 'difference',
202
- 'exclusion',
203
- 'hard-light',
204
- 'hue',
205
- 'lighten',
206
- 'luminosity',
207
- 'multiply',
208
- 'normal',
209
- 'overlay',
210
- 'saturation',
211
- 'screen',
212
- 'soft-light',
213
- ],
214
- },
215
- 'background-clip': { values: ['border-box', 'content-box', 'padding-box'] },
216
- 'background-color': { values: [], type: 'color' },
217
- 'background-image': {
218
- values: ['image()', 'linear-gradient()', 'radial-gradient()', 'repeating-linear-gradient()', 'repeating-radial-gradient()', 'url()'],
219
- },
220
- 'background-origin': {
221
- values: ['border-box', 'content-box', 'padding-box'],
222
- },
223
- 'background-position': {
224
- values: ['left', 'center', 'right', 'bottom', 'top'],
225
- },
226
- 'background-repeat': {
227
- values: ['no-repeat', 'repeat', 'repeat-x', 'repeat-y', 'round', 'space'],
228
- },
229
- 'background-size': { values: ['auto', 'contain', 'cover'] },
230
- border: { values: [] },
231
- 'border-collapse': { values: ['collapse', 'separate'] },
232
- 'border-color': { values: [], type: 'color' },
233
- 'border-spacing': { values: [] },
234
- 'border-style': {
235
- values: ['dashed', 'dotted', 'double', 'groove', 'hidden', 'inset', 'none', 'outset', 'ridge', 'solid'],
236
- },
237
- 'border-bottom': { values: [] },
238
- 'border-bottom-color': { values: [], type: 'color' },
239
- 'border-bottom-left-radius': { values: [] },
240
- 'border-bottom-right-radius': { values: [] },
241
- 'border-bottom-style': {
242
- values: ['dashed', 'dotted', 'double', 'groove', 'hidden', 'inset', 'none', 'outset', 'ridge', 'solid'],
243
- },
244
- 'border-bottom-width': { values: ['medium', 'thin', 'thick'] },
245
- 'border-image': { values: ['url()'] },
246
- 'border-image-outset': { values: [] },
247
- 'border-image-slice': { values: [] },
248
- 'border-image-source': { values: [] },
249
- 'border-image-repeat': { values: ['repeat', 'round', 'space', 'stretch'] },
250
- 'border-image-width': { values: ['auto'] },
251
- 'border-left': { values: [] },
252
- 'border-left-color': { values: [], type: 'color' },
253
- 'border-left-style': {
254
- values: ['dashed', 'dotted', 'double', 'groove', 'hidden', 'inset', 'none', 'outset', 'ridge', 'solid'],
255
- },
256
- 'border-left-width': { values: ['medium', 'thin', 'thick'] },
257
- 'border-radius': { values: [] },
258
- 'border-right': { values: [] },
259
- 'border-right-color': { values: [], type: 'color' },
260
- 'border-right-style': {
261
- values: ['dashed', 'dotted', 'double', 'groove', 'hidden', 'inset', 'none', 'outset', 'ridge', 'solid'],
262
- },
263
- 'border-right-width': { values: ['medium', 'thin', 'thick'] },
264
- 'border-top': { values: [] },
265
- 'border-top-color': { values: [], type: 'color' },
266
- 'border-top-left-radius': { values: [] },
267
- 'border-top-right-radius': { values: [] },
268
- 'border-top-style': {
269
- values: ['dashed', 'dotted', 'double', 'groove', 'hidden', 'inset', 'none', 'outset', 'ridge', 'solid'],
270
- },
271
- 'border-top-width': { values: ['medium', 'thin', 'thick'] },
272
- 'border-width': { values: ['medium', 'thin', 'thick'] },
273
- 'box-decoration-break': { values: ['clone', 'slice'] },
274
- 'box-shadow': { values: ['none'] },
275
- 'box-sizing': { values: ['border-box', 'content-box'] },
276
- bottom: { values: ['auto'] },
277
- 'break-after': {
278
- values: ['always', 'auto', 'avoid', 'avoid-column', 'avoid-page', 'avoid-region', 'column', 'left', 'page', 'region', 'right'],
279
- },
280
- 'break-before': {
281
- values: ['always', 'auto', 'avoid', 'avoid-column', 'avoid-page', 'avoid-region', 'column', 'left', 'page', 'region', 'right'],
282
- },
283
- 'break-inside': {
284
- values: ['auto', 'avoid', 'avoid-column', 'avoid-page', 'avoid-region'],
285
- },
286
- 'caption-side': { values: ['bottom', 'top'] },
287
- 'caret-color': { values: ['auto'], type: 'color' },
288
- clear: { values: ['both', 'left', 'none', 'right'] },
289
- clip: { values: ['auto'] },
290
- color: { values: [], type: 'color' },
291
- columns: { values: [] },
292
- 'column-count': { values: [] },
293
- 'column-fill': { values: ['auto', 'balance'] },
294
- 'column-gap': { values: ['normal'] },
295
- 'column-rule': { values: [] },
296
- 'column-rule-color': { values: [], type: 'color' },
297
- 'column-rule-style': {
298
- values: ['dashed', 'dotted', 'double', 'groove', 'hidden', 'inset', 'none', 'outset', 'ridge', 'solid'],
299
- },
300
- 'column-rule-width': { values: ['medium', 'thin', 'thick'] },
301
- 'column-span': { values: ['all', 'none'] },
302
- 'column-width': { values: ['auto'] },
303
- content: {
304
- values: ['attr()', 'close-quote', 'no-close-quote', 'no-open-quote', 'normal', 'none', 'open-quote'],
305
- },
306
- 'counter-increment': { values: ['none'] },
307
- 'counter-reset': { values: ['none'] },
308
- cursor: {
309
- values: [
310
- 'alias',
311
- 'all-scroll',
312
- 'auto',
313
- 'cell',
314
- 'col-resize',
315
- 'context-menu',
316
- 'copy',
317
- 'crosshair',
318
- 'default',
319
- 'e-resize',
320
- 'ew-resize',
321
- 'grab',
322
- 'grabbing',
323
- 'help',
324
- 'move',
325
- 'n-resize',
326
- 'ne-resize',
327
- 'nesw-resize',
328
- 'no-drop',
329
- 'none',
330
- 'not-allowed',
331
- 'ns-resize',
332
- 'nw-resize',
333
- 'nwse-resize',
334
- 'pointer',
335
- 'progress',
336
- 'row-resize',
337
- 's-resize',
338
- 'se-resize',
339
- 'sw-resize',
340
- 'text',
341
- 'vertical-text',
342
- 'w-resize',
343
- 'wait',
344
- 'zoom-in',
345
- 'zoom-out',
346
- ],
347
- },
348
- direction: { values: ['ltr', 'rtl'] },
349
- display: {
350
- values: [
351
- 'block',
352
- 'contents',
353
- 'flex',
354
- 'flow-root',
355
- 'grid',
356
- 'inline',
357
- 'inline-block',
358
- 'inline-flex',
359
- 'inline-grid',
360
- 'inline-table',
361
- 'list-item',
362
- 'none',
363
- 'run-in',
364
- 'subgrid',
365
- 'table',
366
- 'table-caption',
367
- 'table-cell',
368
- 'table-column',
369
- 'table-column-group',
370
- 'table-footer-group',
371
- 'table-header-group',
372
- 'table-row',
373
- 'table-row-group',
374
- ],
375
- },
376
- 'empty-cells': { values: ['hide', 'show'] },
377
- fill: { values: [] },
378
- filter: {
379
- values: [
380
- 'blur()',
381
- 'brightness()',
382
- 'contrast()',
383
- 'custom()',
384
- 'drop-shadow()',
385
- 'grayscale()',
386
- 'hue-rotate()',
387
- 'invert()',
388
- 'none',
389
- 'opacity()',
390
- 'sepia()',
391
- 'saturate()',
392
- 'url()',
393
- ],
394
- },
395
- flex: { values: ['auto', 'none'] },
396
- 'flex-basis': { values: ['auto'] },
397
- 'flex-direction': {
398
- values: ['column', 'column-reverse', 'row', 'row-reverse'],
399
- },
400
- 'flex-flow': {
401
- values: ['column', 'column-reverse', 'nowrap', 'row', 'row-reverse', 'wrap', 'wrap-reverse'],
402
- },
403
- 'flex-grow': { values: [] },
404
- 'flex-shrink': { values: [] },
405
- 'flex-wrap': { values: ['nowrap', 'wrap', 'wrap-reverse'] },
406
- float: { values: ['left', 'right', 'none', 'inline-start', 'inline-end'] },
407
- 'flow-into': { values: ['none'], type: 'named-flow' },
408
- 'flow-from': { values: ['none'], type: 'named-flow' },
409
- font: { values: [] },
410
- 'font-display': {
411
- values: ['auto', 'block', 'swap', 'fallback', 'optional'],
412
- },
413
- 'font-family': {
414
- values: ['auto', 'cursive', 'fantasy', 'monospace', 'sans-serif', 'serif'],
415
- },
416
- 'font-feature-settings': { values: ['normal'] },
417
- 'font-kerning': { values: ['auto', 'none', 'normal'] },
418
- 'font-language-override': { values: ['normal'] },
419
- 'font-size': {
420
- values: ['xx-small', 'x-small', 'small', 'medium', 'large', 'x-large', 'xx-large', 'xxx-large', 'larger', 'smaller'],
421
- },
422
- 'font-size-adjust': { values: ['auto', 'none'] },
423
- 'font-stretch': {
424
- values: [
425
- 'condensed',
426
- 'expanded',
427
- 'extra-condensed',
428
- 'extra-expanded',
429
- 'normal',
430
- 'semi-condensed',
431
- 'semi-expanded',
432
- 'ultra-condensed',
433
- 'ultra-expanded',
434
- ],
435
- },
436
- 'font-style': { values: ['italic', 'normal', 'oblique'] },
437
- 'font-synthesis': { values: ['none', 'style', 'weight'] },
438
- 'font-variant': { values: ['normal', 'small-caps'] },
439
- 'font-variant-alternates': { values: ['normal'] },
440
- 'font-variant-caps': {
441
- values: ['normal', 'small-caps', 'all-small-caps', 'petite-caps', 'all-petite-caps', 'unicase', 'titling-caps'],
442
- },
443
- 'font-variant-east-asian': { values: ['normal'] },
444
- 'font-variant-ligatures': { values: ['normal', 'none'] },
445
- 'font-variant-numeric': { values: ['normal'] },
446
- 'font-variant-position': { values: ['normal', 'sub', 'super'] },
447
- 'font-weight': {
448
- values: ['bold', 'bolder', 'lighter', 'normal', '100', '200', '300', '400', '500', '600', '700', '800', '900'],
449
- },
450
- gap: { values: ['revert-layer'] },
451
- grid: { values: [] },
452
- 'grid-area': { values: [] },
453
- 'grid-auto-columns': { values: [] },
454
- 'grid-auto-flow': { values: ['row', 'column', 'dense'] },
455
- 'grid-auto-rows': { values: [] },
456
- 'grid-column': { values: ['auto'] },
457
- 'grid-column-end': { values: [] },
458
- 'grid-column-gap': { values: [] },
459
- 'grid-column-start': { values: [] },
460
- 'grid-gap': { values: [] },
461
- 'grid-row': { values: ['auto'] },
462
- 'grid-row-end': { values: [] },
463
- 'grid-row-start': { values: [] },
464
- 'grid-row-gap': { values: [] },
465
- 'grid-template': { values: ['none'] },
466
- 'grid-template-areas': { values: [] },
467
- 'grid-template-columns': { values: ['auto'] },
468
- 'grid-template-rows': { values: ['auto'] },
469
- 'hanging-punctuation': {
470
- values: ['allow-end', 'first', 'force-end', 'last', 'none'],
471
- },
472
- height: { values: ['auto', 'max-content', 'min-content', 'fit-content'] },
473
- hyphens: { values: ['auto', 'manual', 'none'] },
474
- 'image-orientation': { values: [] },
475
- 'image-resolution': { values: ['from-image', 'snap'] },
476
- isolation: { values: ['auto', 'isolate'] },
477
- 'justify-content': {
478
- values: ['center', 'flex-end', 'flex-start', 'space-around', 'space-between'],
479
- },
480
- 'justify-items': {
481
- values: [
482
- 'auto',
483
- 'normal',
484
- 'stretch',
485
- 'center',
486
- 'start',
487
- 'end',
488
- 'flex-start',
489
- 'flex-end',
490
- 'self-start',
491
- 'self-end',
492
- 'left',
493
- 'right',
494
- 'baseline',
495
- 'first',
496
- 'last',
497
- 'safe',
498
- 'unsafe',
499
- 'legacy',
500
- ],
501
- },
502
- 'justify-self': {
503
- values: [
504
- 'auto',
505
- 'normal',
506
- 'stretch',
507
- 'center',
508
- 'start',
509
- 'end',
510
- 'flex-start',
511
- 'flex-end',
512
- 'self-start',
513
- 'self-end',
514
- 'left',
515
- 'right',
516
- 'baseline',
517
- 'first',
518
- 'last',
519
- 'safe',
520
- 'unsafe',
521
- ],
522
- },
523
- left: { values: ['auto'] },
524
- 'letter-spacing': { values: ['normal'] },
525
- 'line-height': { values: ['normal'] },
526
- 'list-style': {
527
- values: [
528
- 'none',
529
- 'url()',
530
- 'armenian',
531
- 'circle',
532
- 'decimal',
533
- 'decimal-leading-zero',
534
- 'disc',
535
- 'georgian',
536
- 'inside',
537
- 'lower-alpha',
538
- 'lower-greek',
539
- 'lower-latin',
540
- 'lower-roman',
541
- 'outside',
542
- 'square',
543
- 'upper-alpha',
544
- 'upper-latin',
545
- 'upper-roman',
546
- ],
547
- },
548
- 'list-style-image': { values: ['none', 'url()'] },
549
- 'list-style-position': { values: ['inside', 'outside'] },
550
- 'list-style-type': {
551
- values: [
552
- 'armenian',
553
- 'circle',
554
- 'decimal',
555
- 'decimal-leading-zero',
556
- 'disc',
557
- 'georgian',
558
- 'lower-alpha',
559
- 'lower-greek',
560
- 'lower-latin',
561
- 'lower-roman',
562
- 'none',
563
- 'square',
564
- 'upper-alpha',
565
- 'upper-latin',
566
- 'upper-roman',
567
- ],
568
- },
569
- margin: { values: ['auto'] },
570
- 'margin-bottom': { values: ['auto'] },
571
- 'margin-left': { values: ['auto'] },
572
- 'margin-right': { values: ['auto'] },
573
- 'margin-top': { values: ['auto'] },
574
- 'max-height': { values: ['none'] },
575
- 'max-width': { values: ['none'] },
576
- 'min-height': { values: [] },
577
- 'min-width': { values: [] },
578
- 'mix-blend-mode': {
579
- values: [
580
- 'color',
581
- 'color-burn',
582
- 'color-dodge',
583
- 'darken',
584
- 'difference',
585
- 'exclusion',
586
- 'hard-light',
587
- 'hue',
588
- 'lighten',
589
- 'luminosity',
590
- 'multiply',
591
- 'normal',
592
- 'overlay',
593
- 'saturation',
594
- 'screen',
595
- 'soft-light',
596
- ],
597
- },
598
- 'object-fit': {
599
- values: ['contain', 'cover', 'fill', 'none', 'scale-down'],
600
- },
601
- 'object-position': { values: ['left', 'center', 'right', 'bottom', 'top'] },
602
- opacity: { values: [] },
603
- order: { values: [] },
604
- orphans: { values: [] },
605
- outline: { values: [] },
606
- 'outline-color': { values: ['invert'], type: 'color' },
607
- 'outline-offset': { values: [] },
608
- 'outline-style': {
609
- values: ['dashed', 'dotted', 'double', 'groove', 'hidden', 'inset', 'none', 'outset', 'ridge', 'solid'],
610
- },
611
- 'outline-width': { values: ['medium', 'thin', 'thick'] },
612
- overflow: { values: ['auto', 'hidden', 'scroll', 'visible'] },
613
- 'overflow-x': { values: ['auto', 'hidden', 'scroll', 'visible'] },
614
- 'overflow-y': { values: ['auto', 'hidden', 'scroll', 'visible'] },
615
- 'overflow-wrap': { values: ['normal', 'anywhere', 'break-word'] },
616
- padding: { values: [] },
617
- 'padding-bottom': { values: [] },
618
- 'padding-left': { values: [] },
619
- 'padding-right': { values: [] },
620
- 'padding-top': { values: [] },
621
- 'page-break-after': {
622
- values: ['always', 'auto', 'avoid', 'left', 'right'],
623
- },
624
- 'page-break-before': {
625
- values: ['always', 'auto', 'avoid', 'left', 'right'],
626
- },
627
- 'page-break-inside': { values: ['auto', 'avoid'] },
628
- perspective: { values: ['none'] },
629
- 'perspective-origin': {
630
- values: ['bottom', 'center', 'left', 'right', 'top'],
631
- },
632
- 'pointer-events': {
633
- values: ['all', 'auto', 'fill', 'none', 'painted', 'stroke', 'visible', 'visibleFill', 'visiblePainted', 'visibleStroke'],
634
- },
635
- position: { values: ['absolute', 'fixed', 'relative', 'static', 'sticky'] },
636
- quotes: { values: ['none'] },
637
- 'region-break-after': {
638
- values: ['always', 'auto', 'avoid', 'avoid-column', 'avoid-page', 'avoid-region', 'column', 'left', 'page', 'region', 'right'],
639
- },
640
- 'region-break-before': {
641
- values: ['always', 'auto', 'avoid', 'avoid-column', 'avoid-page', 'avoid-region', 'column', 'left', 'page', 'region', 'right'],
642
- },
643
- 'region-break-inside': {
644
- values: ['auto', 'avoid', 'avoid-column', 'avoid-page', 'avoid-region'],
645
- },
646
- 'region-fragment': { values: ['auto', 'break'] },
647
- resize: { values: ['both', 'horizontal', 'none', 'vertical'] },
648
- right: { values: ['auto'] },
649
- 'scroll-behavior': { values: ['auto', 'smooth'] },
650
- 'scroll-snap-type': {
651
- values: ['none', 'x', 'y', 'block', 'inline', 'both', 'mandatory', 'proximity'],
652
- },
653
- src: { values: ['url()'] },
654
- 'shape-image-threshold': { values: [] },
655
- 'shape-inside': {
656
- values: ['auto', 'circle()', 'ellipse()', 'outside-shape', 'polygon()', 'rectangle()'],
657
- },
658
- 'shape-margin': { values: [] },
659
- 'shape-outside': {
660
- values: [
661
- 'none',
662
- 'circle()',
663
- 'ellipse()',
664
- 'polygon()',
665
- 'inset()',
666
- 'margin-box',
667
- 'border-box',
668
- 'padding-box',
669
- 'content-box',
670
- 'url()',
671
- 'image()',
672
- 'linear-gradient()',
673
- 'radial-gradient()',
674
- 'repeating-linear-gradient()',
675
- 'repeating-radial-gradient()',
676
- ],
677
- },
678
- 'tab-size': { values: [] },
679
- 'table-layout': { values: ['auto', 'fixed'] },
680
- 'text-align': {
681
- values: ['start', 'end', 'center', 'left', 'justify', 'right', 'match-parent', 'justify-all'],
682
- },
683
- 'text-align-last': { values: ['center', 'left', 'justify', 'right'] },
684
- 'text-decoration': {
685
- values: ['line-through', 'none', 'overline', 'underline'],
686
- },
687
- 'text-decoration-color': { values: [], type: 'color' },
688
- 'text-decoration-line': {
689
- values: ['line-through', 'none', 'overline', 'underline'],
690
- },
691
- 'text-decoration-skip': {
692
- values: ['edges', 'ink', 'none', 'objects', 'spaces'],
693
- },
694
- 'text-decoration-style': {
695
- values: ['dashed', 'dotted', 'double', 'solid', 'wavy'],
696
- },
697
- 'text-emphasis': { values: [] },
698
- 'text-emphasis-color': { values: [], type: 'color' },
699
- 'text-emphasis-position': { values: ['above', 'below', 'left', 'right'] },
700
- 'text-emphasis-style': {
701
- values: ['circle', 'dot', 'double-circle', 'filled', 'none', 'open', 'sesame', 'triangle'],
702
- },
703
- 'text-indent': { values: [] },
704
- 'text-justify': {
705
- values: ['auto', 'none', 'inter-word', 'inter-character'],
706
- },
707
- 'text-overflow': { values: ['clip', 'ellipsis'] },
708
- 'text-shadow': { values: [] },
709
- 'text-rendering': {
710
- values: ['auto', 'geometricPrecision', 'optimizeLegibility', 'optimizeSpeed'],
711
- },
712
- 'text-transform': {
713
- values: ['capitalize', 'full-width', 'lowercase', 'none', 'uppercase'],
714
- },
715
- 'text-underline-position': {
716
- values: ['alphabetic', 'auto', 'below', 'left', 'right'],
717
- },
718
- top: { values: ['auto'] },
719
- transform: {
720
- values: [
721
- 'matrix()',
722
- 'matrix3d()',
723
- 'none',
724
- 'perspective()',
725
- 'rotate()',
726
- 'rotate3d()',
727
- 'rotateX()',
728
- 'rotateY()',
729
- 'rotateZ()',
730
- 'scale()',
731
- 'scale3d()',
732
- 'scaleX()',
733
- 'scaleY()',
734
- 'scaleZ()',
735
- 'skewX()',
736
- 'skewY()',
737
- 'translate()',
738
- 'translate3d()',
739
- 'translateX()',
740
- 'translateY()',
741
- 'translateZ()',
742
- ],
743
- },
744
- 'transform-origin': {
745
- values: ['bottom', 'center', 'left', 'right', 'top'],
746
- },
747
- 'transform-style': { values: ['flat', 'preserve-3d'] },
748
- transition: { values: [] },
749
- 'transition-delay': { values: [] },
750
- 'transition-duration': { values: [] },
751
- 'transition-property': { values: ['all', 'none'] },
752
- 'transition-timing-function': {
753
- values: ['cubic-bezier()', 'ease', 'ease-in', 'ease-in-out', 'ease-out', 'linear', 'step-end', 'step-start', 'steps()'],
754
- },
755
- 'unicode-bidi': { values: ['bidi-override', 'embed', 'normal'] },
756
- 'unicode-range': { values: [] },
757
- 'user-select': { values: ['all', 'auto', 'contain', 'none', 'text'] },
758
- 'vertical-align': {
759
- values: ['baseline', 'bottom', 'middle', 'sub', 'super', 'text-bottom', 'text-top', 'top'],
760
- },
761
- visibility: { values: ['collapse', 'hidden', 'visible'] },
762
- 'white-space': {
763
- values: ['normal', 'nowrap', 'pre', 'pre-line', 'pre-wrap'],
764
- },
765
- widows: { values: [] },
766
- width: { values: ['auto', 'max-content', 'min-content', 'fit-content'] },
767
- 'will-change': {
768
- values: ['auto', 'contents', 'opacity', 'scroll-position'],
769
- },
770
- 'word-break': { values: ['normal', 'break-all', 'keep-all'] },
771
- 'word-spacing': { values: ['normal'] },
772
- 'z-index': { values: ['auto'] },
773
- },
774
- };
775
-
776
- export const CSSProperties = CSSSourceInfo.cssKeyValue;
777
-
778
- export const CSSColors = CSSSourceInfo.cssColors;
779
-
780
- export type CSSPropertiesKey = keyof typeof CSSProperties;
781
-
782
- export const CSSPropertyList = Object.keys(CSSSourceInfo.cssKeyValue);