@oslokommune/punkt-css 0.20.26 → 0.21.2

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.
@@ -1,5 +1,5 @@
1
1
  // Typography
2
- $font-path: '@oslokommune/punkt-assets' !default;
2
+ $font-path: '..' !default;
3
3
 
4
4
  $font-family: (
5
5
  'normal': "'Oslo Sans', arial, sans-serif",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "0.20.26",
3
+ "version": "0.21.2",
4
4
  "description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -13,21 +13,23 @@
13
13
  "CHANGELOG.md"
14
14
  ],
15
15
  "scripts": {
16
+ "astro": "astro",
16
17
  "build": "node ./scripts/build.js",
17
- "watch": "chokidar \"src/**/*\" -c \"npm run build\"",
18
- "dev": "vite serve dev/",
19
- "preview": "vite preview"
18
+ "build-app": "node ./scripts/build-app.js && astro build",
19
+ "dev": "astro dev",
20
+ "preview": "astro preview",
21
+ "watch": "chokidar \"src/scss/**/*\" -c \"npm run build\""
20
22
  },
21
23
  "devDependencies": {
22
- "@oslokommune/punkt-assets": "^0.20.26",
24
+ "@oslokommune/punkt-assets": "^0.21.0",
25
+ "astro": "^2.0.2",
23
26
  "chokidar-cli": "^3.0.0",
24
- "edit-json-file": "^1.6.2",
25
- "fs-extra": "^10.0.0",
26
- "prettier": "^2.4.1",
27
- "sass": "^1.55.0",
28
- "svgo": "^2.8.0",
29
- "svgson": "^5.2.1",
30
- "vite": "^3.1.0"
27
+ "edit-json-file": "^1.7.0",
28
+ "fs-extra": "^11.1.0",
29
+ "prettier": "^2.8.3",
30
+ "sass": "^1.57.1",
31
+ "svgo": "^3.0.2",
32
+ "svgson": "^5.2.1"
31
33
  },
32
34
  "peerDependencies": {
33
35
  "@oslokommune/punkt-assets": ">=0.20.0"
@@ -55,5 +57,5 @@
55
57
  "url": "https://github.com/oslokommune/punkt/issues"
56
58
  },
57
59
  "license": "MIT",
58
- "gitHead": "9c4621c2f0182008cf7087a8acec412a9fb32f8a"
60
+ "gitHead": "524b7be8e1ce2557e1cabfce8a1e08b9dd290f7b"
59
61
  }