@vef-framework/shared 1.0.5
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/README.md +25 -0
- package/dist/constants.d.ts +28 -0
- package/dist/constants.js +3 -0
- package/dist/context.d.ts +21 -0
- package/dist/context.js +3 -0
- package/dist/dom.d.ts +9 -0
- package/dist/dom.js +3 -0
- package/dist/error.d.ts +16 -0
- package/dist/error.js +3 -0
- package/dist/event.d.ts +6 -0
- package/dist/event.js +3 -0
- package/dist/expression.d.ts +23 -0
- package/dist/expression.js +3 -0
- package/dist/function.d.ts +8 -0
- package/dist/function.js +3 -0
- package/dist/icons.d.ts +14 -0
- package/dist/icons.js +3 -0
- package/dist/id.d.ts +6 -0
- package/dist/id.js +3 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.js +3 -0
- package/dist/lib.d.ts +5 -0
- package/dist/lib.js +3 -0
- package/dist/message.d.ts +372 -0
- package/dist/message.js +3 -0
- package/dist/path.d.ts +43 -0
- package/dist/path.js +3 -0
- package/dist/pinyin.d.ts +14 -0
- package/dist/pinyin.js +3 -0
- package/dist/security.d.ts +16 -0
- package/dist/security.js +3 -0
- package/dist/store.d.ts +25 -0
- package/dist/store.js +3 -0
- package/dist/styles.d.ts +21 -0
- package/dist/styles.js +3 -0
- package/dist/temporal.d.ts +18 -0
- package/dist/temporal.js +3 -0
- package/dist/theme-variables.d.ts +339 -0
- package/dist/theme-variables.js +3 -0
- package/dist/types.d.ts +769 -0
- package/dist/utils.d.ts +45 -0
- package/dist/utils.js +3 -0
- package/dist/validation.d.ts +38 -0
- package/dist/validation.js +3 -0
- package/package.json +59 -0
|
@@ -0,0 +1,339 @@
|
|
|
1
|
+
export declare const themeVariables: {
|
|
2
|
+
blue: string;
|
|
3
|
+
purple: string;
|
|
4
|
+
cyan: string;
|
|
5
|
+
green: string;
|
|
6
|
+
magenta: string;
|
|
7
|
+
pink: string;
|
|
8
|
+
red: string;
|
|
9
|
+
orange: string;
|
|
10
|
+
yellow: string;
|
|
11
|
+
volcano: string;
|
|
12
|
+
geekblue: string;
|
|
13
|
+
gold: string;
|
|
14
|
+
lime: string;
|
|
15
|
+
colorPrimary: string;
|
|
16
|
+
colorSuccess: string;
|
|
17
|
+
colorWarning: string;
|
|
18
|
+
colorError: string;
|
|
19
|
+
colorInfo: string;
|
|
20
|
+
colorLink: string;
|
|
21
|
+
colorTextBase: string;
|
|
22
|
+
colorBgBase: string;
|
|
23
|
+
fontFamily: string;
|
|
24
|
+
fontFamilyCode: string;
|
|
25
|
+
fontSize: string;
|
|
26
|
+
lineWidth: string;
|
|
27
|
+
lineType: string;
|
|
28
|
+
motionEaseOutCirc: string;
|
|
29
|
+
motionEaseInOutCirc: string;
|
|
30
|
+
motionEaseOut: string;
|
|
31
|
+
motionEaseInOut: string;
|
|
32
|
+
motionEaseOutBack: string;
|
|
33
|
+
motionEaseInBack: string;
|
|
34
|
+
motionEaseInQuint: string;
|
|
35
|
+
motionEaseOutQuint: string;
|
|
36
|
+
borderRadius: string;
|
|
37
|
+
sizePopupArrow: string;
|
|
38
|
+
controlHeight: string;
|
|
39
|
+
zIndexBase: string;
|
|
40
|
+
zIndexPopupBase: string;
|
|
41
|
+
opacityImage: string;
|
|
42
|
+
blue1: string;
|
|
43
|
+
blue2: string;
|
|
44
|
+
blue3: string;
|
|
45
|
+
blue4: string;
|
|
46
|
+
blue5: string;
|
|
47
|
+
blue6: string;
|
|
48
|
+
blue7: string;
|
|
49
|
+
blue8: string;
|
|
50
|
+
blue9: string;
|
|
51
|
+
blue10: string;
|
|
52
|
+
purple1: string;
|
|
53
|
+
purple2: string;
|
|
54
|
+
purple3: string;
|
|
55
|
+
purple4: string;
|
|
56
|
+
purple5: string;
|
|
57
|
+
purple6: string;
|
|
58
|
+
purple7: string;
|
|
59
|
+
purple8: string;
|
|
60
|
+
purple9: string;
|
|
61
|
+
purple10: string;
|
|
62
|
+
cyan1: string;
|
|
63
|
+
cyan2: string;
|
|
64
|
+
cyan3: string;
|
|
65
|
+
cyan4: string;
|
|
66
|
+
cyan5: string;
|
|
67
|
+
cyan6: string;
|
|
68
|
+
cyan7: string;
|
|
69
|
+
cyan8: string;
|
|
70
|
+
cyan9: string;
|
|
71
|
+
cyan10: string;
|
|
72
|
+
green1: string;
|
|
73
|
+
green2: string;
|
|
74
|
+
green3: string;
|
|
75
|
+
green4: string;
|
|
76
|
+
green5: string;
|
|
77
|
+
green6: string;
|
|
78
|
+
green7: string;
|
|
79
|
+
green8: string;
|
|
80
|
+
green9: string;
|
|
81
|
+
green10: string;
|
|
82
|
+
magenta1: string;
|
|
83
|
+
magenta2: string;
|
|
84
|
+
magenta3: string;
|
|
85
|
+
magenta4: string;
|
|
86
|
+
magenta5: string;
|
|
87
|
+
magenta6: string;
|
|
88
|
+
magenta7: string;
|
|
89
|
+
magenta8: string;
|
|
90
|
+
magenta9: string;
|
|
91
|
+
magenta10: string;
|
|
92
|
+
pink1: string;
|
|
93
|
+
pink2: string;
|
|
94
|
+
pink3: string;
|
|
95
|
+
pink4: string;
|
|
96
|
+
pink5: string;
|
|
97
|
+
pink6: string;
|
|
98
|
+
pink7: string;
|
|
99
|
+
pink8: string;
|
|
100
|
+
pink9: string;
|
|
101
|
+
pink10: string;
|
|
102
|
+
red1: string;
|
|
103
|
+
red2: string;
|
|
104
|
+
red3: string;
|
|
105
|
+
red4: string;
|
|
106
|
+
red5: string;
|
|
107
|
+
red6: string;
|
|
108
|
+
red7: string;
|
|
109
|
+
red8: string;
|
|
110
|
+
red9: string;
|
|
111
|
+
red10: string;
|
|
112
|
+
orange1: string;
|
|
113
|
+
orange2: string;
|
|
114
|
+
orange3: string;
|
|
115
|
+
orange4: string;
|
|
116
|
+
orange5: string;
|
|
117
|
+
orange6: string;
|
|
118
|
+
orange7: string;
|
|
119
|
+
orange8: string;
|
|
120
|
+
orange9: string;
|
|
121
|
+
orange10: string;
|
|
122
|
+
yellow1: string;
|
|
123
|
+
yellow2: string;
|
|
124
|
+
yellow3: string;
|
|
125
|
+
yellow4: string;
|
|
126
|
+
yellow5: string;
|
|
127
|
+
yellow6: string;
|
|
128
|
+
yellow7: string;
|
|
129
|
+
yellow8: string;
|
|
130
|
+
yellow9: string;
|
|
131
|
+
yellow10: string;
|
|
132
|
+
volcano1: string;
|
|
133
|
+
volcano2: string;
|
|
134
|
+
volcano3: string;
|
|
135
|
+
volcano4: string;
|
|
136
|
+
volcano5: string;
|
|
137
|
+
volcano6: string;
|
|
138
|
+
volcano7: string;
|
|
139
|
+
volcano8: string;
|
|
140
|
+
volcano9: string;
|
|
141
|
+
volcano10: string;
|
|
142
|
+
geekblue1: string;
|
|
143
|
+
geekblue2: string;
|
|
144
|
+
geekblue3: string;
|
|
145
|
+
geekblue4: string;
|
|
146
|
+
geekblue5: string;
|
|
147
|
+
geekblue6: string;
|
|
148
|
+
geekblue7: string;
|
|
149
|
+
geekblue8: string;
|
|
150
|
+
geekblue9: string;
|
|
151
|
+
geekblue10: string;
|
|
152
|
+
gold1: string;
|
|
153
|
+
gold2: string;
|
|
154
|
+
gold3: string;
|
|
155
|
+
gold4: string;
|
|
156
|
+
gold5: string;
|
|
157
|
+
gold6: string;
|
|
158
|
+
gold7: string;
|
|
159
|
+
gold8: string;
|
|
160
|
+
gold9: string;
|
|
161
|
+
gold10: string;
|
|
162
|
+
lime1: string;
|
|
163
|
+
lime2: string;
|
|
164
|
+
lime3: string;
|
|
165
|
+
lime4: string;
|
|
166
|
+
lime5: string;
|
|
167
|
+
lime6: string;
|
|
168
|
+
lime7: string;
|
|
169
|
+
lime8: string;
|
|
170
|
+
lime9: string;
|
|
171
|
+
lime10: string;
|
|
172
|
+
colorText: string;
|
|
173
|
+
colorTextSecondary: string;
|
|
174
|
+
colorTextTertiary: string;
|
|
175
|
+
colorTextQuaternary: string;
|
|
176
|
+
colorFill: string;
|
|
177
|
+
colorFillSecondary: string;
|
|
178
|
+
colorFillTertiary: string;
|
|
179
|
+
colorFillQuaternary: string;
|
|
180
|
+
colorBgLayout: string;
|
|
181
|
+
colorBgContainer: string;
|
|
182
|
+
colorBgElevated: string;
|
|
183
|
+
colorBgSpotlight: string;
|
|
184
|
+
colorBgBlur: string;
|
|
185
|
+
colorBorder: string;
|
|
186
|
+
colorBorderSecondary: string;
|
|
187
|
+
colorPrimaryBg: string;
|
|
188
|
+
colorPrimaryBgHover: string;
|
|
189
|
+
colorPrimaryBorder: string;
|
|
190
|
+
colorPrimaryBorderHover: string;
|
|
191
|
+
colorPrimaryHover: string;
|
|
192
|
+
colorPrimaryActive: string;
|
|
193
|
+
colorPrimaryTextHover: string;
|
|
194
|
+
colorPrimaryText: string;
|
|
195
|
+
colorPrimaryTextActive: string;
|
|
196
|
+
colorSuccessBg: string;
|
|
197
|
+
colorSuccessBgHover: string;
|
|
198
|
+
colorSuccessBorder: string;
|
|
199
|
+
colorSuccessBorderHover: string;
|
|
200
|
+
colorSuccessHover: string;
|
|
201
|
+
colorSuccessActive: string;
|
|
202
|
+
colorSuccessTextHover: string;
|
|
203
|
+
colorSuccessText: string;
|
|
204
|
+
colorSuccessTextActive: string;
|
|
205
|
+
colorErrorBg: string;
|
|
206
|
+
colorErrorBgHover: string;
|
|
207
|
+
colorErrorBgActive: string;
|
|
208
|
+
colorErrorBorder: string;
|
|
209
|
+
colorErrorBorderHover: string;
|
|
210
|
+
colorErrorHover: string;
|
|
211
|
+
colorErrorActive: string;
|
|
212
|
+
colorErrorTextHover: string;
|
|
213
|
+
colorErrorText: string;
|
|
214
|
+
colorErrorTextActive: string;
|
|
215
|
+
colorWarningBg: string;
|
|
216
|
+
colorWarningBgHover: string;
|
|
217
|
+
colorWarningBorder: string;
|
|
218
|
+
colorWarningBorderHover: string;
|
|
219
|
+
colorWarningHover: string;
|
|
220
|
+
colorWarningActive: string;
|
|
221
|
+
colorWarningTextHover: string;
|
|
222
|
+
colorWarningText: string;
|
|
223
|
+
colorWarningTextActive: string;
|
|
224
|
+
colorInfoBg: string;
|
|
225
|
+
colorInfoBgHover: string;
|
|
226
|
+
colorInfoBorder: string;
|
|
227
|
+
colorInfoBorderHover: string;
|
|
228
|
+
colorInfoHover: string;
|
|
229
|
+
colorInfoActive: string;
|
|
230
|
+
colorInfoTextHover: string;
|
|
231
|
+
colorInfoText: string;
|
|
232
|
+
colorInfoTextActive: string;
|
|
233
|
+
colorLinkHover: string;
|
|
234
|
+
colorLinkActive: string;
|
|
235
|
+
colorBgMask: string;
|
|
236
|
+
colorWhite: string;
|
|
237
|
+
fontSizeXs: string;
|
|
238
|
+
fontSizeSm: string;
|
|
239
|
+
fontSizeLg: string;
|
|
240
|
+
fontSizeXl: string;
|
|
241
|
+
fontSizeHeading1: string;
|
|
242
|
+
fontSizeHeading2: string;
|
|
243
|
+
fontSizeHeading3: string;
|
|
244
|
+
fontSizeHeading4: string;
|
|
245
|
+
fontSizeHeading5: string;
|
|
246
|
+
lineHeight: string;
|
|
247
|
+
lineHeightLg: string;
|
|
248
|
+
lineHeightSm: string;
|
|
249
|
+
fontHeight: string;
|
|
250
|
+
fontHeightLg: string;
|
|
251
|
+
fontHeightSm: string;
|
|
252
|
+
lineHeightHeading1: string;
|
|
253
|
+
lineHeightHeading2: string;
|
|
254
|
+
lineHeightHeading3: string;
|
|
255
|
+
lineHeightHeading4: string;
|
|
256
|
+
lineHeightHeading5: string;
|
|
257
|
+
controlHeightSm: string;
|
|
258
|
+
controlHeightXs: string;
|
|
259
|
+
controlHeightLg: string;
|
|
260
|
+
motionDurationFast: string;
|
|
261
|
+
motionDurationMid: string;
|
|
262
|
+
motionDurationSlow: string;
|
|
263
|
+
lineWidthBold: string;
|
|
264
|
+
borderRadiusXs: string;
|
|
265
|
+
borderRadiusSm: string;
|
|
266
|
+
borderRadiusLg: string;
|
|
267
|
+
borderRadiusOuter: string;
|
|
268
|
+
colorFillContent: string;
|
|
269
|
+
colorFillContentHover: string;
|
|
270
|
+
colorFillAlter: string;
|
|
271
|
+
colorBgContainerDisabled: string;
|
|
272
|
+
colorBorderBg: string;
|
|
273
|
+
colorSplit: string;
|
|
274
|
+
colorTextPlaceholder: string;
|
|
275
|
+
colorTextDisabled: string;
|
|
276
|
+
colorTextHeading: string;
|
|
277
|
+
colorTextLabel: string;
|
|
278
|
+
colorTextDescription: string;
|
|
279
|
+
colorTextLightSolid: string;
|
|
280
|
+
colorHighlight: string;
|
|
281
|
+
colorBgTextHover: string;
|
|
282
|
+
colorBgTextActive: string;
|
|
283
|
+
colorIcon: string;
|
|
284
|
+
colorIconHover: string;
|
|
285
|
+
colorErrorOutline: string;
|
|
286
|
+
colorWarningOutline: string;
|
|
287
|
+
fontSizeIcon: string;
|
|
288
|
+
lineWidthFocus: string;
|
|
289
|
+
controlOutlineWidth: string;
|
|
290
|
+
controlInteractiveSize: string;
|
|
291
|
+
controlItemBgHover: string;
|
|
292
|
+
controlItemBgActive: string;
|
|
293
|
+
controlItemBgActiveHover: string;
|
|
294
|
+
controlItemBgActiveDisabled: string;
|
|
295
|
+
controlTmpOutline: string;
|
|
296
|
+
controlOutline: string;
|
|
297
|
+
fontWeightStrong: string;
|
|
298
|
+
opacityLoading: string;
|
|
299
|
+
linkDecoration: string;
|
|
300
|
+
linkHoverDecoration: string;
|
|
301
|
+
linkFocusDecoration: string;
|
|
302
|
+
controlPaddingHorizontal: string;
|
|
303
|
+
controlPaddingHorizontalSm: string;
|
|
304
|
+
paddingXxs: string;
|
|
305
|
+
paddingXs: string;
|
|
306
|
+
paddingSm: string;
|
|
307
|
+
padding: string;
|
|
308
|
+
paddingMd: string;
|
|
309
|
+
paddingLg: string;
|
|
310
|
+
paddingXl: string;
|
|
311
|
+
paddingContentHorizontalLg: string;
|
|
312
|
+
paddingContentVerticalLg: string;
|
|
313
|
+
paddingContentHorizontal: string;
|
|
314
|
+
paddingContentVertical: string;
|
|
315
|
+
paddingContentHorizontalSm: string;
|
|
316
|
+
paddingContentVerticalSm: string;
|
|
317
|
+
marginXxs: string;
|
|
318
|
+
marginXs: string;
|
|
319
|
+
marginSm: string;
|
|
320
|
+
margin: string;
|
|
321
|
+
marginMd: string;
|
|
322
|
+
marginLg: string;
|
|
323
|
+
marginXl: string;
|
|
324
|
+
marginXxl: string;
|
|
325
|
+
boxShadow: string;
|
|
326
|
+
boxShadowSecondary: string;
|
|
327
|
+
boxShadowTertiary: string;
|
|
328
|
+
boxShadowPopoverArrow: string;
|
|
329
|
+
boxShadowCard: string;
|
|
330
|
+
boxShadowDrawerRight: string;
|
|
331
|
+
boxShadowDrawerLeft: string;
|
|
332
|
+
boxShadowDrawerUp: string;
|
|
333
|
+
boxShadowDrawerDown: string;
|
|
334
|
+
boxShadowTabsOverflowLeft: string;
|
|
335
|
+
boxShadowTabsOverflowRight: string;
|
|
336
|
+
boxShadowTabsOverflowTop: string;
|
|
337
|
+
boxShadowTabsOverflowBottom: string;
|
|
338
|
+
boxShadowElevated: string;
|
|
339
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.5, build time: 2024-12-10T10:24:47.065Z, made by Venus. */
|
|
2
|
+
const e={blue:"var(--vef-blue, #3b82f6)",purple:"var(--vef-purple, #8b5cf6)",cyan:"var(--vef-cyan, #06b6d4)",green:"var(--vef-green, #22c55e)",magenta:"var(--vef-magenta, #eb2f96)",pink:"var(--vef-pink, #ec4899)",red:"var(--vef-red, #ef4444)",orange:"var(--vef-orange, #f97316)",yellow:"var(--vef-yellow, #eab308)",volcano:"var(--vef-volcano, #f43f5e)",geekblue:"var(--vef-geekblue, #6366f1)",gold:"var(--vef-gold, #fbbf24)",lime:"var(--vef-lime, #84cc16)",colorPrimary:"var(--vef-color-primary, #3b82f6)",colorSuccess:"var(--vef-color-success, #22c55e)",colorWarning:"var(--vef-color-warning, #f97316)",colorError:"var(--vef-color-error, #ef4444)",colorInfo:"var(--vef-color-info, #0ea5e9)",colorLink:"var(--vef-color-link, #6366f1)",colorTextBase:"var(--vef-color-text-base, #171717)",colorBgBase:"var(--vef-color-bg-base, #ffffff)",fontFamily:"var(--vef-font-family, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji')",fontFamilyCode:"var(--vef-font-family-code, 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace)",fontSize:"var(--vef-font-size, 16px)",lineWidth:"var(--vef-line-width, 1px)",lineType:"var(--vef-line-type, solid)",motionEaseOutCirc:"var(--vef-motion-ease-out-circ, cubic-bezier(0.08, 0.82, 0.17, 1))",motionEaseInOutCirc:"var(--vef-motion-ease-in-out-circ, cubic-bezier(0.78, 0.14, 0.15, 0.86))",motionEaseOut:"var(--vef-motion-ease-out, cubic-bezier(0.215, 0.61, 0.355, 1))",motionEaseInOut:"var(--vef-motion-ease-in-out, cubic-bezier(0.645, 0.045, 0.355, 1))",motionEaseOutBack:"var(--vef-motion-ease-out-back, cubic-bezier(0.12, 0.4, 0.29, 1.46))",motionEaseInBack:"var(--vef-motion-ease-in-back, cubic-bezier(0.71, -0.46, 0.88, 0.6))",motionEaseInQuint:"var(--vef-motion-ease-in-quint, cubic-bezier(0.755, 0.05, 0.855, 0.06))",motionEaseOutQuint:"var(--vef-motion-ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1))",borderRadius:"var(--vef-border-radius, 6px)",sizePopupArrow:"var(--vef-size-popup-arrow, 16px)",controlHeight:"var(--vef-control-height, 36px)",zIndexBase:"var(--vef-z-index-base, 0)",zIndexPopupBase:"var(--vef-z-index-popup-base, 10)",opacityImage:"var(--vef-opacity-image, 1)",blue1:"var(--vef-blue-1, #f0f8ff)",blue2:"var(--vef-blue-2, #e0f0ff)",blue3:"var(--vef-blue-3, #b8daff)",blue4:"var(--vef-blue-4, #8fc1ff)",blue5:"var(--vef-blue-5, #66a6ff)",blue6:"var(--vef-blue-6, #3b82f6)",blue7:"var(--vef-blue-7, #2762cf)",blue8:"var(--vef-blue-8, #1845a8)",blue9:"var(--vef-blue-9, #0c2d82)",blue10:"var(--vef-blue-10, #071c5c)",purple1:"var(--vef-purple-1, #f7f0ff)",purple2:"var(--vef-purple-2, #f6f0ff)",purple3:"var(--vef-purple-3, #e8d9ff)",purple4:"var(--vef-purple-4, #cdb0ff)",purple5:"var(--vef-purple-5, #af87ff)",purple6:"var(--vef-purple-6, #8b5cf6)",purple7:"var(--vef-purple-7, #6842cf)",purple8:"var(--vef-purple-8, #4a2da8)",purple9:"var(--vef-purple-9, #311d82)",purple10:"var(--vef-purple-10, #1f135c)",cyan1:"var(--vef-cyan-1, #e6ffff)",cyan2:"var(--vef-cyan-2, #abfeff)",cyan3:"var(--vef-cyan-3, #7ff4fa)",cyan4:"var(--vef-cyan-4, #53e0ed)",cyan5:"var(--vef-cyan-5, #2bcbe0)",cyan6:"var(--vef-cyan-6, #06b6d4)",cyan7:"var(--vef-cyan-7, #008ead)",cyan8:"var(--vef-cyan-8, #006a87)",cyan9:"var(--vef-cyan-9, #004961)",cyan10:"var(--vef-cyan-10, #002a3b)",green1:"var(--vef-green-1, #f0fff3)",green2:"var(--vef-green-2, #c8f7d3)",green3:"var(--vef-green-3, #98ebae)",green4:"var(--vef-green-4, #6dde8f)",green5:"var(--vef-green-5, #45d174)",green6:"var(--vef-green-6, #22c55e)",green7:"var(--vef-green-7, #139e4b)",green8:"var(--vef-green-8, #087839)",green9:"var(--vef-green-9, #025227)",green10:"var(--vef-green-10, #002b16)",magenta1:"var(--vef-magenta-1, #fff0f6)",magenta2:"var(--vef-magenta-2, #ffd6e7)",magenta3:"var(--vef-magenta-3, #ffadd2)",magenta4:"var(--vef-magenta-4, #ff85c0)",magenta5:"var(--vef-magenta-5, #f759ab)",magenta6:"var(--vef-magenta-6, #eb2f96)",magenta7:"var(--vef-magenta-7, #c41d7f)",magenta8:"var(--vef-magenta-8, #9e1068)",magenta9:"var(--vef-magenta-9, #780650)",magenta10:"var(--vef-magenta-10, #520339)",pink1:"var(--vef-pink-1, #fff0f5)",pink2:"var(--vef-pink-2, #fff0f5)",pink3:"var(--vef-pink-3, #ffc9df)",pink4:"var(--vef-pink-4, #ffa1ca)",pink5:"var(--vef-pink-5, #fa75b3)",pink6:"var(--vef-pink-6, #ec4899)",pink7:"var(--vef-pink-7, #c73482)",pink8:"var(--vef-pink-8, #a1226a)",pink9:"var(--vef-pink-9, #7a1451)",pink10:"var(--vef-pink-10, #540d3a)",red1:"var(--vef-red-1, #fff2f0)",red2:"var(--vef-red-2, #ffedeb)",red3:"var(--vef-red-3, #ffc8c2)",red4:"var(--vef-red-4, #ffa099)",red5:"var(--vef-red-5, #fc746f)",red6:"var(--vef-red-6, #ef4444)",red7:"var(--vef-red-7, #c92e34)",red8:"var(--vef-red-8, #a31d26)",red9:"var(--vef-red-9, #7d101b)",red10:"var(--vef-red-10, #570a15)",orange1:"var(--vef-orange-1, #fff4e6)",orange2:"var(--vef-orange-2, #ffe0ba)",orange3:"var(--vef-orange-3, #ffca91)",orange4:"var(--vef-orange-4, #ffb169)",orange5:"var(--vef-orange-5, #ff9640)",orange6:"var(--vef-orange-6, #f97316)",orange7:"var(--vef-orange-7, #d45608)",orange8:"var(--vef-orange-8, #ad3d00)",orange9:"var(--vef-orange-9, #872b00)",orange10:"var(--vef-orange-10, #611b00)",yellow1:"var(--vef-yellow-1, #fffde6)",yellow2:"var(--vef-yellow-2, #fff5ab)",yellow3:"var(--vef-yellow-3, #ffec82)",yellow4:"var(--vef-yellow-4, #ffe159)",yellow5:"var(--vef-yellow-5, #f7cc2f)",yellow6:"var(--vef-yellow-6, #eab308)",yellow7:"var(--vef-yellow-7, #c48d00)",yellow8:"var(--vef-yellow-8, #9e6c00)",yellow9:"var(--vef-yellow-9, #784e00)",yellow10:"var(--vef-yellow-10, #523200)",volcano1:"var(--vef-volcano-1, #fff0f0)",volcano2:"var(--vef-volcano-2, #ffe6e6)",volcano3:"var(--vef-volcano-3, #ffbdc1)",volcano4:"var(--vef-volcano-4, #ff949f)",volcano5:"var(--vef-volcano-5, #ff6b7f)",volcano6:"var(--vef-volcano-6, #f43f5e)",volcano7:"var(--vef-volcano-7, #cf2b4c)",volcano8:"var(--vef-volcano-8, #a81b3c)",volcano9:"var(--vef-volcano-9, #820e2d)",volcano10:"var(--vef-volcano-10, #5c0922)",geekblue1:"var(--vef-geekblue-1, #f0f3ff)",geekblue2:"var(--vef-geekblue-2, #f0f2ff)",geekblue3:"var(--vef-geekblue-3, #e3e6ff)",geekblue4:"var(--vef-geekblue-4, #bac0ff)",geekblue5:"var(--vef-geekblue-5, #9197ff)",geekblue6:"var(--vef-geekblue-6, #6366f1)",geekblue7:"var(--vef-geekblue-7, #4c49cc)",geekblue8:"var(--vef-geekblue-8, #3933a6)",geekblue9:"var(--vef-geekblue-9, #292180)",geekblue10:"var(--vef-geekblue-10, #1e1659)",gold1:"var(--vef-gold-1, #fffdf0)",gold2:"var(--vef-gold-2, #fff7c7)",gold3:"var(--vef-gold-3, #ffed9e)",gold4:"var(--vef-gold-4, #ffe175)",gold5:"var(--vef-gold-5, #ffd24d)",gold6:"var(--vef-gold-6, #fbbf24)",gold7:"var(--vef-gold-7, #d49713)",gold8:"var(--vef-gold-8, #ad7307)",gold9:"var(--vef-gold-9, #875300)",gold10:"var(--vef-gold-10, #613900)",lime1:"var(--vef-lime-1, #faffe8)",lime2:"var(--vef-lime-2, #eeffbf)",lime3:"var(--vef-lime-3, #d4f28f)",lime4:"var(--vef-lime-4, #bae663)",lime5:"var(--vef-lime-5, #9fd93b)",lime6:"var(--vef-lime-6, #84cc16)",lime7:"var(--vef-lime-7, #62a60a)",lime8:"var(--vef-lime-8, #458001)",lime9:"var(--vef-lime-9, #2d5900)",lime10:"var(--vef-lime-10, #183300)",colorText:"var(--vef-color-text, rgb(23 23 23 / 88%))",colorTextSecondary:"var(--vef-color-text-secondary, rgb(23 23 23 / 65%))",colorTextTertiary:"var(--vef-color-text-tertiary, rgb(23 23 23 / 45%))",colorTextQuaternary:"var(--vef-color-text-quaternary, rgb(23 23 23 / 25%))",colorFill:"var(--vef-color-fill, rgb(23 23 23 / 15%))",colorFillSecondary:"var(--vef-color-fill-secondary, rgb(23 23 23 / 6%))",colorFillTertiary:"var(--vef-color-fill-tertiary, rgb(23 23 23 / 4%))",colorFillQuaternary:"var(--vef-color-fill-quaternary, rgb(23 23 23 / 2%))",colorBgLayout:"var(--vef-color-bg-layout, #f5f6fb)",colorBgContainer:"var(--vef-color-bg-container, #ffffff)",colorBgElevated:"var(--vef-color-bg-elevated, #ffffff)",colorBgSpotlight:"var(--vef-color-bg-spotlight, rgb(23 23 23 / 85%))",colorBgBlur:"var(--vef-color-bg-blur, transparent)",colorBorder:"var(--vef-color-border, #d9d9d9)",colorBorderSecondary:"var(--vef-color-border-secondary, #f0f0f0)",colorPrimaryBg:"var(--vef-color-primary-bg, #f0f8ff)",colorPrimaryBgHover:"var(--vef-color-primary-bg-hover, #e0f0ff)",colorPrimaryBorder:"var(--vef-color-primary-border, #b8daff)",colorPrimaryBorderHover:"var(--vef-color-primary-border-hover, #8fc1ff)",colorPrimaryHover:"var(--vef-color-primary-hover, #66a6ff)",colorPrimaryActive:"var(--vef-color-primary-active, #2762cf)",colorPrimaryTextHover:"var(--vef-color-primary-text-hover, #66a6ff)",colorPrimaryText:"var(--vef-color-primary-text, #3b82f6)",colorPrimaryTextActive:"var(--vef-color-primary-text-active, #2762cf)",colorSuccessBg:"var(--vef-color-success-bg, #f0fff3)",colorSuccessBgHover:"var(--vef-color-success-bg-hover, #c8f7d3)",colorSuccessBorder:"var(--vef-color-success-border, #98ebae)",colorSuccessBorderHover:"var(--vef-color-success-border-hover, #6dde8f)",colorSuccessHover:"var(--vef-color-success-hover, #6dde8f)",colorSuccessActive:"var(--vef-color-success-active, #139e4b)",colorSuccessTextHover:"var(--vef-color-success-text-hover, #45d174)",colorSuccessText:"var(--vef-color-success-text, #22c55e)",colorSuccessTextActive:"var(--vef-color-success-text-active, #139e4b)",colorErrorBg:"var(--vef-color-error-bg, #fff2f0)",colorErrorBgHover:"var(--vef-color-error-bg-hover, #ffedeb)",colorErrorBgActive:"var(--vef-color-error-bg-active, #ffc8c2)",colorErrorBorder:"var(--vef-color-error-border, #ffc8c2)",colorErrorBorderHover:"var(--vef-color-error-border-hover, #ffa099)",colorErrorHover:"var(--vef-color-error-hover, #fc746f)",colorErrorActive:"var(--vef-color-error-active, #c92e34)",colorErrorTextHover:"var(--vef-color-error-text-hover, #fc746f)",colorErrorText:"var(--vef-color-error-text, #ef4444)",colorErrorTextActive:"var(--vef-color-error-text-active, #c92e34)",colorWarningBg:"var(--vef-color-warning-bg, #fff4e6)",colorWarningBgHover:"var(--vef-color-warning-bg-hover, #ffe0ba)",colorWarningBorder:"var(--vef-color-warning-border, #ffca91)",colorWarningBorderHover:"var(--vef-color-warning-border-hover, #ffb169)",colorWarningHover:"var(--vef-color-warning-hover, #ffb169)",colorWarningActive:"var(--vef-color-warning-active, #d45608)",colorWarningTextHover:"var(--vef-color-warning-text-hover, #ff9640)",colorWarningText:"var(--vef-color-warning-text, #f97316)",colorWarningTextActive:"var(--vef-color-warning-text-active, #d45608)",colorInfoBg:"var(--vef-color-info-bg, #e6fbff)",colorInfoBgHover:"var(--vef-color-info-bg-hover, #b3f1ff)",colorInfoBorder:"var(--vef-color-info-border, #8ae6ff)",colorInfoBorderHover:"var(--vef-color-info-border-hover, #61d7ff)",colorInfoHover:"var(--vef-color-info-hover, #61d7ff)",colorInfoActive:"var(--vef-color-info-active, #027fc2)",colorInfoTextHover:"var(--vef-color-info-text-hover, #36bff5)",colorInfoText:"var(--vef-color-info-text, #0ea5e9)",colorInfoTextActive:"var(--vef-color-info-text-active, #027fc2)",colorLinkHover:"var(--vef-color-link-hover, #bac0ff)",colorLinkActive:"var(--vef-color-link-active, #4c49cc)",colorBgMask:"var(--vef-color-bg-mask, rgb(0 0 0 / 45%))",colorWhite:"var(--vef-color-white, #ffffff)",fontSizeXs:"0.75rem",fontSizeSm:"var(--vef-font-size-sm, 14px)",fontSizeLg:"var(--vef-font-size-lg, 18px)",fontSizeXl:"var(--vef-font-size-xl, 22px)",fontSizeHeading1:"var(--vef-font-size-heading-1, 42px)",fontSizeHeading2:"var(--vef-font-size-heading-2, 34px)",fontSizeHeading3:"var(--vef-font-size-heading-3, 28px)",fontSizeHeading4:"var(--vef-font-size-heading-4, 22px)",fontSizeHeading5:"var(--vef-font-size-heading-5, 18px)",lineHeight:"var(--vef-line-height, 1.5)",lineHeightLg:"var(--vef-line-height-lg, 1.4444444444444444)",lineHeightSm:"var(--vef-line-height-sm, 1.5714285714285714)",fontHeight:"var(--vef-font-height, 24px)",fontHeightLg:"var(--vef-font-height-lg, 26px)",fontHeightSm:"var(--vef-font-height-sm, 22px)",lineHeightHeading1:"var(--vef-line-height-heading-1, 1.1904761904761905)",lineHeightHeading2:"var(--vef-line-height-heading-2, 1.2352941176470589)",lineHeightHeading3:"var(--vef-line-height-heading-3, 1.2857142857142858)",lineHeightHeading4:"var(--vef-line-height-heading-4, 1.3636363636363635)",lineHeightHeading5:"var(--vef-line-height-heading-5, 1.4444444444444444)",controlHeightSm:"var(--vef-control-height-sm, 27px)",controlHeightXs:"var(--vef-control-height-xs, 18px)",controlHeightLg:"var(--vef-control-height-lg, 45px)",motionDurationFast:"var(--vef-motion-duration-fast, 0.1s)",motionDurationMid:"var(--vef-motion-duration-mid, 0.2s)",motionDurationSlow:"var(--vef-motion-duration-slow, 0.3s)",lineWidthBold:"var(--vef-line-width-bold, 2px)",borderRadiusXs:"var(--vef-border-radius-xs, 2px)",borderRadiusSm:"var(--vef-border-radius-sm, 4px)",borderRadiusLg:"var(--vef-border-radius-lg, 8px)",borderRadiusOuter:"var(--vef-border-radius-outer, 4px)",colorFillContent:"var(--vef-color-fill-content, rgb(23 23 23 / 6%))",colorFillContentHover:"var(--vef-color-fill-content-hover, rgb(23 23 23 / 15%))",colorFillAlter:"var(--vef-color-fill-alter, rgb(23 23 23 / 2%))",colorBgContainerDisabled:"var(--vef-color-bg-container-disabled, rgb(23 23 23 / 4%))",colorBorderBg:"var(--vef-color-border-bg, #ffffff)",colorSplit:"var(--vef-color-split, rgb(5 5 5 / 6%))",colorTextPlaceholder:"var(--vef-color-text-placeholder, rgb(23 23 23 / 25%))",colorTextDisabled:"var(--vef-color-text-disabled, rgb(23 23 23 / 25%))",colorTextHeading:"var(--vef-color-text-heading, rgb(23 23 23 / 88%))",colorTextLabel:"var(--vef-color-text-label, rgb(23 23 23 / 65%))",colorTextDescription:"var(--vef-color-text-description, rgb(23 23 23 / 45%))",colorTextLightSolid:"var(--vef-color-text-light-solid, #ffffff)",colorHighlight:"var(--vef-color-highlight, #ef4444)",colorBgTextHover:"var(--vef-color-bg-text-hover, rgb(23 23 23 / 6%))",colorBgTextActive:"var(--vef-color-bg-text-active, rgb(23 23 23 / 15%))",colorIcon:"var(--vef-color-icon, rgb(23 23 23 / 45%))",colorIconHover:"var(--vef-color-icon-hover, rgb(23 23 23 / 88%))",colorErrorOutline:"var(--vef-color-error-outline, rgb(255 38 5 / 6%))",colorWarningOutline:"var(--vef-color-warning-outline, rgb(255 145 5 / 10%))",fontSizeIcon:"var(--vef-font-size-icon, 14px)",lineWidthFocus:"var(--vef-line-width-focus, 4px)",controlOutlineWidth:"var(--vef-control-outline-width, 2px)",controlInteractiveSize:"var(--vef-control-interactive-size, 18px)",controlItemBgHover:"var(--vef-control-item-bg-hover, rgb(23 23 23 / 4%))",controlItemBgActive:"var(--vef-control-item-bg-active, #f0f8ff)",controlItemBgActiveHover:"var(--vef-control-item-bg-active-hover, #e0f0ff)",controlItemBgActiveDisabled:"var(--vef-control-item-bg-active-disabled, rgb(23 23 23 / 15%))",controlTmpOutline:"var(--vef-control-tmp-outline, rgb(23 23 23 / 2%))",controlOutline:"var(--vef-control-outline, rgb(5 138 255 / 6%))",fontWeightStrong:"var(--vef-font-weight-strong, 600)",opacityLoading:"var(--vef-opacity-loading, 0.65)",linkDecoration:"var(--vef-link-decoration, none)",linkHoverDecoration:"var(--vef-link-hover-decoration, none)",linkFocusDecoration:"var(--vef-link-focus-decoration, none)",controlPaddingHorizontal:"var(--vef-control-padding-horizontal, 12px)",controlPaddingHorizontalSm:"var(--vef-control-padding-horizontal-sm, 8px)",paddingXxs:"var(--vef-padding-xxs, 4px)",paddingXs:"var(--vef-padding-xs, 8px)",paddingSm:"var(--vef-padding-sm, 12px)",padding:"var(--vef-padding, 16px)",paddingMd:"var(--vef-padding-md, 20px)",paddingLg:"var(--vef-padding-lg, 24px)",paddingXl:"var(--vef-padding-xl, 32px)",paddingContentHorizontalLg:"var(--vef-padding-content-horizontal-lg, 24px)",paddingContentVerticalLg:"var(--vef-padding-content-vertical-lg, 16px)",paddingContentHorizontal:"var(--vef-padding-content-horizontal, 16px)",paddingContentVertical:"var(--vef-padding-content-vertical, 12px)",paddingContentHorizontalSm:"var(--vef-padding-content-horizontal-sm, 16px)",paddingContentVerticalSm:"var(--vef-padding-content-vertical-sm, 8px)",marginXxs:"var(--vef-margin-xxs, 4px)",marginXs:"var(--vef-margin-xs, 8px)",marginSm:"var(--vef-margin-sm, 12px)",margin:"var(--vef-margin, 16px)",marginMd:"var(--vef-margin-md, 20px)",marginLg:"var(--vef-margin-lg, 24px)",marginXl:"var(--vef-margin-xl, 32px)",marginXxl:"var(--vef-margin-xxl, 48px)",boxShadow:"var(--vef-box-shadow, 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%))",boxShadowSecondary:"var(--vef-box-shadow-secondary, 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%))",boxShadowTertiary:"var(--vef-box-shadow-tertiary, 0 1px 2px 0 rgb(0 0 0 / 3%), 0 1px 6px -1px rgb(0 0 0 / 2%), 0 2px 4px 0 rgb(0 0 0 / 2%))",boxShadowPopoverArrow:"var(--vef-box-shadow-popover-arrow, 2px 2px 5px rgb(0 0 0 / 5%))",boxShadowCard:"var(--vef-box-shadow-card, 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%))",boxShadowDrawerRight:"var(--vef-box-shadow-drawer-right, -6px 0 16px 0 rgb(0 0 0 / 8%), -3px 0 6px -4px rgb(0 0 0 / 12%), -9px 0 28px 8px rgb(0 0 0 / 5%))",boxShadowDrawerLeft:"var(--vef-box-shadow-drawer-left, 6px 0 16px 0 rgb(0 0 0 / 8%), 3px 0 6px -4px rgb(0 0 0 / 12%), 9px 0 28px 8px rgb(0 0 0 / 5%))",boxShadowDrawerUp:"var(--vef-box-shadow-drawer-up, 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%))",boxShadowDrawerDown:"var(--vef-box-shadow-drawer-down, 0 -6px 16px 0 rgb(0 0 0 / 8%), 0 -3px 6px -4px rgb(0 0 0 / 12%), 0 -9px 28px 8px rgb(0 0 0 / 5%))",boxShadowTabsOverflowLeft:"var(--vef-box-shadow-tabs-overflow-left, inset 10px 0 8px -8px rgb(0 0 0 / 8%))",boxShadowTabsOverflowRight:"var(--vef-box-shadow-tabs-overflow-right, inset -10px 0 8px -8px rgb(0 0 0 / 8%))",boxShadowTabsOverflowTop:"var(--vef-box-shadow-tabs-overflow-top, inset 0 10px 8px -8px rgb(0 0 0 / 8%))",boxShadowTabsOverflowBottom:"var(--vef-box-shadow-tabs-overflow-bottom, inset 0 -10px 8px -8px rgb(0 0 0 / 8%))",boxShadowElevated:"0 0 1px rgb(0 0 0 / 30%), 0 4px 14px rgb(0 0 0 / 10%)"};export{e as themeVariables};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|