@sb1/ffe-datepicker 100.12.0 → 100.12.3

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.
@@ -205,6 +205,9 @@
205
205
  overflow-wrap: anywhere;
206
206
  color: var(--ffe-color-foreground-subtle);
207
207
  }
208
+ .ffe-calendar__weekday--underline {
209
+ border-bottom: var(--ffe-g-border-width) solid currentColor;
210
+ }
208
211
  .ffe-calendar__weekdays {
209
212
  margin-bottom: var(--ffe-spacing-2xs);
210
213
  }
@@ -250,6 +253,9 @@
250
253
  line-height: 2.1875;
251
254
  cursor: pointer;
252
255
  }
256
+ .ffe-calendar__date--underline {
257
+ border-bottom: var(--ffe-g-border-width) solid currentColor;
258
+ }
253
259
  .ffe-calendar__date--today {
254
260
  border: var(--ffe-g-border-width) solid var(--ffe-color-border-primary-emphasis);
255
261
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sb1/ffe-datepicker",
3
- "version": "100.12.0",
3
+ "version": "100.12.3",
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.12.0",
24
- "@sb1/ffe-form": "^100.12.0"
23
+ "@sb1/ffe-core": "^100.12.3",
24
+ "@sb1/ffe-form": "^100.12.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@sb1/ffe-buildtool": "^100.12.0"
27
+ "@sb1/ffe-buildtool": "^100.12.3"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "78dd47a4064087480913e75ebd87b6c7deda6c54"
32
+ "gitHead": "c250edc3d20e5ed115c5c5951495d700e96a3be3"
33
33
  }