@alfalab/core-components-calendar-with-skeleton 4.4.2 → 4.4.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/CHANGELOG.md CHANGED
@@ -3,6 +3,57 @@
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.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.7...@alfalab/core-components-calendar-with-skeleton@4.4.8) (2022-07-18)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
9
+
10
+
11
+
12
+
13
+
14
+ ## [4.4.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.6...@alfalab/core-components-calendar-with-skeleton@4.4.7) (2022-07-18)
15
+
16
+ **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
17
+
18
+
19
+
20
+
21
+
22
+ ## [4.4.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.5...@alfalab/core-components-calendar-with-skeleton@4.4.6) (2022-07-15)
23
+
24
+ **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
25
+
26
+
27
+
28
+
29
+
30
+ ## [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)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
36
+
37
+
38
+
39
+
40
+
41
+ ## [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)
42
+
43
+ **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
44
+
45
+
46
+
47
+
48
+
49
+ ## [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)
50
+
51
+ **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
52
+
53
+
54
+
55
+
56
+
6
57
  ## [4.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.1...@alfalab/core-components-calendar-with-skeleton@4.4.2) (2022-07-01)
7
58
 
8
59
  **Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
@@ -436,4 +487,5 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
436
487
 
437
488
  ### Features
438
489
 
490
+
439
491
  * **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_1sgh1","calendarVisible":"calendar-with-skeleton__calendarVisible_1sgh1","skeleton":"calendar-with-skeleton__skeleton_1sgh1","header":"calendar-with-skeleton__header_1sgh1","weekDays":"calendar-with-skeleton__weekDays_1sgh1","row":"calendar-with-skeleton__row_1sgh1","enter":"calendar-with-skeleton__enter_1sgh1","enterActive":"calendar-with-skeleton__enterActive_1sgh1","exit":"calendar-with-skeleton__exit_1sgh1","exitActive":"calendar-with-skeleton__exitActive_1sgh1"};
55
+ var styles = {"component":"calendar-with-skeleton__component_phbf7","calendarVisible":"calendar-with-skeleton__calendarVisible_phbf7","skeleton":"calendar-with-skeleton__skeleton_phbf7","header":"calendar-with-skeleton__header_phbf7","weekDays":"calendar-with-skeleton__weekDays_phbf7","row":"calendar-with-skeleton__row_phbf7","enter":"calendar-with-skeleton__enter_phbf7","enterActive":"calendar-with-skeleton__enterActive_phbf7","exit":"calendar-with-skeleton__exit_phbf7","exitActive":"calendar-with-skeleton__exitActive_phbf7"};
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_1sgh1","calendarVisible":"calendar-with-skeleton__calendarVisible_1sgh1","skeleton":"calendar-with-skeleton__skeleton_1sgh1","header":"calendar-with-skeleton__header_1sgh1","weekDays":"calendar-with-skeleton__weekDays_1sgh1","row":"calendar-with-skeleton__row_1sgh1","enter":"calendar-with-skeleton__enter_1sgh1","enterActive":"calendar-with-skeleton__enterActive_1sgh1","exit":"calendar-with-skeleton__exit_1sgh1","exitActive":"calendar-with-skeleton__exitActive_1sgh1"};
46
+ var styles = {"component":"calendar-with-skeleton__component_phbf7","calendarVisible":"calendar-with-skeleton__calendarVisible_phbf7","skeleton":"calendar-with-skeleton__skeleton_phbf7","header":"calendar-with-skeleton__header_phbf7","weekDays":"calendar-with-skeleton__weekDays_phbf7","row":"calendar-with-skeleton__row_phbf7","enter":"calendar-with-skeleton__enter_phbf7","enterActive":"calendar-with-skeleton__enterActive_phbf7","exit":"calendar-with-skeleton__exit_phbf7","exitActive":"calendar-with-skeleton__exitActive_phbf7"};
47
47
  require('./index.css')
48
48
 
49
49
  var CalendarWithSkeleton = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: pwfk0 */
