@volverjs/ui-vue 0.0.13-beta.3 → 0.0.13-beta.4

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.
@@ -0,0 +1,8 @@
1
+ import type { Meta, StoryObj } from '@storybook/vue3-vite';
2
+ import VvInputText from '@/components/VvInputText/VvInputText.vue';
3
+ declare const meta: Meta<typeof VvInputText>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof VvInputText>;
6
+ export declare const StorageSuggestions: Story;
7
+ export declare const ExternalSuggestions: Story;
8
+ export declare const BothSuggestions: Story;
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@volverjs/ui-vue",
3
3
  "type": "module",
4
- "version": "0.0.13-beta.3",
4
+ "version": "0.0.13-beta.4",
5
5
  "description": "@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.",
6
6
  "author": "8 wave S.r.l.",
7
7
  "license": "MIT",
8
8
  "homepage": "https://volverjs.github.io/ui-vue",
9
+ "engines": {
10
+ "node": ">=20.19.0"
11
+ },
9
12
  "repository": {
10
13
  "type": "git",
11
14
  "url": "https://github.com/volverjs/ui-vue"
@@ -389,7 +392,7 @@
389
392
  "vue": "^3.5.x"
390
393
  },
391
394
  "dependencies": {
392
- "@floating-ui/vue": "^1.1.9",
395
+ "@floating-ui/vue": "^1.1.10",
393
396
  "@iconify/tools": "^5.0.2",
394
397
  "@iconify/utils": "^3.1.0",
395
398
  "@iconify/vue": "^5.0.0",
@@ -406,59 +409,60 @@
406
409
  "yargs": "^18.0.0"
407
410
  },
408
411
  "devDependencies": {
409
- "@antfu/eslint-config": "7.0.0",
412
+ "@antfu/eslint-config": "7.2.0",
410
413
  "@babel/core": "^7.28.6",
411
414
  "@babel/preset-env": "^7.28.6",
412
415
  "@babel/preset-typescript": "^7.28.5",
413
416
  "@iconify/types": "^2.0.0",
414
417
  "@nabla/vite-plugin-eslint": "^2.0.6",
415
- "@storybook/addon-a11y": "^10.1.11",
416
- "@storybook/addon-docs": "^10.1.11",
417
- "@storybook/addon-links": "^10.1.11",
418
- "@storybook/addon-themes": "^10.1.11",
419
- "@storybook/addon-vitest": "^10.1.11",
420
- "@storybook/cli": "^10.1.11",
421
- "@storybook/vue3-vite": "^10.1.11",
418
+ "@storybook/addon-a11y": "^10.2.1",
419
+ "@storybook/addon-docs": "^10.2.1",
420
+ "@storybook/addon-links": "^10.2.1",
421
+ "@storybook/addon-themes": "^10.2.1",
422
+ "@storybook/addon-vitest": "^10.2.1",
423
+ "@storybook/cli": "^10.2.1",
424
+ "@storybook/vue3-vite": "^10.2.1",
422
425
  "@tsconfig/node18": "^18.2.6",
423
426
  "@types/jest-axe": "^3.5.9",
424
427
  "@types/jsdom": "^27.0.0",
425
- "@types/node": "^25.0.8",
428
+ "@types/node": "^25.0.10",
426
429
  "@types/pica": "^9.0.5",
427
430
  "@types/yargs": "^17.0.35",
428
431
  "@vitejs/plugin-vue": "^6.0.3",
429
- "@vitest/browser": "^4.0.17",
430
- "@vitest/browser-playwright": "^4.0.17",
432
+ "@vitest/browser": "^4.0.18",
433
+ "@vitest/browser-playwright": "^4.0.18",
431
434
  "@volverjs/style": "^0.1.23",
432
- "@vue/compiler-sfc": "^3.5.26",
435
+ "@vue/compiler-sfc": "^3.5.27",
433
436
  "@vue/eslint-config-typescript": "^14.6.0",
434
437
  "@vue/test-utils": "^2.4.6",
435
438
  "@vue/tsconfig": "^0.8.1",
436
- "@vueless/storybook-dark-mode": "^10.0.6",
439
+ "@vueless/storybook-dark-mode": "^10.0.7",
437
440
  "@vueuse/core": "^14.1.0",
441
+ "baseline-browser-mapping": "^2.9.18",
438
442
  "change-case": "^5.4.4",
439
443
  "eslint": "^9.39.2",
440
444
  "glob": "^13.0.0",
441
445
  "jest-axe": "^10.0.0",
442
446
  "jsdom": "^27.4.0",
443
447
  "npm-run-all": "^4.1.5",
444
- "playwright": "^1.57.0",
445
- "prettier": "^3.7.4",
446
- "react": "^19.2.3",
447
- "react-dom": "^19.2.3",
448
+ "playwright": "^1.58.0",
449
+ "prettier": "^3.8.1",
450
+ "react": "^19.2.4",
451
+ "react-dom": "^19.2.4",
448
452
  "remark": "^15.0.1",
449
- "sass-embedded": "1.97.2",
450
- "storybook": "^10.1.11",
453
+ "sass-embedded": "1.97.3",
454
+ "storybook": "^10.2.1",
451
455
  "storybook-addon-markdown-docs": "^2.0.0",
452
- "terser": "^5.44.1",
456
+ "terser": "^5.46.0",
453
457
  "ts-node": "^10.9.2",
454
458
  "typescript": "~5.9.3",
455
- "unplugin-auto-import": "^20.3.0",
456
- "unplugin-vue-components": "^30.0.0",
459
+ "unplugin-auto-import": "^21.0.0",
460
+ "unplugin-vue-components": "^31.0.0",
457
461
  "vite": "^7.3.1",
458
462
  "vite-plugin-externalize-deps": "^0.10.0",
459
- "vitest": "^4.0.17",
460
- "vue": "^3.5.26",
461
- "vue-tsc": "^3.2.2"
463
+ "vitest": "^4.0.18",
464
+ "vue": "^3.5.27",
465
+ "vue-tsc": "^3.2.4"
462
466
  },
463
467
  "scripts": {
464
468
  "dev": "storybook dev -p 6006",