@entur/datepicker 9.0.1 → 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.
Files changed (2) hide show
  1. package/dist/styles.css +61 -61
  2. package/package.json +10 -10
package/dist/styles.css CHANGED
@@ -1,64 +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
- /* DO NOT CHANGE!*/
20
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
21
- .eds-datepicker {
22
- position: relative;
23
- width: -moz-fit-content;
24
- width: fit-content;
25
- height: -moz-fit-content;
26
- height: fit-content;
27
- }
28
- .eds-datepicker__open-calendar-button {
29
- position: absolute;
30
- right: 0.5rem;
31
- top: 0.45rem;
32
- }
33
- .eds-datepicker__open-calendar-button.eds-icon-button {
34
- color: #181c56;
35
- }
36
- .eds-datepicker__open-calendar-button.eds-icon-button:hover {
37
- background-color: #656782;
38
- color: #ffffff;
39
- }
40
- .eds-datepicker__open-calendar-button.eds-icon-button:focus {
41
- border: 0.0625rem solid #181c56;
42
- }
43
- .eds-datepicker__open-calendar-button.eds-icon-button:active {
44
- background-color: #8285a8;
45
- }
46
- .eds-datepicker__datefield {
47
- padding-right: 4rem;
48
- }
49
- .eds-datepicker__datefield--disabled {
50
- padding-right: 1rem;
51
- }
52
- .eds-datepicker__datefield__wrapper {
53
- position: relative;
54
- }
55
- .eds-datepicker__calendar-modal.eds-modal__content {
56
- padding: 0;
57
- padding: initial;
58
- width: inherit;
59
- background-color: transparent;
60
- background-color: initial;
61
- }
62
1
  /* DO NOT CHANGE!*/
63
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
64
3
  .eds-datepicker__calendar,
@@ -215,6 +154,67 @@
215
154
  }
216
155
  /* DO NOT CHANGE!*/
217
156
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
157
+ .eds-datepicker {
158
+ position: relative;
159
+ width: -moz-fit-content;
160
+ width: fit-content;
161
+ height: -moz-fit-content;
162
+ height: fit-content;
163
+ }
164
+ .eds-datepicker__open-calendar-button {
165
+ position: absolute;
166
+ right: 0.5rem;
167
+ top: 0.45rem;
168
+ }
169
+ .eds-datepicker__open-calendar-button.eds-icon-button {
170
+ color: #181c56;
171
+ }
172
+ .eds-datepicker__open-calendar-button.eds-icon-button:hover {
173
+ background-color: #656782;
174
+ color: #ffffff;
175
+ }
176
+ .eds-datepicker__open-calendar-button.eds-icon-button:focus {
177
+ border: 0.0625rem solid #181c56;
178
+ }
179
+ .eds-datepicker__open-calendar-button.eds-icon-button:active {
180
+ background-color: #8285a8;
181
+ }
182
+ .eds-datepicker__datefield {
183
+ padding-right: 4rem;
184
+ }
185
+ .eds-datepicker__datefield--disabled {
186
+ padding-right: 1rem;
187
+ }
188
+ .eds-datepicker__datefield__wrapper {
189
+ position: relative;
190
+ }
191
+ .eds-datepicker__calendar-modal.eds-modal__content {
192
+ padding: 0;
193
+ padding: initial;
194
+ width: inherit;
195
+ background-color: transparent;
196
+ background-color: initial;
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
+ /* DO NOT CHANGE!*/
217
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
218
218
  .eds-timepicker__wrapper {
219
219
  position: relative;
220
220
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "9.0.1",
3
+ "version": "9.0.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/datepicker.esm.js",
@@ -27,14 +27,14 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.71",
31
- "@entur/button": "^3.2.1",
32
- "@entur/form": "^7.0.28",
33
- "@entur/icons": "^6.12.0",
34
- "@entur/modal": "^1.7.21",
35
- "@entur/tokens": "^3.11.0",
36
- "@entur/tooltip": "^2.6.37",
37
- "@entur/typography": "^1.8.16",
30
+ "@entur/a11y": "^0.2.72",
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
+ "@entur/tokens": "^3.11.1",
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": "b88f20e65837e48f9c1c2882f6d18233613d63a6"
51
+ "gitHead": "298374e622bca3ae3bbb7226bdd94890be5f82c8"
52
52
  }