@coorpacademy/components 11.20.4 → 11.20.6-alpha.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/molecule/cm-popin/style.css +1 -1
- package/es/molecule/cm-popin/types.d.ts +9 -12
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/draggable-list/index.d.ts +9 -12
- package/es/molecule/expandible-actionable-table/style.css +2 -2
- package/es/molecule/quick-access-card/style.css +1 -1
- package/es/organism/list-item/index.d.ts +11 -14
- package/es/organism/list-item/index.d.ts.map +1 -1
- package/es/organism/list-item/index.js +11 -15
- package/es/organism/list-item/index.js.map +1 -1
- package/es/organism/list-item/style.css +7 -8
- package/es/organism/list-items/index.d.ts +9 -12
- package/es/organism/list-items/index.d.ts.map +1 -1
- package/es/organism/list-items/index.js +10 -1
- package/es/organism/list-items/index.js.map +1 -1
- package/es/organism/list-items/style.css +4 -8
- package/es/template/app-player/loading/index.d.ts +9 -12
- package/es/template/app-player/player/index.d.ts +18 -24
- package/es/template/app-player/player/slides/index.d.ts +9 -12
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +9 -12
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +9 -12
- package/es/template/app-review/index.d.ts +9 -12
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +9 -12
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +9 -12
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +18 -24
- package/es/template/common/dashboard/index.d.ts +18 -24
- package/es/template/common/search-page/index.d.ts +9 -12
- package/es/template/external-course/index.d.ts +9 -12
- package/lib/molecule/cm-popin/style.css +1 -1
- package/lib/molecule/cm-popin/types.d.ts +9 -12
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/draggable-list/index.d.ts +9 -12
- package/lib/molecule/expandible-actionable-table/style.css +2 -2
- package/lib/molecule/quick-access-card/style.css +1 -1
- package/lib/organism/list-item/index.d.ts +11 -14
- package/lib/organism/list-item/index.d.ts.map +1 -1
- package/lib/organism/list-item/index.js +11 -16
- package/lib/organism/list-item/index.js.map +1 -1
- package/lib/organism/list-item/style.css +7 -8
- package/lib/organism/list-items/index.d.ts +9 -12
- package/lib/organism/list-items/index.d.ts.map +1 -1
- package/lib/organism/list-items/index.js +10 -1
- package/lib/organism/list-items/index.js.map +1 -1
- package/lib/organism/list-items/style.css +4 -8
- package/lib/template/app-player/loading/index.d.ts +9 -12
- package/lib/template/app-player/player/index.d.ts +18 -24
- package/lib/template/app-player/player/slides/index.d.ts +9 -12
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +9 -12
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +9 -12
- package/lib/template/app-review/index.d.ts +9 -12
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +9 -12
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +9 -12
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +18 -24
- package/lib/template/common/dashboard/index.d.ts +18 -24
- package/lib/template/common/search-page/index.d.ts +9 -12
- package/lib/template/external-course/index.d.ts +9 -12
- package/locales/cs/global.json +2 -2
- package/package.json +3 -3
|
@@ -17,22 +17,19 @@
|
|
|
17
17
|
justify-content: space-between;
|
|
18
18
|
padding: 0 24px;
|
|
19
19
|
width: 100%;
|
|
20
|
-
gap: 24px;
|
|
21
20
|
}
|
|
22
21
|
|
|
23
22
|
.gridLayout {
|
|
24
23
|
display: grid;
|
|
25
|
-
grid-template-columns:
|
|
24
|
+
grid-template-columns: 60% auto;
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
.title {
|
|
29
28
|
color: cm_grey_900;
|
|
30
|
-
flex-grow: 0;
|
|
31
29
|
display: flex;
|
|
32
30
|
height: 56px;
|
|
33
31
|
align-items: center;
|
|
34
|
-
|
|
35
|
-
flex: 1 0 0;
|
|
32
|
+
flex: 2 0 0;
|
|
36
33
|
font-family: Gilroy;
|
|
37
34
|
font-size: 16px;
|
|
38
35
|
font-stretch: normal;
|
|
@@ -51,6 +48,8 @@
|
|
|
51
48
|
display: flex;
|
|
52
49
|
height: 100%;
|
|
53
50
|
gap: 16px;
|
|
51
|
+
text-overflow: ellipsis;
|
|
52
|
+
white-space: nowrap;
|
|
54
53
|
}
|
|
55
54
|
|
|
56
55
|
.tag {
|
|
@@ -62,7 +61,6 @@
|
|
|
62
61
|
display: flex;
|
|
63
62
|
height: 56px;
|
|
64
63
|
align-items: center;
|
|
65
|
-
gap: 16px;
|
|
66
64
|
flex: 1 0 0;
|
|
67
65
|
color: cm_grey_500;
|
|
68
66
|
font-family: Gilroy;
|
|
@@ -86,7 +84,8 @@
|
|
|
86
84
|
}
|
|
87
85
|
|
|
88
86
|
.dataColumnsWrapper {
|
|
89
|
-
align-items: center;
|
|
90
87
|
display: flex;
|
|
91
|
-
|
|
88
|
+
width: 100%;
|
|
89
|
+
align-items: center;
|
|
90
|
+
align-content: space-between;
|
|
92
91
|
}
|
|
@@ -66,19 +66,16 @@ declare namespace ListItems {
|
|
|
66
66
|
}>>;
|
|
67
67
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
68
68
|
}>>;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
download: PropTypes.Requireable<boolean>;
|
|
78
|
-
target: PropTypes.Requireable<string>;
|
|
69
|
+
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
70
|
+
type: PropTypes.Requireable<string>;
|
|
71
|
+
label: PropTypes.Requireable<string>;
|
|
72
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
73
|
+
dataName: PropTypes.Requireable<string>;
|
|
74
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
75
|
+
position: PropTypes.Requireable<string>;
|
|
76
|
+
type: PropTypes.Requireable<string>;
|
|
79
77
|
}>>;
|
|
80
|
-
|
|
81
|
-
className: PropTypes.Requireable<string>;
|
|
78
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
82
79
|
}>>;
|
|
83
80
|
bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
84
81
|
buttonAriaLabel: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/list-items/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/list-items/index.js"],"names":[],"mappings":";AA0EA;;;;;;gBAsBC"}
|
|
@@ -58,7 +58,16 @@ const buildListItemsView = (content, ariaLabel, selectMultiple) => {
|
|
|
58
58
|
}, tableHeader.map((tableHeaderItem, index) => /*#__PURE__*/_react.default.createElement("div", {
|
|
59
59
|
key: `tableHeadeColumn-key-${index}`,
|
|
60
60
|
className: _style.default.tableHeaderItem,
|
|
61
|
-
"data-name": `tableHeader-${index}
|
|
61
|
+
"data-name": `tableHeader-${index}`,
|
|
62
|
+
style: index === 0 ? {
|
|
63
|
+
flexGrow: 2,
|
|
64
|
+
flexShrink: 0,
|
|
65
|
+
flexBasis: 0
|
|
66
|
+
} : {
|
|
67
|
+
flexGrow: 1,
|
|
68
|
+
flexShrink: 0,
|
|
69
|
+
flexBasis: 0
|
|
70
|
+
}
|
|
62
71
|
}, tableHeaderItem))), /*#__PURE__*/_react.default.createElement("div", {
|
|
63
72
|
className: _style.default.settings
|
|
64
73
|
}, '')) : null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["buildListItemsView","content","ariaLabel","selectMultiple","items","itemType","onDrop","isDraggable","tableHeader","itemsView","length","map","item","contentType","index","id","style","tableHeaderView","isNil","isEmpty","tableHeaderWrapper","dataColumnsWrapper","tableHeaderItem","settings","list","listWithSelectMultiple","buildContentView","type","ListItems","title","buttonLink","contentView","header","actionsWrapper","propTypes","PropTypes","string","shape","ButtonLink","SelectMultiple","oneOfType","arrayOf","ListItem","oneOf","func","bool","ExpandibleActionableTable"],"sources":["../../../src/organism/list-items/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport isNil from 'lodash/fp/isNil';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport ListItem from '../list-item';\nimport DraggableList from '../../molecule/draggable-list';\nimport Title from '../../atom/title';\nimport ButtonLink from '../../atom/button-link';\nimport SelectMultiple from '../../molecule/select-multiple';\nimport ExpandibleActionableTable from '../../molecule/expandible-actionable-table';\nimport style from './style.css';\n\nconst buildListItemsView = (content, ariaLabel, selectMultiple) => {\n const {items, itemType, onDrop, isDraggable = false, tableHeader} = content;\n const itemsView =\n isDraggable && items.length > 1 ? (\n <DraggableList\n items={items.map(item => ({...item, contentType: itemType}))}\n itemType=\"list-item\"\n onDrop={onDrop}\n />\n ) : (\n items.map((item, index) => (\n <li key={item.id} className={style.item} data-name={`content-${index}`}>\n <ListItem {...item} order={null} contentType={itemType} />\n </li>\n ))\n );\n const tableHeaderView =\n !isNil(tableHeader) && !isEmpty(tableHeader) ? (\n <div className={style.tableHeaderWrapper}>\n <div className={style.dataColumnsWrapper}>\n {tableHeader.map((tableHeaderItem, index) => (\n <div\n key={`tableHeadeColumn-key-${index}`}\n className={style.tableHeaderItem}\n data-name={`tableHeader-${index}`}\n >\n {tableHeaderItem}\n </div>\n ))}\n </div>\n <div className={style.settings}>{''}</div>\n </div>\n ) : null;\n return (\n <div>\n {tableHeaderView}\n <ul\n className={!selectMultiple ? style.list : style.listWithSelectMultiple}\n aria-label={ariaLabel}\n data-name={'content-list'}\n >\n {itemsView}\n </ul>\n </div>\n );\n};\n\nconst buildContentView = (content, ariaLabel, selectMultiple) => {\n const {type} = content;\n switch (type) {\n case 'list':\n return buildListItemsView(content, ariaLabel, selectMultiple);\n case 'expandible-actionable-table':\n return <ExpandibleActionableTable {...content} />;\n }\n};\n\nconst ListItems = ({title, buttonLink, selectMultiple, content, 'aria-label': ariaLabel}) => {\n const contentView = buildContentView(content, ariaLabel, selectMultiple);\n\n return (\n <div>\n <div className={style.header}>\n <div className={style.title}>\n <Title title={title} type={'form-group'} data-name={'list-title'} />\n </div>\n <div className={style.actionsWrapper}>\n {selectMultiple ? (\n <div className={style.selectMultiple}>\n <SelectMultiple {...selectMultiple} />\n </div>\n ) : null}\n\n <ButtonLink {...buttonLink} />\n </div>\n </div>\n {contentView}\n </div>\n );\n};\n\nListItems.propTypes = {\n 'aria-label': PropTypes.string,\n buttonLink: PropTypes.shape(ButtonLink.propTypes),\n selectMultiple: PropTypes.shape(SelectMultiple.propTypes),\n content: PropTypes.oneOfType([\n PropTypes.shape({\n items: PropTypes.arrayOf(PropTypes.shape(ListItem.propTypes)),\n type: PropTypes.oneOf(['list']),\n itemType: PropTypes.string,\n onDrop: PropTypes.func,\n isDraggable: PropTypes.bool,\n tableHeader: PropTypes.arrayOf(PropTypes.string)\n }),\n PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n type: PropTypes.oneOf(['expandible-actionable-table'])\n })\n ]),\n title: PropTypes.string\n};\n\nexport default ListItems;\n"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;AAEA,MAAMA,kBAAkB,GAAG,CAACC,OAAD,EAAUC,SAAV,EAAqBC,cAArB,KAAwC;EACjE,MAAM;IAACC,KAAD;IAAQC,QAAR;IAAkBC,MAAlB;IAA0BC,WAAW,GAAG,KAAxC;IAA+CC;EAA/C,IAA8DP,OAApE;EACA,MAAMQ,SAAS,GACbF,WAAW,IAAIH,KAAK,CAACM,MAAN,GAAe,CAA9B,gBACE,6BAAC,sBAAD;IACE,KAAK,EAAEN,KAAK,CAACO,GAAN,CAAUC,IAAI,iBAASA,IAAT;MAAeC,WAAW,EAAER;IAA5B,EAAd,CADT;IAEE,QAAQ,EAAC,WAFX;IAGE,MAAM,EAAEC;EAHV,EADF,GAOEF,KAAK,CAACO,GAAN,CAAU,CAACC,IAAD,EAAOE,KAAP,kBACR;IAAI,GAAG,EAAEF,IAAI,CAACG,EAAd;IAAkB,SAAS,EAAEC,cAAA,CAAMJ,IAAnC;IAAyC,aAAY,WAAUE,KAAM;EAArE,gBACE,6BAAC,iBAAD,eAAcF,IAAd;IAAoB,KAAK,EAAE,IAA3B;IAAiC,WAAW,EAAEP;EAA9C,GADF,CADF,CARJ;EAcA,MAAMY,eAAe,GACnB,CAAC,IAAAC,cAAA,EAAMV,WAAN,CAAD,IAAuB,CAAC,IAAAW,gBAAA,EAAQX,WAAR,CAAxB,gBACE;IAAK,SAAS,EAAEQ,cAAA,CAAMI;EAAtB,gBACE;IAAK,SAAS,EAAEJ,cAAA,CAAMK;EAAtB,GACGb,WAAW,CAACG,GAAZ,CAAgB,CAACW,eAAD,EAAkBR,KAAlB,kBACf;IACE,GAAG,EAAG,wBAAuBA,KAAM,EADrC;IAEE,SAAS,EAAEE,cAAA,CAAMM,eAFnB;IAGE,aAAY,eAAcR,KAAM;
|
|
1
|
+
{"version":3,"file":"index.js","names":["buildListItemsView","content","ariaLabel","selectMultiple","items","itemType","onDrop","isDraggable","tableHeader","itemsView","length","map","item","contentType","index","id","style","tableHeaderView","isNil","isEmpty","tableHeaderWrapper","dataColumnsWrapper","tableHeaderItem","flexGrow","flexShrink","flexBasis","settings","list","listWithSelectMultiple","buildContentView","type","ListItems","title","buttonLink","contentView","header","actionsWrapper","propTypes","PropTypes","string","shape","ButtonLink","SelectMultiple","oneOfType","arrayOf","ListItem","oneOf","func","bool","ExpandibleActionableTable"],"sources":["../../../src/organism/list-items/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport isNil from 'lodash/fp/isNil';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport ListItem from '../list-item';\nimport DraggableList from '../../molecule/draggable-list';\nimport Title from '../../atom/title';\nimport ButtonLink from '../../atom/button-link';\nimport SelectMultiple from '../../molecule/select-multiple';\nimport ExpandibleActionableTable from '../../molecule/expandible-actionable-table';\nimport style from './style.css';\n\nconst buildListItemsView = (content, ariaLabel, selectMultiple) => {\n const {items, itemType, onDrop, isDraggable = false, tableHeader} = content;\n const itemsView =\n isDraggable && items.length > 1 ? (\n <DraggableList\n items={items.map(item => ({...item, contentType: itemType}))}\n itemType=\"list-item\"\n onDrop={onDrop}\n />\n ) : (\n items.map((item, index) => (\n <li key={item.id} className={style.item} data-name={`content-${index}`}>\n <ListItem {...item} order={null} contentType={itemType} />\n </li>\n ))\n );\n const tableHeaderView =\n !isNil(tableHeader) && !isEmpty(tableHeader) ? (\n <div className={style.tableHeaderWrapper}>\n <div className={style.dataColumnsWrapper}>\n {tableHeader.map((tableHeaderItem, index) => (\n <div\n key={`tableHeadeColumn-key-${index}`}\n className={style.tableHeaderItem}\n data-name={`tableHeader-${index}`}\n style={\n index === 0\n ? {flexGrow: 2, flexShrink: 0, flexBasis: 0}\n : {flexGrow: 1, flexShrink: 0, flexBasis: 0}\n }\n >\n {tableHeaderItem}\n </div>\n ))}\n </div>\n <div className={style.settings}>{''}</div>\n </div>\n ) : null;\n return (\n <div>\n {tableHeaderView}\n <ul\n className={!selectMultiple ? style.list : style.listWithSelectMultiple}\n aria-label={ariaLabel}\n data-name={'content-list'}\n >\n {itemsView}\n </ul>\n </div>\n );\n};\n\nconst buildContentView = (content, ariaLabel, selectMultiple) => {\n const {type} = content;\n switch (type) {\n case 'list':\n return buildListItemsView(content, ariaLabel, selectMultiple);\n case 'expandible-actionable-table':\n return <ExpandibleActionableTable {...content} />;\n }\n};\n\nconst ListItems = ({title, buttonLink, selectMultiple, content, 'aria-label': ariaLabel}) => {\n const contentView = buildContentView(content, ariaLabel, selectMultiple);\n\n return (\n <div>\n <div className={style.header}>\n <div className={style.title}>\n <Title title={title} type={'form-group'} data-name={'list-title'} />\n </div>\n <div className={style.actionsWrapper}>\n {selectMultiple ? (\n <div className={style.selectMultiple}>\n <SelectMultiple {...selectMultiple} />\n </div>\n ) : null}\n\n <ButtonLink {...buttonLink} />\n </div>\n </div>\n {contentView}\n </div>\n );\n};\n\nListItems.propTypes = {\n 'aria-label': PropTypes.string,\n buttonLink: PropTypes.shape(ButtonLink.propTypes),\n selectMultiple: PropTypes.shape(SelectMultiple.propTypes),\n content: PropTypes.oneOfType([\n PropTypes.shape({\n items: PropTypes.arrayOf(PropTypes.shape(ListItem.propTypes)),\n type: PropTypes.oneOf(['list']),\n itemType: PropTypes.string,\n onDrop: PropTypes.func,\n isDraggable: PropTypes.bool,\n tableHeader: PropTypes.arrayOf(PropTypes.string)\n }),\n PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n type: PropTypes.oneOf(['expandible-actionable-table'])\n })\n ]),\n title: PropTypes.string\n};\n\nexport default ListItems;\n"],"mappings":"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"}
|
|
@@ -55,22 +55,18 @@
|
|
|
55
55
|
|
|
56
56
|
.tableHeaderWrapper {
|
|
57
57
|
display: grid;
|
|
58
|
-
grid-template-columns:
|
|
59
|
-
padding: 8px 16px;
|
|
58
|
+
grid-template-columns: 60% auto;
|
|
60
59
|
align-items: center;
|
|
61
|
-
gap: 24px;
|
|
62
60
|
border-radius: 7px;
|
|
63
|
-
padding: 8px
|
|
61
|
+
padding: 8px 24px;
|
|
64
62
|
}
|
|
65
63
|
|
|
66
64
|
|
|
67
65
|
.tableHeaderItem {
|
|
68
66
|
display: flex;
|
|
69
|
-
gap: 16px;
|
|
70
67
|
flex: 1 0 0;
|
|
71
68
|
overflow: hidden;
|
|
72
69
|
align-items: flex-start;
|
|
73
|
-
gap: 8px;
|
|
74
70
|
flex-shrink: 0;
|
|
75
71
|
color: var(--font-font-color-tertiary, #9999A8);
|
|
76
72
|
text-overflow: ellipsis;
|
|
@@ -85,11 +81,11 @@
|
|
|
85
81
|
align-items: center;
|
|
86
82
|
display: flex;
|
|
87
83
|
width: 100%;
|
|
88
|
-
|
|
84
|
+
align-content: space-between;
|
|
89
85
|
}
|
|
90
86
|
|
|
91
87
|
.settings {
|
|
92
88
|
align-items: center;
|
|
93
89
|
display: flex;
|
|
94
90
|
height: 100%;
|
|
95
|
-
}
|
|
91
|
+
}
|
|
@@ -131,19 +131,16 @@ declare namespace PlayerLoading {
|
|
|
131
131
|
}>>;
|
|
132
132
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
133
133
|
}>>;
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
download: PropTypes.Requireable<boolean>;
|
|
143
|
-
target: PropTypes.Requireable<string>;
|
|
134
|
+
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
135
|
+
type: PropTypes.Requireable<string>;
|
|
136
|
+
label: PropTypes.Requireable<string>;
|
|
137
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
138
|
+
dataName: PropTypes.Requireable<string>;
|
|
139
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
140
|
+
position: PropTypes.Requireable<string>;
|
|
141
|
+
type: PropTypes.Requireable<string>;
|
|
144
142
|
}>>;
|
|
145
|
-
|
|
146
|
-
className: PropTypes.Requireable<string>;
|
|
143
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
147
144
|
}>>;
|
|
148
145
|
bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
149
146
|
buttonAriaLabel: PropTypes.Requireable<string>;
|
|
@@ -182,19 +182,16 @@ declare namespace SlidePlayer {
|
|
|
182
182
|
}>>;
|
|
183
183
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
184
184
|
}>>;
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
download: PropTypes.Requireable<boolean>;
|
|
194
|
-
target: PropTypes.Requireable<string>;
|
|
185
|
+
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
186
|
+
type: PropTypes.Requireable<string>;
|
|
187
|
+
label: PropTypes.Requireable<string>;
|
|
188
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
189
|
+
dataName: PropTypes.Requireable<string>;
|
|
190
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
191
|
+
position: PropTypes.Requireable<string>;
|
|
192
|
+
type: PropTypes.Requireable<string>;
|
|
195
193
|
}>>;
|
|
196
|
-
|
|
197
|
-
className: PropTypes.Requireable<string>;
|
|
194
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
198
195
|
}>>;
|
|
199
196
|
bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
200
197
|
buttonAriaLabel: PropTypes.Requireable<string>;
|
|
@@ -429,19 +426,16 @@ declare namespace SlidePlayer {
|
|
|
429
426
|
}>>;
|
|
430
427
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
431
428
|
}>>;
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
download: PropTypes.Requireable<boolean>;
|
|
441
|
-
target: PropTypes.Requireable<string>;
|
|
429
|
+
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
430
|
+
type: PropTypes.Requireable<string>;
|
|
431
|
+
label: PropTypes.Requireable<string>;
|
|
432
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
433
|
+
dataName: PropTypes.Requireable<string>;
|
|
434
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
435
|
+
position: PropTypes.Requireable<string>;
|
|
436
|
+
type: PropTypes.Requireable<string>;
|
|
442
437
|
}>>;
|
|
443
|
-
|
|
444
|
-
className: PropTypes.Requireable<string>;
|
|
438
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
445
439
|
}>>;
|
|
446
440
|
bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
447
441
|
buttonAriaLabel: PropTypes.Requireable<string>;
|
|
@@ -188,19 +188,16 @@ declare namespace SlidesPlayer {
|
|
|
188
188
|
}>>;
|
|
189
189
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
190
190
|
}>>;
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
download: PropTypes.Requireable<boolean>;
|
|
200
|
-
target: PropTypes.Requireable<string>;
|
|
191
|
+
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
192
|
+
type: PropTypes.Requireable<string>;
|
|
193
|
+
label: PropTypes.Requireable<string>;
|
|
194
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
195
|
+
dataName: PropTypes.Requireable<string>;
|
|
196
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
197
|
+
position: PropTypes.Requireable<string>;
|
|
198
|
+
type: PropTypes.Requireable<string>;
|
|
201
199
|
}>>;
|
|
202
|
-
|
|
203
|
-
className: PropTypes.Requireable<string>;
|
|
200
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
204
201
|
}>>;
|
|
205
202
|
bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
206
203
|
buttonAriaLabel: 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"}
|
|
@@ -216,19 +216,16 @@ declare class PopinCorrection extends React.Component<any, any, any> {
|
|
|
216
216
|
}>>;
|
|
217
217
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
218
218
|
}>>;
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
download: PropTypes.Requireable<boolean>;
|
|
228
|
-
target: PropTypes.Requireable<string>;
|
|
219
|
+
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
220
|
+
type: PropTypes.Requireable<string>;
|
|
221
|
+
label: PropTypes.Requireable<string>;
|
|
222
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
223
|
+
dataName: PropTypes.Requireable<string>;
|
|
224
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
225
|
+
position: PropTypes.Requireable<string>;
|
|
226
|
+
type: PropTypes.Requireable<string>;
|
|
229
227
|
}>>;
|
|
230
|
-
|
|
231
|
-
className: PropTypes.Requireable<string>;
|
|
228
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
232
229
|
}>>;
|
|
233
230
|
bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
234
231
|
buttonAriaLabel: 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"}
|
|
@@ -308,19 +308,16 @@ declare namespace PopinEnd {
|
|
|
308
308
|
}>>;
|
|
309
309
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
310
310
|
}>>;
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
download: PropTypes.Requireable<boolean>;
|
|
320
|
-
target: PropTypes.Requireable<string>;
|
|
311
|
+
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
312
|
+
type: PropTypes.Requireable<string>;
|
|
313
|
+
label: PropTypes.Requireable<string>;
|
|
314
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
315
|
+
dataName: PropTypes.Requireable<string>;
|
|
316
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
317
|
+
position: PropTypes.Requireable<string>;
|
|
318
|
+
type: PropTypes.Requireable<string>;
|
|
321
319
|
}>>;
|
|
322
|
-
|
|
323
|
-
className: PropTypes.Requireable<string>;
|
|
320
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
324
321
|
}>>;
|
|
325
322
|
bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
326
323
|
buttonAriaLabel: PropTypes.Requireable<string>;
|
|
@@ -639,19 +639,16 @@ declare const AppReview: {
|
|
|
639
639
|
}>>;
|
|
640
640
|
onClick: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
641
641
|
}>>;
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
download: import("prop-types").Requireable<boolean>;
|
|
651
|
-
target: import("prop-types").Requireable<string>;
|
|
642
|
+
secondButtonLink: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
643
|
+
type: import("prop-types").Requireable<string>;
|
|
644
|
+
label: import("prop-types").Requireable<string>;
|
|
645
|
+
ariaLabel: import("prop-types").Requireable<string>;
|
|
646
|
+
dataName: import("prop-types").Requireable<string>;
|
|
647
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
648
|
+
position: import("prop-types").Requireable<string>;
|
|
649
|
+
type: import("prop-types").Requireable<string>;
|
|
652
650
|
}>>;
|
|
653
|
-
|
|
654
|
-
className: import("prop-types").Requireable<string>;
|
|
651
|
+
onClick: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
655
652
|
}>>;
|
|
656
653
|
bulletPointMenuButton: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
657
654
|
buttonAriaLabel: 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"}
|
|
@@ -639,19 +639,16 @@ declare const propTypes: {
|
|
|
639
639
|
}>>;
|
|
640
640
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
641
641
|
}>>;
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
download: PropTypes.Requireable<boolean>;
|
|
651
|
-
target: PropTypes.Requireable<string>;
|
|
642
|
+
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
643
|
+
type: PropTypes.Requireable<string>;
|
|
644
|
+
label: PropTypes.Requireable<string>;
|
|
645
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
646
|
+
dataName: PropTypes.Requireable<string>;
|
|
647
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
648
|
+
position: PropTypes.Requireable<string>;
|
|
649
|
+
type: PropTypes.Requireable<string>;
|
|
652
650
|
}>>;
|
|
653
|
-
|
|
654
|
-
className: PropTypes.Requireable<string>;
|
|
651
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
655
652
|
}>>;
|
|
656
653
|
bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
657
654
|
buttonAriaLabel: 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"}
|
|
@@ -643,19 +643,16 @@ declare const propTypes: {
|
|
|
643
643
|
}>>;
|
|
644
644
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
645
645
|
}>>;
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
download: PropTypes.Requireable<boolean>;
|
|
655
|
-
target: PropTypes.Requireable<string>;
|
|
646
|
+
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
647
|
+
type: PropTypes.Requireable<string>;
|
|
648
|
+
label: PropTypes.Requireable<string>;
|
|
649
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
650
|
+
dataName: PropTypes.Requireable<string>;
|
|
651
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
652
|
+
position: PropTypes.Requireable<string>;
|
|
653
|
+
type: PropTypes.Requireable<string>;
|
|
656
654
|
}>>;
|
|
657
|
-
|
|
658
|
-
className: PropTypes.Requireable<string>;
|
|
655
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
659
656
|
}>>;
|
|
660
657
|
bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
661
658
|
buttonAriaLabel: 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"}
|
|
@@ -362,19 +362,16 @@ declare namespace BrandUpdate {
|
|
|
362
362
|
}>>;
|
|
363
363
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
364
364
|
}>>;
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
download: PropTypes.Requireable<boolean>;
|
|
374
|
-
target: PropTypes.Requireable<string>;
|
|
365
|
+
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
366
|
+
type: PropTypes.Requireable<string>;
|
|
367
|
+
label: PropTypes.Requireable<string>;
|
|
368
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
369
|
+
dataName: PropTypes.Requireable<string>;
|
|
370
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
371
|
+
position: PropTypes.Requireable<string>;
|
|
372
|
+
type: PropTypes.Requireable<string>;
|
|
375
373
|
}>>;
|
|
376
|
-
|
|
377
|
-
className: PropTypes.Requireable<string>;
|
|
374
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
378
375
|
}>>;
|
|
379
376
|
bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
380
377
|
buttonAriaLabel: PropTypes.Requireable<string>;
|
|
@@ -836,19 +833,16 @@ declare namespace BrandUpdate {
|
|
|
836
833
|
}>>;
|
|
837
834
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
838
835
|
}>>;
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
download: PropTypes.Requireable<boolean>;
|
|
848
|
-
target: PropTypes.Requireable<string>;
|
|
836
|
+
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
837
|
+
type: PropTypes.Requireable<string>;
|
|
838
|
+
label: PropTypes.Requireable<string>;
|
|
839
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
840
|
+
dataName: PropTypes.Requireable<string>;
|
|
841
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
842
|
+
position: PropTypes.Requireable<string>;
|
|
843
|
+
type: PropTypes.Requireable<string>;
|
|
849
844
|
}>>;
|
|
850
|
-
|
|
851
|
-
className: PropTypes.Requireable<string>;
|
|
845
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
852
846
|
}>>;
|
|
853
847
|
bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
854
848
|
buttonAriaLabel: PropTypes.Requireable<string>;
|