@entur/datepicker 9.0.2 → 9.0.3
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.
- package/dist/styles.css +18 -18
- package/package.json +8 -8
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
|
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
@@ -213,6 +195,24 @@
|
|
|
213
195
|
background-color: transparent;
|
|
214
196
|
background-color: initial;
|
|
215
197
|
}
|
|
198
|
+
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
199
|
+
margin-left: 1rem;
|
|
200
|
+
}
|
|
201
|
+
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
202
|
+
border-color: transparent;
|
|
203
|
+
box-shadow: none;
|
|
204
|
+
}
|
|
205
|
+
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
206
|
+
border-color: transparent;
|
|
207
|
+
box-shadow: none;
|
|
208
|
+
}
|
|
209
|
+
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
210
|
+
background: none;
|
|
211
|
+
}
|
|
212
|
+
.eds-datefield .eds-form-control__append--tooltip {
|
|
213
|
+
margin-top: 0.75rem;
|
|
214
|
+
margin-right: -0.25rem;
|
|
215
|
+
}
|
|
216
216
|
/* DO NOT CHANGE!*/
|
|
217
217
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
218
218
|
.eds-timepicker__wrapper {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.3",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/datepicker.esm.js",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/a11y": "^0.2.72",
|
|
31
|
-
"@entur/button": "^3.2.
|
|
32
|
-
"@entur/form": "^7.0.
|
|
33
|
-
"@entur/icons": "^6.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
31
|
+
"@entur/button": "^3.2.3",
|
|
32
|
+
"@entur/form": "^7.0.30",
|
|
33
|
+
"@entur/icons": "^6.13.0",
|
|
34
|
+
"@entur/modal": "^1.7.23",
|
|
35
35
|
"@entur/tokens": "^3.11.1",
|
|
36
|
-
"@entur/tooltip": "^2.6.
|
|
37
|
-
"@entur/typography": "^1.8.
|
|
36
|
+
"@entur/tooltip": "^2.6.39",
|
|
37
|
+
"@entur/typography": "^1.8.18",
|
|
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": "
|
|
51
|
+
"gitHead": "298374e622bca3ae3bbb7226bdd94890be5f82c8"
|
|
52
52
|
}
|