sit-onyx 1.4.0-dev-20251118074438 → 1.4.0-dev-20251118092838
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/dist/index.js
CHANGED
|
@@ -7124,7 +7124,7 @@ const kc = (n, t) => {
|
|
|
7124
7124
|
));
|
|
7125
7125
|
}
|
|
7126
7126
|
}), pu = Symbol("Resizing"), Nt = Symbol("FILLER_COLUMN"), mu = (n) => (t) => {
|
|
7127
|
-
const e = V(), o = 48, l = V(/* @__PURE__ */ new Map()), { isEnabled: s } = xt(t, n), i =
|
|
7127
|
+
const e = V(), o = 48, l = V(/* @__PURE__ */ new Map()), { isEnabled: s } = xt(t, n), i = ie(n?.resizeState ?? /* @__PURE__ */ new Map()), u = V();
|
|
7128
7128
|
Q(
|
|
7129
7129
|
[l, i],
|
|
7130
7130
|
() => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sit-onyx",
|
|
3
3
|
"description": "A design system and Vue.js component library created by Schwarz IT",
|
|
4
|
-
"version": "1.4.0-dev-
|
|
4
|
+
"version": "1.4.0-dev-20251118092838",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Schwarz IT KG",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"typescript": ">= 5.2.2",
|
|
42
42
|
"vue": ">= 3.5.0",
|
|
43
|
-
"@sit-onyx/icons": "^1.2.0-dev-
|
|
43
|
+
"@sit-onyx/icons": "^1.2.0-dev-20251118092838"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@axe-core/playwright": "^4.11.0",
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"vue-i18n": "^11.1.12",
|
|
60
60
|
"vue-router": "^4.6.3",
|
|
61
61
|
"@sit-onyx/flags": "^1.0.0",
|
|
62
|
-
"@sit-onyx/headless": "^0.4.0-dev-
|
|
62
|
+
"@sit-onyx/headless": "^0.4.0-dev-20251118092838",
|
|
63
63
|
"@sit-onyx/playwright-utils": "^1.0.0",
|
|
64
64
|
"@sit-onyx/shared": "^0.1.0",
|
|
65
|
-
"@sit-onyx/storybook-utils": "^1.1.0-dev-
|
|
65
|
+
"@sit-onyx/storybook-utils": "^1.1.0-dev-20251118092838"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"dev": "storybook dev -p 6006 --no-open",
|