@entur/datepicker 11.0.3 → 11.0.5

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 +10 -10
package/dist/styles.css CHANGED
@@ -1,56 +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.125rem;
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. */
54
3
  .eds-datepicker__calendar,
55
4
  .eds-contrast .eds-datepicker__calendar {
56
5
  width: -moz-fit-content;
@@ -191,6 +140,57 @@
191
140
  }
192
141
  /* DO NOT CHANGE!*/
193
142
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
143
+ .eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
144
+ padding-right: 0rem;
145
+ }
146
+ .eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control__append {
147
+ margin-left: auto;
148
+ }
149
+ .eds-datepicker__open-calendar-button {
150
+ margin: 0rem 0.25rem 0rem 0.5rem;
151
+ }
152
+ .eds-datepicker__open-calendar-button.eds-icon-button {
153
+ color: var(--components-datepicker-calendar-icon);
154
+ }
155
+ .eds-datepicker__open-calendar-button.eds-icon-button:hover {
156
+ background-color: var(--components-button-iconbutton-standard-hover);
157
+ }
158
+ .eds-datepicker__open-calendar-button.eds-icon-button:focus-visible {
159
+ outline: 2px solid #181c56;
160
+ outline-color: var(--basecolors-stroke-focus-standard);
161
+ outline-offset: 0.125rem;
162
+ }
163
+ .eds-datepicker__open-calendar-button.eds-icon-button:active {
164
+ background-color: var(--components-button-iconbutton-standard-active);
165
+ }
166
+ .eds-datepicker__calendar-modal.eds-modal__content {
167
+ padding: 0;
168
+ padding: initial;
169
+ width: inherit;
170
+ background-color: transparent;
171
+ background-color: initial;
172
+ }
173
+ /* DO NOT CHANGE!*/
174
+ /* 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",
3
+ "version": "11.0.5",
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.98",
31
- "@entur/button": "^3.3.7",
32
- "@entur/form": "^8.2.7",
33
- "@entur/icons": "^7.11.0",
34
- "@entur/modal": "^1.7.67",
35
- "@entur/tokens": "^3.19.0",
36
- "@entur/tooltip": "^5.2.7",
37
- "@entur/typography": "^1.9.7",
30
+ "@entur/a11y": "^0.2.99",
31
+ "@entur/button": "^3.3.9",
32
+ "@entur/form": "^8.2.9",
33
+ "@entur/icons": "^7.12.0",
34
+ "@entur/modal": "^1.7.69",
35
+ "@entur/tokens": "^3.19.1",
36
+ "@entur/tooltip": "^5.2.9",
37
+ "@entur/typography": "^1.9.9",
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": "ccdbbec971e0336510c047873a1e63cc31aa850e"
54
+ "gitHead": "db5f805386b0e22e938d3d0fbc6d283088502658"
55
55
  }