Skip to content

Commit

Permalink
Merge pull request #409 from it-at-m/400-update-mde-to-v107
Browse files Browse the repository at this point in the history
400 update mde to v107
  • Loading branch information
FabianWilms authored Feb 5, 2025
2 parents 476e42c + 0b163a7 commit f7cb153
Show file tree
Hide file tree
Showing 6 changed files with 5,823 additions and 6,509 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- Load MDE-CSS from assets-Server -->
<link
rel="stylesheet"
href="https://assets.muenchen.de/mde/1.0.6/css/muenchende-fontfaces.css"
href="https://assets.muenchen.de/mde/1.0.7/css/muenchende-fontfaces.css"
/>
<link
rel="stylesheet"
href="https://assets.muenchen.de/mde/1.0.6/css/muenchende-style.css"
href="https://assets.muenchen.de/mde/1.0.7/css/muenchende-style.css"
/>
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/GettingStarted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In your Webcomponents root you should import the MDE5-CSS from assets.muenchen.d

<template>
<link
href="https://assets.muenchen.de/mde/1.0.6/css/muenchende-style.css"
href="https://assets.muenchen.de/mde/1.0.7/css/muenchende-style.css"
rel="stylesheet"
/>

Expand Down
Loading

0 comments on commit f7cb153

Please sign in to comment.