@alfalab/core-components-calendar-with-skeleton 5.0.38 → 5.0.39

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
@@ -14,7 +14,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
14
14
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
15
15
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
16
16
 
17
- var styles = {"component":"calendar-with-skeleton__component_13zuz","calendarVisible":"calendar-with-skeleton__calendarVisible_13zuz","skeleton":"calendar-with-skeleton__skeleton_13zuz","header":"calendar-with-skeleton__header_13zuz","weekDays":"calendar-with-skeleton__weekDays_13zuz","row":"calendar-with-skeleton__row_13zuz","enter":"calendar-with-skeleton__enter_13zuz","enterActive":"calendar-with-skeleton__enterActive_13zuz","exit":"calendar-with-skeleton__exit_13zuz","exitActive":"calendar-with-skeleton__exitActive_13zuz"};
17
+ var styles = {"component":"calendar-with-skeleton__component_4iivh","calendarVisible":"calendar-with-skeleton__calendarVisible_4iivh","skeleton":"calendar-with-skeleton__skeleton_4iivh","header":"calendar-with-skeleton__header_4iivh","weekDays":"calendar-with-skeleton__weekDays_4iivh","row":"calendar-with-skeleton__row_4iivh","enter":"calendar-with-skeleton__enter_4iivh","enterActive":"calendar-with-skeleton__enterActive_4iivh","exit":"calendar-with-skeleton__exit_4iivh","exitActive":"calendar-with-skeleton__exitActive_4iivh"};
18
18
  require('./index.css')
19
19
 
