@entur/datepicker 3.0.5-beta.0 → 3.0.5-beta.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 +5 -5
  2. package/package.json +7 -9
package/dist/styles.css CHANGED
@@ -2,6 +2,11 @@
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-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
6
+ position: relative;
7
+ top: -0.5rem;
8
+ }/* DO NOT CHANGE!*/
9
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
10
  .eds-datepicker__calender {
6
11
  font-family: var(--eds-font-family);
7
12
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
@@ -190,9 +195,4 @@
190
195
  .eds-timepicker__wrapper .eds-feedback-text {
191
196
  position: absolute;
192
197
  top: 3.5rem;
193
- }/* DO NOT CHANGE!*/
194
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
195
- .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
196
- position: relative;
197
- top: -0.5rem;
198
198
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "3.0.5-beta.0",
3
+ "version": "3.0.5-beta.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/datepicker.esm.js",
@@ -19,8 +19,6 @@
19
19
  "scripts": {
20
20
  "start": "yarn run dts watch --noClean",
21
21
  "build": "yarn run dts build",
22
- "prepack": "yarn run build",
23
- "prepublish": "yarn run test && yarn run lint",
24
22
  "test": "yarn run dts test --env=jsdom",
25
23
  "lint": "yarn run dts lint"
26
24
  },
@@ -29,11 +27,11 @@
29
27
  "react-dom": ">=16.8.0"
30
28
  },
31
29
  "dependencies": {
32
- "@entur/form": "^5.4.8-beta.0",
33
- "@entur/icons": "^5.1.2-beta.0",
34
- "@entur/tokens": "^3.4.2-beta.0",
35
- "@entur/typography": "^1.7.1-beta.0",
36
- "@entur/utils": "^0.4.6-beta.0",
30
+ "@entur/form": "^5.4.8-beta.3",
31
+ "@entur/icons": "^5.1.2-beta.3",
32
+ "@entur/tokens": "^3.4.2-beta.2",
33
+ "@entur/typography": "^1.7.1-beta.3",
34
+ "@entur/utils": "^0.4.6-beta.2",
37
35
  "@internationalized/date": "^3.0.1",
38
36
  "@react-aria/datepicker": "^3.1.1",
39
37
  "@react-aria/i18n": "^3.6.0",
@@ -48,5 +46,5 @@
48
46
  "jest-watch-typeahead": "^2.2.0",
49
47
  "ts-jest": "^27.0.0"
50
48
  },
51
- "gitHead": "d66113fbe7eee544fb34f82211406b8ed95837a1"
49
+ "gitHead": "89c8eee86c247794134c34484a205e0f7f65d0a5"
52
50
  }