@oslokommune/punkt-css 13.9.0 → 13.9.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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,24 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [13.9.1](https://github.com/oslokommune/punkt/compare/13.9.0...13.9.1) (2025-10-24)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ * `.pkt-hide` sammen med `.pkt-show-#{$name}-up` funker ikke (#3085).
18
+
19
+
20
+ ### Chores
21
+ Ingen
22
+
23
+ ---
24
+
25
+
8
26
  ## [13.9.0](https://github.com/oslokommune/punkt/compare/13.8.1...13.9.0) (2025-10-17)
9
27
 
10
28
  ### ⚠ BREAKING CHANGES
@@ -17161,91 +17161,109 @@ button.pkt-link {
17161
17161
  }
17162
17162
 
17163
17163
  @media screen and (min-width: 0) {
17164
- .pkt-hide-mobile-up {
17164
+ .pkt-hide-mobile-up,
17165
+ .pkt-show.pkt-hide-mobile-up {
17165
17166
  display: none !important;
17166
17167
  }
17167
17168
  }
17168
17169
 
17169
- .pkt-show-mobile-up {
17170
+ .pkt-show-mobile-up,
17171
+ .pkt-hide.pkt-show-mobile-up {
17170
17172
  display: none !important;
17171
17173
  }
17172
17174
  @media screen and (min-width: 0) {
17173
- .pkt-show-mobile-up {
17175
+ .pkt-show-mobile-up,
17176
+ .pkt-hide.pkt-show-mobile-up {
17174
17177
  display: block !important;
17175
17178
  }
17176
17179
  }
17177
17180
 
17178
17181
  @media screen and (min-width: 36rem) {
17179
- .pkt-hide-phablet-up {
17182
+ .pkt-hide-phablet-up,
17183
+ .pkt-show.pkt-hide-phablet-up {
17180
17184
  display: none !important;
17181
17185
  }
17182
17186
  }
17183
17187
 
17184
- .pkt-show-phablet-up {
17188
+ .pkt-show-phablet-up,
17189
+ .pkt-hide.pkt-show-phablet-up {
17185
17190
  display: none !important;
17186
17191
  }
17187
17192
  @media screen and (min-width: 36rem) {
17188
- .pkt-show-phablet-up {
17193
+ .pkt-show-phablet-up,
17194
+ .pkt-hide.pkt-show-phablet-up {
17189
17195
  display: block !important;
17190
17196
  }
17191
17197
  }
17192
17198
 
17193
17199
  @media screen and (min-width: 48rem) {
17194
- .pkt-hide-tablet-up {
17200
+ .pkt-hide-tablet-up,
17201
+ .pkt-show.pkt-hide-tablet-up {
17195
17202
  display: none !important;
17196
17203
  }
17197
17204
  }
17198
17205
 
17199
- .pkt-show-tablet-up {
17206
+ .pkt-show-tablet-up,
17207
+ .pkt-hide.pkt-show-tablet-up {
17200
17208
  display: none !important;
17201
17209
  }
17202
17210
  @media screen and (min-width: 48rem) {
17203
- .pkt-show-tablet-up {
17211
+ .pkt-show-tablet-up,
17212
+ .pkt-hide.pkt-show-tablet-up {
17204
17213
  display: block !important;
17205
17214
  }
17206
17215
  }
17207
17216
 
17208
17217
  @media screen and (min-width: 64rem) {
17209
- .pkt-hide-tablet-big-up {
17218
+ .pkt-hide-tablet-big-up,
17219
+ .pkt-show.pkt-hide-tablet-big-up {
17210
17220
  display: none !important;
17211
17221
  }
17212
17222
  }
17213
17223
 
17214
- .pkt-show-tablet-big-up {
17224
+ .pkt-show-tablet-big-up,
17225
+ .pkt-hide.pkt-show-tablet-big-up {
17215
17226
  display: none !important;
17216
17227
  }
17217
17228
  @media screen and (min-width: 64rem) {
17218
- .pkt-show-tablet-big-up {
17229
+ .pkt-show-tablet-big-up,
17230
+ .pkt-hide.pkt-show-tablet-big-up {
17219
17231
  display: block !important;
17220
17232
  }
17221
17233
  }
17222
17234
 
17223
17235
  @media screen and (min-width: 80rem) {
17224
- .pkt-hide-laptop-up {
17236
+ .pkt-hide-laptop-up,
17237
+ .pkt-show.pkt-hide-laptop-up {
17225
17238
  display: none !important;
17226
17239
  }
17227
17240
  }
17228
17241
 
17229
- .pkt-show-laptop-up {
17242
+ .pkt-show-laptop-up,
17243
+ .pkt-hide.pkt-show-laptop-up {
17230
17244
  display: none !important;
17231
17245
  }
17232
17246
  @media screen and (min-width: 80rem) {
17233
- .pkt-show-laptop-up {
17247
+ .pkt-show-laptop-up,
17248
+ .pkt-hide.pkt-show-laptop-up {
17234
17249
  display: block !important;
17235
17250
  }
17236
17251
  }
17237
17252
 
17238
17253
  @media screen and (min-width: 100rem) {
17239
- .pkt-hide-desktop-up {
17254
+ .pkt-hide-desktop-up,
17255
+ .pkt-show.pkt-hide-desktop-up {
17240
17256
  display: none !important;
17241
17257
  }
17242
17258
  }
17243
17259
 
17244
- .pkt-show-desktop-up {
17260
+ .pkt-show-desktop-up,
17261
+ .pkt-hide.pkt-show-desktop-up {
17245
17262
  display: none !important;
17246
17263
  }
17247
17264
  @media screen and (min-width: 100rem) {
17248
- .pkt-show-desktop-up {
17265
+ .pkt-show-desktop-up,
17266
+ .pkt-hide.pkt-show-desktop-up {
17249
17267
  display: block !important;
17250
17268
  }
17251
17269
  }