@alfalab/core-components-calendar-with-skeleton 4.5.0 → 4.5.3
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 +27 -0
- package/{Component.d.ts → dist/Component.d.ts} +0 -0
- package/{Component.js → dist/Component.js} +1 -1
- package/{cssm → dist/cssm}/Component.d.ts +0 -0
- package/{cssm → dist/cssm}/Component.js +2 -2
- package/{cssm → dist/cssm}/index.d.ts +0 -0
- package/{cssm → dist/cssm}/index.js +2 -2
- package/{cssm → dist/cssm}/index.module.css +0 -0
- package/{esm → dist/esm}/Component.d.ts +0 -0
- package/{esm → dist/esm}/Component.js +3 -3
- package/{esm → dist/esm}/index.css +12 -12
- package/{esm → dist/esm}/index.d.ts +0 -0
- package/{esm → dist/esm}/index.js +2 -2
- package/{index.css → dist/index.css} +12 -12
- package/{index.d.ts → dist/index.d.ts} +0 -0
- package/{index.js → dist/index.js} +0 -0
- package/{modern → dist/modern}/Component.d.ts +0 -0
- package/{modern → dist/modern}/Component.js +3 -3
- package/{modern → dist/modern}/index.css +12 -12
- package/{modern → dist/modern}/index.d.ts +0 -0
- package/{modern → dist/modern}/index.js +2 -2
- package/{send-stats.js → dist/send-stats.js} +0 -0
- package/package.json +12 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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.5.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.5.2...@alfalab/core-components-calendar-with-skeleton@4.5.3) (2022-08-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* returned dist directory ([#199](https://github.com/core-ds/core-components/issues/199)) ([fabc15e](https://github.com/core-ds/core-components/commit/fabc15effa1457ca65ec7238206f1b1fc2a2a613))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [4.5.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.5.1...@alfalab/core-components-calendar-with-skeleton@4.5.2) (2022-08-11)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [4.5.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.5.0...@alfalab/core-components-calendar-with-skeleton@4.5.1) (2022-08-09)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @alfalab/core-components-calendar-with-skeleton
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [4.5.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-with-skeleton@4.4.9...@alfalab/core-components-calendar-with-skeleton@4.5.0) (2022-08-04)
|
|
7
34
|
|
|
8
35
|
|
|
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-
|
|
55
|
+
var styles = {"component":"calendar-with-skeleton__component_18g2x","calendarVisible":"calendar-with-skeleton__calendarVisible_18g2x","skeleton":"calendar-with-skeleton__skeleton_18g2x","header":"calendar-with-skeleton__header_18g2x","weekDays":"calendar-with-skeleton__weekDays_18g2x","row":"calendar-with-skeleton__row_18g2x","enter":"calendar-with-skeleton__enter_18g2x","enterActive":"calendar-with-skeleton__enterActive_18g2x","exit":"calendar-with-skeleton__exit_18g2x","exitActive":"calendar-with-skeleton__exitActive_18g2x"};
|
|
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/cssm');
|
|
9
|
-
var coreComponentsCalendar = require('@alfalab/core-components-calendar/cssm');
|
|
8
|
+
var coreComponentsSkeleton = require('@alfalab/core-components-skeleton/dist/cssm');
|
|
9
|
+
var coreComponentsCalendar = require('@alfalab/core-components-calendar/dist/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/cssm');
|
|
10
|
-
require('@alfalab/core-components-calendar/cssm');
|
|
9
|
+
require('@alfalab/core-components-skeleton/dist/cssm');
|
|
10
|
+
require('@alfalab/core-components-calendar/dist/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/esm';
|
|
5
|
-
import { Calendar } from '@alfalab/core-components-calendar/esm';
|
|
4
|
+
import { Skeleton } from '@alfalab/core-components-skeleton/dist/esm';
|
|
5
|
+
import { Calendar } from '@alfalab/core-components-calendar/dist/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-
|
|
46
|
+
var styles = {"component":"calendar-with-skeleton__component_18g2x","calendarVisible":"calendar-with-skeleton__calendarVisible_18g2x","skeleton":"calendar-with-skeleton__skeleton_18g2x","header":"calendar-with-skeleton__header_18g2x","weekDays":"calendar-with-skeleton__weekDays_18g2x","row":"calendar-with-skeleton__row_18g2x","enter":"calendar-with-skeleton__enter_18g2x","enterActive":"calendar-with-skeleton__enterActive_18g2x","exit":"calendar-with-skeleton__exit_18g2x","exitActive":"calendar-with-skeleton__exitActive_18g2x"};
|
|
47
47
|
require('./index.css')
|
|
48
48
|
|
|
49
49
|
var CalendarWithSkeleton = forwardRef(function (_a, ref) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 191l2 */
|
|
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-
|
|
17
|
+
.calendar-with-skeleton__component_18g2x {
|
|
18
18
|
width: var(--calendar-width);
|
|
19
19
|
height: var(--calendar-height);
|
|
20
20
|
position: relative;
|
|
21
21
|
}
|
|
22
|
-
.calendar-with-
|
|
22
|
+
.calendar-with-skeleton__calendarVisible_18g2x {
|
|
23
23
|
height: auto;
|
|
24
24
|
}
|
|
25
|
-
.calendar-with-
|
|
25
|
+
.calendar-with-skeleton__skeleton_18g2x {
|
|
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-
|
|
40
|
+
.calendar-with-skeleton__header_18g2x {
|
|
41
41
|
height: 48px;
|
|
42
42
|
margin-bottom: var(--gap-l);
|
|
43
43
|
}
|
|
44
|
-
.calendar-with-
|
|
44
|
+
.calendar-with-skeleton__weekDays_18g2x {
|
|
45
45
|
height: 12px;
|
|
46
46
|
margin-bottom: var(--gap-m);
|
|
47
47
|
}
|
|
48
|
-
.calendar-with-
|
|
48
|
+
.calendar-with-skeleton__row_18g2x {
|
|
49
49
|
height: 32px
|
|
50
50
|
}
|
|
51
|
-
.calendar-with-
|
|
51
|
+
.calendar-with-skeleton__row_18g2x + .calendar-with-skeleton__row_18g2x {
|
|
52
52
|
margin-top: 10px;
|
|
53
53
|
}
|
|
54
|
-
.calendar-with-
|
|
55
|
-
.calendar-with-
|
|
56
|
-
.calendar-with-
|
|
54
|
+
.calendar-with-skeleton__enter_18g2x,
|
|
55
|
+
.calendar-with-skeleton__enterActive_18g2x,
|
|
56
|
+
.calendar-with-skeleton__exit_18g2x {
|
|
57
57
|
opacity: 1;
|
|
58
58
|
}
|
|
59
|
-
.calendar-with-
|
|
59
|
+
.calendar-with-skeleton__exitActive_18g2x {
|
|
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/esm';
|
|
6
|
-
import '@alfalab/core-components-calendar/esm';
|
|
5
|
+
import '@alfalab/core-components-skeleton/dist/esm';
|
|
6
|
+
import '@alfalab/core-components-calendar/dist/esm';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 191l2 */
|
|
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-
|
|
17
|
+
.calendar-with-skeleton__component_18g2x {
|
|
18
18
|
width: var(--calendar-width);
|
|
19
19
|
height: var(--calendar-height);
|
|
20
20
|
position: relative;
|
|
21
21
|
}
|
|
22
|
-
.calendar-with-
|
|
22
|
+
.calendar-with-skeleton__calendarVisible_18g2x {
|
|
23
23
|
height: auto;
|
|
24
24
|
}
|
|
25
|
-
.calendar-with-
|
|
25
|
+
.calendar-with-skeleton__skeleton_18g2x {
|
|
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-
|
|
40
|
+
.calendar-with-skeleton__header_18g2x {
|
|
41
41
|
height: 48px;
|
|
42
42
|
margin-bottom: var(--gap-l);
|
|
43
43
|
}
|
|
44
|
-
.calendar-with-
|
|
44
|
+
.calendar-with-skeleton__weekDays_18g2x {
|
|
45
45
|
height: 12px;
|
|
46
46
|
margin-bottom: var(--gap-m);
|
|
47
47
|
}
|
|
48
|
-
.calendar-with-
|
|
48
|
+
.calendar-with-skeleton__row_18g2x {
|
|
49
49
|
height: 32px
|
|
50
50
|
}
|
|
51
|
-
.calendar-with-
|
|
51
|
+
.calendar-with-skeleton__row_18g2x + .calendar-with-skeleton__row_18g2x {
|
|
52
52
|
margin-top: 10px;
|
|
53
53
|
}
|
|
54
|
-
.calendar-with-
|
|
55
|
-
.calendar-with-
|
|
56
|
-
.calendar-with-
|
|
54
|
+
.calendar-with-skeleton__enter_18g2x,
|
|
55
|
+
.calendar-with-skeleton__enterActive_18g2x,
|
|
56
|
+
.calendar-with-skeleton__exit_18g2x {
|
|
57
57
|
opacity: 1;
|
|
58
58
|
}
|
|
59
|
-
.calendar-with-
|
|
59
|
+
.calendar-with-skeleton__exitActive_18g2x {
|
|
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/modern';
|
|
5
|
-
import { Calendar } from '@alfalab/core-components-calendar/modern';
|
|
4
|
+
import { Skeleton } from '@alfalab/core-components-skeleton/dist/modern';
|
|
5
|
+
import { Calendar } from '@alfalab/core-components-calendar/dist/modern';
|
|
6
6
|
|
|
7
|
-
var styles = {"component":"calendar-with-
|
|
7
|
+
var styles = {"component":"calendar-with-skeleton__component_18g2x","calendarVisible":"calendar-with-skeleton__calendarVisible_18g2x","skeleton":"calendar-with-skeleton__skeleton_18g2x","header":"calendar-with-skeleton__header_18g2x","weekDays":"calendar-with-skeleton__weekDays_18g2x","row":"calendar-with-skeleton__row_18g2x","enter":"calendar-with-skeleton__enter_18g2x","enterActive":"calendar-with-skeleton__enterActive_18g2x","exit":"calendar-with-skeleton__exit_18g2x","exitActive":"calendar-with-skeleton__exitActive_18g2x"};
|
|
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:
|
|
1
|
+
/* hash: 191l2 */
|
|
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-
|
|
17
|
+
.calendar-with-skeleton__component_18g2x {
|
|
18
18
|
width: var(--calendar-width);
|
|
19
19
|
height: var(--calendar-height);
|
|
20
20
|
position: relative;
|
|
21
21
|
}
|
|
22
|
-
.calendar-with-
|
|
22
|
+
.calendar-with-skeleton__calendarVisible_18g2x {
|
|
23
23
|
height: auto;
|
|
24
24
|
}
|
|
25
|
-
.calendar-with-
|
|
25
|
+
.calendar-with-skeleton__skeleton_18g2x {
|
|
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-
|
|
40
|
+
.calendar-with-skeleton__header_18g2x {
|
|
41
41
|
height: 48px;
|
|
42
42
|
margin-bottom: var(--gap-l);
|
|
43
43
|
}
|
|
44
|
-
.calendar-with-
|
|
44
|
+
.calendar-with-skeleton__weekDays_18g2x {
|
|
45
45
|
height: 12px;
|
|
46
46
|
margin-bottom: var(--gap-m);
|
|
47
47
|
}
|
|
48
|
-
.calendar-with-
|
|
48
|
+
.calendar-with-skeleton__row_18g2x {
|
|
49
49
|
height: 32px
|
|
50
50
|
}
|
|
51
|
-
.calendar-with-
|
|
51
|
+
.calendar-with-skeleton__row_18g2x + .calendar-with-skeleton__row_18g2x {
|
|
52
52
|
margin-top: 10px;
|
|
53
53
|
}
|
|
54
|
-
.calendar-with-
|
|
55
|
-
.calendar-with-
|
|
56
|
-
.calendar-with-
|
|
54
|
+
.calendar-with-skeleton__enter_18g2x,
|
|
55
|
+
.calendar-with-skeleton__enterActive_18g2x,
|
|
56
|
+
.calendar-with-skeleton__exit_18g2x {
|
|
57
57
|
opacity: 1;
|
|
58
58
|
}
|
|
59
|
-
.calendar-with-
|
|
59
|
+
.calendar-with-skeleton__exitActive_18g2x {
|
|
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/modern';
|
|
5
|
-
import '@alfalab/core-components-calendar/modern';
|
|
4
|
+
import '@alfalab/core-components-skeleton/dist/modern';
|
|
5
|
+
import '@alfalab/core-components-calendar/dist/modern';
|
|
6
6
|
export { CalendarWithSkeleton } from './Component.js';
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,26 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-calendar-with-skeleton",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.3",
|
|
4
4
|
"description": "CalendarWithSkeleton component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"main": "index.js",
|
|
8
|
-
"module": "./esm/index.js",
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"module": "./dist/esm/index.js",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
9
12
|
"scripts": {
|
|
10
|
-
"postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
|
|
13
|
+
"postinstall": "node -e \"if (require('fs').existsSync('./dist/send-stats.js')){require('./dist/send-stats.js')} \""
|
|
11
14
|
},
|
|
12
15
|
"publishConfig": {
|
|
13
|
-
"access": "public"
|
|
14
|
-
"directory": "dist"
|
|
16
|
+
"access": "public"
|
|
15
17
|
},
|
|
16
18
|
"peerDependencies": {
|
|
17
19
|
"react": "^16.9.0 || ^17.0.1 || ^18.0.0",
|
|
18
20
|
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
19
21
|
},
|
|
20
22
|
"dependencies": {
|
|
21
|
-
"@alfalab/core-components-calendar": "^5.6.
|
|
22
|
-
"@alfalab/core-components-skeleton": "^3.3.
|
|
23
|
+
"@alfalab/core-components-calendar": "^5.6.3",
|
|
24
|
+
"@alfalab/core-components-skeleton": "^3.3.1",
|
|
23
25
|
"classnames": "^2.3.1",
|
|
24
26
|
"react-transition-group": "^4.4.1"
|
|
25
|
-
}
|
|
27
|
+
},
|
|
28
|
+
"gitHead": "4d6c8965d07839e339b370bb7c92bd7f9e24b1f3"
|
|
26
29
|
}
|