sit-onyx 1.0.1-dev-20250923054646 → 1.1.0-dev-20250923060214

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
@@ -2099,11 +2099,11 @@ const oo = /* @__PURE__ */ Vt(Zs, [["render", Qs]]), Le = /* @__PURE__ */ A({
2099
2099
  let n = 1;
2100
2100
  const t = V([]), e = (a) => {
2101
2101
  const s = n++;
2102
- t.value.unshift({
2102
+ return t.value.unshift({
2103
2103
  ...a,
2104
2104
  id: s,
2105
2105
  onClose: () => o(s)
2106
- });
2106
+ }), s;
2107
2107
  }, o = (a) => {
2108
2108
  t.value = t.value.filter((s) => s.id !== a);
2109
2109
  };
@@ -2122,7 +2122,7 @@ const oo = /* @__PURE__ */ Vt(Zs, [["render", Qs]]), Le = /* @__PURE__ */ A({
2122
2122
  // provide fallback so "useNotification()" does not return "undefined"
2123
2123
  () => ({
2124
2124
  notifications: m(() => []),
2125
- show: n,
2125
+ show: () => -1,
2126
2126
  remove: n
2127
2127
  }),
2128
2128
  !0
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.0.1-dev-20250923054646",
4
+ "version": "1.1.0-dev-20250923060214",
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.1.0-dev-20250923054646"
43
+ "@sit-onyx/icons": "^1.1.0-dev-20250923060214"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@axe-core/playwright": "^4.10.2",
@@ -59,8 +59,8 @@
59
59
  "vue-i18n": "^11.1.12",
60
60
  "vue-router": "^4.5.1",
61
61
  "@sit-onyx/flags": "^1.0.0",
62
- "@sit-onyx/playwright-utils": "^1.0.0",
63
62
  "@sit-onyx/headless": "^0.1.0",
63
+ "@sit-onyx/playwright-utils": "^1.0.0",
64
64
  "@sit-onyx/shared": "^0.1.0",
65
65
  "@sit-onyx/storybook-utils": "^1.0.0"
66
66
  },