@coorpacademy/components 11.35.2-alpha.4 → 11.35.2-forcedeploy.13
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.js +1 -1
- package/es/atom/button-link/index.js.map +1 -1
- package/es/atom/button-link/style.css +2 -2
- package/es/atom/icon/index.d.ts +35 -17
- package/es/atom/icon/index.d.ts.map +1 -1
- package/es/atom/icon/index.js +32 -15
- package/es/atom/icon/index.js.map +1 -1
- package/es/atom/radio-with-title/index.d.ts +13 -3
- package/es/atom/radio-with-title/index.d.ts.map +1 -1
- package/es/atom/radio-with-title/types.d.ts +13 -2
- package/es/atom/radio-with-title/types.d.ts.map +1 -1
- package/es/atom/status-item/index.native.js +1 -1
- package/es/atom/status-item/index.native.js.map +1 -1
- package/es/atom/tag/index.d.ts +12 -1
- package/es/atom/tag/style.css +1 -0
- package/es/atom/title/index.d.ts +13 -2
- package/es/molecule/banner/style.css +1 -0
- package/es/molecule/base-modal/style.css +0 -1
- package/es/molecule/bulk-progress-bar/index.js +2 -2
- package/es/molecule/bulk-progress-bar/index.js.map +1 -1
- package/es/molecule/certification-card/index.js +1 -1
- package/es/molecule/certification-card/index.js.map +1 -1
- package/es/molecule/cm-popin/types.d.ts +28 -7
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/cm-popin/types.js +1 -1
- package/es/molecule/cm-popin/types.js.map +1 -1
- package/es/molecule/dashboard/cards-list/index.d.ts.map +1 -1
- package/es/molecule/dashboard/cards-list/index.js +2 -0
- package/es/molecule/dashboard/cards-list/index.js.map +1 -1
- package/es/molecule/learner-skill-card/index.d.ts +25 -40
- package/es/molecule/learner-skill-card/index.d.ts.map +1 -1
- package/es/molecule/learner-skill-card/index.js +95 -96
- package/es/molecule/learner-skill-card/index.js.map +1 -1
- package/es/molecule/learner-skill-card/prop-types.d.ts +37 -0
- package/es/molecule/learner-skill-card/prop-types.d.ts.map +1 -0
- package/es/molecule/learner-skill-card/prop-types.js +20 -0
- package/es/molecule/learner-skill-card/prop-types.js.map +1 -0
- package/es/molecule/learner-skill-card/style.css +62 -41
- package/es/molecule/learning-priority-modal/style.css +3 -2
- package/es/molecule/progress-wrapper/index.js +1 -1
- package/es/molecule/progress-wrapper/index.js.map +1 -1
- package/es/molecule/skills-chart-side-information-item/index.d.ts +1 -1
- package/es/molecule/skills-chart-side-information-panel/index.d.ts +1 -1
- package/es/molecule/title-and-checkbox-wrapper/index.d.ts +13 -2
- package/es/molecule/title-radio-wrapper/index.d.ts +13 -3
- package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/es/molecule/title-radio-wrapper/types.d.ts +13 -2
- package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/es/organism/cards-grid/index.d.ts +48 -10
- package/es/organism/cards-grid/index.d.ts.map +1 -1
- package/es/organism/cards-grid/index.js +3 -2
- package/es/organism/cards-grid/index.js.map +1 -1
- package/es/organism/content-skill-modal/index.d.ts +13 -3
- package/es/organism/content-skill-modal/index.d.ts.map +1 -1
- package/es/organism/content-skill-modal/types.d.ts +12 -2
- package/es/organism/content-skill-modal/types.d.ts.map +1 -1
- package/es/organism/header-with-actions/index.d.ts +8 -22
- package/es/organism/header-with-actions/index.d.ts.map +1 -1
- package/es/organism/header-with-actions/index.js +7 -85
- package/es/organism/header-with-actions/index.js.map +1 -1
- package/es/organism/header-with-actions/types.d.ts +13 -44
- package/es/organism/header-with-actions/types.d.ts.map +1 -1
- package/es/organism/header-with-actions/types.js +6 -22
- package/es/organism/header-with-actions/types.js.map +1 -1
- package/es/organism/list-item/index.js +5 -5
- package/es/organism/list-item/index.js.map +1 -1
- package/es/organism/list-item/style.css +23 -17
- package/es/organism/list-items/index.d.ts +13 -2
- package/es/organism/mooc-header/index.d.ts.map +1 -1
- package/es/organism/mooc-header/index.js +9 -7
- package/es/organism/mooc-header/index.js.map +1 -1
- package/es/organism/mooc-header/style.css +22 -18
- package/es/organism/rewards-form/index.d.ts +13 -2
- package/es/organism/select-opponents/index.d.ts +13 -3
- package/es/organism/select-opponents/index.d.ts.map +1 -1
- package/es/organism/select-opponents/types.d.ts +13 -2
- package/es/organism/select-opponents/types.d.ts.map +1 -1
- package/es/organism/sidebar/index.d.ts +2 -2
- package/es/organism/skill-edition/index.d.ts +37 -7
- package/es/organism/skill-edition/index.d.ts.map +1 -1
- package/es/organism/skill-edition/types.d.ts +37 -6
- package/es/organism/skill-edition/types.d.ts.map +1 -1
- package/es/organism/title-and-input/index.d.ts +25 -5
- package/es/organism/title-and-input/index.d.ts.map +1 -1
- package/es/organism/title-and-input/types.d.ts +24 -4
- package/es/organism/title-and-input/types.d.ts.map +1 -1
- package/es/organism/wizard-contents/index.d.ts +13 -2
- package/es/template/app-player/loading/index.d.ts +27 -6
- package/es/template/app-player/player/index.d.ts +53 -12
- package/es/template/app-player/player/slides/index.d.ts +27 -6
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +26 -6
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +27 -6
- package/es/template/app-review/index.d.ts +27 -7
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +27 -6
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +27 -6
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +95 -38
- package/es/template/back-office/brand-update/index.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.js +2 -4
- package/es/template/back-office/brand-update/index.js.map +1 -1
- package/es/template/back-office/brand-update/style.css +1 -4
- package/es/template/back-office/brand-update/utils.d.ts +11 -39
- package/es/template/back-office/brand-update/utils.js +0 -19
- package/es/template/back-office/brand-update/utils.js.map +1 -1
- package/es/template/common/dashboard/index.d.ts +53 -12
- package/es/template/common/search-page/index.d.ts +27 -6
- package/es/template/external-course/index.d.ts +27 -6
- package/es/template/my-learning/index.d.ts +0 -1
- package/es/template/my-learning/index.d.ts.map +1 -1
- package/es/template/my-learning/index.js +26 -22
- package/es/template/my-learning/index.js.map +1 -1
- package/es/template/my-learning/style.css +9 -6
- package/es/template/skill-detail/all-courses.css +3 -2
- package/es/template/skill-detail/all-courses.d.ts +52 -17
- package/es/template/skill-detail/all-courses.d.ts.map +1 -1
- package/es/template/skill-detail/all-courses.js +12 -11
- package/es/template/skill-detail/all-courses.js.map +1 -1
- package/es/template/skill-detail/continue-learning.css +7 -2
- package/es/template/skill-detail/continue-learning.d.ts +25 -12
- package/es/template/skill-detail/continue-learning.d.ts.map +1 -1
- package/es/template/skill-detail/continue-learning.js.map +1 -1
- package/es/template/skill-detail/index.d.ts +81 -71
- package/es/template/skill-detail/index.d.ts.map +1 -1
- package/es/template/skill-detail/index.js +91 -58
- package/es/template/skill-detail/index.js.map +1 -1
- package/es/template/skill-detail/style.css +97 -39
- package/es/variables/colors.css +10 -1
- package/es/variables/colors.d.ts +13 -3
- package/es/variables/colors.d.ts.map +1 -1
- package/es/variables/colors.js +13 -3
- package/es/variables/colors.js.map +1 -1
- package/es/variables/theme.native.js +1 -1
- package/es/variables/theme.native.js.map +1 -1
- package/lib/atom/button-link/index.js +1 -1
- package/lib/atom/button-link/index.js.map +1 -1
- package/lib/atom/button-link/style.css +2 -2
- package/lib/atom/icon/index.d.ts +35 -17
- package/lib/atom/icon/index.d.ts.map +1 -1
- package/lib/atom/icon/index.js +34 -18
- package/lib/atom/icon/index.js.map +1 -1
- package/lib/atom/radio-with-title/index.d.ts +13 -3
- package/lib/atom/radio-with-title/index.d.ts.map +1 -1
- package/lib/atom/radio-with-title/types.d.ts +13 -2
- package/lib/atom/radio-with-title/types.d.ts.map +1 -1
- package/lib/atom/status-item/index.native.js +1 -1
- package/lib/atom/status-item/index.native.js.map +1 -1
- package/lib/atom/tag/index.d.ts +12 -1
- package/lib/atom/tag/style.css +1 -0
- package/lib/atom/title/index.d.ts +13 -2
- package/lib/molecule/banner/style.css +1 -0
- package/lib/molecule/base-modal/style.css +0 -1
- package/lib/molecule/bulk-progress-bar/index.js +2 -2
- package/lib/molecule/bulk-progress-bar/index.js.map +1 -1
- package/lib/molecule/certification-card/index.js +1 -1
- package/lib/molecule/certification-card/index.js.map +1 -1
- package/lib/molecule/cm-popin/types.d.ts +28 -7
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/cm-popin/types.js +1 -1
- package/lib/molecule/cm-popin/types.js.map +1 -1
- package/lib/molecule/dashboard/cards-list/index.d.ts.map +1 -1
- package/lib/molecule/dashboard/cards-list/index.js +2 -0
- package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
- package/lib/molecule/learner-skill-card/index.d.ts +25 -40
- package/lib/molecule/learner-skill-card/index.d.ts.map +1 -1
- package/lib/molecule/learner-skill-card/index.js +98 -96
- package/lib/molecule/learner-skill-card/index.js.map +1 -1
- package/lib/molecule/learner-skill-card/prop-types.d.ts +37 -0
- package/lib/molecule/learner-skill-card/prop-types.d.ts.map +1 -0
- package/lib/molecule/learner-skill-card/prop-types.js +25 -0
- package/lib/molecule/learner-skill-card/prop-types.js.map +1 -0
- package/lib/molecule/learner-skill-card/style.css +62 -41
- package/lib/molecule/learning-priority-modal/style.css +3 -2
- package/lib/molecule/progress-wrapper/index.js +1 -1
- package/lib/molecule/progress-wrapper/index.js.map +1 -1
- package/lib/molecule/skills-chart-side-information-item/index.d.ts +1 -1
- package/lib/molecule/skills-chart-side-information-panel/index.d.ts +1 -1
- package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +13 -2
- package/lib/molecule/title-radio-wrapper/index.d.ts +13 -3
- package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/lib/molecule/title-radio-wrapper/types.d.ts +13 -2
- package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/lib/organism/cards-grid/index.d.ts +48 -10
- package/lib/organism/cards-grid/index.d.ts.map +1 -1
- package/lib/organism/cards-grid/index.js +3 -2
- package/lib/organism/cards-grid/index.js.map +1 -1
- package/lib/organism/content-skill-modal/index.d.ts +13 -3
- package/lib/organism/content-skill-modal/index.d.ts.map +1 -1
- package/lib/organism/content-skill-modal/types.d.ts +12 -2
- package/lib/organism/content-skill-modal/types.d.ts.map +1 -1
- package/lib/organism/header-with-actions/index.d.ts +8 -22
- package/lib/organism/header-with-actions/index.d.ts.map +1 -1
- package/lib/organism/header-with-actions/index.js +7 -85
- package/lib/organism/header-with-actions/index.js.map +1 -1
- package/lib/organism/header-with-actions/types.d.ts +13 -44
- package/lib/organism/header-with-actions/types.d.ts.map +1 -1
- package/lib/organism/header-with-actions/types.js +6 -22
- package/lib/organism/header-with-actions/types.js.map +1 -1
- package/lib/organism/list-item/index.js +5 -5
- package/lib/organism/list-item/index.js.map +1 -1
- package/lib/organism/list-item/style.css +23 -17
- package/lib/organism/list-items/index.d.ts +13 -2
- package/lib/organism/mooc-header/index.d.ts.map +1 -1
- package/lib/organism/mooc-header/index.js +8 -6
- package/lib/organism/mooc-header/index.js.map +1 -1
- package/lib/organism/mooc-header/style.css +22 -18
- package/lib/organism/rewards-form/index.d.ts +13 -2
- package/lib/organism/select-opponents/index.d.ts +13 -3
- package/lib/organism/select-opponents/index.d.ts.map +1 -1
- package/lib/organism/select-opponents/types.d.ts +13 -2
- package/lib/organism/select-opponents/types.d.ts.map +1 -1
- package/lib/organism/sidebar/index.d.ts +2 -2
- package/lib/organism/skill-edition/index.d.ts +37 -7
- package/lib/organism/skill-edition/index.d.ts.map +1 -1
- package/lib/organism/skill-edition/types.d.ts +37 -6
- package/lib/organism/skill-edition/types.d.ts.map +1 -1
- package/lib/organism/title-and-input/index.d.ts +25 -5
- package/lib/organism/title-and-input/index.d.ts.map +1 -1
- package/lib/organism/title-and-input/types.d.ts +24 -4
- package/lib/organism/title-and-input/types.d.ts.map +1 -1
- package/lib/organism/wizard-contents/index.d.ts +13 -2
- package/lib/template/app-player/loading/index.d.ts +27 -6
- package/lib/template/app-player/player/index.d.ts +53 -12
- package/lib/template/app-player/player/slides/index.d.ts +27 -6
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +26 -6
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +27 -6
- package/lib/template/app-review/index.d.ts +27 -7
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +27 -6
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +27 -6
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +95 -38
- package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.js +2 -4
- package/lib/template/back-office/brand-update/index.js.map +1 -1
- package/lib/template/back-office/brand-update/style.css +1 -4
- package/lib/template/back-office/brand-update/utils.d.ts +11 -39
- package/lib/template/back-office/brand-update/utils.js +0 -19
- package/lib/template/back-office/brand-update/utils.js.map +1 -1
- package/lib/template/common/dashboard/index.d.ts +53 -12
- package/lib/template/common/search-page/index.d.ts +27 -6
- package/lib/template/external-course/index.d.ts +27 -6
- package/lib/template/my-learning/index.d.ts +0 -1
- package/lib/template/my-learning/index.d.ts.map +1 -1
- package/lib/template/my-learning/index.js +26 -22
- package/lib/template/my-learning/index.js.map +1 -1
- package/lib/template/my-learning/style.css +9 -6
- package/lib/template/skill-detail/all-courses.css +3 -2
- package/lib/template/skill-detail/all-courses.d.ts +52 -17
- package/lib/template/skill-detail/all-courses.d.ts.map +1 -1
- package/lib/template/skill-detail/all-courses.js +11 -11
- package/lib/template/skill-detail/all-courses.js.map +1 -1
- package/lib/template/skill-detail/continue-learning.css +7 -2
- package/lib/template/skill-detail/continue-learning.d.ts +25 -12
- package/lib/template/skill-detail/continue-learning.d.ts.map +1 -1
- package/lib/template/skill-detail/continue-learning.js.map +1 -1
- package/lib/template/skill-detail/index.d.ts +81 -71
- package/lib/template/skill-detail/index.d.ts.map +1 -1
- package/lib/template/skill-detail/index.js +91 -58
- package/lib/template/skill-detail/index.js.map +1 -1
- package/lib/template/skill-detail/style.css +97 -39
- package/lib/variables/colors.css +10 -1
- package/lib/variables/colors.d.ts +13 -3
- package/lib/variables/colors.d.ts.map +1 -1
- package/lib/variables/colors.js +13 -3
- package/lib/variables/colors.js.map +1 -1
- package/lib/variables/theme.native.js +1 -1
- package/lib/variables/theme.native.js.map +1 -1
- package/locales/cs/global.json +1 -0
- package/locales/en/global.json +1 -0
- package/locales/hr/global.json +1 -0
- package/locales/it/global.json +1 -0
- package/locales/ko/global.json +1 -0
- package/locales/ru/global.json +1 -0
- package/package.json +2 -2
- package/locales/.mtslconfig.json +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { SkillEditionProps } from './types';
|
|
3
3
|
declare const SkillEdition: {
|
|
4
4
|
(props: SkillEditionProps): JSX.Element;
|
|
@@ -500,7 +500,7 @@ declare const SkillEdition: {
|
|
|
500
500
|
'data-name': import("prop-types").Requireable<string>;
|
|
501
501
|
titleSize: import("prop-types").Requireable<string>;
|
|
502
502
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
503
|
-
icon: import("prop-types").Requireable<import("prop-types").InferProps<any
|
|
503
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
|
|
504
504
|
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
505
505
|
label: import("prop-types").Requireable<string>;
|
|
506
506
|
type: import("prop-types").Requireable<string>;
|
|
@@ -508,7 +508,17 @@ declare const SkillEdition: {
|
|
|
508
508
|
customStyle: import("prop-types").Requireable<{
|
|
509
509
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
510
510
|
}>;
|
|
511
|
-
icon: import("prop-types").Requireable<import("prop-types").InferProps<
|
|
511
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
512
|
+
position: import("prop-types").Requireable<string>;
|
|
513
|
+
iconName?: React.Validator<string> | undefined;
|
|
514
|
+
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
515
|
+
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
516
|
+
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
517
|
+
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
518
|
+
preset?: React.Validator<string | null | undefined> | undefined;
|
|
519
|
+
size?: React.Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
|
|
520
|
+
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
521
|
+
}>>;
|
|
512
522
|
}>>;
|
|
513
523
|
button: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
514
524
|
type: import("prop-types").Requireable<string>;
|
|
@@ -696,7 +706,7 @@ declare const SkillEdition: {
|
|
|
696
706
|
'data-name': import("prop-types").Requireable<string>;
|
|
697
707
|
titleSize: import("prop-types").Requireable<string>;
|
|
698
708
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
699
|
-
icon: import("prop-types").Requireable<import("prop-types").InferProps<any
|
|
709
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
|
|
700
710
|
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
701
711
|
label: import("prop-types").Requireable<string>;
|
|
702
712
|
type: import("prop-types").Requireable<string>;
|
|
@@ -704,7 +714,17 @@ declare const SkillEdition: {
|
|
|
704
714
|
customStyle: import("prop-types").Requireable<{
|
|
705
715
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
706
716
|
}>;
|
|
707
|
-
icon: import("prop-types").Requireable<import("prop-types").InferProps<
|
|
717
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
718
|
+
position: import("prop-types").Requireable<string>;
|
|
719
|
+
iconName?: React.Validator<string> | undefined;
|
|
720
|
+
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
721
|
+
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
722
|
+
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
723
|
+
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
724
|
+
preset?: React.Validator<string | null | undefined> | undefined;
|
|
725
|
+
size?: React.Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
|
|
726
|
+
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
727
|
+
}>>;
|
|
708
728
|
}>>;
|
|
709
729
|
button: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
710
730
|
type: import("prop-types").Requireable<string>;
|
|
@@ -1147,7 +1167,7 @@ declare const SkillEdition: {
|
|
|
1147
1167
|
'data-name': import("prop-types").Requireable<string>;
|
|
1148
1168
|
titleSize: import("prop-types").Requireable<string>;
|
|
1149
1169
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
1150
|
-
icon: import("prop-types").Requireable<import("prop-types").InferProps<any
|
|
1170
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
|
|
1151
1171
|
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
1152
1172
|
label: import("prop-types").Requireable<string>;
|
|
1153
1173
|
type: import("prop-types").Requireable<string>;
|
|
@@ -1155,7 +1175,17 @@ declare const SkillEdition: {
|
|
|
1155
1175
|
customStyle: import("prop-types").Requireable<{
|
|
1156
1176
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1157
1177
|
}>;
|
|
1158
|
-
icon: import("prop-types").Requireable<import("prop-types").InferProps<
|
|
1178
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
1179
|
+
position: import("prop-types").Requireable<string>;
|
|
1180
|
+
iconName?: React.Validator<string> | undefined;
|
|
1181
|
+
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
1182
|
+
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
1183
|
+
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
1184
|
+
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
1185
|
+
preset?: React.Validator<string | null | undefined> | undefined;
|
|
1186
|
+
size?: React.Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
|
|
1187
|
+
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
1188
|
+
}>>;
|
|
1159
1189
|
}>>;
|
|
1160
1190
|
button: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
1161
1191
|
type: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/skill-edition/index.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/skill-edition/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAkB,EAChB,iBAAiB,EAIlB,MAAM,SAAS,CAAC;AAoIjB,QAAA,MAAM,YAAY;YAAW,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAa7C,CAAC;AAIF,eAAe,YAAY,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import PropTypes from 'prop-types';
|
|
2
3
|
import ListItems from '../list-items';
|
|
3
4
|
import Title from '../../atom/title';
|
|
@@ -500,7 +501,7 @@ declare const SkillEditionPropTypes: {
|
|
|
500
501
|
'data-name': PropTypes.Requireable<string>;
|
|
501
502
|
titleSize: PropTypes.Requireable<string>;
|
|
502
503
|
subtitleSize: PropTypes.Requireable<string>;
|
|
503
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<any
|
|
504
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
504
505
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
505
506
|
label: PropTypes.Requireable<string>;
|
|
506
507
|
type: PropTypes.Requireable<string>;
|
|
@@ -508,7 +509,17 @@ declare const SkillEditionPropTypes: {
|
|
|
508
509
|
customStyle: PropTypes.Requireable<{
|
|
509
510
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
510
511
|
}>;
|
|
511
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
512
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
513
|
+
position: PropTypes.Requireable<string>;
|
|
514
|
+
iconName?: import("react").Validator<string> | undefined;
|
|
515
|
+
iconColor?: import("react").Validator<string | null | undefined> | undefined;
|
|
516
|
+
backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
|
|
517
|
+
gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
|
|
518
|
+
borderRadius?: import("react").Validator<string | null | undefined> | undefined;
|
|
519
|
+
preset?: import("react").Validator<string | null | undefined> | undefined;
|
|
520
|
+
size?: import("react").Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
|
|
521
|
+
customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
|
|
522
|
+
}>>;
|
|
512
523
|
}>>;
|
|
513
524
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
514
525
|
type: PropTypes.Requireable<string>;
|
|
@@ -696,7 +707,7 @@ declare const SkillEditionPropTypes: {
|
|
|
696
707
|
'data-name': PropTypes.Requireable<string>;
|
|
697
708
|
titleSize: PropTypes.Requireable<string>;
|
|
698
709
|
subtitleSize: PropTypes.Requireable<string>;
|
|
699
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<any
|
|
710
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
700
711
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
701
712
|
label: PropTypes.Requireable<string>;
|
|
702
713
|
type: PropTypes.Requireable<string>;
|
|
@@ -704,7 +715,17 @@ declare const SkillEditionPropTypes: {
|
|
|
704
715
|
customStyle: PropTypes.Requireable<{
|
|
705
716
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
706
717
|
}>;
|
|
707
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
718
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
719
|
+
position: PropTypes.Requireable<string>;
|
|
720
|
+
iconName?: import("react").Validator<string> | undefined;
|
|
721
|
+
iconColor?: import("react").Validator<string | null | undefined> | undefined;
|
|
722
|
+
backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
|
|
723
|
+
gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
|
|
724
|
+
borderRadius?: import("react").Validator<string | null | undefined> | undefined;
|
|
725
|
+
preset?: import("react").Validator<string | null | undefined> | undefined;
|
|
726
|
+
size?: import("react").Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
|
|
727
|
+
customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
|
|
728
|
+
}>>;
|
|
708
729
|
}>>;
|
|
709
730
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
710
731
|
type: PropTypes.Requireable<string>;
|
|
@@ -1147,7 +1168,7 @@ declare const SkillEditionPropTypes: {
|
|
|
1147
1168
|
'data-name': PropTypes.Requireable<string>;
|
|
1148
1169
|
titleSize: PropTypes.Requireable<string>;
|
|
1149
1170
|
subtitleSize: PropTypes.Requireable<string>;
|
|
1150
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<any
|
|
1171
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
1151
1172
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1152
1173
|
label: PropTypes.Requireable<string>;
|
|
1153
1174
|
type: PropTypes.Requireable<string>;
|
|
@@ -1155,7 +1176,17 @@ declare const SkillEditionPropTypes: {
|
|
|
1155
1176
|
customStyle: PropTypes.Requireable<{
|
|
1156
1177
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1157
1178
|
}>;
|
|
1158
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
1179
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1180
|
+
position: PropTypes.Requireable<string>;
|
|
1181
|
+
iconName?: import("react").Validator<string> | undefined;
|
|
1182
|
+
iconColor?: import("react").Validator<string | null | undefined> | undefined;
|
|
1183
|
+
backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
|
|
1184
|
+
gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
|
|
1185
|
+
borderRadius?: import("react").Validator<string | null | undefined> | undefined;
|
|
1186
|
+
preset?: import("react").Validator<string | null | undefined> | undefined;
|
|
1187
|
+
size?: import("react").Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
|
|
1188
|
+
customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
|
|
1189
|
+
}>>;
|
|
1159
1190
|
}>>;
|
|
1160
1191
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1161
1192
|
type: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/skill-edition/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,SAAS,MAAM,eAAe,CAAC;AACtC,OAAO,KAAK,MAAM,kBAAkB,CAAC;AAKrC,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAC;AAqCnE,QAAA,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/skill-edition/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { TitleAndInputProps } from './types';
|
|
3
3
|
export declare const inputStyle: Record<string, string>;
|
|
4
4
|
declare const TitleAndInput: {
|
|
@@ -11,7 +11,7 @@ declare const TitleAndInput: {
|
|
|
11
11
|
'data-name': import("prop-types").Requireable<string>;
|
|
12
12
|
titleSize: import("prop-types").Requireable<string>;
|
|
13
13
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
14
|
-
icon: import("prop-types").Requireable<import("prop-types").InferProps<any
|
|
14
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
|
|
15
15
|
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
16
16
|
label: import("prop-types").Requireable<string>;
|
|
17
17
|
type: import("prop-types").Requireable<string>;
|
|
@@ -19,7 +19,17 @@ declare const TitleAndInput: {
|
|
|
19
19
|
customStyle: import("prop-types").Requireable<{
|
|
20
20
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
21
21
|
}>;
|
|
22
|
-
icon: import("prop-types").Requireable<import("prop-types").InferProps<
|
|
22
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
23
|
+
position: import("prop-types").Requireable<string>;
|
|
24
|
+
iconName?: React.Validator<string> | undefined;
|
|
25
|
+
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
26
|
+
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
27
|
+
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
28
|
+
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
29
|
+
preset?: React.Validator<string | null | undefined> | undefined;
|
|
30
|
+
size?: React.Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
|
|
31
|
+
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
32
|
+
}>>;
|
|
23
33
|
}>>;
|
|
24
34
|
button: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
25
35
|
type: import("prop-types").Requireable<string>;
|
|
@@ -250,7 +260,7 @@ declare const TitleAndInput: {
|
|
|
250
260
|
'data-name': import("prop-types").Requireable<string>;
|
|
251
261
|
titleSize: import("prop-types").Requireable<string>;
|
|
252
262
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
253
|
-
icon: import("prop-types").Requireable<import("prop-types").InferProps<any
|
|
263
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
|
|
254
264
|
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
255
265
|
label: import("prop-types").Requireable<string>;
|
|
256
266
|
type: import("prop-types").Requireable<string>;
|
|
@@ -258,7 +268,17 @@ declare const TitleAndInput: {
|
|
|
258
268
|
customStyle: import("prop-types").Requireable<{
|
|
259
269
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
260
270
|
}>;
|
|
261
|
-
icon: import("prop-types").Requireable<import("prop-types").InferProps<
|
|
271
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
272
|
+
position: import("prop-types").Requireable<string>;
|
|
273
|
+
iconName?: React.Validator<string> | undefined;
|
|
274
|
+
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
275
|
+
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
276
|
+
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
277
|
+
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
278
|
+
preset?: React.Validator<string | null | undefined> | undefined;
|
|
279
|
+
size?: React.Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
|
|
280
|
+
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
281
|
+
}>>;
|
|
262
282
|
}>>;
|
|
263
283
|
button: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
264
284
|
type: 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":";
|
|
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"}
|
|
@@ -16,7 +16,7 @@ declare const propTypes: {
|
|
|
16
16
|
'data-name': PropTypes.Requireable<string>;
|
|
17
17
|
titleSize: PropTypes.Requireable<string>;
|
|
18
18
|
subtitleSize: PropTypes.Requireable<string>;
|
|
19
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<any
|
|
19
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
20
20
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
21
21
|
label: PropTypes.Requireable<string>;
|
|
22
22
|
type: PropTypes.Requireable<string>;
|
|
@@ -24,7 +24,17 @@ declare const propTypes: {
|
|
|
24
24
|
customStyle: PropTypes.Requireable<{
|
|
25
25
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
26
26
|
}>;
|
|
27
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
27
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
28
|
+
position: PropTypes.Requireable<string>;
|
|
29
|
+
iconName?: import("react").Validator<string> | undefined;
|
|
30
|
+
iconColor?: import("react").Validator<string | null | undefined> | undefined;
|
|
31
|
+
backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
|
|
32
|
+
gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
|
|
33
|
+
borderRadius?: import("react").Validator<string | null | undefined> | undefined;
|
|
34
|
+
preset?: import("react").Validator<string | null | undefined> | undefined;
|
|
35
|
+
size?: import("react").Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
|
|
36
|
+
customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
|
|
37
|
+
}>>;
|
|
28
38
|
}>>;
|
|
29
39
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
30
40
|
type: PropTypes.Requireable<string>;
|
|
@@ -255,7 +265,7 @@ declare const propTypes: {
|
|
|
255
265
|
'data-name': PropTypes.Requireable<string>;
|
|
256
266
|
titleSize: PropTypes.Requireable<string>;
|
|
257
267
|
subtitleSize: PropTypes.Requireable<string>;
|
|
258
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<any
|
|
268
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
259
269
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
260
270
|
label: PropTypes.Requireable<string>;
|
|
261
271
|
type: PropTypes.Requireable<string>;
|
|
@@ -263,7 +273,17 @@ declare const propTypes: {
|
|
|
263
273
|
customStyle: PropTypes.Requireable<{
|
|
264
274
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
265
275
|
}>;
|
|
266
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
276
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
277
|
+
position: PropTypes.Requireable<string>;
|
|
278
|
+
iconName?: import("react").Validator<string> | undefined;
|
|
279
|
+
iconColor?: import("react").Validator<string | null | undefined> | undefined;
|
|
280
|
+
backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
|
|
281
|
+
gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
|
|
282
|
+
borderRadius?: import("react").Validator<string | null | undefined> | undefined;
|
|
283
|
+
preset?: import("react").Validator<string | null | undefined> | undefined;
|
|
284
|
+
size?: import("react").Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
|
|
285
|
+
customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
|
|
286
|
+
}>>;
|
|
267
287
|
}>>;
|
|
268
288
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
269
289
|
type: 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"}
|
|
@@ -329,7 +329,7 @@ declare namespace WizardContents {
|
|
|
329
329
|
'data-name': PropTypes.Requireable<string>;
|
|
330
330
|
titleSize: PropTypes.Requireable<string>;
|
|
331
331
|
subtitleSize: PropTypes.Requireable<string>;
|
|
332
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<any
|
|
332
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
333
333
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
334
334
|
label: PropTypes.Requireable<string>;
|
|
335
335
|
type: PropTypes.Requireable<string>;
|
|
@@ -337,7 +337,17 @@ declare namespace WizardContents {
|
|
|
337
337
|
customStyle: PropTypes.Requireable<{
|
|
338
338
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
339
339
|
}>;
|
|
340
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
340
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
341
|
+
position: PropTypes.Requireable<string>;
|
|
342
|
+
iconName?: React.Validator<string> | undefined;
|
|
343
|
+
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
344
|
+
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
345
|
+
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
346
|
+
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
347
|
+
preset?: React.Validator<string | null | undefined> | undefined;
|
|
348
|
+
size?: React.Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
|
|
349
|
+
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
350
|
+
}>>;
|
|
341
351
|
}>>;
|
|
342
352
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
343
353
|
type: PropTypes.Requireable<string>;
|
|
@@ -652,4 +662,5 @@ declare namespace WizardContents {
|
|
|
652
662
|
}
|
|
653
663
|
}
|
|
654
664
|
import PropTypes from "prop-types";
|
|
665
|
+
import React from "react";
|
|
655
666
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -15,7 +15,7 @@ declare namespace PlayerLoading {
|
|
|
15
15
|
'data-name': PropTypes.Requireable<string>;
|
|
16
16
|
titleSize: PropTypes.Requireable<string>;
|
|
17
17
|
subtitleSize: PropTypes.Requireable<string>;
|
|
18
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<any
|
|
18
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
19
19
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
20
20
|
label: PropTypes.Requireable<string>;
|
|
21
21
|
type: PropTypes.Requireable<string>;
|
|
@@ -23,7 +23,17 @@ declare namespace PlayerLoading {
|
|
|
23
23
|
customStyle: PropTypes.Requireable<{
|
|
24
24
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
25
25
|
}>;
|
|
26
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
26
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
27
|
+
position: PropTypes.Requireable<string>;
|
|
28
|
+
iconName?: React.Validator<string> | undefined;
|
|
29
|
+
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
30
|
+
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
31
|
+
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
32
|
+
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
33
|
+
preset?: React.Validator<string | null | undefined> | undefined;
|
|
34
|
+
size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
|
|
35
|
+
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
36
|
+
}>>;
|
|
27
37
|
}>>;
|
|
28
38
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
29
39
|
type: PropTypes.Requireable<string>;
|
|
@@ -110,8 +120,8 @@ declare namespace PlayerLoading {
|
|
|
110
120
|
borderRadius: PropTypes.Requireable<string>;
|
|
111
121
|
preset: PropTypes.Requireable<string>;
|
|
112
122
|
size: PropTypes.Requireable<PropTypes.InferProps<{
|
|
113
|
-
faSize: PropTypes.
|
|
114
|
-
wrapperSize: PropTypes.
|
|
123
|
+
faSize: PropTypes.Validator<number>;
|
|
124
|
+
wrapperSize: PropTypes.Validator<number>;
|
|
115
125
|
}>>;
|
|
116
126
|
customStyle: PropTypes.Requireable<{
|
|
117
127
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
@@ -549,7 +559,7 @@ declare namespace PlayerLoading {
|
|
|
549
559
|
'data-name': PropTypes.Requireable<string>;
|
|
550
560
|
titleSize: PropTypes.Requireable<string>;
|
|
551
561
|
subtitleSize: PropTypes.Requireable<string>;
|
|
552
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<any
|
|
562
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
553
563
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
554
564
|
label: PropTypes.Requireable<string>;
|
|
555
565
|
type: PropTypes.Requireable<string>;
|
|
@@ -557,7 +567,17 @@ declare namespace PlayerLoading {
|
|
|
557
567
|
customStyle: PropTypes.Requireable<{
|
|
558
568
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
559
569
|
}>;
|
|
560
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
570
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
571
|
+
position: PropTypes.Requireable<string>;
|
|
572
|
+
iconName?: React.Validator<string> | undefined;
|
|
573
|
+
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
574
|
+
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
575
|
+
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
576
|
+
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
577
|
+
preset?: React.Validator<string | null | undefined> | undefined;
|
|
578
|
+
size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
|
|
579
|
+
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
580
|
+
}>>;
|
|
561
581
|
}>>;
|
|
562
582
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
563
583
|
type: PropTypes.Requireable<string>;
|
|
@@ -760,4 +780,5 @@ declare namespace PlayerLoading {
|
|
|
760
780
|
}
|
|
761
781
|
}
|
|
762
782
|
import PropTypes from "prop-types";
|
|
783
|
+
import React from "react";
|
|
763
784
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -66,7 +66,7 @@ declare namespace SlidePlayer {
|
|
|
66
66
|
'data-name': PropTypes.Requireable<string>;
|
|
67
67
|
titleSize: PropTypes.Requireable<string>;
|
|
68
68
|
subtitleSize: PropTypes.Requireable<string>;
|
|
69
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<any
|
|
69
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
70
70
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
71
71
|
label: PropTypes.Requireable<string>;
|
|
72
72
|
type: PropTypes.Requireable<string>;
|
|
@@ -74,7 +74,17 @@ declare namespace SlidePlayer {
|
|
|
74
74
|
customStyle: PropTypes.Requireable<{
|
|
75
75
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
76
76
|
}>;
|
|
77
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
77
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
78
|
+
position: PropTypes.Requireable<string>;
|
|
79
|
+
iconName?: React.Validator<string> | undefined;
|
|
80
|
+
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
81
|
+
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
82
|
+
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
83
|
+
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
84
|
+
preset?: React.Validator<string | null | undefined> | undefined;
|
|
85
|
+
size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
|
|
86
|
+
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
87
|
+
}>>;
|
|
78
88
|
}>>;
|
|
79
89
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
80
90
|
type: PropTypes.Requireable<string>;
|
|
@@ -161,8 +171,8 @@ declare namespace SlidePlayer {
|
|
|
161
171
|
borderRadius: PropTypes.Requireable<string>;
|
|
162
172
|
preset: PropTypes.Requireable<string>;
|
|
163
173
|
size: PropTypes.Requireable<PropTypes.InferProps<{
|
|
164
|
-
faSize: PropTypes.
|
|
165
|
-
wrapperSize: PropTypes.
|
|
174
|
+
faSize: PropTypes.Validator<number>;
|
|
175
|
+
wrapperSize: PropTypes.Validator<number>;
|
|
166
176
|
}>>;
|
|
167
177
|
customStyle: PropTypes.Requireable<{
|
|
168
178
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
@@ -600,7 +610,7 @@ declare namespace SlidePlayer {
|
|
|
600
610
|
'data-name': PropTypes.Requireable<string>;
|
|
601
611
|
titleSize: PropTypes.Requireable<string>;
|
|
602
612
|
subtitleSize: PropTypes.Requireable<string>;
|
|
603
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<any
|
|
613
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
604
614
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
605
615
|
label: PropTypes.Requireable<string>;
|
|
606
616
|
type: PropTypes.Requireable<string>;
|
|
@@ -608,7 +618,17 @@ declare namespace SlidePlayer {
|
|
|
608
618
|
customStyle: PropTypes.Requireable<{
|
|
609
619
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
610
620
|
}>;
|
|
611
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
621
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
622
|
+
position: PropTypes.Requireable<string>;
|
|
623
|
+
iconName?: React.Validator<string> | undefined;
|
|
624
|
+
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
625
|
+
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
626
|
+
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
627
|
+
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
628
|
+
preset?: React.Validator<string | null | undefined> | undefined;
|
|
629
|
+
size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
|
|
630
|
+
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
631
|
+
}>>;
|
|
612
632
|
}>>;
|
|
613
633
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
614
634
|
type: PropTypes.Requireable<string>;
|
|
@@ -820,7 +840,7 @@ declare namespace SlidePlayer {
|
|
|
820
840
|
'data-name': PropTypes.Requireable<string>;
|
|
821
841
|
titleSize: PropTypes.Requireable<string>;
|
|
822
842
|
subtitleSize: PropTypes.Requireable<string>;
|
|
823
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<any
|
|
843
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
824
844
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
825
845
|
label: PropTypes.Requireable<string>;
|
|
826
846
|
type: PropTypes.Requireable<string>;
|
|
@@ -828,7 +848,17 @@ declare namespace SlidePlayer {
|
|
|
828
848
|
customStyle: PropTypes.Requireable<{
|
|
829
849
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
830
850
|
}>;
|
|
831
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
851
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
852
|
+
position: PropTypes.Requireable<string>;
|
|
853
|
+
iconName?: React.Validator<string> | undefined;
|
|
854
|
+
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
855
|
+
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
856
|
+
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
857
|
+
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
858
|
+
preset?: React.Validator<string | null | undefined> | undefined;
|
|
859
|
+
size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
|
|
860
|
+
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
861
|
+
}>>;
|
|
832
862
|
}>>;
|
|
833
863
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
834
864
|
type: PropTypes.Requireable<string>;
|
|
@@ -915,8 +945,8 @@ declare namespace SlidePlayer {
|
|
|
915
945
|
borderRadius: PropTypes.Requireable<string>;
|
|
916
946
|
preset: PropTypes.Requireable<string>;
|
|
917
947
|
size: PropTypes.Requireable<PropTypes.InferProps<{
|
|
918
|
-
faSize: PropTypes.
|
|
919
|
-
wrapperSize: PropTypes.
|
|
948
|
+
faSize: PropTypes.Validator<number>;
|
|
949
|
+
wrapperSize: PropTypes.Validator<number>;
|
|
920
950
|
}>>;
|
|
921
951
|
customStyle: PropTypes.Requireable<{
|
|
922
952
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
@@ -1354,7 +1384,7 @@ declare namespace SlidePlayer {
|
|
|
1354
1384
|
'data-name': PropTypes.Requireable<string>;
|
|
1355
1385
|
titleSize: PropTypes.Requireable<string>;
|
|
1356
1386
|
subtitleSize: PropTypes.Requireable<string>;
|
|
1357
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<any
|
|
1387
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
1358
1388
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1359
1389
|
label: PropTypes.Requireable<string>;
|
|
1360
1390
|
type: PropTypes.Requireable<string>;
|
|
@@ -1362,7 +1392,17 @@ declare namespace SlidePlayer {
|
|
|
1362
1392
|
customStyle: PropTypes.Requireable<{
|
|
1363
1393
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1364
1394
|
}>;
|
|
1365
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
1395
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1396
|
+
position: PropTypes.Requireable<string>;
|
|
1397
|
+
iconName?: React.Validator<string> | undefined;
|
|
1398
|
+
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
1399
|
+
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
1400
|
+
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
1401
|
+
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
1402
|
+
preset?: React.Validator<string | null | undefined> | undefined;
|
|
1403
|
+
size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
|
|
1404
|
+
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
1405
|
+
}>>;
|
|
1366
1406
|
}>>;
|
|
1367
1407
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1368
1408
|
type: PropTypes.Requireable<string>;
|
|
@@ -1565,4 +1605,5 @@ declare namespace SlidePlayer {
|
|
|
1565
1605
|
}
|
|
1566
1606
|
}
|
|
1567
1607
|
import PropTypes from "prop-types";
|
|
1608
|
+
import React from "react";
|
|
1568
1609
|
//# sourceMappingURL=index.d.ts.map
|