@entur/datepicker 3.0.5 → 3.0.6
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/CHANGELOG.md +4 -0
- package/dist/styles.css +68 -68
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.6](https://bitbucket.org/enturas/design-system/compare/@entur/datepicker@3.0.5...@entur/datepicker@3.0.6) (2022-10-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/datepicker
|
|
9
|
+
|
|
6
10
|
## [3.0.5](https://bitbucket.org/enturas/design-system/compare/@entur/datepicker@3.0.4...@entur/datepicker@3.0.5) (2022-10-31)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @entur/datepicker
|
package/dist/styles.css
CHANGED
|
@@ -7,74 +7,6 @@
|
|
|
7
7
|
top: -0.5rem;
|
|
8
8
|
}/* DO NOT CHANGE!*/
|
|
9
9
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
10
|
-
.eds-timepicker__wrapper {
|
|
11
|
-
position: relative;
|
|
12
|
-
display: flex;
|
|
13
|
-
align-items: center;
|
|
14
|
-
width: -webkit-fit-content;
|
|
15
|
-
width: -moz-fit-content;
|
|
16
|
-
width: fit-content;
|
|
17
|
-
}
|
|
18
|
-
.eds-timepicker__wrapper .eds-timepicker {
|
|
19
|
-
justify-content: center;
|
|
20
|
-
padding: 0rem 3rem;
|
|
21
|
-
}
|
|
22
|
-
.eds-timepicker__wrapper .eds-timepicker .eds-input-group__label,
|
|
23
|
-
.eds-timepicker__wrapper .eds-timepicker .eds-input-group__label--filled {
|
|
24
|
-
margin-left: 0rem !important;
|
|
25
|
-
}
|
|
26
|
-
.eds-timepicker__wrapper .eds-timepicker__arrowbutton {
|
|
27
|
-
color: #181c56;
|
|
28
|
-
}
|
|
29
|
-
.eds-timepicker__wrapper .eds-timepicker__arrowbutton--left {
|
|
30
|
-
position: absolute;
|
|
31
|
-
left: 0.35rem;
|
|
32
|
-
z-index: 1;
|
|
33
|
-
}
|
|
34
|
-
.eds-timepicker__wrapper .eds-timepicker__arrowbutton--right {
|
|
35
|
-
position: absolute;
|
|
36
|
-
right: 0.4rem;
|
|
37
|
-
}
|
|
38
|
-
.eds-timepicker__wrapper .eds-timepicker__arrowbutton--disabled {
|
|
39
|
-
opacity: 0.5;
|
|
40
|
-
pointer-events: none;
|
|
41
|
-
visibility: hidden;
|
|
42
|
-
}
|
|
43
|
-
.eds-timepicker__wrapper .eds-timepicker__arrowbutton:hover {
|
|
44
|
-
background-color: #d1d4e3;
|
|
45
|
-
}
|
|
46
|
-
[dir="ltr"] .eds-timepicker__wrapper .eds-timepicker__segment {
|
|
47
|
-
text-align: right;
|
|
48
|
-
}
|
|
49
|
-
[dir="rtl"] .eds-timepicker__wrapper .eds-timepicker__segment {
|
|
50
|
-
text-align: left;
|
|
51
|
-
}
|
|
52
|
-
.eds-timepicker__wrapper .eds-timepicker__segment {
|
|
53
|
-
margin-top: 1rem;
|
|
54
|
-
padding: 0 2px;
|
|
55
|
-
font-feature-settings: "tnum";
|
|
56
|
-
font-variant-numeric: tabular-nums;
|
|
57
|
-
}
|
|
58
|
-
.eds-timepicker__wrapper .eds-timepicker__segment--placeholder {
|
|
59
|
-
color: grey;
|
|
60
|
-
}
|
|
61
|
-
.eds-timepicker__wrapper .eds-timepicker__segment:focus {
|
|
62
|
-
background: rgba(68, 192, 255, 0.5);
|
|
63
|
-
outline: none;
|
|
64
|
-
border-radius: 0.0625rem;
|
|
65
|
-
}
|
|
66
|
-
.eds-timepicker__wrapper .eds-timepicker .eds-form-control__append--tooltip {
|
|
67
|
-
margin-top: 0.75rem;
|
|
68
|
-
margin-right: -0.25rem;
|
|
69
|
-
}
|
|
70
|
-
.eds-timepicker__wrapper .eds-icon-button--disabled__wrapper {
|
|
71
|
-
display: none;
|
|
72
|
-
}
|
|
73
|
-
.eds-timepicker__wrapper .eds-feedback-text {
|
|
74
|
-
position: absolute;
|
|
75
|
-
top: 3.5rem;
|
|
76
|
-
}/* DO NOT CHANGE!*/
|
|
77
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
78
10
|
.eds-datepicker__calender {
|
|
79
11
|
font-family: var(--eds-font-family);
|
|
80
12
|
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
@@ -195,4 +127,72 @@
|
|
|
195
127
|
|
|
196
128
|
.eds-native-date-picker {
|
|
197
129
|
height: 2.75rem;
|
|
130
|
+
}/* DO NOT CHANGE!*/
|
|
131
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
132
|
+
.eds-timepicker__wrapper {
|
|
133
|
+
position: relative;
|
|
134
|
+
display: flex;
|
|
135
|
+
align-items: center;
|
|
136
|
+
width: -webkit-fit-content;
|
|
137
|
+
width: -moz-fit-content;
|
|
138
|
+
width: fit-content;
|
|
139
|
+
}
|
|
140
|
+
.eds-timepicker__wrapper .eds-timepicker {
|
|
141
|
+
justify-content: center;
|
|
142
|
+
padding: 0rem 3rem;
|
|
143
|
+
}
|
|
144
|
+
.eds-timepicker__wrapper .eds-timepicker .eds-input-group__label,
|
|
145
|
+
.eds-timepicker__wrapper .eds-timepicker .eds-input-group__label--filled {
|
|
146
|
+
margin-left: 0rem !important;
|
|
147
|
+
}
|
|
148
|
+
.eds-timepicker__wrapper .eds-timepicker__arrowbutton {
|
|
149
|
+
color: #181c56;
|
|
150
|
+
}
|
|
151
|
+
.eds-timepicker__wrapper .eds-timepicker__arrowbutton--left {
|
|
152
|
+
position: absolute;
|
|
153
|
+
left: 0.35rem;
|
|
154
|
+
z-index: 1;
|
|
155
|
+
}
|
|
156
|
+
.eds-timepicker__wrapper .eds-timepicker__arrowbutton--right {
|
|
157
|
+
position: absolute;
|
|
158
|
+
right: 0.4rem;
|
|
159
|
+
}
|
|
160
|
+
.eds-timepicker__wrapper .eds-timepicker__arrowbutton--disabled {
|
|
161
|
+
opacity: 0.5;
|
|
162
|
+
pointer-events: none;
|
|
163
|
+
visibility: hidden;
|
|
164
|
+
}
|
|
165
|
+
.eds-timepicker__wrapper .eds-timepicker__arrowbutton:hover {
|
|
166
|
+
background-color: #d1d4e3;
|
|
167
|
+
}
|
|
168
|
+
[dir="ltr"] .eds-timepicker__wrapper .eds-timepicker__segment {
|
|
169
|
+
text-align: right;
|
|
170
|
+
}
|
|
171
|
+
[dir="rtl"] .eds-timepicker__wrapper .eds-timepicker__segment {
|
|
172
|
+
text-align: left;
|
|
173
|
+
}
|
|
174
|
+
.eds-timepicker__wrapper .eds-timepicker__segment {
|
|
175
|
+
margin-top: 1rem;
|
|
176
|
+
padding: 0 2px;
|
|
177
|
+
font-feature-settings: "tnum";
|
|
178
|
+
font-variant-numeric: tabular-nums;
|
|
179
|
+
}
|
|
180
|
+
.eds-timepicker__wrapper .eds-timepicker__segment--placeholder {
|
|
181
|
+
color: grey;
|
|
182
|
+
}
|
|
183
|
+
.eds-timepicker__wrapper .eds-timepicker__segment:focus {
|
|
184
|
+
background: rgba(68, 192, 255, 0.5);
|
|
185
|
+
outline: none;
|
|
186
|
+
border-radius: 0.0625rem;
|
|
187
|
+
}
|
|
188
|
+
.eds-timepicker__wrapper .eds-timepicker .eds-form-control__append--tooltip {
|
|
189
|
+
margin-top: 0.75rem;
|
|
190
|
+
margin-right: -0.25rem;
|
|
191
|
+
}
|
|
192
|
+
.eds-timepicker__wrapper .eds-icon-button--disabled__wrapper {
|
|
193
|
+
display: none;
|
|
194
|
+
}
|
|
195
|
+
.eds-timepicker__wrapper .eds-feedback-text {
|
|
196
|
+
position: absolute;
|
|
197
|
+
top: 3.5rem;
|
|
198
198
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/datepicker.esm.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/form": "^5.4.
|
|
31
|
-
"@entur/icons": "^5.2.
|
|
30
|
+
"@entur/form": "^5.4.9",
|
|
31
|
+
"@entur/icons": "^5.2.1",
|
|
32
32
|
"@entur/tokens": "^3.4.1",
|
|
33
33
|
"@entur/typography": "^1.7.0",
|
|
34
34
|
"@entur/utils": "^0.4.5",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"node": "14.17.0",
|
|
46
46
|
"yarn": "1.18.0"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "09829f0914d2ee5740f584cfd2be4d9d2b5fc18a"
|
|
49
49
|
}
|