@oslokommune/punkt-css 12.6.6 → 12.7.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.
- package/CHANGELOG.md +18 -0
- package/dist/css/components/calendar.css +6 -0
- package/dist/css/components/calendar.min.css +1 -1
- package/dist/css/components/textinput.css +1 -1
- package/dist/css/components/textinput.min.css +1 -1
- package/dist/css/pkt-base.css +1 -1
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-components.css +7 -1
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-elements.css +3 -3
- package/dist/css/pkt-elements.min.css +1 -1
- package/dist/css/pkt-normalise.css +0 -9
- package/dist/css/pkt-normalise.min.css +1 -1
- package/dist/css/pkt.css +10 -13
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/abstracts/variables/_index.scss +1 -1
- package/dist/scss/components/_calendar.scss +5 -0
- package/dist/scss/normalise/_index.scss +0 -8
- package/package.json +3 -3
|
@@ -167,3 +167,8 @@ pkt-datepicker {
|
|
|
167
167
|
0px 2px 4px -2px rgba(0, 0, 0, 0.1),
|
|
168
168
|
0px 4px 6px -1px rgba(0, 0, 0, 0.1);
|
|
169
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.
|
|
3
|
+
"version": "12.7.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.
|
|
23
|
+
"@oslokommune/punkt-assets": "^12.7.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": "
|
|
57
|
+
"gitHead": "7b2a33ce60a8e0c1a424d40fc670c14c7b7a97be"
|
|
58
58
|
}
|