@oslokommune/punkt-css 0.21.6 → 0.22.1

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.
@@ -6,6 +6,6 @@
6
6
  @use '../abstracts/placeholders';
7
7
 
8
8
  // content available to screen readers only
9
- .sr-only {
9
+ .pkt-sr-only {
10
10
  @extend %sr-only;
11
11
  }
@@ -83,13 +83,13 @@ a {
83
83
  /*
84
84
  * Alignment
85
85
  */
86
- .text-start {
86
+ .pkt-txt-start {
87
87
  text-align: left !important;
88
88
  }
89
- .text-end {
89
+ .pkt-txt-end {
90
90
  text-align: right !important;
91
91
  }
92
- .text-center {
92
+ .pkt-txt-center {
93
93
  text-align: center !important;
94
94
  }
95
95
 
@@ -97,6 +97,6 @@ a {
97
97
  * Truncate text
98
98
  * requires inline-block or block
99
99
  */
100
- .truncate-text {
100
+ .pkt-truncate-txt {
101
101
  @include typography.truncate-text();
102
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "0.21.6",
3
+ "version": "0.22.1",
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",
@@ -21,7 +21,7 @@
21
21
  "watch": "chokidar \"src/scss/**/*\" -c \"npm run build\""
22
22
  },
23
23
  "devDependencies": {
24
- "@oslokommune/punkt-assets": "^0.21.4",
24
+ "@oslokommune/punkt-assets": "^0.22.1",
25
25
  "astro": "^2.0.2",
26
26
  "chokidar-cli": "^3.0.0",
27
27
  "edit-json-file": "^1.7.0",
@@ -57,5 +57,5 @@
57
57
  "url": "https://github.com/oslokommune/punkt/issues"
58
58
  },
59
59
  "license": "MIT",
60
- "gitHead": "1b31674a385abed448dd22307a2ad8bb6183372e"
60
+ "gitHead": "0ba5e075589c4eb7a6307106d19f90640e5b4553"
61
61
  }