@open-xamu-co/ui-components-vue 4.0.0-next.3 → 4.0.0-next.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/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  Xamu UI
2
2
 
3
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.5](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.4...@open-xamu-co/ui-components-vue-v4.0.0-next.5) (2026-01-08)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * whether typos ([1adadf7](https://github.com/xamu-co/ui/commit/1adadf77d5bc1d985c158dd9b8bd36837f724ac0))
9
+
10
+
11
+
12
+
13
+
14
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.5"
15
+ Updating "nuxt"
16
+ Succesfully updated "nuxt" package
17
+
18
+ # [@open-xamu-co/ui-components-vue-v4.0.0-next.4](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.3...@open-xamu-co/ui-components-vue-v4.0.0-next.4) (2026-01-06)
19
+
20
+
21
+ ### Features
22
+
23
+ * expose stylesheet preload function on module ([56dbf1f](https://github.com/xamu-co/ui/commit/56dbf1fe6b2fa12b6776add6dcda86524ea84fd1))
24
+
25
+
26
+
27
+
28
+
29
+ Updating dependant packages with "@open-xamu-co/ui-components-vue" version "4.0.0-next.4"
30
+ Updating "nuxt"
31
+ Succesfully updated "nuxt" package
32
+
3
33
  # [@open-xamu-co/ui-components-vue-v4.0.0-next.3](https://github.com/xamu-co/ui/compare/@open-xamu-co/ui-components-vue-v4.0.0-next.2...@open-xamu-co/ui-components-vue-v4.0.0-next.3) (2026-01-01)
4
34
 
5
35
 
@@ -1,7 +1,7 @@
1
1
  import type { Teleport } from "vue";
2
2
  import type { vComponent } from "../../types/plugin";
3
3
  type __VLS_Props = {
4
- /** Wheter or not render the wrapper */
4
+ /** Whether or not render the wrapper */
5
5
  wrap: boolean;
6
6
  /** Component or tag to render as wrapper */
7
7
  wrapper?: vComponent | typeof Teleport | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-xamu-co/ui-components-vue",
3
- "version": "4.0.0-next.3",
3
+ "version": "4.0.0-next.5",
4
4
  "description": "Vue component system for the xamu project",
5
5
  "scripts": {
6
6
  "build:entries": "rimraf dist && vite build",
@@ -63,7 +63,7 @@
63
63
  "dependencies": {
64
64
  "@fortawesome/fontawesome-common-types": "^6.4.0",
65
65
  "@open-xamu-co/ui-common-enums": "^4.0.0-next.1",
66
- "@open-xamu-co/ui-common-helpers": "^4.0.0-next.2",
66
+ "@open-xamu-co/ui-common-helpers": "^4.0.0-next.3",
67
67
  "lodash-es": "^4.17.21",
68
68
  "sweetalert2": "^11.11.1",
69
69
  "ts-md5": "^1.3.1",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "devDependencies": {
74
74
  "@open-xamu-co/ui-common-types": "^4.0.0-next.3",
75
- "@open-xamu-co/ui-styles": "^5.0.0-next.2",
75
+ "@open-xamu-co/ui-styles": "^5.0.0-next.3",
76
76
  "@playwright/test": "^1.57.0",
77
77
  "@storybook/addon-docs": "^10.1.9",
78
78
  "@storybook/addon-links": "^10.1.9",