@alfalab/core-components-calendar-with-skeleton 5.0.22 → 5.0.24

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
@@ -50,7 +50,7 @@ function __rest(s, e) {
50
50
  return t;
51
51
  }
52
52
 
53
- var styles = {"component":"calendar-with-skeleton__component_1lfs2","calendarVisible":"calendar-with-skeleton__calendarVisible_1lfs2","skeleton":"calendar-with-skeleton__skeleton_1lfs2","header":"calendar-with-skeleton__header_1lfs2","weekDays":"calendar-with-skeleton__weekDays_1lfs2","row":"calendar-with-skeleton__row_1lfs2","enter":"calendar-with-skeleton__enter_1lfs2","enterActive":"calendar-with-skeleton__enterActive_1lfs2","exit":"calendar-with-skeleton__exit_1lfs2","exitActive":"calendar-with-skeleton__exitActive_1lfs2"};
53
+ var styles = {"component":"calendar-with-skeleton__component_b6q0a","calendarVisible":"calendar-with-skeleton__calendarVisible_b6q0a","skeleton":"calendar-with-skeleton__skeleton_b6q0a","header":"calendar-with-skeleton__header_b6q0a","weekDays":"calendar-with-skeleton__weekDays_b6q0a","row":"calendar-with-skeleton__row_b6q0a","enter":"calendar-with-skeleton__enter_b6q0a","enterActive":"calendar-with-skeleton__enterActive_b6q0a","exit":"calendar-with-skeleton__exit_b6q0a","exitActive":"calendar-with-skeleton__exitActive_b6q0a"};
54
54
  require('./index.css')
55
55
 
56
56
  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_1lfs2","calendarVisible":"calendar-with-skeleton__calendarVisible_1lfs2","skeleton":"calendar-with-skeleton__skeleton_1lfs2","header":"calendar-with-skeleton__header_1lfs2","weekDays":"calendar-with-skeleton__weekDays_1lfs2","row":"calendar-with-skeleton__row_1lfs2","enter":"calendar-with-skeleton__enter_1lfs2","enterActive":"calendar-with-skeleton__enterActive_1lfs2","exit":"calendar-with-skeleton__exit_1lfs2","exitActive":"calendar-with-skeleton__exitActive_1lfs2"};
46
+ var styles = {"component":"calendar-with-skeleton__component_b6q0a","calendarVisible":"calendar-with-skeleton__calendarVisible_b6q0a","skeleton":"calendar-with-skeleton__skeleton_b6q0a","header":"calendar-with-skeleton__header_b6q0a","weekDays":"calendar-with-skeleton__weekDays_b6q0a","row":"calendar-with-skeleton__row_b6q0a","enter":"calendar-with-skeleton__enter_b6q0a","enterActive":"calendar-with-skeleton__enterActive_b6q0a","exit":"calendar-with-skeleton__exit_b6q0a","exitActive":"calendar-with-skeleton__exitActive_b6q0a"};
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: c1yis */
1
+ /* hash: 16prl */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -38,15 +38,15 @@
38
38
 
39
39
  /* marker */
40
40
  }