20
20
  var CalendarWithSkeleton = React.forwardRef(function (_a, ref) {
package/esm/Component.js CHANGED
@@ -5,7 +5,7 @@ import cn from 'classnames';
5
5
  import { Calendar } from '@alfalab/core-components-calendar/esm';
6
6
  import { Skeleton } from '@alfalab/core-components-skeleton/esm';
7
7
 
8
- var styles = {"component":"calendar-with-skeleton__component_13zuz","calendarVisible":"calendar-with-skeleton__calendarVisible_13zuz","skeleton":"calendar-with-skeleton__skeleton_13zuz","header":"calendar-with-skeleton__header_13zuz","weekDays":"calendar-with-skeleton__weekDays_13zuz","row":"calendar-with-skeleton__row_13zuz","enter":"calendar-with-skeleton__enter_13zuz","enterActive":"calendar-with-skeleton__enterActive_13zuz","exit":"calendar-with-skeleton__exit_13zuz","exitActive":"calendar-with-skeleton__exitActive_13zuz"};
8
+ var styles = {"component":"calendar-with-skeleton__component_4iivh","calendarVisible":"calendar-with-skeleton__calendarVisible_4iivh","skeleton":"calendar-with-skeleton__skeleton_4iivh","header":"calendar-with-skeleton__header_4iivh","weekDays":"calendar-with-skeleton__weekDays_4iivh","row":"calendar-with-skeleton__row_4iivh","enter":"calendar-with-skeleton__enter_4iivh","enterActive":"calendar-with-skeleton__enterActive_4iivh","exit":"calendar-with-skeleton__exit_4iivh","exitActive":"calendar-with-skeleton__exitActive_4iivh"};
9
9
  require('./index.css')
10
10
 
11
11
  var CalendarWithSkeleton = forwardRef(function (_a, ref) {
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1axzp */
1
+ /* hash: 15kup */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -40,13 +40,13 @@
40
40
  /* disabled */
41
41
 
42
42
  /* marker */
43
- } .calendar-with-skeleton__component_13zuz {
43
+ } .calendar-with-skeleton__component_4iivh {
44
44
  width: var(--calendar-width);
45
45
  height: var(--calendar-height);
46
46
  position: relative;
47
- } .calendar-with-skeleton__calendarVisible_13zuz {
47
+ } .calendar-with-skeleton__calendarVisible_4iivh {
48
48
  height: auto;
49
- } .calendar-with-skeleton__skeleton_13zuz {
49
+ } .calendar-with-skeleton__skeleton_4iivh {
50
50
  display: flex;
51
51
  flex-direction: column;
52
52
  padding: var(--gap-m);
@@ -60,20 +60,20 @@
60
60
  height: 100%;
61
61
  background-color: var(--color-light-bg-primary);
62
62
  background-clip: content-box;
63
- } .calendar-with-skeleton__header_13zuz {
63
+ } .calendar-with-skeleton__header_4iivh {
64
64
  height: 48px;
65
65
  margin-bottom: var(--gap-l);
66
- } .calendar-with-skeleton__weekDays_13zuz {
66
+ } .calendar-with-skeleton__weekDays_4iivh {
67
67
  height: 12px;
68
68
  margin-bottom: var(--gap-m);
69
- } .calendar-with-skeleton__row_13zuz {
69
+ } .calendar-with-skeleton__row_4iivh {
70
70
  height: 32px
71
- } .calendar-with-skeleton__row_13zuz + .calendar-with-skeleton__row_13zuz {
71
+ } .calendar-with-skeleton__row_4iivh + .calendar-with-skeleton__row_4iivh {
72
72
  margin-top: 10px;
73
- } .calendar-with-skeleton__enter_13zuz,
74
- .calendar-with-skeleton__enterActive_13zuz,
75
- .calendar-with-skeleton__exit_13zuz {
73
+ } .calendar-with-skeleton__enter_4iivh,
74
+ .calendar-with-skeleton__enterActive_4iivh,
75
+ .calendar-with-skeleton__exit_4iivh {
76
76
  opacity: 1;
77
- } .calendar-with-skeleton__exitActive_13zuz {
77
+ } .calendar-with-skeleton__exitActive_4iivh {
78
78
  opacity: 0;
79
79
  }
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1axzp */
1
+ /* hash: 15kup */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -40,13 +40,13 @@
40
40
  /* disabled */
41
41
 
42
42
  /* marker */
43
- } .calendar-with-skeleton__component_13zuz {
43
+ } .calendar-with-skeleton__component_4iivh {
44
44
  width: var(--calendar-width);
45
45
  height: var(--calendar-height);
46
46
  position: relative;
47
- } .calendar-with-skeleton__calendarVisible_13zuz {
47
+ } .calendar-with-skeleton__calendarVisible_4iivh {
48
48
  height: auto;
49
- } .calendar-with-skeleton__skeleton_13zuz {
49
+ } .calendar-with-skeleton__skeleton_4iivh {
50
50
  display: flex;
51
51
  flex-direction: column;
52
52
  padding: var(--gap-m);
@@ -60,20 +60,20 @@
60
60
  height: 100%;
61
61
  background-color: var(--color-light-bg-primary);
62
62
  background-clip: content-box;
63
- } .calendar-with-skeleton__header_13zuz {
63
+ } .calendar-with-skeleton__header_4iivh {
64
64
  height: 48px;
65
65
  margin-bottom: var(--gap-l);
66
- } .calendar-with-skeleton__weekDays_13zuz {
66
+ } .calendar-with-skeleton__weekDays_4iivh {
67
67
  height: 12px;
68
68
  margin-bottom: var(--gap-m);
69
- } .calendar-with-skeleton__row_13zuz {
69
+ } .calendar-with-skeleton__row_4iivh {
70
70
  height: 32px
71
- } .calendar-with-skeleton__row_13zuz + .calendar-with-skeleton__row_13zuz {
71
+ } .calendar-with-skeleton__row_4iivh + .calendar-with-skeleton__row_4iivh {
72
72
  margin-top: 10px;
73
- } .calendar-with-skeleton__enter_13zuz,
74
- .calendar-with-skeleton__enterActive_13zuz,
75
- .calendar-with-skeleton__exit_13zuz {
73
+ } .calendar-with-skeleton__enter_4iivh,
74
+ .calendar-with-skeleton__enterActive_4iivh,
75
+ .calendar-with-skeleton__exit_4iivh {
76
76
  opacity: 1;
77
- } .calendar-with-skeleton__exitActive_13zuz {
77
+ } .calendar-with-skeleton__exitActive_4iivh {
78
78
  opacity: 0;
79
79
  }
@@ -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_13zuz","calendarVisible":"calendar-with-skeleton__calendarVisible_13zuz","skeleton":"calendar-with-skeleton__skeleton_13zuz","header":"calendar-with-skeleton__header_13zuz","weekDays":"calendar-with-skeleton__weekDays_13zuz","row":"calendar-with-skeleton__row_13zuz","enter":"calendar-with-skeleton__enter_13zuz","enterActive":"calendar-with-skeleton__enterActive_13zuz","exit":"calendar-with-skeleton__exit_13zuz","exitActive":"calendar-with-skeleton__exitActive_13zuz"};
7
+ const styles = {"component":"calendar-with-skeleton__component_4iivh","calendarVisible":"calendar-with-skeleton__calendarVisible_4iivh","skeleton":"calendar-with-skeleton__skeleton_4iivh","header":"calendar-with-skeleton__header_4iivh","weekDays":"calendar-with-skeleton__weekDays_4iivh","row":"calendar-with-skeleton__row_4iivh","enter":"calendar-with-skeleton__enter_4iivh","enterActive":"calendar-with-skeleton__enterActive_4iivh","exit":"calendar-with-skeleton__exit_4iivh","exitActive":"calendar-with-skeleton__exitActive_4iivh"};
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: 1axzp */
1
+ /* hash: 15kup */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -40,13 +40,13 @@
40
40
  /* disabled */
41
41
 
42
42
  /* marker */
43
- } .calendar-with-skeleton__component_13zuz {
43
+ } .calendar-with-skeleton__component_4iivh {
44
44
  width: var(--calendar-width);
45
45
  height: var(--calendar-height);
46
46
  position: relative;
47
- } .calendar-with-skeleton__calendarVisible_13zuz {
47
+ } .calendar-with-skeleton__calendarVisible_4iivh {
48
48
  height: auto;
49
- } .calendar-with-skeleton__skeleton_13zuz {
49
+ } .calendar-with-skeleton__skeleton_4iivh {
50
50
  display: flex;
51
51
  flex-direction: column;
52
52
  padding: var(--gap-m);
@@ -60,20 +60,20 @@
60
60
  height: 100%;
61
61
  background-color: var(--color-light-bg-primary);
62
62
  background-clip: content-box;
63
- } .calendar-with-skeleton__header_13zuz {
63
+ } .calendar-with-skeleton__header_4iivh {
64
64
  height: 48px;
65
65
  margin-bottom: var(--gap-l);
66
- } .calendar-with-skeleton__weekDays_13zuz {
66
+ } .calendar-with-skeleton__weekDays_4iivh {
67
67
  height: 12px;
68
68
  margin-bottom: var(--gap-m);
69
- } .calendar-with-skeleton__row_13zuz {
69
+ } .calendar-with-skeleton__row_4iivh {
70
70
  height: 32px
71
- } .calendar-with-skeleton__row_13zuz + .calendar-with-skeleton__row_13zuz {
71
+ } .calendar-with-skeleton__row_4iivh + .calendar-with-skeleton__row_4iivh {
72
72
  margin-top: 10px;
73
- } .calendar-with-skeleton__enter_13zuz,
74
- .calendar-with-skeleton__enterActive_13zuz,
75
- .calendar-with-skeleton__exit_13zuz {
73
+ } .calendar-with-skeleton__enter_4iivh,
74
+ .calendar-with-skeleton__enterActive_4iivh,
75
+ .calendar-with-skeleton__exit_4iivh {
76
76
  opacity: 1;
77
- } .calendar-with-skeleton__exitActive_13zuz {
77
+ } .calendar-with-skeleton__exitActive_4iivh {
78
78
  opacity: 0;
79
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-calendar-with-skeleton",
3
- "version": "5.0.38",
3
+ "version": "5.0.39",
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.17",
21
+ "@alfalab/core-components-calendar": "^6.2.18",
22
22
  "@alfalab/core-components-skeleton": "^4.0.5",
23
23
  "classnames": "^2.3.1",
24
24
  "react-transition-group": "^4.4.5",