slu-design-system 1.2.39 → 1.2.43

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.
Binary file
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by IcoMoon</metadata>
5
+ <defs>
6
+ <font id="icomoon" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
+ <glyph unicode="&#xe900;" glyph-name="dyntaxaikon" d="M832.853 716.288l146.773-0.546-572.006-608.393-151.62 0.956 576.853 607.983zM413.013 714.172l133.12-0.137 167.253-160.222-85.129-80.555-215.245 240.913zM65.536 714.103l144.384-0.068 327.68-327.68-82.466-86.494-389.598 414.242z" />
11
+ </font></defs></svg>
Binary file
Binary file
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "slu-design-system",
3
- "version": "1.2.39",
3
+ "version": "1.2.43",
4
4
  "description": "Artdatabanken designsystem",
5
5
  "scripts": {
6
6
  "build": "sass src/designsystem-default.scss dist/designsystem-default.css",
7
7
  "css-minify": "cleancss --format breaksWith=lf --output dist/designsystem-default.min.css dist/designsystem-default.css",
8
- "serve": "sass --watch src/designsystem-default.scss dist/designsystem-default.css",
8
+ "start": "sass --watch src/designsystem-default.scss dist/designsystem-default.css",
9
9
  "build-prod": "npm run build && npm run css-minify"
10
10
  },
11
11
  "author": "ADB",
12
12
  "license": "ISC",
13
13
  "devDependencies": {
14
+ "bootstrap": "^5.1.1",
14
15
  "clean-css-cli": "^5.3.3",
15
- "sass": "^1.42.1",
16
- "bootstrap": "^5.1.1"
16
+ "sass": "^1.42.1"
17
17
  }
18
18
  }