@sb1/ffe-datepicker 100.4.0 → 100.4.2
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/css/datepicker.css +1 -1
- package/less/calendar.less +1 -1
- package/package.json +5 -5
package/css/datepicker.css
CHANGED
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
color: var(--ffe-color-component-form-input-foreground-disabled);
|
|
317
317
|
}
|
|
318
318
|
.ffe-calendar__date--disabled.ffe-calendar__date--selected {
|
|
319
|
-
background: var(--ffe-color-fill-
|
|
319
|
+
background: var(--ffe-color-component-form-input-fill-disabled);
|
|
320
320
|
color: var(--ffe-color-foreground-subtle);
|
|
321
321
|
}
|
|
322
322
|
@media (hover: hover) and (pointer: fine) {
|
package/less/calendar.less
CHANGED
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
color: var(--ffe-color-component-form-input-foreground-disabled);
|
|
185
185
|
|
|
186
186
|
&.ffe-calendar__date--selected {
|
|
187
|
-
background: var(--ffe-color-fill-
|
|
187
|
+
background: var(--ffe-color-component-form-input-fill-disabled);
|
|
188
188
|
color: var(--ffe-color-foreground-subtle);
|
|
189
189
|
}
|
|
190
190
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sb1/ffe-datepicker",
|
|
3
|
-
"version": "100.4.
|
|
3
|
+
"version": "100.4.2",
|
|
4
4
|
"description": "FFE Datepicker",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "SpareBank 1",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"build": "lessc less/datepicker.less css/datepicker.css --autoprefix"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@sb1/ffe-core": "^100.4.
|
|
24
|
-
"@sb1/ffe-form": "^100.4.
|
|
23
|
+
"@sb1/ffe-core": "^100.4.2",
|
|
24
|
+
"@sb1/ffe-form": "^100.4.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@sb1/ffe-buildtool": "^100.4.
|
|
27
|
+
"@sb1/ffe-buildtool": "^100.4.2"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "ad986e390a21ff4d026fab1127022dd2d4bde024"
|
|
33
33
|
}
|