@entur/datepicker 11.5.11 → 11.6.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.
Files changed (2) hide show
  1. package/dist/styles.css +6 -1
  2. package/package.json +11 -11
package/dist/styles.css CHANGED
@@ -21,7 +21,7 @@
21
21
  --components-datepicker-calendar-datefill-hover:rgba(229, 229, 233, 0.3490196078);
22
22
  --components-datepicker-calendar-datefill-selected:rgba(229, 229, 233, 0.1490196078);
23
23
  --components-datepicker-calendar-icon:#e5e5e9;
24
- --components-datepicker-calendar-stroke-today:#ff9494;
24
+ --components-datepicker-calendar-stroke-today:#ff5959;
25
25
  --components-datepicker-calendar-text-accent:#e5e5e9;
26
26
  --components-datepicker-calendar-text-disabled:#6e6f73;
27
27
  --components-datepicker-calendar-text-subdued:#b3b4bd;
@@ -251,6 +251,11 @@
251
251
  color:var(--components-datepicker-calendar-text-subdued);
252
252
  opacity:1;
253
253
  }
254
+ .eds-datepicker__calendar__grid__cell--outside-month--visible.eds-datepicker__calendar__grid__cell--selected,
255
+ .eds-contrast .eds-datepicker__calendar__grid__cell--outside-month--visible.eds-datepicker__calendar__grid__cell--selected{
256
+ background-color:var(--components-datepicker-calendar-datefill-selected);
257
+ color:var(--components-datepicker-calendar-text-accent);
258
+ }
254
259
  .eds-datepicker__calendar__grid__cell--outside-month--visible:hover,
255
260
  .eds-contrast .eds-datepicker__calendar__grid__cell--outside-month--visible:hover{
256
261
  background-color:var(--components-datepicker-calendar-datefill-hover);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "11.5.11",
3
+ "version": "11.6.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/datepicker.cjs.js",
6
6
  "module": "dist/datepicker.esm.js",
@@ -26,15 +26,15 @@
26
26
  "react-dom": ">=16.8.0"
27
27
  },
28
28
  "dependencies": {
29
- "@entur/a11y": "^0.2.110",
30
- "@entur/button": "^4.0.6",
31
- "@entur/form": "^9.3.3",
32
- "@entur/icons": "^8.4.6",
33
- "@entur/modal": "^1.8.11",
34
- "@entur/tokens": "^3.22.5",
35
- "@entur/tooltip": "^5.3.11",
36
- "@entur/typography": "^2.1.7",
37
- "@entur/utils": "^0.13.4",
29
+ "@entur/a11y": "^0.2.111",
30
+ "@entur/button": "^4.0.7",
31
+ "@entur/form": "^9.3.4",
32
+ "@entur/icons": "^9.0.0",
33
+ "@entur/modal": "^1.8.12",
34
+ "@entur/tokens": "^3.23.0",
35
+ "@entur/tooltip": "^5.3.12",
36
+ "@entur/typography": "^2.1.8",
37
+ "@entur/utils": "^0.13.5",
38
38
  "@floating-ui/react-dom": "^2.1.6",
39
39
  "@internationalized/date": "^3.11.0",
40
40
  "@react-aria/button": "^3.14.4",
@@ -59,5 +59,5 @@
59
59
  "vite": "^7.3.2",
60
60
  "vite-plugin-dts": "^4.5.4"
61
61
  },
62
- "gitHead": "0c3904649cb7f504f1d7bd832dfcc64f7fe5c123"
62
+ "gitHead": "0ef451821dd20ee28be7c62496acfddc4e56645d"
63
63
  }