@alfalab/core-components-calendar-with-skeleton 4.4.9 → 4.5.2

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 CHANGED
@@ -52,7 +52,7 @@ function __rest(s, e) {
52
52
  return t;
53
53
  }
54
54
 
55
- var styles = {"component":"calendar-with-skeleton__component_1akss","calendarVisible":"calendar-with-skeleton__calendarVisible_1akss","skeleton":"calendar-with-skeleton__skeleton_1akss","header":"calendar-with-skeleton__header_1akss","weekDays":"calendar-with-skeleton__weekDays_1akss","row":"calendar-with-skeleton__row_1akss","enter":"calendar-with-skeleton__enter_1akss","enterActive":"calendar-with-skeleton__enterActive_1akss","exit":"calendar-with-skeleton__exit_1akss","exitActive":"calendar-with-skeleton__exitActive_1akss"};
55
+ var styles = {"component":"calendar-with-skeleton__component_jgvr2","calendarVisible":"calendar-with-skeleton__calendarVisible_jgvr2","skeleton":"calendar-with-skeleton__skeleton_jgvr2","header":"calendar-with-skeleton__header_jgvr2","weekDays":"calendar-with-skeleton__weekDays_jgvr2","row":"calendar-with-skeleton__row_jgvr2","enter":"calendar-with-skeleton__enter_jgvr2","enterActive":"calendar-with-skeleton__enterActive_jgvr2","exit":"calendar-with-skeleton__exit_jgvr2","exitActive":"calendar-with-skeleton__exitActive_jgvr2"};
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-skeleton__component_1akss","calendarVisible":"calendar-with-skeleton__calendarVisible_1akss","skeleton":"calendar-with-skeleton__skeleton_1akss","header":"calendar-with-skeleton__header_1akss","weekDays":"calendar-with-skeleton__weekDays_1akss","row":"calendar-with-skeleton__row_1akss","enter":"calendar-with-skeleton__enter_1akss","enterActive":"calendar-with-skeleton__enterActive_1akss","exit":"calendar-with-skeleton__exit_1akss","exitActive":"calendar-with-skeleton__exitActive_1akss"};
46
+ var styles = {"component":"calendar-with-skeleton__component_jgvr2","calendarVisible":"calendar-with-skeleton__calendarVisible_jgvr2","skeleton":"calendar-with-skeleton__skeleton_jgvr2","header":"calendar-with-skeleton__header_jgvr2","weekDays":"calendar-with-skeleton__weekDays_jgvr2","row":"calendar-with-skeleton__row_jgvr2","enter":"calendar-with-skeleton__enter_jgvr2","enterActive":"calendar-with-skeleton__enterActive_jgvr2","exit":"calendar-with-skeleton__exit_jgvr2","exitActive":"calendar-with-skeleton__exitActive_jgvr2"};
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: wugly */
1
+ /* hash: 1lsvy */
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-skeleton__component_1akss {
17
+ .calendar-with-skeleton__component_jgvr2 {
18
18
  width: var(--calendar-width);
19
19
  height: var(--calendar-height);
20
20
  position: relative;
21
21
  }
22
- .calendar-with-skeleton__calendarVisible_1akss {
22
+ .calendar-with-skeleton__calendarVisible_jgvr2 {
23
23
  height: auto;
24
24
  }
25
- .calendar-with-skeleton__skeleton_1akss {
25
+ .calendar-with-skeleton__skeleton_jgvr2 {
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-skeleton__header_1akss {
40
+ .calendar-with-skeleton__header_jgvr2 {
41
41
  height: 48px;
42
42
  margin-bottom: var(--gap-l);
43
43
  }
44
- .calendar-with-skeleton__weekDays_1akss {
44
+ .calendar-with-skeleton__weekDays_jgvr2 {
45
45
  height: 12px;
46
46
  margin-bottom: var(--gap-m);
47
47
  }
48
- .calendar-with-skeleton__row_1akss {
48
+ .calendar-with-skeleton__row_jgvr2 {
49
49
  height: 32px
50
50
  }
51
- .calendar-with-skeleton__row_1akss + .calendar-with-skeleton__row_1akss {
51
+ .calendar-with-skeleton__row_jgvr2 + .calendar-with-skeleton__row_jgvr2 {
52
52
  margin-top: 10px;
53
53
  }
54
- .calendar-with-skeleton__enter_1akss,
55
- .calendar-with-skeleton__enterActive_1akss,
56
- .calendar-with-skeleton__exit_1akss {
54
+ .calendar-with-skeleton__enter_jgvr2,
55
+ .calendar-with-skeleton__enterActive_jgvr2,
56
+ .calendar-with-skeleton__exit_jgvr2 {
57
57
  opacity: 1;
58
58
  }
59
- .calendar-with-skeleton__exitActive_1akss {
59
+ .calendar-with-skeleton__exitActive_jgvr2 {
60
60
  opacity: 0;
61
61
  }
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: wugly */
1
+ /* hash: 1lsvy */
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-skeleton__component_1akss {
17
+ .calendar-with-skeleton__component_jgvr2 {
18
18
  width: var(--calendar-width);
19
19
  height: var(--calendar-height);
20
20
  position: relative;
21
21
  }
22
- .calendar-with-skeleton__calendarVisible_1akss {
22
+ .calendar-with-skeleton__calendarVisible_jgvr2 {
23
23
  height: auto;
24
24
  }
25
- .calendar-with-skeleton__skeleton_1akss {
25
+ .calendar-with-skeleton__skeleton_jgvr2 {
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-skeleton__header_1akss {
40
+ .calendar-with-skeleton__header_jgvr2 {
41
41
  height: 48px;
42
42
  margin-bottom: var(--gap-l);
43
43
  }
44
- .calendar-with-skeleton__weekDays_1akss {
44
+ .calendar-with-skeleton__weekDays_jgvr2 {
45
45
  height: 12px;
46
46
  margin-bottom: var(--gap-m);
47
47
  }
48
- .calendar-with-skeleton__row_1akss {
48
+ .calendar-with-skeleton__row_jgvr2 {
49
49
  height: 32px
50
50
  }
51
- .calendar-with-skeleton__row_1akss + .calendar-with-skeleton__row_1akss {
51
+ .calendar-with-skeleton__row_jgvr2 + .calendar-with-skeleton__row_jgvr2 {
52
52
  margin-top: 10px;
53
53
  }
54
- .calendar-with-skeleton__enter_1akss,
55
- .calendar-with-skeleton__enterActive_1akss,
56
- .calendar-with-skeleton__exit_1akss {
54
+ .calendar-with-skeleton__enter_jgvr2,
55
+ .calendar-with-skeleton__enterActive_jgvr2,
56
+ .calendar-with-skeleton__exit_jgvr2 {
57
57
  opacity: 1;
58
58
  }
59
- .calendar-with-skeleton__exitActive_1akss {
59
+ .calendar-with-skeleton__exitActive_jgvr2 {
60
60
  opacity: 0;
61
61
  }
@@ -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-skeleton__component_1akss","calendarVisible":"calendar-with-skeleton__calendarVisible_1akss","skeleton":"calendar-with-skeleton__skeleton_1akss","header":"calendar-with-skeleton__header_1akss","weekDays":"calendar-with-skeleton__weekDays_1akss","row":"calendar-with-skeleton__row_1akss","enter":"calendar-with-skeleton__enter_1akss","enterActive":"calendar-with-skeleton__enterActive_1akss","exit":"calendar-with-skeleton__exit_1akss","exitActive":"calendar-with-skeleton__exitActive_1akss"};
7
+ var styles = {"component":"calendar-with-skeleton__component_jgvr2","calendarVisible":"calendar-with-skeleton__calendarVisible_jgvr2","skeleton":"calendar-with-skeleton__skeleton_jgvr2","header":"calendar-with-skeleton__header_jgvr2","weekDays":"calendar-with-skeleton__weekDays_jgvr2","row":"calendar-with-skeleton__row_jgvr2","enter":"calendar-with-skeleton__enter_jgvr2","enterActive":"calendar-with-skeleton__enterActive_jgvr2","exit":"calendar-with-skeleton__exit_jgvr2","exitActive":"calendar-with-skeleton__exitActive_jgvr2"};
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: wugly */
1
+ /* hash: 1lsvy */
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-skeleton__component_1akss {
17
+ .calendar-with-skeleton__component_jgvr2 {
18
18
  width: var(--calendar-width);
19
19
  height: var(--calendar-height);
20
20
  position: relative;
21
21
  }
22
- .calendar-with-skeleton__calendarVisible_1akss {
22
+ .calendar-with-skeleton__calendarVisible_jgvr2 {
23
23
  height: auto;
24
24
  }
25
- .calendar-with-skeleton__skeleton_1akss {
25
+ .calendar-with-skeleton__skeleton_jgvr2 {
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-skeleton__header_1akss {
40
+ .calendar-with-skeleton__header_jgvr2 {
41
41
  height: 48px;
42
42
  margin-bottom: var(--gap-l);
43
43
  }
44
- .calendar-with-skeleton__weekDays_1akss {
44
+ .calendar-with-skeleton__weekDays_jgvr2 {
45
45
  height: 12px;
46
46
  margin-bottom: var(--gap-m);
47
47
  }
48
- .calendar-with-skeleton__row_1akss {
48
+ .calendar-with-skeleton__row_jgvr2 {
49
49
  height: 32px
50
50
  }
51
- .calendar-with-skeleton__row_1akss + .calendar-with-skeleton__row_1akss {
51
+ .calendar-with-skeleton__row_jgvr2 + .calendar-with-skeleton__row_jgvr2 {
52
52
  margin-top: 10px;
53
53
  }
54
- .calendar-with-skeleton__enter_1akss,
55
- .calendar-with-skeleton__enterActive_1akss,
56
- .calendar-with-skeleton__exit_1akss {
54
+ .calendar-with-skeleton__enter_jgvr2,
55
+ .calendar-with-skeleton__enterActive_jgvr2,
56
+ .calendar-with-skeleton__exit_jgvr2 {
57
57
  opacity: 1;
58
58
  }
59
- .calendar-with-skeleton__exitActive_1akss {
59
+ .calendar-with-skeleton__exitActive_jgvr2 {
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.4.9",
3
+ "version": "4.5.2",
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.5.8",
22
- "@alfalab/core-components-skeleton": "^3.2.4",
23
- "classnames": "^2.2.6",
21
+ "@alfalab/core-components-calendar": "^5.6.2",
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,499 +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.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.8...@alfalab/core-components-calendar-with-skeleton@4.4.9) (2022-07-25)
7
-
8
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
9
-
10
-
11
-
12
-
13
-
14
- ## [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)
15
-
16
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
17
-
18
-
19
-
20
-
21
-
22
- ## [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)
23
-
24
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
25
-
26
-
27
-
28
-
29
-
30
- ## [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)
31
-
32
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
33
-
34
-
35
-
36
-
37
-
38
- ## [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)
39
-
40
-
41
- ### Bug Fixes
42
-
43
- * bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
44
-
45
-
46
-
47
-
48
-
49
- ## [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)
50
-
51
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
52
-
53
-
54
-
55
-
56
-
57
- ## [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)
58
-
59
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
60
-
61
-
62
-
63
-
64
-
65
- ## [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)
66
-
67
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
68
-
69
-
70
-
71
-
72
-
73
- ## [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)
74
-
75
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
76
-
77
-
78
-
79
-
80
-
81
- # [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)
82
-
83
-
84
- ### Features
85
-
86
- * **calendar:** implement calendar mobile ([#54](https://github.com/core-ds/core-components/issues/54)) ([730f51d](https://github.com/core-ds/core-components/commit/730f51d35823273f122fe84a0369f95745fd2878))
87
-
88
-
89
-
90
-
91
-
92
- # [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)
93
-
94
-
95
- ### Features
96
-
97
- * circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
98
-
99
-
100
-
101
-
102
-
103
- ## [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)
104
-
105
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
106
-
107
-
108
-
109
-
110
-
111
- ## [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)
112
-
113
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
114
-
115
-
116
-
117
-
118
-
119
- ## [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)
120
-
121
-
122
- ### Bug Fixes
123
-
124
- * **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))
125
-
126
-
127
-
128
-
129
-
130
- ## [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)
131
-
132
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
133
-
134
-
135
-
136
-
137
-
138
- ## [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)
139
-
140
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
141
-
142
-
143
-
144
-
145
-
146
- ## [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)
147
-
148
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
149
-
150
-
151
-
152
-
153
-
154
- # [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)
155
-
156
-
157
- ### Features
158
-
159
- * Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
160
-
161
-
162
-
163
-
164
-
165
- # [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)
166
-
167
-
168
- * 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)
169
-
170
-
171
- ### BREAKING CHANGES
172
-
173
- * Большое обновление CalendarRange
174
-
175
- * feat(date-input): add some improvements
176
-
177
- * feat(date-input): some updates
178
-
179
- * feat(date-input): validation
180
-
181
- * feat(calendar): change period selection logic
182
-
183
- * fix(calendar): range styles
184
-
185
- * fix(calendar): fix styles, add rangeComplete flag
186
-
187
- * refactor(calendar-range): temporary
188
-
189
- * fix(calendar-range): fix hook
190
-
191
- * fix(calendar-range): fix period
192
-
193
- * fix(calendar-range): fix tests, fix max date
194
-
195
- * fix: update exports
196
-
197
- * feat(calendar): allow empty values for PeriodSlider, update today
198
-
199
- * fix(calendar-range): hide error icon
200
-
201
- * chore(calendar-range): demo
202
-
203
- * feat(calendar): use IconButton
204
-
205
- * feat(calendar-range): add onChange, update demo
206
-
207
- * fix(calendar-range): update width
208
-
209
- * test(calendar-range): update snapshot
210
-
211
- * fix: import date-fns separately
212
-
213
- * fix(calendar-range): fix rest props
214
-
215
- Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
216
-
217
-
218
-
219
-
220
-
221
- # [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)
222
-
223
-
224
- ### Features
225
-
226
- * **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)
227
-
228
-
229
-
230
-
231
-
232
- ## [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)
233
-
234
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
235
-
236
-
237
-
238
-
239
-
240
- ## [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)
241
-
242
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
243
-
244
-
245
-
246
-
247
-
248
- ## [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)
249
-
250
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
251
-
252
-
253
-
254
-
255
-
256
- ## [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)
257
-
258
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
259
-
260
-
261
-
262
-
263
-
264
- ## [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)
265
-
266
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
267
-
268
-
269
-
270
-
271
-
272
- # [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)
273
-
274
-
275
- ### Features
276
-
277
- * **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))
278
-
279
-
280
-
281
-
282
-
283
- ## [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)
284
-
285
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
286
-
287
-
288
-
289
-
290
-
291
- ## [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)
292
-
293
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
294
-
295
-
296
-
297
-
298
-
299
- ## [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)
300
-
301
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
302
-
303
-
304
-
305
-
306
-
307
- ## [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)
308
-
309
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
310
-
311
-
312
-
313
-
314
-
315
- ## [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)
316
-
317
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
318
-
319
-
320
-
321
-
322
-
323
- ## [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)
324
-
325
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
326
-
327
-
328
-
329
-
330
-
331
- ## [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)
332
-
333
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
334
-
335
-
336
-
337
-
338
-
339
- ## [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)
340
-
341
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
342
-
343
-
344
-
345
-
346
-
347
- ## [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)
348
-
349
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
350
-
351
-
352
-
353
-
354
-
355
- ## [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)
356
-
357
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
358
-
359
-
360
-
361
-
362
-
363
- ## [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)
364
-
365
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
366
-
367
-
368
-
369
-
370
-
371
- ## [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)
372
-
373
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
374
-
375
-
376
-
377
-
378
-
379
- ## [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)
380
-
381
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
382
-
383
-
384
-
385
-
386
-
387
- ## [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)
388
-
389
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
390
-
391
-
392
-
393
-
394
-
395
- # [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)
396
-
397
-
398
- ### Features
399
-
400
- * upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
401
-
402
- ## [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)
403
-
404
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
405
-
406
-
407
-
408
-
409
-
410
- ## [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)
411
-
412
-
413
- ### Bug Fixes
414
-
415
- * **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))
416
-
417
-
418
-
419
-
420
-
421
- ## [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)
422
-
423
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
424
-
425
-
426
-
427
-
428
-
429
- ## [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)
430
-
431
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
432
-
433
-
434
-
435
-
436
-
437
- ## [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)
438
-
439
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
440
-
441
-
442
-
443
-
444
-
445
- # [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)
446
-
447
-
448
- ### Features
449
-
450
- * **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)
451
-
452
-
453
- ### BREAKING CHANGES
454
-
455
- * **button:** remove inverted themes
456
-
457
-
458
-
459
-
460
-
461
- ## [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)
462
-
463
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
464
-
465
-
466
-
467
-
468
-
469
- ## [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)
470
-
471
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
472
-
473
-
474
-
475
-
476
-
477
- ## [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)
478
-
479
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
480
-
481
-
482
-
483
-
484
-
485
- ## [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)
486
-
487
- **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
488
-
489
-
490
-
491
-
492
-
493
- # 1.1.0 (2021-04-09)
494
-
495
-
496
- ### Features
497
-
498
-
499
- * **calendar-with-skeleton:** add component ([e940c88](https://github.com/core-ds/core-components/commit/e940c88703a7434e0db4ce0efc27a234455b449c))