@entur/datepicker 9.1.3 → 9.1.4-alpha.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 +18 -18
  2. package/package.json +10 -10
package/dist/styles.css CHANGED
@@ -1,21 +1,3 @@
1
- .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
2
- margin-left: 1rem;
3
- }
4
- .eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
5
- border-color: transparent;
6
- box-shadow: none;
7
- }
8
- .eds-datefield.eds-form-control-wrapper--disabled:focus-within {
9
- border-color: transparent;
10
- box-shadow: none;
11
- }
12
- .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
13
- background: none;
14
- }
15
- .eds-datefield .eds-form-control__append--tooltip {
16
- margin-top: 0.75rem;
17
- margin-right: -0.25rem;
18
- }
19
1
  /* DO NOT CHANGE!*/
20
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
21
3
  [dir="ltr"] .eds-date-and-time-field__segment {
@@ -170,6 +152,24 @@
170
152
  .eds-contrast .eds-datepicker__calendar__grid__cell--today {
171
153
  border-bottom: 2px solid #ff5959;
172
154
  }
155
+ .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
156
+ margin-left: 1rem;
157
+ }
158
+ .eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
159
+ border-color: transparent;
160
+ box-shadow: none;
161
+ }
162
+ .eds-datefield.eds-form-control-wrapper--disabled:focus-within {
163
+ border-color: transparent;
164
+ box-shadow: none;
165
+ }
166
+ .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
167
+ background: none;
168
+ }
169
+ .eds-datefield .eds-form-control__append--tooltip {
170
+ margin-top: 0.75rem;
171
+ margin-right: -0.25rem;
172
+ }
173
173
  /* DO NOT CHANGE!*/
174
174
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
175
175
  .eds-datepicker {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "9.1.3",
3
+ "version": "9.1.4-alpha.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/datepicker.esm.js",
@@ -27,14 +27,14 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.75",
31
- "@entur/button": "^3.2.7",
32
- "@entur/form": "^7.0.34",
33
- "@entur/icons": "^6.13.2",
34
- "@entur/modal": "^1.7.27",
35
- "@entur/tokens": "^3.12.0",
36
- "@entur/tooltip": "^2.6.43",
37
- "@entur/typography": "^1.8.21",
30
+ "@entur/a11y": "^0.2.76-alpha.0",
31
+ "@entur/button": "^3.2.8-alpha.0",
32
+ "@entur/form": "^7.0.35-alpha.0",
33
+ "@entur/icons": "^6.13.3-alpha.0",
34
+ "@entur/modal": "^1.7.28-alpha.0",
35
+ "@entur/tokens": "^3.12.1-alpha.0",
36
+ "@entur/tooltip": "^2.6.44-alpha.0",
37
+ "@entur/typography": "^1.8.22-alpha.0",
38
38
  "@entur/utils": "^0.10.0",
39
39
  "@floating-ui/react-dom": "^1.0.0",
40
40
  "@internationalized/date": "^3.4.0",
@@ -48,5 +48,5 @@
48
48
  "classnames": "^2.3.1",
49
49
  "react-focus-lock": "^2.9.1"
50
50
  },
51
- "gitHead": "55899d49a6bab285199abb7c6709da8088e5a2e3"
51
+ "gitHead": "d6797c03d0ad7c0629f3851445759d9552660dcd"
52
52
  }