@vef-framework/dev 1.0.122 → 1.0.123

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 (117) hide show
  1. package/cjs/cli.cjs +228 -0
  2. package/cjs/commitlint-config.cjs +14 -0
  3. package/cjs/config.cjs +82 -0
  4. package/cjs/constants.cjs +27 -0
  5. package/cjs/eslint-config.cjs +413 -0
  6. package/cjs/index.cjs +16 -0
  7. package/cjs/json/monaco.nls.json.cjs +7 -0
  8. package/cjs/json/monaco.theme.github-light.json.cjs +7 -0
  9. package/cjs/modules.d.cjs +4 -0
  10. package/cjs/plugin-app-config.cjs +37 -0
  11. package/cjs/plugin-conventional-config.cjs +116 -0
  12. package/cjs/plugin-eslint.cjs +23 -0
  13. package/cjs/plugin-html.cjs +85 -0
  14. package/cjs/plugin-icons.cjs +21 -0
  15. package/{lib → cjs}/plugin-initialization.cjs +26 -2
  16. package/cjs/plugin-injection.cjs +20 -0
  17. package/cjs/plugin-inspect.cjs +14 -0
  18. package/{lib → cjs}/plugin-monaco-nls.cjs +59 -2
  19. package/cjs/plugin-react-swc.cjs +13 -0
  20. package/cjs/plugin-router.cjs +47 -0
  21. package/cjs/plugin-stylelint.cjs +23 -0
  22. package/cjs/plugin-svgr.cjs +58 -0
  23. package/cjs/plugin-tailwind.cjs +11 -0
  24. package/cjs/plugin-tailwindcss.cjs +24 -0
  25. package/cjs/plugin-tsconfig-paths.cjs +13 -0
  26. package/cjs/plugin-visualizer.cjs +15 -0
  27. package/cjs/plugin-webfont.cjs +14 -0
  28. package/cjs/stylelint-config.cjs +67 -0
  29. package/cjs/tailwind-config.cjs +395 -0
  30. package/cjs/types.cjs +4 -0
  31. package/esm/cli.js +226 -0
  32. package/esm/commitlint-config.js +12 -0
  33. package/esm/config.js +80 -0
  34. package/esm/constants.js +15 -0
  35. package/esm/eslint-config.js +411 -0
  36. package/esm/index.js +8 -0
  37. package/esm/json/monaco.nls.json.js +3 -0
  38. package/esm/json/monaco.theme.github-light.json.js +3 -0
  39. package/esm/modules.d.js +2 -0
  40. package/esm/plugin-app-config.js +35 -0
  41. package/esm/plugin-conventional-config.js +114 -0
  42. package/esm/plugin-eslint.js +21 -0
  43. package/esm/plugin-html.js +83 -0
  44. package/esm/plugin-icons.js +18 -0
  45. package/{es → esm}/plugin-initialization.js +24 -2
  46. package/esm/plugin-injection.js +18 -0
  47. package/esm/plugin-inspect.js +12 -0
  48. package/{es → esm}/plugin-monaco-nls.js +56 -2
  49. package/esm/plugin-react-swc.js +11 -0
  50. package/esm/plugin-router.js +45 -0
  51. package/esm/plugin-stylelint.js +21 -0
  52. package/esm/plugin-svgr.js +56 -0
  53. package/esm/plugin-tailwind.js +9 -0
  54. package/esm/plugin-tailwindcss.js +22 -0
  55. package/esm/plugin-tsconfig-paths.js +11 -0
  56. package/esm/plugin-visualizer.js +13 -0
  57. package/esm/plugin-webfont.js +12 -0
  58. package/esm/stylelint-config.js +65 -0
  59. package/esm/tailwind-config.js +393 -0
  60. package/esm/types.js +2 -0
  61. package/package.json +19 -18
  62. package/template/_package.json +5 -5
  63. package/es/cli.js +0 -4
  64. package/es/commitlint-config.js +0 -1
  65. package/es/config.js +0 -1
  66. package/es/constants.js +0 -1
  67. package/es/eslint-config.js +0 -1
  68. package/es/index.js +0 -1
  69. package/es/json/monaco.nls.json.js +0 -15920
  70. package/es/json/monaco.theme.github-light.json.js +0 -349
  71. package/es/modules.d.js +0 -1
  72. package/es/plugin-app-config.js +0 -1
  73. package/es/plugin-conventional-config.js +0 -11
  74. package/es/plugin-eslint.js +0 -1
  75. package/es/plugin-html.js +0 -16
  76. package/es/plugin-icons.js +0 -1
  77. package/es/plugin-injection.js +0 -2
  78. package/es/plugin-inspect.js +0 -1
  79. package/es/plugin-react-swc.js +0 -1
  80. package/es/plugin-router.js +0 -10
  81. package/es/plugin-stylelint.js +0 -1
  82. package/es/plugin-svgr.js +0 -1
  83. package/es/plugin-tailwind.js +0 -1
  84. package/es/plugin-tailwindcss.js +0 -2
  85. package/es/plugin-tsconfig-paths.js +0 -1
  86. package/es/plugin-visualizer.js +0 -1
  87. package/es/plugin-webfont.js +0 -1
  88. package/es/stylelint-config.js +0 -1
  89. package/es/tailwind-config.js +0 -1
  90. package/lib/cli.cjs +0 -4
  91. package/lib/commitlint-config.cjs +0 -1
  92. package/lib/config.cjs +0 -1
  93. package/lib/constants.cjs +0 -1
  94. package/lib/eslint-config.cjs +0 -1
  95. package/lib/index.cjs +0 -1
  96. package/lib/json/monaco.nls.json.cjs +0 -15920
  97. package/lib/json/monaco.theme.github-light.json.cjs +0 -349
  98. package/lib/modules.d.cjs +0 -1
  99. package/lib/plugin-app-config.cjs +0 -1
  100. package/lib/plugin-conventional-config.cjs +0 -11
  101. package/lib/plugin-eslint.cjs +0 -1
  102. package/lib/plugin-html.cjs +0 -16
  103. package/lib/plugin-icons.cjs +0 -1
  104. package/lib/plugin-injection.cjs +0 -2
  105. package/lib/plugin-inspect.cjs +0 -1
  106. package/lib/plugin-react-swc.cjs +0 -1
  107. package/lib/plugin-router.cjs +0 -10
  108. package/lib/plugin-stylelint.cjs +0 -1
  109. package/lib/plugin-svgr.cjs +0 -1
  110. package/lib/plugin-tailwind.cjs +0 -1
  111. package/lib/plugin-tailwindcss.cjs +0 -2
  112. package/lib/plugin-tsconfig-paths.cjs +0 -1
  113. package/lib/plugin-visualizer.cjs +0 -1
  114. package/lib/plugin-webfont.cjs +0 -1
  115. package/lib/stylelint-config.cjs +0 -1
  116. package/lib/tailwind-config.cjs +0 -1
  117. package/lib/types.cjs +0 -1
