@entur/datepicker 11.1.1-beta.1 → 11.1.1

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 +51 -51
  2. package/package.json +8 -8
package/dist/styles.css CHANGED
@@ -1,5 +1,56 @@
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
+ }
39
+ .eds-datefield .eds-form-control-wrapper {
40
+ padding-left: 1rem;
41
+ padding-right: 1rem;
42
+ width: -moz-fit-content;
43
+ width: fit-content;
44
+ }
45
+ .eds-datefield .eds-form-control-wrapper--disabled:focus-within {
46
+ border-color: transparent;
47
+ box-shadow: none;
48
+ }
49
+ .eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
50
+ background: none;
51
+ }
52
+ /* DO NOT CHANGE!*/
53
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
54
  .eds-datepicker__calendar,
4
55
  .eds-contrast .eds-datepicker__calendar {
5
56
  width: -moz-fit-content;
@@ -164,57 +215,6 @@
164
215
  }
165
216
  /* DO NOT CHANGE!*/
166
217
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
167
- .eds-datefield {
168
- width: -moz-fit-content;
169
- width: fit-content;
170
- }
171
- .eds-datefield .eds-form-control-wrapper {
172
- padding-left: 1rem;
173
- padding-right: 1rem;
174
- width: -moz-fit-content;
175
- width: fit-content;
176
- }
177
- .eds-datefield .eds-form-control-wrapper--disabled:focus-within {
178
- border-color: transparent;
179
- box-shadow: none;
180
- }
181
- .eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
182
- background: none;
183
- }
184
- /* DO NOT CHANGE!*/
185
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
186
- .eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
187
- padding-right: 0rem;
188
- }
189
- .eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control__append {
190
- margin-left: auto;
191
- }
192
- .eds-datepicker__open-calendar-button {
193
- margin: 0rem 0.25rem 0rem 0.5rem;
194
- }
195
- .eds-datepicker__open-calendar-button.eds-icon-button {
196
- color: var(--components-datepicker-calendar-icon);
197
- }
198
- .eds-datepicker__open-calendar-button.eds-icon-button:hover {
199
- background-color: var(--components-button-iconbutton-standard-hover);
200
- }
201
- .eds-datepicker__open-calendar-button.eds-icon-button:focus-visible {
202
- outline: 2px solid #181c56;
203
- outline-color: var(--basecolors-stroke-focus-standard);
204
- outline-offset: 0;
205
- }
206
- .eds-datepicker__open-calendar-button.eds-icon-button:active {
207
- background-color: var(--components-button-iconbutton-standard-active);
208
- }
209
- .eds-datepicker__calendar-modal.eds-modal__content {
210
- padding: 0;
211
- padding: initial;
212
- width: inherit;
213
- background-color: transparent;
214
- background-color: initial;
215
- }
216
- /* DO NOT CHANGE!*/
217
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
218
218
  .eds-timepicker {
219
219
  width: -moz-fit-content;
220
220
  width: fit-content;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "11.1.1-beta.1",
3
+ "version": "11.1.1",
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.11",
32
- "@entur/form": "^8.2.11",
33
- "@entur/icons": "^7.14.0",
34
- "@entur/modal": "^1.7.71",
31
+ "@entur/button": "^3.3.12",
32
+ "@entur/form": "^8.3.0",
33
+ "@entur/icons": "^8.0.0",
34
+ "@entur/modal": "^1.7.72",
35
35
  "@entur/tokens": "^3.19.1",
36
- "@entur/tooltip": "^5.2.11",
37
- "@entur/typography": "^1.9.11",
36
+ "@entur/tooltip": "^5.2.12",
37
+ "@entur/typography": "^1.9.12",
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": "2bbd3be08eaffb0b052d26c9478fcc969db8eac1"
54
+ "gitHead": "4833d9307ba9b2524458c08e8815674094cef97b"
55
55
  }