@vef-framework/shared 1.0.128 → 1.0.129

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/cjs/color.cjs +1 -10
  2. package/cjs/constants.cjs +1 -38
  3. package/cjs/context.cjs +1 -35
  4. package/cjs/dom.cjs +1 -22
  5. package/cjs/error.cjs +1 -29
  6. package/cjs/event.cjs +1 -10
  7. package/cjs/expression.cjs +1 -26
  8. package/cjs/function.cjs +1 -15
  9. package/cjs/icons.cjs +1 -135
  10. package/cjs/id.cjs +1 -13
  11. package/cjs/index.cjs +1 -319
  12. package/cjs/json.cjs +1 -17
  13. package/cjs/message.cjs +1 -302
  14. package/cjs/module.cjs +1 -13
  15. package/cjs/path.cjs +1 -39
  16. package/cjs/pinyin.cjs +1 -32
  17. package/cjs/security.cjs +1 -26
  18. package/cjs/store.cjs +1 -103
  19. package/cjs/styles.cjs +1 -54
  20. package/cjs/temporal.cjs +1 -26
  21. package/cjs/theme-variables.cjs +1 -353
  22. package/cjs/types.cjs +0 -2
  23. package/cjs/utils.cjs +1 -322
  24. package/cjs/validation.cjs +1 -188
  25. package/cjs/yaml.cjs +1 -10
  26. package/cjs/zod.cjs +1 -26
  27. package/esm/color.js +1 -8
  28. package/esm/constants.js +1 -30
  29. package/esm/context.js +1 -33
  30. package/esm/dom.js +1 -20
  31. package/esm/error.js +1 -27
  32. package/esm/event.js +1 -8
  33. package/esm/expression.js +1 -22
  34. package/esm/function.js +1 -13
  35. package/esm/icons.js +1 -128
  36. package/esm/id.js +1 -11
  37. package/esm/index.js +1 -32
  38. package/esm/json.js +1 -15
  39. package/esm/message.js +1 -281
  40. package/esm/module.js +1 -11
  41. package/esm/path.js +1 -32
  42. package/esm/pinyin.js +1 -29
  43. package/esm/security.js +1 -23
  44. package/esm/store.js +1 -98
  45. package/esm/styles.js +1 -50
  46. package/esm/temporal.js +1 -22
  47. package/esm/theme-variables.js +1 -351
  48. package/esm/utils.js +1 -110
  49. package/esm/validation.js +1 -150
  50. package/esm/yaml.js +1 -8
  51. package/esm/zod.js +1 -21
  52. package/package.json +1 -1
@@ -1,354 +1,2 @@
1
1
  "use strict";
