sit-onyx 1.2.0-dev-20251008133229 → 1.2.0-dev-20251010055521

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
@@ -6647,7 +6647,7 @@ const Gi = (o, t) => {
6647
6647
  get: () => C.value(k.value),
6648
6648
  set: (x) => {
6649
6649
  const T = new Date(x ?? "");
6650
- k.value = ro(T) ? T.toISOString() : "";
6650
+ k.value = ro(T) ? T.toISOString() : void 0;
6651
6651
  }
6652
6652
  }), M = oe("inputRef");
6653
6653
  return Ie(M, e), (x, T) => l(b) ? (i(), 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.2.0-dev-20251008133229",
4
+ "version": "1.2.0-dev-20251010055521",
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.5.1",
61
- "@sit-onyx/flags": "^1.0.0",
62
61
  "@sit-onyx/playwright-utils": "^1.0.0",
62
+ "@sit-onyx/flags": "^1.0.0",
63
63
  "@sit-onyx/headless": "^0.1.0",
64
- "@sit-onyx/shared": "^0.1.0",
65
- "@sit-onyx/storybook-utils": "^1.0.1"
64
+ "@sit-onyx/storybook-utils": "^1.0.1",
65
+ "@sit-onyx/shared": "^0.1.0"
66
66
  },
67
67
  "scripts": {
68
68
  "dev": "storybook dev -p 6006 --no-open",