@entur/datepicker 8.0.2 → 8.0.4

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 +26 -26
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -3,6 +3,26 @@
3
3
  }
4
4
  /* DO NOT CHANGE!*/
5
5
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
6
+ .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
7
+ margin-left: 1rem;
8
+ }
9
+ .eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
10
+ border-color: transparent;
11
+ box-shadow: none;
12
+ }
13
+ .eds-datefield.eds-form-control-wrapper--disabled:focus-within {
14
+ border-color: transparent;
15
+ box-shadow: none;
16
+ }
17
+ .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
18
+ background: none;
19
+ }
20
+ .eds-datefield .eds-form-control__append--tooltip {
21
+ margin-top: 0.75rem;
22
+ margin-right: -0.25rem;
23
+ }
24
+ /* DO NOT CHANGE!*/
25
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
6
26
  .eds-datepicker__calendar,
7
27
  .eds-contrast .eds-datepicker__calendar {
8
28
  width: -moz-fit-content;
@@ -130,6 +150,12 @@
130
150
  }
131
151
  /* DO NOT CHANGE!*/
132
152
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
153
+ .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
154
+ position: relative;
155
+ top: -0.5rem;
156
+ }
157
+ /* DO NOT CHANGE!*/
158
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
133
159
  .eds-datepicker {
134
160
  position: relative;
135
161
  width: -moz-fit-content;
@@ -172,32 +198,6 @@
172
198
  }
173
199
  /* DO NOT CHANGE!*/
174
200
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
175
- .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
176
- margin-left: 1rem;
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:focus-within {
183
- border-color: transparent;
184
- box-shadow: none;
185
- }
186
- .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
187
- background: none;
188
- }
189
- .eds-datefield .eds-form-control__append--tooltip {
190
- margin-top: 0.75rem;
191
- margin-right: -0.25rem;
192
- }
193
- /* DO NOT CHANGE!*/
194
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
195
- .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
196
- position: relative;
197
- top: -0.5rem;
198
- }
199
- /* DO NOT CHANGE!*/
200
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
201
201
  .eds-timepicker__wrapper {
202
202
  position: relative;
203
203
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "8.0.2",
3
+ "version": "8.0.4",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/datepicker.esm.js",
@@ -29,11 +29,11 @@
29
29
  "dependencies": {
30
30
  "@entur/a11y": "^0.2.65",
31
31
  "@entur/button": "^3.0.7",
32
- "@entur/form": "^7.0.7",
33
- "@entur/icons": "^6.2.1",
34
- "@entur/modal": "^1.7.0",
32
+ "@entur/form": "^7.0.8",
33
+ "@entur/icons": "^6.3.0",
34
+ "@entur/modal": "^1.7.2",
35
35
  "@entur/tokens": "^3.9.0",
36
- "@entur/tooltip": "^2.6.17",
36
+ "@entur/tooltip": "^2.6.18",
37
37
  "@entur/typography": "^1.7.17",
38
38
  "@entur/utils": "^0.9.0",
39
39
  "@floating-ui/react-dom": "^1.0.0",
@@ -52,5 +52,5 @@
52
52
  "node": "16.17.0",
53
53
  "yarn": "1.22.19"
54
54
  },
55
- "gitHead": "be029b3d6a7f40e805697a28daf0c5df55a6177d"
55
+ "gitHead": "041978e47c2efa646e94c45dabbcd28b7771b339"
56
56
  }