@entur/datepicker 8.0.15 → 8.0.17

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 +18 -18
  2. package/package.json +8 -8
package/dist/styles.css CHANGED
@@ -125,24 +125,6 @@
125
125
  .eds-contrast .eds-datepicker__calendar__grid__cell--today {
126
126
  border-bottom: 2px solid #ff5959;
127
127
  }
128
- .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
129
- margin-left: 1rem;
130
- }
131
- .eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
132
- border-color: transparent;
133
- box-shadow: none;
134
- }
135
- .eds-datefield.eds-form-control-wrapper--disabled:focus-within {
136
- border-color: transparent;
137
- box-shadow: none;
138
- }
139
- .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
140
- background: none;
141
- }
142
- .eds-datefield .eds-form-control__append--tooltip {
143
- margin-top: 0.75rem;
144
- margin-right: -0.25rem;
145
- }
146
128
  /* DO NOT CHANGE!*/
147
129
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
148
130
  [dir="ltr"] .eds-date-and-time-field__segment {
@@ -170,6 +152,24 @@
170
152
  outline: none;
171
153
  border-radius: 0.0625rem;
172
154
  }
155
+ .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
156
+ margin-left: 1rem;
157
+ }
158
+ .eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
159
+ border-color: transparent;
160
+ box-shadow: none;
161
+ }
162
+ .eds-datefield.eds-form-control-wrapper--disabled:focus-within {
163
+ border-color: transparent;
164
+ box-shadow: none;
165
+ }
166
+ .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
167
+ background: none;
168
+ }
169
+ .eds-datefield .eds-form-control__append--tooltip {
170
+ margin-top: 0.75rem;
171
+ margin-right: -0.25rem;
172
+ }
173
173
  /* DO NOT CHANGE!*/
174
174
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
175
175
  .eds-datepicker {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "8.0.15",
3
+ "version": "8.0.17",
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.2",
32
- "@entur/form": "^7.0.18",
33
- "@entur/icons": "^6.5.0",
34
- "@entur/modal": "^1.7.11",
31
+ "@entur/button": "^3.1.4",
32
+ "@entur/form": "^7.0.20",
33
+ "@entur/icons": "^6.8.0",
34
+ "@entur/modal": "^1.7.13",
35
35
  "@entur/tokens": "^3.10.0",
36
- "@entur/tooltip": "^2.6.27",
37
- "@entur/typography": "^1.8.8",
36
+ "@entur/tooltip": "^2.6.29",
37
+ "@entur/typography": "^1.8.10",
38
38
  "@entur/utils": "^0.9.5",
39
39
  "@floating-ui/react-dom": "^1.0.0",
40
40
  "@internationalized/date": "^3.0.2",
@@ -52,5 +52,5 @@
52
52
  "node": "16.17.0",
53
53
  "yarn": "1.22.19"
54
54
  },
55
- "gitHead": "72e76df00ea0a7313bd2c55e23aa96ad1e291ef1"
55
+ "gitHead": "9e5cbcf10c3e18dff42f0afb3b4cb40df557c14c"
56
56
  }