@yahoo/uds-v5-wip 1.35.0 → 1.36.1
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/_virtual/_rolldown/runtime.js +13 -0
- package/dist/config/dist/component-resolution.d.ts +1 -1
- package/dist/config/dist/component-resolution.js +1 -1
- package/dist/config/dist/consts/defaultColors.d.ts +1 -2
- package/dist/config/dist/createConfig.d.ts +55 -87
- package/dist/config/dist/createConfig.js +82 -158
- package/dist/config/dist/defineStyleProp.d.ts +45 -0
- package/dist/config/dist/defineStyleProp.js +25 -0
- package/dist/config/dist/index.d.ts +4 -2
- package/dist/config/dist/index.js +4 -3
- package/dist/config/dist/preset-merge.js +0 -12
- package/dist/config/dist/propertyAcceptedTypes.js +81 -9
- package/dist/config/dist/propertyGroups.d.ts +1 -11
- package/dist/config/dist/propertyGroups.js +1 -19
- package/dist/config/dist/resolveStyleProp.d.ts +55 -1
- package/dist/config/dist/resolveStyleProp.js +197 -2
- package/dist/config/dist/serialize.d.ts +11 -4
- package/dist/config/dist/serialize.js +3 -3
- package/dist/config/dist/types/css-values.d.ts +60 -0
- package/dist/config/dist/types.d.ts +1 -2
- package/dist/config.d.ts +184 -184
- package/dist/core/dist/color-opacity-map.d.ts +13 -0
- package/dist/core/dist/color-opacity-map.js +33 -0
- package/dist/core/dist/configurable-prop-helpers.d.ts +32 -0
- package/dist/core/dist/configurable-prop-helpers.js +61 -0
- package/dist/core/dist/getStyles.js +3 -1
- package/dist/core/dist/index.d.ts +4 -1
- package/dist/core/dist/index.js +4 -1
- package/dist/core/dist/modifier-mappings.d.ts +13 -0
- package/dist/core/dist/modifier-mappings.js +61 -0
- package/dist/core/dist/style-prop-data.d.ts +33 -0
- package/dist/{loader/dist/packages/core/dist/propMappings.js → core/dist/style-prop-data.js} +2 -93
- package/dist/core.d.ts +4 -1
- package/dist/core.js +4 -1
- package/dist/fixtures.d.ts +3 -1
- package/dist/fixtures.js +3 -1
- package/dist/foundational-presets/dist/boldVibrant.d.ts +573 -224
- package/dist/foundational-presets/dist/brutalist.d.ts +573 -224
- package/dist/foundational-presets/dist/candy.d.ts +573 -224
- package/dist/foundational-presets/dist/cleanMinimalist.d.ts +573 -224
- package/dist/foundational-presets/dist/corporate.d.ts +573 -224
- package/dist/foundational-presets/dist/darkMoody.d.ts +573 -224
- package/dist/foundational-presets/dist/defaultPreset.d.ts +197 -198
- package/dist/foundational-presets/dist/defaultPreset.js +2 -312
- package/dist/foundational-presets/dist/forest.d.ts +573 -224
- package/dist/foundational-presets/dist/highContrast.d.ts +573 -224
- package/dist/foundational-presets/dist/lavender.d.ts +573 -224
- package/dist/foundational-presets/dist/luxury.d.ts +573 -224
- package/dist/foundational-presets/dist/monochrome.d.ts +573 -224
- package/dist/foundational-presets/dist/motion.d.ts +1 -2
- package/dist/foundational-presets/dist/neonCyber.d.ts +573 -224
- package/dist/foundational-presets/dist/newspaper.d.ts +573 -224
- package/dist/foundational-presets/dist/ocean.d.ts +573 -224
- package/dist/foundational-presets/dist/slate.d.ts +573 -224
- package/dist/foundational-presets/dist/style-props.js +1384 -0
- package/dist/foundational-presets/dist/sunset.d.ts +573 -224
- package/dist/foundational-presets/dist/terminal.d.ts +573 -224
- package/dist/foundational-presets/dist/warmOrganic.d.ts +573 -224
- package/dist/loader/dist/loader/style-transform.js +2 -1
- package/dist/loader/dist/loader.d.ts +1 -2
- package/dist/loader/dist/next.d.ts +1 -2
- package/dist/loader/dist/packages/core/dist/color-opacity-map.js +33 -0
- package/dist/loader/dist/packages/core/dist/getStyles.js +3 -1
- package/dist/loader/dist/packages/core/dist/modifier-mappings.js +61 -0
- package/dist/{core/dist/propMappings.js → loader/dist/packages/core/dist/style-prop-data.js} +2 -150
- package/dist/presets/dist/boldVibrant.d.ts +1 -2
- package/dist/presets/dist/brutalist.d.ts +1 -2
- package/dist/presets/dist/candy.d.ts +1 -2
- package/dist/presets/dist/cleanMinimalist.d.ts +1 -2
- package/dist/presets/dist/corporate.d.ts +1 -2
- package/dist/presets/dist/darkMoody.d.ts +1 -2
- package/dist/presets/dist/defaultPreset.d.ts +1 -2
- package/dist/presets/dist/forest.d.ts +1 -2
- package/dist/presets/dist/highContrast.d.ts +1 -2
- package/dist/presets/dist/lavender.d.ts +1 -2
- package/dist/presets/dist/luxury.d.ts +1 -2
- package/dist/presets/dist/monochrome.d.ts +1 -2
- package/dist/presets/dist/neonCyber.d.ts +1 -2
- package/dist/presets/dist/newspaper.d.ts +1 -2
- package/dist/presets/dist/ocean.d.ts +1 -2
- package/dist/presets/dist/slate.d.ts +1 -2
- package/dist/presets/dist/sunset.d.ts +1 -2
- package/dist/presets/dist/terminal.d.ts +1 -2
- package/dist/presets/dist/warmOrganic.d.ts +1 -2
- package/dist/remotion/dist/components/image-slide.d.ts +1 -2
- package/dist/remotion/dist/components/lower-third.d.ts +1 -2
- package/dist/remotion/dist/components/quote-card.d.ts +1 -2
- package/dist/remotion/dist/components/split-screen.d.ts +1 -2
- package/dist/remotion/dist/components/stat-card.d.ts +1 -2
- package/dist/remotion/dist/components/text-overlay.d.ts +1 -2
- package/dist/remotion/dist/components/title-card.d.ts +1 -2
- package/dist/remotion/dist/components/typing-text.d.ts +1 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/core/dist/propMappings.d.ts +0 -77
|
@@ -0,0 +1,1384 @@
|
|
|
1
|
+
import { __exportAll } from "../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { defineStyleProp } from "../../config/dist/defineStyleProp.js";
|
|
3
|
+
import "../../config/dist/index.js";
|
|
4
|
+
//#region ../foundational-presets/dist/style-props.js
|
|
5
|
+
var style_props_exports = /* @__PURE__ */ __exportAll({
|
|
6
|
+
alignContent: () => alignContent,
|
|
7
|
+
alignItems: () => alignItems,
|
|
8
|
+
alignSelf: () => alignSelf,
|
|
9
|
+
animation: () => animation,
|
|
10
|
+
appearance: () => appearance,
|
|
11
|
+
aspectRatio: () => aspectRatio,
|
|
12
|
+
backdropBlur: () => backdropBlur,
|
|
13
|
+
bg: () => bg,
|
|
14
|
+
bgBlendMode: () => bgBlendMode,
|
|
15
|
+
blur: () => blur,
|
|
16
|
+
border: () => border,
|
|
17
|
+
borderBottom: () => borderBottom,
|
|
18
|
+
borderBottomColor: () => borderBottomColor,
|
|
19
|
+
borderBottomWidth: () => borderBottomWidth,
|
|
20
|
+
borderColor: () => borderColor,
|
|
21
|
+
borderEnd: () => borderEnd,
|
|
22
|
+
borderEndColor: () => borderEndColor,
|
|
23
|
+
borderEndWidth: () => borderEndWidth,
|
|
24
|
+
borderLeft: () => borderLeft,
|
|
25
|
+
borderLeftColor: () => borderLeftColor,
|
|
26
|
+
borderLeftWidth: () => borderLeftWidth,
|
|
27
|
+
borderRadius: () => borderRadius,
|
|
28
|
+
borderRadiusBottom: () => borderRadiusBottom,
|
|
29
|
+
borderRadiusBottomEnd: () => borderRadiusBottomEnd,
|
|
30
|
+
borderRadiusBottomStart: () => borderRadiusBottomStart,
|
|
31
|
+
borderRadiusEnd: () => borderRadiusEnd,
|
|
32
|
+
borderRadiusStart: () => borderRadiusStart,
|
|
33
|
+
borderRadiusTop: () => borderRadiusTop,
|
|
34
|
+
borderRadiusTopEnd: () => borderRadiusTopEnd,
|
|
35
|
+
borderRadiusTopStart: () => borderRadiusTopStart,
|
|
36
|
+
borderRight: () => borderRight,
|
|
37
|
+
borderRightColor: () => borderRightColor,
|
|
38
|
+
borderRightWidth: () => borderRightWidth,
|
|
39
|
+
borderStart: () => borderStart,
|
|
40
|
+
borderStartColor: () => borderStartColor,
|
|
41
|
+
borderStartWidth: () => borderStartWidth,
|
|
42
|
+
borderTop: () => borderTop,
|
|
43
|
+
borderTopColor: () => borderTopColor,
|
|
44
|
+
borderTopWidth: () => borderTopWidth,
|
|
45
|
+
borderWidth: () => borderWidth,
|
|
46
|
+
borderX: () => borderX,
|
|
47
|
+
borderXColor: () => borderXColor,
|
|
48
|
+
borderXWidth: () => borderXWidth,
|
|
49
|
+
borderY: () => borderY,
|
|
50
|
+
borderYColor: () => borderYColor,
|
|
51
|
+
borderYWidth: () => borderYWidth,
|
|
52
|
+
bottom: () => bottom,
|
|
53
|
+
boxSizing: () => boxSizing,
|
|
54
|
+
break: () => _break,
|
|
55
|
+
brightness: () => brightness,
|
|
56
|
+
caretColor: () => caretColor,
|
|
57
|
+
color: () => color,
|
|
58
|
+
columns: () => columns,
|
|
59
|
+
container: () => container,
|
|
60
|
+
contrast: () => contrast,
|
|
61
|
+
cursor: () => cursor,
|
|
62
|
+
display: () => display,
|
|
63
|
+
divideColor: () => divideColor,
|
|
64
|
+
divideStyle: () => divideStyle,
|
|
65
|
+
divideWidth: () => divideWidth,
|
|
66
|
+
fillColor: () => fillColor,
|
|
67
|
+
flex: () => flex,
|
|
68
|
+
flexDirection: () => flexDirection,
|
|
69
|
+
flexGrow: () => flexGrow,
|
|
70
|
+
flexShrink: () => flexShrink,
|
|
71
|
+
flexWrap: () => flexWrap,
|
|
72
|
+
fontFamily: () => fontFamily,
|
|
73
|
+
fontSize: () => fontSize,
|
|
74
|
+
fontSmoothing: () => fontSmoothing,
|
|
75
|
+
fontStretch: () => fontStretch,
|
|
76
|
+
fontStyle: () => fontStyle,
|
|
77
|
+
fontVariantNumeric: () => fontVariantNumeric,
|
|
78
|
+
fontWeight: () => fontWeight,
|
|
79
|
+
gap: () => gap,
|
|
80
|
+
gapX: () => gapX,
|
|
81
|
+
gapY: () => gapY,
|
|
82
|
+
gridColumnEnd: () => gridColumnEnd,
|
|
83
|
+
gridColumnSpan: () => gridColumnSpan,
|
|
84
|
+
gridColumnStart: () => gridColumnStart,
|
|
85
|
+
gridRowEnd: () => gridRowEnd,
|
|
86
|
+
gridRowSpan: () => gridRowSpan,
|
|
87
|
+
gridRowStart: () => gridRowStart,
|
|
88
|
+
gridTemplateColumns: () => gridTemplateColumns,
|
|
89
|
+
gridTemplateRows: () => gridTemplateRows,
|
|
90
|
+
group: () => group,
|
|
91
|
+
height: () => height,
|
|
92
|
+
hyphens: () => hyphens,
|
|
93
|
+
indent: () => indent,
|
|
94
|
+
inset: () => inset,
|
|
95
|
+
insetX: () => insetX,
|
|
96
|
+
insetY: () => insetY,
|
|
97
|
+
isolate: () => isolate,
|
|
98
|
+
justifyContent: () => justifyContent,
|
|
99
|
+
left: () => left,
|
|
100
|
+
letterSpacing: () => letterSpacing,
|
|
101
|
+
lineClamp: () => lineClamp,
|
|
102
|
+
lineHeight: () => lineHeight,
|
|
103
|
+
listStyleImage: () => listStyleImage,
|
|
104
|
+
listStylePosition: () => listStylePosition,
|
|
105
|
+
listStyleType: () => listStyleType,
|
|
106
|
+
margin: () => margin,
|
|
107
|
+
marginBottom: () => marginBottom,
|
|
108
|
+
marginEnd: () => marginEnd,
|
|
109
|
+
marginLeft: () => marginLeft,
|
|
110
|
+
marginRight: () => marginRight,
|
|
111
|
+
marginStart: () => marginStart,
|
|
112
|
+
marginTop: () => marginTop,
|
|
113
|
+
marginX: () => marginX,
|
|
114
|
+
marginY: () => marginY,
|
|
115
|
+
maxHeight: () => maxHeight,
|
|
116
|
+
maxWidth: () => maxWidth,
|
|
117
|
+
minHeight: () => minHeight,
|
|
118
|
+
minWidth: () => minWidth,
|
|
119
|
+
mixBlendMode: () => mixBlendMode,
|
|
120
|
+
motion: () => motion,
|
|
121
|
+
objectFit: () => objectFit,
|
|
122
|
+
objectPosition: () => objectPosition,
|
|
123
|
+
offset: () => offset,
|
|
124
|
+
offsetBottom: () => offsetBottom,
|
|
125
|
+
offsetEnd: () => offsetEnd,
|
|
126
|
+
offsetLeft: () => offsetLeft,
|
|
127
|
+
offsetRight: () => offsetRight,
|
|
128
|
+
offsetStart: () => offsetStart,
|
|
129
|
+
offsetTop: () => offsetTop,
|
|
130
|
+
offsetX: () => offsetX,
|
|
131
|
+
offsetY: () => offsetY,
|
|
132
|
+
opacity: () => opacity,
|
|
133
|
+
outlineColor: () => outlineColor,
|
|
134
|
+
outlineOffset: () => outlineOffset,
|
|
135
|
+
outlineStyle: () => outlineStyle,
|
|
136
|
+
outlineWidth: () => outlineWidth,
|
|
137
|
+
overflow: () => overflow,
|
|
138
|
+
overflowX: () => overflowX,
|
|
139
|
+
overflowY: () => overflowY,
|
|
140
|
+
overscrollBehavior: () => overscrollBehavior,
|
|
141
|
+
placeContent: () => placeContent,
|
|
142
|
+
placeItems: () => placeItems,
|
|
143
|
+
placeSelf: () => placeSelf,
|
|
144
|
+
pointerEvents: () => pointerEvents,
|
|
145
|
+
position: () => position,
|
|
146
|
+
resize: () => resize,
|
|
147
|
+
right: () => right,
|
|
148
|
+
ringColor: () => ringColor,
|
|
149
|
+
ringInset: () => ringInset,
|
|
150
|
+
ringOffsetColor: () => ringOffsetColor,
|
|
151
|
+
ringOffsetWidth: () => ringOffsetWidth,
|
|
152
|
+
ringWidth: () => ringWidth,
|
|
153
|
+
rotate: () => rotate,
|
|
154
|
+
scale: () => scale,
|
|
155
|
+
scaleX: () => scaleX,
|
|
156
|
+
scaleY: () => scaleY,
|
|
157
|
+
scrollBehavior: () => scrollBehavior,
|
|
158
|
+
scrollSnap: () => scrollSnap,
|
|
159
|
+
scrollSnapAlign: () => scrollSnapAlign,
|
|
160
|
+
scrollSnapGap: () => scrollSnapGap,
|
|
161
|
+
scrollSnapGapBottom: () => scrollSnapGapBottom,
|
|
162
|
+
scrollSnapGapEnd: () => scrollSnapGapEnd,
|
|
163
|
+
scrollSnapGapStart: () => scrollSnapGapStart,
|
|
164
|
+
scrollSnapGapTop: () => scrollSnapGapTop,
|
|
165
|
+
scrollSnapGapX: () => scrollSnapGapX,
|
|
166
|
+
scrollSnapGapY: () => scrollSnapGapY,
|
|
167
|
+
scrollSnapSpacing: () => scrollSnapSpacing,
|
|
168
|
+
scrollSnapSpacingBottom: () => scrollSnapSpacingBottom,
|
|
169
|
+
scrollSnapSpacingEnd: () => scrollSnapSpacingEnd,
|
|
170
|
+
scrollSnapSpacingStart: () => scrollSnapSpacingStart,
|
|
171
|
+
scrollSnapSpacingTop: () => scrollSnapSpacingTop,
|
|
172
|
+
scrollSnapSpacingX: () => scrollSnapSpacingX,
|
|
173
|
+
scrollSnapSpacingY: () => scrollSnapSpacingY,
|
|
174
|
+
scrollSnapStop: () => scrollSnapStop,
|
|
175
|
+
scrollbarColor: () => scrollbarColor,
|
|
176
|
+
scrollbarWidth: () => scrollbarWidth,
|
|
177
|
+
shadow: () => shadow,
|
|
178
|
+
shadowColor: () => shadowColor,
|
|
179
|
+
skewX: () => skewX,
|
|
180
|
+
skewY: () => skewY,
|
|
181
|
+
spacing: () => spacing,
|
|
182
|
+
spacingBottom: () => spacingBottom,
|
|
183
|
+
spacingEnd: () => spacingEnd,
|
|
184
|
+
spacingLeft: () => spacingLeft,
|
|
185
|
+
spacingRight: () => spacingRight,
|
|
186
|
+
spacingStart: () => spacingStart,
|
|
187
|
+
spacingTop: () => spacingTop,
|
|
188
|
+
spacingX: () => spacingX,
|
|
189
|
+
spacingY: () => spacingY,
|
|
190
|
+
strokeColor: () => strokeColor,
|
|
191
|
+
strokeWidth: () => strokeWidth,
|
|
192
|
+
tableBorderCollapse: () => tableBorderCollapse,
|
|
193
|
+
tableBorderSpacing: () => tableBorderSpacing,
|
|
194
|
+
tableBorderSpacingX: () => tableBorderSpacingX,
|
|
195
|
+
tableBorderSpacingY: () => tableBorderSpacingY,
|
|
196
|
+
tableCaptionSide: () => tableCaptionSide,
|
|
197
|
+
tableLayout: () => tableLayout,
|
|
198
|
+
textAlign: () => textAlign,
|
|
199
|
+
textDecorationColor: () => textDecorationColor,
|
|
200
|
+
textDecorationLine: () => textDecorationLine,
|
|
201
|
+
textDecorationStyle: () => textDecorationStyle,
|
|
202
|
+
textDecorationThickness: () => textDecorationThickness,
|
|
203
|
+
textOverflow: () => textOverflow,
|
|
204
|
+
textOverflowWrap: () => textOverflowWrap,
|
|
205
|
+
textShadow: () => textShadow,
|
|
206
|
+
textTransform: () => textTransform,
|
|
207
|
+
textUnderlineOffset: () => textUnderlineOffset,
|
|
208
|
+
textWrap: () => textWrap,
|
|
209
|
+
top: () => top,
|
|
210
|
+
touchAction: () => touchAction,
|
|
211
|
+
transformOrigin: () => transformOrigin,
|
|
212
|
+
transition: () => transition,
|
|
213
|
+
transitionBehavior: () => transitionBehavior,
|
|
214
|
+
transitionDelay: () => transitionDelay,
|
|
215
|
+
transitionDuration: () => transitionDuration,
|
|
216
|
+
transitionTiming: () => transitionTiming,
|
|
217
|
+
translateX: () => translateX,
|
|
218
|
+
translateY: () => translateY,
|
|
219
|
+
truncate: () => truncate,
|
|
220
|
+
userSelect: () => userSelect,
|
|
221
|
+
verticalAlign: () => verticalAlign,
|
|
222
|
+
visibility: () => visibility,
|
|
223
|
+
whitespace: () => whitespace,
|
|
224
|
+
width: () => width,
|
|
225
|
+
willChange: () => willChange,
|
|
226
|
+
zIndex: () => zIndex
|
|
227
|
+
});
|
|
228
|
+
const animation = defineStyleProp({
|
|
229
|
+
cssProperty: "animation",
|
|
230
|
+
classPrefix: "animation",
|
|
231
|
+
values: ["{animation}"]
|
|
232
|
+
}).metadata({ label: "Animation" });
|
|
233
|
+
const motion = defineStyleProp({
|
|
234
|
+
cssProperty: "animation",
|
|
235
|
+
classPrefix: "motion"
|
|
236
|
+
}).metadata({ label: "Motion" });
|
|
237
|
+
const bg = defineStyleProp({
|
|
238
|
+
cssProperty: "background-color",
|
|
239
|
+
classPrefix: "bg",
|
|
240
|
+
values: ["{color}", "{bg}"],
|
|
241
|
+
arbitrary: "color"
|
|
242
|
+
}).metadata({ label: "Background" });
|
|
243
|
+
const borderRadius = defineStyleProp({
|
|
244
|
+
cssProperty: "border-radius",
|
|
245
|
+
classPrefix: "rounded",
|
|
246
|
+
values: ["{radius}"],
|
|
247
|
+
arbitrary: "length-percentage"
|
|
248
|
+
}).metadata({ label: "Border radius" });
|
|
249
|
+
const borderRadiusTop = defineStyleProp({
|
|
250
|
+
cssProperty: "border-top-left-radius",
|
|
251
|
+
classPrefix: "rounded-t",
|
|
252
|
+
values: ["{radius}"],
|
|
253
|
+
arbitrary: "length-percentage"
|
|
254
|
+
}).metadata({ label: "Border radius top" });
|
|
255
|
+
const borderRadiusBottom = defineStyleProp({
|
|
256
|
+
cssProperty: "border-bottom-left-radius",
|
|
257
|
+
classPrefix: "rounded-b",
|
|
258
|
+
values: ["{radius}"],
|
|
259
|
+
arbitrary: "length-percentage"
|
|
260
|
+
}).metadata({ label: "Border radius bottom" });
|
|
261
|
+
const borderRadiusStart = defineStyleProp({
|
|
262
|
+
cssProperty: "border-start-start-radius",
|
|
263
|
+
classPrefix: "rounded-s",
|
|
264
|
+
values: ["{radius}"],
|
|
265
|
+
arbitrary: "length-percentage"
|
|
266
|
+
}).metadata({ label: "Border radius start" });
|
|
267
|
+
const borderRadiusEnd = defineStyleProp({
|
|
268
|
+
cssProperty: "border-end-start-radius",
|
|
269
|
+
classPrefix: "rounded-e",
|
|
270
|
+
values: ["{radius}"],
|
|
271
|
+
arbitrary: "length-percentage"
|
|
272
|
+
}).metadata({ label: "Border radius end" });
|
|
273
|
+
const borderRadiusTopStart = defineStyleProp({
|
|
274
|
+
cssProperty: "border-start-start-radius",
|
|
275
|
+
classPrefix: "rounded-ss",
|
|
276
|
+
values: ["{radius}"],
|
|
277
|
+
arbitrary: "length-percentage"
|
|
278
|
+
}).metadata({ label: "Border radius top start" });
|
|
279
|
+
const borderRadiusTopEnd = defineStyleProp({
|
|
280
|
+
cssProperty: "border-start-end-radius",
|
|
281
|
+
classPrefix: "rounded-se",
|
|
282
|
+
values: ["{radius}"],
|
|
283
|
+
arbitrary: "length-percentage"
|
|
284
|
+
}).metadata({ label: "Border radius top end" });
|
|
285
|
+
const borderRadiusBottomStart = defineStyleProp({
|
|
286
|
+
cssProperty: "border-end-start-radius",
|
|
287
|
+
classPrefix: "rounded-es",
|
|
288
|
+
values: ["{radius}"],
|
|
289
|
+
arbitrary: "length-percentage"
|
|
290
|
+
}).metadata({ label: "Border radius bottom start" });
|
|
291
|
+
const borderRadiusBottomEnd = defineStyleProp({
|
|
292
|
+
cssProperty: "border-end-end-radius",
|
|
293
|
+
classPrefix: "rounded-ee",
|
|
294
|
+
values: ["{radius}"],
|
|
295
|
+
arbitrary: "length-percentage"
|
|
296
|
+
}).metadata({ label: "Border radius bottom end" });
|
|
297
|
+
const borderColor = defineStyleProp({
|
|
298
|
+
cssProperty: "border-color",
|
|
299
|
+
classPrefix: "border-color",
|
|
300
|
+
values: ["{color}", "{borderColor}"],
|
|
301
|
+
arbitrary: "color"
|
|
302
|
+
}).metadata({ label: "Border color" });
|
|
303
|
+
const borderYColor = defineStyleProp({
|
|
304
|
+
cssProperty: "border-block-color",
|
|
305
|
+
classPrefix: "border-y-color",
|
|
306
|
+
values: ["{color}", "{borderColor}"],
|
|
307
|
+
arbitrary: "color"
|
|
308
|
+
}).metadata({ label: "Border Y color" });
|
|
309
|
+
const borderXColor = defineStyleProp({
|
|
310
|
+
cssProperty: "border-inline-color",
|
|
311
|
+
classPrefix: "border-x-color",
|
|
312
|
+
values: ["{color}", "{borderColor}"],
|
|
313
|
+
arbitrary: "color"
|
|
314
|
+
}).metadata({ label: "Border X color" });
|
|
315
|
+
const borderStartColor = defineStyleProp({
|
|
316
|
+
cssProperty: "border-inline-start-color",
|
|
317
|
+
classPrefix: "border-s-color",
|
|
318
|
+
values: ["{color}", "{borderColor}"],
|
|
319
|
+
arbitrary: "color"
|
|
320
|
+
}).metadata({ label: "Border start color" });
|
|
321
|
+
const borderLeftColor = defineStyleProp({
|
|
322
|
+
cssProperty: "border-left-color",
|
|
323
|
+
classPrefix: "border-l-color",
|
|
324
|
+
values: ["{color}", "{borderColor}"],
|
|
325
|
+
arbitrary: "color"
|
|
326
|
+
}).metadata({ label: "Border left color" });
|
|
327
|
+
const borderEndColor = defineStyleProp({
|
|
328
|
+
cssProperty: "border-inline-end-color",
|
|
329
|
+
classPrefix: "border-e-color",
|
|
330
|
+
values: ["{color}", "{borderColor}"],
|
|
331
|
+
arbitrary: "color"
|
|
332
|
+
}).metadata({ label: "Border end color" });
|
|
333
|
+
const borderRightColor = defineStyleProp({
|
|
334
|
+
cssProperty: "border-right-color",
|
|
335
|
+
classPrefix: "border-r-color",
|
|
336
|
+
values: ["{color}", "{borderColor}"],
|
|
337
|
+
arbitrary: "color"
|
|
338
|
+
}).metadata({ label: "Border right color" });
|
|
339
|
+
const borderTopColor = defineStyleProp({
|
|
340
|
+
cssProperty: "border-top-color",
|
|
341
|
+
classPrefix: "border-t-color",
|
|
342
|
+
values: ["{color}", "{borderColor}"],
|
|
343
|
+
arbitrary: "color"
|
|
344
|
+
}).metadata({ label: "Border top color" });
|
|
345
|
+
const borderBottomColor = defineStyleProp({
|
|
346
|
+
cssProperty: "border-bottom-color",
|
|
347
|
+
classPrefix: "border-b-color",
|
|
348
|
+
values: ["{color}", "{borderColor}"],
|
|
349
|
+
arbitrary: "color"
|
|
350
|
+
}).metadata({ label: "Border bottom color" });
|
|
351
|
+
const border = defineStyleProp({
|
|
352
|
+
cssProperty: "border-width",
|
|
353
|
+
classPrefix: "border"
|
|
354
|
+
}).metadata({ label: "Border" });
|
|
355
|
+
const borderBottom = defineStyleProp({
|
|
356
|
+
cssProperty: "border-bottom-width",
|
|
357
|
+
classPrefix: "border-b"
|
|
358
|
+
}).metadata({ label: "Border bottom" });
|
|
359
|
+
const borderTop = defineStyleProp({
|
|
360
|
+
cssProperty: "border-top-width",
|
|
361
|
+
classPrefix: "border-t"
|
|
362
|
+
}).metadata({ label: "Border top" });
|
|
363
|
+
const borderLeft = defineStyleProp({
|
|
364
|
+
cssProperty: "border-left-width",
|
|
365
|
+
classPrefix: "border-l"
|
|
366
|
+
}).metadata({ label: "Border left" });
|
|
367
|
+
const borderRight = defineStyleProp({
|
|
368
|
+
cssProperty: "border-right-width",
|
|
369
|
+
classPrefix: "border-r"
|
|
370
|
+
}).metadata({ label: "Border right" });
|
|
371
|
+
const borderStart = defineStyleProp({
|
|
372
|
+
cssProperty: "border-inline-start-width",
|
|
373
|
+
classPrefix: "border-s"
|
|
374
|
+
}).metadata({ label: "Border start" });
|
|
375
|
+
const borderEnd = defineStyleProp({
|
|
376
|
+
cssProperty: "border-inline-end-width",
|
|
377
|
+
classPrefix: "border-e"
|
|
378
|
+
}).metadata({ label: "Border end" });
|
|
379
|
+
const borderX = defineStyleProp({
|
|
380
|
+
cssProperty: "border-inline-width",
|
|
381
|
+
classPrefix: "border-x"
|
|
382
|
+
}).metadata({ label: "Border X" });
|
|
383
|
+
const borderY = defineStyleProp({
|
|
384
|
+
cssProperty: "border-block-width",
|
|
385
|
+
classPrefix: "border-y"
|
|
386
|
+
}).metadata({ label: "Border Y" });
|
|
387
|
+
const borderWidth = defineStyleProp({
|
|
388
|
+
cssProperty: "border-width",
|
|
389
|
+
classPrefix: "border-width",
|
|
390
|
+
values: ["{borderWidth}"],
|
|
391
|
+
arbitrary: "length-percentage"
|
|
392
|
+
}).metadata({ label: "Border width" });
|
|
393
|
+
const borderYWidth = defineStyleProp({
|
|
394
|
+
cssProperty: "border-block-width",
|
|
395
|
+
classPrefix: "border-y-width",
|
|
396
|
+
values: ["{borderWidth}"]
|
|
397
|
+
}).metadata({ label: "Border Y width" });
|
|
398
|
+
const borderXWidth = defineStyleProp({
|
|
399
|
+
cssProperty: "border-inline-width",
|
|
400
|
+
classPrefix: "border-x-width",
|
|
401
|
+
values: ["{borderWidth}"]
|
|
402
|
+
}).metadata({ label: "Border X width" });
|
|
403
|
+
const borderStartWidth = defineStyleProp({
|
|
404
|
+
cssProperty: "border-inline-start-width",
|
|
405
|
+
classPrefix: "border-s-width",
|
|
406
|
+
values: ["{borderWidth}"]
|
|
407
|
+
}).metadata({ label: "Border start width" });
|
|
408
|
+
const borderLeftWidth = defineStyleProp({
|
|
409
|
+
cssProperty: "border-left-width",
|
|
410
|
+
classPrefix: "border-l-width",
|
|
411
|
+
values: ["{borderWidth}"]
|
|
412
|
+
}).metadata({ label: "Border left width" });
|
|
413
|
+
const borderEndWidth = defineStyleProp({
|
|
414
|
+
cssProperty: "border-inline-end-width",
|
|
415
|
+
classPrefix: "border-e-width",
|
|
416
|
+
values: ["{borderWidth}"]
|
|
417
|
+
}).metadata({ label: "Border end width" });
|
|
418
|
+
const borderRightWidth = defineStyleProp({
|
|
419
|
+
cssProperty: "border-right-width",
|
|
420
|
+
classPrefix: "border-r-width",
|
|
421
|
+
values: ["{borderWidth}"]
|
|
422
|
+
}).metadata({ label: "Border right width" });
|
|
423
|
+
const borderTopWidth = defineStyleProp({
|
|
424
|
+
cssProperty: "border-top-width",
|
|
425
|
+
classPrefix: "border-t-width",
|
|
426
|
+
values: ["{borderWidth}"]
|
|
427
|
+
}).metadata({ label: "Border top width" });
|
|
428
|
+
const borderBottomWidth = defineStyleProp({
|
|
429
|
+
cssProperty: "border-bottom-width",
|
|
430
|
+
classPrefix: "border-b-width",
|
|
431
|
+
values: ["{borderWidth}"]
|
|
432
|
+
}).metadata({ label: "Border bottom width" });
|
|
433
|
+
const color = defineStyleProp({
|
|
434
|
+
cssProperty: "color",
|
|
435
|
+
classPrefix: "color",
|
|
436
|
+
values: ["{color}"],
|
|
437
|
+
arbitrary: "color"
|
|
438
|
+
}).metadata({ label: "Color" });
|
|
439
|
+
const divideWidth = defineStyleProp({
|
|
440
|
+
cssProperty: "border-width",
|
|
441
|
+
classPrefix: "divide",
|
|
442
|
+
values: ["{divideWidth}"]
|
|
443
|
+
}).metadata({ label: "Divide width" });
|
|
444
|
+
const divideColor = defineStyleProp({
|
|
445
|
+
cssProperty: "border-color",
|
|
446
|
+
classPrefix: "divide-color",
|
|
447
|
+
values: ["{color}", "{borderColor}"],
|
|
448
|
+
arbitrary: "color"
|
|
449
|
+
}).metadata({ label: "Divide color" });
|
|
450
|
+
const divideStyle = defineStyleProp({
|
|
451
|
+
cssProperty: "border-style",
|
|
452
|
+
classPrefix: "divide"
|
|
453
|
+
}).metadata({ label: "Divide style" });
|
|
454
|
+
const mixBlendMode = defineStyleProp({
|
|
455
|
+
cssProperty: "mix-blend-mode",
|
|
456
|
+
classPrefix: "mix-blend"
|
|
457
|
+
}).metadata({ label: "Mix blend mode" });
|
|
458
|
+
const bgBlendMode = defineStyleProp({
|
|
459
|
+
cssProperty: "background-blend-mode",
|
|
460
|
+
classPrefix: "bg-blend"
|
|
461
|
+
}).metadata({ label: "Background blend mode" });
|
|
462
|
+
const blur = defineStyleProp({
|
|
463
|
+
cssProperty: "filter",
|
|
464
|
+
classPrefix: "blur",
|
|
465
|
+
values: ["{blur}"]
|
|
466
|
+
}).metadata({ label: "Blur" });
|
|
467
|
+
const brightness = defineStyleProp({
|
|
468
|
+
cssProperty: "filter",
|
|
469
|
+
classPrefix: "brightness"
|
|
470
|
+
}).metadata({ label: "Brightness" });
|
|
471
|
+
const contrast = defineStyleProp({
|
|
472
|
+
cssProperty: "filter",
|
|
473
|
+
classPrefix: "contrast"
|
|
474
|
+
}).metadata({ label: "Contrast" });
|
|
475
|
+
const backdropBlur = defineStyleProp({
|
|
476
|
+
cssProperty: "backdrop-filter",
|
|
477
|
+
classPrefix: "backdrop-blur",
|
|
478
|
+
values: ["{blur}"]
|
|
479
|
+
}).metadata({ label: "Backdrop blur" });
|
|
480
|
+
const flex = defineStyleProp({
|
|
481
|
+
cssProperty: "flex",
|
|
482
|
+
classPrefix: "flex",
|
|
483
|
+
values: ["{flex}"],
|
|
484
|
+
arbitrary: "number"
|
|
485
|
+
}).metadata({ label: "Flex" });
|
|
486
|
+
const flexDirection = defineStyleProp({
|
|
487
|
+
cssProperty: "flex-direction",
|
|
488
|
+
classPrefix: "flex"
|
|
489
|
+
}).metadata({ label: "Flex direction" });
|
|
490
|
+
const flexGrow = defineStyleProp({
|
|
491
|
+
cssProperty: "flex-grow",
|
|
492
|
+
classPrefix: "grow",
|
|
493
|
+
values: ["{flexGrow}"]
|
|
494
|
+
}).metadata({ label: "Flex grow" });
|
|
495
|
+
const flexShrink = defineStyleProp({
|
|
496
|
+
cssProperty: "flex-shrink",
|
|
497
|
+
classPrefix: "shrink",
|
|
498
|
+
values: ["{flexShrink}"]
|
|
499
|
+
}).metadata({ label: "Flex shrink" });
|
|
500
|
+
const flexWrap = defineStyleProp({
|
|
501
|
+
cssProperty: "flex-wrap",
|
|
502
|
+
classPrefix: "flex"
|
|
503
|
+
}).metadata({ label: "Flex wrap" });
|
|
504
|
+
const justifyContent = defineStyleProp({
|
|
505
|
+
cssProperty: "justify-content",
|
|
506
|
+
classPrefix: "justify"
|
|
507
|
+
}).metadata({ label: "Justify content" });
|
|
508
|
+
const alignItems = defineStyleProp({
|
|
509
|
+
cssProperty: "align-items",
|
|
510
|
+
classPrefix: "items"
|
|
511
|
+
}).metadata({ label: "Align items" });
|
|
512
|
+
const alignSelf = defineStyleProp({
|
|
513
|
+
cssProperty: "align-self",
|
|
514
|
+
classPrefix: "self"
|
|
515
|
+
}).metadata({ label: "Align self" });
|
|
516
|
+
const alignContent = defineStyleProp({
|
|
517
|
+
cssProperty: "align-content",
|
|
518
|
+
classPrefix: "content"
|
|
519
|
+
}).metadata({ label: "Align content" });
|
|
520
|
+
const placeContent = defineStyleProp({
|
|
521
|
+
cssProperty: "place-content",
|
|
522
|
+
classPrefix: "place-content"
|
|
523
|
+
}).metadata({ label: "Place content" });
|
|
524
|
+
const placeItems = defineStyleProp({
|
|
525
|
+
cssProperty: "place-items",
|
|
526
|
+
classPrefix: "place-items"
|
|
527
|
+
}).metadata({ label: "Place items" });
|
|
528
|
+
const placeSelf = defineStyleProp({
|
|
529
|
+
cssProperty: "place-self",
|
|
530
|
+
classPrefix: "place-self"
|
|
531
|
+
}).metadata({ label: "Place self" });
|
|
532
|
+
const gridTemplateColumns = defineStyleProp({
|
|
533
|
+
cssProperty: "grid-template-columns",
|
|
534
|
+
classPrefix: "grid-cols"
|
|
535
|
+
}).metadata({ label: "Grid template columns" });
|
|
536
|
+
const gridColumnSpan = defineStyleProp({
|
|
537
|
+
cssProperty: "grid-column",
|
|
538
|
+
classPrefix: "col-span"
|
|
539
|
+
}).metadata({ label: "Grid column span" });
|
|
540
|
+
const gridColumnStart = defineStyleProp({
|
|
541
|
+
cssProperty: "grid-column-start",
|
|
542
|
+
classPrefix: "col-start"
|
|
543
|
+
}).metadata({ label: "Grid column start" });
|
|
544
|
+
const gridColumnEnd = defineStyleProp({
|
|
545
|
+
cssProperty: "grid-column-end",
|
|
546
|
+
classPrefix: "col-end"
|
|
547
|
+
}).metadata({ label: "Grid column end" });
|
|
548
|
+
const gridTemplateRows = defineStyleProp({
|
|
549
|
+
cssProperty: "grid-template-rows",
|
|
550
|
+
classPrefix: "grid-rows"
|
|
551
|
+
}).metadata({ label: "Grid template rows" });
|
|
552
|
+
const gridRowSpan = defineStyleProp({
|
|
553
|
+
cssProperty: "grid-row",
|
|
554
|
+
classPrefix: "row-span"
|
|
555
|
+
}).metadata({ label: "Grid row span" });
|
|
556
|
+
const gridRowStart = defineStyleProp({
|
|
557
|
+
cssProperty: "grid-row-start",
|
|
558
|
+
classPrefix: "row-start"
|
|
559
|
+
}).metadata({ label: "Grid row start" });
|
|
560
|
+
const gridRowEnd = defineStyleProp({
|
|
561
|
+
cssProperty: "grid-row-end",
|
|
562
|
+
classPrefix: "row-end"
|
|
563
|
+
}).metadata({ label: "Grid row end" });
|
|
564
|
+
const group = defineStyleProp({
|
|
565
|
+
cssProperty: "container-type",
|
|
566
|
+
classPrefix: "group"
|
|
567
|
+
}).metadata({ label: "Group" });
|
|
568
|
+
const appearance = defineStyleProp({
|
|
569
|
+
cssProperty: "appearance",
|
|
570
|
+
classPrefix: "appearance"
|
|
571
|
+
}).metadata({ label: "Appearance" });
|
|
572
|
+
const cursor = defineStyleProp({
|
|
573
|
+
cssProperty: "cursor",
|
|
574
|
+
classPrefix: "cursor"
|
|
575
|
+
}).metadata({ label: "Cursor" });
|
|
576
|
+
const caretColor = defineStyleProp({
|
|
577
|
+
cssProperty: "caret-color",
|
|
578
|
+
classPrefix: "caret-color",
|
|
579
|
+
values: ["{color}"],
|
|
580
|
+
arbitrary: "color"
|
|
581
|
+
}).metadata({ label: "Caret color" });
|
|
582
|
+
const pointerEvents = defineStyleProp({
|
|
583
|
+
cssProperty: "pointer-events",
|
|
584
|
+
classPrefix: "pointer-events"
|
|
585
|
+
}).metadata({ label: "Pointer events" });
|
|
586
|
+
const resize = defineStyleProp({
|
|
587
|
+
cssProperty: "resize",
|
|
588
|
+
classPrefix: "resize"
|
|
589
|
+
}).metadata({ label: "Resize" });
|
|
590
|
+
const scrollBehavior = defineStyleProp({
|
|
591
|
+
cssProperty: "scroll-behavior",
|
|
592
|
+
classPrefix: "scroll"
|
|
593
|
+
}).metadata({ label: "Scroll behavior" });
|
|
594
|
+
const scrollSnap = defineStyleProp({
|
|
595
|
+
cssProperty: "scroll-snap-type",
|
|
596
|
+
classPrefix: "snap"
|
|
597
|
+
}).metadata({ label: "Scroll snap" });
|
|
598
|
+
const scrollSnapGap = defineStyleProp({
|
|
599
|
+
cssProperty: "scroll-margin",
|
|
600
|
+
classPrefix: "scroll-m",
|
|
601
|
+
values: ["{spacing}"]
|
|
602
|
+
}).metadata({ label: "Scroll snap gap" });
|
|
603
|
+
const scrollSnapGapTop = defineStyleProp({
|
|
604
|
+
cssProperty: "scroll-margin-top",
|
|
605
|
+
classPrefix: "scroll-mt",
|
|
606
|
+
values: ["{spacing}"]
|
|
607
|
+
}).metadata({ label: "Scroll snap gap top" });
|
|
608
|
+
const scrollSnapGapBottom = defineStyleProp({
|
|
609
|
+
cssProperty: "scroll-margin-bottom",
|
|
610
|
+
classPrefix: "scroll-mb",
|
|
611
|
+
values: ["{spacing}"]
|
|
612
|
+
}).metadata({ label: "Scroll snap gap bottom" });
|
|
613
|
+
const scrollSnapGapStart = defineStyleProp({
|
|
614
|
+
cssProperty: "scroll-margin-inline-start",
|
|
615
|
+
classPrefix: "scroll-ms",
|
|
616
|
+
values: ["{spacing}"]
|
|
617
|
+
}).metadata({ label: "Scroll snap gap start" });
|
|
618
|
+
const scrollSnapGapEnd = defineStyleProp({
|
|
619
|
+
cssProperty: "scroll-margin-inline-end",
|
|
620
|
+
classPrefix: "scroll-me",
|
|
621
|
+
values: ["{spacing}"]
|
|
622
|
+
}).metadata({ label: "Scroll snap gap end" });
|
|
623
|
+
const scrollSnapGapX = defineStyleProp({
|
|
624
|
+
cssProperty: "scroll-margin-inline",
|
|
625
|
+
classPrefix: "scroll-mx",
|
|
626
|
+
values: ["{spacing}"]
|
|
627
|
+
}).metadata({ label: "Scroll snap gap X" });
|
|
628
|
+
const scrollSnapGapY = defineStyleProp({
|
|
629
|
+
cssProperty: "scroll-margin-block",
|
|
630
|
+
classPrefix: "scroll-my",
|
|
631
|
+
values: ["{spacing}"]
|
|
632
|
+
}).metadata({ label: "Scroll snap gap Y" });
|
|
633
|
+
const scrollSnapSpacing = defineStyleProp({
|
|
634
|
+
cssProperty: "scroll-padding",
|
|
635
|
+
classPrefix: "scroll-p",
|
|
636
|
+
values: ["{spacing}"]
|
|
637
|
+
}).metadata({ label: "Scroll snap spacing" });
|
|
638
|
+
const scrollSnapSpacingTop = defineStyleProp({
|
|
639
|
+
cssProperty: "scroll-padding-top",
|
|
640
|
+
classPrefix: "scroll-pt",
|
|
641
|
+
values: ["{spacing}"]
|
|
642
|
+
}).metadata({ label: "Scroll snap spacing top" });
|
|
643
|
+
const scrollSnapSpacingBottom = defineStyleProp({
|
|
644
|
+
cssProperty: "scroll-padding-bottom",
|
|
645
|
+
classPrefix: "scroll-pb",
|
|
646
|
+
values: ["{spacing}"]
|
|
647
|
+
}).metadata({ label: "Scroll snap spacing bottom" });
|
|
648
|
+
const scrollSnapSpacingStart = defineStyleProp({
|
|
649
|
+
cssProperty: "scroll-padding-inline-start",
|
|
650
|
+
classPrefix: "scroll-ps",
|
|
651
|
+
values: ["{spacing}"]
|
|
652
|
+
}).metadata({ label: "Scroll snap spacing start" });
|
|
653
|
+
const scrollSnapSpacingEnd = defineStyleProp({
|
|
654
|
+
cssProperty: "scroll-padding-inline-end",
|
|
655
|
+
classPrefix: "scroll-pe",
|
|
656
|
+
values: ["{spacing}"]
|
|
657
|
+
}).metadata({ label: "Scroll snap spacing end" });
|
|
658
|
+
const scrollSnapSpacingX = defineStyleProp({
|
|
659
|
+
cssProperty: "scroll-padding-inline",
|
|
660
|
+
classPrefix: "scroll-px",
|
|
661
|
+
values: ["{spacing}"]
|
|
662
|
+
}).metadata({ label: "Scroll snap spacing X" });
|
|
663
|
+
const scrollSnapSpacingY = defineStyleProp({
|
|
664
|
+
cssProperty: "scroll-padding-block",
|
|
665
|
+
classPrefix: "scroll-py",
|
|
666
|
+
values: ["{spacing}"]
|
|
667
|
+
}).metadata({ label: "Scroll snap spacing Y" });
|
|
668
|
+
const scrollSnapAlign = defineStyleProp({
|
|
669
|
+
cssProperty: "scroll-snap-align",
|
|
670
|
+
classPrefix: "snap"
|
|
671
|
+
}).metadata({ label: "Scroll snap align" });
|
|
672
|
+
const scrollSnapStop = defineStyleProp({
|
|
673
|
+
cssProperty: "scroll-snap-stop",
|
|
674
|
+
classPrefix: "snap"
|
|
675
|
+
}).metadata({ label: "Scroll snap stop" });
|
|
676
|
+
const scrollbarWidth = defineStyleProp({
|
|
677
|
+
cssProperty: "scrollbar-width",
|
|
678
|
+
classPrefix: "scrollbar-width",
|
|
679
|
+
values: [
|
|
680
|
+
"auto",
|
|
681
|
+
"thin",
|
|
682
|
+
"none"
|
|
683
|
+
]
|
|
684
|
+
}).metadata({ label: "Scrollbar width" });
|
|
685
|
+
const scrollbarColor = defineStyleProp({
|
|
686
|
+
cssProperty: "scrollbar-color",
|
|
687
|
+
classPrefix: "scrollbar-color"
|
|
688
|
+
}).metadata({ label: "Scrollbar color" });
|
|
689
|
+
const touchAction = defineStyleProp({
|
|
690
|
+
cssProperty: "touch-action",
|
|
691
|
+
classPrefix: "touch"
|
|
692
|
+
}).metadata({ label: "Touch action" });
|
|
693
|
+
const userSelect = defineStyleProp({
|
|
694
|
+
cssProperty: "user-select",
|
|
695
|
+
classPrefix: "select"
|
|
696
|
+
}).metadata({ label: "User select" });
|
|
697
|
+
const willChange = defineStyleProp({
|
|
698
|
+
cssProperty: "will-change",
|
|
699
|
+
classPrefix: "will-change"
|
|
700
|
+
}).metadata({ label: "Will change" });
|
|
701
|
+
const aspectRatio = defineStyleProp({
|
|
702
|
+
cssProperty: "aspect-ratio",
|
|
703
|
+
classPrefix: "aspect",
|
|
704
|
+
values: ["{aspectRatio}"],
|
|
705
|
+
arbitrary: "ratio"
|
|
706
|
+
}).metadata({ label: "Aspect ratio" });
|
|
707
|
+
const boxSizing = defineStyleProp({
|
|
708
|
+
cssProperty: "box-sizing",
|
|
709
|
+
classPrefix: "box"
|
|
710
|
+
}).metadata({ label: "Box sizing" });
|
|
711
|
+
const container = defineStyleProp({
|
|
712
|
+
cssProperty: "container-type",
|
|
713
|
+
classPrefix: "container"
|
|
714
|
+
}).metadata({ label: "Container" });
|
|
715
|
+
const columns = defineStyleProp({
|
|
716
|
+
cssProperty: "columns",
|
|
717
|
+
classPrefix: "columns"
|
|
718
|
+
}).metadata({ label: "Columns" });
|
|
719
|
+
const display = defineStyleProp({
|
|
720
|
+
cssProperty: "display",
|
|
721
|
+
classPrefix: ""
|
|
722
|
+
}).metadata({ label: "Display" });
|
|
723
|
+
const isolate = defineStyleProp({
|
|
724
|
+
cssProperty: "isolation",
|
|
725
|
+
classPrefix: "isolate"
|
|
726
|
+
}).metadata({ label: "Isolate" });
|
|
727
|
+
const objectFit = defineStyleProp({
|
|
728
|
+
cssProperty: "object-fit",
|
|
729
|
+
classPrefix: "object"
|
|
730
|
+
}).metadata({ label: "Object fit" });
|
|
731
|
+
const objectPosition = defineStyleProp({
|
|
732
|
+
cssProperty: "object-position",
|
|
733
|
+
classPrefix: "object"
|
|
734
|
+
}).metadata({ label: "Object position" });
|
|
735
|
+
const overflow = defineStyleProp({
|
|
736
|
+
cssProperty: "overflow",
|
|
737
|
+
classPrefix: "overflow"
|
|
738
|
+
}).metadata({ label: "Overflow" });
|
|
739
|
+
const overflowX = defineStyleProp({
|
|
740
|
+
cssProperty: "overflow-x",
|
|
741
|
+
classPrefix: "overflow-x"
|
|
742
|
+
}).metadata({ label: "Overflow X" });
|
|
743
|
+
const overflowY = defineStyleProp({
|
|
744
|
+
cssProperty: "overflow-y",
|
|
745
|
+
classPrefix: "overflow-y"
|
|
746
|
+
}).metadata({ label: "Overflow Y" });
|
|
747
|
+
const overscrollBehavior = defineStyleProp({
|
|
748
|
+
cssProperty: "overscroll-behavior",
|
|
749
|
+
classPrefix: "overscroll"
|
|
750
|
+
}).metadata({ label: "Overscroll behavior" });
|
|
751
|
+
const position = defineStyleProp({
|
|
752
|
+
cssProperty: "position",
|
|
753
|
+
classPrefix: ""
|
|
754
|
+
}).metadata({ label: "Position" });
|
|
755
|
+
const top = defineStyleProp({
|
|
756
|
+
cssProperty: "top",
|
|
757
|
+
classPrefix: "top",
|
|
758
|
+
values: ["{spacing}", "{position}"],
|
|
759
|
+
arbitrary: "length-percentage"
|
|
760
|
+
}).metadata({ label: "Top" });
|
|
761
|
+
const bottom = defineStyleProp({
|
|
762
|
+
cssProperty: "bottom",
|
|
763
|
+
classPrefix: "bottom",
|
|
764
|
+
values: ["{spacing}", "{position}"],
|
|
765
|
+
arbitrary: "length-percentage"
|
|
766
|
+
}).metadata({ label: "Bottom" });
|
|
767
|
+
const left = defineStyleProp({
|
|
768
|
+
cssProperty: "left",
|
|
769
|
+
classPrefix: "left",
|
|
770
|
+
values: ["{spacing}", "{position}"],
|
|
771
|
+
arbitrary: "length-percentage"
|
|
772
|
+
}).metadata({ label: "Left" });
|
|
773
|
+
const right = defineStyleProp({
|
|
774
|
+
cssProperty: "right",
|
|
775
|
+
classPrefix: "right",
|
|
776
|
+
values: ["{spacing}", "{position}"],
|
|
777
|
+
arbitrary: "length-percentage"
|
|
778
|
+
}).metadata({ label: "Right" });
|
|
779
|
+
const inset = defineStyleProp({
|
|
780
|
+
cssProperty: "inset",
|
|
781
|
+
classPrefix: "inset",
|
|
782
|
+
values: ["{spacing}", "{position}"],
|
|
783
|
+
arbitrary: "length-percentage"
|
|
784
|
+
}).metadata({ label: "Inset" });
|
|
785
|
+
const insetX = defineStyleProp({
|
|
786
|
+
cssProperty: "inset-inline",
|
|
787
|
+
classPrefix: "inset-x",
|
|
788
|
+
values: ["{spacing}", "{position}"],
|
|
789
|
+
arbitrary: "length-percentage"
|
|
790
|
+
}).metadata({ label: "Inset X" });
|
|
791
|
+
const insetY = defineStyleProp({
|
|
792
|
+
cssProperty: "inset-block",
|
|
793
|
+
classPrefix: "inset-y",
|
|
794
|
+
values: ["{spacing}", "{position}"],
|
|
795
|
+
arbitrary: "length-percentage"
|
|
796
|
+
}).metadata({ label: "Inset Y" });
|
|
797
|
+
const visibility = defineStyleProp({
|
|
798
|
+
cssProperty: "visibility",
|
|
799
|
+
classPrefix: ""
|
|
800
|
+
}).metadata({ label: "Visibility" });
|
|
801
|
+
const zIndex = defineStyleProp({
|
|
802
|
+
cssProperty: "z-index",
|
|
803
|
+
classPrefix: "z",
|
|
804
|
+
values: ["{zIndex}"],
|
|
805
|
+
arbitrary: "number"
|
|
806
|
+
}).metadata({ label: "Z index" });
|
|
807
|
+
const listStyleImage = defineStyleProp({
|
|
808
|
+
cssProperty: "list-style-image",
|
|
809
|
+
classPrefix: "list-image"
|
|
810
|
+
}).metadata({ label: "List style image" });
|
|
811
|
+
const listStylePosition = defineStyleProp({
|
|
812
|
+
cssProperty: "list-style-position",
|
|
813
|
+
classPrefix: "list"
|
|
814
|
+
}).metadata({ label: "List style position" });
|
|
815
|
+
const listStyleType = defineStyleProp({
|
|
816
|
+
cssProperty: "list-style-type",
|
|
817
|
+
classPrefix: "list"
|
|
818
|
+
}).metadata({ label: "List style type" });
|
|
819
|
+
const opacity = defineStyleProp({
|
|
820
|
+
cssProperty: "opacity",
|
|
821
|
+
classPrefix: "opacity",
|
|
822
|
+
values: ["{opacity}"],
|
|
823
|
+
arbitrary: "number"
|
|
824
|
+
}).metadata({ label: "Opacity" });
|
|
825
|
+
const outlineWidth = defineStyleProp({
|
|
826
|
+
cssProperty: "outline-width",
|
|
827
|
+
classPrefix: "outline",
|
|
828
|
+
values: ["{outlineOffset}"]
|
|
829
|
+
}).metadata({ label: "Outline width" });
|
|
830
|
+
const outlineColor = defineStyleProp({
|
|
831
|
+
cssProperty: "outline-color",
|
|
832
|
+
classPrefix: "outline-color",
|
|
833
|
+
values: ["{color}"],
|
|
834
|
+
arbitrary: "color"
|
|
835
|
+
}).metadata({ label: "Outline color" });
|
|
836
|
+
const outlineStyle = defineStyleProp({
|
|
837
|
+
cssProperty: "outline-style",
|
|
838
|
+
classPrefix: "outline"
|
|
839
|
+
}).metadata({ label: "Outline style" });
|
|
840
|
+
const outlineOffset = defineStyleProp({
|
|
841
|
+
cssProperty: "outline-offset",
|
|
842
|
+
classPrefix: "outline-offset",
|
|
843
|
+
values: ["{outlineOffset}"]
|
|
844
|
+
}).metadata({ label: "Outline offset" });
|
|
845
|
+
const ringWidth = defineStyleProp({
|
|
846
|
+
cssProperty: "--tw-ring-width",
|
|
847
|
+
cssType: "length",
|
|
848
|
+
classPrefix: "ring",
|
|
849
|
+
values: ["{ringWidth}", "{ringOffsetWidth}"]
|
|
850
|
+
}).metadata({ label: "Ring width" });
|
|
851
|
+
const ringColor = defineStyleProp({
|
|
852
|
+
cssProperty: "--tw-ring-color",
|
|
853
|
+
cssType: "color",
|
|
854
|
+
classPrefix: "ring-color",
|
|
855
|
+
values: ["{color}"],
|
|
856
|
+
arbitrary: "color"
|
|
857
|
+
}).metadata({ label: "Ring color" });
|
|
858
|
+
const ringOffsetWidth = defineStyleProp({
|
|
859
|
+
cssProperty: "--tw-ring-offset-width",
|
|
860
|
+
cssType: "length",
|
|
861
|
+
classPrefix: "ring-offset",
|
|
862
|
+
values: ["{ringWidth}", "{ringOffsetWidth}"]
|
|
863
|
+
}).metadata({ label: "Ring offset width" });
|
|
864
|
+
const ringOffsetColor = defineStyleProp({
|
|
865
|
+
cssProperty: "--tw-ring-offset-color",
|
|
866
|
+
cssType: "color",
|
|
867
|
+
classPrefix: "ring-offset-color",
|
|
868
|
+
values: ["{color}"],
|
|
869
|
+
arbitrary: "color"
|
|
870
|
+
}).metadata({ label: "Ring offset color" });
|
|
871
|
+
const ringInset = defineStyleProp({
|
|
872
|
+
cssProperty: "--tw-ring-inset",
|
|
873
|
+
cssType: "string",
|
|
874
|
+
classPrefix: "ring-inset"
|
|
875
|
+
}).metadata({ label: "Ring inset" });
|
|
876
|
+
const shadow = defineStyleProp({
|
|
877
|
+
cssProperty: "box-shadow",
|
|
878
|
+
classPrefix: "shadow",
|
|
879
|
+
values: ["{shadow}"],
|
|
880
|
+
arbitrary: "shadow"
|
|
881
|
+
}).metadata({ label: "Shadow" });
|
|
882
|
+
const shadowColor = defineStyleProp({
|
|
883
|
+
cssProperty: "--tw-shadow-color",
|
|
884
|
+
cssType: "color",
|
|
885
|
+
classPrefix: "shadow-color",
|
|
886
|
+
values: ["{color}"],
|
|
887
|
+
arbitrary: "color"
|
|
888
|
+
}).metadata({ label: "Shadow color" });
|
|
889
|
+
const height = defineStyleProp({
|
|
890
|
+
cssProperty: "height",
|
|
891
|
+
classPrefix: "h",
|
|
892
|
+
values: [
|
|
893
|
+
"{spacing}",
|
|
894
|
+
"{size}",
|
|
895
|
+
"{h}"
|
|
896
|
+
],
|
|
897
|
+
arbitrary: "length-percentage"
|
|
898
|
+
}).metadata({ label: "Height" });
|
|
899
|
+
const minHeight = defineStyleProp({
|
|
900
|
+
cssProperty: "min-height",
|
|
901
|
+
classPrefix: "min-h",
|
|
902
|
+
values: [
|
|
903
|
+
"{spacing}",
|
|
904
|
+
"{size}",
|
|
905
|
+
"{h}"
|
|
906
|
+
],
|
|
907
|
+
arbitrary: "length-percentage"
|
|
908
|
+
}).metadata({ label: "Min height" });
|
|
909
|
+
const maxHeight = defineStyleProp({
|
|
910
|
+
cssProperty: "max-height",
|
|
911
|
+
classPrefix: "max-h",
|
|
912
|
+
values: [
|
|
913
|
+
"{spacing}",
|
|
914
|
+
"{size}",
|
|
915
|
+
"{h}"
|
|
916
|
+
],
|
|
917
|
+
arbitrary: "length-percentage"
|
|
918
|
+
}).metadata({ label: "Max height" });
|
|
919
|
+
const width = defineStyleProp({
|
|
920
|
+
cssProperty: "width",
|
|
921
|
+
classPrefix: "w",
|
|
922
|
+
values: [
|
|
923
|
+
"{spacing}",
|
|
924
|
+
"{size}",
|
|
925
|
+
"{w}"
|
|
926
|
+
],
|
|
927
|
+
arbitrary: "length-percentage"
|
|
928
|
+
}).metadata({ label: "Width" });
|
|
929
|
+
const minWidth = defineStyleProp({
|
|
930
|
+
cssProperty: "min-width",
|
|
931
|
+
classPrefix: "min-w",
|
|
932
|
+
values: [
|
|
933
|
+
"{spacing}",
|
|
934
|
+
"{size}",
|
|
935
|
+
"{w}"
|
|
936
|
+
],
|
|
937
|
+
arbitrary: "length-percentage"
|
|
938
|
+
}).metadata({ label: "Min width" });
|
|
939
|
+
const maxWidth = defineStyleProp({
|
|
940
|
+
cssProperty: "max-width",
|
|
941
|
+
classPrefix: "max-w",
|
|
942
|
+
values: [
|
|
943
|
+
"{spacing}",
|
|
944
|
+
"{size}",
|
|
945
|
+
"{w}"
|
|
946
|
+
],
|
|
947
|
+
arbitrary: "length-percentage"
|
|
948
|
+
}).metadata({ label: "Max width" });
|
|
949
|
+
const spacing = defineStyleProp({
|
|
950
|
+
cssProperty: "padding",
|
|
951
|
+
classPrefix: "p",
|
|
952
|
+
values: ["{spacing}"],
|
|
953
|
+
arbitrary: "length-percentage"
|
|
954
|
+
}).metadata({ label: "Spacing" });
|
|
955
|
+
const spacingX = defineStyleProp({
|
|
956
|
+
cssProperty: "padding-inline",
|
|
957
|
+
classPrefix: "px",
|
|
958
|
+
values: ["{spacing}"],
|
|
959
|
+
arbitrary: "length-percentage"
|
|
960
|
+
}).metadata({ label: "Spacing X" });
|
|
961
|
+
const spacingY = defineStyleProp({
|
|
962
|
+
cssProperty: "padding-block",
|
|
963
|
+
classPrefix: "py",
|
|
964
|
+
values: ["{spacing}"],
|
|
965
|
+
arbitrary: "length-percentage"
|
|
966
|
+
}).metadata({ label: "Spacing Y" });
|
|
967
|
+
const spacingRight = defineStyleProp({
|
|
968
|
+
cssProperty: "padding-right",
|
|
969
|
+
classPrefix: "pr",
|
|
970
|
+
values: ["{spacing}"],
|
|
971
|
+
arbitrary: "length-percentage"
|
|
972
|
+
}).metadata({ label: "Spacing right" });
|
|
973
|
+
const spacingEnd = defineStyleProp({
|
|
974
|
+
cssProperty: "padding-inline-end",
|
|
975
|
+
classPrefix: "pe",
|
|
976
|
+
values: ["{spacing}"],
|
|
977
|
+
arbitrary: "length-percentage"
|
|
978
|
+
}).metadata({ label: "Spacing end" });
|
|
979
|
+
const spacingLeft = defineStyleProp({
|
|
980
|
+
cssProperty: "padding-left",
|
|
981
|
+
classPrefix: "pl",
|
|
982
|
+
values: ["{spacing}"],
|
|
983
|
+
arbitrary: "length-percentage"
|
|
984
|
+
}).metadata({ label: "Spacing left" });
|
|
985
|
+
const spacingStart = defineStyleProp({
|
|
986
|
+
cssProperty: "padding-inline-start",
|
|
987
|
+
classPrefix: "ps",
|
|
988
|
+
values: ["{spacing}"],
|
|
989
|
+
arbitrary: "length-percentage"
|
|
990
|
+
}).metadata({ label: "Spacing start" });
|
|
991
|
+
const spacingTop = defineStyleProp({
|
|
992
|
+
cssProperty: "padding-top",
|
|
993
|
+
classPrefix: "pt",
|
|
994
|
+
values: ["{spacing}"],
|
|
995
|
+
arbitrary: "length-percentage"
|
|
996
|
+
}).metadata({ label: "Spacing top" });
|
|
997
|
+
const spacingBottom = defineStyleProp({
|
|
998
|
+
cssProperty: "padding-bottom",
|
|
999
|
+
classPrefix: "pb",
|
|
1000
|
+
values: ["{spacing}"],
|
|
1001
|
+
arbitrary: "length-percentage"
|
|
1002
|
+
}).metadata({ label: "Spacing bottom" });
|
|
1003
|
+
const offset = defineStyleProp({
|
|
1004
|
+
cssProperty: "margin",
|
|
1005
|
+
classPrefix: "-m",
|
|
1006
|
+
values: ["{spacing}"],
|
|
1007
|
+
arbitrary: "length-percentage"
|
|
1008
|
+
}).metadata({ label: "Offset" });
|
|
1009
|
+
const offsetY = defineStyleProp({
|
|
1010
|
+
cssProperty: "margin-block",
|
|
1011
|
+
classPrefix: "-my",
|
|
1012
|
+
values: ["{spacing}"],
|
|
1013
|
+
arbitrary: "length-percentage"
|
|
1014
|
+
}).metadata({ label: "Offset Y" });
|
|
1015
|
+
const offsetX = defineStyleProp({
|
|
1016
|
+
cssProperty: "margin-inline",
|
|
1017
|
+
classPrefix: "-mx",
|
|
1018
|
+
values: ["{spacing}"],
|
|
1019
|
+
arbitrary: "length-percentage"
|
|
1020
|
+
}).metadata({ label: "Offset X" });
|
|
1021
|
+
const offsetBottom = defineStyleProp({
|
|
1022
|
+
cssProperty: "margin-bottom",
|
|
1023
|
+
classPrefix: "-mb",
|
|
1024
|
+
values: ["{spacing}"],
|
|
1025
|
+
arbitrary: "length-percentage"
|
|
1026
|
+
}).metadata({ label: "Offset bottom" });
|
|
1027
|
+
const offsetEnd = defineStyleProp({
|
|
1028
|
+
cssProperty: "margin-inline-end",
|
|
1029
|
+
classPrefix: "-me",
|
|
1030
|
+
values: ["{spacing}"],
|
|
1031
|
+
arbitrary: "length-percentage"
|
|
1032
|
+
}).metadata({ label: "Offset end" });
|
|
1033
|
+
const offsetRight = defineStyleProp({
|
|
1034
|
+
cssProperty: "margin-right",
|
|
1035
|
+
classPrefix: "-mr",
|
|
1036
|
+
values: ["{spacing}"],
|
|
1037
|
+
arbitrary: "length-percentage"
|
|
1038
|
+
}).metadata({ label: "Offset right" });
|
|
1039
|
+
const offsetStart = defineStyleProp({
|
|
1040
|
+
cssProperty: "margin-inline-start",
|
|
1041
|
+
classPrefix: "-ms",
|
|
1042
|
+
values: ["{spacing}"],
|
|
1043
|
+
arbitrary: "length-percentage"
|
|
1044
|
+
}).metadata({ label: "Offset start" });
|
|
1045
|
+
const offsetLeft = defineStyleProp({
|
|
1046
|
+
cssProperty: "margin-left",
|
|
1047
|
+
classPrefix: "-ml",
|
|
1048
|
+
values: ["{spacing}"],
|
|
1049
|
+
arbitrary: "length-percentage"
|
|
1050
|
+
}).metadata({ label: "Offset left" });
|
|
1051
|
+
const offsetTop = defineStyleProp({
|
|
1052
|
+
cssProperty: "margin-top",
|
|
1053
|
+
classPrefix: "-mt",
|
|
1054
|
+
values: ["{spacing}"],
|
|
1055
|
+
arbitrary: "length-percentage"
|
|
1056
|
+
}).metadata({ label: "Offset top" });
|
|
1057
|
+
const margin = defineStyleProp({
|
|
1058
|
+
cssProperty: "margin",
|
|
1059
|
+
classPrefix: "m",
|
|
1060
|
+
values: ["{spacing}"],
|
|
1061
|
+
arbitrary: "length-percentage"
|
|
1062
|
+
}).metadata({ label: "Margin" });
|
|
1063
|
+
const marginY = defineStyleProp({
|
|
1064
|
+
cssProperty: "margin-block",
|
|
1065
|
+
classPrefix: "my",
|
|
1066
|
+
values: ["{spacing}"],
|
|
1067
|
+
arbitrary: "length-percentage"
|
|
1068
|
+
}).metadata({ label: "Margin Y" });
|
|
1069
|
+
const marginX = defineStyleProp({
|
|
1070
|
+
cssProperty: "margin-inline",
|
|
1071
|
+
classPrefix: "mx",
|
|
1072
|
+
values: ["{spacing}"],
|
|
1073
|
+
arbitrary: "length-percentage"
|
|
1074
|
+
}).metadata({ label: "Margin X" });
|
|
1075
|
+
const marginBottom = defineStyleProp({
|
|
1076
|
+
cssProperty: "margin-bottom",
|
|
1077
|
+
classPrefix: "mb",
|
|
1078
|
+
values: ["{spacing}"],
|
|
1079
|
+
arbitrary: "length-percentage"
|
|
1080
|
+
}).metadata({ label: "Margin bottom" });
|
|
1081
|
+
const marginEnd = defineStyleProp({
|
|
1082
|
+
cssProperty: "margin-inline-end",
|
|
1083
|
+
classPrefix: "me",
|
|
1084
|
+
values: ["{spacing}"],
|
|
1085
|
+
arbitrary: "length-percentage"
|
|
1086
|
+
}).metadata({ label: "Margin end" });
|
|
1087
|
+
const marginRight = defineStyleProp({
|
|
1088
|
+
cssProperty: "margin-right",
|
|
1089
|
+
classPrefix: "mr",
|
|
1090
|
+
values: ["{spacing}"],
|
|
1091
|
+
arbitrary: "length-percentage"
|
|
1092
|
+
}).metadata({ label: "Margin right" });
|
|
1093
|
+
const marginStart = defineStyleProp({
|
|
1094
|
+
cssProperty: "margin-inline-start",
|
|
1095
|
+
classPrefix: "ms",
|
|
1096
|
+
values: ["{spacing}"],
|
|
1097
|
+
arbitrary: "length-percentage"
|
|
1098
|
+
}).metadata({ label: "Margin start" });
|
|
1099
|
+
const marginLeft = defineStyleProp({
|
|
1100
|
+
cssProperty: "margin-left",
|
|
1101
|
+
classPrefix: "ml",
|
|
1102
|
+
values: ["{spacing}"],
|
|
1103
|
+
arbitrary: "length-percentage"
|
|
1104
|
+
}).metadata({ label: "Margin left" });
|
|
1105
|
+
const marginTop = defineStyleProp({
|
|
1106
|
+
cssProperty: "margin-top",
|
|
1107
|
+
classPrefix: "mt",
|
|
1108
|
+
values: ["{spacing}"],
|
|
1109
|
+
arbitrary: "length-percentage"
|
|
1110
|
+
}).metadata({ label: "Margin top" });
|
|
1111
|
+
const gap = defineStyleProp({
|
|
1112
|
+
cssProperty: "gap",
|
|
1113
|
+
classPrefix: "gap",
|
|
1114
|
+
values: ["{spacing}"],
|
|
1115
|
+
arbitrary: "length-percentage"
|
|
1116
|
+
}).metadata({ label: "Gap" });
|
|
1117
|
+
const gapX = defineStyleProp({
|
|
1118
|
+
cssProperty: "column-gap",
|
|
1119
|
+
classPrefix: "gap-x",
|
|
1120
|
+
values: ["{spacing}"],
|
|
1121
|
+
arbitrary: "length-percentage"
|
|
1122
|
+
}).metadata({ label: "Gap X" });
|
|
1123
|
+
const gapY = defineStyleProp({
|
|
1124
|
+
cssProperty: "row-gap",
|
|
1125
|
+
classPrefix: "gap-y",
|
|
1126
|
+
values: ["{spacing}"],
|
|
1127
|
+
arbitrary: "length-percentage"
|
|
1128
|
+
}).metadata({ label: "Gap Y" });
|
|
1129
|
+
const fillColor = defineStyleProp({
|
|
1130
|
+
cssProperty: "fill",
|
|
1131
|
+
classPrefix: "fill",
|
|
1132
|
+
values: ["{color}"],
|
|
1133
|
+
arbitrary: "color"
|
|
1134
|
+
}).metadata({ label: "Fill color" });
|
|
1135
|
+
const strokeColor = defineStyleProp({
|
|
1136
|
+
cssProperty: "stroke",
|
|
1137
|
+
classPrefix: "stroke-color",
|
|
1138
|
+
values: ["{color}"],
|
|
1139
|
+
arbitrary: "color"
|
|
1140
|
+
}).metadata({ label: "Stroke color" });
|
|
1141
|
+
const strokeWidth = defineStyleProp({
|
|
1142
|
+
cssProperty: "stroke-width",
|
|
1143
|
+
classPrefix: "stroke",
|
|
1144
|
+
values: ["{strokeWidth}"]
|
|
1145
|
+
}).metadata({ label: "Stroke width" });
|
|
1146
|
+
const tableBorderCollapse = defineStyleProp({
|
|
1147
|
+
cssProperty: "border-collapse",
|
|
1148
|
+
classPrefix: "border-collapse"
|
|
1149
|
+
}).metadata({ label: "Table border collapse" });
|
|
1150
|
+
const tableBorderSpacing = defineStyleProp({
|
|
1151
|
+
cssProperty: "border-spacing",
|
|
1152
|
+
classPrefix: "border-spacing",
|
|
1153
|
+
values: ["{spacing}"]
|
|
1154
|
+
}).metadata({ label: "Table border spacing" });
|
|
1155
|
+
const tableBorderSpacingX = defineStyleProp({
|
|
1156
|
+
cssProperty: "border-spacing",
|
|
1157
|
+
classPrefix: "border-spacing-x",
|
|
1158
|
+
values: ["{spacing}"]
|
|
1159
|
+
}).metadata({ label: "Table border spacing X" });
|
|
1160
|
+
const tableBorderSpacingY = defineStyleProp({
|
|
1161
|
+
cssProperty: "border-spacing",
|
|
1162
|
+
classPrefix: "border-spacing-y",
|
|
1163
|
+
values: ["{spacing}"]
|
|
1164
|
+
}).metadata({ label: "Table border spacing Y" });
|
|
1165
|
+
const tableLayout = defineStyleProp({
|
|
1166
|
+
cssProperty: "table-layout",
|
|
1167
|
+
classPrefix: "table"
|
|
1168
|
+
}).metadata({ label: "Table layout" });
|
|
1169
|
+
const tableCaptionSide = defineStyleProp({
|
|
1170
|
+
cssProperty: "caption-side",
|
|
1171
|
+
classPrefix: "caption"
|
|
1172
|
+
}).metadata({ label: "Table caption side" });
|
|
1173
|
+
const scale = defineStyleProp({
|
|
1174
|
+
cssProperty: "scale",
|
|
1175
|
+
classPrefix: "scale",
|
|
1176
|
+
values: ["{scale}"],
|
|
1177
|
+
arbitrary: "number"
|
|
1178
|
+
}).metadata({ label: "Scale" });
|
|
1179
|
+
const scaleX = defineStyleProp({
|
|
1180
|
+
cssProperty: "scale",
|
|
1181
|
+
classPrefix: "scale-x",
|
|
1182
|
+
values: ["{scale}"],
|
|
1183
|
+
arbitrary: "number"
|
|
1184
|
+
}).metadata({ label: "Scale X" });
|
|
1185
|
+
const scaleY = defineStyleProp({
|
|
1186
|
+
cssProperty: "scale",
|
|
1187
|
+
classPrefix: "scale-y",
|
|
1188
|
+
values: ["{scale}"],
|
|
1189
|
+
arbitrary: "number"
|
|
1190
|
+
}).metadata({ label: "Scale Y" });
|
|
1191
|
+
const rotate = defineStyleProp({
|
|
1192
|
+
cssProperty: "rotate",
|
|
1193
|
+
classPrefix: "rotate",
|
|
1194
|
+
values: ["{rotate}"],
|
|
1195
|
+
arbitrary: "angle"
|
|
1196
|
+
}).metadata({ label: "Rotate" });
|
|
1197
|
+
const skewX = defineStyleProp({
|
|
1198
|
+
cssProperty: "transform",
|
|
1199
|
+
classPrefix: "skew-x",
|
|
1200
|
+
values: ["{skew}"],
|
|
1201
|
+
arbitrary: [{
|
|
1202
|
+
type: "string",
|
|
1203
|
+
toCss: (v) => `skewX(${v})`
|
|
1204
|
+
}]
|
|
1205
|
+
}).metadata({ label: "Skew X" });
|
|
1206
|
+
const skewY = defineStyleProp({
|
|
1207
|
+
cssProperty: "transform",
|
|
1208
|
+
classPrefix: "skew-y",
|
|
1209
|
+
values: ["{skew}"],
|
|
1210
|
+
arbitrary: [{
|
|
1211
|
+
type: "string",
|
|
1212
|
+
toCss: (v) => `skewY(${v})`
|
|
1213
|
+
}]
|
|
1214
|
+
}).metadata({ label: "Skew Y" });
|
|
1215
|
+
const translateX = defineStyleProp({
|
|
1216
|
+
cssProperty: "translate",
|
|
1217
|
+
classPrefix: "translate-x",
|
|
1218
|
+
values: ["{translate}"],
|
|
1219
|
+
arbitrary: [{
|
|
1220
|
+
type: "string",
|
|
1221
|
+
toCss: (v) => `translateX(${v})`
|
|
1222
|
+
}]
|
|
1223
|
+
}).metadata({ label: "Translate X" });
|
|
1224
|
+
const translateY = defineStyleProp({
|
|
1225
|
+
cssProperty: "translate",
|
|
1226
|
+
classPrefix: "translate-y",
|
|
1227
|
+
values: ["{translate}"],
|
|
1228
|
+
arbitrary: [{
|
|
1229
|
+
type: "string",
|
|
1230
|
+
toCss: (v) => `translateY(${v})`
|
|
1231
|
+
}]
|
|
1232
|
+
}).metadata({ label: "Translate Y" });
|
|
1233
|
+
const transformOrigin = defineStyleProp({
|
|
1234
|
+
cssProperty: "transform-origin",
|
|
1235
|
+
classPrefix: "origin"
|
|
1236
|
+
}).metadata({ label: "Transform origin" });
|
|
1237
|
+
const transition = defineStyleProp({
|
|
1238
|
+
cssProperty: "transition-property",
|
|
1239
|
+
classPrefix: "transition"
|
|
1240
|
+
}).metadata({ label: "Transition" });
|
|
1241
|
+
const transitionDuration = defineStyleProp({
|
|
1242
|
+
cssProperty: "transition-duration",
|
|
1243
|
+
classPrefix: "duration"
|
|
1244
|
+
}).metadata({ label: "Transition duration" });
|
|
1245
|
+
const transitionTiming = defineStyleProp({
|
|
1246
|
+
cssProperty: "transition-timing-function",
|
|
1247
|
+
classPrefix: "ease"
|
|
1248
|
+
}).metadata({ label: "Transition timing" });
|
|
1249
|
+
const transitionDelay = defineStyleProp({
|
|
1250
|
+
cssProperty: "transition-delay",
|
|
1251
|
+
classPrefix: "delay"
|
|
1252
|
+
}).metadata({ label: "Transition delay" });
|
|
1253
|
+
const transitionBehavior = defineStyleProp({
|
|
1254
|
+
cssProperty: "transition-behavior",
|
|
1255
|
+
classPrefix: "transition-behavior"
|
|
1256
|
+
}).metadata({ label: "Transition behavior" });
|
|
1257
|
+
const fontFamily = defineStyleProp({
|
|
1258
|
+
cssProperty: "font-family",
|
|
1259
|
+
classPrefix: "font-family",
|
|
1260
|
+
values: ["{fontFamily}"]
|
|
1261
|
+
}).metadata({ label: "Font family" });
|
|
1262
|
+
const fontSize = defineStyleProp({
|
|
1263
|
+
cssProperty: "font-size",
|
|
1264
|
+
classPrefix: "font-size",
|
|
1265
|
+
arbitrary: "length-percentage"
|
|
1266
|
+
}).metadata({ label: "Font size" });
|
|
1267
|
+
const fontSmoothing = defineStyleProp({
|
|
1268
|
+
cssProperty: "-webkit-font-smoothing",
|
|
1269
|
+
classPrefix: "font-smoothing"
|
|
1270
|
+
}).metadata({ label: "Font smoothing" });
|
|
1271
|
+
const fontStyle = defineStyleProp({
|
|
1272
|
+
cssProperty: "font-style",
|
|
1273
|
+
classPrefix: ""
|
|
1274
|
+
}).metadata({ label: "Font style" });
|
|
1275
|
+
const fontWeight = defineStyleProp({
|
|
1276
|
+
cssProperty: "font-weight",
|
|
1277
|
+
classPrefix: "font-weight",
|
|
1278
|
+
values: ["{fontWeight}"]
|
|
1279
|
+
}).metadata({ label: "Font weight" });
|
|
1280
|
+
const fontStretch = defineStyleProp({
|
|
1281
|
+
cssProperty: "font-stretch",
|
|
1282
|
+
classPrefix: "font-stretch"
|
|
1283
|
+
}).metadata({ label: "Font stretch" });
|
|
1284
|
+
const fontVariantNumeric = defineStyleProp({
|
|
1285
|
+
cssProperty: "font-variant-numeric",
|
|
1286
|
+
classPrefix: ""
|
|
1287
|
+
}).metadata({ label: "Font variant numeric" });
|
|
1288
|
+
const letterSpacing = defineStyleProp({
|
|
1289
|
+
cssProperty: "letter-spacing",
|
|
1290
|
+
classPrefix: "tracking",
|
|
1291
|
+
values: ["{letterSpacing}"]
|
|
1292
|
+
}).metadata({ label: "Letter spacing" });
|
|
1293
|
+
const lineClamp = defineStyleProp({
|
|
1294
|
+
cssProperty: "-webkit-line-clamp",
|
|
1295
|
+
classPrefix: "line-clamp"
|
|
1296
|
+
}).metadata({ label: "Line clamp" });
|
|
1297
|
+
const lineHeight = defineStyleProp({
|
|
1298
|
+
cssProperty: "line-height",
|
|
1299
|
+
classPrefix: "leading",
|
|
1300
|
+
values: ["{lineHeight}"]
|
|
1301
|
+
}).metadata({ label: "Line height" });
|
|
1302
|
+
const textAlign = defineStyleProp({
|
|
1303
|
+
cssProperty: "text-align",
|
|
1304
|
+
classPrefix: "text-align",
|
|
1305
|
+
values: [
|
|
1306
|
+
"left",
|
|
1307
|
+
"center",
|
|
1308
|
+
"right",
|
|
1309
|
+
"justify",
|
|
1310
|
+
"start",
|
|
1311
|
+
"end"
|
|
1312
|
+
]
|
|
1313
|
+
}).metadata({ label: "Text align" });
|
|
1314
|
+
const textDecorationLine = defineStyleProp({
|
|
1315
|
+
cssProperty: "text-decoration-line",
|
|
1316
|
+
classPrefix: ""
|
|
1317
|
+
}).metadata({ label: "Text decoration line" });
|
|
1318
|
+
const textDecorationColor = defineStyleProp({
|
|
1319
|
+
cssProperty: "text-decoration-color",
|
|
1320
|
+
classPrefix: "decoration-color",
|
|
1321
|
+
values: ["{color}"],
|
|
1322
|
+
arbitrary: "color"
|
|
1323
|
+
}).metadata({ label: "Text decoration color" });
|
|
1324
|
+
const textDecorationStyle = defineStyleProp({
|
|
1325
|
+
cssProperty: "text-decoration-style",
|
|
1326
|
+
classPrefix: "decoration"
|
|
1327
|
+
}).metadata({ label: "Text decoration style" });
|
|
1328
|
+
const textDecorationThickness = defineStyleProp({
|
|
1329
|
+
cssProperty: "text-decoration-thickness",
|
|
1330
|
+
classPrefix: "decoration"
|
|
1331
|
+
}).metadata({ label: "Text decoration thickness" });
|
|
1332
|
+
const textUnderlineOffset = defineStyleProp({
|
|
1333
|
+
cssProperty: "text-underline-offset",
|
|
1334
|
+
classPrefix: "underline-offset"
|
|
1335
|
+
}).metadata({ label: "Text underline offset" });
|
|
1336
|
+
const textTransform = defineStyleProp({
|
|
1337
|
+
cssProperty: "text-transform",
|
|
1338
|
+
classPrefix: ""
|
|
1339
|
+
}).metadata({ label: "Text transform" });
|
|
1340
|
+
const textOverflow = defineStyleProp({
|
|
1341
|
+
cssProperty: "text-overflow",
|
|
1342
|
+
classPrefix: "text-overflow"
|
|
1343
|
+
}).metadata({ label: "Text overflow" });
|
|
1344
|
+
const textOverflowWrap = defineStyleProp({
|
|
1345
|
+
cssProperty: "overflow-wrap",
|
|
1346
|
+
classPrefix: "wrap"
|
|
1347
|
+
}).metadata({ label: "Text overflow wrap" });
|
|
1348
|
+
const truncate = defineStyleProp({
|
|
1349
|
+
cssProperty: "text-overflow",
|
|
1350
|
+
classPrefix: "truncate"
|
|
1351
|
+
}).metadata({ label: "Truncate" });
|
|
1352
|
+
const textWrap = defineStyleProp({
|
|
1353
|
+
cssProperty: "text-wrap",
|
|
1354
|
+
classPrefix: "text-wrap"
|
|
1355
|
+
}).metadata({ label: "Text wrap" });
|
|
1356
|
+
const indent = defineStyleProp({
|
|
1357
|
+
cssProperty: "text-indent",
|
|
1358
|
+
classPrefix: "indent",
|
|
1359
|
+
values: ["{spacing}"]
|
|
1360
|
+
}).metadata({ label: "Indent" });
|
|
1361
|
+
const verticalAlign = defineStyleProp({
|
|
1362
|
+
cssProperty: "vertical-align",
|
|
1363
|
+
classPrefix: "align"
|
|
1364
|
+
}).metadata({ label: "Vertical align" });
|
|
1365
|
+
const whitespace = defineStyleProp({
|
|
1366
|
+
cssProperty: "white-space",
|
|
1367
|
+
classPrefix: "whitespace"
|
|
1368
|
+
}).metadata({ label: "Whitespace" });
|
|
1369
|
+
const _break = defineStyleProp({
|
|
1370
|
+
cssProperty: "word-break",
|
|
1371
|
+
classPrefix: "break"
|
|
1372
|
+
}).metadata({ label: "Break" });
|
|
1373
|
+
const hyphens = defineStyleProp({
|
|
1374
|
+
cssProperty: "hyphens",
|
|
1375
|
+
classPrefix: "hyphens"
|
|
1376
|
+
}).metadata({ label: "Hyphens" });
|
|
1377
|
+
const textShadow = defineStyleProp({
|
|
1378
|
+
cssProperty: "text-shadow",
|
|
1379
|
+
classPrefix: "text-shadow",
|
|
1380
|
+
values: ["{textShadow}"],
|
|
1381
|
+
arbitrary: "shadow"
|
|
1382
|
+
}).metadata({ label: "Text shadow" });
|
|
1383
|
+
//#endregion
|
|
1384
|
+
export { style_props_exports };
|