@entur/datepicker 8.0.14 → 8.0.15

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 +22 -22
  2. package/package.json +3 -3
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
  .eds-datepicker__calendar,
@@ -143,6 +125,24 @@
143
125
  .eds-contrast .eds-datepicker__calendar__grid__cell--today {
144
126
  border-bottom: 2px solid #ff5959;
145
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
146
  /* DO NOT CHANGE!*/
147
147
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
148
148
  [dir="ltr"] .eds-date-and-time-field__segment {
@@ -212,10 +212,6 @@
212
212
  background-color: initial;
213
213
  overflow: scroll;
214
214
  }
215
- .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
216
- position: relative;
217
- top: -0.5rem;
218
- }
219
215
  /* DO NOT CHANGE!*/
220
216
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
221
217
  .eds-timepicker__wrapper {
@@ -264,6 +260,10 @@
264
260
  position: absolute;
265
261
  top: 3.5rem;
266
262
  }
263
+ .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
264
+ position: relative;
265
+ top: -0.5rem;
266
+ }
267
267
  :root {
268
268
  --eds-datepicker: 1;
269
269
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "8.0.14",
3
+ "version": "8.0.15",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/datepicker.esm.js",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@entur/a11y": "^0.2.70",
31
31
  "@entur/button": "^3.1.2",
32
- "@entur/form": "^7.0.17",
32
+ "@entur/form": "^7.0.18",
33
33
  "@entur/icons": "^6.5.0",
34
34
  "@entur/modal": "^1.7.11",
35
35
  "@entur/tokens": "^3.10.0",
@@ -52,5 +52,5 @@
52
52
  "node": "16.17.0",
53
53
  "yarn": "1.22.19"
54
54
  },
55
- "gitHead": "c2bedc452395ed78cce9a2dc38b1998750330779"
55
+ "gitHead": "72e76df00ea0a7313bd2c55e23aa96ad1e291ef1"
56
56
  }