@entur/datepicker 11.0.5 → 11.0.6-beta.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.
- package/dist/styles.css +19 -19
- package/package.json +8 -8
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
/* DO NOT CHANGE!*/
|
|
2
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
|
+
.eds-datefield {
|
|
4
|
+
width: -moz-fit-content;
|
|
5
|
+
width: fit-content;
|
|
6
|
+
}
|
|
7
|
+
.eds-datefield .eds-form-control-wrapper {
|
|
8
|
+
padding-left: 1rem;
|
|
9
|
+
padding-right: 1rem;
|
|
10
|
+
width: -moz-fit-content;
|
|
11
|
+
width: fit-content;
|
|
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
|
+
/* DO NOT CHANGE!*/
|
|
21
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
22
|
.eds-datepicker__calendar,
|
|
4
23
|
.eds-contrast .eds-datepicker__calendar {
|
|
5
24
|
width: -moz-fit-content;
|
|
@@ -172,25 +191,6 @@
|
|
|
172
191
|
}
|
|
173
192
|
/* DO NOT CHANGE!*/
|
|
174
193
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
175
|
-
.eds-datefield {
|
|
176
|
-
width: -moz-fit-content;
|
|
177
|
-
width: fit-content;
|
|
178
|
-
}
|
|
179
|
-
.eds-datefield .eds-form-control-wrapper {
|
|
180
|
-
padding-left: 1rem;
|
|
181
|
-
padding-right: 1rem;
|
|
182
|
-
width: -moz-fit-content;
|
|
183
|
-
width: fit-content;
|
|
184
|
-
}
|
|
185
|
-
.eds-datefield .eds-form-control-wrapper--disabled:focus-within {
|
|
186
|
-
border-color: transparent;
|
|
187
|
-
box-shadow: none;
|
|
188
|
-
}
|
|
189
|
-
.eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
190
|
-
background: none;
|
|
191
|
-
}
|
|
192
|
-
/* DO NOT CHANGE!*/
|
|
193
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
194
194
|
.eds-date-and-time-field__segment {
|
|
195
195
|
margin-top: 1rem;
|
|
196
196
|
padding: 0 2px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.6-beta.0",
|
|
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.99",
|
|
31
|
-
"@entur/button": "^3.3.
|
|
32
|
-
"@entur/form": "^8.2.
|
|
33
|
-
"@entur/icons": "^7.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
31
|
+
"@entur/button": "^3.3.10-beta.0",
|
|
32
|
+
"@entur/form": "^8.2.10-beta.0",
|
|
33
|
+
"@entur/icons": "^7.13.0-beta.0",
|
|
34
|
+
"@entur/modal": "^1.7.70-beta.0",
|
|
35
35
|
"@entur/tokens": "^3.19.1",
|
|
36
|
-
"@entur/tooltip": "^5.2.
|
|
37
|
-
"@entur/typography": "^1.9.
|
|
36
|
+
"@entur/tooltip": "^5.2.10-beta.0",
|
|
37
|
+
"@entur/typography": "^1.9.10-beta.0",
|
|
38
38
|
"@entur/utils": "^0.12.3",
|
|
39
39
|
"@floating-ui/react-dom": "^2.1.0",
|
|
40
40
|
"@internationalized/date": "^3.4.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"@react-types/datepicker": "^3.9.0",
|
|
52
52
|
"dts-cli": "2.0.5"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "395ed0106e0bd13be76da11ee8ae35b3197ab218"
|
|
55
55
|
}
|