sit-onyx 1.4.0-dev-20251106141823 → 1.4.0-dev-20251106171054

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
@@ -4657,7 +4657,7 @@ const Co = /* @__PURE__ */ lo(Or, [["render", Rr]]), nt = /* @__PURE__ */ O({
4657
4657
  B(Oe, E({
4658
4658
  label: (
4659
4659
  // if type is `click` aria-label will always be defined
4660
- d["aria-label"]
4660
+ d["aria-label"] ?? ""
4661
4661
  ),
4662
4662
  icon: a(_o),
4663
4663
  class: "onyx-info-tooltip__trigger",
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-20251106141823",
4
+ "version": "1.4.0-dev-20251106171054",
5
5
  "type": "module",
6
6
  "author": "Schwarz IT KG",
7
7
  "license": "Apache-2.0",
@@ -40,29 +40,29 @@
40
40
  "peerDependencies": {
41
41
  "typescript": ">= 5.2.2",
42
42
  "vue": ">= 3.5.0",
43
- "@sit-onyx/icons": "^1.2.0-dev-20251106141823"
43
+ "@sit-onyx/icons": "^1.2.0-dev-20251106171054"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@axe-core/playwright": "^4.11.0",
47
47
  "@playwright/experimental-ct-vue": "1.56.1",
48
48
  "@playwright/test": "1.56.1",
49
- "@storybook/addon-a11y": "^10.0.4",
50
- "@vue/compiler-dom": "3.5.22",
49
+ "@storybook/addon-a11y": "^10.0.5",
50
+ "@vue/compiler-dom": "3.5.23",
51
51
  "@vue/test-utils": "^2.4.6",
52
52
  "axe-core": "^4.11.0",
53
53
  "eslint-plugin-vue-scoped-css": "^2.12.0",
54
- "sass-embedded": "1.93.2",
54
+ "sass-embedded": "1.93.3",
55
55
  "storybook-addon-tag-badges": "^3.0.2",
56
56
  "tsx": "^4.20.6",
57
- "vue": "3.5.22",
57
+ "vue": "3.5.23",
58
58
  "vue-component-type-helpers": "^3.1.3",
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-20251106141823",
62
+ "@sit-onyx/headless": "^0.4.0-dev-20251106171054",
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-20251106141823"
65
+ "@sit-onyx/storybook-utils": "^1.1.0-dev-20251106171054"
66
66
  },
67
67
  "scripts": {
68
68
  "dev": "storybook dev -p 6006 --no-open",