@alfalab/core-components-calendar-with-skeleton 7.0.7 → 7.0.8

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/esm/index.css CHANGED
@@ -13,15 +13,15 @@
13
13
  --calendar-height: 344px;
14
14
  --calendar-width: 344px;
15
15
  }
16
- .calendar-with-skeleton__component_xc30r {
16
+ .calendar-with-skeleton__component_s3tuz {
17
17
  width: var(--calendar-width);
18
18
  height: var(--calendar-height);
19
19
  position: relative;
20
20
  }
21
- .calendar-with-skeleton__calendarVisible_xc30r {
21
+ .calendar-with-skeleton__calendarVisible_s3tuz {
22
22
  height: auto;
23
23
  }
24
- .calendar-with-skeleton__skeleton_xc30r {
24
+ .calendar-with-skeleton__skeleton_s3tuz {
25
25
  display: flex;
26
26
  flex-direction: column;
27
27
  padding: var(--gap-16);
@@ -36,25 +36,25 @@
36
36
  background-color: var(--color-light-modal-bg-primary);
37
37
  background-clip: content-box;
38
38
  }
39
- .calendar-with-skeleton__header_xc30r {
39
+ .calendar-with-skeleton__header_s3tuz {
40
40
  height: 48px;
41
41
  margin-bottom: var(--gap-20);
42
42
  }
43
- .calendar-with-skeleton__weekDays_xc30r {
43
+ .calendar-with-skeleton__weekDays_s3tuz {
44
44
  height: 12px;
45
45
  margin-bottom: var(--gap-16);
46
46
  }
47
- .calendar-with-skeleton__row_xc30r {
47
+ .calendar-with-skeleton__row_s3tuz {
48
48
  height: 32px;
49
49
  }
50
- .calendar-with-skeleton__row_xc30r + .calendar-with-skeleton__row_xc30r {
50
+ .calendar-with-skeleton__row_s3tuz + .calendar-with-skeleton__row_s3tuz {
51
51
  margin-top: var(--gap-10);
52
52
  }
53
- .calendar-with-skeleton__enter_xc30r,
54
- .calendar-with-skeleton__enterActive_xc30r,
55
- .calendar-with-skeleton__exit_xc30r {
53
+ .calendar-with-skeleton__enter_s3tuz,
54
+ .calendar-with-skeleton__enterActive_s3tuz,
55
+ .calendar-with-skeleton__exit_s3tuz {
56
56
  opacity: 1;
57
57
  }
58
- .calendar-with-skeleton__exitActive_xc30r {
58
+ .calendar-with-skeleton__exitActive_s3tuz {
59
59
  opacity: 0;
60
60
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"calendar-with-skeleton__component_xc30r","calendarVisible":"calendar-with-skeleton__calendarVisible_xc30r","skeleton":"calendar-with-skeleton__skeleton_xc30r","header":"calendar-with-skeleton__header_xc30r","weekDays":"calendar-with-skeleton__weekDays_xc30r","row":"calendar-with-skeleton__row_xc30r","enter":"calendar-with-skeleton__enter_xc30r","enterActive":"calendar-with-skeleton__enterActive_xc30r","exit":"calendar-with-skeleton__exit_xc30r","exitActive":"calendar-with-skeleton__exitActive_xc30r"};
3
+ var styles = {"component":"calendar-with-skeleton__component_s3tuz","calendarVisible":"calendar-with-skeleton__calendarVisible_s3tuz","skeleton":"calendar-with-skeleton__skeleton_s3tuz","header":"calendar-with-skeleton__header_s3tuz","weekDays":"calendar-with-skeleton__weekDays_s3tuz","row":"calendar-with-skeleton__row_s3tuz","enter":"calendar-with-skeleton__enter_s3tuz","enterActive":"calendar-with-skeleton__enterActive_s3tuz","exit":"calendar-with-skeleton__exit_s3tuz","exitActive":"calendar-with-skeleton__exitActive_s3tuz"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/index.css CHANGED
@@ -13,15 +13,15 @@
13
13
  --calendar-height: 344px;
14
14
  --calendar-width: 344px;
15
15
  }
16
- .calendar-with-skeleton__component_xc30r {
16
+ .calendar-with-skeleton__component_s3tuz {
17
17
  width: var(--calendar-width);
18
18
  height: var(--calendar-height);
19
19
  position: relative;
20
20
  }
21
- .calendar-with-skeleton__calendarVisible_xc30r {
21
+ .calendar-with-skeleton__calendarVisible_s3tuz {
22
22
  height: auto;
23
23
  }
24
- .calendar-with-skeleton__skeleton_xc30r {
24
+ .calendar-with-skeleton__skeleton_s3tuz {
25
25
  display: flex;
26
26
  flex-direction: column;
27
27
  padding: var(--gap-16);
@@ -36,25 +36,25 @@
36
36
  background-color: var(--color-light-modal-bg-primary);
37
37
  background-clip: content-box;
38
38
  }
39
- .calendar-with-skeleton__header_xc30r {
39
+ .calendar-with-skeleton__header_s3tuz {
40
40
  height: 48px;
41
41
  margin-bottom: var(--gap-20);
42
42
  }
43
- .calendar-with-skeleton__weekDays_xc30r {
43
+ .calendar-with-skeleton__weekDays_s3tuz {
44
44
  height: 12px;
45
45
  margin-bottom: var(--gap-16);
46
46
  }
47
- .calendar-with-skeleton__row_xc30r {
47
+ .calendar-with-skeleton__row_s3tuz {
48
48
  height: 32px;
49
49
  }
50
- .calendar-with-skeleton__row_xc30r + .calendar-with-skeleton__row_xc30r {
50
+ .calendar-with-skeleton__row_s3tuz + .calendar-with-skeleton__row_s3tuz {
51
51
  margin-top: var(--gap-10);
52
52
  }
53
- .calendar-with-skeleton__enter_xc30r,
54
- .calendar-with-skeleton__enterActive_xc30r,
55
- .calendar-with-skeleton__exit_xc30r {
53
+ .calendar-with-skeleton__enter_s3tuz,
54
+ .calendar-with-skeleton__enterActive_s3tuz,
55
+ .calendar-with-skeleton__exit_s3tuz {
56
56
  opacity: 1;
57
57
  }
58
- .calendar-with-skeleton__exitActive_xc30r {
58
+ .calendar-with-skeleton__exitActive_s3tuz {
59
59
  opacity: 0;
60
60
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"calendar-with-skeleton__component_xc30r","calendarVisible":"calendar-with-skeleton__calendarVisible_xc30r","skeleton":"calendar-with-skeleton__skeleton_xc30r","header":"calendar-with-skeleton__header_xc30r","weekDays":"calendar-with-skeleton__weekDays_xc30r","row":"calendar-with-skeleton__row_xc30r","enter":"calendar-with-skeleton__enter_xc30r","enterActive":"calendar-with-skeleton__enterActive_xc30r","exit":"calendar-with-skeleton__exit_xc30r","exitActive":"calendar-with-skeleton__exitActive_xc30r"};
5
+ var styles = {"component":"calendar-with-skeleton__component_s3tuz","calendarVisible":"calendar-with-skeleton__calendarVisible_s3tuz","skeleton":"calendar-with-skeleton__skeleton_s3tuz","header":"calendar-with-skeleton__header_s3tuz","weekDays":"calendar-with-skeleton__weekDays_s3tuz","row":"calendar-with-skeleton__row_s3tuz","enter":"calendar-with-skeleton__enter_s3tuz","enterActive":"calendar-with-skeleton__enterActive_s3tuz","exit":"calendar-with-skeleton__exit_s3tuz","exitActive":"calendar-with-skeleton__exitActive_s3tuz"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
package/modern/index.css CHANGED
@@ -13,15 +13,15 @@
13
13
  --calendar-height: 344px;
14
14
  --calendar-width: 344px;
15
15
  }
16
- .calendar-with-skeleton__component_xc30r {
16
+ .calendar-with-skeleton__component_s3tuz {
17
17
  width: var(--calendar-width);
18
18
  height: var(--calendar-height);
19
19
  position: relative;
20
20
  }
21
- .calendar-with-skeleton__calendarVisible_xc30r {
21
+ .calendar-with-skeleton__calendarVisible_s3tuz {
22
22
  height: auto;
23
23
  }
24
- .calendar-with-skeleton__skeleton_xc30r {
24
+ .calendar-with-skeleton__skeleton_s3tuz {
25
25
  display: flex;
26
26
  flex-direction: column;
27
27
  padding: var(--gap-16);
@@ -36,25 +36,25 @@
36
36
  background-color: var(--color-light-modal-bg-primary);
37
37
  background-clip: content-box;
38
38
  }
39
- .calendar-with-skeleton__header_xc30r {
39
+ .calendar-with-skeleton__header_s3tuz {
40
40
  height: 48px;
41
41
  margin-bottom: var(--gap-20);
42
42
  }
43
- .calendar-with-skeleton__weekDays_xc30r {
43
+ .calendar-with-skeleton__weekDays_s3tuz {
44
44
  height: 12px;
45
45
  margin-bottom: var(--gap-16);
46
46
  }
47
- .calendar-with-skeleton__row_xc30r {
47
+ .calendar-with-skeleton__row_s3tuz {
48
48
  height: 32px;
49
49
  }
50
- .calendar-with-skeleton__row_xc30r + .calendar-with-skeleton__row_xc30r {
50
+ .calendar-with-skeleton__row_s3tuz + .calendar-with-skeleton__row_s3tuz {
51
51
  margin-top: var(--gap-10);
52
52
  }
53
- .calendar-with-skeleton__enter_xc30r,
54
- .calendar-with-skeleton__enterActive_xc30r,
55
- .calendar-with-skeleton__exit_xc30r {
53
+ .calendar-with-skeleton__enter_s3tuz,
54
+ .calendar-with-skeleton__enterActive_s3tuz,
55
+ .calendar-with-skeleton__exit_s3tuz {
56
56
  opacity: 1;
57
57
  }
58
- .calendar-with-skeleton__exitActive_xc30r {
58
+ .calendar-with-skeleton__exitActive_s3tuz {
59
59
  opacity: 0;
60
60
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"calendar-with-skeleton__component_xc30r","calendarVisible":"calendar-with-skeleton__calendarVisible_xc30r","skeleton":"calendar-with-skeleton__skeleton_xc30r","header":"calendar-with-skeleton__header_xc30r","weekDays":"calendar-with-skeleton__weekDays_xc30r","row":"calendar-with-skeleton__row_xc30r","enter":"calendar-with-skeleton__enter_xc30r","enterActive":"calendar-with-skeleton__enterActive_xc30r","exit":"calendar-with-skeleton__exit_xc30r","exitActive":"calendar-with-skeleton__exitActive_xc30r"};
3
+ const styles = {"component":"calendar-with-skeleton__component_s3tuz","calendarVisible":"calendar-with-skeleton__calendarVisible_s3tuz","skeleton":"calendar-with-skeleton__skeleton_s3tuz","header":"calendar-with-skeleton__header_s3tuz","weekDays":"calendar-with-skeleton__weekDays_s3tuz","row":"calendar-with-skeleton__row_s3tuz","enter":"calendar-with-skeleton__enter_s3tuz","enterActive":"calendar-with-skeleton__enterActive_s3tuz","exit":"calendar-with-skeleton__exit_s3tuz","exitActive":"calendar-with-skeleton__exitActive_s3tuz"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-calendar-with-skeleton",
3
- "version": "7.0.7",
3
+ "version": "7.0.8",
4
4
  "description": "CalendarWithSkeleton component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "main": "index.js",
11
11
  "module": "./esm/index.js",
12
12
  "dependencies": {
13
- "@alfalab/core-components-calendar": "^9.1.3",
13
+ "@alfalab/core-components-calendar": "^9.1.4",
14
14
  "@alfalab/core-components-skeleton": "^7.0.3",
15
15
  "classnames": "^2.5.1",
16
16
  "react-merge-refs": "^1.1.0",
@@ -28,6 +28,6 @@
28
28
  "access": "public",
29
29
  "directory": "dist"
30
30
  },
31
- "themesVersion": "15.0.3",
31
+ "themesVersion": "15.0.4",
32
32
  "varsVersion": "11.0.2"
33
33
  }