2
- 'use strict';
3
-
4
- "use strict";
5
- const themeVariables = {
6
- colorChart1: "hsl(221.2 83.2% 53.3%)",
7
- colorChart2: "hsl(216 92% 60%)",
8
- colorChart3: "hsl(212 95% 68%)",
9
- colorChart4: "hsl(210 98% 78%)",
10
- colorChart5: "hsl(212 97% 87%)",
11
- blue: "var(--vef-blue)",
12
- purple: "var(--vef-purple)",
13
- cyan: "var(--vef-cyan)",
14
- green: "var(--vef-green)",
15
- magenta: "var(--vef-magenta)",
16
- pink: "var(--vef-pink)",
17
- red: "var(--vef-red)",
18
- orange: "var(--vef-orange)",
19
- yellow: "var(--vef-yellow)",
20
- volcano: "var(--vef-volcano)",
21
- geekblue: "var(--vef-geekblue)",
22
- gold: "var(--vef-gold)",
23
- lime: "var(--vef-lime)",
24
- colorPrimary: "var(--vef-color-primary)",
25
- colorSuccess: "var(--vef-color-success)",
26
- colorWarning: "var(--vef-color-warning)",
27
- colorError: "var(--vef-color-error)",
28
- colorInfo: "var(--vef-color-info)",
29
- colorLink: "var(--vef-color-link)",
30
- colorTextBase: "var(--vef-color-text-base)",
31
- colorBgBase: "var(--vef-color-bg-base)",
32
- fontFamily: "var(--vef-font-family)",
33
- fontFamilyCode: "var(--vef-font-family-code)",
34
- fontSize: "var(--vef-font-size)",
35
- lineWidth: "var(--vef-line-width)",
36
- lineType: "var(--vef-line-type)",
37
- motionEaseOutCirc: "var(--vef-motion-ease-out-circ)",
38
- motionEaseInOutCirc: "var(--vef-motion-ease-in-out-circ)",
39
- motionEaseOut: "var(--vef-motion-ease-out)",
40
- motionEaseInOut: "var(--vef-motion-ease-in-out)",
41
- motionEaseOutBack: "var(--vef-motion-ease-out-back)",
42
- motionEaseInBack: "var(--vef-motion-ease-in-back)",
43
- motionEaseInQuint: "var(--vef-motion-ease-in-quint)",
44
- motionEaseOutQuint: "var(--vef-motion-ease-out-quint)",
45
- borderRadius: "var(--vef-border-radius)",
46
- sizePopupArrow: "var(--vef-size-popup-arrow)",
47
- controlHeight: "var(--vef-control-height)",
48
- zIndexBase: "var(--vef-z-index-base)",
49
- zIndexPopupBase: "var(--vef-z-index-popup-base)",
50
- opacityImage: "var(--vef-opacity-image)",
51
- colorBgLayout: "var(--vef-color-bg-layout)",
52
- colorBgSpotlight: "var(--vef-color-bg-spotlight)",
53
- blue1: "var(--vef-blue-1)",
54
- blue2: "var(--vef-blue-2)",
55
- blue3: "var(--vef-blue-3)",
56
- blue4: "var(--vef-blue-4)",
57
- blue5: "var(--vef-blue-5)",
58
- blue6: "var(--vef-blue-6)",
59
- blue7: "var(--vef-blue-7)",
60
- blue8: "var(--vef-blue-8)",
61
- blue9: "var(--vef-blue-9)",
62
- blue10: "var(--vef-blue-10)",
63
- purple1: "var(--vef-purple-1)",
64
- purple2: "var(--vef-purple-2)",
65
- purple3: "var(--vef-purple-3)",
66
- purple4: "var(--vef-purple-4)",
67
- purple5: "var(--vef-purple-5)",
68
- purple6: "var(--vef-purple-6)",
69
- purple7: "var(--vef-purple-7)",
70
- purple8: "var(--vef-purple-8)",
71
- purple9: "var(--vef-purple-9)",
72
- purple10: "var(--vef-purple-10)",
73
- cyan1: "var(--vef-cyan-1)",
74
- cyan2: "var(--vef-cyan-2)",
75
- cyan3: "var(--vef-cyan-3)",
76
- cyan4: "var(--vef-cyan-4)",
77
- cyan5: "var(--vef-cyan-5)",
78
- cyan6: "var(--vef-cyan-6)",
79
- cyan7: "var(--vef-cyan-7)",
80
- cyan8: "var(--vef-cyan-8)",
81
- cyan9: "var(--vef-cyan-9)",
82
- cyan10: "var(--vef-cyan-10)",
83
- green1: "var(--vef-green-1)",
84
- green2: "var(--vef-green-2)",
85
- green3: "var(--vef-green-3)",
86
- green4: "var(--vef-green-4)",
87
- green5: "var(--vef-green-5)",
88
- green6: "var(--vef-green-6)",
89
- green7: "var(--vef-green-7)",
90
- green8: "var(--vef-green-8)",
91
- green9: "var(--vef-green-9)",
92
- green10: "var(--vef-green-10)",
93
- magenta1: "var(--vef-magenta-1)",
94
- magenta2: "var(--vef-magenta-2)",
95
- magenta3: "var(--vef-magenta-3)",
96
- magenta4: "var(--vef-magenta-4)",
97
- magenta5: "var(--vef-magenta-5)",
98
- magenta6: "var(--vef-magenta-6)",
99
- magenta7: "var(--vef-magenta-7)",
100
- magenta8: "var(--vef-magenta-8)",
101
- magenta9: "var(--vef-magenta-9)",
102
- magenta10: "var(--vef-magenta-10)",
103
- pink1: "var(--vef-pink-1)",
104
- pink2: "var(--vef-pink-2)",
105
- pink3: "var(--vef-pink-3)",
106
- pink4: "var(--vef-pink-4)",
107
- pink5: "var(--vef-pink-5)",
108
- pink6: "var(--vef-pink-6)",
109
- pink7: "var(--vef-pink-7)",
110
- pink8: "var(--vef-pink-8)",
111
- pink9: "var(--vef-pink-9)",
112
- pink10: "var(--vef-pink-10)",
113
- red1: "var(--vef-red-1)",
114
- red2: "var(--vef-red-2)",
115
- red3: "var(--vef-red-3)",
116
- red4: "var(--vef-red-4)",
117
- red5: "var(--vef-red-5)",
118
- red6: "var(--vef-red-6)",
119
- red7: "var(--vef-red-7)",
120
- red8: "var(--vef-red-8)",
121
- red9: "var(--vef-red-9)",
122
- red10: "var(--vef-red-10)",
123
- orange1: "var(--vef-orange-1)",
124
- orange2: "var(--vef-orange-2)",
125
- orange3: "var(--vef-orange-3)",
126
- orange4: "var(--vef-orange-4)",
127
- orange5: "var(--vef-orange-5)",
128
- orange6: "var(--vef-orange-6)",
129
- orange7: "var(--vef-orange-7)",
130
- orange8: "var(--vef-orange-8)",
131
- orange9: "var(--vef-orange-9)",
132
- orange10: "var(--vef-orange-10)",
133
- yellow1: "var(--vef-yellow-1)",
134
- yellow2: "var(--vef-yellow-2)",
135
- yellow3: "var(--vef-yellow-3)",
136
- yellow4: "var(--vef-yellow-4)",
137
- yellow5: "var(--vef-yellow-5)",
138
- yellow6: "var(--vef-yellow-6)",
139
- yellow7: "var(--vef-yellow-7)",
140
- yellow8: "var(--vef-yellow-8)",
141
- yellow9: "var(--vef-yellow-9)",
142
- yellow10: "var(--vef-yellow-10)",
143
- volcano1: "var(--vef-volcano-1)",
144
- volcano2: "var(--vef-volcano-2)",
145
- volcano3: "var(--vef-volcano-3)",
146
- volcano4: "var(--vef-volcano-4)",
147
- volcano5: "var(--vef-volcano-5)",
148
- volcano6: "var(--vef-volcano-6)",
149
- volcano7: "var(--vef-volcano-7)",
150
- volcano8: "var(--vef-volcano-8)",
151
- volcano9: "var(--vef-volcano-9)",
152
- volcano10: "var(--vef-volcano-10)",
153
- geekblue1: "var(--vef-geekblue-1)",
154
- geekblue2: "var(--vef-geekblue-2)",
155
- geekblue3: "var(--vef-geekblue-3)",
156
- geekblue4: "var(--vef-geekblue-4)",
157
- geekblue5: "var(--vef-geekblue-5)",
158
- geekblue6: "var(--vef-geekblue-6)",
159
- geekblue7: "var(--vef-geekblue-7)",
160
- geekblue8: "var(--vef-geekblue-8)",
161
- geekblue9: "var(--vef-geekblue-9)",
162
- geekblue10: "var(--vef-geekblue-10)",
163
- gold1: "var(--vef-gold-1)",
164
- gold2: "var(--vef-gold-2)",
165
- gold3: "var(--vef-gold-3)",
166
- gold4: "var(--vef-gold-4)",
167
- gold5: "var(--vef-gold-5)",
168
- gold6: "var(--vef-gold-6)",
169
- gold7: "var(--vef-gold-7)",
170
- gold8: "var(--vef-gold-8)",
171
- gold9: "var(--vef-gold-9)",
172
- gold10: "var(--vef-gold-10)",
173
- lime1: "var(--vef-lime-1)",
174
- lime2: "var(--vef-lime-2)",
175
- lime3: "var(--vef-lime-3)",
176
- lime4: "var(--vef-lime-4)",
177
- lime5: "var(--vef-lime-5)",
178
- lime6: "var(--vef-lime-6)",
179
- lime7: "var(--vef-lime-7)",
180
- lime8: "var(--vef-lime-8)",
181
- lime9: "var(--vef-lime-9)",
182
- lime10: "var(--vef-lime-10)",
183
- colorText: "var(--vef-color-text)",
184
- colorTextSecondary: "var(--vef-color-text-secondary)",
185
- colorTextTertiary: "var(--vef-color-text-tertiary)",
186
- colorTextQuaternary: "var(--vef-color-text-quaternary)",
187
- colorTextSlate: "#64748b",
188
- colorFill: "var(--vef-color-fill)",
189
- colorFillSecondary: "var(--vef-color-fill-secondary)",
190
- colorFillTertiary: "var(--vef-color-fill-tertiary)",
191
- colorFillQuaternary: "var(--vef-color-fill-quaternary)",
192
- colorBgSolid: "var(--vef-color-bg-solid)",
193
- colorBgSolidHover: "var(--vef-color-bg-solid-hover)",
194
- colorBgSolidActive: "var(--vef-color-bg-solid-active)",
195
- colorBgContainer: "var(--vef-color-bg-container)",
196
- colorBgElevated: "var(--vef-color-bg-elevated)",
197
- colorBgBlur: "var(--vef-color-bg-blur)",
198
- colorBorder: "var(--vef-color-border)",
199
- colorBorderSecondary: "var(--vef-color-border-secondary)",
200
- colorPrimaryBg: "var(--vef-color-primary-bg)",
201
- colorPrimaryBgHover: "var(--vef-color-primary-bg-hover)",
202
- colorPrimaryBorder: "var(--vef-color-primary-border)",
203
- colorPrimaryBorderHover: "var(--vef-color-primary-border-hover)",
204
- colorPrimaryHover: "var(--vef-color-primary-hover)",
205
- colorPrimaryActive: "var(--vef-color-primary-active)",
206
- colorPrimaryTextHover: "var(--vef-color-primary-text-hover)",
207
- colorPrimaryText: "var(--vef-color-primary-text)",
208
- colorPrimaryTextActive: "var(--vef-color-primary-text-active)",
209
- colorSuccessBg: "var(--vef-color-success-bg)",
210
- colorSuccessBgHover: "var(--vef-color-success-bg-hover)",
211
- colorSuccessBorder: "var(--vef-color-success-border)",
212
- colorSuccessBorderHover: "var(--vef-color-success-border-hover)",
213
- colorSuccessHover: "var(--vef-color-success-hover)",
214
- colorSuccessActive: "var(--vef-color-success-active)",
215
- colorSuccessTextHover: "var(--vef-color-success-text-hover)",
216
- colorSuccessText: "var(--vef-color-success-text)",
217
- colorSuccessTextActive: "var(--vef-color-success-text-active)",
218
- colorErrorBg: "var(--vef-color-error-bg)",
219
- colorErrorBgHover: "var(--vef-color-error-bg-hover)",
220
- colorErrorBgFilledHover: "var(--vef-color-error-bg-filled-hover)",
221
- colorErrorBgActive: "var(--vef-color-error-bg-active)",
222
- colorErrorBorder: "var(--vef-color-error-border)",
223
- colorErrorBorderHover: "var(--vef-color-error-border-hover)",
224
- colorErrorHover: "var(--vef-color-error-hover)",
225
- colorErrorActive: "var(--vef-color-error-active)",
226
- colorErrorTextHover: "var(--vef-color-error-text-hover)",
227
- colorErrorText: "var(--vef-color-error-text)",
228
- colorErrorTextActive: "var(--vef-color-error-text-active)",
229
- colorWarningBg: "var(--vef-color-warning-bg)",
230
- colorWarningBgHover: "var(--vef-color-warning-bg-hover)",
231
- colorWarningBorder: "var(--vef-color-warning-border)",
232
- colorWarningBorderHover: "var(--vef-color-warning-border-hover)",
233
- colorWarningHover: "var(--vef-color-warning-hover)",
234
- colorWarningActive: "var(--vef-color-warning-active)",
235
- colorWarningTextHover: "var(--vef-color-warning-text-hover)",
236
- colorWarningText: "var(--vef-color-warning-text)",
237
- colorWarningTextActive: "var(--vef-color-warning-text-active)",
238
- colorInfoBg: "var(--vef-color-info-bg)",
239
- colorInfoBgHover: "var(--vef-color-info-bg-hover)",
240
- colorInfoBorder: "var(--vef-color-info-border)",
241
- colorInfoBorderHover: "var(--vef-color-info-border-hover)",
242
- colorInfoHover: "var(--vef-color-info-hover)",
243
- colorInfoActive: "var(--vef-color-info-active)",
244
- colorInfoTextHover: "var(--vef-color-info-text-hover)",
245
- colorInfoText: "var(--vef-color-info-text)",
246
- colorInfoTextActive: "var(--vef-color-info-text-active)",
247
- colorLinkHover: "var(--vef-color-link-hover)",
248
- colorLinkActive: "var(--vef-color-link-active)",
249
- colorBgMask: "var(--vef-color-bg-mask)",
250
- colorWhite: "var(--vef-color-white)",
251
- fontSizeSm: "var(--vef-font-size-sm)",
252
- fontSizeLg: "var(--vef-font-size-lg)",
253
- fontSizeXl: "var(--vef-font-size-xl)",
254
- fontSizeHeading1: "var(--vef-font-size-heading-1)",
255
- fontSizeHeading2: "var(--vef-font-size-heading-2)",
256
- fontSizeHeading3: "var(--vef-font-size-heading-3)",
257
- fontSizeHeading4: "var(--vef-font-size-heading-4)",
258
- fontSizeHeading5: "var(--vef-font-size-heading-5)",
259
- lineHeight: "var(--vef-line-height)",
260
- lineHeightLg: "var(--vef-line-height-lg)",
261
- lineHeightSm: "var(--vef-line-height-sm)",
262
- fontHeight: "var(--vef-font-height)",
263
- fontHeightLg: "var(--vef-font-height-lg)",
264
- fontHeightSm: "var(--vef-font-height-sm)",
265
- lineHeightHeading1: "var(--vef-line-height-heading-1)",
266
- lineHeightHeading2: "var(--vef-line-height-heading-2)",
267
- lineHeightHeading3: "var(--vef-line-height-heading-3)",
268
- lineHeightHeading4: "var(--vef-line-height-heading-4)",
269
- lineHeightHeading5: "var(--vef-line-height-heading-5)",
270
- controlHeightSm: "var(--vef-control-height-sm)",
271
- controlHeightXs: "var(--vef-control-height-xs)",
272
- controlHeightLg: "var(--vef-control-height-lg)",
273
- motionDurationFast: "var(--vef-motion-duration-fast)",
274
- motionDurationMid: "var(--vef-motion-duration-mid)",
275
- motionDurationSlow: "var(--vef-motion-duration-slow)",
276
- lineWidthBold: "var(--vef-line-width-bold)",
277
- borderRadiusXs: "var(--vef-border-radius-xs)",
278
- borderRadiusSm: "var(--vef-border-radius-sm)",
279
- borderRadiusLg: "var(--vef-border-radius-lg)",
280
- borderRadiusOuter: "var(--vef-border-radius-outer)",
281
- colorFillContent: "var(--vef-color-fill-content)",
282
- colorFillContentHover: "var(--vef-color-fill-content-hover)",
283
- colorFillAlt: "var(--vef-color-fill-alter)",
284
- colorBgContainerDisabled: "var(--vef-color-bg-container-disabled)",
285
- colorBorderBg: "var(--vef-color-border-bg)",
286
- colorSplit: "var(--vef-color-split)",
287
- colorTextPlaceholder: "var(--vef-color-text-placeholder)",
288
- colorTextDisabled: "var(--vef-color-text-disabled)",
289
- colorTextHeading: "var(--vef-color-text-heading)",
290
- colorTextLabel: "var(--vef-color-text-label)",
291
- colorTextDescription: "var(--vef-color-text-description)",
292
- colorTextLightSolid: "var(--vef-color-text-light-solid)",
293
- colorHighlight: "var(--vef-color-highlight)",
294
- colorBgTextHover: "var(--vef-color-bg-text-hover)",
295
- colorBgTextActive: "var(--vef-color-bg-text-active)",
296
- colorIcon: "var(--vef-color-icon)",
297
- colorIconHover: "var(--vef-color-icon-hover)",
298
- colorErrorOutline: "var(--vef-color-error-outline)",
299
- colorWarningOutline: "var(--vef-color-warning-outline)",
300
- fontSizeIcon: "var(--vef-font-size-icon)",
301
- lineWidthFocus: "var(--vef-line-width-focus)",
302
- controlOutlineWidth: "var(--vef-control-outline-width)",
303
- controlInteractiveSize: "var(--vef-control-interactive-size)",
304
- controlItemBgHover: "var(--vef-control-item-bg-hover)",
305
- controlItemBgActive: "var(--vef-control-item-bg-active)",
306
- controlItemBgActiveHover: "var(--vef-control-item-bg-active-hover)",
307
- controlItemBgActiveDisabled: "var(--vef-control-item-bg-active-disabled)",
308
- controlTmpOutline: "var(--vef-control-tmp-outline)",
309
- controlOutline: "var(--vef-control-outline)",
310
- fontWeightStrong: "var(--vef-font-weight-strong)",
311
- opacityLoading: "var(--vef-opacity-loading)",
312
- linkDecoration: "var(--vef-link-decoration)",
313
- linkHoverDecoration: "var(--vef-link-hover-decoration)",
314
- linkFocusDecoration: "var(--vef-link-focus-decoration)",
315
- controlPaddingHorizontal: "var(--vef-control-padding-horizontal)",
316
- controlPaddingHorizontalSm: "var(--vef-control-padding-horizontal-sm)",
317
- paddingXxs: "var(--vef-padding-xxs)",
318
- paddingXs: "var(--vef-padding-xs)",
319
- paddingSm: "var(--vef-padding-sm)",
320
- padding: "var(--vef-padding)",
321
- paddingMd: "var(--vef-padding-md)",
322
- paddingLg: "var(--vef-padding-lg)",
323
- paddingXl: "var(--vef-padding-xl)",
324
- paddingContentHorizontalLg: "var(--vef-padding-content-horizontal-lg)",
325
- paddingContentVerticalLg: "var(--vef-padding-content-vertical-lg)",
326
- paddingContentHorizontal: "var(--vef-padding-content-horizontal)",
327
- paddingContentVertical: "var(--vef-padding-content-vertical)",
328
- paddingContentHorizontalSm: "var(--vef-padding-content-horizontal-sm)",
329
- paddingContentVerticalSm: "var(--vef-padding-content-vertical-sm)",
330
- marginXxs: "var(--vef-margin-xxs)",
331
- marginXs: "var(--vef-margin-xs)",
332
- marginSm: "var(--vef-margin-sm)",
333
- margin: "var(--vef-margin)",
334
- marginMd: "var(--vef-margin-md)",
335
- marginLg: "var(--vef-margin-lg)",
336
- marginXl: "var(--vef-margin-xl)",
337
- marginXxl: "var(--vef-margin-xxl)",
338
- boxShadow: "var(--vef-box-shadow)",
339
- boxShadowSecondary: "var(--vef-box-shadow-secondary)",
340
- boxShadowTertiary: "var(--vef-box-shadow-tertiary)",
341
- boxShadowPopoverArrow: "var(--vef-box-shadow-popover-arrow)",
342
- boxShadowCard: "var(--vef-box-shadow-card)",
343
- boxShadowDrawerRight: "var(--vef-box-shadow-drawer-right)",
344
- boxShadowDrawerLeft: "var(--vef-box-shadow-drawer-left)",
345
- boxShadowDrawerUp: "var(--vef-box-shadow-drawer-up)",
346
- boxShadowDrawerDown: "var(--vef-box-shadow-drawer-down)",
347
- boxShadowTabsOverflowLeft: "var(--vef-box-shadow-tabs-overflow-left)",
348
- boxShadowTabsOverflowRight: "var(--vef-box-shadow-tabs-overflow-right)",
349
- boxShadowTabsOverflowTop: "var(--vef-box-shadow-tabs-overflow-top)",
350
- boxShadowTabsOverflowBottom: "var(--vef-box-shadow-tabs-overflow-bottom)",
351
- boxShadowElevated: "0 0 1px rgb(0 0 0 / 30%), 0 4px 14px rgb(0 0 0 / 10%)"
352
- };
353
-
354
- exports.themeVariables = themeVariables;
2
+ "use strict";const e={colorChart1:"hsl(221.2 83.2% 53.3%)",colorChart2:"hsl(216 92% 60%)",colorChart3:"hsl(212 95% 68%)",colorChart4:"hsl(210 98% 78%)",colorChart5:"hsl(212 97% 87%)",blue:"var(--vef-blue)",purple:"var(--vef-purple)",cyan:"var(--vef-cyan)",green:"var(--vef-green)",magenta:"var(--vef-magenta)",pink:"var(--vef-pink)",red:"var(--vef-red)",orange:"var(--vef-orange)",yellow:"var(--vef-yellow)",volcano:"var(--vef-volcano)",geekblue:"var(--vef-geekblue)",gold:"var(--vef-gold)",lime:"var(--vef-lime)",colorPrimary:"var(--vef-color-primary)",colorSuccess:"var(--vef-color-success)",colorWarning:"var(--vef-color-warning)",colorError:"var(--vef-color-error)",colorInfo:"var(--vef-color-info)",colorLink:"var(--vef-color-link)",colorTextBase:"var(--vef-color-text-base)",colorBgBase:"var(--vef-color-bg-base)",fontFamily:"var(--vef-font-family)",fontFamilyCode:"var(--vef-font-family-code)",fontSize:"var(--vef-font-size)",lineWidth:"var(--vef-line-width)",lineType:"var(--vef-line-type)",motionEaseOutCirc:"var(--vef-motion-ease-out-circ)",motionEaseInOutCirc:"var(--vef-motion-ease-in-out-circ)",motionEaseOut:"var(--vef-motion-ease-out)",motionEaseInOut:"var(--vef-motion-ease-in-out)",motionEaseOutBack:"var(--vef-motion-ease-out-back)",motionEaseInBack:"var(--vef-motion-ease-in-back)",motionEaseInQuint:"var(--vef-motion-ease-in-quint)",motionEaseOutQuint:"var(--vef-motion-ease-out-quint)",borderRadius:"var(--vef-border-radius)",sizePopupArrow:"var(--vef-size-popup-arrow)",controlHeight:"var(--vef-control-height)",zIndexBase:"var(--vef-z-index-base)",zIndexPopupBase:"var(--vef-z-index-popup-base)",opacityImage:"var(--vef-opacity-image)",colorBgLayout:"var(--vef-color-bg-layout)",colorBgSpotlight:"var(--vef-color-bg-spotlight)",blue1:"var(--vef-blue-1)",blue2:"var(--vef-blue-2)",blue3:"var(--vef-blue-3)",blue4:"var(--vef-blue-4)",blue5:"var(--vef-blue-5)",blue6:"var(--vef-blue-6)",blue7:"var(--vef-blue-7)",blue8:"var(--vef-blue-8)",blue9:"var(--vef-blue-9)",blue10:"var(--vef-blue-10)",purple1:"var(--vef-purple-1)",purple2:"var(--vef-purple-2)",purple3:"var(--vef-purple-3)",purple4:"var(--vef-purple-4)",purple5:"var(--vef-purple-5)",purple6:"var(--vef-purple-6)",purple7:"var(--vef-purple-7)",purple8:"var(--vef-purple-8)",purple9:"var(--vef-purple-9)",purple10:"var(--vef-purple-10)",cyan1:"var(--vef-cyan-1)",cyan2:"var(--vef-cyan-2)",cyan3:"var(--vef-cyan-3)",cyan4:"var(--vef-cyan-4)",cyan5:"var(--vef-cyan-5)",cyan6:"var(--vef-cyan-6)",cyan7:"var(--vef-cyan-7)",cyan8:"var(--vef-cyan-8)",cyan9:"var(--vef-cyan-9)",cyan10:"var(--vef-cyan-10)",green1:"var(--vef-green-1)",green2:"var(--vef-green-2)",green3:"var(--vef-green-3)",green4:"var(--vef-green-4)",green5:"var(--vef-green-5)",green6:"var(--vef-green-6)",green7:"var(--vef-green-7)",green8:"var(--vef-green-8)",green9:"var(--vef-green-9)",green10:"var(--vef-green-10)",magenta1:"var(--vef-magenta-1)",magenta2:"var(--vef-magenta-2)",magenta3:"var(--vef-magenta-3)",magenta4:"var(--vef-magenta-4)",magenta5:"var(--vef-magenta-5)",magenta6:"var(--vef-magenta-6)",magenta7:"var(--vef-magenta-7)",magenta8:"var(--vef-magenta-8)",magenta9:"var(--vef-magenta-9)",magenta10:"var(--vef-magenta-10)",pink1:"var(--vef-pink-1)",pink2:"var(--vef-pink-2)",pink3:"var(--vef-pink-3)",pink4:"var(--vef-pink-4)",pink5:"var(--vef-pink-5)",pink6:"var(--vef-pink-6)",pink7:"var(--vef-pink-7)",pink8:"var(--vef-pink-8)",pink9:"var(--vef-pink-9)",pink10:"var(--vef-pink-10)",red1:"var(--vef-red-1)",red2:"var(--vef-red-2)",red3:"var(--vef-red-3)",red4:"var(--vef-red-4)",red5:"var(--vef-red-5)",red6:"var(--vef-red-6)",red7:"var(--vef-red-7)",red8:"var(--vef-red-8)",red9:"var(--vef-red-9)",red10:"var(--vef-red-10)",orange1:"var(--vef-orange-1)",orange2:"var(--vef-orange-2)",orange3:"var(--vef-orange-3)",orange4:"var(--vef-orange-4)",orange5:"var(--vef-orange-5)",orange6:"var(--vef-orange-6)",orange7:"var(--vef-orange-7)",orange8:"var(--vef-orange-8)",orange9:"var(--vef-orange-9)",orange10:"var(--vef-orange-10)",yellow1:"var(--vef-yellow-1)",yellow2:"var(--vef-yellow-2)",yellow3:"var(--vef-yellow-3)",yellow4:"var(--vef-yellow-4)",yellow5:"var(--vef-yellow-5)",yellow6:"var(--vef-yellow-6)",yellow7:"var(--vef-yellow-7)",yellow8:"var(--vef-yellow-8)",yellow9:"var(--vef-yellow-9)",yellow10:"var(--vef-yellow-10)",volcano1:"var(--vef-volcano-1)",volcano2:"var(--vef-volcano-2)",volcano3:"var(--vef-volcano-3)",volcano4:"var(--vef-volcano-4)",volcano5:"var(--vef-volcano-5)",volcano6:"var(--vef-volcano-6)",volcano7:"var(--vef-volcano-7)",volcano8:"var(--vef-volcano-8)",volcano9:"var(--vef-volcano-9)",volcano10:"var(--vef-volcano-10)",geekblue1:"var(--vef-geekblue-1)",geekblue2:"var(--vef-geekblue-2)",geekblue3:"var(--vef-geekblue-3)",geekblue4:"var(--vef-geekblue-4)",geekblue5:"var(--vef-geekblue-5)",geekblue6:"var(--vef-geekblue-6)",geekblue7:"var(--vef-geekblue-7)",geekblue8:"var(--vef-geekblue-8)",geekblue9:"var(--vef-geekblue-9)",geekblue10:"var(--vef-geekblue-10)",gold1:"var(--vef-gold-1)",gold2:"var(--vef-gold-2)",gold3:"var(--vef-gold-3)",gold4:"var(--vef-gold-4)",gold5:"var(--vef-gold-5)",gold6:"var(--vef-gold-6)",gold7:"var(--vef-gold-7)",gold8:"var(--vef-gold-8)",gold9:"var(--vef-gold-9)",gold10:"var(--vef-gold-10)",lime1:"var(--vef-lime-1)",lime2:"var(--vef-lime-2)",lime3:"var(--vef-lime-3)",lime4:"var(--vef-lime-4)",lime5:"var(--vef-lime-5)",lime6:"var(--vef-lime-6)",lime7:"var(--vef-lime-7)",lime8:"var(--vef-lime-8)",lime9:"var(--vef-lime-9)",lime10:"var(--vef-lime-10)",colorText:"var(--vef-color-text)",colorTextSecondary:"var(--vef-color-text-secondary)",colorTextTertiary:"var(--vef-color-text-tertiary)",colorTextQuaternary:"var(--vef-color-text-quaternary)",colorTextSlate:"#64748b",colorFill:"var(--vef-color-fill)",colorFillSecondary:"var(--vef-color-fill-secondary)",colorFillTertiary:"var(--vef-color-fill-tertiary)",colorFillQuaternary:"var(--vef-color-fill-quaternary)",colorBgSolid:"var(--vef-color-bg-solid)",colorBgSolidHover:"var(--vef-color-bg-solid-hover)",colorBgSolidActive:"var(--vef-color-bg-solid-active)",colorBgContainer:"var(--vef-color-bg-container)",colorBgElevated:"var(--vef-color-bg-elevated)",colorBgBlur:"var(--vef-color-bg-blur)",colorBorder:"var(--vef-color-border)",colorBorderSecondary:"var(--vef-color-border-secondary)",colorPrimaryBg:"var(--vef-color-primary-bg)",colorPrimaryBgHover:"var(--vef-color-primary-bg-hover)",colorPrimaryBorder:"var(--vef-color-primary-border)",colorPrimaryBorderHover:"var(--vef-color-primary-border-hover)",colorPrimaryHover:"var(--vef-color-primary-hover)",colorPrimaryActive:"var(--vef-color-primary-active)",colorPrimaryTextHover:"var(--vef-color-primary-text-hover)",colorPrimaryText:"var(--vef-color-primary-text)",colorPrimaryTextActive:"var(--vef-color-primary-text-active)",colorSuccessBg:"var(--vef-color-success-bg)",colorSuccessBgHover:"var(--vef-color-success-bg-hover)",colorSuccessBorder:"var(--vef-color-success-border)",colorSuccessBorderHover:"var(--vef-color-success-border-hover)",colorSuccessHover:"var(--vef-color-success-hover)",colorSuccessActive:"var(--vef-color-success-active)",colorSuccessTextHover:"var(--vef-color-success-text-hover)",colorSuccessText:"var(--vef-color-success-text)",colorSuccessTextActive:"var(--vef-color-success-text-active)",colorErrorBg:"var(--vef-color-error-bg)",colorErrorBgHover:"var(--vef-color-error-bg-hover)",colorErrorBgFilledHover:"var(--vef-color-error-bg-filled-hover)",colorErrorBgActive:"var(--vef-color-error-bg-active)",colorErrorBorder:"var(--vef-color-error-border)",colorErrorBorderHover:"var(--vef-color-error-border-hover)",colorErrorHover:"var(--vef-color-error-hover)",colorErrorActive:"var(--vef-color-error-active)",colorErrorTextHover:"var(--vef-color-error-text-hover)",colorErrorText:"var(--vef-color-error-text)",colorErrorTextActive:"var(--vef-color-error-text-active)",colorWarningBg:"var(--vef-color-warning-bg)",colorWarningBgHover:"var(--vef-color-warning-bg-hover)",colorWarningBorder:"var(--vef-color-warning-border)",colorWarningBorderHover:"var(--vef-color-warning-border-hover)",colorWarningHover:"var(--vef-color-warning-hover)",colorWarningActive:"var(--vef-color-warning-active)",colorWarningTextHover:"var(--vef-color-warning-text-hover)",colorWarningText:"var(--vef-color-warning-text)",colorWarningTextActive:"var(--vef-color-warning-text-active)",colorInfoBg:"var(--vef-color-info-bg)",colorInfoBgHover:"var(--vef-color-info-bg-hover)",colorInfoBorder:"var(--vef-color-info-border)",colorInfoBorderHover:"var(--vef-color-info-border-hover)",colorInfoHover:"var(--vef-color-info-hover)",colorInfoActive:"var(--vef-color-info-active)",colorInfoTextHover:"var(--vef-color-info-text-hover)",colorInfoText:"var(--vef-color-info-text)",colorInfoTextActive:"var(--vef-color-info-text-active)",colorLinkHover:"var(--vef-color-link-hover)",colorLinkActive:"var(--vef-color-link-active)",colorBgMask:"var(--vef-color-bg-mask)",colorWhite:"var(--vef-color-white)",fontSizeSm:"var(--vef-font-size-sm)",fontSizeLg:"var(--vef-font-size-lg)",fontSizeXl:"var(--vef-font-size-xl)",fontSizeHeading1:"var(--vef-font-size-heading-1)",fontSizeHeading2:"var(--vef-font-size-heading-2)",fontSizeHeading3:"var(--vef-font-size-heading-3)",fontSizeHeading4:"var(--vef-font-size-heading-4)",fontSizeHeading5:"var(--vef-font-size-heading-5)",lineHeight:"var(--vef-line-height)",lineHeightLg:"var(--vef-line-height-lg)",lineHeightSm:"var(--vef-line-height-sm)",fontHeight:"var(--vef-font-height)",fontHeightLg:"var(--vef-font-height-lg)",fontHeightSm:"var(--vef-font-height-sm)",lineHeightHeading1:"var(--vef-line-height-heading-1)",lineHeightHeading2:"var(--vef-line-height-heading-2)",lineHeightHeading3:"var(--vef-line-height-heading-3)",lineHeightHeading4:"var(--vef-line-height-heading-4)",lineHeightHeading5:"var(--vef-line-height-heading-5)",controlHeightSm:"var(--vef-control-height-sm)",controlHeightXs:"var(--vef-control-height-xs)",controlHeightLg:"var(--vef-control-height-lg)",motionDurationFast:"var(--vef-motion-duration-fast)",motionDurationMid:"var(--vef-motion-duration-mid)",motionDurationSlow:"var(--vef-motion-duration-slow)",lineWidthBold:"var(--vef-line-width-bold)",borderRadiusXs:"var(--vef-border-radius-xs)",borderRadiusSm:"var(--vef-border-radius-sm)",borderRadiusLg:"var(--vef-border-radius-lg)",borderRadiusOuter:"var(--vef-border-radius-outer)",colorFillContent:"var(--vef-color-fill-content)",colorFillContentHover:"var(--vef-color-fill-content-hover)",colorFillAlt:"var(--vef-color-fill-alter)",colorBgContainerDisabled:"var(--vef-color-bg-container-disabled)",colorBorderBg:"var(--vef-color-border-bg)",colorSplit:"var(--vef-color-split)",colorTextPlaceholder:"var(--vef-color-text-placeholder)",colorTextDisabled:"var(--vef-color-text-disabled)",colorTextHeading:"var(--vef-color-text-heading)",colorTextLabel:"var(--vef-color-text-label)",colorTextDescription:"var(--vef-color-text-description)",colorTextLightSolid:"var(--vef-color-text-light-solid)",colorHighlight:"var(--vef-color-highlight)",colorBgTextHover:"var(--vef-color-bg-text-hover)",colorBgTextActive:"var(--vef-color-bg-text-active)",colorIcon:"var(--vef-color-icon)",colorIconHover:"var(--vef-color-icon-hover)",colorErrorOutline:"var(--vef-color-error-outline)",colorWarningOutline:"var(--vef-color-warning-outline)",fontSizeIcon:"var(--vef-font-size-icon)",lineWidthFocus:"var(--vef-line-width-focus)",controlOutlineWidth:"var(--vef-control-outline-width)",controlInteractiveSize:"var(--vef-control-interactive-size)",controlItemBgHover:"var(--vef-control-item-bg-hover)",controlItemBgActive:"var(--vef-control-item-bg-active)",controlItemBgActiveHover:"var(--vef-control-item-bg-active-hover)",controlItemBgActiveDisabled:"var(--vef-control-item-bg-active-disabled)",controlTmpOutline:"var(--vef-control-tmp-outline)",controlOutline:"var(--vef-control-outline)",fontWeightStrong:"var(--vef-font-weight-strong)",opacityLoading:"var(--vef-opacity-loading)",linkDecoration:"var(--vef-link-decoration)",linkHoverDecoration:"var(--vef-link-hover-decoration)",linkFocusDecoration:"var(--vef-link-focus-decoration)",controlPaddingHorizontal:"var(--vef-control-padding-horizontal)",controlPaddingHorizontalSm:"var(--vef-control-padding-horizontal-sm)",paddingXxs:"var(--vef-padding-xxs)",paddingXs:"var(--vef-padding-xs)",paddingSm:"var(--vef-padding-sm)",padding:"var(--vef-padding)",paddingMd:"var(--vef-padding-md)",paddingLg:"var(--vef-padding-lg)",paddingXl:"var(--vef-padding-xl)",paddingContentHorizontalLg:"var(--vef-padding-content-horizontal-lg)",paddingContentVerticalLg:"var(--vef-padding-content-vertical-lg)",paddingContentHorizontal:"var(--vef-padding-content-horizontal)",paddingContentVertical:"var(--vef-padding-content-vertical)",paddingContentHorizontalSm:"var(--vef-padding-content-horizontal-sm)",paddingContentVerticalSm:"var(--vef-padding-content-vertical-sm)",marginXxs:"var(--vef-margin-xxs)",marginXs:"var(--vef-margin-xs)",marginSm:"var(--vef-margin-sm)",margin:"var(--vef-margin)",marginMd:"var(--vef-margin-md)",marginLg:"var(--vef-margin-lg)",marginXl:"var(--vef-margin-xl)",marginXxl:"var(--vef-margin-xxl)",boxShadow:"var(--vef-box-shadow)",boxShadowSecondary:"var(--vef-box-shadow-secondary)",boxShadowTertiary:"var(--vef-box-shadow-tertiary)",boxShadowPopoverArrow:"var(--vef-box-shadow-popover-arrow)",boxShadowCard:"var(--vef-box-shadow-card)",boxShadowDrawerRight:"var(--vef-box-shadow-drawer-right)",boxShadowDrawerLeft:"var(--vef-box-shadow-drawer-left)",boxShadowDrawerUp:"var(--vef-box-shadow-drawer-up)",boxShadowDrawerDown:"var(--vef-box-shadow-drawer-down)",boxShadowTabsOverflowLeft:"var(--vef-box-shadow-tabs-overflow-left)",boxShadowTabsOverflowRight:"var(--vef-box-shadow-tabs-overflow-right)",boxShadowTabsOverflowTop:"var(--vef-box-shadow-tabs-overflow-top)",boxShadowTabsOverflowBottom:"var(--vef-box-shadow-tabs-overflow-bottom)",boxShadowElevated:"0 0 1px rgb(0 0 0 / 30%), 0 4px 14px rgb(0 0 0 / 10%)"};exports.themeVariables=e;
package/cjs/types.cjs CHANGED
@@ -1,4 +1,2 @@
1
1
  "use strict";
2
- 'use strict';
3
-
4
2
  "use strict";