1
+ /* hash: yljgr */
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_1sgh1 {
17
+ .calendar-with-skeleton__component_phbf7 {
18
18
  width: var(--calendar-width);
19
19
  height: var(--calendar-height);
20
20
  position: relative;
21
21
  }
22
- .calendar-with-skeleton__calendarVisible_1sgh1 {
22
+ .calendar-with-skeleton__calendarVisible_phbf7 {
23
23
  height: auto;
24
24
  }
25
- .calendar-with-skeleton__skeleton_1sgh1 {
25
+ .calendar-with-skeleton__skeleton_phbf7 {
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_1sgh1 {
40
+ .calendar-with-skeleton__header_phbf7 {
41
41
  height: 48px;
42
42
  margin-bottom: var(--gap-l);
43
43
  }
44
- .calendar-with-skeleton__weekDays_1sgh1 {
44
+ .calendar-with-skeleton__weekDays_phbf7 {
45
45
  height: 12px;
46
46
  margin-bottom: var(--gap-m);
47
47
  }
48
- .calendar-with-skeleton__row_1sgh1 {
48
+ .calendar-with-skeleton__row_phbf7 {
49
49
  height: 32px
50
50
  }
51
- .calendar-with-skeleton__row_1sgh1 + .calendar-with-skeleton__row_1sgh1 {
51
+ .calendar-with-skeleton__row_phbf7 + .calendar-with-skeleton__row_phbf7 {
52
52
  margin-top: 10px;
53
53
  }
54
- .calendar-with-skeleton__enter_1sgh1,
55
- .calendar-with-skeleton__enterActive_1sgh1,
56
- .calendar-with-skeleton__exit_1sgh1 {
54
+ .calendar-with-skeleton__enter_phbf7,
55
+ .calendar-with-skeleton__enterActive_phbf7,
56
+ .calendar-with-skeleton__exit_phbf7 {
57
57
  opacity: 1;
58
58
  }
59
- .calendar-with-skeleton__exitActive_1sgh1 {
59
+ .calendar-with-skeleton__exitActive_phbf7 {
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: pwfk0 */
1
+ /* hash: yljgr */
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_1sgh1 {
17
+ .calendar-with-skeleton__component_phbf7 {
18
18
  width: var(--calendar-width);
19
19
  height: var(--calendar-height);
20
20
  position: relative;
21
21
  }
22
- .calendar-with-skeleton__calendarVisible_1sgh1 {
22
+ .calendar-with-skeleton__calendarVisible_phbf7 {
23
23
  height: auto;
24
24
  }
25
- .calendar-with-skeleton__skeleton_1sgh1 {
25
+ .calendar-with-skeleton__skeleton_phbf7 {
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_1sgh1 {
40
+ .calendar-with-skeleton__header_phbf7 {
41
41
  height: 48px;
42
42
  margin-bottom: var(--gap-l);
43
43
  }
44
- .calendar-with-skeleton__weekDays_1sgh1 {
44
+ .calendar-with-skeleton__weekDays_phbf7 {
45
45
  height: 12px;
46
46
  margin-bottom: var(--gap-m);
47
47
  }
48
- .calendar-with-skeleton__row_1sgh1 {
48
+ .calendar-with-skeleton__row_phbf7 {
49
49
  height: 32px
50
50
  }
51
- .calendar-with-skeleton__row_1sgh1 + .calendar-with-skeleton__row_1sgh1 {
51
+ .calendar-with-skeleton__row_phbf7 + .calendar-with-skeleton__row_phbf7 {
52
52
  margin-top: 10px;
53
53
  }
54
- .calendar-with-skeleton__enter_1sgh1,
55
- .calendar-with-skeleton__enterActive_1sgh1,
56
- .calendar-with-skeleton__exit_1sgh1 {
54
+ .calendar-with-skeleton__enter_phbf7,
55
+ .calendar-with-skeleton__enterActive_phbf7,
56
+ .calendar-with-skeleton__exit_phbf7 {
57
57
  opacity: 1;
58
58
  }
59
- .calendar-with-skeleton__exitActive_1sgh1 {
59
+ .calendar-with-skeleton__exitActive_phbf7 {
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_1sgh1","calendarVisible":"calendar-with-skeleton__calendarVisible_1sgh1","skeleton":"calendar-with-skeleton__skeleton_1sgh1","header":"calendar-with-skeleton__header_1sgh1","weekDays":"calendar-with-skeleton__weekDays_1sgh1","row":"calendar-with-skeleton__row_1sgh1","enter":"calendar-with-skeleton__enter_1sgh1","enterActive":"calendar-with-skeleton__enterActive_1sgh1","exit":"calendar-with-skeleton__exit_1sgh1","exitActive":"calendar-with-skeleton__exitActive_1sgh1"};
7
+ var styles = {"component":"calendar-with-skeleton__component_phbf7","calendarVisible":"calendar-with-skeleton__calendarVisible_phbf7","skeleton":"calendar-with-skeleton__skeleton_phbf7","header":"calendar-with-skeleton__header_phbf7","weekDays":"calendar-with-skeleton__weekDays_phbf7","row":"calendar-with-skeleton__row_phbf7","enter":"calendar-with-skeleton__enter_phbf7","enterActive":"calendar-with-skeleton__enterActive_phbf7","exit":"calendar-with-skeleton__exit_phbf7","exitActive":"calendar-with-skeleton__exitActive_phbf7"};
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: pwfk0 */
1
+ /* hash: yljgr */
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_1sgh1 {
17
+ .calendar-with-skeleton__component_phbf7 {
18
18
  width: var(--calendar-width);
19
19
  height: var(--calendar-height);
20
20
  position: relative;
21
21
  }
22
- .calendar-with-skeleton__calendarVisible_1sgh1 {
22
+ .calendar-with-skeleton__calendarVisible_phbf7 {
23
23
  height: auto;
24
24
  }
25
- .calendar-with-skeleton__skeleton_1sgh1 {
25
+ .calendar-with-skeleton__skeleton_phbf7 {
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_1sgh1 {
40
+ .calendar-with-skeleton__header_phbf7 {
41
41
  height: 48px;
42
42
  margin-bottom: var(--gap-l);
43
43
  }
44
- .calendar-with-skeleton__weekDays_1sgh1 {
44
+ .calendar-with-skeleton__weekDays_phbf7 {
45
45
  height: 12px;
46
46
  margin-bottom: var(--gap-m);
47
47
  }
48
- .calendar-with-skeleton__row_1sgh1 {
48
+ .calendar-with-skeleton__row_phbf7 {
49
49
  height: 32px
50
50
  }
51
- .calendar-with-skeleton__row_1sgh1 + .calendar-with-skeleton__row_1sgh1 {
51
+ .calendar-with-skeleton__row_phbf7 + .calendar-with-skeleton__row_phbf7 {
52
52
  margin-top: 10px;
53
53
  }
54
- .calendar-with-skeleton__enter_1sgh1,
55
- .calendar-with-skeleton__enterActive_1sgh1,
56
- .calendar-with-skeleton__exit_1sgh1 {
54
+ .calendar-with-skeleton__enter_phbf7,
55
+ .calendar-with-skeleton__enterActive_phbf7,
56
+ .calendar-with-skeleton__exit_phbf7 {
57
57
  opacity: 1;
58
58
  }
59
- .calendar-with-skeleton__exitActive_1sgh1 {
59
+ .calendar-with-skeleton__exitActive_phbf7 {
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.2",
3
+ "version": "4.4.8",
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 -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
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.2",
24
- "@alfalab/core-components-skeleton": "^3.2.0",
21
+ "@alfalab/core-components-calendar": "^5.5.7",
22
+ "@alfalab/core-components-skeleton": "^3.2.4",
25
23
  "classnames": "^2.2.6",
26
24
  "react-transition-group": "^4.4.1"
27
- },
28
- "gitHead": "a1e54f5b2894447f4a6c80347706c27f855d5710"
25
+ }
29
26
  }
File without changes