@dataforsyningen/designsystem
Advanced tools
Comparing version 8.0.1 to 8.1.0
{ | ||
"name": "@dataforsyningen/designsystem", | ||
"version": "8.0.1", | ||
"version": "8.1.0", | ||
"description": "Common design system for Klimadatastyrelsen with CSS, icons, UI components, and logo images.", | ||
@@ -18,3 +18,3 @@ "type": "module", | ||
"serve": "node bin/server.js", | ||
"build-css": "node_modules/.bin/esbuild --bundle --sourcemap index.css --outfile=assets/designsystem.css", | ||
"build-css": "node_modules/.bin/esbuild --bundle --sourcemap --minify index.css --outfile=assets/designsystem.css", | ||
"build-js": "node_modules/.bin/esbuild ./index.js --bundle --outfile=assets/designsystem.js --format=esm --loader:.svg=text", | ||
@@ -21,0 +21,0 @@ "build-docs": "node bin/build-docs.js", |
@@ -40,3 +40,3 @@ # Klimadatastyrelsen Designsystem | ||
... | ||
<link rel="stylesheet" href="https://cdn.dataforsyningen.dk/assets/designsystem/v7/designsystem.css"> | ||
<link rel="stylesheet" href="https://cdn.dataforsyningen.dk/assets/designsystem/v8/designsystem.css"> | ||
... | ||
@@ -67,3 +67,3 @@ <head> | ||
```html | ||
<svg><use href="https://cdn.dataforsyningen.dk/assets/designsystem/v7/icons.svg#notification" /></svg> | ||
<svg><use href="https://cdn.dataforsyningen.dk/assets/designsystem/v8/icons.svg#notification" /></svg> | ||
``` | ||
@@ -70,0 +70,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4784075
6646