@coorpacademy/components 10.27.5-alpha.24 → 10.27.5-alpha.89
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/es/atom/provider/index.d.ts.map +1 -1
- package/es/atom/provider/index.js +0 -5
- package/es/atom/provider/index.js.map +1 -1
- package/es/atom/review-presentation/style.css +2 -3
- package/es/molecule/cm-popin/index.d.ts.map +1 -1
- package/es/molecule/cm-popin/index.js +1 -1
- package/es/molecule/cm-popin/index.js.map +1 -1
- package/es/molecule/cm-popin/style.css +9 -1
- package/es/molecule/review-correction-popin/index.d.ts.map +1 -1
- package/es/molecule/review-correction-popin/index.js +13 -5
- package/es/molecule/review-correction-popin/index.js.map +1 -1
- package/es/molecule/review-correction-popin/style.css +2 -2
- package/es/molecule/skill-card/index.native.d.ts +5 -0
- package/es/molecule/skill-card/index.native.d.ts.map +1 -0
- package/es/molecule/skill-card/index.native.js +82 -0
- package/es/molecule/skill-card/index.native.js.map +1 -0
- package/es/molecule/skill-card/prop-types.d.ts +14 -3
- package/es/molecule/skill-card/prop-types.d.ts.map +1 -1
- package/es/molecule/skill-card/prop-types.js +2 -1
- package/es/molecule/skill-card/prop-types.js.map +1 -1
- package/es/organism/podcast-popin-intro/index.native.js +3 -3
- package/es/organism/podcast-popin-intro/index.native.js.map +1 -1
- package/es/organism/review-no-skills/index.d.ts +11 -0
- package/es/organism/review-no-skills/index.d.ts.map +1 -0
- package/es/organism/review-no-skills/index.js +25 -0
- package/es/organism/review-no-skills/index.js.map +1 -0
- package/es/organism/review-no-skills/index.native.d.ts +5 -0
- package/es/organism/review-no-skills/index.native.d.ts.map +1 -0
- package/es/organism/review-no-skills/index.native.js +59 -0
- package/es/organism/review-no-skills/index.native.js.map +1 -0
- package/es/organism/review-no-skills/prop-types.d.ts +13 -0
- package/es/organism/review-no-skills/prop-types.d.ts.map +1 -0
- package/es/organism/review-no-skills/prop-types.js +8 -0
- package/es/organism/review-no-skills/prop-types.js.map +1 -0
- package/es/organism/review-no-skills/style.css +73 -0
- package/es/organism/review-skills/index.d.ts +5 -3
- package/es/organism/review-skills/index.d.ts.map +1 -1
- package/es/organism/review-skills/index.js +3 -60
- package/es/organism/review-skills/index.js.map +1 -1
- package/es/organism/review-skills/index.native.d.ts +5 -0
- package/es/organism/review-skills/index.native.d.ts.map +1 -0
- package/es/organism/review-skills/index.native.js +46 -0
- package/es/organism/review-skills/index.native.js.map +1 -0
- package/es/organism/review-skills/prop-types.d.ts +7 -28
- package/es/organism/review-skills/prop-types.d.ts.map +1 -1
- package/es/organism/review-skills/prop-types.js +4 -16
- package/es/organism/review-skills/prop-types.js.map +1 -1
- package/es/organism/review-skills/style.css +3 -106
- package/es/organism/review-slide/style.css +1 -0
- package/es/organism/review-stacked-slides/index.d.ts.map +1 -1
- package/es/organism/review-stacked-slides/index.js +10 -3
- package/es/organism/review-stacked-slides/index.js.map +1 -1
- package/es/organism/review-stacked-slides/style.css +120 -8
- package/es/template/app-review/index.d.ts +7 -7
- package/es/template/app-review/index.js +1 -5
- package/es/template/app-review/index.js.map +1 -1
- package/es/template/app-review/index.native.d.ts.map +1 -1
- package/es/template/app-review/index.native.js +3 -1
- package/es/template/app-review/index.native.js.map +1 -1
- package/es/template/app-review/player/style.css +2 -2
- package/es/template/app-review/prop-types.d.ts +9 -9
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.js.map +1 -1
- package/es/template/app-review/skills/index.d.ts +6 -2
- package/es/template/app-review/skills/index.d.ts.map +1 -1
- package/es/template/app-review/skills/index.js +46 -2
- package/es/template/app-review/skills/index.js.map +1 -1
- package/es/template/app-review/skills/index.native.d.ts +3 -3
- package/es/template/app-review/skills/index.native.d.ts.map +1 -1
- package/es/template/app-review/skills/index.native.js +26 -176
- package/es/template/app-review/skills/index.native.js.map +1 -1
- package/es/template/app-review/skills/prop-types.d.ts +14 -38
- package/es/template/app-review/skills/prop-types.d.ts.map +1 -1
- package/es/template/app-review/skills/prop-types.js +10 -13
- package/es/template/app-review/skills/prop-types.js.map +1 -1
- package/es/template/app-review/skills/style.css +49 -0
- package/es/template/review-dashboard-skills/index.d.ts +7 -7
- package/es/template/review-dashboard-skills/index.js +1 -1
- package/es/template/review-dashboard-skills/index.js.map +1 -1
- package/es/template/review-dashboard-skills/style.css +1 -2
- package/lib/atom/provider/index.d.ts.map +1 -1
- package/lib/atom/provider/index.js +0 -4
- package/lib/atom/provider/index.js.map +1 -1
- package/lib/atom/review-presentation/style.css +2 -3
- package/lib/molecule/cm-popin/index.d.ts.map +1 -1
- package/lib/molecule/cm-popin/index.js +1 -1
- package/lib/molecule/cm-popin/index.js.map +1 -1
- package/lib/molecule/cm-popin/style.css +9 -1
- package/lib/molecule/review-correction-popin/index.d.ts.map +1 -1
- package/lib/molecule/review-correction-popin/index.js +13 -5
- package/lib/molecule/review-correction-popin/index.js.map +1 -1
- package/lib/molecule/review-correction-popin/style.css +2 -2
- package/lib/molecule/skill-card/index.native.d.ts +5 -0
- package/lib/molecule/skill-card/index.native.d.ts.map +1 -0
- package/lib/molecule/skill-card/index.native.js +95 -0
- package/lib/molecule/skill-card/index.native.js.map +1 -0
- package/lib/molecule/skill-card/prop-types.d.ts +14 -3
- package/lib/molecule/skill-card/prop-types.d.ts.map +1 -1
- package/lib/molecule/skill-card/prop-types.js +2 -1
- package/lib/molecule/skill-card/prop-types.js.map +1 -1
- package/lib/organism/podcast-popin-intro/index.native.js +3 -3
- package/lib/organism/podcast-popin-intro/index.native.js.map +1 -1
- package/lib/organism/review-no-skills/index.d.ts +11 -0
- package/lib/organism/review-no-skills/index.d.ts.map +1 -0
- package/lib/organism/review-no-skills/index.js +36 -0
- package/lib/organism/review-no-skills/index.js.map +1 -0
- package/lib/organism/review-no-skills/index.native.d.ts +5 -0
- package/lib/organism/review-no-skills/index.native.d.ts.map +1 -0
- package/lib/organism/review-no-skills/index.native.js +72 -0
- package/lib/organism/review-no-skills/index.native.js.map +1 -0
- package/lib/organism/review-no-skills/prop-types.d.ts +13 -0
- package/lib/organism/review-no-skills/prop-types.d.ts.map +1 -0
- package/lib/organism/review-no-skills/prop-types.js +17 -0
- package/lib/organism/review-no-skills/prop-types.js.map +1 -0
- package/lib/organism/review-no-skills/style.css +73 -0
- package/lib/organism/review-skills/index.d.ts +5 -3
- package/lib/organism/review-skills/index.d.ts.map +1 -1
- package/lib/organism/review-skills/index.js +3 -67
- package/lib/organism/review-skills/index.js.map +1 -1
- package/lib/organism/review-skills/index.native.d.ts +5 -0
- package/lib/organism/review-skills/index.native.d.ts.map +1 -0
- package/lib/organism/review-skills/index.native.js +57 -0
- package/lib/organism/review-skills/index.native.js.map +1 -0
- package/lib/organism/review-skills/prop-types.d.ts +7 -28
- package/lib/organism/review-skills/prop-types.d.ts.map +1 -1
- package/lib/organism/review-skills/prop-types.js +3 -19
- package/lib/organism/review-skills/prop-types.js.map +1 -1
- package/lib/organism/review-skills/style.css +3 -106
- package/lib/organism/review-slide/style.css +1 -0
- package/lib/organism/review-stacked-slides/index.d.ts.map +1 -1
- package/lib/organism/review-stacked-slides/index.js +10 -3
- package/lib/organism/review-stacked-slides/index.js.map +1 -1
- package/lib/organism/review-stacked-slides/style.css +120 -8
- package/lib/template/app-review/index.d.ts +7 -7
- package/lib/template/app-review/index.js +1 -5
- package/lib/template/app-review/index.js.map +1 -1
- package/lib/template/app-review/index.native.d.ts.map +1 -1
- package/lib/template/app-review/index.native.js +4 -1
- package/lib/template/app-review/index.native.js.map +1 -1
- package/lib/template/app-review/player/style.css +2 -2
- package/lib/template/app-review/prop-types.d.ts +9 -9
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.js.map +1 -1
- package/lib/template/app-review/skills/index.d.ts +6 -2
- package/lib/template/app-review/skills/index.d.ts.map +1 -1
- package/lib/template/app-review/skills/index.js +51 -1
- package/lib/template/app-review/skills/index.js.map +1 -1
- package/lib/template/app-review/skills/index.native.d.ts +3 -3
- package/lib/template/app-review/skills/index.native.d.ts.map +1 -1
- package/lib/template/app-review/skills/index.native.js +28 -175
- package/lib/template/app-review/skills/index.native.js.map +1 -1
- package/lib/template/app-review/skills/prop-types.d.ts +14 -38
- package/lib/template/app-review/skills/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/skills/prop-types.js +12 -17
- package/lib/template/app-review/skills/prop-types.js.map +1 -1
- package/lib/template/app-review/skills/style.css +49 -0
- package/lib/template/review-dashboard-skills/index.d.ts +7 -7
- package/lib/template/review-dashboard-skills/index.js +3 -3
- package/lib/template/review-dashboard-skills/index.js.map +1 -1
- package/lib/template/review-dashboard-skills/style.css +1 -2
- package/locales/.mtslconfig.json +1 -0
- package/package.json +4 -4
- package/es/template/app-review/skills/stories.d.ts +0 -1
- package/es/template/app-review/skills/stories.d.ts.map +0 -1
- package/es/template/app-review/skills/stories.js +0 -15
- package/es/template/app-review/skills/stories.js.map +0 -1
- package/lib/template/app-review/skills/stories.d.ts +0 -1
- package/lib/template/app-review/skills/stories.d.ts.map +0 -1
- package/lib/template/app-review/skills/stories.js +0 -16
- package/lib/template/app-review/skills/stories.js.map +0 -1
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
@value breakpoints: "../../variables/breakpoints.css";
|
|
2
|
+
@value tablet from breakpoints;
|
|
3
|
+
@value mobile from breakpoints;
|
|
4
|
+
@value colors: "../../variables/colors.css";
|
|
5
|
+
@value cm_blue_900 from colors;
|
|
6
|
+
@value cm_grey_400 from colors;
|
|
7
|
+
|
|
8
|
+
.textBase {
|
|
9
|
+
color: cm_blue_900;
|
|
10
|
+
font-family: "Gilroy";
|
|
11
|
+
font-style: normal;
|
|
12
|
+
user-select: none;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.noSkillsContainer {
|
|
16
|
+
margin-top: 56px;
|
|
17
|
+
display: flex;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
align-items: center;
|
|
20
|
+
justify-content: center;
|
|
21
|
+
position: relative;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.titleNoSkills {
|
|
25
|
+
composes: textBase;
|
|
26
|
+
font-weight: 10;
|
|
27
|
+
font-size: 28px;
|
|
28
|
+
line-height: 36px;
|
|
29
|
+
text-align: center;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.textNoSkills {
|
|
33
|
+
color: cm_grey_400;
|
|
34
|
+
font-family: "Gilroy";
|
|
35
|
+
font-size: 20px;
|
|
36
|
+
line-height: 28px;
|
|
37
|
+
margin-top: 8px;
|
|
38
|
+
text-align: center;
|
|
39
|
+
user-select: none;
|
|
40
|
+
width: 493px;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.imgNoSkills {
|
|
44
|
+
height: 361px;
|
|
45
|
+
margin-top: 48px;
|
|
46
|
+
width: 361px;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@media tablet {
|
|
50
|
+
.titleNoSkills, .textNoSkills {
|
|
51
|
+
width: 90%;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.imgNoSkills {
|
|
55
|
+
max-width: 361px;
|
|
56
|
+
max-height: 361px;
|
|
57
|
+
width: 100%;
|
|
58
|
+
height: 100%;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
@media mobile {
|
|
63
|
+
.titleNoSkills,
|
|
64
|
+
.textNoSkills {
|
|
65
|
+
width: 85%;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.imgNoSkills {
|
|
69
|
+
margin-top: 33px;
|
|
70
|
+
width: 85%;
|
|
71
|
+
height: auto;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
export default
|
|
2
|
-
declare function
|
|
3
|
-
|
|
1
|
+
export default ReviewListSkills;
|
|
2
|
+
declare function ReviewListSkills({ listSkills }: {
|
|
3
|
+
listSkills: any;
|
|
4
|
+
}): JSX.Element;
|
|
5
|
+
declare namespace ReviewListSkills {
|
|
4
6
|
export { propTypes };
|
|
5
7
|
}
|
|
6
8
|
import propTypes from "./prop-types";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/review-skills/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/review-skills/index.js"],"names":[],"mappings":";AAMA;;gBAaC"}
|
|
@@ -5,23 +5,13 @@ exports.default = void 0;
|
|
|
5
5
|
|
|
6
6
|
var _react = _interopRequireDefault(require("react"));
|
|
7
7
|
|
|
8
|
-
var _isEmpty = _interopRequireDefault(require("lodash/fp/isEmpty"));
|
|
9
|
-
|
|
10
8
|
var _map = _interopRequireDefault(require("lodash/fp/map"));
|
|
11
9
|
|
|
12
|
-
var _novaIcons = require("@coorpacademy/nova-icons");
|
|
13
|
-
|
|
14
|
-
var _loader = _interopRequireDefault(require("../../atom/loader"));
|
|
15
|
-
|
|
16
10
|
var _skillCard = _interopRequireDefault(require("../../molecule/skill-card"));
|
|
17
11
|
|
|
18
12
|
var _style = _interopRequireDefault(require("./style.css"));
|
|
19
13
|
|
|
20
|
-
var _propTypes =
|
|
21
|
-
|
|
22
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
23
|
-
|
|
24
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
14
|
+
var _propTypes = _interopRequireDefault(require("./prop-types"));
|
|
25
15
|
|
|
26
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
27
17
|
|
|
@@ -40,61 +30,7 @@ const ReviewListSkills = ({
|
|
|
40
30
|
}, listSkills));
|
|
41
31
|
};
|
|
42
32
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
textNoSkills,
|
|
46
|
-
iconSkillAriaLabel
|
|
47
|
-
}) => {
|
|
48
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
49
|
-
className: _style.default.noSkillsContainer
|
|
50
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
51
|
-
className: _style.default.titleNoSkills
|
|
52
|
-
}, titleNoSkills), /*#__PURE__*/_react.default.createElement("div", {
|
|
53
|
-
className: _style.default.textNoSkills
|
|
54
|
-
}, " ", textNoSkills), /*#__PURE__*/_react.default.createElement(_novaIcons.NovaCompositionCoorpacademyEmptyStateHomeRevision, {
|
|
55
|
-
className: _style.default.imgNoSkills,
|
|
56
|
-
"aria-label": iconSkillAriaLabel
|
|
57
|
-
}));
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
const ReviewSkills = props => {
|
|
61
|
-
const {
|
|
62
|
-
'aria-label': ariaLabel,
|
|
63
|
-
title,
|
|
64
|
-
listSkills,
|
|
65
|
-
titleNoSkills,
|
|
66
|
-
textNoSkills,
|
|
67
|
-
iconSkillAriaLabel,
|
|
68
|
-
isLoading = false,
|
|
69
|
-
isLoadingAriaLabel
|
|
70
|
-
} = props;
|
|
71
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
72
|
-
className: _style.default.containerReviewSkill,
|
|
73
|
-
"aria-label": ariaLabel
|
|
74
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
75
|
-
className: _style.default.title
|
|
76
|
-
}, title, /*#__PURE__*/_react.default.createElement(_novaIcons.NovaCompositionCoorpacademyInformationIcon, {
|
|
77
|
-
className: _style.default.informationIcon,
|
|
78
|
-
width: 12,
|
|
79
|
-
height: 12
|
|
80
|
-
})), isLoading ? /*#__PURE__*/_react.default.createElement("div", {
|
|
81
|
-
className: _style.default.loaderContainer
|
|
82
|
-
}, /*#__PURE__*/_react.default.createElement(_loader.default, {
|
|
83
|
-
className: _style.default.loader,
|
|
84
|
-
theme: "default",
|
|
85
|
-
"aria-label": isLoadingAriaLabel
|
|
86
|
-
})) : /*#__PURE__*/_react.default.createElement("div", null, !(0, _isEmpty.default)(listSkills) ? /*#__PURE__*/_react.default.createElement(ReviewListSkills, {
|
|
87
|
-
listSkills: listSkills
|
|
88
|
-
}) : /*#__PURE__*/_react.default.createElement(ReviewNoSkills, {
|
|
89
|
-
titleNoSkills: titleNoSkills,
|
|
90
|
-
textNoSkills: textNoSkills,
|
|
91
|
-
iconSkillAriaLabel: iconSkillAriaLabel
|
|
92
|
-
})));
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
ReviewListSkills.propTypes = process.env.NODE_ENV !== "production" ? _propTypes.ListSkillsPropTypes : {};
|
|
96
|
-
ReviewNoSkills.propTypes = process.env.NODE_ENV !== "production" ? _propTypes.NoSkillsPropTypes : {};
|
|
97
|
-
ReviewSkills.propTypes = process.env.NODE_ENV !== "production" ? _propTypes.default : {};
|
|
98
|
-
var _default = ReviewSkills;
|
|
33
|
+
ReviewListSkills.propTypes = process.env.NODE_ENV !== "production" ? _propTypes.default : {};
|
|
34
|
+
var _default = ReviewListSkills;
|
|
99
35
|
exports.default = _default;
|
|
100
36
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["ReviewListSkills","listSkills","style","listSkillsContainer","map","convert","cap","skillCard","key","skillCardContainer","
|
|
1
|
+
{"version":3,"file":"index.js","names":["ReviewListSkills","listSkills","style","listSkillsContainer","map","convert","cap","skillCard","key","skillCardContainer","propTypes"],"sources":["../../../src/organism/review-skills/index.js"],"sourcesContent":["import React from 'react';\nimport map from 'lodash/fp/map';\nimport SkillCard from '../../molecule/skill-card';\nimport style from './style.css';\nimport propTypes from './prop-types';\n\nconst ReviewListSkills = ({listSkills}) => {\n return (\n <div className={style.listSkillsContainer}>\n {listSkills &&\n map.convert({cap: false})((skillCard, key) => {\n return (\n <div className={style.skillCardContainer} key={`step-${key}`}>\n <SkillCard {...skillCard} />\n </div>\n );\n }, listSkills)}\n </div>\n );\n};\n\nReviewListSkills.propTypes = propTypes;\n\nexport default ReviewListSkills;\n"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;;;AAEA,MAAMA,gBAAgB,GAAG,CAAC;EAACC;AAAD,CAAD,KAAkB;EACzC,oBACE;IAAK,SAAS,EAAEC,cAAA,CAAMC;EAAtB,GACGF,UAAU,IACTG,YAAA,CAAIC,OAAJ,CAAY;IAACC,GAAG,EAAE;EAAN,CAAZ,EAA0B,CAACC,SAAD,EAAYC,GAAZ,KAAoB;IAC5C,oBACE;MAAK,SAAS,EAAEN,cAAA,CAAMO,kBAAtB;MAA0C,GAAG,EAAG,QAAOD,GAAI;IAA3D,gBACE,6BAAC,kBAAD,EAAeD,SAAf,CADF,CADF;EAKD,CAND,EAMGN,UANH,CAFJ,CADF;AAYD,CAbD;;AAeAD,gBAAgB,CAACU,SAAjB,2CAA6BA,kBAA7B;eAEeV,gB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/organism/review-skills/index.native.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAoC1C,QAAA,MAAM,gBAAgB,UAAW,YAAY,gBAI5C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.default = void 0;
|
|
5
|
+
|
|
6
|
+
var _react = _interopRequireDefault(require("react"));
|
|
7
|
+
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
|
|
10
|
+
var _index = _interopRequireDefault(require("../../molecule/skill-card/index.native"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
const style = _reactNative.StyleSheet.create({
|
|
15
|
+
skills: {
|
|
16
|
+
paddingBottom: 100
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
const Item = ({
|
|
21
|
+
item: {
|
|
22
|
+
'aria-label': ariaLabel,
|
|
23
|
+
skillTitle,
|
|
24
|
+
skillAriaLabel,
|
|
25
|
+
reviseLabel,
|
|
26
|
+
reviseAriaLabel,
|
|
27
|
+
onClick,
|
|
28
|
+
buttonLabel,
|
|
29
|
+
buttonAriaLabel,
|
|
30
|
+
isCustom
|
|
31
|
+
}
|
|
32
|
+
}) => /*#__PURE__*/_react.default.createElement(_index.default, {
|
|
33
|
+
"aria-label": ariaLabel,
|
|
34
|
+
skillTitle: skillTitle,
|
|
35
|
+
skillAriaLabel: skillAriaLabel,
|
|
36
|
+
reviseLabel: reviseLabel,
|
|
37
|
+
reviseAriaLabel: reviseAriaLabel,
|
|
38
|
+
onClick: onClick,
|
|
39
|
+
buttonLabel: buttonLabel,
|
|
40
|
+
buttonAriaLabel: buttonAriaLabel,
|
|
41
|
+
isCustom: isCustom
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
const ReviewListSkills = props => {
|
|
45
|
+
const {
|
|
46
|
+
listSkills
|
|
47
|
+
} = props;
|
|
48
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
49
|
+
contentContainerStyle: style.skills,
|
|
50
|
+
data: listSkills,
|
|
51
|
+
renderItem: Item
|
|
52
|
+
});
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
var _default = ReviewListSkills;
|
|
56
|
+
exports.default = _default;
|
|
57
|
+
//# sourceMappingURL=index.native.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.js","names":["style","StyleSheet","create","skills","paddingBottom","Item","item","ariaLabel","skillTitle","skillAriaLabel","reviseLabel","reviseAriaLabel","onClick","buttonLabel","buttonAriaLabel","isCustom","ReviewListSkills","props","listSkills"],"sources":["../../../src/organism/review-skills/index.native.tsx"],"sourcesContent":["import React from 'react';\nimport {FlatList, StyleSheet} from 'react-native';\nimport SkillCard from '../../molecule/skill-card/index.native';\nimport {SkillCardProps} from '../../molecule/skill-card/prop-types';\nimport {ReviewSkills} from './prop-types';\n\ntype ItemProps = {\n item: SkillCardProps;\n};\n\nconst style = StyleSheet.create({\n skills: {paddingBottom: 100}\n});\n\nconst Item = ({\n item: {\n 'aria-label': ariaLabel,\n skillTitle,\n skillAriaLabel,\n reviseLabel,\n reviseAriaLabel,\n onClick,\n buttonLabel,\n buttonAriaLabel,\n isCustom\n }\n}: ItemProps) => (\n <SkillCard\n aria-label={ariaLabel}\n skillTitle={skillTitle}\n skillAriaLabel={skillAriaLabel}\n reviseLabel={reviseLabel}\n reviseAriaLabel={reviseAriaLabel}\n onClick={onClick}\n buttonLabel={buttonLabel}\n buttonAriaLabel={buttonAriaLabel}\n isCustom={isCustom}\n />\n);\n\nconst ReviewListSkills = (props: ReviewSkills) => {\n const {listSkills} = props;\n\n return <FlatList contentContainerStyle={style.skills} data={listSkills} renderItem={Item} />;\n};\n\nexport default ReviewListSkills;\n"],"mappings":";;;;;AAAA;;AACA;;AACA;;;;AAQA,MAAMA,KAAK,GAAGC,uBAAA,CAAWC,MAAX,CAAkB;EAC9BC,MAAM,EAAE;IAACC,aAAa,EAAE;EAAhB;AADsB,CAAlB,CAAd;;AAIA,MAAMC,IAAI,GAAG,CAAC;EACZC,IAAI,EAAE;IACJ,cAAcC,SADV;IAEJC,UAFI;IAGJC,cAHI;IAIJC,WAJI;IAKJC,eALI;IAMJC,OANI;IAOJC,WAPI;IAQJC,eARI;IASJC;EATI;AADM,CAAD,kBAaX,6BAAC,cAAD;EACE,cAAYR,SADd;EAEE,UAAU,EAAEC,UAFd;EAGE,cAAc,EAAEC,cAHlB;EAIE,WAAW,EAAEC,WAJf;EAKE,eAAe,EAAEC,eALnB;EAME,OAAO,EAAEC,OANX;EAOE,WAAW,EAAEC,WAPf;EAQE,eAAe,EAAEC,eARnB;EASE,QAAQ,EAAEC;AATZ,EAbF;;AA0BA,MAAMC,gBAAgB,GAAIC,KAAD,IAAyB;EAChD,MAAM;IAACC;EAAD,IAAeD,KAArB;EAEA,oBAAO,6BAAC,qBAAD;IAAU,qBAAqB,EAAEjB,KAAK,CAACG,MAAvC;IAA+C,IAAI,EAAEe,UAArD;IAAiE,UAAU,EAAEb;EAA7E,EAAP;AACD,CAJD;;eAMeW,gB"}
|
|
@@ -1,25 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
skillTitle: PropTypes.Requireable<string>;
|
|
5
|
-
skillAriaLabel: PropTypes.Requireable<string>;
|
|
6
|
-
buttonLabel: PropTypes.Requireable<string>;
|
|
7
|
-
buttonAriaLabel: PropTypes.Requireable<string>;
|
|
8
|
-
reviseLabel: PropTypes.Requireable<string>;
|
|
9
|
-
reviseAriaLabel: PropTypes.Requireable<string>;
|
|
10
|
-
isCustom: PropTypes.Requireable<boolean>;
|
|
11
|
-
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
12
|
-
}> | null | undefined)[]>;
|
|
13
|
-
}
|
|
14
|
-
export namespace NoSkillsPropTypes {
|
|
15
|
-
const titleNoSkills: PropTypes.Requireable<string>;
|
|
16
|
-
const textNoSkills: PropTypes.Requireable<string>;
|
|
17
|
-
const iconSkillAriaLabel: PropTypes.Requireable<string>;
|
|
18
|
-
}
|
|
19
|
-
declare const _default: {
|
|
20
|
-
titleNoSkills: PropTypes.Requireable<string>;
|
|
21
|
-
textNoSkills: PropTypes.Requireable<string>;
|
|
22
|
-
iconSkillAriaLabel: PropTypes.Requireable<string>;
|
|
1
|
+
import PropTypes from 'prop-types';
|
|
2
|
+
import { SkillCardProps } from '../../molecule/skill-card/prop-types';
|
|
3
|
+
declare const propTypes: {
|
|
23
4
|
listSkills: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
24
5
|
'aria-label': PropTypes.Requireable<string>;
|
|
25
6
|
skillTitle: PropTypes.Requireable<string>;
|
|
@@ -31,11 +12,9 @@ declare const _default: {
|
|
|
31
12
|
isCustom: PropTypes.Requireable<boolean>;
|
|
32
13
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
33
14
|
}> | null | undefined)[]>;
|
|
34
|
-
'aria-label': PropTypes.Requireable<string>;
|
|
35
|
-
title: PropTypes.Validator<string>;
|
|
36
|
-
isLoading: PropTypes.Requireable<boolean>;
|
|
37
|
-
isLoadingAriaLabel: PropTypes.Requireable<string>;
|
|
38
15
|
};
|
|
39
|
-
export default
|
|
40
|
-
|
|
16
|
+
export default propTypes;
|
|
17
|
+
export declare type ReviewSkills = {
|
|
18
|
+
listSkills: SkillCardProps[];
|
|
19
|
+
};
|
|
41
20
|
//# sourceMappingURL=prop-types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/organism/review-skills/prop-types.
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/organism/review-skills/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAA2B,EAAC,cAAc,EAAC,MAAM,sCAAsC,CAAC;AAExF,QAAA,MAAM,SAAS;;;;;;;;;;;;CAEd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,YAAY,GAAG;IACzB,UAAU,EAAE,cAAc,EAAE,CAAC;CAC9B,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
|
-
exports.default =
|
|
4
|
+
exports.default = void 0;
|
|
5
5
|
|
|
6
6
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
7
7
|
|
|
@@ -9,25 +9,9 @@ var _propTypes2 = _interopRequireDefault(require("../../molecule/skill-card/prop
|
|
|
9
9
|
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
const ListSkillsPropTypes = {
|
|
12
|
+
const propTypes = {
|
|
15
13
|
listSkills: _propTypes.default.arrayOf(_propTypes.default.shape(_propTypes2.default))
|
|
16
14
|
};
|
|
17
|
-
|
|
18
|
-
const NoSkillsPropTypes = {
|
|
19
|
-
titleNoSkills: _propTypes.default.string,
|
|
20
|
-
textNoSkills: _propTypes.default.string,
|
|
21
|
-
iconSkillAriaLabel: _propTypes.default.string
|
|
22
|
-
};
|
|
23
|
-
exports.NoSkillsPropTypes = NoSkillsPropTypes;
|
|
24
|
-
|
|
25
|
-
var _default = _extends({
|
|
26
|
-
'aria-label': _propTypes.default.string,
|
|
27
|
-
title: _propTypes.default.string.isRequired,
|
|
28
|
-
isLoading: _propTypes.default.bool,
|
|
29
|
-
isLoadingAriaLabel: _propTypes.default.string
|
|
30
|
-
}, ListSkillsPropTypes, NoSkillsPropTypes);
|
|
31
|
-
|
|
15
|
+
var _default = propTypes;
|
|
32
16
|
exports.default = _default;
|
|
33
17
|
//# sourceMappingURL=prop-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.js","names":["
|
|
1
|
+
{"version":3,"file":"prop-types.js","names":["propTypes","listSkills","PropTypes","arrayOf","shape","SkillCardPropsType"],"sources":["../../../src/organism/review-skills/prop-types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\nimport SkillCardPropsType, {SkillCardProps} from '../../molecule/skill-card/prop-types';\n\nconst propTypes = {\n listSkills: PropTypes.arrayOf(PropTypes.shape(SkillCardPropsType))\n};\n\nexport default propTypes;\n\nexport type ReviewSkills = {\n listSkills: SkillCardProps[];\n};\n"],"mappings":";;;;;AAAA;;AACA;;;;AAEA,MAAMA,SAAS,GAAG;EAChBC,UAAU,EAAEC,kBAAA,CAAUC,OAAV,CAAkBD,kBAAA,CAAUE,KAAV,CAAgBC,mBAAhB,CAAlB;AADI,CAAlB;eAIeL,S"}
|
|
@@ -1,35 +1,5 @@
|
|
|
1
1
|
@value breakpoints: "../../variables/breakpoints.css";
|
|
2
|
-
@value tablet from breakpoints;
|
|
3
2
|
@value mobile from breakpoints;
|
|
4
|
-
@value colors: "../../variables/colors.css";
|
|
5
|
-
@value cm_blue_900 from colors;
|
|
6
|
-
@value cm_grey_400 from colors;
|
|
7
|
-
@value cm_grey_500 from colors;
|
|
8
|
-
|
|
9
|
-
.textBase {
|
|
10
|
-
color: cm_blue_900;
|
|
11
|
-
font-family: "Gilroy";
|
|
12
|
-
font-style: normal;
|
|
13
|
-
user-select: none;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.containerReviewSkill {
|
|
17
|
-
width: 100%;
|
|
18
|
-
position: relative;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.title {
|
|
22
|
-
composes: textBase;
|
|
23
|
-
font-size: 20px;
|
|
24
|
-
font-weight: 600;
|
|
25
|
-
line-height: 28px;
|
|
26
|
-
margin-left: 40px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.informationIcon {
|
|
30
|
-
color: cm_grey_500;
|
|
31
|
-
padding-left: 8px;
|
|
32
|
-
}
|
|
33
3
|
|
|
34
4
|
.listSkillsContainer {
|
|
35
5
|
display: flex;
|
|
@@ -45,67 +15,12 @@
|
|
|
45
15
|
flex: 1 0 33%;
|
|
46
16
|
}
|
|
47
17
|
|
|
48
|
-
.noSkillsContainer {
|
|
49
|
-
margin-top: 56px;
|
|
50
|
-
display: flex;
|
|
51
|
-
flex-direction: column;
|
|
52
|
-
align-items: center;
|
|
53
|
-
justify-content: center;
|
|
54
|
-
position: relative;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.titleNoSkills {
|
|
58
|
-
composes: textBase;
|
|
59
|
-
font-weight: 10;
|
|
60
|
-
font-size: 28px;
|
|
61
|
-
line-height: 36px;
|
|
62
|
-
text-align: center;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.textNoSkills {
|
|
66
|
-
color: cm_grey_400;
|
|
67
|
-
font-family: "Gilroy";
|
|
68
|
-
font-size: 20px;
|
|
69
|
-
line-height: 28px;
|
|
70
|
-
margin-top: 8px;
|
|
71
|
-
text-align: center;
|
|
72
|
-
user-select: none;
|
|
73
|
-
width: 493px;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.imgNoSkills {
|
|
77
|
-
height: 361px;
|
|
78
|
-
margin-top: 48px;
|
|
79
|
-
width: 361px;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.loaderContainer {
|
|
83
|
-
width: 100%;
|
|
84
|
-
height: 50vh;
|
|
85
|
-
display: flex;
|
|
86
|
-
align-items: center;
|
|
87
|
-
justify-content: center;
|
|
88
|
-
}
|
|
89
18
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
@media tablet {
|
|
96
|
-
.titleNoSkills, .textNoSkills {
|
|
97
|
-
width: 90%;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.imgNoSkills {
|
|
101
|
-
max-width: 361px;
|
|
102
|
-
max-height: 361px;
|
|
103
|
-
width: 100%;
|
|
104
|
-
height: 100%;
|
|
19
|
+
@media mobile {
|
|
20
|
+
.listSkillsContainer {
|
|
21
|
+
margin: 24px 20px;
|
|
105
22
|
}
|
|
106
|
-
}
|
|
107
23
|
|
|
108
|
-
@media mobile {
|
|
109
24
|
.skillCardContainer {
|
|
110
25
|
display: flex;
|
|
111
26
|
flex: 1 0 100%;
|
|
@@ -114,22 +29,4 @@
|
|
|
114
29
|
max-width: 100%;
|
|
115
30
|
}
|
|
116
31
|
|
|
117
|
-
.listSkillsContainer {
|
|
118
|
-
margin: 24px 20px;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.title {
|
|
122
|
-
margin-left: 0;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.titleNoSkills,
|
|
126
|
-
.textNoSkills {
|
|
127
|
-
width: 85%;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.imgNoSkills {
|
|
131
|
-
margin-top: 33px;
|
|
132
|
-
width: 85%;
|
|
133
|
-
height: auto;
|
|
134
|
-
}
|
|
135
32
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/review-stacked-slides/index.js"],"names":[],"mappings":"AAOA,mCAAoC;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/review-stacked-slides/index.js"],"names":[],"mappings":"AAOA,mCAAoC;;AA6BpC;;;;;gBA8CC"}
|
|
@@ -26,6 +26,13 @@ const stylesByPosition = {
|
|
|
26
26
|
3: _style.default.position3,
|
|
27
27
|
4: _style.default.position4
|
|
28
28
|
};
|
|
29
|
+
const unstackByPosition = {
|
|
30
|
+
0: _style.default.slideOutAndIn0,
|
|
31
|
+
1: _style.default.slideOutAndIn1,
|
|
32
|
+
2: _style.default.slideOutAndIn2,
|
|
33
|
+
3: _style.default.slideOutAndIn3,
|
|
34
|
+
4: _style.default.slideOutAndIn4
|
|
35
|
+
};
|
|
29
36
|
|
|
30
37
|
const getSlideAnimation = (action, position) => {
|
|
31
38
|
switch (action) {
|
|
@@ -33,10 +40,10 @@ const getSlideAnimation = (action, position) => {
|
|
|
33
40
|
return _style.default.slideOutHideAndIn;
|
|
34
41
|
|
|
35
42
|
case 'restack':
|
|
36
|
-
return
|
|
43
|
+
return unstackByPosition[position];
|
|
37
44
|
|
|
38
45
|
default:
|
|
39
|
-
return
|
|
46
|
+
return null;
|
|
40
47
|
}
|
|
41
48
|
};
|
|
42
49
|
|
|
@@ -58,7 +65,7 @@ const StackedSlides = ({
|
|
|
58
65
|
const slideView = /*#__PURE__*/_react.default.createElement("div", {
|
|
59
66
|
key: `slide-${slideIndex}`,
|
|
60
67
|
"data-name": `slide-${slideIndex}`,
|
|
61
|
-
className: (0, _classnames.default)(_style.default.slideBase, getSlideAnimation(animationType, position), endReview ? _style.default.endReview : null)
|
|
68
|
+
className: (0, _classnames.default)(_style.default.slideBase, getSlideAnimation(animationType, position), position < 0 ? _style.default.hiddenSlide : stylesByPosition[position], endReview ? _style.default.endReview : null)
|
|
62
69
|
}, /*#__PURE__*/_react.default.createElement(_reviewSlide.default, {
|
|
63
70
|
slideIndex: (0, _toString2.default)(slideIndex),
|
|
64
71
|
slide,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["TOTAL_SLIDES_STACK","stylesByPosition","style","position0","position1","position2","position3","position4","
|
|
1
|
+
{"version":3,"file":"index.js","names":["TOTAL_SLIDES_STACK","stylesByPosition","style","position0","position1","position2","position3","position4","unstackByPosition","slideOutAndIn0","slideOutAndIn1","slideOutAndIn2","slideOutAndIn3","slideOutAndIn4","getSlideAnimation","action","position","slideOutHideAndIn","StackedSlides","slides","endReview","validateButton","correctionPopinProps","stackedSlides","slideIndex","slide","_toString","animationType","slideView","classnames","slideBase","hiddenSlide","push","stackedSlidesYAxisOverflowContainer","stackedSlidesContainer","propTypes"],"sources":["../../../src/organism/review-stacked-slides/index.js"],"sourcesContent":["import React from 'react';\nimport classnames from 'classnames';\nimport _toString from 'lodash/fp/toString';\nimport ReviewSlide from '../review-slide';\nimport propTypes from './prop-types';\nimport style from './style.css';\n\nexport const TOTAL_SLIDES_STACK = 5;\n\nconst stylesByPosition = {\n 0: style.position0,\n 1: style.position1,\n 2: style.position2,\n 3: style.position3,\n 4: style.position4\n};\n\nconst unstackByPosition = {\n 0: style.slideOutAndIn0,\n 1: style.slideOutAndIn1,\n 2: style.slideOutAndIn2,\n 3: style.slideOutAndIn3,\n 4: style.slideOutAndIn4\n};\n\nconst getSlideAnimation = (action, position) => {\n switch (action) {\n case 'unstack':\n return style.slideOutHideAndIn;\n case 'restack':\n return unstackByPosition[position];\n default:\n return null;\n }\n};\n\nconst StackedSlides = ({slides, endReview, validateButton, correctionPopinProps}) => {\n const stackedSlides = [];\n // eslint-disable-next-line fp/no-loops\n for (let slideIndex = 0; slideIndex < TOTAL_SLIDES_STACK; slideIndex++) {\n const slide = slides[_toString(slideIndex)];\n const {animationType, position} = slide;\n\n const slideView = (\n <div\n key={`slide-${slideIndex}`}\n data-name={`slide-${slideIndex}`}\n className={classnames(\n style.slideBase,\n getSlideAnimation(animationType, position),\n position < 0 ? style.hiddenSlide : stylesByPosition[position],\n endReview ? style.endReview : null\n )}\n >\n <ReviewSlide\n {...{\n slideIndex: _toString(slideIndex),\n slide,\n validateButton,\n correctionPopinProps\n }}\n key={slideIndex}\n />\n </div>\n );\n stackedSlides.push(slideView);\n }\n\n return (\n <div\n key=\"stacked-slides-container-y-overflow\"\n className={style.stackedSlidesYAxisOverflowContainer}\n >\n <div\n key=\"stacked-slides-container\"\n data-name=\"stacked-slides-container\"\n className={style.stackedSlidesContainer}\n >\n {stackedSlides}\n </div>\n </div>\n );\n};\n\nStackedSlides.propTypes = propTypes;\n\nexport default StackedSlides;\n"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;AAEO,MAAMA,kBAAkB,GAAG,CAA3B;;AAEP,MAAMC,gBAAgB,GAAG;EACvB,GAAGC,cAAA,CAAMC,SADc;EAEvB,GAAGD,cAAA,CAAME,SAFc;EAGvB,GAAGF,cAAA,CAAMG,SAHc;EAIvB,GAAGH,cAAA,CAAMI,SAJc;EAKvB,GAAGJ,cAAA,CAAMK;AALc,CAAzB;AAQA,MAAMC,iBAAiB,GAAG;EACxB,GAAGN,cAAA,CAAMO,cADe;EAExB,GAAGP,cAAA,CAAMQ,cAFe;EAGxB,GAAGR,cAAA,CAAMS,cAHe;EAIxB,GAAGT,cAAA,CAAMU,cAJe;EAKxB,GAAGV,cAAA,CAAMW;AALe,CAA1B;;AAQA,MAAMC,iBAAiB,GAAG,CAACC,MAAD,EAASC,QAAT,KAAsB;EAC9C,QAAQD,MAAR;IACE,KAAK,SAAL;MACE,OAAOb,cAAA,CAAMe,iBAAb;;IACF,KAAK,SAAL;MACE,OAAOT,iBAAiB,CAACQ,QAAD,CAAxB;;IACF;MACE,OAAO,IAAP;EANJ;AAQD,CATD;;AAWA,MAAME,aAAa,GAAG,CAAC;EAACC,MAAD;EAASC,SAAT;EAAoBC,cAApB;EAAoCC;AAApC,CAAD,KAA+D;EACnF,MAAMC,aAAa,GAAG,EAAtB,CADmF,CAEnF;;EACA,KAAK,IAAIC,UAAU,GAAG,CAAtB,EAAyBA,UAAU,GAAGxB,kBAAtC,EAA0DwB,UAAU,EAApE,EAAwE;IACtE,MAAMC,KAAK,GAAGN,MAAM,CAAC,IAAAO,kBAAA,EAAUF,UAAV,CAAD,CAApB;IACA,MAAM;MAACG,aAAD;MAAgBX;IAAhB,IAA4BS,KAAlC;;IAEA,MAAMG,SAAS,gBACb;MACE,GAAG,EAAG,SAAQJ,UAAW,EAD3B;MAEE,aAAY,SAAQA,UAAW,EAFjC;MAGE,SAAS,EAAE,IAAAK,mBAAA,EACT3B,cAAA,CAAM4B,SADG,EAEThB,iBAAiB,CAACa,aAAD,EAAgBX,QAAhB,CAFR,EAGTA,QAAQ,GAAG,CAAX,GAAed,cAAA,CAAM6B,WAArB,GAAmC9B,gBAAgB,CAACe,QAAD,CAH1C,EAITI,SAAS,GAAGlB,cAAA,CAAMkB,SAAT,GAAqB,IAJrB;IAHb,gBAUE,6BAAC,oBAAD;MAEII,UAAU,EAAE,IAAAE,kBAAA,EAAUF,UAAV,CAFhB;MAGIC,KAHJ;MAIIJ,cAJJ;MAKIC,oBALJ;MAOE,GAAG,EAAEE;IAPP,EAVF,CADF;;IAsBAD,aAAa,CAACS,IAAd,CAAmBJ,SAAnB;EACD;;EAED,oBACE;IACE,GAAG,EAAC,qCADN;IAEE,SAAS,EAAE1B,cAAA,CAAM+B;EAFnB,gBAIE;IACE,GAAG,EAAC,0BADN;IAEE,aAAU,0BAFZ;IAGE,SAAS,EAAE/B,cAAA,CAAMgC;EAHnB,GAKGX,aALH,CAJF,CADF;AAcD,CA9CD;;AAgDAL,aAAa,CAACiB,SAAd,2CAA0BA,kBAA1B;eAEejB,a"}
|