@muenchen/muc-patternlab-vue 8.2.0-beta.4 → 9.0.0

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.
@@ -627,7 +627,7 @@ var ae = Object.defineProperty, oe = (e, t) => {
627
627
  setup(e) {
628
628
  let t = n(() => {
629
629
  switch (e.type) {
630
- case "error":
630
+ case "error": return "warning";
631
631
  case "warning": return "warning";
632
632
  case "success": return "check";
633
633
  default: return "information";
@@ -776,7 +776,7 @@ var mt = /* @__PURE__ */ I(dt, [["render", pt], ["__scopeId", "data-v-a337b11f"]
776
776
  setup(e) {
777
777
  return (e, t) => (y(), a("p", Ut, [
778
778
  u(O(L), {
779
- class: "icon--before",
779
+ class: "icon icon--before",
780
780
  icon: "warning--filled"
781
781
  }),
782
782
  t[0] ||= o("span", { class: "visually-hidden" }, "Fehler:", -1),
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "FabianWilms",
4
4
  "description": "A vue component library of some of the components available from https://patternlab.muenchen.space",
5
5
  "license": "MIT",
6
- "version": "8.2.0-beta.4",
6
+ "version": "9.0.0",
7
7
  "private": false,
8
8
  "module": "./dist/muc-patternlab-vue.es.js",
9
9
  "main": "./dist/index.d.ts",