@entur/datepicker 4.0.0-RC.2 → 4.0.0-RC.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [4.0.0-RC.3](https://bitbucket.org/enturas/design-system/compare/@entur/datepicker@4.0.0-RC.2...@entur/datepicker@4.0.0-RC.3) (2022-11-22)
7
+
8
+ **Note:** Version bump only for package @entur/datepicker
9
+
6
10
  # [4.0.0-RC.2](https://bitbucket.org/enturas/design-system/compare/@entur/datepicker@4.0.0-RC.1...@entur/datepicker@4.0.0-RC.2) (2022-11-22)
7
11
 
8
12
  ### Bug Fixes
package/dist/styles.css CHANGED
@@ -2,25 +2,6 @@
2
2
  --eds-datepicker: 1;
3
3
  }/* DO NOT CHANGE!*/
4
4
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
- .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
6
- margin-left: 1rem;
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:focus-within {
13
- border-color: transparent;
14
- box-shadow: none;
15
- }
16
- .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
17
- background: none;
18
- }
19
- .eds-datefield .eds-form-control__append--tooltip {
20
- margin-top: 0.75rem;
21
- margin-right: -0.25rem;
22
- }/* DO NOT CHANGE!*/
23
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
24
5
  .eds-datepicker__calendar,
25
6
  .eds-contrast .eds-datepicker__calendar {
26
7
  width: -moz-fit-content;
@@ -147,6 +128,30 @@
147
128
  border-bottom: 2px solid #ff5959;
148
129
  }/* DO NOT CHANGE!*/
149
130
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
131
+ .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
132
+ position: relative;
133
+ top: -0.5rem;
134
+ }/* DO NOT CHANGE!*/
135
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
136
+ .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
137
+ margin-left: 1rem;
138
+ }
139
+ .eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
140
+ border-color: transparent;
141
+ box-shadow: none;
142
+ }
143
+ .eds-datefield.eds-form-control-wrapper--disabled:focus-within {
144
+ border-color: transparent;
145
+ box-shadow: none;
146
+ }
147
+ .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
148
+ background: none;
149
+ }
150
+ .eds-datefield .eds-form-control__append--tooltip {
151
+ margin-top: 0.75rem;
152
+ margin-right: -0.25rem;
153
+ }/* DO NOT CHANGE!*/
154
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
150
155
  .eds-timepicker__wrapper {
151
156
  position: relative;
152
157
  display: flex;
@@ -194,11 +199,6 @@
194
199
  top: 3.5rem;
195
200
  }/* DO NOT CHANGE!*/
196
201
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
197
- .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
198
- position: relative;
199
- top: -0.5rem;
200
- }/* DO NOT CHANGE!*/
201
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
202
202
  .eds-datepicker {
203
203
  position: relative;
204
204
  width: -moz-fit-content;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "4.0.0-RC.2",
3
+ "version": "4.0.0-RC.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.49",
31
- "@entur/button": "^2.10.5-RC.1",
32
- "@entur/form": "^5.4.6-RC.1",
33
- "@entur/icons": "^5.0.1-RC.1",
31
+ "@entur/button": "^2.10.5-RC.2",
32
+ "@entur/form": "^5.4.6-RC.2",
33
+ "@entur/icons": "^5.0.1-RC.2",
34
34
  "@entur/modal": "1.6.12",
35
35
  "@entur/tokens": "^3.4.1",
36
- "@entur/typography": "^1.7.1-RC.1",
37
- "@entur/utils": "^0.5.0-RC.1",
36
+ "@entur/typography": "^1.7.1-RC.2",
37
+ "@entur/utils": "^0.5.0-RC.2",
38
38
  "@floating-ui/react-dom": "^1.0.0",
39
39
  "@internationalized/date": "^3.0.1",
40
40
  "@react-aria/button": "3.6.2",
@@ -53,5 +53,5 @@
53
53
  "node": "14.17.0",
54
54
  "yarn": "1.18.0"
55
55
  },
56
- "gitHead": "566b3c34e0516c4b448f0115a25ec57ba5af1ce3"
56
+ "gitHead": "c994dd720e55fc4652ef5f05d7235d61b6bbfbf9"
57
57
  }