@entur/datepicker 9.1.0 → 9.1.1

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 +21 -21
  2. package/package.json +10 -10
package/dist/styles.css CHANGED
@@ -125,24 +125,6 @@
125
125
  .eds-contrast .eds-datepicker__calendar__grid__cell--today {
126
126
  border-bottom: 2px solid #ff5959;
127
127
  }
128
- .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
129
- margin-left: 1rem;
130
- }
131
- .eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
132
- border-color: transparent;
133
- box-shadow: none;
134
- }
135
- .eds-datefield.eds-form-control-wrapper--disabled:focus-within {
136
- border-color: transparent;
137
- box-shadow: none;
138
- }
139
- .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
140
- background: none;
141
- }
142
- .eds-datefield .eds-form-control__append--tooltip {
143
- margin-top: 0.75rem;
144
- margin-right: -0.25rem;
145
- }
146
128
  /* DO NOT CHANGE!*/
147
129
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
148
130
  .eds-datepicker {
@@ -186,6 +168,24 @@
186
168
  background-color: transparent;
187
169
  background-color: initial;
188
170
  }
171
+ .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
172
+ margin-left: 1rem;
173
+ }
174
+ .eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
175
+ border-color: transparent;
176
+ box-shadow: none;
177
+ }
178
+ .eds-datefield.eds-form-control-wrapper--disabled:focus-within {
179
+ border-color: transparent;
180
+ box-shadow: none;
181
+ }
182
+ .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
183
+ background: none;
184
+ }
185
+ .eds-datefield .eds-form-control__append--tooltip {
186
+ margin-top: 0.75rem;
187
+ margin-right: -0.25rem;
188
+ }
189
189
  /* DO NOT CHANGE!*/
190
190
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
191
191
  [dir="ltr"] .eds-date-and-time-field__segment {
@@ -267,6 +267,9 @@
267
267
  position: relative;
268
268
  top: -0.5rem;
269
269
  }
270
+ :root {
271
+ --eds-datepicker: 1;
272
+ }
270
273
  .eds-simple-timepicker {
271
274
  --input-width: 7rem;
272
275
  width: var(--input-width);
@@ -284,6 +287,3 @@
284
287
  margin-top: -0.2rem;
285
288
  margin-left: -0.5rem;
286
289
  }
287
- :root {
288
- --eds-datepicker: 1;
289
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "9.1.0",
3
+ "version": "9.1.1",
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.73",
31
- "@entur/button": "^3.2.4",
32
- "@entur/form": "^7.0.31",
33
- "@entur/icons": "^6.13.1",
34
- "@entur/modal": "^1.7.24",
35
- "@entur/tokens": "^3.11.2",
36
- "@entur/tooltip": "^2.6.40",
37
- "@entur/typography": "^1.8.19",
30
+ "@entur/a11y": "^0.2.74",
31
+ "@entur/button": "^3.2.5",
32
+ "@entur/form": "^7.0.32",
33
+ "@entur/icons": "^6.13.2",
34
+ "@entur/modal": "^1.7.25",
35
+ "@entur/tokens": "^3.12.0",
36
+ "@entur/tooltip": "^2.6.41",
37
+ "@entur/typography": "^1.8.20",
38
38
  "@entur/utils": "^0.9.5",
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": "c3e894aeae7247bdaf3ec8636fade3301e605c0e"
51
+ "gitHead": "85dd6dbaf86fc2488dd2152c213788f9d4a8a64f"
52
52
  }