@oslokommune/punkt-css 13.6.10 → 13.6.15

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.
@@ -154,6 +154,13 @@ pkt-datepicker {
154
154
  }
155
155
  }
156
156
  }
157
+
158
+ pkt-datepicker-single,
159
+ pkt-datepicker-range,
160
+ pkt-datepicker-multiple {
161
+ display: block;
162
+ }
163
+
157
164
  .pkt-datepicker__inputs {
158
165
  width: 100%;
159
166
  position: relative;
@@ -148,7 +148,7 @@ pkt-select {
148
148
 
149
149
  &:disabled,
150
150
  &:disabled::placeholder,
151
- &[readonly] {
151
+ &[readonly]:not(.ios-readonly-hack) {
152
152
  opacity: 1;
153
153
  background-color: var(--pkt-color-surface-default-gray);
154
154
  border-color: var(--pkt-color-input-border-disabled);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "13.6.10",
3
+ "version": "13.6.15",
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",
@@ -55,5 +55,5 @@
55
55
  "url": "https://github.com/oslokommune/punkt/issues"
56
56
  },
57
57
  "license": "MIT",
58
- "gitHead": "0eaf5483d55590a0fa341a79c1f30d51d15c5741"
58
+ "gitHead": "4798e1ff1529f3e32cd4c4173fab3ec3586319da"
59
59
  }