@entur/datepicker 11.2.1-beta.5 → 11.2.1-beta.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.
Files changed (2) hide show
  1. package/dist/styles.css +77 -77
  2. package/package.json +7 -7
package/dist/styles.css CHANGED
@@ -1,82 +1,5 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
- .eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
4
- padding-right: 0rem;
5
- }
6
- .eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control__append {
7
- margin-left: auto;
8
- }
9
- .eds-datepicker__open-calendar-button {
10
- margin: 0rem 0.25rem 0rem 0.5rem;
11
- }
12
- .eds-datepicker__open-calendar-button.eds-icon-button {
13
- color: var(--components-datepicker-calendar-icon);
14
- }
15
- .eds-datepicker__open-calendar-button.eds-icon-button:hover {
16
- background-color: var(--components-button-iconbutton-standard-hover);
17
- }
18
- .eds-datepicker__open-calendar-button.eds-icon-button:focus-visible {
19
- outline: 2px solid #181c56;
20
- outline-color: var(--basecolors-stroke-focus-standard);
21
- outline-offset: 0;
22
- }
23
- .eds-datepicker__open-calendar-button.eds-icon-button:active {
24
- background-color: var(--components-button-iconbutton-standard-active);
25
- }
26
- .eds-datepicker__calendar-modal.eds-modal__content {
27
- padding: 0;
28
- padding: initial;
29
- width: inherit;
30
- background-color: transparent;
31
- background-color: initial;
32
- }
33
- /* DO NOT CHANGE!*/
34
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
35
- .eds-datefield {
36
- width: -moz-fit-content;
37
- width: fit-content;
38
- display: block;
39
- }
40
- .eds-datefield .eds-form-control-wrapper {
41
- display: inline-flex;
42
- padding-left: 1rem;
43
- padding-right: 1rem;
44
- width: -moz-fit-content;
45
- width: fit-content;
46
- }
47
- .eds-datefield .eds-form-control-wrapper--disabled:focus-within {
48
- border-color: transparent;
49
- box-shadow: none;
50
- }
51
- .eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
52
- background: none;
53
- }
54
- /* DO NOT CHANGE!*/
55
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
56
- .eds-date-and-time-field__segment {
57
- margin-top: 1rem;
58
- padding: 0 2px;
59
- font-feature-settings: "tnum";
60
- font-variant-numeric: tabular-nums;
61
- text-align: right;
62
- }
63
- .eds-date-and-time-field__segment--placeholder {
64
- color: var(--components-datepicker-datefield-standard-text-content);
65
- }
66
- .eds-date-and-time-field__segment--dot-separator {
67
- margin-left: -0.1rem;
68
- margin-right: -0.2rem;
69
- }
70
- .eds-date-and-time-field__segment:focus-visible {
71
- background-color: var(--components-button-iconbutton-standard-active);
72
- outline: transparent;
73
- border-radius: 0.0625rem;
74
- }
75
- .eds-date-and-time-field__segment[aria-valuemax="9999"] {
76
- min-width: 4ch;
77
- }
78
- /* DO NOT CHANGE!*/
79
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
80
3
  .eds-datepicker__calendar,
81
4
  .eds-contrast .eds-datepicker__calendar {
82
5
  width: -moz-fit-content;
@@ -217,6 +140,83 @@
217
140
  }
218
141
  /* DO NOT CHANGE!*/
219
142
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
143
+ .eds-datefield {
144
+ width: -moz-fit-content;
145
+ width: fit-content;
146
+ display: block;
147
+ }
148
+ .eds-datefield .eds-form-control-wrapper {
149
+ display: inline-flex;
150
+ padding-left: 1rem;
151
+ padding-right: 1rem;
152
+ width: -moz-fit-content;
153
+ width: fit-content;
154
+ }
155
+ .eds-datefield .eds-form-control-wrapper--disabled:focus-within {
156
+ border-color: transparent;
157
+ box-shadow: none;
158
+ }
159
+ .eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
160
+ background: none;
161
+ }
162
+ /* DO NOT CHANGE!*/
163
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
164
+ .eds-date-and-time-field__segment {
165
+ margin-top: 1rem;
166
+ padding: 0 2px;
167
+ font-feature-settings: "tnum";
168
+ font-variant-numeric: tabular-nums;
169
+ text-align: right;
170
+ }
171
+ .eds-date-and-time-field__segment--placeholder {
172
+ color: var(--components-datepicker-datefield-standard-text-content);
173
+ }
174
+ .eds-date-and-time-field__segment--dot-separator {
175
+ margin-left: -0.1rem;
176
+ margin-right: -0.2rem;
177
+ }
178
+ .eds-date-and-time-field__segment:focus-visible {
179
+ background-color: var(--components-button-iconbutton-standard-active);
180
+ outline: transparent;
181
+ border-radius: 0.0625rem;
182
+ }
183
+ .eds-date-and-time-field__segment[aria-valuemax="9999"] {
184
+ min-width: 4ch;
185
+ }
186
+ /* DO NOT CHANGE!*/
187
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
188
+ .eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
189
+ padding-right: 0rem;
190
+ }
191
+ .eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control__append {
192
+ margin-left: auto;
193
+ }
194
+ .eds-datepicker__open-calendar-button {
195
+ margin: 0rem 0.25rem 0rem 0.5rem;
196
+ }
197
+ .eds-datepicker__open-calendar-button.eds-icon-button {
198
+ color: var(--components-datepicker-calendar-icon);
199
+ }
200
+ .eds-datepicker__open-calendar-button.eds-icon-button:hover {
201
+ background-color: var(--components-button-iconbutton-standard-hover);
202
+ }
203
+ .eds-datepicker__open-calendar-button.eds-icon-button:focus-visible {
204
+ outline: 2px solid #181c56;
205
+ outline-color: var(--basecolors-stroke-focus-standard);
206
+ outline-offset: 0;
207
+ }
208
+ .eds-datepicker__open-calendar-button.eds-icon-button:active {
209
+ background-color: var(--components-button-iconbutton-standard-active);
210
+ }
211
+ .eds-datepicker__calendar-modal.eds-modal__content {
212
+ padding: 0;
213
+ padding: initial;
214
+ width: inherit;
215
+ background-color: transparent;
216
+ background-color: initial;
217
+ }
218
+ /* DO NOT CHANGE!*/
219
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
220
220
  .eds-timepicker {
221
221
  width: -moz-fit-content;
222
222
  width: fit-content;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "11.2.1-beta.5",
3
+ "version": "11.2.1-beta.6",
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.13-beta.5",
32
- "@entur/form": "^8.3.2-beta.5",
31
+ "@entur/button": "^3.3.13-beta.6",
32
+ "@entur/form": "^8.3.2-beta.6",
33
33
  "@entur/icons": "^8.0.0",
34
- "@entur/modal": "^1.7.73-beta.5",
34
+ "@entur/modal": "^1.7.73-beta.6",
35
35
  "@entur/tokens": "^3.19.1",
36
- "@entur/tooltip": "^5.2.13-beta.5",
37
- "@entur/typography": "^1.10.0-beta.5",
36
+ "@entur/tooltip": "^5.2.13-beta.6",
37
+ "@entur/typography": "^1.10.0-beta.6",
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": "ba4ae77ebb013a60523baf66ff658b73fa7e0719"
54
+ "gitHead": "42c5a2e7657f2b5ca17328fcf55873b19e23f94a"
55
55
  }