@@ -1,349 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var monaco_theme_github_light_default=`{
2
- "base": "vs",
3
- "inherit": true,
4
- "rules": [
5
- {
6
- "background": "ffffff",
7
- "token": ""
8
- },
9
- {
10
- "foreground": "6a737d",
11
- "token": "comment"
12
- },
13
- {
14
- "foreground": "6a737d",
15
- "token": "punctuation.definition.comment"
16
- },
17
- {
18
- "foreground": "6a737d",
19
- "token": "string.comment"
20
- },
21
- {
22
- "foreground": "005cc5",
23
- "token": "constant"
24
- },
25
- {
26
- "foreground": "005cc5",
27
- "token": "entity.name.constant"
28
- },
29
- {
30
- "foreground": "005cc5",
31
- "token": "variable.other.constant"
32
- },
33
- {
34
- "foreground": "005cc5",
35
- "token": "variable.language"
36
- },
37
- {
38
- "foreground": "6f42c1",
39
- "token": "entity"
40
- },
41
- {
42
- "foreground": "6f42c1",
43
- "token": "entity.name"
44
- },
45
- {
46
- "foreground": "24292e",
47
- "token": "variable.parameter.function"
48
- },
49
- {
50
- "foreground": "22863a",
51
- "token": "entity.name.tag"
52
- },
53
- {
54
- "foreground": "d73a49",
55
- "token": "keyword"
56
- },
57
- {
58
- "foreground": "d73a49",
59
- "token": "storage"
60
- },
61
- {
62
- "foreground": "d73a49",
63
- "token": "storage.type"
64
- },
65
- {
66
- "foreground": "24292e",
67
- "token": "storage.modifier.package"
68
- },
69
- {
70
- "foreground": "24292e",
71
- "token": "storage.modifier.import"
72
- },
73
- {
74
- "foreground": "24292e",
75
- "token": "storage.type.java"
76
- },
77
- {
78
- "foreground": "032f62",
79
- "token": "string"
80
- },
81
- {
82
- "foreground": "032f62",
83
- "token": "punctuation.definition.string"
84
- },
85
- {
86
- "foreground": "032f62",
87
- "token": "string punctuation.section.embedded source"
88
- },
89
- {
90
- "foreground": "005cc5",
91
- "token": "support"
92
- },
93
- {
94
- "foreground": "005cc5",
95
- "token": "meta.property-name"
96
- },
97
- {
98
- "foreground": "e36209",
99
- "token": "variable"
100
- },
101
- {
102
- "foreground": "24292e",
103
- "token": "variable.other"
104
- },
105
- {
106
- "foreground": "b31d28",
107
- "fontStyle": "bold italic underline",
108
- "token": "invalid.broken"
109
- },
110
- {
111
- "foreground": "b31d28",
112
- "fontStyle": "bold italic underline",
113
- "token": "invalid.deprecated"
114
- },
115
- {
116
- "foreground": "fafbfc",
117
- "background": "b31d28",
118
- "fontStyle": "italic underline",
119
- "token": "invalid.illegal"
120
- },
121
- {
122
- "foreground": "fafbfc",
123
- "background": "d73a49",
124
- "fontStyle": "italic underline",
125
- "token": "carriage-return"
126
- },
127
- {
128
- "foreground": "b31d28",
129
- "fontStyle": "bold italic underline",
130
- "token": "invalid.unimplemented"
131
- },
132
- {
133
- "foreground": "b31d28",
134
- "token": "message.error"
135
- },
136
- {
137
- "foreground": "24292e",
138
- "token": "string source"
139
- },
140
- {
141
- "foreground": "005cc5",
142
- "token": "string variable"
143
- },
144
- {
145
- "foreground": "032f62",
146
- "token": "source.regexp"
147
- },
148
- {
149
- "foreground": "032f62",
150
- "token": "string.regexp"
151
- },
152
- {
153
- "foreground": "032f62",
154
- "token": "string.regexp.character-class"
155
- },
156
- {
157
- "foreground": "032f62",
158
- "token": "string.regexp constant.character.escape"
159
- },
160
- {
161
- "foreground": "032f62",
162
- "token": "string.regexp source.ruby.embedded"
163
- },
164
- {
165
- "foreground": "032f62",
166
- "token": "string.regexp string.regexp.arbitrary-repitition"
167
- },
168
- {
169
- "foreground": "22863a",
170
- "fontStyle": "bold",
171
- "token": "string.regexp constant.character.escape"
172
- },
173
- {
174
- "foreground": "005cc5",
175
- "token": "support.constant"
176
- },
177
- {
178
- "foreground": "005cc5",
179
- "token": "support.variable"
180
- },
181
- {
182
- "foreground": "005cc5",
183
- "token": "meta.module-reference"
184
- },
185
- {
186
- "foreground": "735c0f",
187
- "token": "markup.list"
188
- },
189
- {
190
- "foreground": "005cc5",
191
- "fontStyle": "bold",
192
- "token": "markup.heading"
193
- },
194
- {
195
- "foreground": "005cc5",
196
- "fontStyle": "bold",
197
- "token": "markup.heading entity.name"
198
- },
199
- {
200
- "foreground": "22863a",
201
- "token": "markup.quote"
202
- },
203
- {
204
- "foreground": "24292e",
205
- "fontStyle": "italic",
206
- "token": "markup.italic"
207
- },
208
- {
209
- "foreground": "24292e",
210
- "fontStyle": "bold",
211
- "token": "markup.bold"
212
- },
213
- {
214
- "foreground": "005cc5",
215
- "token": "markup.raw"
216
- },
217
- {
218
- "foreground": "b31d28",
219
- "background": "ffeef0",
220
- "token": "markup.deleted"
221
- },
222
- {
223
- "foreground": "b31d28",
224
- "background": "ffeef0",
225
- "token": "meta.diff.header.from-file"
226
- },
227
- {
228
- "foreground": "b31d28",
229
- "background": "ffeef0",
230
- "token": "punctuation.definition.deleted"
231
- },
232
- {
233
- "foreground": "22863a",
234
- "background": "f0fff4",
235
- "token": "markup.inserted"
236
- },
237
- {
238
- "foreground": "22863a",
239
- "background": "f0fff4",
240
- "token": "meta.diff.header.to-file"
241
- },
242
- {
243
- "foreground": "22863a",
244
- "background": "f0fff4",
245
- "token": "punctuation.definition.inserted"
246
- },
247
- {
248
- "foreground": "e36209",
249
- "background": "ffebda",
250
- "token": "markup.changed"
251
- },
252
- {
253
- "foreground": "e36209",
254
- "background": "ffebda",
255
- "token": "punctuation.definition.changed"
256
- },
257
- {
258
- "foreground": "f6f8fa",
259
- "background": "005cc5",
260
- "token": "markup.ignored"
261
- },
262
- {
263
- "foreground": "f6f8fa",
264
- "background": "005cc5",
265
- "token": "markup.untracked"
266
- },
267
- {
268
- "foreground": "6f42c1",
269
- "fontStyle": "bold",
270
- "token": "meta.diff.range"
271
- },
272
- {
273
- "foreground": "005cc5",
274
- "token": "meta.diff.header"
275
- },
276
- {
277
- "foreground": "005cc5",
278
- "fontStyle": "bold",
279
- "token": "meta.separator"
280
- },
281
- {
282
- "foreground": "005cc5",
283
- "token": "meta.output"
284
- },
285
- {
286
- "foreground": "586069",
287
- "token": "brackethighlighter.tag"
288
- },
289
- {
290
- "foreground": "586069",
291
- "token": "brackethighlighter.curly"
292
- },
293
- {
294
- "foreground": "586069",
295
- "token": "brackethighlighter.round"
296
- },
297
- {
298
- "foreground": "586069",
299
- "token": "brackethighlighter.square"
300
- },
301
- {
302
- "foreground": "586069",
303
- "token": "brackethighlighter.angle"
304
- },
305
- {
306
- "foreground": "586069",
307
- "token": "brackethighlighter.quote"
308
- },
309
- {
310
- "foreground": "b31d28",
311
- "token": "brackethighlighter.unmatched"
312
- },
313
- {
314
- "foreground": "b31d28",
315
- "token": "sublimelinter.mark.error"
316
- },
317
- {
318
- "foreground": "e36209",
319
- "token": "sublimelinter.mark.warning"
320
- },
321
- {
322
- "foreground": "959da5",
323
- "token": "sublimelinter.gutter-mark"
324
- },
325
- {
326
- "foreground": "032f62",
327
- "fontStyle": "underline",
328
- "token": "constant.other.reference.link"
329
- },
330
- {
331
- "foreground": "032f62",
332
- "fontStyle": "underline",
333
- "token": "string.other.link"
334
- }
335
- ],
336
- "colors": {
337
- "editor.foreground": "#24292e",
338
- "editor.background": "#fafafa",
339
- "editor.selectionBackground": "#c8c8fa",
340
- "editor.inactiveSelectionBackground": "#fafbfc",
341
- "editor.lineHighlightBackground": "#fafbfc",
342
- "editorCursor.foreground": "#24292e",
343
- "editorWhitespace.foreground": "#959da5",
344
- "editorIndentGuide.background": "#959da5",
345
- "editorIndentGuide.activeBackground": "#24292e",
346
- "editor.selectionHighlightBorder": "#fafbfc"
347
- }
348
- }
349
- `;exports.default=monaco_theme_github_light_default;/*! 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 */
package/lib/modules.d.cjs DELETED
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. *//*! 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 */
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const radashi=require("radashi"),config=require("unplugin-config/vite"),constants=require("./constants.cjs");function constantCase(value){return radashi.snake(value).toUpperCase()}function createAppConfigPlugin({basePublicPath,outputDir,appName=constants.DEFAULT_APP_NAME}){return config({appName:`VEF_${constantCase(appName)}`,baseDir:basePublicPath,configFile:{generate:!0,fileName:"app.config.js",outputDir:outputDir??constants.DEFAULT_OUTPUT_DIR},htmlInjection:{enable:!0,position:"head-prepend",templates:["index.html"]},envVariables:{prefix:constants.ENV_APP_PREFIX,files:["env/.env","env/.env.production"]}})}exports.createAppConfigPlugin=createAppConfigPlugin;/*! 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 */
@@ -1,11 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const process=require("node:process"),constants=require("./constants.cjs");function createConventionalConfigPlugin({appName,appVersion,basePublicPath,projectDir,outputDir,serverPort,proxies}){return{name:"vef-framework:conventional-config",config(_,{command}){const isDev=command==="serve";return{appType:"spa",root:projectDir,base:basePublicPath,publicDir:"public",envDir:constants.ENV_DIR,envPrefix:[constants.ENV_BUILD_PREFIX,constants.ENV_APP_PREFIX],define:{__VEF_FRAMEWORK_VERSION__:`"${process.env.VEF_FRAMEWORK_VERSION}"`,__VEF_APP_VERSION__:`"${appVersion}"`,__VEF_APP_CONFIG__:isDev?`
2
- (function () {
3
- const env = import.meta.env;
4
- const config = Object.keys(env).filter(key => key.startsWith(${JSON.stringify(constants.ENV_APP_PREFIX)}))
5
- .reduce((acc, key) => {
6
- acc[key] = env[key];
7
- return acc;
8
- }, {});
9
- return Object.freeze(config);
10
- })()
11
- `:`window.__PRODUCTION__VEF_${appName??constants.DEFAULT_APP_NAME}__CONF__`},css:{modules:{scopeBehaviour:"local",localsConvention:"camelCase"}},optimizeDeps:{exclude:[],esbuildOptions:{plugins:[]}},esbuild:{drop:["console","debugger"],charset:"utf8",minifyIdentifiers:!1,minifySyntax:!0,minifyWhitespace:!0},build:{outDir:outputDir??constants.DEFAULT_OUTPUT_DIR,target:"modules",assetsDir:constants.ASSETS_DIR,assetsInlineLimit:10240,reportCompressedSize:!1,chunkSizeWarningLimit:2048,minify:!0,sourcemap:!1,rollupOptions:{input:{main:"index.html"},output:{banner:`/*! Powered by VEF Framework v${process.env.VEF_FRAMEWORK_VERSION}.${appVersion?` App version v${appVersion}.`:""} Built at ${new Date().toISOString()} */`,chunkFileNames:`${constants.ASSETS_DIR}/js/[name]-[hash].js`,entryFileNames:`${constants.ASSETS_DIR}/js/[name]-[hash].js`,assetFileNames:`${constants.ASSETS_DIR}/[ext]/[name]-[hash].[ext]`,manualChunks:{"vef-shared":["@vef-framework/shared"],"vef-components":["@vef-framework/components"],"vef-hooks":["@vef-framework/hooks"],"vef-core":["@vef-framework/core"],"vef-starter":["@vef-framework/starter"]}}}},server:{port:serverPort||constants.DEFAULT_SERVER_PORT,host:!0,open:!0,proxy:proxies}}}}}exports.createConventionalConfigPlugin=createConventionalConfigPlugin;/*! 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 */
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const eslint=require("vite-plugin-eslint2");function createEslintPlugin(){return eslint({fix:!0,test:!1,dev:!0,build:!1,cache:!0,cacheLocation:"node_modules/.cache/.eslintcache",include:["*.{js,ts,json,jsonc,yaml,toml,md}","src/**/*.{ts,tsx,json,jsonc,yaml,toml,md}"],exclude:["node_modules","virtual:","vef:"],emitError:!0,emitWarning:!0,emitWarningAsError:!0})}exports.createEslintPlugin=createEslintPlugin;/*! 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 */
@@ -1,16 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const htmlMinifierTerser=require("html-minifier-terser"),virtualModuleId="index.html",htmlContent=`
2
- <!doctype html>
3
- <html lang="en">
4
- <head>
5
- <meta charset="UTF-8" />
6
- <link rel="icon" type="image/svg+xml" href="%VEF_APP_FAVICON%" />
7
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
- <meta name="description" content="Powered by VEF Framework" />
9
- <title>%VEF_APP_TITLE%</title>
10
- </head>
11
- <body>
12
- <div id="root"></div>
13
- <script type="module" src="src/main.ts"><\/script>
14
- </body>
15
- </html>
16
- `;function createHtmlPlugin(){return[{name:"vef-framework:html",resolveId(source){if(source===virtualModuleId)return virtualModuleId},load(id){if(id===virtualModuleId)return htmlContent},transformIndexHtml:{order:"pre",handler:()=>htmlContent}},{name:"vite-plugin-vef-framework-html-minify",enforce:"post",async generateBundle(_,bundles){for(const bundle of Object.values(bundles))bundle.type==="asset"&&typeof bundle.source=="string"&&bundle.fileName===virtualModuleId&&(bundle.source=await htmlMinifierTerser.minify(bundle.source,{collapseBooleanAttributes:!0,collapseInlineTagWhitespace:!0,collapseWhitespace:!0,conservativeCollapse:!1,keepClosingSlash:!0,minifyCSS:!0,minifyJS:!0,minifyURLs:!0,noNewlinesBeforeTagClose:!0,quoteCharacter:'"',removeAttributeQuotes:!1,removeComments:!0,removeEmptyAttributes:!0,removeOptionalTags:!1,removeRedundantAttributes:!0,removeScriptTypeAttributes:!1,removeTagWhitespace:!1,removeEmptyElements:!1,removeStyleLinkTypeAttributes:!1,sortAttributes:!0,sortClassName:!0,trimCustomFragments:!0,useShortDoctype:!0,html5:!0}))}}]}exports.createHtmlPlugin=createHtmlPlugin;/*! 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 */
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const node_path=require("node:path"),node_url=require("node:url"),icons=require("unplugin-icons/vite");var _documentCurrentScript=typeof document<"u"?document.currentScript:null;function createIconsPlugin(projectDir){return icons({autoInstall:!1,compiler:"jsx",jsx:"react",defaultClass:"inline-block",scale:1.2,collectionsNodeResolvePath:[projectDir,node_path.resolve(node_path.dirname(node_url.fileURLToPath(typeof document>"u"?require("url").pathToFileURL(__filename).href:_documentCurrentScript&&_documentCurrentScript.tagName.toUpperCase()==="SCRIPT"&&_documentCurrentScript.src||new URL("plugin-icons.cjs",document.baseURI).href)),"..")]})}exports.createIconsPlugin=createIconsPlugin;/*! 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 */
@@ -1,2 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const node_path=require("node:path");function createInjectionPlugin(){return{name:"vef-framework:injection",transform(code,id){return node_path.basename(node_path.dirname(id))==="src"&&node_path.basename(id).startsWith("main.ts")?`import "vef:tailwind.css";
2
- ${code}`:null}}}exports.createInjectionPlugin=createInjectionPlugin;/*! 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 */
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const inspect=require("vite-plugin-inspect");function createInspectPlugin(){return inspect({dev:!0,build:!1})}exports.createInspectPlugin=createInspectPlugin;/*! 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 */
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const react=require("@vitejs/plugin-react-swc");function createReactSwcPlugin(){return react({devTarget:"esnext"})}exports.createReactSwcPlugin=createReactSwcPlugin;/*! 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 */
@@ -1,10 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const vite=require("@tanstack/router-plugin/vite"),node_path=require("node:path"),constants=require("./constants.cjs");function createRouterPlugin(projectDir,history="hash",autoCodeSplitting){return vite.TanStackRouterVite({routesDirectory:node_path.resolve(projectDir,constants.SRC_DIR,constants.PAGES_DIR),generatedRouteTree:node_path.resolve(projectDir,constants.SRC_DIR,constants.ROUTER_DIR,"router.gen.ts"),quoteStyle:"double",semicolons:!0,disableTypes:!1,addExtensions:!1,disableLogging:!1,disableManifestGeneration:!1,routeFileIgnorePattern:"components",indexToken:"index",routeToken:"route",enableRouteGeneration:!0,autoCodeSplitting,routeTreeFileHeader:["/* eslint-disable */","// @ts-nocheck","// noinspection JSUnusedGlobalSymbols",'import { createRouter } from "@vef-framework/starter";'],routeTreeFileFooter:[`const router = createRouter({
2
- routeTree,
3
- history: "${history}",
4
- });
5
- `,`declare module "@tanstack/react-router" {
6
- interface Register {
7
- router: typeof router;
8
- }
9
- }
10
- `,"export default router;"]})}exports.createRouterPlugin=createRouterPlugin;/*! 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 */
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const stylelint=require("vite-plugin-stylelint");function createStylelintPlugin(){return stylelint({fix:!0,test:!1,dev:!0,build:!1,cache:!0,cacheLocation:"node_modules/.cache/.stylelintcache",include:["src/**/*.{scss,css}"],exclude:["node_modules","virtual:","vef:"],emitError:!0,emitWarning:!0,emitWarningAsError:!0})}exports.createStylelintPlugin=createStylelintPlugin;/*! 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 */
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const svgr=require("vite-plugin-svgr");function createSvgrPlugin(){return svgr({include:"**/*.svg?react",esbuildOptions:{platform:"browser",minify:!0,jsx:"automatic"},svgrOptions:{plugins:["@svgr/plugin-svgo","@svgr/plugin-jsx"],icon:!1,dimensions:!1,prettier:!0,memo:!0,svgo:!0,ref:!1,typescript:!0,jsxRuntime:"automatic",svgoConfig:{multipass:!0,datauri:"base64",js2svg:{indent:2,pretty:!0},plugins:["preset-default",{name:"prefixIds",params:{prefix:"vef"}},{name:"cleanupIds",params:{force:!0,remove:!0,minify:!0}}]},svgProps:{}}})}exports.createSvgrPlugin=createSvgrPlugin;/*! 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 */
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const tailwindcss=require("@tailwindcss/vite");function createTailwindPlugin(){return tailwindcss()}exports.createTailwindPlugin=createTailwindPlugin;/*! 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 */
@@ -1,2 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const virtualModuleId="vef:tailwind.css",resolvedVirtualModuleId=`\0${virtualModuleId}`;function createTailwindcssPlugin(){return{name:"vef-framework:tailwindcss",resolveId(id){if(id===virtualModuleId)return resolvedVirtualModuleId},load(id){if(id===resolvedVirtualModuleId)return`@import "tailwindcss";
2
- @config "./tailwind.config.js";`}}}exports.createTailwindcssPlugin=createTailwindcssPlugin;/*! 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 */
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const tsconfigPaths=require("vite-tsconfig-paths");function createTsconfigPathsPlugin(projectDir){return tsconfigPaths({root:projectDir})}exports.createTsconfigPathsPlugin=createTsconfigPathsPlugin;/*! 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 */
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const rollupPluginVisualizer=require("rollup-plugin-visualizer");function createVisualizerPlugin(projectDir){return rollupPluginVisualizer.visualizer({filename:"dist/stats.html",title:"Building Visualizer",projectRoot:projectDir})}exports.createVisualizerPlugin=createVisualizerPlugin;/*! 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 */
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const webfont=require("vite-plugin-webfont-dl");function createWebfontPlugin(){return webfont(["https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap","https://fonts.googleapis.com/css2?family=Martian+Mono:wght@100..800&family=PT+Sans+Caption:wght@400;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"])}exports.createWebfontPlugin=createWebfontPlugin;/*! 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 */
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const propertyGroups=require("stylelint-config-recess-order/groups");function defineStylelintConfig(){return{extends:["stylelint-config-standard-scss","stylelint-config-recommended"],plugins:["stylelint-order"],rules:{"order/order":["dollar-variables","at-variables","custom-properties","less-mixins","declarations","at-rules","rules"],"order/properties-order":propertyGroups.map(group=>({...group,emptyLineBefore:"always",noEmptyLineBetween:!0})),"declaration-empty-line-before":null,"at-rule-no-unknown":null,"function-no-unknown":null,"number-max-precision":null,"color-hex-length":"long","color-hex-alpha":"never","color-named":"never","unit-allowed-list":["px","em","rem","%","vw","vh","fr","deg","rad","grad","turn","ms","s"],"scss/function-no-unknown":[!0,{ignoreFunctions:[]}],"scss/at-rule-no-unknown":[!0,{ignoreAtRules:["config"]}]}}}exports.defineStylelintConfig=defineStylelintConfig;/*! 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 */
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. */Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const containerQueries=require("@tailwindcss/container-queries"),colors=require("tailwindcss/colors");function defineTailwindConfig(){return{content:["./src/**/*.{ts,tsx}"],plugins:[containerQueries],theme:{colors:{inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000000",white:"var(--vef-color-white)",primary:"var(--vef-color-primary)","primary-hover":"var(--vef-color-primary-hover)","primary-active":"var(--vef-color-primary-active)",success:"var(--vef-color-success)","success-hover":"var(--vef-color-success-hover)","success-active":"var(--vef-color-success-active)",warning:"var(--vef-color-warning)","warning-hover":"var(--vef-color-warning-hover)","warning-active":"var(--vef-color-warning-active)",error:"var(--vef-color-error)","error-hover":"var(--vef-color-error-hover)","error-active":"var(--vef-color-error-active)",info:"var(--vef-color-info)","info-hover":"var(--vef-color-info-hover)","info-active":"var(--vef-color-info-active)",link:"var(--vef-color-link)","link-hover":"var(--vef-color-link-hover)","link-active":"var(--vef-color-link-active)",blue:{DEFAULT:"var(--vef-blue-6)",1:"var(--vef-blue-1)",2:"var(--vef-blue-2)",3:"var(--vef-blue-3)",4:"var(--vef-blue-4)",5:"var(--vef-blue-5)",6:"var(--vef-blue-6)",7:"var(--vef-blue-7)",8:"var(--vef-blue-8)",9:"var(--vef-blue-9)",10:"var(--vef-blue-10)"},purple:{DEFAULT:"var(--vef-purple-6)",1:"var(--vef-purple-1)",2:"var(--vef-purple-2)",3:"var(--vef-purple-3)",4:"var(--vef-purple-4)",5:"var(--vef-purple-5)",6:"var(--vef-purple-6)",7:"var(--vef-purple-7)",8:"var(--vef-purple-8)",9:"var(--vef-purple-9)",10:"var(--vef-purple-10)"},cyan:{DEFAULT:"var(--vef-cyan-6)",1:"var(--vef-cyan-1)",2:"var(--vef-cyan-2)",3:"var(--vef-cyan-3)",4:"var(--vef-cyan-4)",5:"var(--vef-cyan-5)",6:"var(--vef-cyan-6)",7:"var(--vef-cyan-7)",8:"var(--vef-cyan-8)",9:"var(--vef-cyan-9)",10:"var(--vef-cyan-10)"},green:{DEFAULT:"var(--vef-green-6)",1:"var(--vef-green-1)",2:"var(--vef-green-2)",3:"var(--vef-green-3)",4:"var(--vef-green-4)",5:"var(--vef-green-5)",6:"var(--vef-green-6)",7:"var(--vef-green-7)",8:"var(--vef-green-8)",9:"var(--vef-green-9)",10:"var(--vef-green-10)"},magenta:{DEFAULT:"var(--vef-magenta-6)",1:"var(--vef-magenta-1)",2:"var(--vef-magenta-2)",3:"var(--vef-magenta-3)",4:"var(--vef-magenta-4)",5:"var(--vef-magenta-5)",6:"var(--vef-magenta-6)",7:"var(--vef-magenta-7)",8:"var(--vef-magenta-8)",9:"var(--vef-magenta-9)",10:"var(--vef-magenta-10)"},pink:{DEFAULT:"var(--vef-pink-6)",1:"var(--vef-pink-1)",2:"var(--vef-pink-2)",3:"var(--vef-pink-3)",4:"var(--vef-pink-4)",5:"var(--vef-pink-5)",6:"var(--vef-pink-6)",7:"var(--vef-pink-7)",8:"var(--vef-pink-8)",9:"var(--vef-pink-9)",10:"var(--vef-pink-10)"},red:{DEFAULT:"var(--vef-red-6)",1:"var(--vef-red-1)",2:"var(--vef-red-2)",3:"var(--vef-red-3)",4:"var(--vef-red-4)",5:"var(--vef-red-5)",6:"var(--vef-red-6)",7:"var(--vef-red-7)",8:"var(--vef-red-8)",9:"var(--vef-red-9)",10:"var(--vef-red-10)"},orange:{DEFAULT:"var(--vef-orange-6)",1:"var(--vef-orange-1)",2:"var(--vef-orange-2)",3:"var(--vef-orange-3)",4:"var(--vef-orange-4)",5:"var(--vef-orange-5)",6:"var(--vef-orange-6)",7:"var(--vef-orange-7)",8:"var(--vef-orange-8)",9:"var(--vef-orange-9)",10:"var(--vef-orange-10)"},yellow:{DEFAULT:"var(--vef-yellow-6)",1:"var(--vef-yellow-1)",2:"var(--vef-yellow-2)",3:"var(--vef-yellow-3)",4:"var(--vef-yellow-4)",5:"var(--vef-yellow-5)",6:"var(--vef-yellow-6)",7:"var(--vef-yellow-7)",8:"var(--vef-yellow-8)",9:"var(--vef-yellow-9)",10:"var(--vef-yellow-10)"},volcano:{DEFAULT:"var(--vef-volcano-6)",1:"var(--vef-volcano-1)",2:"var(--vef-volcano-2)",3:"var(--vef-volcano-3)",4:"var(--vef-volcano-4)",5:"var(--vef-volcano-5)",6:"var(--vef-volcano-6)",7:"var(--vef-volcano-7)",8:"var(--vef-volcano-8)",9:"var(--vef-volcano-9)",10:"var(--vef-volcano-10)"},geekblue:{DEFAULT:"var(--vef-geekblue-6)",1:"var(--vef-geekblue-1)",2:"var(--vef-geekblue-2)",3:"var(--vef-geekblue-3)",4:"var(--vef-geekblue-4)",5:"var(--vef-geekblue-5)",6:"var(--vef-geekblue-6)",7:"var(--vef-geekblue-7)",8:"var(--vef-geekblue-8)",9:"var(--vef-geekblue-9)",10:"var(--vef-geekblue-10)"},gold:{DEFAULT:"var(--vef-gold-6)",1:"var(--vef-gold-1)",2:"var(--vef-gold-2)",3:"var(--vef-gold-3)",4:"var(--vef-gold-4)",5:"var(--vef-gold-5)",6:"var(--vef-gold-6)",7:"var(--vef-gold-7)",8:"var(--vef-gold-8)",9:"var(--vef-gold-9)",10:"var(--vef-gold-10)"},lime:{DEFAULT:"var(--vef-lime-6)",1:"var(--vef-lime-1)",2:"var(--vef-lime-2)",3:"var(--vef-lime-3)",4:"var(--vef-lime-4)",5:"var(--vef-lime-5)",6:"var(--vef-lime-6)",7:"var(--vef-lime-7)",8:"var(--vef-lime-8)",9:"var(--vef-lime-9)",10:"var(--vef-lime-10)"},slate:{DEFAULT:colors.slate[500],1:colors.slate[50],2:colors.slate[100],3:colors.slate[200],4:colors.slate[300],5:colors.slate[400],6:colors.slate[500],7:colors.slate[600],8:colors.slate[700],9:colors.slate[800],10:colors.slate[900]}},extend:{textColor:{"primary-alt":"var(--vef-color-primary-text)","primary-alt-hover":"var(--vef-color-primary-text-hover)","primary-alt-active":"var(--vef-color-primary-text-active)","success-alt":"var(--vef-color-success-text)","success-alt-hover":"var(--vef-color-success-text-hover)","success-alt-active":"var(--vef-color-success-text-active)","warning-alt":"var(--vef-color-warning-text)","warning-alt-hover":"var(--vef-color-warning-text-hover)","warning-alt-active":"var(--vef-color-warning-text-active)","error-alt":"var(--vef-color-error-text)","error-alt-hover":"var(--vef-color-error-text-hover)","error-alt-active":"var(--vef-color-error-text-active)","info-alt":"var(--vef-color-info-text)","info-alt-hover":"var(--vef-color-info-text-hover)","info-alt-active":"var(--vef-color-info-text-active)",base:"var(--vef-color-text-base)",default:"var(--vef-color-text)",secondary:"var(--vef-color-text-secondary)",tertiary:"var(--vef-color-text-tertiary)",quaternary:"var(--vef-color-text-quaternary)",placeholder:"var(--vef-color-text-placeholder)",disabled:"var(--vef-color-text-disabled)",heading:"var(--vef-color-text-heading)",label:"var(--vef-color-text-label)",description:"var(--vef-color-text-description)","light-solid":"var(--vef-color-text-light-solid)",highlight:"var(--vef-color-highlight)",icon:"var(--vef-color-icon)","icon-hover":"var(--vef-color-icon-hover)"},outlineColor:{error:"var(--vef-color-error-outline)",warning:"var(--vef-color-warning-outline)"},backgroundColor:{"primary-alt":"var(--vef-color-primary-bg)","primary-alt-hover":"var(--vef-color-primary-bg-hover)","success-alt":"var(--vef-color-success-bg)","success-alt-hover":"var(--vef-color-success-bg-hover)","warning-alt":"var(--vef-color-warning-bg)","warning-alt-hover":"var(--vef-color-warning-bg-hover)","error-alt":"var(--vef-color-error-bg)","error-alt-hover":"var(--vef-color-error-bg-hover)","info-alt":"var(--vef-color-info-bg)","info-alt-hover":"var(--vef-color-info-bg-hover)",base:"var(--vef-color-bg-base)",layout:"var(--vef-color-bg-layout)",spotlight:"var(--vef-color-bg-spotlight)",solid:"var(--vef-color-bg-solid)","solid-hover":"var(--vef-color-bg-solid-hover)","solid-active":"var(--vef-color-bg-solid-active)",container:"var(--vef-color-bg-container)","container-disabled":"var(--vef-color-bg-container-disabled)",elevated:"var(--vef-color-bg-elevated)",blur:"var(--vef-color-bg-blur)",fill:"var(--vef-color-fill)","fill-secondary":"var(--vef-color-fill-secondary)","fill-tertiary":"var(--vef-color-fill-tertiary)","fill-quaternary":"var(--vef-color-fill-quaternary)","fill-content":"var(--vef-color-fill-content)","fill-content-hover":"var(--vef-color-fill-content-hover)","fill-alt":"var(--vef-color-fill-alter)",mask:"var(--vef-color-bg-mask)","text-hover":"var(--vef-color-bg-text-hover)","text-active":"var(--vef-color-bg-text-active)","control-item-hover":"var(--vef-control-item-bg-hover)","control-item-active":"var(--vef-control-item-bg-active)","control-item-active-hover":"var(--vef-control-item-bg-active-hover)","control-item-active-disabled":"var(--vef-control-item-bg-active-disabled)"},borderColor:{"primary-alt":"var(--vef-color-primary-border)","primary-alt-hover":"var(--vef-color-primary-border-hover)","success-alt":"var(--vef-color-success-border)","success-alt-hover":"var(--vef-color-success-border-hover)","warning-alt":"var(--vef-color-warning-border)","warning-alt-hover":"var(--vef-color-warning-border-hover)","error-alt":"var(--vef-color-error-border)","error-alt-hover":"var(--vef-color-error-border-hover)","info-alt":"var(--vef-color-info-border)","info-alt-hover":"var(--vef-color-info-border-hover)",base:"var(--vef-color-border)",secondary:"var(--vef-color-border-secondary)"},fontFamily:{base:"var(--vef-font-family)",code:"var(--vef-font-family-code)"},fontSize:{base:"var(--vef-font-size)",sm:"var(--vef-font-size-sm)",lg:"var(--vef-font-size-lg)",xl:"var(--vef-font-size-xl)",heading1:"var(--vef-font-size-heading-1)",heading2:"var(--vef-font-size-heading-2)",heading3:"var(--vef-font-size-heading-3)",heading4:"var(--vef-font-size-heading-4)",heading5:"var(--vef-font-size-heading-5)"},fontWeight:{strong:"var(--vef-font-weight-strong)"},borderWidth:{base:"var(--vef-line-width)",bold:"var(--vef-line-width-bold)"},borderRadius:{DEFAULT:"var(--vef-border-radius)",xs:"var(--vef-border-radius-xs)",sm:"var(--vef-border-radius-sm)",lg:"var(--vef-border-radius-lg)",outer:"var(--vef-border-radius-outer)"},height:{control:"var(--vef-control-height)","control-sm":"var(--vef-control-height-sm)","control-xs":"var(--vef-control-height-xs)","control-lg":"var(--vef-control-height-lg)",font:"var(--vef-font-height)","font-sm":"var(--vef-font-height-sm)","font-lg":"var(--vef-font-height-lg)"},lineHeight:{base:"var(--vef-line-height)",sm:"var(--vef-line-height-sm)",lg:"var(--vef-line-height-lg)","heading-1":"var(--vef-line-height-heading-1)","heading-2":"var(--vef-line-height-heading-2)","heading-3":"var(--vef-line-height-heading-3)","heading-4":"var(--vef-line-height-heading-4)","heading-5":"var(--vef-line-height-heading-5)"},spacing:{base:"var(--vef-margin)",xxs:"var(--vef-margin-xxs)",xs:"var(--vef-margin-xs)",sm:"var(--vef-margin-sm)",md:"var(--vef-margin-md)",lg:"var(--vef-margin-lg)",xl:"var(--vef-margin-xl)",xxl:"var(--vef-margin-xxl)"},boxShadow:{base:"var(--vef-box-shadow)",secondary:"var(--vef-box-shadow-secondary)",tertiary:"var(--vef-box-shadow-tertiary)",card:"var(--vef-box-shadow-card)",elevated:"0 0 1px rgb(0 0 0 / 30%), 0 4px 14px rgb(0 0 0 / 10%)"},transitionDuration:{fast:"var(--vef-motion-duration-fast)",mid:"var(--vef-motion-duration-mid)",slow:"var(--vef-motion-duration-slow)"},transitionTimingFunction:{"ease-out-circ":"var(--vef-motion-ease-out-circ)","ease-in-out-circ":"var(--vef-motion-ease-in-out-circ)","ease-out":"var(--vef-motion-ease-out)","ease-in-out":"var(--vef-motion-ease-in-out)","ease-out-back":"var(--vef-motion-ease-out-back)","ease-in-back":"var(--vef-motion-ease-in-back)","ease-in-quint":"var(--vef-motion-ease-in-quint)","ease-out-quint":"var(--vef-motion-ease-out-quint)"},zIndex:{base:"var(--vef-z-index-base)",popup:"var(--vef-z-index-popup)"}}}}}exports.defineTailwindConfig=defineTailwindConfig;/*! 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 */
package/lib/types.cjs DELETED
@@ -1 +0,0 @@
1
- "use strict";/*! VefFramework version: 1.0.122, build time: 2025-03-11T09:32:18.960Z, made by Venus. *//*! 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 */