41
- .calendar-with-skeleton__component_1lfs2 {
41
+ .calendar-with-skeleton__component_b6q0a {
42
42
  width: var(--calendar-width);
43
43
  height: var(--calendar-height);
44
44
  position: relative;
45
45
  }
46
- .calendar-with-skeleton__calendarVisible_1lfs2 {
46
+ .calendar-with-skeleton__calendarVisible_b6q0a {
47
47
  height: auto;
48
48
  }
49
- .calendar-with-skeleton__skeleton_1lfs2 {
49
+ .calendar-with-skeleton__skeleton_b6q0a {
50
50
  display: flex;
51
51
  flex-direction: column;
52
52
  padding: var(--gap-m);
@@ -61,25 +61,25 @@
61
61
  background-color: var(--color-light-bg-primary);
62
62
  background-clip: content-box;
63
63
  }
64
- .calendar-with-skeleton__header_1lfs2 {
64
+ .calendar-with-skeleton__header_b6q0a {
65
65
  height: 48px;
66
66
  margin-bottom: var(--gap-l);
67
67
  }
68
- .calendar-with-skeleton__weekDays_1lfs2 {
68
+ .calendar-with-skeleton__weekDays_b6q0a {
69
69
  height: 12px;
70
70
  margin-bottom: var(--gap-m);
71
71
  }
72
- .calendar-with-skeleton__row_1lfs2 {
72
+ .calendar-with-skeleton__row_b6q0a {
73
73
  height: 32px
74
74
  }
75
- .calendar-with-skeleton__row_1lfs2 + .calendar-with-skeleton__row_1lfs2 {
75
+ .calendar-with-skeleton__row_b6q0a + .calendar-with-skeleton__row_b6q0a {
76
76
  margin-top: 10px;
77
77
  }
78
- .calendar-with-skeleton__enter_1lfs2,
79
- .calendar-with-skeleton__enterActive_1lfs2,
80
- .calendar-with-skeleton__exit_1lfs2 {
78
+ .calendar-with-skeleton__enter_b6q0a,
79
+ .calendar-with-skeleton__enterActive_b6q0a,
80
+ .calendar-with-skeleton__exit_b6q0a {
81
81
  opacity: 1;
82
82
  }
83
- .calendar-with-skeleton__exitActive_1lfs2 {
83
+ .calendar-with-skeleton__exitActive_b6q0a {
84
84
  opacity: 0;
85
85
  }
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: c1yis */
1
+ /* hash: 16prl */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -38,15 +38,15 @@
38
38
 
39
39
  /* marker */
40
40
  }
41
- .calendar-with-skeleton__component_1lfs2 {
41
+ .calendar-with-skeleton__component_b6q0a {
42
42
  width: var(--calendar-width);
43
43
  height: var(--calendar-height);
44
44
  position: relative;
45
45
  }
46
- .calendar-with-skeleton__calendarVisible_1lfs2 {
46
+ .calendar-with-skeleton__calendarVisible_b6q0a {
47
47
  height: auto;
48
48
  }
49
- .calendar-with-skeleton__skeleton_1lfs2 {
49
+ .calendar-with-skeleton__skeleton_b6q0a {
50
50
  display: flex;
51
51
  flex-direction: column;
52
52
  padding: var(--gap-m);
@@ -61,25 +61,25 @@
61
61
  background-color: var(--color-light-bg-primary);
62
62
  background-clip: content-box;
63
63
  }
64
- .calendar-with-skeleton__header_1lfs2 {
64
+ .calendar-with-skeleton__header_b6q0a {
65
65
  height: 48px;
66
66
  margin-bottom: var(--gap-l);
67
67
  }
68
- .calendar-with-skeleton__weekDays_1lfs2 {
68
+ .calendar-with-skeleton__weekDays_b6q0a {
69
69
  height: 12px;
70
70
  margin-bottom: var(--gap-m);
71
71
  }
72
- .calendar-with-skeleton__row_1lfs2 {
72
+ .calendar-with-skeleton__row_b6q0a {
73
73
  height: 32px
74
74
  }
75
- .calendar-with-skeleton__row_1lfs2 + .calendar-with-skeleton__row_1lfs2 {
75
+ .calendar-with-skeleton__row_b6q0a + .calendar-with-skeleton__row_b6q0a {
76
76
  margin-top: 10px;
77
77
  }
78
- .calendar-with-skeleton__enter_1lfs2,
79
- .calendar-with-skeleton__enterActive_1lfs2,
80
- .calendar-with-skeleton__exit_1lfs2 {
78
+ .calendar-with-skeleton__enter_b6q0a,
79
+ .calendar-with-skeleton__enterActive_b6q0a,
80
+ .calendar-with-skeleton__exit_b6q0a {
81
81
  opacity: 1;
82
82
  }
83
- .calendar-with-skeleton__exitActive_1lfs2 {
83
+ .calendar-with-skeleton__exitActive_b6q0a {
84
84
  opacity: 0;
85
85
  }
@@ -4,7 +4,7 @@ import cn from 'classnames';
4
4
  import { Calendar } from '@alfalab/core-components-calendar/modern';
5
5
  import { Skeleton } from '@alfalab/core-components-skeleton/modern';
6
6
 
7
- const styles = {"component":"calendar-with-skeleton__component_1lfs2","calendarVisible":"calendar-with-skeleton__calendarVisible_1lfs2","skeleton":"calendar-with-skeleton__skeleton_1lfs2","header":"calendar-with-skeleton__header_1lfs2","weekDays":"calendar-with-skeleton__weekDays_1lfs2","row":"calendar-with-skeleton__row_1lfs2","enter":"calendar-with-skeleton__enter_1lfs2","enterActive":"calendar-with-skeleton__enterActive_1lfs2","exit":"calendar-with-skeleton__exit_1lfs2","exitActive":"calendar-with-skeleton__exitActive_1lfs2"};
7
+ const styles = {"component":"calendar-with-skeleton__component_b6q0a","calendarVisible":"calendar-with-skeleton__calendarVisible_b6q0a","skeleton":"calendar-with-skeleton__skeleton_b6q0a","header":"calendar-with-skeleton__header_b6q0a","weekDays":"calendar-with-skeleton__weekDays_b6q0a","row":"calendar-with-skeleton__row_b6q0a","enter":"calendar-with-skeleton__enter_b6q0a","enterActive":"calendar-with-skeleton__enterActive_b6q0a","exit":"calendar-with-skeleton__exit_b6q0a","exitActive":"calendar-with-skeleton__exitActive_b6q0a"};
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: c1yis */
1
+ /* hash: 16prl */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -38,15 +38,15 @@
38
38
 
39
39
  /* marker */
40
40
  }
41
- .calendar-with-skeleton__component_1lfs2 {
41
+ .calendar-with-skeleton__component_b6q0a {
42
42
  width: var(--calendar-width);
43
43
  height: var(--calendar-height);
44
44
  position: relative;
45
45
  }
46
- .calendar-with-skeleton__calendarVisible_1lfs2 {
46
+ .calendar-with-skeleton__calendarVisible_b6q0a {
47
47
  height: auto;
48
48
  }
49
- .calendar-with-skeleton__skeleton_1lfs2 {
49
+ .calendar-with-skeleton__skeleton_b6q0a {
50
50
  display: flex;
51
51
  flex-direction: column;
52
52
  padding: var(--gap-m);
@@ -61,25 +61,25 @@
61
61
  background-color: var(--color-light-bg-primary);
62
62
  background-clip: content-box;
63
63
  }
64
- .calendar-with-skeleton__header_1lfs2 {
64
+ .calendar-with-skeleton__header_b6q0a {
65
65
  height: 48px;
66
66
  margin-bottom: var(--gap-l);
67
67
  }
68
- .calendar-with-skeleton__weekDays_1lfs2 {
68
+ .calendar-with-skeleton__weekDays_b6q0a {
69
69
  height: 12px;
70
70
  margin-bottom: var(--gap-m);
71
71
  }
72
- .calendar-with-skeleton__row_1lfs2 {
72
+ .calendar-with-skeleton__row_b6q0a {
73
73
  height: 32px
74
74
  }
75
- .calendar-with-skeleton__row_1lfs2 + .calendar-with-skeleton__row_1lfs2 {
75
+ .calendar-with-skeleton__row_b6q0a + .calendar-with-skeleton__row_b6q0a {
76
76
  margin-top: 10px;
77
77
  }
78
- .calendar-with-skeleton__enter_1lfs2,
79
- .calendar-with-skeleton__enterActive_1lfs2,
80
- .calendar-with-skeleton__exit_1lfs2 {
78
+ .calendar-with-skeleton__enter_b6q0a,
79
+ .calendar-with-skeleton__enterActive_b6q0a,
80
+ .calendar-with-skeleton__exit_b6q0a {
81
81
  opacity: 1;
82
82
  }
83
- .calendar-with-skeleton__exitActive_1lfs2 {
83
+ .calendar-with-skeleton__exitActive_b6q0a {
84
84
  opacity: 0;
85
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-calendar-with-skeleton",
3
- "version": "5.0.22",
3
+ "version": "5.0.24",
4
4
  "description": "CalendarWithSkeleton component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
19
19
  },
20
20
  "dependencies": {
21
- "@alfalab/core-components-calendar": "^6.2.2",
21
+ "@alfalab/core-components-calendar": "^6.2.4",
22
22
  "@alfalab/core-components-skeleton": "^4.0.3",
23
23
  "classnames": "^2.3.1",
24
24
  "react-transition-group": "^4.4.1"