@felleslosninger/minid-elements 0.0.124 → 0.0.126

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,7 @@ Alternatively, you can use MinId Elements directly from our CDN. Here's an examp
32
32
  <meta charset="UTF-8">
33
33
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
34
34
  <title>MinID CDN Example</title>
35
- <link rel="stylesheet" href="https://cdn.minid.no/minid-elements/latest/index.css" data-mid-tailwind />
35
+ <link rel="stylesheet" href="https://cdn.minid.no/minid-elements/latest/index.css" data-mid-tailwind crossorigin="anonymous"/>
36
36
  <script type="module" src="https://cdn.minid.no/minid-elements/latest/index.js"></script>
37
37
  </head>
38
38
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felleslosninger/minid-elements",
3
- "version": "0.0.124",
3
+ "version": "0.0.126",
4
4
  "description": "MinID Web Components",
5
5
  "author": "Digitaliseringsdirektoratet",
6
6
  "license": "MIT",