@chamn/engine 0.0.10 → 0.0.12
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.
- package/dist/component/CustomSchemaForm/components/Form/context.d.ts +2 -0
- package/dist/component/CustomSchemaForm/components/Form/index.d.ts +1 -0
- package/dist/component/CustomSchemaForm/components/SetterSwitcher/index.d.ts +2 -0
- package/dist/component/CustomSchemaForm/index.d.ts +3 -0
- package/dist/component/Workbench/index.d.ts +4 -0
- package/dist/core/pluginManager.d.ts +5 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +197 -0
- package/dist/index.js.map +1 -0
- package/dist/{index.es.js → index.mjs} +3849 -3814
- package/dist/index.mjs.map +1 -0
- package/dist/material/innerMaterial.d.ts +1 -1
- package/dist/plugins/RightPanel/view.d.ts +4 -0
- package/package.json +12 -9
- package/.eslintignore +0 -1
- package/.eslintrc.js +0 -36
- package/.prettierrc.json +0 -7
- package/.storybook/main.js +0 -24
- package/.storybook/preview.js +0 -9
- package/CHANGELOG.md +0 -54
- package/__tests__/demo.test.ts +0 -3
- package/build.config.js +0 -88
- package/dist/index.cjs.js +0 -197
- package/dist/index.cjs.js.map +0 -1
- package/dist/index.es.js.map +0 -1
- package/index.html +0 -16
- package/jest.config.js +0 -196
- package/public/Engine.module.scss.d.ts +0 -5
- package/public/_dev_/render.d.ts +0 -2
- package/public/component/CSSEditor/style.module.scss.d.ts +0 -6
- package/public/component/CSSPropertiesEditor/style.module.scss.d.ts +0 -15
- package/public/component/CSSPropertiesVariableBindEditor/style.module.scss.d.ts +0 -15
- package/public/component/CustomSchemaForm/components/Form/Field/style.module.scss.d.ts +0 -8
- package/public/component/CustomSchemaForm/components/SetterSwitcher/style.module.scss.d.ts +0 -7
- package/public/component/CustomSchemaForm/components/Setters/ArraySetter/style.module.scss.d.ts +0 -7
- package/public/component/CustomSchemaForm/components/Setters/CSSValueSetter/style.module.scss.d.ts +0 -6
- package/public/component/CustomSchemaForm/style.module.scss.d.ts +0 -11
- package/public/component/Workbench/style.module.scss.d.ts +0 -25
- package/public/plugins/AdvancePanel/style.module.scss.d.ts +0 -7
- package/public/plugins/ComponentLibrary/components/DragItem/style.module.scss.d.ts +0 -9
- package/public/plugins/ComponentLibrary/components/ListView/style.module.scss.d.ts +0 -12
- package/public/plugins/ComponentLibrary/style.module.scss.d.ts +0 -11
- package/public/plugins/Designer/components/DefaultSelectToolBar/style.module.scss.d.ts +0 -11
- package/public/plugins/Designer/style.module.scss.d.ts +0 -5
- package/public/plugins/GlobalStatePanel/style.module.scss.d.ts +0 -5
- package/public/plugins/OutlineTree/components/TreeView/style.module.scss.d.ts +0 -16
- package/public/plugins/PropertyPanel/style.module.scss.d.ts +0 -10
- package/public/plugins/RightPanel/style.module.scss.d.ts +0 -10
- package/public/plugins/VisualPanelPlus/style.module.scss.d.ts +0 -10
- package/public/render.umd.js +0 -42
- package/public/render.umd.js.map +0 -1
- package/src/Engine.module.scss +0 -10
- package/src/Engine.module.scss.d.ts +0 -5
- package/src/_dev_/index.css +0 -22
- package/src/_dev_/index.tsx +0 -5
- package/src/_dev_/page/Editor/index.tsx +0 -198
- package/src/_dev_/page/Editor/indexCustom.tsx +0 -274
- package/src/_dev_/page/Preview/index.tsx +0 -56
- package/src/_dev_/render.ts +0 -3
- package/src/_dev_/router.tsx +0 -14
- package/src/assets/react.svg +0 -4
- package/src/assets/styles/mixin.scss +0 -15
- package/src/component/CSSEditor/index.tsx +0 -247
- package/src/component/CSSEditor/style.module.scss +0 -22
- package/src/component/CSSEditor/style.module.scss.d.ts +0 -6
- package/src/component/CSSPropertiesEditor/cssProperties.ts +0 -1062
- package/src/component/CSSPropertiesEditor/index.tsx +0 -389
- package/src/component/CSSPropertiesEditor/style.module.scss +0 -46
- package/src/component/CSSPropertiesEditor/style.module.scss.d.ts +0 -15
- package/src/component/CSSPropertiesEditor/util.ts +0 -19
- package/src/component/CSSPropertiesVariableBindEditor/cssProperties.ts +0 -782
- package/src/component/CSSPropertiesVariableBindEditor/index.tsx +0 -366
- package/src/component/CSSPropertiesVariableBindEditor/style.module.scss +0 -48
- package/src/component/CSSPropertiesVariableBindEditor/style.module.scss.d.ts +0 -15
- package/src/component/CSSPropertiesVariableBindEditor/util.ts +0 -19
- package/src/component/ClassNameEditor/index.tsx +0 -91
- package/src/component/ClassNameEditor/style.module.scss +0 -0
- package/src/component/CustomSchemaForm/components/Form/Field/index.tsx +0 -81
- package/src/component/CustomSchemaForm/components/Form/Field/style.module.scss +0 -32
- package/src/component/CustomSchemaForm/components/Form/Field/style.module.scss.d.ts +0 -8
- package/src/component/CustomSchemaForm/components/Form/context.ts +0 -23
- package/src/component/CustomSchemaForm/components/Form/index.tsx +0 -71
- package/src/component/CustomSchemaForm/components/SetterSwitcher/index.tsx +0 -273
- package/src/component/CustomSchemaForm/components/SetterSwitcher/style.module.scss +0 -16
- package/src/component/CustomSchemaForm/components/SetterSwitcher/style.module.scss.d.ts +0 -7
- package/src/component/CustomSchemaForm/components/Setters/ArraySetter/ArrayItem.tsx +0 -55
- package/src/component/CustomSchemaForm/components/Setters/ArraySetter/SortItemOrderModal.tsx +0 -160
- package/src/component/CustomSchemaForm/components/Setters/ArraySetter/index.tsx +0 -129
- package/src/component/CustomSchemaForm/components/Setters/ArraySetter/style.module.scss +0 -22
- package/src/component/CustomSchemaForm/components/Setters/ArraySetter/style.module.scss.d.ts +0 -7
- package/src/component/CustomSchemaForm/components/Setters/BooleanSetter/index.tsx +0 -32
- package/src/component/CustomSchemaForm/components/Setters/CSSValueSetter/index.tsx +0 -78
- package/src/component/CustomSchemaForm/components/Setters/CSSValueSetter/style.module.scss +0 -7
- package/src/component/CustomSchemaForm/components/Setters/CSSValueSetter/style.module.scss.d.ts +0 -6
- package/src/component/CustomSchemaForm/components/Setters/ExpressionSetter/index.tsx +0 -47
- package/src/component/CustomSchemaForm/components/Setters/FunctionSetter/defaultDts.ts +0 -28
- package/src/component/CustomSchemaForm/components/Setters/FunctionSetter/index.tsx +0 -93
- package/src/component/CustomSchemaForm/components/Setters/JSONSetter/index.tsx +0 -80
- package/src/component/CustomSchemaForm/components/Setters/NumberSetter/index.tsx +0 -34
- package/src/component/CustomSchemaForm/components/Setters/SelectSetter/index.tsx +0 -35
- package/src/component/CustomSchemaForm/components/Setters/ShapeSetter/index.tsx +0 -65
- package/src/component/CustomSchemaForm/components/Setters/StringSetter/index.tsx +0 -30
- package/src/component/CustomSchemaForm/components/Setters/TextAreaSetter/index.tsx +0 -31
- package/src/component/CustomSchemaForm/components/Setters/index.ts +0 -26
- package/src/component/CustomSchemaForm/components/Setters/type.ts +0 -18
- package/src/component/CustomSchemaForm/context.ts +0 -20
- package/src/component/CustomSchemaForm/index.tsx +0 -93
- package/src/component/CustomSchemaForm/style.module.scss +0 -15
- package/src/component/CustomSchemaForm/style.module.scss.d.ts +0 -11
- package/src/component/CustomSchemaForm/utils.ts +0 -13
- package/src/component/MonacoEditor/index.tsx +0 -81
- package/src/component/Workbench/index.tsx +0 -329
- package/src/component/Workbench/style.module.scss +0 -159
- package/src/component/Workbench/style.module.scss.d.ts +0 -25
- package/src/core/pluginManager.ts +0 -151
- package/src/i18n/en_US/index.ts +0 -5
- package/src/i18n/index.ts +0 -39
- package/src/i18n/zh_CN/index.ts +0 -5
- package/src/index.tsx +0 -150
- package/src/material/innerMaterial.ts +0 -343
- package/src/plugins/AdvancePanel/index.tsx +0 -191
- package/src/plugins/AdvancePanel/style.module.scss +0 -8
- package/src/plugins/AdvancePanel/style.module.scss.d.ts +0 -7
- package/src/plugins/ComponentLibrary/components/DragItem/index.tsx +0 -65
- package/src/plugins/ComponentLibrary/components/DragItem/style.module.scss +0 -58
- package/src/plugins/ComponentLibrary/components/DragItem/style.module.scss.d.ts +0 -9
- package/src/plugins/ComponentLibrary/components/ListView/index.tsx +0 -50
- package/src/plugins/ComponentLibrary/components/ListView/style.module.scss +0 -27
- package/src/plugins/ComponentLibrary/components/ListView/style.module.scss.d.ts +0 -12
- package/src/plugins/ComponentLibrary/index.tsx +0 -184
- package/src/plugins/ComponentLibrary/localize/en_US/index.ts +0 -3
- package/src/plugins/ComponentLibrary/localize/index.ts +0 -3
- package/src/plugins/ComponentLibrary/localize/zh_CN/index.ts +0 -3
- package/src/plugins/ComponentLibrary/style.module.scss +0 -31
- package/src/plugins/ComponentLibrary/style.module.scss.d.ts +0 -11
- package/src/plugins/ComponentLibrary/util.ts +0 -14
- package/src/plugins/ComponentStatePanel/index.tsx +0 -59
- package/src/plugins/Designer/components/DefaultSelectToolBar/index.tsx +0 -94
- package/src/plugins/Designer/components/DefaultSelectToolBar/style.module.scss +0 -59
- package/src/plugins/Designer/components/DefaultSelectToolBar/style.module.scss.d.ts +0 -11
- package/src/plugins/Designer/components/GhostView/index.tsx +0 -18
- package/src/plugins/Designer/config.ts +0 -1
- package/src/plugins/Designer/index.tsx +0 -61
- package/src/plugins/Designer/localize/en_US/index.ts +0 -3
- package/src/plugins/Designer/localize/index.ts +0 -3
- package/src/plugins/Designer/localize/zh_CN/index.ts +0 -3
- package/src/plugins/Designer/style.module.scss +0 -10
- package/src/plugins/Designer/style.module.scss.d.ts +0 -5
- package/src/plugins/Designer/util.ts +0 -18
- package/src/plugins/Designer/view.tsx +0 -225
- package/src/plugins/DisplaySourceSchema/index.tsx +0 -76
- package/src/plugins/GlobalStatePanel/index.tsx +0 -96
- package/src/plugins/GlobalStatePanel/localize/en_US/index.ts +0 -3
- package/src/plugins/GlobalStatePanel/localize/index.ts +0 -3
- package/src/plugins/GlobalStatePanel/localize/zh_CN/index.ts +0 -3
- package/src/plugins/GlobalStatePanel/style.module.scss +0 -8
- package/src/plugins/GlobalStatePanel/style.module.scss.d.ts +0 -5
- package/src/plugins/History/index.tsx +0 -110
- package/src/plugins/OutlineTree/components/TreeView/context.ts +0 -43
- package/src/plugins/OutlineTree/components/TreeView/dataStruct.ts +0 -58
- package/src/plugins/OutlineTree/components/TreeView/index.tsx +0 -376
- package/src/plugins/OutlineTree/components/TreeView/style.module.scss +0 -93
- package/src/plugins/OutlineTree/components/TreeView/style.module.scss.d.ts +0 -16
- package/src/plugins/OutlineTree/components/TreeView/treeNode.tsx +0 -271
- package/src/plugins/OutlineTree/index.tsx +0 -39
- package/src/plugins/OutlineTree/localize/en_US/index.ts +0 -3
- package/src/plugins/OutlineTree/localize/index.ts +0 -3
- package/src/plugins/OutlineTree/localize/zh_CN/index.ts +0 -3
- package/src/plugins/OutlineTree/util.tsx +0 -302
- package/src/plugins/PropertyPanel/index.tsx +0 -63
- package/src/plugins/PropertyPanel/style.module.scss +0 -12
- package/src/plugins/PropertyPanel/style.module.scss.d.ts +0 -10
- package/src/plugins/PropertyPanel/utils.ts +0 -13
- package/src/plugins/RightPanel/index.tsx +0 -30
- package/src/plugins/RightPanel/style.module.scss +0 -16
- package/src/plugins/RightPanel/style.module.scss.d.ts +0 -10
- package/src/plugins/RightPanel/view.tsx +0 -177
- package/src/plugins/VisualPanel/index.tsx +0 -185
- package/src/plugins/VisualPanel/style.module.scss +0 -17
- package/src/plugins/VisualPanelPlus/index.tsx +0 -103
- package/src/plugins/VisualPanelPlus/style.module.scss +0 -20
- package/src/plugins/VisualPanelPlus/style.module.scss.d.ts +0 -10
- package/src/plugins/index.tsx +0 -26
- package/src/stories/Button.jsx +0 -50
- package/src/stories/Button.stories.jsx +0 -40
- package/src/stories/Introduction.stories.mdx +0 -194
- package/src/stories/assets/code-brackets.svg +0 -1
- package/src/stories/assets/colors.svg +0 -1
- package/src/stories/assets/comments.svg +0 -1
- package/src/stories/assets/direction.svg +0 -1
- package/src/stories/assets/flow.svg +0 -1
- package/src/stories/assets/plugin.svg +0 -1
- package/src/stories/assets/repo.svg +0 -1
- package/src/stories/assets/stackalt.svg +0 -1
- package/src/stories/button.css +0 -30
- package/src/stories/plugins/CSSEditor.stories.tsx +0 -75
- package/src/stories/plugins/VisualPanelPlus.stories.tsx +0 -74
- package/src/style.d.ts +0 -2
- package/src/typing.d.ts +0 -9
- package/src/utils/css.ts +0 -88
- package/src/utils/defaultEngineConfig.tsx +0 -55
- package/src/utils/index.ts +0 -12
- package/src/utils/logger.ts +0 -4
- package/src/vite-env.d.ts +0 -1
- package/tsconfig.json +0 -32
|
@@ -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);
|