@alfalab/core-components-calendar-with-skeleton 4.0.0 → 4.1.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/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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.1.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.1.1...@alfalab/core-components-calendar-with-skeleton@4.1.2) (2022-03-18)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
9
+
10
+
11
+
12
+
13
+
14
+ ## [4.1.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.1.0...@alfalab/core-components-calendar-with-skeleton@4.1.1) (2022-03-04)
15
+
16
+ **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
17
+
18
+
19
+
20
+
21
+
22
+ # [4.1.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.0.0...@alfalab/core-components-calendar-with-skeleton@4.1.0) (2022-03-04)
23
+
24
+
25
+ ### Features
26
+
27
+ * Исправить импорты в сторях. ([#998](https://github.com/alfa-laboratory/core-components/issues/998)) ([e6a654a](https://github.com/alfa-laboratory/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
28
+
29
+
30
+
31
+
32
+
6
33
  # [4.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-with-skeleton@3.2.0...@alfalab/core-components-calendar-with-skeleton@4.0.0) (2022-02-17)
7
34
 
8
35
 
package/dist/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_1i8o5","calendarVisible":"calendar-with-skeleton__calendarVisible_1i8o5","skeleton":"calendar-with-skeleton__skeleton_1i8o5","header":"calendar-with-skeleton__header_1i8o5","weekDays":"calendar-with-skeleton__weekDays_1i8o5","row":"calendar-with-skeleton__row_1i8o5","enter":"calendar-with-skeleton__enter_1i8o5","enterActive":"calendar-with-skeleton__enterActive_1i8o5","exit":"calendar-with-skeleton__exit_1i8o5","exitActive":"calendar-with-skeleton__exitActive_1i8o5"};
55
+ var styles = {"component":"calendar-with-skeleton__component_51k1y","calendarVisible":"calendar-with-skeleton__calendarVisible_51k1y","skeleton":"calendar-with-skeleton__skeleton_51k1y","header":"calendar-with-skeleton__header_51k1y","weekDays":"calendar-with-skeleton__weekDays_51k1y","row":"calendar-with-skeleton__row_51k1y","enter":"calendar-with-skeleton__enter_51k1y","enterActive":"calendar-with-skeleton__enterActive_51k1y","exit":"calendar-with-skeleton__exit_51k1y","exitActive":"calendar-with-skeleton__exitActive_51k1y"};
56
56
  require('./index.css')
57
57
 
58
58
  var CalendarWithSkeleton = React.forwardRef(function (_a, ref) {
@@ -43,7 +43,7 @@ function __rest(s, e) {
43
43
  return t;
44
44
  }
45
45
 
46
- var styles = {"component":"calendar-with-skeleton__component_1i8o5","calendarVisible":"calendar-with-skeleton__calendarVisible_1i8o5","skeleton":"calendar-with-skeleton__skeleton_1i8o5","header":"calendar-with-skeleton__header_1i8o5","weekDays":"calendar-with-skeleton__weekDays_1i8o5","row":"calendar-with-skeleton__row_1i8o5","enter":"calendar-with-skeleton__enter_1i8o5","enterActive":"calendar-with-skeleton__enterActive_1i8o5","exit":"calendar-with-skeleton__exit_1i8o5","exitActive":"calendar-with-skeleton__exitActive_1i8o5"};
46
+ var styles = {"component":"calendar-with-skeleton__component_51k1y","calendarVisible":"calendar-with-skeleton__calendarVisible_51k1y","skeleton":"calendar-with-skeleton__skeleton_51k1y","header":"calendar-with-skeleton__header_51k1y","weekDays":"calendar-with-skeleton__weekDays_51k1y","row":"calendar-with-skeleton__row_51k1y","enter":"calendar-with-skeleton__enter_51k1y","enterActive":"calendar-with-skeleton__enterActive_51k1y","exit":"calendar-with-skeleton__exit_51k1y","exitActive":"calendar-with-skeleton__exitActive_51k1y"};
47
47
  require('./index.css')
48
48
 
49
49
  var CalendarWithSkeleton = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 1gexr */
1
+ /* hash: 1n0oy */
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_1i8o5 {
17
+ .calendar-with-skeleton__component_51k1y {
18
18
  width: var(--calendar-width);
19
19
  height: var(--calendar-height);
20
20
  position: relative;
21
21
  }
22
- .calendar-with-skeleton__calendarVisible_1i8o5 {
22
+ .calendar-with-skeleton__calendarVisible_51k1y {
23
23
  height: auto;
24
24
  }
25
- .calendar-with-skeleton__skeleton_1i8o5 {
25
+ .calendar-with-skeleton__skeleton_51k1y {
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_1i8o5 {
40
+ .calendar-with-skeleton__header_51k1y {
41
41
  height: 48px;
42
42
  margin-bottom: var(--gap-l);
43
43
  }
44
- .calendar-with-skeleton__weekDays_1i8o5 {
44
+ .calendar-with-skeleton__weekDays_51k1y {
45
45
  height: 12px;
46
46
  margin-bottom: var(--gap-m);
47
47
  }
48
- .calendar-with-skeleton__row_1i8o5 {
48
+ .calendar-with-skeleton__row_51k1y {
49
49
  height: 32px
50
50
  }
51
- .calendar-with-skeleton__row_1i8o5 + .calendar-with-skeleton__row_1i8o5 {
51
+ .calendar-with-skeleton__row_51k1y + .calendar-with-skeleton__row_51k1y {
52
52
  margin-top: 10px;
53
53
  }
54
- .calendar-with-skeleton__enter_1i8o5,
55
- .calendar-with-skeleton__enterActive_1i8o5,
56
- .calendar-with-skeleton__exit_1i8o5 {
54
+ .calendar-with-skeleton__enter_51k1y,
55
+ .calendar-with-skeleton__enterActive_51k1y,
56
+ .calendar-with-skeleton__exit_51k1y {
57
57
  opacity: 1;
58
58
  }
59
- .calendar-with-skeleton__exitActive_1i8o5 {
59
+ .calendar-with-skeleton__exitActive_51k1y {
60
60
  opacity: 0;
61
61
  }
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1gexr */
1
+ /* hash: 1n0oy */
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_1i8o5 {
17
+ .calendar-with-skeleton__component_51k1y {
18
18
  width: var(--calendar-width);
19
19
  height: var(--calendar-height);
20
20
  position: relative;
21
21
  }
22
- .calendar-with-skeleton__calendarVisible_1i8o5 {
22
+ .calendar-with-skeleton__calendarVisible_51k1y {
23
23
  height: auto;
24
24
  }
25
- .calendar-with-skeleton__skeleton_1i8o5 {
25
+ .calendar-with-skeleton__skeleton_51k1y {
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_1i8o5 {
40
+ .calendar-with-skeleton__header_51k1y {
41
41
  height: 48px;
42
42
  margin-bottom: var(--gap-l);
43
43
  }
44
- .calendar-with-skeleton__weekDays_1i8o5 {
44
+ .calendar-with-skeleton__weekDays_51k1y {
45
45
  height: 12px;
46
46
  margin-bottom: var(--gap-m);
47
47
  }
48
- .calendar-with-skeleton__row_1i8o5 {
48
+ .calendar-with-skeleton__row_51k1y {
49
49
  height: 32px
50
50
  }
51
- .calendar-with-skeleton__row_1i8o5 + .calendar-with-skeleton__row_1i8o5 {
51
+ .calendar-with-skeleton__row_51k1y + .calendar-with-skeleton__row_51k1y {
52
52
  margin-top: 10px;
53
53
  }
54
- .calendar-with-skeleton__enter_1i8o5,
55
- .calendar-with-skeleton__enterActive_1i8o5,
56
- .calendar-with-skeleton__exit_1i8o5 {
54
+ .calendar-with-skeleton__enter_51k1y,
55
+ .calendar-with-skeleton__enterActive_51k1y,
56
+ .calendar-with-skeleton__exit_51k1y {
57
57
  opacity: 1;
58
58
  }
59
- .calendar-with-skeleton__exitActive_1i8o5 {
59
+ .calendar-with-skeleton__exitActive_51k1y {
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/dist/modern';
5
5
  import { Calendar } from '@alfalab/core-components-calendar/dist/modern';
6
6
 
7
- var styles = {"component":"calendar-with-skeleton__component_1i8o5","calendarVisible":"calendar-with-skeleton__calendarVisible_1i8o5","skeleton":"calendar-with-skeleton__skeleton_1i8o5","header":"calendar-with-skeleton__header_1i8o5","weekDays":"calendar-with-skeleton__weekDays_1i8o5","row":"calendar-with-skeleton__row_1i8o5","enter":"calendar-with-skeleton__enter_1i8o5","enterActive":"calendar-with-skeleton__enterActive_1i8o5","exit":"calendar-with-skeleton__exit_1i8o5","exitActive":"calendar-with-skeleton__exitActive_1i8o5"};
7
+ var styles = {"component":"calendar-with-skeleton__component_51k1y","calendarVisible":"calendar-with-skeleton__calendarVisible_51k1y","skeleton":"calendar-with-skeleton__skeleton_51k1y","header":"calendar-with-skeleton__header_51k1y","weekDays":"calendar-with-skeleton__weekDays_51k1y","row":"calendar-with-skeleton__row_51k1y","enter":"calendar-with-skeleton__enter_51k1y","enterActive":"calendar-with-skeleton__enterActive_51k1y","exit":"calendar-with-skeleton__exit_51k1y","exitActive":"calendar-with-skeleton__exitActive_51k1y"};
8
8
  require('./index.css')
9
9
 
10
10
  const CalendarWithSkeleton = forwardRef(({ calendarVisible = true, animate = true, className, ...restProps }, ref) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1gexr */
1
+ /* hash: 1n0oy */
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_1i8o5 {
17
+ .calendar-with-skeleton__component_51k1y {
18
18
  width: var(--calendar-width);
19
19
  height: var(--calendar-height);
20
20
  position: relative;
21
21
  }
22
- .calendar-with-skeleton__calendarVisible_1i8o5 {
22
+ .calendar-with-skeleton__calendarVisible_51k1y {
23
23
  height: auto;
24
24
  }
25
- .calendar-with-skeleton__skeleton_1i8o5 {
25
+ .calendar-with-skeleton__skeleton_51k1y {
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_1i8o5 {
40
+ .calendar-with-skeleton__header_51k1y {
41
41
  height: 48px;
42
42
  margin-bottom: var(--gap-l);
43
43
  }
44
- .calendar-with-skeleton__weekDays_1i8o5 {
44
+ .calendar-with-skeleton__weekDays_51k1y {
45
45
  height: 12px;
46
46
  margin-bottom: var(--gap-m);
47
47
  }
48
- .calendar-with-skeleton__row_1i8o5 {
48
+ .calendar-with-skeleton__row_51k1y {
49
49
  height: 32px
50
50
  }
51
- .calendar-with-skeleton__row_1i8o5 + .calendar-with-skeleton__row_1i8o5 {
51
+ .calendar-with-skeleton__row_51k1y + .calendar-with-skeleton__row_51k1y {
52
52
  margin-top: 10px;
53
53
  }
54
- .calendar-with-skeleton__enter_1i8o5,
55
- .calendar-with-skeleton__enterActive_1i8o5,
56
- .calendar-with-skeleton__exit_1i8o5 {
54
+ .calendar-with-skeleton__enter_51k1y,
55
+ .calendar-with-skeleton__enterActive_51k1y,
56
+ .calendar-with-skeleton__exit_51k1y {
57
57
  opacity: 1;
58
58
  }
59
- .calendar-with-skeleton__exitActive_1i8o5 {
59
+ .calendar-with-skeleton__exitActive_51k1y {
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.0.0",
3
+ "version": "4.1.2",
4
4
  "description": "CalendarWithSkeleton component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -20,10 +20,10 @@
20
20
  "react-dom": "^16.9.0 || ^17.0.1"
21
21
  },
22
22
  "dependencies": {
23
- "@alfalab/core-components-calendar": "^5.0.0",
24
- "@alfalab/core-components-skeleton": "^3.0.2",
23
+ "@alfalab/core-components-calendar": "^5.2.0",
24
+ "@alfalab/core-components-skeleton": "^3.1.0",
25
25
  "classnames": "^2.2.6",
26
26
  "react-transition-group": "^4.3.0"
27
27
  },
28
- "gitHead": "c807c08f187316e93147175be6feffc3492989c8"
28
+ "gitHead": "c0dcdbba11224404e19bdfd1ce2037f7e2bc2104"
29
29
  }