@entur/datepicker 4.0.0-beta.0 → 4.0.0-beta.1
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 +6 -0
- package/dist/styles.css +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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-beta.1](https://bitbucket.org/enturas/design-system/compare/@entur/datepicker@4.0.0-beta.0...@entur/datepicker@4.0.0-beta.1) (2022-10-28)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **datepicker:** hide next and previous month button when disabled ([1ae7037](https://bitbucket.org/enturas/design-system/commits/1ae70371fb5622b1fbfc593c9c0becd83f665531))
|
|
11
|
+
|
|
6
12
|
# [4.0.0-beta.0](https://bitbucket.org/enturas/design-system/compare/@entur/datepicker@4.0.0-alpha.1...@entur/datepicker@4.0.0-beta.0) (2022-10-27)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
package/dist/styles.css
CHANGED
|
@@ -295,6 +295,10 @@
|
|
|
295
295
|
.eds-contrast .eds-datepicker__calendar__header .eds-icon-button:active {
|
|
296
296
|
background-color: #babbcf;
|
|
297
297
|
}
|
|
298
|
+
.eds-datepicker__calendar__header .eds-icon-button--disabled__wrapper,
|
|
299
|
+
.eds-contrast .eds-datepicker__calendar__header .eds-icon-button--disabled__wrapper {
|
|
300
|
+
visibility: hidden;
|
|
301
|
+
}
|
|
298
302
|
.eds-datepicker__calendar__grid,
|
|
299
303
|
.eds-contrast .eds-datepicker__calendar__grid {
|
|
300
304
|
position: relative;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/datepicker.esm.js",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"node": "14.17.0",
|
|
54
54
|
"yarn": "1.18.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "88f1f6a244e4f9679ec763fb60b620be6122b106"
|
|
57
57
|
}
|