@entur/datepicker 8.1.2 → 8.1.3

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 +45 -45
  2. package/package.json +8 -8
package/dist/styles.css CHANGED
@@ -1,3 +1,48 @@
1
+ .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
2
+ margin-left: 1rem;
3
+ }
4
+ .eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
5
+ border-color: transparent;
6
+ box-shadow: none;
7
+ }
8
+ .eds-datefield.eds-form-control-wrapper--disabled:focus-within {
9
+ border-color: transparent;
10
+ box-shadow: none;
11
+ }
12
+ .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
13
+ background: none;
14
+ }
15
+ .eds-datefield .eds-form-control__append--tooltip {
16
+ margin-top: 0.75rem;
17
+ margin-right: -0.25rem;
18
+ }
19
+ /* DO NOT CHANGE!*/
20
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
21
+ [dir="ltr"] .eds-date-and-time-field__segment {
22
+ text-align: right;
23
+ }
24
+ [dir="rtl"] .eds-date-and-time-field__segment {
25
+ text-align: left;
26
+ }
27
+ .eds-date-and-time-field__segment {
28
+ margin-top: 1rem;
29
+ padding: 0 2px;
30
+ font-feature-settings: "tnum";
31
+ font-variant-numeric: tabular-nums;
32
+ }
33
+ .eds-date-and-time-field__segment--placeholder {
34
+ color: #646464;
35
+ }
36
+ .eds-date-and-time-field__segment--dot-separator {
37
+ margin-left: -0.1rem;
38
+ margin-right: -0.2rem;
39
+ }
40
+ .eds-date-and-time-field__segment:focus {
41
+ background-color: #656782;
42
+ color: #ffffff;
43
+ outline: none;
44
+ border-radius: 0.0625rem;
45
+ }
1
46
  /* DO NOT CHANGE!*/
2
47
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
48
  .eds-datepicker__calendar,
@@ -169,51 +214,6 @@
169
214
  }
170
215
  /* DO NOT CHANGE!*/
171
216
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
172
- [dir="ltr"] .eds-date-and-time-field__segment {
173
- text-align: right;
174
- }
175
- [dir="rtl"] .eds-date-and-time-field__segment {
176
- text-align: left;
177
- }
178
- .eds-date-and-time-field__segment {
179
- margin-top: 1rem;
180
- padding: 0 2px;
181
- font-feature-settings: "tnum";
182
- font-variant-numeric: tabular-nums;
183
- }
184
- .eds-date-and-time-field__segment--placeholder {
185
- color: #646464;
186
- }
187
- .eds-date-and-time-field__segment--dot-separator {
188
- margin-left: -0.1rem;
189
- margin-right: -0.2rem;
190
- }
191
- .eds-date-and-time-field__segment:focus {
192
- background-color: #656782;
193
- color: #ffffff;
194
- outline: none;
195
- border-radius: 0.0625rem;
196
- }
197
- .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
198
- margin-left: 1rem;
199
- }
200
- .eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
201
- border-color: transparent;
202
- box-shadow: none;
203
- }
204
- .eds-datefield.eds-form-control-wrapper--disabled:focus-within {
205
- border-color: transparent;
206
- box-shadow: none;
207
- }
208
- .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
209
- background: none;
210
- }
211
- .eds-datefield .eds-form-control__append--tooltip {
212
- margin-top: 0.75rem;
213
- margin-right: -0.25rem;
214
- }
215
- /* DO NOT CHANGE!*/
216
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
217
217
  .eds-timepicker__wrapper {
218
218
  position: relative;
219
219
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "8.1.2",
3
+ "version": "8.1.3",
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.70",
31
- "@entur/button": "^3.1.6",
32
- "@entur/form": "^7.0.22",
33
- "@entur/icons": "^6.10.0",
34
- "@entur/modal": "^1.7.15",
31
+ "@entur/button": "^3.1.7",
32
+ "@entur/form": "^7.0.23",
33
+ "@entur/icons": "^6.11.0",
34
+ "@entur/modal": "^1.7.16",
35
35
  "@entur/tokens": "^3.10.0",
36
- "@entur/tooltip": "^2.6.31",
37
- "@entur/typography": "^1.8.12",
36
+ "@entur/tooltip": "^2.6.32",
37
+ "@entur/typography": "^1.8.13",
38
38
  "@entur/utils": "^0.9.5",
39
39
  "@floating-ui/react-dom": "^1.0.0",
40
40
  "@internationalized/date": "^3.4.0",
@@ -52,5 +52,5 @@
52
52
  "node": "16.17.0",
53
53
  "yarn": "1.22.19"
54
54
  },
55
- "gitHead": "9e97f6db17e2ad5096603ba20d568601059ca53e"
55
+ "gitHead": "d1d2a7c625523120a8b4a7fca83794fd827104a4"
56
56
  }