@oslokommune/punkt-css 12.6.3 → 12.6.7

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.
@@ -35,7 +35,8 @@ pkt-calendar {
35
35
  border: 0;
36
36
  }
37
37
  .pkt-btn,
38
- td > div {
38
+ td > div,
39
+ th > div {
39
40
  font: inherit;
40
41
  aspect-ratio: 1 / 1;
41
42
  display: flex;
@@ -166,3 +167,8 @@ pkt-datepicker {
166
167
  0px 2px 4px -2px rgba(0, 0, 0, 0.1),
167
168
  0px 4px 6px -1px rgba(0, 0, 0, 0.1);
168
169
  }
170
+ .pkt-datepicker__input::-webkit-inner-spin-button,
171
+ .pkt-datepicker__input::-webkit-calendar-picker-indicator {
172
+ display: none;
173
+ -webkit-appearance: none;
174
+ }
@@ -219,14 +219,6 @@ input::-webkit-datetime-edit {
219
219
  margin-bottom: -4px;
220
220
  }
221
221
 
222
- /**
223
- * Remove the calendar icon in date inputs
224
- */
225
- input[type='date']::-webkit-inner-spin-button,
226
- input[type='date']::-webkit-calendar-picker-indicator {
227
- display: none;
228
- -webkit-appearance: none;
229
- }
230
222
  /**
231
223
  * 1. Correct the odd appearance in Chrome and Safari.
232
224
  * 2. Correct the outline style in Safari.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "12.6.3",
3
+ "version": "12.6.7",
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",
@@ -54,5 +54,5 @@
54
54
  "url": "https://github.com/oslokommune/punkt/issues"
55
55
  },
56
56
  "license": "MIT",
57
- "gitHead": "35d60829b1e58b95a4771db7ec1d93ea00574269"
57
+ "gitHead": "1ccb0cec3d296a4f0b3ce3abe714b8a271ad6f31"
58
58
  }