oolib 2.110.1 → 2.111.0
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/dist/UIContent/index.d.ts +17 -17
- package/dist/components/Accordion/index.d.ts +56 -13
- package/dist/components/Accordion/index.js +23 -31
- package/dist/components/Accordion/styled.d.ts +7 -7
- package/dist/components/Accordion/styled.js +7 -8
- package/dist/components/ActionMenu/index.js +2 -9
- package/dist/components/AudioInput/comps/AudioAction.d.ts +1 -1
- package/dist/components/AudioInput/comps/AudioPlayer.d.ts +1 -1
- package/dist/components/AudioInput/index.js +1 -1
- package/dist/components/Breadcrumbs/index.styled.d.ts +1 -1
- package/dist/components/Buttons/index.d.ts +32 -42
- package/dist/components/Buttons/index.js +3 -3
- package/dist/components/Coachmark/comps/MovingCoachmark/index.d.ts +3 -0
- package/dist/components/Coachmark/comps/MovingCoachmark/index.js +68 -0
- package/dist/components/Coachmark/comps/MovingCoachmark/styled.d.ts +2 -0
- package/dist/components/Coachmark/comps/MovingCoachmark/styled.js +45 -0
- package/dist/components/Coachmark/comps/MovingCoachmark/utils/index.d.ts +1 -0
- package/dist/components/Coachmark/comps/MovingCoachmark/utils/index.js +57 -0
- package/dist/components/Coachmark/config.d.ts +31 -0
- package/dist/components/Coachmark/config.js +61 -0
- package/dist/components/Coachmark/index.d.ts +4 -0
- package/dist/components/Coachmark/index.js +74 -0
- package/dist/components/Coachmark/styled.d.ts +1 -0
- package/dist/components/Coachmark/styled.js +37 -0
- package/dist/components/Coachmark/utils/index.d.ts +13 -0
- package/dist/components/Coachmark/utils/index.js +70 -0
- package/dist/components/DateRangePicker/index.d.ts +1 -1
- package/dist/components/DateTimePicker/index.styled.d.ts +0 -0
- package/dist/components/DateTimePicker/index.styled.js +0 -0
- package/dist/components/Dropdowns/DropdownMulti/index.js +4 -28
- package/dist/components/Dropdowns/DropdownSingle/index.js +4 -28
- package/dist/components/Dropdowns/comps/OptionsMulti/index.js +3 -30
- package/dist/components/Dropdowns/comps/OptionsShell/index.js +1 -11
- package/dist/components/Dropdowns/comps/OptionsSingle/index.js +2 -34
- package/dist/components/Dropdowns/comps/SelectDropdown/index.js +1 -12
- package/dist/components/Dropdowns/comps/VirtualizedWrapper/index.d.ts +1 -1
- package/dist/components/Dropdowns/utils/isDynamicOtherOption.d.ts +0 -0
- package/dist/components/Dropdowns/utils/isDynamicOtherOption.js +0 -0
- package/dist/components/EmptyStates/index.js +1 -12
- package/dist/components/FileUploadWrapper/comps/FileUploadShell.d.ts +1 -1
- package/dist/components/FileUploadWrapper/index.d.ts +1 -1
- package/dist/components/FileUploadWrapper/index.js +1 -12
- package/dist/components/IFrameInput/comps/Embed.d.ts +1 -1
- package/dist/components/IFrameInput/index.js +2 -2
- package/dist/components/IFrameInput/utils/DisplayCoachmark.d.ts +7 -0
- package/dist/components/IFrameInput/utils/DisplayCoachmark.js +83 -0
- package/dist/components/ImageInput/comps/GallerySlider/index.js +1 -16
- package/dist/components/ImageInput/comps/ImageEditor/comps/ConfirmDeleteModal/index.d.ts +1 -1
- package/dist/components/ImageInput/comps/ImageEditor/index.js +9 -65
- package/dist/components/ImageInput/comps/Placeholder/index.js +1 -17
- package/dist/components/ImageInput/comps/Placeholder/styled.d.ts +3 -0
- package/dist/components/ImageInput/comps/Placeholder/styled.js +39 -0
- package/dist/components/ImageInput/comps/SingleImageInput/index.js +1 -32
- package/dist/components/ImageInput/derivedComps/ImageDisplayInMask/index.js +1 -1
- package/dist/components/ImageInput/index.js +3 -25
- package/dist/components/InlineAlert/index.d.ts +25 -8
- package/dist/components/InlineAlert/index.js +16 -1
- package/dist/components/LegendRadioCheckList/LegendButton/index.d.ts +10 -0
- package/dist/components/LegendRadioCheckList/LegendButton/index.js +18 -0
- package/dist/components/LegendRadioCheckList/LegendButton/styled.d.ts +3 -0
- package/dist/components/LegendRadioCheckList/LegendButton/styled.js +22 -0
- package/dist/components/LegendRadioCheckList/LegendCheckboxList/index.d.ts +8 -0
- package/dist/components/LegendRadioCheckList/LegendCheckboxList/index.js +49 -0
- package/dist/components/LegendRadioCheckList/LegendCheckboxList/styled.d.ts +0 -0
- package/dist/components/LegendRadioCheckList/LegendCheckboxList/styled.js +0 -0
- package/dist/components/LegendRadioCheckList/LegendRadioList/index.d.ts +8 -0
- package/dist/components/LegendRadioCheckList/LegendRadioList/index.js +34 -0
- package/dist/components/LegendRadioCheckList/LegendRadioList/styled.d.ts +1 -0
- package/dist/components/LegendRadioCheckList/LegendRadioList/styled.js +13 -0
- package/dist/components/Lexical/Plugins/TableCellResizer/index.js +1 -26
- package/dist/components/LoadersAndProgress/LoaderCircle/index.js +2 -2
- package/dist/components/LoadersAndProgress/SkeletonLoader/index.d.ts +1 -1
- package/dist/components/Margins/index.d.ts +1 -1
- package/dist/components/Modals/Modal/styled.d.ts +2 -2
- package/dist/components/Modals/ModalConfirm/styled.d.ts +2 -2
- package/dist/components/OKELink/comps/AvatarDisplay/index.d.ts +8 -0
- package/dist/components/OKELink/comps/AvatarDisplay/index.js +19 -0
- package/dist/components/OKELink/comps/AvatarDisplay/styled.d.ts +2 -0
- package/dist/components/OKELink/comps/AvatarDisplay/styled.js +48 -0
- package/dist/components/OKELink/index.d.ts +1 -1
- package/dist/components/OKELink/index.js +2 -5
- package/dist/components/OKELink/utils/index.d.ts +6 -0
- package/dist/components/OKELink/utils/index.js +20 -0
- package/dist/components/PDFInput/comps/PDFActions.d.ts +1 -1
- package/dist/components/PDFInput/index.js +1 -1
- package/dist/components/Paddings/index.d.ts +1 -1
- package/dist/components/PercentCompletedPie/index.d.ts +19 -5
- package/dist/components/PercentCompletedPie/index.js +15 -5
- package/dist/components/PercentCompletedPie/styled.d.ts +17 -5
- package/dist/components/PercentCompletedPie/styled.js +26 -6
- package/dist/components/Playground/index.d.ts +4 -0
- package/dist/components/Playground/index.js +17 -0
- package/dist/components/Playground/styled.d.ts +1 -0
- package/dist/components/Playground/styled.js +14 -0
- package/dist/components/RadioAndCheckbox/comps/CheckboxList/comps/CheckboxButton/index.d.ts +1 -1
- package/dist/components/RadioAndCheckbox/comps/CheckboxList/comps/CheckboxButton/index.js +1 -12
- package/dist/components/RadioAndCheckbox/comps/CheckboxList/comps/CheckboxInput/index.d.ts +1 -1
- package/dist/components/RadioAndCheckbox/comps/CheckboxList/comps/CheckboxInput/index.js +3 -20
- package/dist/components/RadioAndCheckbox/comps/CheckboxList/index.js +11 -7
- package/dist/components/RadioAndCheckbox/comps/RadioList/comps/RadioInput/index.js +4 -25
- package/dist/components/RadioAndCheckbox/comps/RadioList/index.js +6 -6
- package/dist/components/ResourceInput/comp/ResourceDisplayBlock.d.ts +1 -1
- package/dist/components/ResourceInput/index.d.ts +1 -1
- package/dist/components/SimpleTable/index.js +5 -22
- package/dist/components/SimpleTable/utils/convertColHeaderConfigToRowData.js +1 -1
- package/dist/components/SimpleTable/utils/convertRowHeaderConfigToCellData.js +1 -1
- package/dist/components/SimpleTable/utils/prepInitValueFromConfigIfNoValue.js +2 -2
- package/dist/components/Switches/index.js +5 -11
- package/dist/components/Tags/index.d.ts +1 -1
- package/dist/components/Tags/index.styled.d.ts +1 -1
- package/dist/components/TimePicker/styled.d.ts +1 -1
- package/dist/components/TimeRangePicker/index.styled.d.ts +0 -0
- package/dist/components/TimeRangePicker/index.styled.js +0 -0
- package/dist/components/Tooltip/index.d.ts +2 -3
- package/dist/components/Typo/index.js +1 -1
- package/dist/components/VideoInput/comps/VideoActionMenu.d.ts +1 -1
- package/dist/components/VideoInput/index.d.ts +1 -1
- package/dist/components/VideoInput/index.js +2 -21
- package/dist/components/Wrappers/WrapperCardGrid.d.ts +2 -0
- package/dist/components/Wrappers/WrapperCardGrid.js +19 -0
- package/dist/components/Wrappers/index.d.ts +1 -1
- package/dist/components/Wrappers/index.js +1 -1
- package/dist/components/cards/ListProfile/styled.d.ts +7 -0
- package/dist/components/cards/ListProfile/styled.js +23 -0
- package/dist/components/cards/utils/parseCardConfig.js +1 -1
- package/dist/d3Modules/index.d.ts +1 -0
- package/dist/d3Modules/index.js +1 -1
- package/dist/icons/custom/index.d.ts +1 -0
- package/dist/icons/custom/index.js +6 -1
- package/dist/icons/index.d.ts +112 -110
- package/dist/icons/index.js +2 -1
- package/dist/stories/Accordion.stories.d.ts +78 -0
- package/dist/stories/Accordion.stories.js +93 -0
- package/dist/stories/ActionMenu.stories.d.ts +166 -0
- package/dist/stories/ActionMenu.stories.js +140 -0
- package/dist/stories/AudioInput.stories.d.ts +20 -0
- package/dist/stories/AudioInput.stories.js +67 -0
- package/dist/stories/Banner.stories.d.ts +97 -0
- package/dist/stories/Banner.stories.js +126 -0
- package/dist/stories/BarChart.stories.d.ts +13 -0
- package/dist/stories/BarChart.stories.js +61 -0
- package/dist/stories/BlockLabel.stories.d.ts +71 -0
- package/dist/stories/BlockLabel.stories.js +106 -0
- package/dist/stories/Breadcrumbs.stories.d.ts +13 -0
- package/dist/stories/Breadcrumbs.stories.js +34 -0
- package/dist/stories/Button.stories.d.ts +209 -0
- package/dist/stories/Button.stories.js +164 -0
- package/dist/stories/Checkbox.stories.d.ts +248 -0
- package/dist/stories/Checkbox.stories.js +249 -0
- package/dist/stories/Colors.stories.d.ts +6 -0
- package/dist/stories/Colors.stories.js +66 -0
- package/dist/stories/DatePicker.stories.d.ts +239 -0
- package/dist/stories/DatePicker.stories.js +267 -0
- package/dist/stories/Divider.stories.d.ts +8 -0
- package/dist/stories/Divider.stories.js +28 -0
- package/dist/stories/Dropdowns.stories.d.ts +114 -0
- package/dist/stories/Dropdowns.stories.js +280 -0
- package/dist/stories/EmptyStates.stories.d.ts +63 -0
- package/dist/stories/EmptyStates.stories.js +69 -0
- package/dist/stories/HomeCover.stories.d.ts +55 -0
- package/dist/stories/HomeCover.stories.js +68 -0
- package/dist/stories/IFrameInput.stories.d.ts +32 -0
- package/dist/stories/IFrameInput.stories.js +51 -0
- package/dist/stories/ImageInput/ImageInput.stories.d.ts +263 -0
- package/dist/stories/ImageInput/ImageInput.stories.js +167 -0
- package/dist/stories/ImageInput/imageInputArgTypes.d.ts +121 -0
- package/dist/stories/ImageInput/imageInputArgTypes.js +78 -0
- package/dist/stories/ImageInput/imageInputParseArgTypes.d.ts +17 -0
- package/dist/stories/ImageInput/imageInputParseArgTypes.js +31 -0
- package/dist/stories/InlineAlert.stories.d.ts +62 -0
- package/dist/stories/InlineAlert.stories.js +62 -0
- package/dist/stories/Layout.stories.d.ts +161 -0
- package/dist/stories/Layout.stories.js +183 -0
- package/dist/stories/LegendRadioList.stories.d.ts +15 -0
- package/dist/stories/LegendRadioList.stories.js +73 -0
- package/dist/stories/Loaders.stories.d.ts +77 -0
- package/dist/stories/Loaders.stories.js +74 -0
- package/dist/stories/Modal.stories.d.ts +135 -0
- package/dist/stories/Modal.stories.js +146 -0
- package/dist/stories/ModalConfirmAction.stories.d.ts +13 -0
- package/dist/stories/ModalConfirmAction.stories.js +47 -0
- package/dist/stories/OKELink.stories.d.ts +72 -0
- package/dist/stories/OKELink.stories.js +110 -0
- package/dist/stories/PDFInput.stories.d.ts +20 -0
- package/dist/stories/PDFInput.stories.js +45 -0
- package/dist/stories/PageScrollIndicator.stories.d.ts +15 -0
- package/dist/stories/PageScrollIndicator.stories.js +26 -0
- package/dist/stories/PercentCompletedPi.stories.d.ts +55 -0
- package/dist/stories/PercentCompletedPi.stories.js +49 -0
- package/dist/stories/Playground.stories.d.ts +22 -0
- package/dist/stories/Playground.stories.js +26 -0
- package/dist/stories/Progress.stories.d.ts +45 -0
- package/dist/stories/Progress.stories.js +50 -0
- package/dist/stories/RadioButton.stories.d.ts +260 -0
- package/dist/stories/RadioButton.stories.js +264 -0
- package/dist/stories/ResourceInput.stories.d.ts +9 -0
- package/dist/stories/ResourceInput.stories.js +53 -0
- package/dist/stories/SimpleTable.stories.d.ts +65 -0
- package/dist/stories/SimpleTable.stories.js +111 -0
- package/dist/stories/SkeletonLoader.stories.d.ts +81 -0
- package/dist/stories/SkeletonLoader.stories.js +82 -0
- package/dist/stories/Switches.stories.d.ts +106 -0
- package/dist/stories/Switches.stories.js +136 -0
- package/dist/stories/TabBar.stories.d.ts +73 -0
- package/dist/stories/TabBar.stories.js +103 -0
- package/dist/stories/TagClear.stories.d.ts +57 -0
- package/dist/stories/TagClear.stories.js +76 -0
- package/dist/stories/TagDisplay.stories.d.ts +73 -0
- package/dist/stories/TagDisplay.stories.js +154 -0
- package/dist/stories/TagLink.stories.d.ts +59 -0
- package/dist/stories/TagLink.stories.js +65 -0
- package/dist/stories/TagSelect.stories.d.ts +41 -0
- package/dist/stories/TagSelect.stories.js +54 -0
- package/dist/stories/TagsInput.stories.d.ts +90 -0
- package/dist/stories/TagsInput.stories.js +168 -0
- package/dist/stories/TextInputs.stories.d.ts +124 -0
- package/dist/stories/TextInputs.stories.js +178 -0
- package/dist/stories/Tooltip.stories.d.ts +41 -0
- package/dist/stories/Tooltip.stories.js +78 -0
- package/dist/stories/Typo.stories.d.ts +304 -0
- package/dist/stories/Typo.stories.js +357 -0
- package/dist/stories/UserRoleBadge.stories.d.ts +19 -0
- package/dist/stories/UserRoleBadge.stories.js +46 -0
- package/dist/stories/Utilities.stories.d.ts +5 -0
- package/dist/stories/Utilities.stories.js +110 -0
- package/dist/stories/VideoInput.stories.d.ts +46 -0
- package/dist/stories/VideoInput.stories.js +49 -0
- package/dist/stories/cards/CardContent.stories.d.ts +67 -0
- package/dist/stories/cards/CardContent.stories.js +47 -0
- package/dist/stories/cards/CardEmbed.stories.d.ts +65 -0
- package/dist/stories/cards/CardEmbed.stories.js +46 -0
- package/dist/stories/cards/CardProfile.stories.d.ts +46 -0
- package/dist/stories/cards/CardProfile.stories.js +48 -0
- package/dist/stories/cards/ListContent.stories.d.ts +81 -0
- package/dist/stories/cards/ListContent.stories.js +50 -0
- package/dist/stories/cards/ListProfile.stories.d.ts +41 -0
- package/dist/stories/cards/ListProfile.stories.js +46 -0
- package/dist/stories/cards/utils/cardArgTypes.d.ts +182 -0
- package/dist/stories/cards/utils/cardArgTypes.js +114 -0
- package/dist/stories/cards/utils/parseCardArgs.d.ts +46 -0
- package/dist/stories/cards/utils/parseCardArgs.js +57 -0
- package/dist/themes/colors.d.ts +51 -0
- package/dist/utils/comps/DisplayIcon/index.d.ts +1 -1
- package/dist/utils/getBlockLabelProps.js +1 -1
- package/dist/utils/getterSetterDeleter/getVal_caseExamples.d.ts +60 -0
- package/dist/utils/getterSetterDeleter/getVal_caseExamples.js +91 -0
- package/dist/utilsOolib/StorybookBannersWrapper.d.ts +2 -0
- package/dist/utilsOolib/StorybookBannersWrapper.js +16 -0
- package/dist/utilsOolib/excludeKeys.d.ts +8 -0
- package/dist/utilsOolib/excludeKeys.js +31 -0
- package/dist/utilsOolib/genRandomHash.d.ts +7 -0
- package/dist/utilsOolib/genRandomHash.js +19 -0
- package/dist/utilsOolib/index.d.ts +12 -5
- package/dist/utilsOolib/index.js +11 -3
- package/dist/utilsOolib/renderRTEPlaceholderForOolibPreview.d.ts +8 -1
- package/dist/utilsOolib/renderRTEPlaceholderForOolibPreview.js +1 -2
- package/package.json +4 -3
- /package/dist/components/Buttons/{index.styled.d.ts → styled.d.ts} +0 -0
- /package/dist/components/Buttons/{index.styled.js → styled.js} +0 -0
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let title: string;
|
|
3
|
+
let argTypes: {};
|
|
4
|
+
}
|
|
5
|
+
export default _default;
|
|
6
|
+
export function SwitchDouble(args: any): React.JSX.Element;
|
|
7
|
+
export namespace SwitchDouble {
|
|
8
|
+
export namespace args {
|
|
9
|
+
let rightOption: string;
|
|
10
|
+
let leftOption: string;
|
|
11
|
+
let disabled: boolean;
|
|
12
|
+
let invert: boolean;
|
|
13
|
+
let saveValueAsString: boolean;
|
|
14
|
+
}
|
|
15
|
+
export namespace argTypes_1 {
|
|
16
|
+
export namespace layoutStyle {
|
|
17
|
+
let options: string[];
|
|
18
|
+
namespace control {
|
|
19
|
+
let type: string;
|
|
20
|
+
}
|
|
21
|
+
let defaultValue: string;
|
|
22
|
+
}
|
|
23
|
+
export namespace rightOption_1 {
|
|
24
|
+
let name: string;
|
|
25
|
+
}
|
|
26
|
+
export { rightOption_1 as rightOption };
|
|
27
|
+
export namespace leftOption_1 {
|
|
28
|
+
let name_1: string;
|
|
29
|
+
export { name_1 as name };
|
|
30
|
+
}
|
|
31
|
+
export { leftOption_1 as leftOption };
|
|
32
|
+
export namespace invert_1 {
|
|
33
|
+
let name_2: string;
|
|
34
|
+
export { name_2 as name };
|
|
35
|
+
}
|
|
36
|
+
export { invert_1 as invert };
|
|
37
|
+
export namespace disabled_1 {
|
|
38
|
+
let name_3: string;
|
|
39
|
+
export { name_3 as name };
|
|
40
|
+
}
|
|
41
|
+
export { disabled_1 as disabled };
|
|
42
|
+
}
|
|
43
|
+
export { argTypes_1 as argTypes };
|
|
44
|
+
export namespace parameters {
|
|
45
|
+
namespace controls {
|
|
46
|
+
let exclude: string[];
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export function SwitchSingle(args: any): React.JSX.Element;
|
|
51
|
+
export namespace SwitchSingle {
|
|
52
|
+
export namespace parameters_1 {
|
|
53
|
+
export namespace controls_1 {
|
|
54
|
+
let exclude_1: string[];
|
|
55
|
+
export { exclude_1 as exclude };
|
|
56
|
+
}
|
|
57
|
+
export { controls_1 as controls };
|
|
58
|
+
}
|
|
59
|
+
export { parameters_1 as parameters };
|
|
60
|
+
export namespace args_1 {
|
|
61
|
+
let rightOption_2: string;
|
|
62
|
+
export { rightOption_2 as rightOption };
|
|
63
|
+
let layoutStyle_1: string;
|
|
64
|
+
export { layoutStyle_1 as layoutStyle };
|
|
65
|
+
let disabled_2: boolean;
|
|
66
|
+
export { disabled_2 as disabled };
|
|
67
|
+
let invert_2: boolean;
|
|
68
|
+
export { invert_2 as invert };
|
|
69
|
+
let saveValueAsString_1: boolean;
|
|
70
|
+
export { saveValueAsString_1 as saveValueAsString };
|
|
71
|
+
}
|
|
72
|
+
export { args_1 as args };
|
|
73
|
+
export namespace argTypes_2 {
|
|
74
|
+
export namespace layoutStyle_2 {
|
|
75
|
+
let name_4: string;
|
|
76
|
+
export { name_4 as name };
|
|
77
|
+
let options_1: string[];
|
|
78
|
+
export { options_1 as options };
|
|
79
|
+
export namespace control_1 {
|
|
80
|
+
let type_1: string;
|
|
81
|
+
export { type_1 as type };
|
|
82
|
+
}
|
|
83
|
+
export { control_1 as control };
|
|
84
|
+
let defaultValue_1: string;
|
|
85
|
+
export { defaultValue_1 as defaultValue };
|
|
86
|
+
}
|
|
87
|
+
export { layoutStyle_2 as layoutStyle };
|
|
88
|
+
export namespace rightOption_3 {
|
|
89
|
+
let name_5: string;
|
|
90
|
+
export { name_5 as name };
|
|
91
|
+
}
|
|
92
|
+
export { rightOption_3 as rightOption };
|
|
93
|
+
export namespace invert_3 {
|
|
94
|
+
let name_6: string;
|
|
95
|
+
export { name_6 as name };
|
|
96
|
+
}
|
|
97
|
+
export { invert_3 as invert };
|
|
98
|
+
export namespace disabled_3 {
|
|
99
|
+
let name_7: string;
|
|
100
|
+
export { name_7 as name };
|
|
101
|
+
}
|
|
102
|
+
export { disabled_3 as disabled };
|
|
103
|
+
}
|
|
104
|
+
export { argTypes_2 as argTypes };
|
|
105
|
+
}
|
|
106
|
+
import React from 'react';
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.SwitchSingle = exports.SwitchDouble = void 0;
|
|
30
|
+
var react_1 = __importStar(require("react"));
|
|
31
|
+
var react_json_view_1 = __importDefault(require("react-json-view"));
|
|
32
|
+
var Switches_1 = require("../components/Switches");
|
|
33
|
+
var themes_1 = require("../themes");
|
|
34
|
+
exports.default = {
|
|
35
|
+
title: 'Components/Switches',
|
|
36
|
+
argTypes: {
|
|
37
|
+
// shape: {
|
|
38
|
+
// name: "Shape",
|
|
39
|
+
// options: ['circle', 'square'],
|
|
40
|
+
// control: { type: 'inline-radio' },
|
|
41
|
+
// defaultValue: 'circle'
|
|
42
|
+
// },
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
var showJSON = function (display, data) {
|
|
46
|
+
return react_1.default.createElement(react_json_view_1.default
|
|
47
|
+
// theme="monokai"
|
|
48
|
+
, {
|
|
49
|
+
// theme="monokai"
|
|
50
|
+
name: display, src: data, displayDataTypes: false, enableClipboard: false, quotesOnKeys: false });
|
|
51
|
+
};
|
|
52
|
+
var SwitchDouble = function (args) {
|
|
53
|
+
var options = [
|
|
54
|
+
{ display: args.leftOption, value: 1 },
|
|
55
|
+
{ display: args.rightOption, value: 2 }
|
|
56
|
+
];
|
|
57
|
+
var _a = (0, react_1.useState)(args.saveValueAsString ? options[0].value : options[0]), value = _a[0], setValue = _a[1];
|
|
58
|
+
(0, react_1.useEffect)(function () {
|
|
59
|
+
setValue(args.saveValueAsString ? options[0].value : options[0]);
|
|
60
|
+
}, [args.saveValueAsString]);
|
|
61
|
+
return (react_1.default.createElement("div", { style: { background: args.invert ? '#383838' : '', padding: '4rem 4rem' } },
|
|
62
|
+
react_1.default.createElement(Switches_1.SwitchDouble, { invert: args.invert, shape: args.shape, saveValueAsString: args.saveValueAsString, disabled: args.disabled, options: options, value: value, onChange: function (id, newVal) { return setValue(newVal); } }),
|
|
63
|
+
react_1.default.createElement("div", { style: { padding: '2rem', position: 'fixed', top: 0, right: 0 } },
|
|
64
|
+
showJSON('VALUE', { value: value }),
|
|
65
|
+
showJSON('OPTIONS', options))));
|
|
66
|
+
};
|
|
67
|
+
exports.SwitchDouble = SwitchDouble;
|
|
68
|
+
exports.SwitchDouble.args = {
|
|
69
|
+
rightOption: 'right option',
|
|
70
|
+
leftOption: 'left Option',
|
|
71
|
+
disabled: false,
|
|
72
|
+
invert: false,
|
|
73
|
+
saveValueAsString: true,
|
|
74
|
+
};
|
|
75
|
+
exports.SwitchDouble.argTypes = {
|
|
76
|
+
layoutStyle: {
|
|
77
|
+
options: ['style1', 'style2'],
|
|
78
|
+
control: { type: 'inline-radio' },
|
|
79
|
+
defaultValue: 'style1'
|
|
80
|
+
},
|
|
81
|
+
rightOption: {
|
|
82
|
+
name: 'Right option'
|
|
83
|
+
},
|
|
84
|
+
leftOption: {
|
|
85
|
+
name: "Left Option"
|
|
86
|
+
},
|
|
87
|
+
invert: {
|
|
88
|
+
name: "Invert"
|
|
89
|
+
},
|
|
90
|
+
disabled: {
|
|
91
|
+
name: "Disabled"
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
exports.SwitchDouble.parameters = {
|
|
95
|
+
controls: { exclude: ['layoutStyle'] }
|
|
96
|
+
};
|
|
97
|
+
var SwitchSingle = function (args) {
|
|
98
|
+
var option = { display: args.rightOption, value: 1 };
|
|
99
|
+
var _a = (0, react_1.useState)(args.saveValueAsString ? option.value : option), value = _a[0], setValue = _a[1];
|
|
100
|
+
(0, react_1.useEffect)(function () {
|
|
101
|
+
setValue(args.saveValueAsString ? option.value : option);
|
|
102
|
+
}, [args.saveValueAsString]);
|
|
103
|
+
return (react_1.default.createElement("div", { style: { background: args.invert ? '#383838' : '', padding: '4rem 4rem' } },
|
|
104
|
+
react_1.default.createElement(Switches_1.SwitchSingle, { invert: args.invert, shape: args.shape, layoutStyle: args.layoutStyle, saveValueAsString: args.saveValueAsString, disabled: args.disabled, option: option, value: value, onChange: function (id, newVal) { return setValue(newVal); } }),
|
|
105
|
+
react_1.default.createElement("div", { style: { padding: '2rem', paddingTop: '3rem', marginTop: '3rem', borderTop: "1px solid ".concat(themes_1.colors.greyColor15) } },
|
|
106
|
+
showJSON('VALUE', { value: value }),
|
|
107
|
+
showJSON('OPTIONS', option))));
|
|
108
|
+
};
|
|
109
|
+
exports.SwitchSingle = SwitchSingle;
|
|
110
|
+
exports.SwitchSingle.parameters = {
|
|
111
|
+
controls: { exclude: ['leftOption'] }
|
|
112
|
+
};
|
|
113
|
+
exports.SwitchSingle.args = {
|
|
114
|
+
rightOption: 'right option',
|
|
115
|
+
layoutStyle: 'style1',
|
|
116
|
+
disabled: false,
|
|
117
|
+
invert: false,
|
|
118
|
+
saveValueAsString: true,
|
|
119
|
+
};
|
|
120
|
+
exports.SwitchSingle.argTypes = {
|
|
121
|
+
layoutStyle: {
|
|
122
|
+
name: "Layout Style",
|
|
123
|
+
options: ['style1', 'style2'],
|
|
124
|
+
control: { type: 'select' },
|
|
125
|
+
defaultValue: 'style1'
|
|
126
|
+
},
|
|
127
|
+
rightOption: {
|
|
128
|
+
name: 'Text'
|
|
129
|
+
},
|
|
130
|
+
invert: {
|
|
131
|
+
name: "Invert"
|
|
132
|
+
},
|
|
133
|
+
disabled: {
|
|
134
|
+
name: "Disabled"
|
|
135
|
+
}
|
|
136
|
+
};
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let title: string;
|
|
3
|
+
namespace argTypes {
|
|
4
|
+
namespace tabBarStyle {
|
|
5
|
+
let name: string;
|
|
6
|
+
let options: string[];
|
|
7
|
+
namespace mapping {
|
|
8
|
+
let Primary: string;
|
|
9
|
+
let Secondary: string;
|
|
10
|
+
}
|
|
11
|
+
namespace control {
|
|
12
|
+
let type: string;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
namespace color {
|
|
16
|
+
let name_1: string;
|
|
17
|
+
export { name_1 as name };
|
|
18
|
+
let options_1: string[];
|
|
19
|
+
export { options_1 as options };
|
|
20
|
+
export namespace control_1 {
|
|
21
|
+
let type_1: string;
|
|
22
|
+
export { type_1 as type };
|
|
23
|
+
}
|
|
24
|
+
export { control_1 as control };
|
|
25
|
+
}
|
|
26
|
+
namespace size {
|
|
27
|
+
let name_2: string;
|
|
28
|
+
export { name_2 as name };
|
|
29
|
+
let options_2: string[];
|
|
30
|
+
export { options_2 as options };
|
|
31
|
+
export namespace mapping_1 {
|
|
32
|
+
let Small: string;
|
|
33
|
+
let Medium: string;
|
|
34
|
+
}
|
|
35
|
+
export { mapping_1 as mapping };
|
|
36
|
+
export namespace control_2 {
|
|
37
|
+
let type_2: string;
|
|
38
|
+
export { type_2 as type };
|
|
39
|
+
}
|
|
40
|
+
export { control_2 as control };
|
|
41
|
+
}
|
|
42
|
+
namespace errorTabs {
|
|
43
|
+
let name_3: string;
|
|
44
|
+
export { name_3 as name };
|
|
45
|
+
let options_3: string[];
|
|
46
|
+
export { options_3 as options };
|
|
47
|
+
export namespace control_3 {
|
|
48
|
+
let type_3: string;
|
|
49
|
+
export { type_3 as type };
|
|
50
|
+
}
|
|
51
|
+
export { control_3 as control };
|
|
52
|
+
}
|
|
53
|
+
namespace changeWidth {
|
|
54
|
+
let name_4: string;
|
|
55
|
+
export { name_4 as name };
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
namespace args {
|
|
59
|
+
let tabBarStyle_1: string;
|
|
60
|
+
export { tabBarStyle_1 as tabBarStyle };
|
|
61
|
+
let size_1: string;
|
|
62
|
+
export { size_1 as size };
|
|
63
|
+
let color_1: string;
|
|
64
|
+
export { color_1 as color };
|
|
65
|
+
let changeWidth_1: boolean;
|
|
66
|
+
export { changeWidth_1 as changeWidth };
|
|
67
|
+
let errorTabs_1: string;
|
|
68
|
+
export { errorTabs_1 as errorTabs };
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
export default _default;
|
|
72
|
+
export function TabBar_(args: any): React.JSX.Element;
|
|
73
|
+
import React from "react";
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.TabBar_ = void 0;
|
|
38
|
+
var react_1 = __importStar(require("react"));
|
|
39
|
+
var TabBars = __importStar(require("../components/TabBar"));
|
|
40
|
+
exports.default = {
|
|
41
|
+
title: "Components/TabBar",
|
|
42
|
+
argTypes: {
|
|
43
|
+
tabBarStyle: {
|
|
44
|
+
name: "Tab Bar Style",
|
|
45
|
+
options: ["Primary", "Secondary"],
|
|
46
|
+
mapping: {
|
|
47
|
+
Primary: '1',
|
|
48
|
+
Secondary: '2',
|
|
49
|
+
},
|
|
50
|
+
control: { type: "select" },
|
|
51
|
+
},
|
|
52
|
+
color: {
|
|
53
|
+
name: "Color",
|
|
54
|
+
options: ['blue', "black"],
|
|
55
|
+
control: { type: 'inline-radio' },
|
|
56
|
+
// if: { arg: 'tabBarStyle', eq: 'Primary' },
|
|
57
|
+
},
|
|
58
|
+
size: {
|
|
59
|
+
name: "Size",
|
|
60
|
+
options: ['Small', 'Medium'],
|
|
61
|
+
mapping: {
|
|
62
|
+
Small: 'S',
|
|
63
|
+
Medium: 'M',
|
|
64
|
+
},
|
|
65
|
+
control: { type: 'inline-radio' },
|
|
66
|
+
},
|
|
67
|
+
errorTabs: {
|
|
68
|
+
name: "Error Tabs",
|
|
69
|
+
options: ['value1', 'value2', 'value3'],
|
|
70
|
+
control: { type: 'inline-check' },
|
|
71
|
+
},
|
|
72
|
+
changeWidth: {
|
|
73
|
+
name: "Change Width"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
args: {
|
|
77
|
+
tabBarStyle: "Primary",
|
|
78
|
+
size: "Medium",
|
|
79
|
+
color: "blue",
|
|
80
|
+
changeWidth: false,
|
|
81
|
+
errorTabs: "",
|
|
82
|
+
}
|
|
83
|
+
};
|
|
84
|
+
var TabBar_ = function (args) {
|
|
85
|
+
var options = [
|
|
86
|
+
{ display: "display 1", value: "value1" },
|
|
87
|
+
{ display: "display 2", value: "value2" },
|
|
88
|
+
{ display: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", value: "value3" },
|
|
89
|
+
{ display: "display 3", value: "value4" },
|
|
90
|
+
{ display: "display 4", value: "value5" },
|
|
91
|
+
{ display: "display 5", value: "value6" },
|
|
92
|
+
{ display: "display 6", value: "value7" },
|
|
93
|
+
];
|
|
94
|
+
var errorTabs = args.errorTabs && options.filter(function (op) { return args.errorTabs.includes(op.value); });
|
|
95
|
+
var _a = (0, react_1.useState)(options[0]), active = _a[0], setActive = _a[1];
|
|
96
|
+
args.options = options;
|
|
97
|
+
args.value = active;
|
|
98
|
+
args.onChange = function (id, value) { return setActive(value); };
|
|
99
|
+
return (react_1.default.createElement("div", { style: { width: !args.changeWidth ? '' : '400px' } }, args.tabBarStyle === '2'
|
|
100
|
+
? react_1.default.createElement(TabBars.TabBarStyle2, __assign({}, args, { errorTabs: errorTabs }))
|
|
101
|
+
: react_1.default.createElement(TabBars.TabBarStyle1, __assign({}, args, { errorTabs: errorTabs, black: args.color === "black" ? true : false }))));
|
|
102
|
+
};
|
|
103
|
+
exports.TabBar_ = TabBar_;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let title: string;
|
|
3
|
+
namespace argTypes {
|
|
4
|
+
namespace display {
|
|
5
|
+
let name: string;
|
|
6
|
+
}
|
|
7
|
+
namespace size {
|
|
8
|
+
let name_1: string;
|
|
9
|
+
export { name_1 as name };
|
|
10
|
+
export let options: string[];
|
|
11
|
+
export namespace mapping {
|
|
12
|
+
let ExtraSmall: string;
|
|
13
|
+
let Small: string;
|
|
14
|
+
let Medium: string;
|
|
15
|
+
}
|
|
16
|
+
export namespace control {
|
|
17
|
+
let type: string;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
namespace grey {
|
|
21
|
+
let name_2: string;
|
|
22
|
+
export { name_2 as name };
|
|
23
|
+
}
|
|
24
|
+
namespace id {
|
|
25
|
+
let name_3: string;
|
|
26
|
+
export { name_3 as name };
|
|
27
|
+
}
|
|
28
|
+
namespace invert {
|
|
29
|
+
let name_4: string;
|
|
30
|
+
export { name_4 as name };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
namespace args {
|
|
34
|
+
let display_1: string;
|
|
35
|
+
export { display_1 as display };
|
|
36
|
+
let size_1: string;
|
|
37
|
+
export { size_1 as size };
|
|
38
|
+
export let value: string;
|
|
39
|
+
let id_1: string;
|
|
40
|
+
export { id_1 as id };
|
|
41
|
+
let grey_1: boolean;
|
|
42
|
+
export { grey_1 as grey };
|
|
43
|
+
let invert_1: boolean;
|
|
44
|
+
export { invert_1 as invert };
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
export default _default;
|
|
48
|
+
export function Tag_Clear_Primary(args: any): import("react").JSX.Element;
|
|
49
|
+
export function Tag_Clear_Secondary(args: any): import("react").JSX.Element;
|
|
50
|
+
export function Tag_Clear_Ghost(args: any): import("react").JSX.Element;
|
|
51
|
+
export namespace Tag_Clear_Ghost {
|
|
52
|
+
namespace parameters {
|
|
53
|
+
namespace controls {
|
|
54
|
+
let exclude: string[];
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.Tag_Clear_Ghost = exports.Tag_Clear_Secondary = exports.Tag_Clear_Primary = void 0;
|
|
15
|
+
var Tags_1 = require("../components/Tags");
|
|
16
|
+
exports.default = {
|
|
17
|
+
title: 'Components/Tag Clear',
|
|
18
|
+
argTypes: {
|
|
19
|
+
display: {
|
|
20
|
+
name: "Text",
|
|
21
|
+
},
|
|
22
|
+
size: {
|
|
23
|
+
name: "Size",
|
|
24
|
+
options: ['ExtraSmall', 'Small', 'Medium'],
|
|
25
|
+
mapping: {
|
|
26
|
+
ExtraSmall: 'XS',
|
|
27
|
+
Small: 'S',
|
|
28
|
+
Medium: 'M',
|
|
29
|
+
},
|
|
30
|
+
control: { type: 'inline-radio' },
|
|
31
|
+
},
|
|
32
|
+
grey: {
|
|
33
|
+
name: "Grey",
|
|
34
|
+
},
|
|
35
|
+
id: {
|
|
36
|
+
name: "Id",
|
|
37
|
+
},
|
|
38
|
+
invert: {
|
|
39
|
+
name: "Invert"
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
args: {
|
|
43
|
+
display: 'Text',
|
|
44
|
+
size: "Small",
|
|
45
|
+
value: 'text',
|
|
46
|
+
id: 'tags',
|
|
47
|
+
grey: false,
|
|
48
|
+
invert: false,
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
var GenTag = function (_a) {
|
|
52
|
+
var args = _a.args, Comp = _a.Comp, variant = _a.variant;
|
|
53
|
+
args[args['size']] = true;
|
|
54
|
+
return (React.createElement("div", { style: {
|
|
55
|
+
backgroundColor: args.invert ? '#383838' : '',
|
|
56
|
+
padding: '20px',
|
|
57
|
+
} },
|
|
58
|
+
React.createElement(Comp, __assign({}, args, { variant: variant }))));
|
|
59
|
+
};
|
|
60
|
+
var Tag_Clear_Primary = function (args) {
|
|
61
|
+
return React.createElement(GenTag, { args: args, Comp: Tags_1.TagClear });
|
|
62
|
+
};
|
|
63
|
+
exports.Tag_Clear_Primary = Tag_Clear_Primary;
|
|
64
|
+
var Tag_Clear_Secondary = function (args) {
|
|
65
|
+
return React.createElement(GenTag, { args: args, Comp: Tags_1.TagClear, variant: "secondary" });
|
|
66
|
+
};
|
|
67
|
+
exports.Tag_Clear_Secondary = Tag_Clear_Secondary;
|
|
68
|
+
var Tag_Clear_Ghost = function (args) {
|
|
69
|
+
return React.createElement(GenTag, { args: args, Comp: Tags_1.TagClear, variant: "ghost" });
|
|
70
|
+
};
|
|
71
|
+
exports.Tag_Clear_Ghost = Tag_Clear_Ghost;
|
|
72
|
+
exports.Tag_Clear_Ghost.parameters = {
|
|
73
|
+
controls: {
|
|
74
|
+
exclude: ['invert', 'grey'],
|
|
75
|
+
},
|
|
76
|
+
};
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let title: string;
|
|
3
|
+
namespace argTypes {
|
|
4
|
+
namespace display {
|
|
5
|
+
let name: string;
|
|
6
|
+
}
|
|
7
|
+
namespace size {
|
|
8
|
+
let name_1: string;
|
|
9
|
+
export { name_1 as name };
|
|
10
|
+
export let options: string[];
|
|
11
|
+
export namespace mapping {
|
|
12
|
+
let ExtraSmall: string;
|
|
13
|
+
let Small: string;
|
|
14
|
+
let Medium: string;
|
|
15
|
+
}
|
|
16
|
+
export namespace control {
|
|
17
|
+
let type: string;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
namespace tagColor {
|
|
21
|
+
let name_2: string;
|
|
22
|
+
export { name_2 as name };
|
|
23
|
+
export { availableColors as options };
|
|
24
|
+
export namespace control_1 {
|
|
25
|
+
let type_1: string;
|
|
26
|
+
export { type_1 as type };
|
|
27
|
+
}
|
|
28
|
+
export { control_1 as control };
|
|
29
|
+
}
|
|
30
|
+
namespace textColor {
|
|
31
|
+
let name_3: string;
|
|
32
|
+
export { name_3 as name };
|
|
33
|
+
export { availableColors as options };
|
|
34
|
+
export namespace control_2 {
|
|
35
|
+
let type_2: string;
|
|
36
|
+
export { type_2 as type };
|
|
37
|
+
}
|
|
38
|
+
export { control_2 as control };
|
|
39
|
+
}
|
|
40
|
+
namespace value {
|
|
41
|
+
let name_4: string;
|
|
42
|
+
export { name_4 as name };
|
|
43
|
+
}
|
|
44
|
+
namespace invert {
|
|
45
|
+
let name_5: string;
|
|
46
|
+
export { name_5 as name };
|
|
47
|
+
}
|
|
48
|
+
namespace id {
|
|
49
|
+
let name_6: string;
|
|
50
|
+
export { name_6 as name };
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
namespace args {
|
|
54
|
+
let display_1: string;
|
|
55
|
+
export { display_1 as display };
|
|
56
|
+
let size_1: string;
|
|
57
|
+
export { size_1 as size };
|
|
58
|
+
let value_1: string;
|
|
59
|
+
export { value_1 as value };
|
|
60
|
+
let id_1: string;
|
|
61
|
+
export { id_1 as id };
|
|
62
|
+
let tagColor_1: string;
|
|
63
|
+
export { tagColor_1 as tagColor };
|
|
64
|
+
let textColor_1: string;
|
|
65
|
+
export { textColor_1 as textColor };
|
|
66
|
+
let invert_1: boolean;
|
|
67
|
+
export { invert_1 as invert };
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
export default _default;
|
|
71
|
+
export function Tag_Display_Primary(args: any): import("react").JSX.Element;
|
|
72
|
+
export function Tag_Display_Secondary(args: any): import("react").JSX.Element;
|
|
73
|
+
declare const availableColors: string[];
|