@coorpacademy/components 11.32.1 → 11.32.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/es/atom/button-link/index.d.ts +1 -0
- package/es/atom/button-link/index.d.ts.map +1 -1
- package/es/atom/button-link/index.js +6 -5
- package/es/atom/button-link/index.js.map +1 -1
- package/es/atom/button-link/types.d.ts +3 -0
- package/es/atom/button-link/types.d.ts.map +1 -1
- package/es/atom/button-link/types.js +1 -0
- package/es/atom/button-link/types.js.map +1 -1
- package/es/atom/icon/index.d.ts.map +1 -1
- package/es/atom/icon/index.js +3 -0
- package/es/atom/icon/index.js.map +1 -1
- package/es/atom/input-search/style.css +1 -0
- package/es/molecule/cm-popin/types.d.ts +2 -0
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/expandible-actionable-table/index.d.ts +1 -0
- package/es/molecule/expandible-actionable-table/index.d.ts.map +1 -1
- package/es/molecule/expandible-actionable-table/types.d.ts +1 -0
- package/es/molecule/expandible-actionable-table/types.d.ts.map +1 -1
- package/es/molecule/learner-skill-card/index.d.ts +2 -0
- package/es/molecule/learner-skill-card/index.d.ts.map +1 -1
- package/es/molecule/learner-skill-card/index.js +8 -3
- package/es/molecule/learner-skill-card/index.js.map +1 -1
- package/es/molecule/learning-profile-radar-chart/index.d.ts +1 -1
- package/es/molecule/learning-profile-radar-chart/index.d.ts.map +1 -1
- package/es/molecule/learning-profile-radar-chart/index.js +27 -13
- package/es/molecule/learning-profile-radar-chart/index.js.map +1 -1
- package/es/molecule/learning-profile-radar-chart/style.css +43 -40
- package/es/molecule/learning-profile-radar-chart/types.d.ts +7 -1
- package/es/molecule/learning-profile-radar-chart/types.d.ts.map +1 -1
- package/es/molecule/learning-profile-radar-chart/types.js.map +1 -1
- package/es/molecule/skill-picker-modal/index.d.ts.map +1 -1
- package/es/molecule/skill-picker-modal/index.js +3 -3
- package/es/molecule/skill-picker-modal/index.js.map +1 -1
- package/es/molecule/skills-chart-side-information-panel/index.d.ts.map +1 -1
- package/es/molecule/skills-chart-side-information-panel/index.js +1 -0
- package/es/molecule/skills-chart-side-information-panel/index.js.map +1 -1
- package/es/molecule/skills-chart-side-information-panel/style.css +25 -9
- package/es/organism/list-items/index.d.ts +2 -0
- package/es/organism/review-no-skills/index.d.ts +2 -1
- package/es/organism/review-no-skills/index.d.ts.map +1 -1
- package/es/organism/review-no-skills/index.js +8 -4
- package/es/organism/review-no-skills/index.js.map +1 -1
- package/es/organism/review-no-skills/prop-types.d.ts +2 -0
- package/es/organism/review-no-skills/prop-types.d.ts.map +1 -1
- package/es/organism/review-no-skills/prop-types.js +2 -1
- package/es/organism/review-no-skills/prop-types.js.map +1 -1
- package/es/organism/review-no-skills/style.css +6 -0
- package/es/organism/setup-header/index.d.ts +4 -0
- package/es/organism/wizard-contents/index.d.ts +3 -0
- package/es/template/app-player/loading/index.d.ts +2 -0
- package/es/template/app-player/player/index.d.ts +4 -0
- package/es/template/app-player/player/slides/index.d.ts +2 -0
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +2 -0
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +2 -0
- package/es/template/app-review/index.d.ts +2 -0
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +2 -0
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +2 -0
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-create/index.d.ts +4 -0
- package/es/template/back-office/brand-create/index.d.ts.map +1 -1
- package/es/template/back-office/brand-list/index.d.ts +4 -0
- package/es/template/back-office/brand-list/index.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +11 -0
- package/es/template/back-office/dashboard-preview/index.d.ts +4 -0
- package/es/template/back-office/layout/index.d.ts +4 -0
- package/es/template/back-office/layout/index.d.ts.map +1 -1
- package/es/template/common/dashboard/index.d.ts +4 -0
- package/es/template/common/search-page/index.d.ts +2 -0
- package/es/template/external-course/index.d.ts +2 -0
- package/es/template/my-learning/index.d.ts +33 -0
- package/es/template/my-learning/index.d.ts.map +1 -0
- package/es/template/my-learning/index.js +396 -0
- package/es/template/my-learning/index.js.map +1 -0
- package/es/template/my-learning/style.css +269 -0
- package/es/util/search-value-included.d.ts +3 -0
- package/es/util/search-value-included.d.ts.map +1 -0
- package/es/util/search-value-included.js +10 -0
- package/es/util/search-value-included.js.map +1 -0
- package/lib/atom/button-link/index.d.ts +1 -0
- package/lib/atom/button-link/index.d.ts.map +1 -1
- package/lib/atom/button-link/index.js +6 -5
- package/lib/atom/button-link/index.js.map +1 -1
- package/lib/atom/button-link/types.d.ts +3 -0
- package/lib/atom/button-link/types.d.ts.map +1 -1
- package/lib/atom/button-link/types.js +1 -0
- package/lib/atom/button-link/types.js.map +1 -1
- package/lib/atom/icon/index.d.ts.map +1 -1
- package/lib/atom/icon/index.js +3 -0
- package/lib/atom/icon/index.js.map +1 -1
- package/lib/atom/input-search/style.css +1 -0
- package/lib/molecule/cm-popin/types.d.ts +2 -0
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/expandible-actionable-table/index.d.ts +1 -0
- package/lib/molecule/expandible-actionable-table/index.d.ts.map +1 -1
- package/lib/molecule/expandible-actionable-table/types.d.ts +1 -0
- package/lib/molecule/expandible-actionable-table/types.d.ts.map +1 -1
- package/lib/molecule/learner-skill-card/index.d.ts +2 -0
- package/lib/molecule/learner-skill-card/index.d.ts.map +1 -1
- package/lib/molecule/learner-skill-card/index.js +8 -3
- package/lib/molecule/learner-skill-card/index.js.map +1 -1
- package/lib/molecule/learning-profile-radar-chart/index.d.ts +1 -1
- package/lib/molecule/learning-profile-radar-chart/index.d.ts.map +1 -1
- package/lib/molecule/learning-profile-radar-chart/index.js +27 -13
- package/lib/molecule/learning-profile-radar-chart/index.js.map +1 -1
- package/lib/molecule/learning-profile-radar-chart/style.css +43 -40
- package/lib/molecule/learning-profile-radar-chart/types.d.ts +7 -1
- package/lib/molecule/learning-profile-radar-chart/types.d.ts.map +1 -1
- package/lib/molecule/learning-profile-radar-chart/types.js.map +1 -1
- package/lib/molecule/skill-picker-modal/index.d.ts.map +1 -1
- package/lib/molecule/skill-picker-modal/index.js +3 -3
- package/lib/molecule/skill-picker-modal/index.js.map +1 -1
- package/lib/molecule/skills-chart-side-information-panel/index.d.ts.map +1 -1
- package/lib/molecule/skills-chart-side-information-panel/index.js +1 -0
- package/lib/molecule/skills-chart-side-information-panel/index.js.map +1 -1
- package/lib/molecule/skills-chart-side-information-panel/style.css +25 -9
- package/lib/organism/list-items/index.d.ts +2 -0
- package/lib/organism/review-no-skills/index.d.ts +2 -1
- package/lib/organism/review-no-skills/index.d.ts.map +1 -1
- package/lib/organism/review-no-skills/index.js +8 -4
- package/lib/organism/review-no-skills/index.js.map +1 -1
- package/lib/organism/review-no-skills/prop-types.d.ts +2 -0
- package/lib/organism/review-no-skills/prop-types.d.ts.map +1 -1
- package/lib/organism/review-no-skills/prop-types.js +2 -1
- package/lib/organism/review-no-skills/prop-types.js.map +1 -1
- package/lib/organism/review-no-skills/style.css +6 -0
- package/lib/organism/setup-header/index.d.ts +4 -0
- package/lib/organism/wizard-contents/index.d.ts +3 -0
- package/lib/template/app-player/loading/index.d.ts +2 -0
- package/lib/template/app-player/player/index.d.ts +4 -0
- package/lib/template/app-player/player/slides/index.d.ts +2 -0
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +2 -0
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +2 -0
- package/lib/template/app-review/index.d.ts +2 -0
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +2 -0
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +2 -0
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-create/index.d.ts +4 -0
- package/lib/template/back-office/brand-create/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-list/index.d.ts +4 -0
- package/lib/template/back-office/brand-list/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +11 -0
- package/lib/template/back-office/dashboard-preview/index.d.ts +4 -0
- package/lib/template/back-office/layout/index.d.ts +4 -0
- package/lib/template/back-office/layout/index.d.ts.map +1 -1
- package/lib/template/common/dashboard/index.d.ts +4 -0
- package/lib/template/common/search-page/index.d.ts +2 -0
- package/lib/template/external-course/index.d.ts +2 -0
- package/lib/template/my-learning/index.d.ts +33 -0
- package/lib/template/my-learning/index.d.ts.map +1 -0
- package/lib/template/my-learning/index.js +425 -0
- package/lib/template/my-learning/index.js.map +1 -0
- package/lib/template/my-learning/style.css +269 -0
- package/lib/util/search-value-included.d.ts +3 -0
- package/lib/util/search-value-included.d.ts.map +1 -0
- package/lib/util/search-value-included.js +20 -0
- package/lib/util/search-value-included.js.map +1 -0
- package/locales/bs/global.json +38 -6
- package/locales/cs/global.json +38 -6
- package/locales/de/global.json +38 -6
- package/locales/en/global.json +27 -1
- package/locales/es/global.json +38 -6
- package/locales/et/global.json +38 -6
- package/locales/fi/global.json +38 -6
- package/locales/fr/global.json +37 -5
- package/locales/hr/global.json +38 -6
- package/locales/hu/global.json +38 -6
- package/locales/hy/global.json +38 -6
- package/locales/it/global.json +38 -6
- package/locales/ja/global.json +38 -6
- package/locales/ko/global.json +38 -6
- package/locales/nl/global.json +37 -5
- package/locales/pl/global.json +38 -6
- package/locales/pt/global.json +38 -6
- package/locales/ro/global.json +38 -6
- package/locales/ru/global.json +38 -6
- package/locales/sk/global.json +38 -6
- package/locales/sl/global.json +38 -6
- package/locales/sv/global.json +38 -6
- package/locales/tl/global.json +38 -6
- package/locales/tr/global.json +38 -6
- package/locales/uk/global.json +38 -6
- package/locales/vi/global.json +38 -6
- package/locales/zh/global.json +38 -6
- package/locales/zh_TW/global.json +38 -6
- package/package.json +2 -2
|
@@ -24,6 +24,7 @@ const SkillsChartSideInformationPanel = ({
|
|
|
24
24
|
key: `side-panel-item-${sidePanelItemProps.title}`
|
|
25
25
|
})), sidePanelItems);
|
|
26
26
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
27
|
+
"data-name": "skill-chart-side-panel",
|
|
27
28
|
className: _style.default.sidePanel
|
|
28
29
|
}, sidePanel);
|
|
29
30
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["SkillsChartSideInformationPanel","sidePanelItems","sidePanel","sidePanelItemProps","title","style","propTypes","PropTypes","arrayOf","shape","SkillsChartSideInformationItem"],"sources":["../../../src/molecule/skills-chart-side-information-panel/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {map} from 'lodash/fp';\nimport SkillsChartSideInformationItem from '../skills-chart-side-information-item';\nimport style from './style.css';\n\nconst SkillsChartSideInformationPanel = ({sidePanelItems = []}) => {\n const sidePanel = map(\n sidePanelItemProps => (\n <SkillsChartSideInformationItem\n {...sidePanelItemProps}\n key={`side-panel-item-${sidePanelItemProps.title}`}\n />\n ),\n sidePanelItems\n );\n return <div className={style.sidePanel}
|
|
1
|
+
{"version":3,"file":"index.js","names":["SkillsChartSideInformationPanel","sidePanelItems","sidePanel","sidePanelItemProps","title","style","propTypes","PropTypes","arrayOf","shape","SkillsChartSideInformationItem"],"sources":["../../../src/molecule/skills-chart-side-information-panel/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {map} from 'lodash/fp';\nimport SkillsChartSideInformationItem from '../skills-chart-side-information-item';\nimport style from './style.css';\n\nconst SkillsChartSideInformationPanel = ({sidePanelItems = []}) => {\n const sidePanel = map(\n sidePanelItemProps => (\n <SkillsChartSideInformationItem\n {...sidePanelItemProps}\n key={`side-panel-item-${sidePanelItemProps.title}`}\n />\n ),\n sidePanelItems\n );\n return (\n <div data-name=\"skill-chart-side-panel\" className={style.sidePanel}>\n {sidePanel}\n </div>\n );\n};\n\nSkillsChartSideInformationPanel.propTypes = {\n sidePanelItems: PropTypes.arrayOf(PropTypes.shape(SkillsChartSideInformationItem.propTypes))\n};\n\nexport default SkillsChartSideInformationPanel;\n"],"mappings":";;;;;;;AAAA;;AACA;;AAEA;;AACA;;;;;;AAEA,MAAMA,+BAA+B,GAAG,CAAC;EAACC,cAAc,GAAG;AAAlB,CAAD,KAA2B;EACjE,MAAMC,SAAS,GAAG,mBAChBC,kBAAkB,iBAChB,6BAAC,uCAAD,eACMA,kBADN;IAEE,GAAG,EAAG,mBAAkBA,kBAAkB,CAACC,KAAM;EAFnD,GAFc,EAOhBH,cAPgB,CAAlB;EASA,oBACE;IAAK,aAAU,wBAAf;IAAwC,SAAS,EAAEI,cAAA,CAAMH;EAAzD,GACGA,SADH,CADF;AAKD,CAfD;;AAiBAF,+BAA+B,CAACM,SAAhC,2CAA4C;EAC1CL,cAAc,EAAEM,kBAAA,CAAUC,OAAV,CAAkBD,kBAAA,CAAUE,KAAV,CAAgBC,uCAAA,CAA+BJ,SAA/C,CAAlB;AAD0B,CAA5C;eAIeN,+B"}
|
|
@@ -1,10 +1,26 @@
|
|
|
1
|
+
@value breakpoints: "../../variables/breakpoints.css";
|
|
2
|
+
@value mobile from breakpoints;
|
|
3
|
+
@value tablet from breakpoints;
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
.sidePanel {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
display: flex;
|
|
8
|
+
width: 316px;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
justify-content: center;
|
|
11
|
+
align-items: flex-start;
|
|
12
|
+
gap: 16px;
|
|
13
|
+
align-self: stretch;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@media mobile {
|
|
17
|
+
.sidePanel {
|
|
18
|
+
width: 100%;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@media tablet {
|
|
23
|
+
.sidePanel {
|
|
24
|
+
width: 100%;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -13,6 +13,7 @@ declare namespace ListItems {
|
|
|
13
13
|
buttonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
14
14
|
type: PropTypes.Requireable<string>;
|
|
15
15
|
label: PropTypes.Requireable<string>;
|
|
16
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
16
17
|
'aria-label': PropTypes.Requireable<string>;
|
|
17
18
|
'data-name': PropTypes.Requireable<string>;
|
|
18
19
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -144,6 +145,7 @@ declare namespace ListItems {
|
|
|
144
145
|
componentType: PropTypes.Requireable<string>;
|
|
145
146
|
type: PropTypes.Requireable<string>;
|
|
146
147
|
label: PropTypes.Requireable<string>;
|
|
148
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
147
149
|
'aria-label': PropTypes.Requireable<string>;
|
|
148
150
|
'data-name': PropTypes.Requireable<string>;
|
|
149
151
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export default ReviewNoSkills;
|
|
2
|
-
declare function ReviewNoSkills({ titleNoSkills, textNoSkills, iconSkillAriaLabel }: {
|
|
2
|
+
declare function ReviewNoSkills({ titleNoSkills, textNoSkills, iconSkillAriaLabel, imagePosition }: {
|
|
3
3
|
titleNoSkills: any;
|
|
4
4
|
textNoSkills: any;
|
|
5
5
|
iconSkillAriaLabel: any;
|
|
6
|
+
imagePosition?: string | undefined;
|
|
6
7
|
}): JSX.Element;
|
|
7
8
|
declare namespace ReviewNoSkills {
|
|
8
9
|
export { propTypes };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/review-no-skills/index.js"],"names":[],"mappings":";AAKA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/review-no-skills/index.js"],"names":[],"mappings":";AAKA;;;;;gBAqBC"}
|
|
@@ -16,18 +16,22 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
16
16
|
const ReviewNoSkills = ({
|
|
17
17
|
titleNoSkills,
|
|
18
18
|
textNoSkills,
|
|
19
|
-
iconSkillAriaLabel
|
|
19
|
+
iconSkillAriaLabel,
|
|
20
|
+
imagePosition = 'bottom'
|
|
20
21
|
}) => {
|
|
21
22
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
22
23
|
className: _style.default.noSkillsContainer
|
|
23
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
24
|
+
}, imagePosition === 'top' ? /*#__PURE__*/_react.default.createElement(_novaIcons.NovaCompositionCoorpacademyEmptyStateHomeRevision, {
|
|
25
|
+
className: _style.default.imgNoSkillsReverse,
|
|
26
|
+
"aria-label": iconSkillAriaLabel
|
|
27
|
+
}) : null, /*#__PURE__*/_react.default.createElement("div", {
|
|
24
28
|
className: _style.default.titleNoSkills
|
|
25
29
|
}, titleNoSkills), /*#__PURE__*/_react.default.createElement("div", {
|
|
26
30
|
className: _style.default.textNoSkills
|
|
27
|
-
}, " ", textNoSkills), /*#__PURE__*/_react.default.createElement(_novaIcons.NovaCompositionCoorpacademyEmptyStateHomeRevision, {
|
|
31
|
+
}, " ", textNoSkills), imagePosition === 'bottom' ? /*#__PURE__*/_react.default.createElement(_novaIcons.NovaCompositionCoorpacademyEmptyStateHomeRevision, {
|
|
28
32
|
className: _style.default.imgNoSkills,
|
|
29
33
|
"aria-label": iconSkillAriaLabel
|
|
30
|
-
}));
|
|
34
|
+
}) : null);
|
|
31
35
|
};
|
|
32
36
|
|
|
33
37
|
ReviewNoSkills.propTypes = process.env.NODE_ENV !== "production" ? _propTypes.default : {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["ReviewNoSkills","titleNoSkills","textNoSkills","iconSkillAriaLabel","style","noSkillsContainer","imgNoSkills","propTypes"],"sources":["../../../src/organism/review-no-skills/index.js"],"sourcesContent":["import React from 'react';\nimport {NovaCompositionCoorpacademyEmptyStateHomeRevision as EmptyStateHomeRevision} from '@coorpacademy/nova-icons';\nimport style from './style.css';\nimport propTypes from './prop-types';\n\nconst ReviewNoSkills = ({titleNoSkills
|
|
1
|
+
{"version":3,"file":"index.js","names":["ReviewNoSkills","titleNoSkills","textNoSkills","iconSkillAriaLabel","imagePosition","style","noSkillsContainer","imgNoSkillsReverse","imgNoSkills","propTypes"],"sources":["../../../src/organism/review-no-skills/index.js"],"sourcesContent":["import React from 'react';\nimport {NovaCompositionCoorpacademyEmptyStateHomeRevision as EmptyStateHomeRevision} from '@coorpacademy/nova-icons';\nimport style from './style.css';\nimport propTypes from './prop-types';\n\nconst ReviewNoSkills = ({\n titleNoSkills,\n textNoSkills,\n iconSkillAriaLabel,\n imagePosition = 'bottom'\n}) => {\n return (\n <div className={style.noSkillsContainer}>\n {imagePosition === 'top' ? (\n <EmptyStateHomeRevision\n className={style.imgNoSkillsReverse}\n aria-label={iconSkillAriaLabel}\n />\n ) : null}\n <div className={style.titleNoSkills}>{titleNoSkills}</div>\n <div className={style.textNoSkills}> {textNoSkills}</div>\n {imagePosition === 'bottom' ? (\n <EmptyStateHomeRevision className={style.imgNoSkills} aria-label={iconSkillAriaLabel} />\n ) : null}\n </div>\n );\n};\n\nReviewNoSkills.propTypes = propTypes;\n\nexport default ReviewNoSkills;\n"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;;;AAEA,MAAMA,cAAc,GAAG,CAAC;EACtBC,aADsB;EAEtBC,YAFsB;EAGtBC,kBAHsB;EAItBC,aAAa,GAAG;AAJM,CAAD,KAKjB;EACJ,oBACE;IAAK,SAAS,EAAEC,cAAA,CAAMC;EAAtB,GACGF,aAAa,KAAK,KAAlB,gBACC,6BAAC,4DAAD;IACE,SAAS,EAAEC,cAAA,CAAME,kBADnB;IAEE,cAAYJ;EAFd,EADD,GAKG,IANN,eAOE;IAAK,SAAS,EAAEE,cAAA,CAAMJ;EAAtB,GAAsCA,aAAtC,CAPF,eAQE;IAAK,SAAS,EAAEI,cAAA,CAAMH;EAAtB,QAAsCA,YAAtC,CARF,EASGE,aAAa,KAAK,QAAlB,gBACC,6BAAC,4DAAD;IAAwB,SAAS,EAAEC,cAAA,CAAMG,WAAzC;IAAsD,cAAYL;EAAlE,EADD,GAEG,IAXN,CADF;AAeD,CArBD;;AAuBAH,cAAc,CAACS,SAAf,2CAA2BA,kBAA3B;eAEeT,c"}
|
|
@@ -3,11 +3,13 @@ declare const propTypes: {
|
|
|
3
3
|
titleNoSkills: PropTypes.Validator<string>;
|
|
4
4
|
textNoSkills: PropTypes.Validator<string>;
|
|
5
5
|
iconSkillAriaLabel: PropTypes.Validator<string>;
|
|
6
|
+
imagePosition: PropTypes.Requireable<string>;
|
|
6
7
|
};
|
|
7
8
|
export default propTypes;
|
|
8
9
|
export declare type NoSkillsProps = {
|
|
9
10
|
titleNoSkills: string;
|
|
10
11
|
textNoSkills: string;
|
|
11
12
|
iconSkillAriaLabel: string;
|
|
13
|
+
imagePosition?: 'top' | 'bottom';
|
|
12
14
|
};
|
|
13
15
|
//# sourceMappingURL=prop-types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/organism/review-no-skills/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/organism/review-no-skills/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,QAAA,MAAM,SAAS;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,aAAa,GAAG;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CAClC,CAAC"}
|
|
@@ -10,7 +10,8 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
10
10
|
const propTypes = {
|
|
11
11
|
titleNoSkills: _propTypes.default.string.isRequired,
|
|
12
12
|
textNoSkills: _propTypes.default.string.isRequired,
|
|
13
|
-
iconSkillAriaLabel: _propTypes.default.string.isRequired
|
|
13
|
+
iconSkillAriaLabel: _propTypes.default.string.isRequired,
|
|
14
|
+
imagePosition: _propTypes.default.oneOf(['top', 'bottom'])
|
|
14
15
|
};
|
|
15
16
|
var _default = propTypes;
|
|
16
17
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.js","names":["propTypes","titleNoSkills","PropTypes","string","isRequired","textNoSkills","iconSkillAriaLabel"],"sources":["../../../src/organism/review-no-skills/prop-types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\n\nconst propTypes = {\n titleNoSkills: PropTypes.string.isRequired,\n textNoSkills: PropTypes.string.isRequired,\n iconSkillAriaLabel: PropTypes.string.isRequired\n};\n\nexport default propTypes;\n\nexport type NoSkillsProps = {\n titleNoSkills: string;\n textNoSkills: string;\n iconSkillAriaLabel: string;\n};\n"],"mappings":";;;;;AAAA;;;;AAEA,MAAMA,SAAS,GAAG;EAChBC,aAAa,EAAEC,kBAAA,CAAUC,MAAV,CAAiBC,UADhB;EAEhBC,YAAY,EAAEH,kBAAA,CAAUC,MAAV,CAAiBC,UAFf;EAGhBE,kBAAkB,EAAEJ,kBAAA,CAAUC,MAAV,CAAiBC;
|
|
1
|
+
{"version":3,"file":"prop-types.js","names":["propTypes","titleNoSkills","PropTypes","string","isRequired","textNoSkills","iconSkillAriaLabel","imagePosition","oneOf"],"sources":["../../../src/organism/review-no-skills/prop-types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\n\nconst propTypes = {\n titleNoSkills: PropTypes.string.isRequired,\n textNoSkills: PropTypes.string.isRequired,\n iconSkillAriaLabel: PropTypes.string.isRequired,\n imagePosition: PropTypes.oneOf(['top', 'bottom'])\n};\n\nexport default propTypes;\n\nexport type NoSkillsProps = {\n titleNoSkills: string;\n textNoSkills: string;\n iconSkillAriaLabel: string;\n imagePosition?: 'top' | 'bottom';\n};\n"],"mappings":";;;;;AAAA;;;;AAEA,MAAMA,SAAS,GAAG;EAChBC,aAAa,EAAEC,kBAAA,CAAUC,MAAV,CAAiBC,UADhB;EAEhBC,YAAY,EAAEH,kBAAA,CAAUC,MAAV,CAAiBC,UAFf;EAGhBE,kBAAkB,EAAEJ,kBAAA,CAAUC,MAAV,CAAiBC,UAHrB;EAIhBG,aAAa,EAAEL,kBAAA,CAAUM,KAAV,CAAgB,CAAC,KAAD,EAAQ,QAAR,CAAhB;AAJC,CAAlB;eAOeR,S"}
|
|
@@ -6,6 +6,7 @@ declare namespace SetupHeader {
|
|
|
6
6
|
seeMyPlatform: PropTypes.Requireable<PropTypes.InferProps<{
|
|
7
7
|
type: PropTypes.Requireable<string>;
|
|
8
8
|
label: PropTypes.Requireable<string>;
|
|
9
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
9
10
|
'aria-label': PropTypes.Requireable<string>;
|
|
10
11
|
'data-name': PropTypes.Requireable<string>;
|
|
11
12
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -26,6 +27,7 @@ declare namespace SetupHeader {
|
|
|
26
27
|
logOut: PropTypes.Requireable<PropTypes.InferProps<{
|
|
27
28
|
type: PropTypes.Requireable<string>;
|
|
28
29
|
label: PropTypes.Requireable<string>;
|
|
30
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
29
31
|
'aria-label': PropTypes.Requireable<string>;
|
|
30
32
|
'data-name': PropTypes.Requireable<string>;
|
|
31
33
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -46,6 +48,7 @@ declare namespace SetupHeader {
|
|
|
46
48
|
globalAnalytics: PropTypes.Requireable<PropTypes.InferProps<{
|
|
47
49
|
type: PropTypes.Requireable<string>;
|
|
48
50
|
label: PropTypes.Requireable<string>;
|
|
51
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
49
52
|
'aria-label': PropTypes.Requireable<string>;
|
|
50
53
|
'data-name': PropTypes.Requireable<string>;
|
|
51
54
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -66,6 +69,7 @@ declare namespace SetupHeader {
|
|
|
66
69
|
platformList: PropTypes.Requireable<PropTypes.InferProps<{
|
|
67
70
|
type: PropTypes.Requireable<string>;
|
|
68
71
|
label: PropTypes.Requireable<string>;
|
|
72
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
69
73
|
'aria-label': PropTypes.Requireable<string>;
|
|
70
74
|
'data-name': PropTypes.Requireable<string>;
|
|
71
75
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -22,6 +22,7 @@ declare namespace WizardContents {
|
|
|
22
22
|
firstButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
23
23
|
type: PropTypes.Requireable<string>;
|
|
24
24
|
label: PropTypes.Requireable<string>;
|
|
25
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
25
26
|
'aria-label': PropTypes.Requireable<string>;
|
|
26
27
|
'data-name': PropTypes.Requireable<string>;
|
|
27
28
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -42,6 +43,7 @@ declare namespace WizardContents {
|
|
|
42
43
|
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
43
44
|
type: PropTypes.Requireable<string>;
|
|
44
45
|
label: PropTypes.Requireable<string>;
|
|
46
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
45
47
|
'aria-label': PropTypes.Requireable<string>;
|
|
46
48
|
'data-name': PropTypes.Requireable<string>;
|
|
47
49
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -424,6 +426,7 @@ declare namespace WizardContents {
|
|
|
424
426
|
componentType: PropTypes.Requireable<string>;
|
|
425
427
|
type: PropTypes.Requireable<string>;
|
|
426
428
|
label: PropTypes.Requireable<string>;
|
|
429
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
427
430
|
'aria-label': PropTypes.Requireable<string>;
|
|
428
431
|
'data-name': PropTypes.Requireable<string>;
|
|
429
432
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -81,6 +81,7 @@ declare namespace PlayerLoading {
|
|
|
81
81
|
buttonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
82
82
|
type: PropTypes.Requireable<string>;
|
|
83
83
|
label: PropTypes.Requireable<string>;
|
|
84
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
84
85
|
'aria-label': PropTypes.Requireable<string>;
|
|
85
86
|
'data-name': PropTypes.Requireable<string>;
|
|
86
87
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -212,6 +213,7 @@ declare namespace PlayerLoading {
|
|
|
212
213
|
componentType: PropTypes.Requireable<string>;
|
|
213
214
|
type: PropTypes.Requireable<string>;
|
|
214
215
|
label: PropTypes.Requireable<string>;
|
|
216
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
215
217
|
'aria-label': PropTypes.Requireable<string>;
|
|
216
218
|
'data-name': PropTypes.Requireable<string>;
|
|
217
219
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -132,6 +132,7 @@ declare namespace SlidePlayer {
|
|
|
132
132
|
buttonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
133
133
|
type: PropTypes.Requireable<string>;
|
|
134
134
|
label: PropTypes.Requireable<string>;
|
|
135
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
135
136
|
'aria-label': PropTypes.Requireable<string>;
|
|
136
137
|
'data-name': PropTypes.Requireable<string>;
|
|
137
138
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -263,6 +264,7 @@ declare namespace SlidePlayer {
|
|
|
263
264
|
componentType: PropTypes.Requireable<string>;
|
|
264
265
|
type: PropTypes.Requireable<string>;
|
|
265
266
|
label: PropTypes.Requireable<string>;
|
|
267
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
266
268
|
'aria-label': PropTypes.Requireable<string>;
|
|
267
269
|
'data-name': PropTypes.Requireable<string>;
|
|
268
270
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -399,6 +401,7 @@ declare namespace SlidePlayer {
|
|
|
399
401
|
buttonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
400
402
|
type: PropTypes.Requireable<string>;
|
|
401
403
|
label: PropTypes.Requireable<string>;
|
|
404
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
402
405
|
'aria-label': PropTypes.Requireable<string>;
|
|
403
406
|
'data-name': PropTypes.Requireable<string>;
|
|
404
407
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -530,6 +533,7 @@ declare namespace SlidePlayer {
|
|
|
530
533
|
componentType: PropTypes.Requireable<string>;
|
|
531
534
|
type: PropTypes.Requireable<string>;
|
|
532
535
|
label: PropTypes.Requireable<string>;
|
|
536
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
533
537
|
'aria-label': PropTypes.Requireable<string>;
|
|
534
538
|
'data-name': PropTypes.Requireable<string>;
|
|
535
539
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -138,6 +138,7 @@ declare namespace SlidesPlayer {
|
|
|
138
138
|
buttonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
139
139
|
type: PropTypes.Requireable<string>;
|
|
140
140
|
label: PropTypes.Requireable<string>;
|
|
141
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
141
142
|
'aria-label': PropTypes.Requireable<string>;
|
|
142
143
|
'data-name': PropTypes.Requireable<string>;
|
|
143
144
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -269,6 +270,7 @@ declare namespace SlidesPlayer {
|
|
|
269
270
|
componentType: PropTypes.Requireable<string>;
|
|
270
271
|
type: PropTypes.Requireable<string>;
|
|
271
272
|
label: PropTypes.Requireable<string>;
|
|
273
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
272
274
|
'aria-label': PropTypes.Requireable<string>;
|
|
273
275
|
'data-name': PropTypes.Requireable<string>;
|
|
274
276
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1ID;;uBAyBC;;;;;;;;;;;;;;;;;;;;;;;;;AArPD;;;gBAaC;;;;;;;;;;;;;AAyDD;;;;gBAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlHD,oEAQC;;;;;;;;;AAgND;;gBAiBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/GD,qEAaC"}
|
|
@@ -166,6 +166,7 @@ declare class PopinCorrection extends React.Component<any, any, any> {
|
|
|
166
166
|
buttonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
167
167
|
type: PropTypes.Requireable<string>;
|
|
168
168
|
label: PropTypes.Requireable<string>;
|
|
169
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
169
170
|
'aria-label': PropTypes.Requireable<string>;
|
|
170
171
|
'data-name': PropTypes.Requireable<string>;
|
|
171
172
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -297,6 +298,7 @@ declare class PopinCorrection extends React.Component<any, any, any> {
|
|
|
297
298
|
componentType: PropTypes.Requireable<string>;
|
|
298
299
|
type: PropTypes.Requireable<string>;
|
|
299
300
|
label: PropTypes.Requireable<string>;
|
|
301
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
300
302
|
'aria-label': PropTypes.Requireable<string>;
|
|
301
303
|
'data-name': PropTypes.Requireable<string>;
|
|
302
304
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBE;IAEF;;;;;;;;;;;;;;;;;;;;;;MAEE;IAEF,wBAIC;IAFC;;MAA0B;IAkB5B,gCAEC;IAhBD,0BAEC;IAED,kBAQC;IALC,gCAIE;IAIF,aAAsB;IAGxB,sBAsEC;CACF"}
|
|
@@ -258,6 +258,7 @@ declare namespace PopinEnd {
|
|
|
258
258
|
buttonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
259
259
|
type: PropTypes.Requireable<string>;
|
|
260
260
|
label: PropTypes.Requireable<string>;
|
|
261
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
261
262
|
'aria-label': PropTypes.Requireable<string>;
|
|
262
263
|
'data-name': PropTypes.Requireable<string>;
|
|
263
264
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -389,6 +390,7 @@ declare namespace PopinEnd {
|
|
|
389
390
|
componentType: PropTypes.Requireable<string>;
|
|
390
391
|
type: PropTypes.Requireable<string>;
|
|
391
392
|
label: PropTypes.Requireable<string>;
|
|
393
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
392
394
|
'aria-label': PropTypes.Requireable<string>;
|
|
393
395
|
'data-name': PropTypes.Requireable<string>;
|
|
394
396
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -589,6 +589,7 @@ declare const AppReview: {
|
|
|
589
589
|
buttonLink: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
590
590
|
type: import("prop-types").Requireable<string>;
|
|
591
591
|
label: import("prop-types").Requireable<string>;
|
|
592
|
+
content: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
|
592
593
|
'aria-label': import("prop-types").Requireable<string>;
|
|
593
594
|
'data-name': import("prop-types").Requireable<string>;
|
|
594
595
|
'data-testid': import("prop-types").Requireable<string>;
|
|
@@ -720,6 +721,7 @@ declare const AppReview: {
|
|
|
720
721
|
componentType: import("prop-types").Requireable<string>;
|
|
721
722
|
type: import("prop-types").Requireable<string>;
|
|
722
723
|
label: import("prop-types").Requireable<string>;
|
|
724
|
+
content: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
|
723
725
|
'aria-label': import("prop-types").Requireable<string>;
|
|
724
726
|
'data-name': import("prop-types").Requireable<string>;
|
|
725
727
|
'data-testid': import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
|
|
@@ -589,6 +589,7 @@ declare const propTypes: {
|
|
|
589
589
|
buttonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
590
590
|
type: PropTypes.Requireable<string>;
|
|
591
591
|
label: PropTypes.Requireable<string>;
|
|
592
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
592
593
|
'aria-label': PropTypes.Requireable<string>;
|
|
593
594
|
'data-name': PropTypes.Requireable<string>;
|
|
594
595
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -720,6 +721,7 @@ declare const propTypes: {
|
|
|
720
721
|
componentType: PropTypes.Requireable<string>;
|
|
721
722
|
type: PropTypes.Requireable<string>;
|
|
722
723
|
label: PropTypes.Requireable<string>;
|
|
724
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
723
725
|
'aria-label': PropTypes.Requireable<string>;
|
|
724
726
|
'data-name': PropTypes.Requireable<string>;
|
|
725
727
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
|
|
@@ -593,6 +593,7 @@ declare const propTypes: {
|
|
|
593
593
|
buttonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
594
594
|
type: PropTypes.Requireable<string>;
|
|
595
595
|
label: PropTypes.Requireable<string>;
|
|
596
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
596
597
|
'aria-label': PropTypes.Requireable<string>;
|
|
597
598
|
'data-name': PropTypes.Requireable<string>;
|
|
598
599
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -724,6 +725,7 @@ declare const propTypes: {
|
|
|
724
725
|
componentType: PropTypes.Requireable<string>;
|
|
725
726
|
type: PropTypes.Requireable<string>;
|
|
726
727
|
label: PropTypes.Requireable<string>;
|
|
728
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
727
729
|
'aria-label': PropTypes.Requireable<string>;
|
|
728
730
|
'data-name': PropTypes.Requireable<string>;
|
|
729
731
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -7,6 +7,7 @@ declare const BrandCreate: {
|
|
|
7
7
|
seeMyPlatform: PropTypes.Requireable<PropTypes.InferProps<{
|
|
8
8
|
type: PropTypes.Requireable<string>;
|
|
9
9
|
label: PropTypes.Requireable<string>;
|
|
10
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
10
11
|
'aria-label': PropTypes.Requireable<string>;
|
|
11
12
|
'data-name': PropTypes.Requireable<string>;
|
|
12
13
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -27,6 +28,7 @@ declare const BrandCreate: {
|
|
|
27
28
|
logOut: PropTypes.Requireable<PropTypes.InferProps<{
|
|
28
29
|
type: PropTypes.Requireable<string>;
|
|
29
30
|
label: PropTypes.Requireable<string>;
|
|
31
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
30
32
|
'aria-label': PropTypes.Requireable<string>;
|
|
31
33
|
'data-name': PropTypes.Requireable<string>;
|
|
32
34
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -47,6 +49,7 @@ declare const BrandCreate: {
|
|
|
47
49
|
globalAnalytics: PropTypes.Requireable<PropTypes.InferProps<{
|
|
48
50
|
type: PropTypes.Requireable<string>;
|
|
49
51
|
label: PropTypes.Requireable<string>;
|
|
52
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
50
53
|
'aria-label': PropTypes.Requireable<string>;
|
|
51
54
|
'data-name': PropTypes.Requireable<string>;
|
|
52
55
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -67,6 +70,7 @@ declare const BrandCreate: {
|
|
|
67
70
|
platformList: PropTypes.Requireable<PropTypes.InferProps<{
|
|
68
71
|
type: PropTypes.Requireable<string>;
|
|
69
72
|
label: PropTypes.Requireable<string>;
|
|
73
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
70
74
|
'aria-label': PropTypes.Requireable<string>;
|
|
71
75
|
'data-name': PropTypes.Requireable<string>;
|
|
72
76
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-create/index.js"],"names":[],"mappings":";AAOA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-create/index.js"],"names":[],"mappings":";AAOA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBG"}
|
|
@@ -7,6 +7,7 @@ declare const BrandList: {
|
|
|
7
7
|
seeMyPlatform: PropTypes.Requireable<PropTypes.InferProps<{
|
|
8
8
|
type: PropTypes.Requireable<string>;
|
|
9
9
|
label: PropTypes.Requireable<string>;
|
|
10
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
10
11
|
'aria-label': PropTypes.Requireable<string>;
|
|
11
12
|
'data-name': PropTypes.Requireable<string>;
|
|
12
13
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -27,6 +28,7 @@ declare const BrandList: {
|
|
|
27
28
|
logOut: PropTypes.Requireable<PropTypes.InferProps<{
|
|
28
29
|
type: PropTypes.Requireable<string>;
|
|
29
30
|
label: PropTypes.Requireable<string>;
|
|
31
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
30
32
|
'aria-label': PropTypes.Requireable<string>;
|
|
31
33
|
'data-name': PropTypes.Requireable<string>;
|
|
32
34
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -47,6 +49,7 @@ declare const BrandList: {
|
|
|
47
49
|
globalAnalytics: PropTypes.Requireable<PropTypes.InferProps<{
|
|
48
50
|
type: PropTypes.Requireable<string>;
|
|
49
51
|
label: PropTypes.Requireable<string>;
|
|
52
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
50
53
|
'aria-label': PropTypes.Requireable<string>;
|
|
51
54
|
'data-name': PropTypes.Requireable<string>;
|
|
52
55
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -67,6 +70,7 @@ declare const BrandList: {
|
|
|
67
70
|
platformList: PropTypes.Requireable<PropTypes.InferProps<{
|
|
68
71
|
type: PropTypes.Requireable<string>;
|
|
69
72
|
label: PropTypes.Requireable<string>;
|
|
73
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
70
74
|
'aria-label': PropTypes.Requireable<string>;
|
|
71
75
|
'data-name': PropTypes.Requireable<string>;
|
|
72
76
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-list/index.js"],"names":[],"mappings":";AAYA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-list/index.js"],"names":[],"mappings":";AAYA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CG"}
|
|
@@ -22,6 +22,7 @@ declare namespace BrandUpdate {
|
|
|
22
22
|
seeMyPlatform: PropTypes.Requireable<PropTypes.InferProps<{
|
|
23
23
|
type: PropTypes.Requireable<string>;
|
|
24
24
|
label: PropTypes.Requireable<string>;
|
|
25
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
25
26
|
'aria-label': PropTypes.Requireable<string>;
|
|
26
27
|
'data-name': PropTypes.Requireable<string>;
|
|
27
28
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -42,6 +43,7 @@ declare namespace BrandUpdate {
|
|
|
42
43
|
logOut: PropTypes.Requireable<PropTypes.InferProps<{
|
|
43
44
|
type: PropTypes.Requireable<string>;
|
|
44
45
|
label: PropTypes.Requireable<string>;
|
|
46
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
45
47
|
'aria-label': PropTypes.Requireable<string>;
|
|
46
48
|
'data-name': PropTypes.Requireable<string>;
|
|
47
49
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -62,6 +64,7 @@ declare namespace BrandUpdate {
|
|
|
62
64
|
globalAnalytics: PropTypes.Requireable<PropTypes.InferProps<{
|
|
63
65
|
type: PropTypes.Requireable<string>;
|
|
64
66
|
label: PropTypes.Requireable<string>;
|
|
67
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
65
68
|
'aria-label': PropTypes.Requireable<string>;
|
|
66
69
|
'data-name': PropTypes.Requireable<string>;
|
|
67
70
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -82,6 +85,7 @@ declare namespace BrandUpdate {
|
|
|
82
85
|
platformList: PropTypes.Requireable<PropTypes.InferProps<{
|
|
83
86
|
type: PropTypes.Requireable<string>;
|
|
84
87
|
label: PropTypes.Requireable<string>;
|
|
88
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
85
89
|
'aria-label': PropTypes.Requireable<string>;
|
|
86
90
|
'data-name': PropTypes.Requireable<string>;
|
|
87
91
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -308,6 +312,7 @@ declare namespace BrandUpdate {
|
|
|
308
312
|
buttonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
309
313
|
type: PropTypes.Requireable<string>;
|
|
310
314
|
label: PropTypes.Requireable<string>;
|
|
315
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
311
316
|
'aria-label': PropTypes.Requireable<string>;
|
|
312
317
|
'data-name': PropTypes.Requireable<string>;
|
|
313
318
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -439,6 +444,7 @@ declare namespace BrandUpdate {
|
|
|
439
444
|
componentType: PropTypes.Requireable<string>;
|
|
440
445
|
type: PropTypes.Requireable<string>;
|
|
441
446
|
label: PropTypes.Requireable<string>;
|
|
447
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
442
448
|
'aria-label': PropTypes.Requireable<string>;
|
|
443
449
|
'data-name': PropTypes.Requireable<string>;
|
|
444
450
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -546,6 +552,7 @@ declare namespace BrandUpdate {
|
|
|
546
552
|
componentType: PropTypes.Requireable<string>;
|
|
547
553
|
type: PropTypes.Requireable<string>;
|
|
548
554
|
label: PropTypes.Requireable<string>;
|
|
555
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
549
556
|
'aria-label': PropTypes.Requireable<string>;
|
|
550
557
|
'data-name': PropTypes.Requireable<string>;
|
|
551
558
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -605,6 +612,7 @@ declare namespace BrandUpdate {
|
|
|
605
612
|
firstButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
606
613
|
type: PropTypes.Requireable<string>;
|
|
607
614
|
label: PropTypes.Requireable<string>;
|
|
615
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
608
616
|
'aria-label': PropTypes.Requireable<string>;
|
|
609
617
|
'data-name': PropTypes.Requireable<string>;
|
|
610
618
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -625,6 +633,7 @@ declare namespace BrandUpdate {
|
|
|
625
633
|
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
626
634
|
type: PropTypes.Requireable<string>;
|
|
627
635
|
label: PropTypes.Requireable<string>;
|
|
636
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
628
637
|
'aria-label': PropTypes.Requireable<string>;
|
|
629
638
|
'data-name': PropTypes.Requireable<string>;
|
|
630
639
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -785,6 +794,7 @@ declare namespace BrandUpdate {
|
|
|
785
794
|
buttonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
786
795
|
type: PropTypes.Requireable<string>;
|
|
787
796
|
label: PropTypes.Requireable<string>;
|
|
797
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
788
798
|
'aria-label': PropTypes.Requireable<string>;
|
|
789
799
|
'data-name': PropTypes.Requireable<string>;
|
|
790
800
|
'data-testid': PropTypes.Requireable<string>;
|
|
@@ -916,6 +926,7 @@ declare namespace BrandUpdate {
|
|
|
916
926
|
componentType: PropTypes.Requireable<string>;
|
|
917
927
|
type: PropTypes.Requireable<string>;
|
|
918
928
|
label: PropTypes.Requireable<string>;
|
|
929
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
919
930
|
'aria-label': PropTypes.Requireable<string>;
|
|
920
931
|
'data-name': PropTypes.Requireable<string>;
|
|
921
932
|
'data-testid': PropTypes.Requireable<string>;
|