@alfalab/core-components-calendar-with-skeleton 4.4.3 → 4.4.5

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,25 @@
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.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)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
12
+
13
+
14
+
15
+
16
+
17
+ ## [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)
18
+
19
+ **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
20
+
21
+
22
+
23
+
24
+
6
25
  ## [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)
7
26
 
8
27
  **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
@@ -444,4 +463,5 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
444
463
 
445
464
  ### Features
446
465
 
466
+
447
467
  * **calendar-with-skeleton:** add component ([e940c88](https://github.com/core-ds/core-components/commit/e940c88703a7434e0db4ce0efc27a234455b449c))
File without changes
@@ -52,7 +52,7 @@ function __rest(s, e) {
52
52
  return t;
53
53
  }
54
54
 
55
- var styles = {"component":"calendar-with-skeleton__component_rm1a2","calendarVisible":"calendar-with-skeleton__calendarVisible_rm1a2","skeleton":"calendar-with-skeleton__skeleton_rm1a2","header":"calendar-with-skeleton__header_rm1a2","weekDays":"calendar-with-skeleton__weekDays_rm1a2","row":"calendar-with-skeleton__row_rm1a2","enter":"calendar-with-skeleton__enter_rm1a2","enterActive":"calendar-with-skeleton__enterActive_rm1a2","exit":"calendar-with-skeleton__exit_rm1a2","exitActive":"calendar-with-skeleton__exitActive_rm1a2"};
55
+ var styles = {"component":"calendar-with-skeleton__component_4cwfw","calendarVisible":"calendar-with-skeleton__calendarVisible_4cwfw","skeleton":"calendar-with-skeleton__skeleton_4cwfw","header":"calendar-with-skeleton__header_4cwfw","weekDays":"calendar-with-skeleton__weekDays_4cwfw","row":"calendar-with-skeleton__row_4cwfw","enter":"calendar-with-skeleton__enter_4cwfw","enterActive":"calendar-with-skeleton__enterActive_4cwfw","exit":"calendar-with-skeleton__exit_4cwfw","exitActive":"calendar-with-skeleton__exitActive_4cwfw"};
56
56
  require('./index.css')
57
57
 
58
58
  var CalendarWithSkeleton = React.forwardRef(function (_a, ref) {
File without changes
@@ -5,8 +5,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var React = require('react');
6
6
  var cn = require('classnames');
7
7
  var reactTransitionGroup = require('react-transition-group');
8
- var coreComponentsSkeleton = require('@alfalab/core-components-skeleton/dist/cssm');
9
- var coreComponentsCalendar = require('@alfalab/core-components-calendar/dist/cssm');
8
+ var coreComponentsSkeleton = require('@alfalab/core-components-skeleton/cssm');
9
+ var coreComponentsCalendar = require('@alfalab/core-components-calendar/cssm');
10
10
  var styles = require('./index.module.css');
11
11
 
12
12
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
File without changes
@@ -6,8 +6,8 @@ var Component = require('./Component.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('react-transition-group');
9
- require('@alfalab/core-components-skeleton/dist/cssm');
10
- require('@alfalab/core-components-calendar/dist/cssm');
9
+ require('@alfalab/core-components-skeleton/cssm');
10
+ require('@alfalab/core-components-calendar/cssm');
11
11
  require('./index.module.css');
12
12
 
13
13
 
File without changes
File without changes
@@ -1,8 +1,8 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { CSSTransition } from 'react-transition-group';
4
- import { Skeleton } from '@alfalab/core-components-skeleton/dist/esm';
5
- import { Calendar } from '@alfalab/core-components-calendar/dist/esm';
4
+ import { Skeleton } from '@alfalab/core-components-skeleton/esm';
5
+ import { Calendar } from '@alfalab/core-components-calendar/esm';
6
6
 
7
7
  /*! *****************************************************************************
8
8
  Copyright (c) Microsoft Corporation.
@@ -43,7 +43,7 @@ function __rest(s, e) {
43
43
  return t;
44
44
  }
45
45
 
46
- var styles = {"component":"calendar-with-skeleton__component_rm1a2","calendarVisible":"calendar-with-skeleton__calendarVisible_rm1a2","skeleton":"calendar-with-skeleton__skeleton_rm1a2","header":"calendar-with-skeleton__header_rm1a2","weekDays":"calendar-with-skeleton__weekDays_rm1a2","row":"calendar-with-skeleton__row_rm1a2","enter":"calendar-with-skeleton__enter_rm1a2","enterActive":"calendar-with-skeleton__enterActive_rm1a2","exit":"calendar-with-skeleton__exit_rm1a2","exitActive":"calendar-with-skeleton__exitActive_rm1a2"};
46
+ var styles = {"component":"calendar-with-skeleton__component_4cwfw","calendarVisible":"calendar-with-skeleton__calendarVisible_4cwfw","skeleton":"calendar-with-skeleton__skeleton_4cwfw","header":"calendar-with-skeleton__header_4cwfw","weekDays":"calendar-with-skeleton__weekDays_4cwfw","row":"calendar-with-skeleton__row_4cwfw","enter":"calendar-with-skeleton__enter_4cwfw","enterActive":"calendar-with-skeleton__enterActive_4cwfw","exit":"calendar-with-skeleton__exit_4cwfw","exitActive":"calendar-with-skeleton__exitActive_4cwfw"};
47
47
  require('./index.css')
48
48
 
49
49
  var CalendarWithSkeleton = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 5wxf3 */
1
+ /* hash: 1ckye */
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_rm1a2 {
17
+ .calendar-with-skeleton__component_4cwfw {
18
18
  width: var(--calendar-width);
19
19
  height: var(--calendar-height);
20
20
  position: relative;
21
21
  }
22
- .calendar-with-skeleton__calendarVisible_rm1a2 {
22
+ .calendar-with-skeleton__calendarVisible_4cwfw {
23
23
  height: auto;
24
24
  }
25
- .calendar-with-skeleton__skeleton_rm1a2 {
25
+ .calendar-with-skeleton__skeleton_4cwfw {
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_rm1a2 {
40
+ .calendar-with-skeleton__header_4cwfw {
41
41
  height: 48px;
42
42
  margin-bottom: var(--gap-l);
43
43
  }
44
- .calendar-with-skeleton__weekDays_rm1a2 {
44
+ .calendar-with-skeleton__weekDays_4cwfw {
45
45
  height: 12px;
46
46
  margin-bottom: var(--gap-m);
47
47
  }
48
- .calendar-with-skeleton__row_rm1a2 {
48
+ .calendar-with-skeleton__row_4cwfw {
49
49
  height: 32px
50
50
  }
51
- .calendar-with-skeleton__row_rm1a2 + .calendar-with-skeleton__row_rm1a2 {
51
+ .calendar-with-skeleton__row_4cwfw + .calendar-with-skeleton__row_4cwfw {
52
52
  margin-top: 10px;
53
53
  }
54
- .calendar-with-skeleton__enter_rm1a2,
55
- .calendar-with-skeleton__enterActive_rm1a2,
56
- .calendar-with-skeleton__exit_rm1a2 {
54
+ .calendar-with-skeleton__enter_4cwfw,
55
+ .calendar-with-skeleton__enterActive_4cwfw,
56
+ .calendar-with-skeleton__exit_4cwfw {
57
57
  opacity: 1;
58
58
  }
59
- .calendar-with-skeleton__exitActive_rm1a2 {
59
+ .calendar-with-skeleton__exitActive_4cwfw {
60
60
  opacity: 0;
61
61
  }
File without changes
@@ -2,5 +2,5 @@ export { CalendarWithSkeleton } from './Component.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import 'react-transition-group';
5
- import '@alfalab/core-components-skeleton/dist/esm';
6
- import '@alfalab/core-components-calendar/dist/esm';
5
+ import '@alfalab/core-components-skeleton/esm';
6
+ import '@alfalab/core-components-calendar/esm';
@@ -1,4 +1,4 @@
1
- /* hash: 5wxf3 */
1
+ /* hash: 1ckye */
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_rm1a2 {
17
+ .calendar-with-skeleton__component_4cwfw {
18
18
  width: var(--calendar-width);
19
19
  height: var(--calendar-height);
20
20
  position: relative;
21
21
  }
22
- .calendar-with-skeleton__calendarVisible_rm1a2 {
22
+ .calendar-with-skeleton__calendarVisible_4cwfw {
23
23
  height: auto;
24
24
  }
25
- .calendar-with-skeleton__skeleton_rm1a2 {
25
+ .calendar-with-skeleton__skeleton_4cwfw {
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_rm1a2 {
40
+ .calendar-with-skeleton__header_4cwfw {
41
41
  height: 48px;
42
42
  margin-bottom: var(--gap-l);
43
43
  }
44
- .calendar-with-skeleton__weekDays_rm1a2 {
44
+ .calendar-with-skeleton__weekDays_4cwfw {
45
45
  height: 12px;
46
46
  margin-bottom: var(--gap-m);
47
47
  }
48
- .calendar-with-skeleton__row_rm1a2 {
48
+ .calendar-with-skeleton__row_4cwfw {
49
49
  height: 32px
50
50
  }
51
- .calendar-with-skeleton__row_rm1a2 + .calendar-with-skeleton__row_rm1a2 {
51
+ .calendar-with-skeleton__row_4cwfw + .calendar-with-skeleton__row_4cwfw {
52
52
  margin-top: 10px;
53
53
  }
54
- .calendar-with-skeleton__enter_rm1a2,
55
- .calendar-with-skeleton__enterActive_rm1a2,
56
- .calendar-with-skeleton__exit_rm1a2 {
54
+ .calendar-with-skeleton__enter_4cwfw,
55
+ .calendar-with-skeleton__enterActive_4cwfw,
56
+ .calendar-with-skeleton__exit_4cwfw {
57
57
  opacity: 1;
58
58
  }
59
- .calendar-with-skeleton__exitActive_rm1a2 {
59
+ .calendar-with-skeleton__exitActive_4cwfw {
60
60
  opacity: 0;
61
61
  }
File without changes
File without changes
File without changes
@@ -1,10 +1,10 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { CSSTransition } from 'react-transition-group';
4
- import { Skeleton } from '@alfalab/core-components-skeleton/dist/modern';
5
- import { Calendar } from '@alfalab/core-components-calendar/dist/modern';
4
+ import { Skeleton } from '@alfalab/core-components-skeleton/modern';
5
+ import { Calendar } from '@alfalab/core-components-calendar/modern';
6
6
 
7
- var styles = {"component":"calendar-with-skeleton__component_rm1a2","calendarVisible":"calendar-with-skeleton__calendarVisible_rm1a2","skeleton":"calendar-with-skeleton__skeleton_rm1a2","header":"calendar-with-skeleton__header_rm1a2","weekDays":"calendar-with-skeleton__weekDays_rm1a2","row":"calendar-with-skeleton__row_rm1a2","enter":"calendar-with-skeleton__enter_rm1a2","enterActive":"calendar-with-skeleton__enterActive_rm1a2","exit":"calendar-with-skeleton__exit_rm1a2","exitActive":"calendar-with-skeleton__exitActive_rm1a2"};
7
+ var styles = {"component":"calendar-with-skeleton__component_4cwfw","calendarVisible":"calendar-with-skeleton__calendarVisible_4cwfw","skeleton":"calendar-with-skeleton__skeleton_4cwfw","header":"calendar-with-skeleton__header_4cwfw","weekDays":"calendar-with-skeleton__weekDays_4cwfw","row":"calendar-with-skeleton__row_4cwfw","enter":"calendar-with-skeleton__enter_4cwfw","enterActive":"calendar-with-skeleton__enterActive_4cwfw","exit":"calendar-with-skeleton__exit_4cwfw","exitActive":"calendar-with-skeleton__exitActive_4cwfw"};
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: 5wxf3 */
1
+ /* hash: 1ckye */
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_rm1a2 {
17
+ .calendar-with-skeleton__component_4cwfw {
18
18
  width: var(--calendar-width);
19
19
  height: var(--calendar-height);
20
20
  position: relative;
21
21
  }
22
- .calendar-with-skeleton__calendarVisible_rm1a2 {
22
+ .calendar-with-skeleton__calendarVisible_4cwfw {
23
23
  height: auto;
24
24
  }
25
- .calendar-with-skeleton__skeleton_rm1a2 {
25
+ .calendar-with-skeleton__skeleton_4cwfw {
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_rm1a2 {
40
+ .calendar-with-skeleton__header_4cwfw {
41
41
  height: 48px;
42
42
  margin-bottom: var(--gap-l);
43
43
  }
44
- .calendar-with-skeleton__weekDays_rm1a2 {
44
+ .calendar-with-skeleton__weekDays_4cwfw {
45
45
  height: 12px;
46
46
  margin-bottom: var(--gap-m);
47
47
  }
48
- .calendar-with-skeleton__row_rm1a2 {
48
+ .calendar-with-skeleton__row_4cwfw {
49
49
  height: 32px
50
50
  }
51
- .calendar-with-skeleton__row_rm1a2 + .calendar-with-skeleton__row_rm1a2 {
51
+ .calendar-with-skeleton__row_4cwfw + .calendar-with-skeleton__row_4cwfw {
52
52
  margin-top: 10px;
53
53
  }
54
- .calendar-with-skeleton__enter_rm1a2,
55
- .calendar-with-skeleton__enterActive_rm1a2,
56
- .calendar-with-skeleton__exit_rm1a2 {
54
+ .calendar-with-skeleton__enter_4cwfw,
55
+ .calendar-with-skeleton__enterActive_4cwfw,
56
+ .calendar-with-skeleton__exit_4cwfw {
57
57
  opacity: 1;
58
58
  }
59
- .calendar-with-skeleton__exitActive_rm1a2 {
59
+ .calendar-with-skeleton__exitActive_4cwfw {
60
60
  opacity: 0;
61
61
  }
File without changes
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import 'react-transition-group';
4
- import '@alfalab/core-components-skeleton/dist/modern';
5
- import '@alfalab/core-components-calendar/dist/modern';
4
+ import '@alfalab/core-components-skeleton/modern';
5
+ import '@alfalab/core-components-calendar/modern';
6
6
  export { CalendarWithSkeleton } from './Component.js';
package/package.json CHANGED
@@ -1,29 +1,26 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-calendar-with-skeleton",
3
- "version": "4.4.3",
3
+ "version": "4.4.5",
4
4
  "description": "CalendarWithSkeleton component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
- "main": "dist/index.js",
8
- "module": "./dist/esm/index.js",
9
- "files": [
10
- "dist"
11
- ],
7
+ "main": "index.js",
8
+ "module": "./esm/index.js",
12
9
  "scripts": {
13
- "postinstall": "node ./dist/send-stats.js > /dev/null 2>&1 || exit 0"
10
+ "postinstall": "node ./send-stats.js > /dev/null 2>&1 || exit 0"
14
11
  },
15
12
  "publishConfig": {
16
- "access": "public"
13
+ "access": "public",
14
+ "directory": "dist"
17
15
  },
18
16
  "peerDependencies": {
19
17
  "react": "^16.9.0 || ^17.0.1",
20
18
  "react-dom": "^16.9.0 || ^17.0.1"
21
19
  },
22
20
  "dependencies": {
23
- "@alfalab/core-components-calendar": "^5.5.3",
24
- "@alfalab/core-components-skeleton": "^3.2.0",
21
+ "@alfalab/core-components-calendar": "^5.5.5",
22
+ "@alfalab/core-components-skeleton": "^3.2.2",
25
23
  "classnames": "^2.2.6",
26
24
  "react-transition-group": "^4.4.1"
27
- },
28
- "gitHead": "62c863f937c2b78ab35b8ca55863b11a0ebdd631"
25
+ }
29
26
  }
File without changes