@entur/datepicker 11.1.1-beta.1 → 11.1.2

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 +19 -19
  2. package/package.json +8 -8
package/dist/styles.css CHANGED
@@ -164,25 +164,6 @@
164
164
  }
165
165
  /* DO NOT CHANGE!*/
166
166
  /* 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
167
  .eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
187
168
  padding-right: 0rem;
188
169
  }
@@ -215,6 +196,25 @@
215
196
  }
216
197
  /* DO NOT CHANGE!*/
217
198
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
199
+ .eds-datefield {
200
+ width: -moz-fit-content;
201
+ width: fit-content;
202
+ }
203
+ .eds-datefield .eds-form-control-wrapper {
204
+ padding-left: 1rem;
205
+ padding-right: 1rem;
206
+ width: -moz-fit-content;
207
+ width: fit-content;
208
+ }
209
+ .eds-datefield .eds-form-control-wrapper--disabled:focus-within {
210
+ border-color: transparent;
211
+ box-shadow: none;
212
+ }
213
+ .eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
214
+ background: none;
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.2",
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.1",
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": "f332d7ab2cffcbf373183520965f838daf64e8c5"
55
55
  }