@alfalab/core-components-calendar-with-skeleton 4.4.8 → 4.5.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/Component.js +1 -1
- package/esm/Component.js +1 -1
- package/esm/index.css +12 -12
- package/index.css +12 -12
- package/modern/Component.js +1 -1
- package/modern/index.css +12 -12
- package/package.json +6 -6
- package/CHANGELOG.md +0 -491
package/Component.js
CHANGED
|
@@ -52,7 +52,7 @@ function __rest(s, e) {
|
|
|
52
52
|
return t;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
var styles = {"component":"calendar-with-
|
|
55
|
+
var styles = {"component":"calendar-with-skeleton__component_pg1bl","calendarVisible":"calendar-with-skeleton__calendarVisible_pg1bl","skeleton":"calendar-with-skeleton__skeleton_pg1bl","header":"calendar-with-skeleton__header_pg1bl","weekDays":"calendar-with-skeleton__weekDays_pg1bl","row":"calendar-with-skeleton__row_pg1bl","enter":"calendar-with-skeleton__enter_pg1bl","enterActive":"calendar-with-skeleton__enterActive_pg1bl","exit":"calendar-with-skeleton__exit_pg1bl","exitActive":"calendar-with-skeleton__exitActive_pg1bl"};
|
|
56
56
|
require('./index.css')
|
|
57
57
|
|
|
58
58
|
var CalendarWithSkeleton = React.forwardRef(function (_a, ref) {
|
package/esm/Component.js
CHANGED
|
@@ -43,7 +43,7 @@ function __rest(s, e) {
|
|
|
43
43
|
return t;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
var styles = {"component":"calendar-with-
|
|
46
|
+
var styles = {"component":"calendar-with-skeleton__component_pg1bl","calendarVisible":"calendar-with-skeleton__calendarVisible_pg1bl","skeleton":"calendar-with-skeleton__skeleton_pg1bl","header":"calendar-with-skeleton__header_pg1bl","weekDays":"calendar-with-skeleton__weekDays_pg1bl","row":"calendar-with-skeleton__row_pg1bl","enter":"calendar-with-skeleton__enter_pg1bl","enterActive":"calendar-with-skeleton__enterActive_pg1bl","exit":"calendar-with-skeleton__exit_pg1bl","exitActive":"calendar-with-skeleton__exitActive_pg1bl"};
|
|
47
47
|
require('./index.css')
|
|
48
48
|
|
|
49
49
|
var CalendarWithSkeleton = forwardRef(function (_a, ref) {
|
package/esm/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1us61 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
}
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
--gap-m: 16px;
|
|
15
15
|
--gap-l: 20px;
|
|
16
16
|
}
|
|
17
|
-
.calendar-with-
|
|
17
|
+
.calendar-with-skeleton__component_pg1bl {
|
|
18
18
|
width: var(--calendar-width);
|
|
19
19
|
height: var(--calendar-height);
|
|
20
20
|
position: relative;
|
|
21
21
|
}
|
|
22
|
-
.calendar-with-
|
|
22
|
+
.calendar-with-skeleton__calendarVisible_pg1bl {
|
|
23
23
|
height: auto;
|
|
24
24
|
}
|
|
25
|
-
.calendar-with-
|
|
25
|
+
.calendar-with-skeleton__skeleton_pg1bl {
|
|
26
26
|
display: flex;
|
|
27
27
|
flex-direction: column;
|
|
28
28
|
padding: var(--gap-m);
|
|
@@ -37,25 +37,25 @@
|
|
|
37
37
|
background-color: var(--color-light-bg-primary);
|
|
38
38
|
background-clip: content-box;
|
|
39
39
|
}
|
|
40
|
-
.calendar-with-
|
|
40
|
+
.calendar-with-skeleton__header_pg1bl {
|
|
41
41
|
height: 48px;
|
|
42
42
|
margin-bottom: var(--gap-l);
|
|
43
43
|
}
|
|
44
|
-
.calendar-with-
|
|
44
|
+
.calendar-with-skeleton__weekDays_pg1bl {
|
|
45
45
|
height: 12px;
|
|
46
46
|
margin-bottom: var(--gap-m);
|
|
47
47
|
}
|
|
48
|
-
.calendar-with-
|
|
48
|
+
.calendar-with-skeleton__row_pg1bl {
|
|
49
49
|
height: 32px
|
|
50
50
|
}
|
|
51
|
-
.calendar-with-
|
|
51
|
+
.calendar-with-skeleton__row_pg1bl + .calendar-with-skeleton__row_pg1bl {
|
|
52
52
|
margin-top: 10px;
|
|
53
53
|
}
|
|
54
|
-
.calendar-with-
|
|
55
|
-
.calendar-with-
|
|
56
|
-
.calendar-with-
|
|
54
|
+
.calendar-with-skeleton__enter_pg1bl,
|
|
55
|
+
.calendar-with-skeleton__enterActive_pg1bl,
|
|
56
|
+
.calendar-with-skeleton__exit_pg1bl {
|
|
57
57
|
opacity: 1;
|
|
58
58
|
}
|
|
59
|
-
.calendar-with-
|
|
59
|
+
.calendar-with-skeleton__exitActive_pg1bl {
|
|
60
60
|
opacity: 0;
|
|
61
61
|
}
|
package/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1us61 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
}
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
--gap-m: 16px;
|
|
15
15
|
--gap-l: 20px;
|
|
16
16
|
}
|
|
17
|
-
.calendar-with-
|
|
17
|
+
.calendar-with-skeleton__component_pg1bl {
|
|
18
18
|
width: var(--calendar-width);
|
|
19
19
|
height: var(--calendar-height);
|
|
20
20
|
position: relative;
|
|
21
21
|
}
|
|
22
|
-
.calendar-with-
|
|
22
|
+
.calendar-with-skeleton__calendarVisible_pg1bl {
|
|
23
23
|
height: auto;
|
|
24
24
|
}
|
|
25
|
-
.calendar-with-
|
|
25
|
+
.calendar-with-skeleton__skeleton_pg1bl {
|
|
26
26
|
display: flex;
|
|
27
27
|
flex-direction: column;
|
|
28
28
|
padding: var(--gap-m);
|
|
@@ -37,25 +37,25 @@
|
|
|
37
37
|
background-color: var(--color-light-bg-primary);
|
|
38
38
|
background-clip: content-box;
|
|
39
39
|
}
|
|
40
|
-
.calendar-with-
|
|
40
|
+
.calendar-with-skeleton__header_pg1bl {
|
|
41
41
|
height: 48px;
|
|
42
42
|
margin-bottom: var(--gap-l);
|
|
43
43
|
}
|
|
44
|
-
.calendar-with-
|
|
44
|
+
.calendar-with-skeleton__weekDays_pg1bl {
|
|
45
45
|
height: 12px;
|
|
46
46
|
margin-bottom: var(--gap-m);
|
|
47
47
|
}
|
|
48
|
-
.calendar-with-
|
|
48
|
+
.calendar-with-skeleton__row_pg1bl {
|
|
49
49
|
height: 32px
|
|
50
50
|
}
|
|
51
|
-
.calendar-with-
|
|
51
|
+
.calendar-with-skeleton__row_pg1bl + .calendar-with-skeleton__row_pg1bl {
|
|
52
52
|
margin-top: 10px;
|
|
53
53
|
}
|
|
54
|
-
.calendar-with-
|
|
55
|
-
.calendar-with-
|
|
56
|
-
.calendar-with-
|
|
54
|
+
.calendar-with-skeleton__enter_pg1bl,
|
|
55
|
+
.calendar-with-skeleton__enterActive_pg1bl,
|
|
56
|
+
.calendar-with-skeleton__exit_pg1bl {
|
|
57
57
|
opacity: 1;
|
|
58
58
|
}
|
|
59
|
-
.calendar-with-
|
|
59
|
+
.calendar-with-skeleton__exitActive_pg1bl {
|
|
60
60
|
opacity: 0;
|
|
61
61
|
}
|
package/modern/Component.js
CHANGED
|
@@ -4,7 +4,7 @@ import { CSSTransition } from 'react-transition-group';
|
|
|
4
4
|
import { Skeleton } from '@alfalab/core-components-skeleton/modern';
|
|
5
5
|
import { Calendar } from '@alfalab/core-components-calendar/modern';
|
|
6
6
|
|
|
7
|
-
var styles = {"component":"calendar-with-
|
|
7
|
+
var styles = {"component":"calendar-with-skeleton__component_pg1bl","calendarVisible":"calendar-with-skeleton__calendarVisible_pg1bl","skeleton":"calendar-with-skeleton__skeleton_pg1bl","header":"calendar-with-skeleton__header_pg1bl","weekDays":"calendar-with-skeleton__weekDays_pg1bl","row":"calendar-with-skeleton__row_pg1bl","enter":"calendar-with-skeleton__enter_pg1bl","enterActive":"calendar-with-skeleton__enterActive_pg1bl","exit":"calendar-with-skeleton__exit_pg1bl","exitActive":"calendar-with-skeleton__exitActive_pg1bl"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
10
|
const CalendarWithSkeleton = forwardRef(({ calendarVisible = true, animate = true, className, ...restProps }, ref) => {
|
package/modern/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1us61 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
}
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
--gap-m: 16px;
|
|
15
15
|
--gap-l: 20px;
|
|
16
16
|
}
|
|
17
|
-
.calendar-with-
|
|
17
|
+
.calendar-with-skeleton__component_pg1bl {
|
|
18
18
|
width: var(--calendar-width);
|
|
19
19
|
height: var(--calendar-height);
|
|
20
20
|
position: relative;
|
|
21
21
|
}
|
|
22
|
-
.calendar-with-
|
|
22
|
+
.calendar-with-skeleton__calendarVisible_pg1bl {
|
|
23
23
|
height: auto;
|
|
24
24
|
}
|
|
25
|
-
.calendar-with-
|
|
25
|
+
.calendar-with-skeleton__skeleton_pg1bl {
|
|
26
26
|
display: flex;
|
|
27
27
|
flex-direction: column;
|
|
28
28
|
padding: var(--gap-m);
|
|
@@ -37,25 +37,25 @@
|
|
|
37
37
|
background-color: var(--color-light-bg-primary);
|
|
38
38
|
background-clip: content-box;
|
|
39
39
|
}
|
|
40
|
-
.calendar-with-
|
|
40
|
+
.calendar-with-skeleton__header_pg1bl {
|
|
41
41
|
height: 48px;
|
|
42
42
|
margin-bottom: var(--gap-l);
|
|
43
43
|
}
|
|
44
|
-
.calendar-with-
|
|
44
|
+
.calendar-with-skeleton__weekDays_pg1bl {
|
|
45
45
|
height: 12px;
|
|
46
46
|
margin-bottom: var(--gap-m);
|
|
47
47
|
}
|
|
48
|
-
.calendar-with-
|
|
48
|
+
.calendar-with-skeleton__row_pg1bl {
|
|
49
49
|
height: 32px
|
|
50
50
|
}
|
|
51
|
-
.calendar-with-
|
|
51
|
+
.calendar-with-skeleton__row_pg1bl + .calendar-with-skeleton__row_pg1bl {
|
|
52
52
|
margin-top: 10px;
|
|
53
53
|
}
|
|
54
|
-
.calendar-with-
|
|
55
|
-
.calendar-with-
|
|
56
|
-
.calendar-with-
|
|
54
|
+
.calendar-with-skeleton__enter_pg1bl,
|
|
55
|
+
.calendar-with-skeleton__enterActive_pg1bl,
|
|
56
|
+
.calendar-with-skeleton__exit_pg1bl {
|
|
57
57
|
opacity: 1;
|
|
58
58
|
}
|
|
59
|
-
.calendar-with-
|
|
59
|
+
.calendar-with-skeleton__exitActive_pg1bl {
|
|
60
60
|
opacity: 0;
|
|
61
61
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-calendar-with-skeleton",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.1",
|
|
4
4
|
"description": "CalendarWithSkeleton component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"directory": "dist"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"react": "^16.9.0 || ^17.0.1",
|
|
18
|
-
"react-dom": "^16.9.0 || ^17.0.1"
|
|
17
|
+
"react": "^16.9.0 || ^17.0.1 || ^18.0.0",
|
|
18
|
+
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@alfalab/core-components-calendar": "^5.
|
|
22
|
-
"@alfalab/core-components-skeleton": "^3.
|
|
23
|
-
"classnames": "^2.
|
|
21
|
+
"@alfalab/core-components-calendar": "^5.6.1",
|
|
22
|
+
"@alfalab/core-components-skeleton": "^3.3.0",
|
|
23
|
+
"classnames": "^2.3.1",
|
|
24
24
|
"react-transition-group": "^4.4.1"
|
|
25
25
|
}
|
|
26
26
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,491 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [4.4.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.7...@alfalab/core-components-calendar-with-skeleton@4.4.8) (2022-07-18)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [4.4.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.6...@alfalab/core-components-calendar-with-skeleton@4.4.7) (2022-07-18)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## [4.4.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.5...@alfalab/core-components-calendar-with-skeleton@4.4.6) (2022-07-15)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## [4.4.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.4...@alfalab/core-components-calendar-with-skeleton@4.4.5) (2022-07-15)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Bug Fixes
|
|
34
|
-
|
|
35
|
-
* bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## [4.4.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.3...@alfalab/core-components-calendar-with-skeleton@4.4.4) (2022-07-14)
|
|
42
|
-
|
|
43
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
## [4.4.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.2...@alfalab/core-components-calendar-with-skeleton@4.4.3) (2022-07-11)
|
|
50
|
-
|
|
51
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## [4.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.1...@alfalab/core-components-calendar-with-skeleton@4.4.2) (2022-07-01)
|
|
58
|
-
|
|
59
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
## [4.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.0...@alfalab/core-components-calendar-with-skeleton@4.4.1) (2022-06-30)
|
|
66
|
-
|
|
67
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
# [4.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.3.0...@alfalab/core-components-calendar-with-skeleton@4.4.0) (2022-06-29)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### Features
|
|
77
|
-
|
|
78
|
-
* **calendar:** implement calendar mobile ([#54](https://github.com/core-ds/core-components/issues/54)) ([730f51d](https://github.com/core-ds/core-components/commit/730f51d35823273f122fe84a0369f95745fd2878))
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
# [4.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.2.5...@alfalab/core-components-calendar-with-skeleton@4.3.0) (2022-06-28)
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
### Features
|
|
88
|
-
|
|
89
|
-
* circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
## [4.2.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.2.4...@alfalab/core-components-calendar-with-skeleton@4.2.5) (2022-06-24)
|
|
96
|
-
|
|
97
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
## [4.2.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.2.3...@alfalab/core-components-calendar-with-skeleton@4.2.4) (2022-06-23)
|
|
104
|
-
|
|
105
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
## [4.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.2.2...@alfalab/core-components-calendar-with-skeleton@4.2.3) (2022-06-20)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
### Bug Fixes
|
|
115
|
-
|
|
116
|
-
* **calendar:** increased specificity of the button css class ([#103](https://github.com/core-ds/core-components/issues/103)) ([3d20c11](https://github.com/core-ds/core-components/commit/3d20c112a1c161951afa2e1c6fca8d3c048501e7))
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
## [4.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.2.1...@alfalab/core-components-calendar-with-skeleton@4.2.2) (2022-06-03)
|
|
123
|
-
|
|
124
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
## [4.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.1.1...@alfalab/core-components-calendar-with-skeleton@4.1.2) (2022-03-18)
|
|
131
|
-
|
|
132
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
## [4.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.1.0...@alfalab/core-components-calendar-with-skeleton@4.1.1) (2022-03-04)
|
|
139
|
-
|
|
140
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
# [4.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.0.0...@alfalab/core-components-calendar-with-skeleton@4.1.0) (2022-03-04)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Features
|
|
150
|
-
|
|
151
|
-
* Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
# [4.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.2.0...@alfalab/core-components-calendar-with-skeleton@4.0.0) (2022-02-17)
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
* refactor/calendar-range (#984) ([714f615](https://github.com/core-ds/core-components/commit/714f61590586bafe1060e652943e95c133ed002a)), closes [#984](https://github.com/core-ds/core-components/issues/984)
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
### BREAKING CHANGES
|
|
164
|
-
|
|
165
|
-
* Большое обновление CalendarRange
|
|
166
|
-
|
|
167
|
-
* feat(date-input): add some improvements
|
|
168
|
-
|
|
169
|
-
* feat(date-input): some updates
|
|
170
|
-
|
|
171
|
-
* feat(date-input): validation
|
|
172
|
-
|
|
173
|
-
* feat(calendar): change period selection logic
|
|
174
|
-
|
|
175
|
-
* fix(calendar): range styles
|
|
176
|
-
|
|
177
|
-
* fix(calendar): fix styles, add rangeComplete flag
|
|
178
|
-
|
|
179
|
-
* refactor(calendar-range): temporary
|
|
180
|
-
|
|
181
|
-
* fix(calendar-range): fix hook
|
|
182
|
-
|
|
183
|
-
* fix(calendar-range): fix period
|
|
184
|
-
|
|
185
|
-
* fix(calendar-range): fix tests, fix max date
|
|
186
|
-
|
|
187
|
-
* fix: update exports
|
|
188
|
-
|
|
189
|
-
* feat(calendar): allow empty values for PeriodSlider, update today
|
|
190
|
-
|
|
191
|
-
* fix(calendar-range): hide error icon
|
|
192
|
-
|
|
193
|
-
* chore(calendar-range): demo
|
|
194
|
-
|
|
195
|
-
* feat(calendar): use IconButton
|
|
196
|
-
|
|
197
|
-
* feat(calendar-range): add onChange, update demo
|
|
198
|
-
|
|
199
|
-
* fix(calendar-range): update width
|
|
200
|
-
|
|
201
|
-
* test(calendar-range): update snapshot
|
|
202
|
-
|
|
203
|
-
* fix: import date-fns separately
|
|
204
|
-
|
|
205
|
-
* fix(calendar-range): fix rest props
|
|
206
|
-
|
|
207
|
-
Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
# [3.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.1.5...@alfalab/core-components-calendar-with-skeleton@3.2.0) (2022-02-17)
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
### Features
|
|
217
|
-
|
|
218
|
-
* **calendar:** design & logic updates ([#991](https://github.com/core-ds/core-components/issues/991)) ([358142c](https://github.com/core-ds/core-components/commit/358142c6d259e1463954139cc648787cdf461f76)), closes [#993](https://github.com/core-ds/core-components/issues/993) [#990](https://github.com/core-ds/core-components/issues/990)
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
## [3.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.1.4...@alfalab/core-components-calendar-with-skeleton@3.1.5) (2022-02-15)
|
|
225
|
-
|
|
226
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
## [3.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.1.3...@alfalab/core-components-calendar-with-skeleton@3.1.4) (2022-02-09)
|
|
233
|
-
|
|
234
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
## [3.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.1.2...@alfalab/core-components-calendar-with-skeleton@3.1.3) (2022-02-03)
|
|
241
|
-
|
|
242
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
## [3.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.1.1...@alfalab/core-components-calendar-with-skeleton@3.1.2) (2022-02-02)
|
|
249
|
-
|
|
250
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
## [3.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.1.0...@alfalab/core-components-calendar-with-skeleton@3.1.1) (2022-01-27)
|
|
257
|
-
|
|
258
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
# [3.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.14...@alfalab/core-components-calendar-with-skeleton@3.1.0) (2022-01-17)
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
### Features
|
|
268
|
-
|
|
269
|
-
* **calendar:** split header to header & period-slider ([#939](https://github.com/core-ds/core-components/issues/939)) ([107cee0](https://github.com/core-ds/core-components/commit/107cee0f2b5d609a02b61023b324dcc8c98c5220))
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
## [3.0.14](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.13...@alfalab/core-components-calendar-with-skeleton@3.0.14) (2021-12-29)
|
|
276
|
-
|
|
277
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
## [3.0.13](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.12...@alfalab/core-components-calendar-with-skeleton@3.0.13) (2021-12-14)
|
|
284
|
-
|
|
285
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
## [3.0.12](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.11...@alfalab/core-components-calendar-with-skeleton@3.0.12) (2021-12-08)
|
|
292
|
-
|
|
293
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
## [3.0.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.10...@alfalab/core-components-calendar-with-skeleton@3.0.11) (2021-12-08)
|
|
300
|
-
|
|
301
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
## [3.0.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.9...@alfalab/core-components-calendar-with-skeleton@3.0.10) (2021-12-08)
|
|
308
|
-
|
|
309
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
## [3.0.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.8...@alfalab/core-components-calendar-with-skeleton@3.0.9) (2021-11-26)
|
|
316
|
-
|
|
317
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
## [3.0.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.7...@alfalab/core-components-calendar-with-skeleton@3.0.8) (2021-11-16)
|
|
324
|
-
|
|
325
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
## [3.0.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.6...@alfalab/core-components-calendar-with-skeleton@3.0.7) (2021-09-14)
|
|
332
|
-
|
|
333
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
## [3.0.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.5...@alfalab/core-components-calendar-with-skeleton@3.0.6) (2021-08-27)
|
|
340
|
-
|
|
341
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
## [3.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.4...@alfalab/core-components-calendar-with-skeleton@3.0.5) (2021-08-13)
|
|
348
|
-
|
|
349
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
## [3.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.3...@alfalab/core-components-calendar-with-skeleton@3.0.4) (2021-08-04)
|
|
356
|
-
|
|
357
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
## [3.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.2...@alfalab/core-components-calendar-with-skeleton@3.0.3) (2021-07-23)
|
|
364
|
-
|
|
365
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
## [3.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.1...@alfalab/core-components-calendar-with-skeleton@3.0.2) (2021-07-19)
|
|
372
|
-
|
|
373
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
## [3.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.0.0...@alfalab/core-components-calendar-with-skeleton@3.0.1) (2021-07-09)
|
|
380
|
-
|
|
381
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
# [3.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@2.0.5...@alfalab/core-components-calendar-with-skeleton@3.0.0) (2021-07-08)
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
### Features
|
|
391
|
-
|
|
392
|
-
* upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
|
|
393
|
-
|
|
394
|
-
## [2.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@2.0.4...@alfalab/core-components-calendar-with-skeleton@2.0.5) (2021-06-28)
|
|
395
|
-
|
|
396
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
## [2.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@2.0.3...@alfalab/core-components-calendar-with-skeleton@2.0.4) (2021-06-22)
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
### Bug Fixes
|
|
406
|
-
|
|
407
|
-
* **calendar-with-skeleton:** ref & six weeks height issues ([#705](https://github.com/core-ds/core-components/issues/705)) ([907ebe1](https://github.com/core-ds/core-components/commit/907ebe18641ee2e7e91fc4622527404c20867a54))
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
## [2.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@2.0.2...@alfalab/core-components-calendar-with-skeleton@2.0.3) (2021-06-09)
|
|
414
|
-
|
|
415
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
## [2.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@2.0.1...@alfalab/core-components-calendar-with-skeleton@2.0.2) (2021-06-08)
|
|
422
|
-
|
|
423
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
## [2.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@2.0.0...@alfalab/core-components-calendar-with-skeleton@2.0.1) (2021-05-31)
|
|
430
|
-
|
|
431
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
# [2.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@1.1.4...@alfalab/core-components-calendar-with-skeleton@2.0.0) (2021-05-25)
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
### Features
|
|
441
|
-
|
|
442
|
-
* **button:** add inverted ([#649](https://github.com/core-ds/core-components/issues/649)) ([be321b0](https://github.com/core-ds/core-components/commit/be321b07e99d20824138ad65141f3fbed1b6e315)), closes [#658](https://github.com/core-ds/core-components/issues/658) [#657](https://github.com/core-ds/core-components/issues/657)
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
### BREAKING CHANGES
|
|
446
|
-
|
|
447
|
-
* **button:** remove inverted themes
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
## [1.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@1.1.3...@alfalab/core-components-calendar-with-skeleton@1.1.4) (2021-05-25)
|
|
454
|
-
|
|
455
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
## [1.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@1.1.2...@alfalab/core-components-calendar-with-skeleton@1.1.3) (2021-05-18)
|
|
462
|
-
|
|
463
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
## [1.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@1.1.1...@alfalab/core-components-calendar-with-skeleton@1.1.2) (2021-05-07)
|
|
470
|
-
|
|
471
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
## [1.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@1.1.0...@alfalab/core-components-calendar-with-skeleton@1.1.1) (2021-04-26)
|
|
478
|
-
|
|
479
|
-
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
# 1.1.0 (2021-04-09)
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
### Features
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
* **calendar-with-skeleton:** add component ([e940c88](https://github.com/core-ds/core-components/commit/e940c88703a7434e0db4ce0efc27a234455b449c))
|