@oslokommune/punkt-css 12.3.4 → 12.4.0

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,7 +6,7 @@
6
6
  @forward 'spacing';
7
7
 
8
8
  // Default icon path
9
- $icon-path: 'https://punkt-cdn.oslo.kommune.no/12.3/icons' !default;
9
+ $icon-path: 'https://punkt-cdn.oslo.kommune.no/12.4/icons' !default;
10
10
 
11
11
  // Borders
12
12
  $border-width: (
@@ -210,7 +210,9 @@ input[type='date'],
210
210
  input[type='time'],
211
211
  input[type='datetime-local'],
212
212
  input[type='month'] {
213
- -webkit-appearance: textfield;
213
+ -webkit-appearance: none;
214
+ -moz-appearance: none;
215
+ appearance: none;
214
216
  }
215
217
 
216
218
  input::-webkit-datetime-edit {
@@ -225,7 +227,6 @@ input[type='date']::-webkit-calendar-picker-indicator {
225
227
  display: none;
226
228
  -webkit-appearance: none;
227
229
  }
228
-
229
230
  /**
230
231
  * 1. Correct the odd appearance in Chrome and Safari.
231
232
  * 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.3.4",
3
+ "version": "12.4.0",
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",
@@ -20,7 +20,7 @@
20
20
  "preview": "astro preview"
21
21
  },
22
22
  "devDependencies": {
23
- "@oslokommune/punkt-assets": "^12.1.0",
23
+ "@oslokommune/punkt-assets": "^12.4.0",
24
24
  "edit-json-file": "^1.8.0",
25
25
  "fs-extra": "^11.2.0",
26
26
  "prettier": "^3.3.3",
@@ -54,5 +54,5 @@
54
54
  "url": "https://github.com/oslokommune/punkt/issues"
55
55
  },
56
56
  "license": "MIT",
57
- "gitHead": "03713d6eb45c661add11500370667746903294dc"
57
+ "gitHead": "aeafb5797aedf64dcfe413b752d9f46bc7a82189"
58
58
  }