diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 559b830e..414b5bb8 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -1,9 +1,9 @@ diff --git a/README.md b/README.md index 41a2cf97..87a71b05 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,14 @@ # muc-patternlab-vue This repository contains a ready-to-use Vue-Components-Library based -on [munich.de's MDE5 Patternlab](https://patternlab.muenchen.space/). Current supported Version -is [1.0.4](https://patternlab.muenchen.space/?p=documentation-changelog). +on [munich.de's MDE5 Patternlab](https://patternlab.muenchen.space/). + +The supported MDE-Version can be taken out of the following table: + +| muc-patternlab-vue | MDE Version | +| >= 4.x | [1.0.7](https://patternlab.muenchen.space/?p=documentation-changelog) | +| >= 3.x | [1.0.6](https://patternlab.muenchen.space/?p=documentation-changelog) | +| < 3.x | [1.0.4](https://patternlab.muenchen.space/?p=documentation-changelog) | In its current state only some components exist. The library will continually grow as the need for new components grows. diff --git a/docs/GettingStarted.mdx b/docs/GettingStarted.mdx index 12467d4c..9815e3aa 100644 --- a/docs/GettingStarted.mdx +++ b/docs/GettingStarted.mdx @@ -45,7 +45,7 @@ In your Webcomponents root you should import the MDE5-CSS from assets.muenchen.d - - diff --git a/src/components/Callout/MucCallout.vue b/src/components/Callout/MucCallout.vue index 9117d939..d7841917 100644 --- a/src/components/Callout/MucCallout.vue +++ b/src/components/Callout/MucCallout.vue @@ -108,29 +108,3 @@ const typeAriaLabel = computed(() => { } }); - -