@coorpacademy/components 11.40.4 → 11.40.5
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/chip/index.d.ts +4 -0
- package/es/atom/chip/index.d.ts.map +1 -1
- package/es/atom/chip/index.js +12 -6
- package/es/atom/chip/index.js.map +1 -1
- package/es/atom/input-switch/index.d.ts.map +1 -1
- package/es/atom/input-switch/index.js +2 -1
- package/es/atom/input-switch/index.js.map +1 -1
- package/es/atom/input-switch/style.css +4 -1
- package/es/atom/radio-with-title/index.d.ts +1 -0
- package/es/atom/radio-with-title/index.d.ts.map +1 -1
- package/es/atom/radio-with-title/types.d.ts +1 -0
- package/es/atom/radio-with-title/types.d.ts.map +1 -1
- package/es/atom/title/index.d.ts +1 -0
- package/es/atom/title/index.d.ts.map +1 -1
- package/es/atom/title/index.js +5 -2
- package/es/atom/title/index.js.map +1 -1
- package/es/molecule/base-modal/index.d.ts +1 -0
- package/es/molecule/base-modal/index.d.ts.map +1 -1
- package/es/molecule/base-modal/index.js +6 -2
- package/es/molecule/base-modal/index.js.map +1 -1
- package/es/molecule/base-modal/style.css +5 -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/icon-picker-modal/index.d.ts +1 -2
- package/es/molecule/icon-picker-modal/index.d.ts.map +1 -1
- package/es/molecule/icon-picker-modal/index.js +16 -43
- package/es/molecule/icon-picker-modal/index.js.map +1 -1
- package/es/molecule/multi-filter-panel/index.d.ts +19 -0
- package/es/molecule/multi-filter-panel/index.d.ts.map +1 -1
- package/es/molecule/multi-filter-panel/index.js +39 -10
- package/es/molecule/multi-filter-panel/index.js.map +1 -1
- package/es/molecule/multi-filter-panel/prop-types.d.ts +26 -1
- package/es/molecule/multi-filter-panel/prop-types.d.ts.map +1 -1
- package/es/molecule/multi-filter-panel/prop-types.js +5 -0
- package/es/molecule/multi-filter-panel/prop-types.js.map +1 -1
- package/es/molecule/multi-filter-panel/style.css +8 -0
- package/es/molecule/title-and-checkbox-wrapper/index.d.ts +1 -0
- package/es/molecule/title-radio-wrapper/index.d.ts +1 -0
- package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/es/molecule/title-radio-wrapper/types.d.ts +1 -0
- package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/es/organism/content-skill-modal/index.d.ts +20 -0
- package/es/organism/content-skill-modal/index.d.ts.map +1 -1
- package/es/organism/content-skill-modal/types.d.ts +20 -0
- package/es/organism/content-skill-modal/types.d.ts.map +1 -1
- package/es/organism/filter-checkbox-and-search/index.d.ts +1 -0
- package/es/organism/filter-checkbox-and-search/index.d.ts.map +1 -1
- package/es/organism/filter-checkbox-and-search/index.js +5 -2
- package/es/organism/filter-checkbox-and-search/index.js.map +1 -1
- package/es/organism/filter-checkbox-and-search/props-types.d.ts +2 -0
- package/es/organism/filter-checkbox-and-search/props-types.d.ts.map +1 -1
- package/es/organism/filter-checkbox-and-search/props-types.js +1 -0
- package/es/organism/filter-checkbox-and-search/props-types.js.map +1 -1
- package/es/organism/filter-checkbox-and-search/style.css +2 -0
- package/es/organism/filter-chip/index.d.ts +3 -0
- package/es/organism/filter-chip/index.d.ts.map +1 -1
- package/es/organism/filter-chip/index.js +12 -4
- package/es/organism/filter-chip/index.js.map +1 -1
- package/es/organism/filter-chip/prop-types.d.ts +14 -7
- package/es/organism/filter-chip/prop-types.d.ts.map +1 -1
- package/es/organism/filter-chip/prop-types.js +3 -0
- package/es/organism/filter-chip/prop-types.js.map +1 -1
- package/es/organism/filter-switch/index.d.ts +23 -0
- package/es/organism/filter-switch/index.d.ts.map +1 -0
- package/es/organism/filter-switch/index.js +76 -0
- package/es/organism/filter-switch/index.js.map +1 -0
- package/es/organism/filter-switch/prop-types.d.ts +28 -0
- package/es/organism/filter-switch/prop-types.d.ts.map +1 -0
- package/es/organism/filter-switch/prop-types.js +15 -0
- package/es/organism/filter-switch/prop-types.js.map +1 -0
- package/es/organism/filter-switch/style.css +46 -0
- package/es/organism/list-items/index.d.ts +1 -0
- package/es/organism/rewards-form/index.d.ts +1 -0
- package/es/organism/select-opponents/index.d.ts +1 -0
- package/es/organism/select-opponents/index.d.ts.map +1 -1
- package/es/organism/select-opponents/types.d.ts +1 -0
- package/es/organism/select-opponents/types.d.ts.map +1 -1
- package/es/organism/title-and-input/index.d.ts +2 -0
- package/es/organism/title-and-input/index.d.ts.map +1 -1
- package/es/organism/title-and-input/types.d.ts +2 -0
- package/es/organism/title-and-input/types.d.ts.map +1 -1
- package/es/organism/wizard-contents/index.d.ts +1 -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-update/index.d.ts +107 -0
- 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/lib/atom/chip/index.d.ts +4 -0
- package/lib/atom/chip/index.d.ts.map +1 -1
- package/lib/atom/chip/index.js +12 -6
- package/lib/atom/chip/index.js.map +1 -1
- package/lib/atom/input-switch/index.d.ts.map +1 -1
- package/lib/atom/input-switch/index.js +2 -1
- package/lib/atom/input-switch/index.js.map +1 -1
- package/lib/atom/input-switch/style.css +4 -1
- package/lib/atom/radio-with-title/index.d.ts +1 -0
- package/lib/atom/radio-with-title/index.d.ts.map +1 -1
- package/lib/atom/radio-with-title/types.d.ts +1 -0
- package/lib/atom/radio-with-title/types.d.ts.map +1 -1
- package/lib/atom/title/index.d.ts +1 -0
- package/lib/atom/title/index.d.ts.map +1 -1
- package/lib/atom/title/index.js +5 -2
- package/lib/atom/title/index.js.map +1 -1
- package/lib/molecule/base-modal/index.d.ts +1 -0
- package/lib/molecule/base-modal/index.d.ts.map +1 -1
- package/lib/molecule/base-modal/index.js +6 -2
- package/lib/molecule/base-modal/index.js.map +1 -1
- package/lib/molecule/base-modal/style.css +5 -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/icon-picker-modal/index.d.ts +1 -2
- package/lib/molecule/icon-picker-modal/index.d.ts.map +1 -1
- package/lib/molecule/icon-picker-modal/index.js +16 -43
- package/lib/molecule/icon-picker-modal/index.js.map +1 -1
- package/lib/molecule/multi-filter-panel/index.d.ts +19 -0
- package/lib/molecule/multi-filter-panel/index.d.ts.map +1 -1
- package/lib/molecule/multi-filter-panel/index.js +39 -9
- package/lib/molecule/multi-filter-panel/index.js.map +1 -1
- package/lib/molecule/multi-filter-panel/prop-types.d.ts +26 -1
- package/lib/molecule/multi-filter-panel/prop-types.d.ts.map +1 -1
- package/lib/molecule/multi-filter-panel/prop-types.js +5 -0
- package/lib/molecule/multi-filter-panel/prop-types.js.map +1 -1
- package/lib/molecule/multi-filter-panel/style.css +8 -0
- package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +1 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts +1 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/lib/molecule/title-radio-wrapper/types.d.ts +1 -0
- package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/lib/organism/content-skill-modal/index.d.ts +20 -0
- package/lib/organism/content-skill-modal/index.d.ts.map +1 -1
- package/lib/organism/content-skill-modal/types.d.ts +20 -0
- package/lib/organism/content-skill-modal/types.d.ts.map +1 -1
- package/lib/organism/filter-checkbox-and-search/index.d.ts +1 -0
- package/lib/organism/filter-checkbox-and-search/index.d.ts.map +1 -1
- package/lib/organism/filter-checkbox-and-search/index.js +5 -2
- package/lib/organism/filter-checkbox-and-search/index.js.map +1 -1
- package/lib/organism/filter-checkbox-and-search/props-types.d.ts +2 -0
- package/lib/organism/filter-checkbox-and-search/props-types.d.ts.map +1 -1
- package/lib/organism/filter-checkbox-and-search/props-types.js +1 -0
- package/lib/organism/filter-checkbox-and-search/props-types.js.map +1 -1
- package/lib/organism/filter-checkbox-and-search/style.css +2 -0
- package/lib/organism/filter-chip/index.d.ts +3 -0
- package/lib/organism/filter-chip/index.d.ts.map +1 -1
- package/lib/organism/filter-chip/index.js +12 -4
- package/lib/organism/filter-chip/index.js.map +1 -1
- package/lib/organism/filter-chip/prop-types.d.ts +14 -7
- package/lib/organism/filter-chip/prop-types.d.ts.map +1 -1
- package/lib/organism/filter-chip/prop-types.js +3 -0
- package/lib/organism/filter-chip/prop-types.js.map +1 -1
- package/lib/organism/filter-switch/index.d.ts +23 -0
- package/lib/organism/filter-switch/index.d.ts.map +1 -0
- package/lib/organism/filter-switch/index.js +83 -0
- package/lib/organism/filter-switch/index.js.map +1 -0
- package/lib/organism/filter-switch/prop-types.d.ts +28 -0
- package/lib/organism/filter-switch/prop-types.d.ts.map +1 -0
- package/lib/organism/filter-switch/prop-types.js +20 -0
- package/lib/organism/filter-switch/prop-types.js.map +1 -0
- package/lib/organism/filter-switch/style.css +46 -0
- package/lib/organism/list-items/index.d.ts +1 -0
- package/lib/organism/rewards-form/index.d.ts +1 -0
- package/lib/organism/select-opponents/index.d.ts +1 -0
- package/lib/organism/select-opponents/index.d.ts.map +1 -1
- package/lib/organism/select-opponents/types.d.ts +1 -0
- package/lib/organism/select-opponents/types.d.ts.map +1 -1
- package/lib/organism/title-and-input/index.d.ts +2 -0
- package/lib/organism/title-and-input/index.d.ts.map +1 -1
- package/lib/organism/title-and-input/types.d.ts +2 -0
- package/lib/organism/title-and-input/types.d.ts.map +1 -1
- package/lib/organism/wizard-contents/index.d.ts +1 -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-update/index.d.ts +107 -0
- 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/package.json +2 -2
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
@value colors: "../../variables/colors.css";
|
|
2
|
+
@value cm_grey_500 from colors;
|
|
3
|
+
@value cm_grey_700 from colors;
|
|
4
|
+
|
|
5
|
+
.header {
|
|
6
|
+
display: flex;
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
margin-bottom: 16px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.titleContainer {
|
|
12
|
+
color: cm_grey_700;
|
|
13
|
+
font-family: Gilroy;
|
|
14
|
+
font-size: 14px;
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 600;
|
|
17
|
+
display: flex;
|
|
18
|
+
gap: 8px;
|
|
19
|
+
align-items: center;
|
|
20
|
+
flex: 10;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.buttonContainer {
|
|
24
|
+
font-weight: normal;
|
|
25
|
+
color: cm_grey_500;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.optionsContainer {
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-wrap: wrap;
|
|
31
|
+
flex-direction: column;
|
|
32
|
+
gap: 8px;
|
|
33
|
+
width: 100%;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.switchOption {
|
|
37
|
+
cursor: pointer;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.switchOption label {
|
|
41
|
+
margin: 0;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.switchOption span {
|
|
45
|
+
color: cm_grey_500;
|
|
46
|
+
}
|
|
@@ -426,6 +426,7 @@ declare namespace ListItems {
|
|
|
426
426
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
427
427
|
title: PropTypes.Requireable<string>;
|
|
428
428
|
subtitle: PropTypes.Requireable<string>;
|
|
429
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
429
430
|
type: PropTypes.Requireable<string>;
|
|
430
431
|
'data-name': PropTypes.Requireable<string>;
|
|
431
432
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -25,6 +25,7 @@ declare namespace RewardsForm {
|
|
|
25
25
|
removeMargin: PropTypes.Requireable<boolean>;
|
|
26
26
|
title: PropTypes.Requireable<string>;
|
|
27
27
|
subtitle: PropTypes.Requireable<string>;
|
|
28
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
28
29
|
type: PropTypes.Requireable<string>;
|
|
29
30
|
'data-name': PropTypes.Requireable<string>;
|
|
30
31
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -24,6 +24,7 @@ declare const SelectOpponents: {
|
|
|
24
24
|
removeMargin: import("prop-types").Requireable<boolean>;
|
|
25
25
|
title: import("prop-types").Requireable<string>;
|
|
26
26
|
subtitle: import("prop-types").Requireable<string>;
|
|
27
|
+
ariaLabel: import("prop-types").Requireable<string>;
|
|
27
28
|
type: import("prop-types").Requireable<string>;
|
|
28
29
|
'data-name': import("prop-types").Requireable<string>;
|
|
29
30
|
titleSize: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAC,oBAAoB,EAA+B,MAAM,SAAS,CAAC;AAMtF,QAAA,MAAM,eAAe;YAAW,oBAAoB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAC,oBAAoB,EAA+B,MAAM,SAAS,CAAC;AAMtF,QAAA,MAAM,eAAe;YAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBnD,CAAC;AAIF,eAAe,eAAe,CAAC"}
|
|
@@ -22,6 +22,7 @@ export declare const propTypes: {
|
|
|
22
22
|
removeMargin: PropTypes.Requireable<boolean>;
|
|
23
23
|
title: PropTypes.Requireable<string>;
|
|
24
24
|
subtitle: PropTypes.Requireable<string>;
|
|
25
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
25
26
|
type: PropTypes.Requireable<string>;
|
|
26
27
|
'data-name': PropTypes.Requireable<string>;
|
|
27
28
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAErB,CAAC;AAEF,oBAAY,4BAA4B,GAAG;IACzC,KAAK,EAAE;QACL,SAAS,EAAE,iBAAiB,GAAG,cAAc,CAAC;QAC9C,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;KACtB,CAAC;IACF,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,KAAK,EAAE,4BAA4B,EAAE,CAAC;CACvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -7,6 +7,7 @@ declare const TitleAndInput: {
|
|
|
7
7
|
title: import("prop-types").Validator<NonNullable<import("prop-types").InferProps<{
|
|
8
8
|
title: import("prop-types").Requireable<string>;
|
|
9
9
|
subtitle: import("prop-types").Requireable<string>;
|
|
10
|
+
ariaLabel: import("prop-types").Requireable<string>;
|
|
10
11
|
type: import("prop-types").Requireable<string>;
|
|
11
12
|
'data-name': import("prop-types").Requireable<string>;
|
|
12
13
|
titleSize: import("prop-types").Requireable<string>;
|
|
@@ -264,6 +265,7 @@ declare const TitleAndInput: {
|
|
|
264
265
|
removeMargin: import("prop-types").Requireable<boolean>;
|
|
265
266
|
title: import("prop-types").Requireable<string>;
|
|
266
267
|
subtitle: import("prop-types").Requireable<string>;
|
|
268
|
+
ariaLabel: import("prop-types").Requireable<string>;
|
|
267
269
|
type: import("prop-types").Requireable<string>;
|
|
268
270
|
'data-name': import("prop-types").Requireable<string>;
|
|
269
271
|
titleSize: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAGtD,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAI7C,CAAC;AAwBF,QAAA,MAAM,aAAa;YAAW,kBAAkB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAGtD,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAI7C,CAAC;AAwBF,QAAA,MAAM,aAAa;YAAW,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuB/C,CAAC;AAIF,eAAe,aAAa,CAAC"}
|
|
@@ -12,6 +12,7 @@ declare const propTypes: {
|
|
|
12
12
|
title: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
13
13
|
title: PropTypes.Requireable<string>;
|
|
14
14
|
subtitle: PropTypes.Requireable<string>;
|
|
15
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
15
16
|
type: PropTypes.Requireable<string>;
|
|
16
17
|
'data-name': PropTypes.Requireable<string>;
|
|
17
18
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -269,6 +270,7 @@ declare const propTypes: {
|
|
|
269
270
|
removeMargin: PropTypes.Requireable<boolean>;
|
|
270
271
|
title: PropTypes.Requireable<string>;
|
|
271
272
|
subtitle: PropTypes.Requireable<string>;
|
|
273
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
272
274
|
type: PropTypes.Requireable<string>;
|
|
273
275
|
'data-name': PropTypes.Requireable<string>;
|
|
274
276
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,yBAAyB,CAAC;AACnD,OAAO,KAAK,MAAM,kBAAkB,CAAC;AACrC,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAC/D,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAC9C,OAAO,aAAa,MAAM,2BAA2B,CAAC;AACtD,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAIrD,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,yBAAyB,CAAC;AACnD,OAAO,KAAK,MAAM,kBAAkB,CAAC;AACrC,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAC/D,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAC9C,OAAO,aAAa,MAAM,2BAA2B,CAAC;AACtD,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAIrD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Bd,CAAC;AAEF,oBAAY,cAAc,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE5D,oBAAY,kBAAkB,GAAG;IAC/B,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;IAC1C,KAAK,EACD,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,GACzC,eAAe,GACf,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GAClE,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GACtE,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GAC/D,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,GAC3C,oBAAoB,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -332,6 +332,7 @@ declare namespace WizardContents {
|
|
|
332
332
|
removeMargin: PropTypes.Requireable<boolean>;
|
|
333
333
|
title: PropTypes.Requireable<string>;
|
|
334
334
|
subtitle: PropTypes.Requireable<string>;
|
|
335
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
335
336
|
type: PropTypes.Requireable<string>;
|
|
336
337
|
'data-name': PropTypes.Requireable<string>;
|
|
337
338
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -11,6 +11,7 @@ declare namespace PlayerLoading {
|
|
|
11
11
|
title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
12
12
|
title: PropTypes.Requireable<string>;
|
|
13
13
|
subtitle: PropTypes.Requireable<string>;
|
|
14
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
14
15
|
type: PropTypes.Requireable<string>;
|
|
15
16
|
'data-name': PropTypes.Requireable<string>;
|
|
16
17
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -574,6 +575,7 @@ declare namespace PlayerLoading {
|
|
|
574
575
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
575
576
|
title: PropTypes.Requireable<string>;
|
|
576
577
|
subtitle: PropTypes.Requireable<string>;
|
|
578
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
577
579
|
type: PropTypes.Requireable<string>;
|
|
578
580
|
'data-name': PropTypes.Requireable<string>;
|
|
579
581
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -62,6 +62,7 @@ declare namespace SlidePlayer {
|
|
|
62
62
|
title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
63
63
|
title: PropTypes.Requireable<string>;
|
|
64
64
|
subtitle: PropTypes.Requireable<string>;
|
|
65
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
65
66
|
type: PropTypes.Requireable<string>;
|
|
66
67
|
'data-name': PropTypes.Requireable<string>;
|
|
67
68
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -625,6 +626,7 @@ declare namespace SlidePlayer {
|
|
|
625
626
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
626
627
|
title: PropTypes.Requireable<string>;
|
|
627
628
|
subtitle: PropTypes.Requireable<string>;
|
|
629
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
628
630
|
type: PropTypes.Requireable<string>;
|
|
629
631
|
'data-name': PropTypes.Requireable<string>;
|
|
630
632
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -870,6 +872,7 @@ declare namespace SlidePlayer {
|
|
|
870
872
|
title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
871
873
|
title: PropTypes.Requireable<string>;
|
|
872
874
|
subtitle: PropTypes.Requireable<string>;
|
|
875
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
873
876
|
type: PropTypes.Requireable<string>;
|
|
874
877
|
'data-name': PropTypes.Requireable<string>;
|
|
875
878
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -1433,6 +1436,7 @@ declare namespace SlidePlayer {
|
|
|
1433
1436
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
1434
1437
|
title: PropTypes.Requireable<string>;
|
|
1435
1438
|
subtitle: PropTypes.Requireable<string>;
|
|
1439
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
1436
1440
|
type: PropTypes.Requireable<string>;
|
|
1437
1441
|
'data-name': PropTypes.Requireable<string>;
|
|
1438
1442
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -68,6 +68,7 @@ declare namespace SlidesPlayer {
|
|
|
68
68
|
title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
69
69
|
title: PropTypes.Requireable<string>;
|
|
70
70
|
subtitle: PropTypes.Requireable<string>;
|
|
71
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
71
72
|
type: PropTypes.Requireable<string>;
|
|
72
73
|
'data-name': PropTypes.Requireable<string>;
|
|
73
74
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -631,6 +632,7 @@ declare namespace SlidesPlayer {
|
|
|
631
632
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
632
633
|
title: PropTypes.Requireable<string>;
|
|
633
634
|
subtitle: PropTypes.Requireable<string>;
|
|
635
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
634
636
|
type: PropTypes.Requireable<string>;
|
|
635
637
|
'data-name': PropTypes.Requireable<string>;
|
|
636
638
|
titleSize: 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"}
|
|
@@ -98,6 +98,7 @@ declare class PopinCorrection extends React.Component<any, any, any> {
|
|
|
98
98
|
title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
99
99
|
title: PropTypes.Requireable<string>;
|
|
100
100
|
subtitle: PropTypes.Requireable<string>;
|
|
101
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
101
102
|
type: PropTypes.Requireable<string>;
|
|
102
103
|
'data-name': PropTypes.Requireable<string>;
|
|
103
104
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -661,6 +662,7 @@ declare class PopinCorrection extends React.Component<any, any, any> {
|
|
|
661
662
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
662
663
|
title: PropTypes.Requireable<string>;
|
|
663
664
|
subtitle: PropTypes.Requireable<string>;
|
|
665
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
664
666
|
type: PropTypes.Requireable<string>;
|
|
665
667
|
'data-name': PropTypes.Requireable<string>;
|
|
666
668
|
titleSize: 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"}
|
|
@@ -198,6 +198,7 @@ declare namespace PopinEnd {
|
|
|
198
198
|
title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
199
199
|
title: PropTypes.Requireable<string>;
|
|
200
200
|
subtitle: PropTypes.Requireable<string>;
|
|
201
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
201
202
|
type: PropTypes.Requireable<string>;
|
|
202
203
|
'data-name': PropTypes.Requireable<string>;
|
|
203
204
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -761,6 +762,7 @@ declare namespace PopinEnd {
|
|
|
761
762
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
762
763
|
title: PropTypes.Requireable<string>;
|
|
763
764
|
subtitle: PropTypes.Requireable<string>;
|
|
765
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
764
766
|
type: PropTypes.Requireable<string>;
|
|
765
767
|
'data-name': PropTypes.Requireable<string>;
|
|
766
768
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -519,6 +519,7 @@ declare const AppReview: {
|
|
|
519
519
|
title: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
520
520
|
title: import("prop-types").Requireable<string>;
|
|
521
521
|
subtitle: import("prop-types").Requireable<string>;
|
|
522
|
+
ariaLabel: import("prop-types").Requireable<string>;
|
|
522
523
|
type: import("prop-types").Requireable<string>;
|
|
523
524
|
'data-name': import("prop-types").Requireable<string>;
|
|
524
525
|
titleSize: import("prop-types").Requireable<string>;
|
|
@@ -1082,6 +1083,7 @@ declare const AppReview: {
|
|
|
1082
1083
|
title: import("prop-types").Requireable<NonNullable<string | import("prop-types").InferProps<{
|
|
1083
1084
|
title: import("prop-types").Requireable<string>;
|
|
1084
1085
|
subtitle: import("prop-types").Requireable<string>;
|
|
1086
|
+
ariaLabel: import("prop-types").Requireable<string>;
|
|
1085
1087
|
type: import("prop-types").Requireable<string>;
|
|
1086
1088
|
'data-name': import("prop-types").Requireable<string>;
|
|
1087
1089
|
titleSize: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,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":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
|
|
@@ -520,6 +520,7 @@ declare const propTypes: {
|
|
|
520
520
|
title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
521
521
|
title: PropTypes.Requireable<string>;
|
|
522
522
|
subtitle: PropTypes.Requireable<string>;
|
|
523
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
523
524
|
type: PropTypes.Requireable<string>;
|
|
524
525
|
'data-name': PropTypes.Requireable<string>;
|
|
525
526
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -1083,6 +1084,7 @@ declare const propTypes: {
|
|
|
1083
1084
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
1084
1085
|
title: PropTypes.Requireable<string>;
|
|
1085
1086
|
subtitle: PropTypes.Requireable<string>;
|
|
1087
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
1086
1088
|
type: PropTypes.Requireable<string>;
|
|
1087
1089
|
'data-name': PropTypes.Requireable<string>;
|
|
1088
1090
|
titleSize: 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"}
|
|
@@ -524,6 +524,7 @@ declare const propTypes: {
|
|
|
524
524
|
title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
525
525
|
title: PropTypes.Requireable<string>;
|
|
526
526
|
subtitle: PropTypes.Requireable<string>;
|
|
527
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
527
528
|
type: PropTypes.Requireable<string>;
|
|
528
529
|
'data-name': PropTypes.Requireable<string>;
|
|
529
530
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -1087,6 +1088,7 @@ declare const propTypes: {
|
|
|
1087
1088
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
1088
1089
|
title: PropTypes.Requireable<string>;
|
|
1089
1090
|
subtitle: PropTypes.Requireable<string>;
|
|
1091
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
1090
1092
|
type: PropTypes.Requireable<string>;
|
|
1091
1093
|
'data-name': PropTypes.Requireable<string>;
|
|
1092
1094
|
titleSize: 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"}
|
|
@@ -836,6 +836,7 @@ declare namespace BrandUpdate {
|
|
|
836
836
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
837
837
|
title: PropTypes.Requireable<string>;
|
|
838
838
|
subtitle: PropTypes.Requireable<string>;
|
|
839
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
839
840
|
type: PropTypes.Requireable<string>;
|
|
840
841
|
'data-name': PropTypes.Requireable<string>;
|
|
841
842
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -1741,6 +1742,7 @@ declare namespace BrandUpdate {
|
|
|
1741
1742
|
title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1742
1743
|
title: PropTypes.Requireable<string>;
|
|
1743
1744
|
subtitle: PropTypes.Requireable<string>;
|
|
1745
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
1744
1746
|
type: PropTypes.Requireable<string>;
|
|
1745
1747
|
'data-name': PropTypes.Requireable<string>;
|
|
1746
1748
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -2304,6 +2306,7 @@ declare namespace BrandUpdate {
|
|
|
2304
2306
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
2305
2307
|
title: PropTypes.Requireable<string>;
|
|
2306
2308
|
subtitle: PropTypes.Requireable<string>;
|
|
2309
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
2307
2310
|
type: PropTypes.Requireable<string>;
|
|
2308
2311
|
'data-name': PropTypes.Requireable<string>;
|
|
2309
2312
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -2540,12 +2543,95 @@ declare namespace BrandUpdate {
|
|
|
2540
2543
|
style: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
2541
2544
|
disabled: PropTypes.Requireable<boolean>;
|
|
2542
2545
|
}>>;
|
|
2546
|
+
}> | PropTypes.InferProps<{
|
|
2547
|
+
type: PropTypes.Requireable<string>;
|
|
2548
|
+
isOpen: PropTypes.Requireable<boolean>;
|
|
2549
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
2550
|
+
onClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
2543
2551
|
}> | PropTypes.InferProps<{
|
|
2544
2552
|
type: PropTypes.Requireable<string>;
|
|
2545
2553
|
isOpen: PropTypes.Requireable<boolean>;
|
|
2546
2554
|
onCancel: PropTypes.Requireable<(...args: any[]) => any>;
|
|
2547
2555
|
onConfirm: PropTypes.Requireable<(...args: any[]) => any>;
|
|
2548
2556
|
onClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
2557
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
2558
|
+
source: PropTypes.Requireable<PropTypes.InferProps<{
|
|
2559
|
+
inputText: PropTypes.Requireable<PropTypes.InferProps<{
|
|
2560
|
+
theme: PropTypes.Requireable<string>;
|
|
2561
|
+
autoFocus: PropTypes.Requireable<boolean>;
|
|
2562
|
+
title: PropTypes.Requireable<string>;
|
|
2563
|
+
placeholder: PropTypes.Requireable<string>;
|
|
2564
|
+
defaultValue: PropTypes.Requireable<string>;
|
|
2565
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
2566
|
+
readOnly: PropTypes.Requireable<boolean>;
|
|
2567
|
+
value: PropTypes.Requireable<string>;
|
|
2568
|
+
hint: PropTypes.Requireable<string>;
|
|
2569
|
+
error: PropTypes.Requireable<string>;
|
|
2570
|
+
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
2571
|
+
description: PropTypes.Requireable<string>;
|
|
2572
|
+
modified: PropTypes.Requireable<boolean>;
|
|
2573
|
+
type: PropTypes.Requireable<string>;
|
|
2574
|
+
valid: PropTypes.Requireable<boolean>;
|
|
2575
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
2576
|
+
'data-name': PropTypes.Requireable<string>;
|
|
2577
|
+
inputColor: PropTypes.Requireable<boolean>;
|
|
2578
|
+
}>>;
|
|
2579
|
+
textArea: PropTypes.Requireable<PropTypes.InferProps<{
|
|
2580
|
+
theme: PropTypes.Requireable<string>;
|
|
2581
|
+
placeholder: PropTypes.Requireable<string>;
|
|
2582
|
+
title: PropTypes.Requireable<string>;
|
|
2583
|
+
name: PropTypes.Requireable<string>;
|
|
2584
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
2585
|
+
readOnly: PropTypes.Requireable<boolean>;
|
|
2586
|
+
value: PropTypes.Requireable<string>;
|
|
2587
|
+
hint: PropTypes.Requireable<string>;
|
|
2588
|
+
error: PropTypes.Requireable<string>;
|
|
2589
|
+
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
2590
|
+
description: PropTypes.Requireable<string>;
|
|
2591
|
+
modified: PropTypes.Requireable<boolean>;
|
|
2592
|
+
valid: PropTypes.Requireable<boolean>;
|
|
2593
|
+
}>>;
|
|
2594
|
+
inputLanguage: PropTypes.Requireable<string>;
|
|
2595
|
+
}>>;
|
|
2596
|
+
target: PropTypes.Requireable<PropTypes.InferProps<{
|
|
2597
|
+
inputText: PropTypes.Requireable<PropTypes.InferProps<{
|
|
2598
|
+
theme: PropTypes.Requireable<string>;
|
|
2599
|
+
autoFocus: PropTypes.Requireable<boolean>;
|
|
2600
|
+
title: PropTypes.Requireable<string>;
|
|
2601
|
+
placeholder: PropTypes.Requireable<string>;
|
|
2602
|
+
defaultValue: PropTypes.Requireable<string>;
|
|
2603
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
2604
|
+
readOnly: PropTypes.Requireable<boolean>;
|
|
2605
|
+
value: PropTypes.Requireable<string>;
|
|
2606
|
+
hint: PropTypes.Requireable<string>;
|
|
2607
|
+
error: PropTypes.Requireable<string>;
|
|
2608
|
+
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
2609
|
+
description: PropTypes.Requireable<string>;
|
|
2610
|
+
modified: PropTypes.Requireable<boolean>;
|
|
2611
|
+
type: PropTypes.Requireable<string>;
|
|
2612
|
+
valid: PropTypes.Requireable<boolean>;
|
|
2613
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
2614
|
+
'data-name': PropTypes.Requireable<string>;
|
|
2615
|
+
inputColor: PropTypes.Requireable<boolean>;
|
|
2616
|
+
}>>;
|
|
2617
|
+
textArea: PropTypes.Requireable<PropTypes.InferProps<{
|
|
2618
|
+
theme: PropTypes.Requireable<string>;
|
|
2619
|
+
placeholder: PropTypes.Requireable<string>;
|
|
2620
|
+
title: PropTypes.Requireable<string>;
|
|
2621
|
+
name: PropTypes.Requireable<string>;
|
|
2622
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
2623
|
+
readOnly: PropTypes.Requireable<boolean>;
|
|
2624
|
+
value: PropTypes.Requireable<string>;
|
|
2625
|
+
hint: PropTypes.Requireable<string>;
|
|
2626
|
+
error: PropTypes.Requireable<string>;
|
|
2627
|
+
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
2628
|
+
description: PropTypes.Requireable<string>;
|
|
2629
|
+
modified: PropTypes.Requireable<boolean>;
|
|
2630
|
+
valid: PropTypes.Requireable<boolean>;
|
|
2631
|
+
}>>;
|
|
2632
|
+
language: PropTypes.Requireable<string>;
|
|
2633
|
+
}>>;
|
|
2634
|
+
readOnly: PropTypes.Requireable<boolean>;
|
|
2549
2635
|
}> | PropTypes.InferProps<{
|
|
2550
2636
|
type: PropTypes.Requireable<string>;
|
|
2551
2637
|
contentList: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
@@ -2962,6 +3048,7 @@ declare namespace BrandUpdate {
|
|
|
2962
3048
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
2963
3049
|
title: PropTypes.Requireable<string>;
|
|
2964
3050
|
subtitle: PropTypes.Requireable<string>;
|
|
3051
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
2965
3052
|
type: PropTypes.Requireable<string>;
|
|
2966
3053
|
'data-name': PropTypes.Requireable<string>;
|
|
2967
3054
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -3182,16 +3269,20 @@ declare namespace BrandUpdate {
|
|
|
3182
3269
|
filters: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
3183
3270
|
title: PropTypes.Requireable<string>;
|
|
3184
3271
|
onClearAll: PropTypes.Requireable<(...args: any[]) => any>;
|
|
3272
|
+
onRemoveSelectedFilter: PropTypes.Requireable<(...args: any[]) => any>;
|
|
3185
3273
|
options: PropTypes.Requireable<(NonNullable<PropTypes.InferProps<{
|
|
3186
3274
|
type: PropTypes.Requireable<string>;
|
|
3187
3275
|
options: PropTypes.Requireable<PropTypes.InferProps<{
|
|
3188
3276
|
title: PropTypes.Requireable<string>;
|
|
3277
|
+
titleAriaLabel: PropTypes.Requireable<string>;
|
|
3189
3278
|
onClear: PropTypes.Requireable<(...args: any[]) => any>;
|
|
3190
3279
|
options: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
3191
3280
|
label: PropTypes.Requireable<string>;
|
|
3192
3281
|
type: PropTypes.Requireable<string>;
|
|
3282
|
+
textColor: PropTypes.Requireable<string>;
|
|
3193
3283
|
selected: PropTypes.Requireable<boolean>;
|
|
3194
3284
|
icon: PropTypes.Requireable<string>;
|
|
3285
|
+
customIcon: PropTypes.Requireable<string>;
|
|
3195
3286
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
3196
3287
|
}> | null | undefined)[]>;
|
|
3197
3288
|
}>>;
|
|
@@ -3199,6 +3290,7 @@ declare namespace BrandUpdate {
|
|
|
3199
3290
|
type: PropTypes.Requireable<string>;
|
|
3200
3291
|
options: PropTypes.Requireable<PropTypes.InferProps<{
|
|
3201
3292
|
title: PropTypes.Requireable<string>;
|
|
3293
|
+
titleAriaLabel: PropTypes.Requireable<string>;
|
|
3202
3294
|
onClear: PropTypes.Requireable<(...args: any[]) => any>;
|
|
3203
3295
|
options: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
3204
3296
|
label: PropTypes.Requireable<string>;
|
|
@@ -3222,6 +3314,20 @@ declare namespace BrandUpdate {
|
|
|
3222
3314
|
searchIconAriaLabel: PropTypes.Requireable<string>;
|
|
3223
3315
|
}>>;
|
|
3224
3316
|
}>>;
|
|
3317
|
+
}> | PropTypes.InferProps<{
|
|
3318
|
+
type: PropTypes.Requireable<string>;
|
|
3319
|
+
options: PropTypes.Requireable<PropTypes.InferProps<{
|
|
3320
|
+
title: PropTypes.Validator<string>;
|
|
3321
|
+
titleAriaLabel: PropTypes.Requireable<string>;
|
|
3322
|
+
onClear: PropTypes.Validator<(...args: any[]) => any>;
|
|
3323
|
+
options: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
3324
|
+
label: PropTypes.Validator<string>;
|
|
3325
|
+
value: PropTypes.Validator<boolean>;
|
|
3326
|
+
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
3327
|
+
theme: PropTypes.Validator<string>;
|
|
3328
|
+
ariaLabel: PropTypes.Validator<string>;
|
|
3329
|
+
}> | null | undefined)[]>;
|
|
3330
|
+
}>>;
|
|
3225
3331
|
}> | null | undefined> | null | undefined)[]>;
|
|
3226
3332
|
}>>>;
|
|
3227
3333
|
modal: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
@@ -3281,6 +3387,7 @@ declare namespace BrandUpdate {
|
|
|
3281
3387
|
export const title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
3282
3388
|
title: PropTypes.Requireable<string>;
|
|
3283
3389
|
subtitle: PropTypes.Requireable<string>;
|
|
3390
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
3284
3391
|
type: PropTypes.Requireable<string>;
|
|
3285
3392
|
'data-name': PropTypes.Requireable<string>;
|
|
3286
3393
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -15,6 +15,7 @@ declare namespace Dashboard {
|
|
|
15
15
|
title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
16
16
|
title: PropTypes.Requireable<string>;
|
|
17
17
|
subtitle: PropTypes.Requireable<string>;
|
|
18
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
18
19
|
type: PropTypes.Requireable<string>;
|
|
19
20
|
'data-name': PropTypes.Requireable<string>;
|
|
20
21
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -578,6 +579,7 @@ declare namespace Dashboard {
|
|
|
578
579
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
579
580
|
title: PropTypes.Requireable<string>;
|
|
580
581
|
subtitle: PropTypes.Requireable<string>;
|
|
582
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
581
583
|
type: PropTypes.Requireable<string>;
|
|
582
584
|
'data-name': PropTypes.Requireable<string>;
|
|
583
585
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -826,6 +828,7 @@ declare namespace Dashboard {
|
|
|
826
828
|
title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
827
829
|
title: PropTypes.Requireable<string>;
|
|
828
830
|
subtitle: PropTypes.Requireable<string>;
|
|
831
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
829
832
|
type: PropTypes.Requireable<string>;
|
|
830
833
|
'data-name': PropTypes.Requireable<string>;
|
|
831
834
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -1389,6 +1392,7 @@ declare namespace Dashboard {
|
|
|
1389
1392
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
1390
1393
|
title: PropTypes.Requireable<string>;
|
|
1391
1394
|
subtitle: PropTypes.Requireable<string>;
|
|
1395
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
1392
1396
|
type: PropTypes.Requireable<string>;
|
|
1393
1397
|
'data-name': PropTypes.Requireable<string>;
|
|
1394
1398
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -197,6 +197,7 @@ declare namespace SearchPage {
|
|
|
197
197
|
title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
198
198
|
title: PropTypes.Requireable<string>;
|
|
199
199
|
subtitle: PropTypes.Requireable<string>;
|
|
200
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
200
201
|
type: PropTypes.Requireable<string>;
|
|
201
202
|
'data-name': PropTypes.Requireable<string>;
|
|
202
203
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -760,6 +761,7 @@ declare namespace SearchPage {
|
|
|
760
761
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
761
762
|
title: PropTypes.Requireable<string>;
|
|
762
763
|
subtitle: PropTypes.Requireable<string>;
|
|
764
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
763
765
|
type: PropTypes.Requireable<string>;
|
|
764
766
|
'data-name': PropTypes.Requireable<string>;
|
|
765
767
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -33,6 +33,7 @@ declare namespace ExternalCourse {
|
|
|
33
33
|
title: PropTypes.Requireable<PropTypes.InferProps<{
|
|
34
34
|
title: PropTypes.Requireable<string>;
|
|
35
35
|
subtitle: PropTypes.Requireable<string>;
|
|
36
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
36
37
|
type: PropTypes.Requireable<string>;
|
|
37
38
|
'data-name': PropTypes.Requireable<string>;
|
|
38
39
|
titleSize: PropTypes.Requireable<string>;
|
|
@@ -596,6 +597,7 @@ declare namespace ExternalCourse {
|
|
|
596
597
|
title: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
|
|
597
598
|
title: PropTypes.Requireable<string>;
|
|
598
599
|
subtitle: PropTypes.Requireable<string>;
|
|
600
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
599
601
|
type: PropTypes.Requireable<string>;
|
|
600
602
|
'data-name': PropTypes.Requireable<string>;
|
|
601
603
|
titleSize: PropTypes.Requireable<string>;
|