@navikt/ds-css 5.6.3 → 5.6.5

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @navikt/ds-css
2
2
 
3
+ ## 5.6.5
4
+
5
+ ## 5.6.4
6
+
3
7
  ## 5.6.3
4
8
 
5
9
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Thu, 05 Oct 2023 08:14:28 GMT
4
+ * Generated on Tue, 10 Oct 2023 12:20:54 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-05: 0.125rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 05 Oct 2023 08:14:28 GMT
3
+ * Generated on Tue, 10 Oct 2023 12:20:54 GMT
4
4
  */
5
5
 
6
6
  :root, :host {
package/dist/index.css CHANGED
@@ -1,7 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Thu, 05 Oct 2023 08:14:28 GMT
4
+ * Generated on Tue, 10 Oct 2023 12:20:54 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-05: 0.125rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "5.6.3",
3
+ "version": "5.6.5",
4
4
  "description": "CSS for NAV Designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -27,13 +27,13 @@
27
27
  "css:get-version": "node config/get-version.js"
28
28
  },
29
29
  "devDependencies": {
30
- "@navikt/ds-tokens": "^5.6.3",
30
+ "@navikt/ds-tokens": "^5.6.5",
31
31
  "cssnano": "6.0.0",
32
32
  "fast-glob": "3.2.11",
33
33
  "lodash": "4.17.21",
34
34
  "nodemon": "^3.0.1",
35
35
  "normalize.css": "^8.0.1",
36
- "postcss": "^8.4.0",
36
+ "postcss": "^8.4.31",
37
37
  "postcss-cli": "^9.0.0",
38
38
  "postcss-combine-duplicated-selectors": "10.0.3",
39
39
  "postcss-import": "^14.1.0"