@aures5g/vue-component-library 3.9.0 → 3.13.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aures5g/vue-component-library",
3
- "version": "3.9.0",
3
+ "version": "3.13.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -27,53 +27,53 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "@awesome.me/kit-bccbe657bb": "^1.0.186",
30
- "@chromatic-com/storybook": "^4.1.1",
31
- "@fortawesome/fontawesome-common-types": "^7.1.0",
32
- "@fortawesome/fontawesome-svg-core": "^7.1.0",
33
- "@fortawesome/vue-fontawesome": "^3.0.8",
34
- "@storybook/addon-docs": "^9.1.2",
35
- "@storybook/addon-links": "^9.1.2",
36
- "@storybook/vue3-vite": "^9.1.2",
37
- "@tailwindcss/vite": "^4.1.11",
38
- "@tsconfig/node20": "^20.1.6",
30
+ "@chromatic-com/storybook": "^4.1.3",
31
+ "@fortawesome/fontawesome-common-types": "^7.2.0",
32
+ "@fortawesome/fontawesome-svg-core": "^7.2.0",
33
+ "@fortawesome/vue-fontawesome": "^3.1.3",
34
+ "@storybook/addon-docs": "^9.1.20",
35
+ "@storybook/addon-links": "^9.1.20",
36
+ "@storybook/vue3-vite": "^9.1.20",
37
+ "@tailwindcss/vite": "^4.2.1",
38
+ "@tsconfig/node24": "^24.0.4",
39
39
  "@types/jsdom": "^21.1.7",
40
- "@types/node": "^24.0.12",
41
- "@vitejs/plugin-vue": "^6.0.0",
42
- "@vitejs/plugin-vue-jsx": "^5.0.1",
40
+ "@types/node": "^24.12.0",
41
+ "@vitejs/plugin-vue": "^6.0.5",
42
+ "@vitejs/plugin-vue-jsx": "^5.1.5",
43
43
  "@vue/eslint-config-prettier": "^10.2.0",
44
- "@vue/eslint-config-typescript": "^14.6.0",
44
+ "@vue/eslint-config-typescript": "^14.7.0",
45
45
  "@vue/test-utils": "^2.4.6",
46
- "@vue/tsconfig": "^0.7.0",
47
- "@vueuse/components": "^13.5.0",
48
- "@vueuse/core": "^13.5.0",
46
+ "@vue/tsconfig": "^0.9.0",
47
+ "@vueuse/components": "^14.2.1",
48
+ "@vueuse/core": "^14.2.1",
49
49
  "cross-env": "^7.0.3",
50
- "eslint": "^9.30.1",
51
- "eslint-plugin-storybook": "^9.1.2",
52
- "eslint-plugin-vue": "^10.3.0",
50
+ "eslint": "^10.0.3",
51
+ "eslint-plugin-storybook": "^9.1.20",
52
+ "eslint-plugin-vue": "^10.8.0",
53
53
  "jsdom": "^26.1.0",
54
54
  "npm-run-all2": "^8.0.4",
55
- "prettier": "^3.6.2",
55
+ "prettier": "^3.8.1",
56
56
  "primevue": "^4.3.6",
57
- "storybook": "^9.1.2",
58
- "storybook-addon-tag-badges": "^2.0.2",
57
+ "storybook": "^9.1.20",
58
+ "storybook-addon-tag-badges": "^2.0.4",
59
59
  "storybook-addon-vue-mdx": "^2.0.2",
60
- "tailwindcss": "^4.1.11",
61
- "typescript": "~5.8.3",
62
- "vite": "^7.0.4",
60
+ "tailwindcss": "^4.2.1",
61
+ "typescript": "~5.9.3",
62
+ "vite": "^7.3.1",
63
63
  "vitest": "^3.2.4",
64
- "vue": "^3.5.17",
65
- "vue-router": "^4.5.1",
64
+ "vue": "^3.5.30",
65
+ "vue-router": "^5.0.3",
66
66
  "vue-tippy": "6.3.1",
67
- "vue-tsc": "^3.0.1",
68
- "@aures5g/style-guide": "^3.2.1"
67
+ "vue-tsc": "^3.2.6",
68
+ "@aures5g/style-guide": "^3.2.2"
69
69
  },
70
70
  "peerDependencies": {
71
- "@awesome.me/kit-bccbe657bb": "^1.0.180",
72
- "@fortawesome/vue-fontawesome": "^3.0.8",
73
- "@vueuse/components": "^13.5.0",
74
- "@vueuse/core": "^13.5.0",
75
- "vue": "^3.5.17",
76
- "vue-router": "^4.5.1",
71
+ "@awesome.me/kit-bccbe657bb": "^1.0.186",
72
+ "@fortawesome/vue-fontawesome": "^3.1.3",
73
+ "@vueuse/components": "^14.2.1",
74
+ "@vueuse/core": "^14.2.1",
75
+ "vue": "^3.5.30",
76
+ "vue-router": "^5.0.3",
77
77
  "vue-tippy": "^6.3.1"
78
78
  },
79
79
  "peerDependenciesMeta": {
@@ -8,3 +8,9 @@
8
8
  }
9
9
  }
10
10
  }
11
+
12
+ @custom-variant scrollable {
13
+ @container not scroll-state(scrollable: none) {
14
+ @slot;
15
+ }
16
+ }
@@ -1,5 +0,0 @@
1
- export declare const LANGUAGE_PICKER_POSITION: {
2
- readonly RIGHT: "right";
3
- readonly LEFT: "left";
4
- };
5
- export type LanguagePickerPosition = (typeof LANGUAGE_PICKER_POSITION)[keyof typeof LANGUAGE_PICKER_POSITION];
@@ -1,12 +0,0 @@
1
- export declare const BASE = "w-fit flex relative";
2
- export declare const SELECTED_LANG_BOX = "py-[0.5rem] w-fit";
3
- export declare const SELECTED_LANG_BTN = "size-[2.5rem] p-[0.25rem] rounded-full flex items-center justify-center bg-on-primary border-2 border-primary";
4
- export declare const UNSELECTED_LANG_BTN = "size-[2.5rem] p-[0.25rem] rounded-full flex items-center justify-center bg-on-primary border border-[#DDE2F3]";
5
- export declare const DROPDOWN = "absolute flex items-center gap-[0.25rem] py-[0.5rem]";
6
- export declare const DIVIDER = "h-[1.5rem] border-l border-l-outline/16";
7
- export declare const SLIDE_ENTER_ACTIVE = "transition-opacity ease-in duration-300";
8
- export declare const SLIDE_ENTER_FROM = "opacity-0";
9
- export declare const SLIDE_ENTER_TO = "opacity-100";
10
- export declare const SLIDE_LEAVE_ACTIVE = "transition-opacity ease-out duration-300";
11
- export declare const SLIDE_LEAVE_FROM = "opacity-100";
12
- export declare const SLIDE_LEAVE_TO = "opacity-0";