@entur/datepicker 10.0.0 → 10.0.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 +26 -26
  2. package/package.json +10 -10
package/dist/styles.css CHANGED
@@ -1,5 +1,31 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
+ [dir="ltr"] .eds-date-and-time-field__segment {
4
+ text-align: right;
5
+ }
6
+ [dir="rtl"] .eds-date-and-time-field__segment {
7
+ text-align: left;
8
+ }
9
+ .eds-date-and-time-field__segment {
10
+ margin-top: 1rem;
11
+ padding: 0 2px;
12
+ font-feature-settings: "tnum";
13
+ font-variant-numeric: tabular-nums;
14
+ }
15
+ .eds-date-and-time-field__segment--placeholder {
16
+ color: var(--components-datepicker-datefield-standard-text-content);
17
+ }
18
+ .eds-date-and-time-field__segment--dot-separator {
19
+ margin-left: -0.1rem;
20
+ margin-right: -0.2rem;
21
+ }
22
+ .eds-date-and-time-field__segment:focus {
23
+ background-color: var(--components-button-iconbutton-standard-active);
24
+ outline: transparent;
25
+ border-radius: 0.0625rem;
26
+ }
27
+ /* DO NOT CHANGE!*/
28
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
29
  .eds-datefield {
4
30
  width: -moz-fit-content;
5
31
  width: fit-content;
@@ -165,32 +191,6 @@
165
191
  }
166
192
  /* DO NOT CHANGE!*/
167
193
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
168
- [dir="ltr"] .eds-date-and-time-field__segment {
169
- text-align: right;
170
- }
171
- [dir="rtl"] .eds-date-and-time-field__segment {
172
- text-align: left;
173
- }
174
- .eds-date-and-time-field__segment {
175
- margin-top: 1rem;
176
- padding: 0 2px;
177
- font-feature-settings: "tnum";
178
- font-variant-numeric: tabular-nums;
179
- }
180
- .eds-date-and-time-field__segment--placeholder {
181
- color: var(--components-datepicker-datefield-standard-text-content);
182
- }
183
- .eds-date-and-time-field__segment--dot-separator {
184
- margin-left: -0.1rem;
185
- margin-right: -0.2rem;
186
- }
187
- .eds-date-and-time-field__segment:focus {
188
- background-color: var(--components-button-iconbutton-standard-active);
189
- outline: transparent;
190
- border-radius: 0.0625rem;
191
- }
192
- /* DO NOT CHANGE!*/
193
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
194
194
  .eds-datepicker.eds-datefield .eds-form-control-wrapper {
195
195
  padding-right: 0rem;
196
196
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "10.0.0",
3
+ "version": "10.0.2",
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.87",
31
- "@entur/button": "^3.2.28",
32
- "@entur/form": "^8.0.0",
33
- "@entur/icons": "^7.0.0",
34
- "@entur/modal": "^1.7.49",
35
- "@entur/tokens": "^3.15.2",
36
- "@entur/tooltip": "^3.0.0",
37
- "@entur/typography": "^1.8.41",
30
+ "@entur/a11y": "^0.2.89",
31
+ "@entur/button": "^3.2.30",
32
+ "@entur/form": "^8.0.2",
33
+ "@entur/icons": "^7.2.0",
34
+ "@entur/modal": "^1.7.51",
35
+ "@entur/tokens": "^3.17.0",
36
+ "@entur/tooltip": "^3.0.2",
37
+ "@entur/typography": "^1.8.43",
38
38
  "@entur/utils": "^0.11.1",
39
39
  "@floating-ui/react-dom": "^2.1.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": "cff2157007648ca73944d215e9f3f03160c96f13"
51
+ "gitHead": "20838cf27b3f76a9ce3259fe808d60132ab0a653"
52
52
  }