sit-onyx 1.3.0-dev-20251021054215 → 1.3.0-dev-20251021070623
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
|
@@ -6375,7 +6375,7 @@ const Xi = (n, t) => {
|
|
|
6375
6375
|
if (!r.value) return;
|
|
6376
6376
|
s.value = r.value.getBoundingClientRect().width, c.value = !0, u = new AbortController();
|
|
6377
6377
|
const x = { signal: u.signal, passive: !0 };
|
|
6378
|
-
window.addEventListener("mousemove", h, x), window.addEventListener("mouseup", _, x), window.addEventListener("keydown", v, x), o("start");
|
|
6378
|
+
window.addEventListener("mousemove", h, x), window.addEventListener("mouseup", _, x), window.addEventListener("keydown", v, x), window.addEventListener("selectstart", (g) => g.preventDefault(), { ...x, passive: !1 }), o("start");
|
|
6379
6379
|
};
|
|
6380
6380
|
Be(() => {
|
|
6381
6381
|
W(
|
|
@@ -6458,7 +6458,7 @@ const Xi = (n, t) => {
|
|
|
6458
6458
|
thAttributes: _e(v, _.thAttributes)
|
|
6459
6459
|
};
|
|
6460
6460
|
});
|
|
6461
|
-
return h.push({ key: At, type: { name: At }, label: "" }), h;
|
|
6461
|
+
return h.push({ key: At, type: { name: At }, width: "auto", label: "" }), h;
|
|
6462
6462
|
}, d = (p, h, _) => {
|
|
6463
6463
|
const v = p.default?.();
|
|
6464
6464
|
return !s.value(h.key) || _ ? v : [
|
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.3.0-dev-
|
|
4
|
+
"version": "1.3.0-dev-20251021070623",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Schwarz IT KG",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"vue-component-type-helpers": "^3.1.1",
|
|
59
59
|
"vue-i18n": "^11.1.12",
|
|
60
60
|
"vue-router": "^4.6.3",
|
|
61
|
+
"@sit-onyx/headless": "^0.2.0",
|
|
61
62
|
"@sit-onyx/flags": "^1.0.0",
|
|
62
|
-
"@sit-onyx/playwright-utils": "^1.0.0",
|
|
63
|
-
"@sit-onyx/storybook-utils": "^1.0.2",
|
|
64
63
|
"@sit-onyx/shared": "^0.1.0",
|
|
65
|
-
"@sit-onyx/
|
|
64
|
+
"@sit-onyx/storybook-utils": "^1.0.2",
|
|
65
|
+
"@sit-onyx/playwright-utils": "^1.0.0"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"dev": "storybook dev -p 6006 --no-open",
|