@mmb-digital/ds-lilly 0.0.1-alpha.358 → 0.0.1-alpha.359
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/ds-lilly.css +1 -1
- package/dist/ds-lilly.js +8724 -8726
- package/dist/types/src/components/Components/Alert/Alert.d.ts +24 -24
- package/dist/types/src/components/Components/Alert/index.d.ts +1 -1
- package/dist/types/src/components/Components/Avatar/Avatar.d.ts +20 -20
- package/dist/types/src/components/Components/Avatar/index.d.ts +1 -1
- package/dist/types/src/components/Components/Badge/Badge.d.ts +15 -15
- package/dist/types/src/components/Components/Badge/index.d.ts +1 -1
- package/dist/types/src/components/Components/Button/Button.d.ts +54 -54
- package/dist/types/src/components/Components/Button/ButtonsGroup.d.ts +12 -12
- package/dist/types/src/components/Components/Button/index.d.ts +2 -2
- package/dist/types/src/components/Components/ButtonTooltip/ButtonTooltip.d.ts +9 -9
- package/dist/types/src/components/Components/ButtonTooltip/index.d.ts +1 -1
- package/dist/types/src/components/Components/Card/Card.d.ts +43 -43
- package/dist/types/src/components/Components/Card/_elements_/CardCustomTrigger.d.ts +5 -5
- package/dist/types/src/components/Components/Card/_elements_/CollapseHeader.d.ts +12 -12
- package/dist/types/src/components/Components/Card/_elements_/index.d.ts +2 -2
- package/dist/types/src/components/Components/Card/index.d.ts +2 -2
- package/dist/types/src/components/Components/Collapse/Collapse.d.ts +23 -23
- package/dist/types/src/components/Components/Collapse/index.d.ts +1 -1
- package/dist/types/src/components/Components/CompactButtons/CompactButtons.d.ts +48 -48
- package/dist/types/src/components/Components/CompactButtons/index.d.ts +1 -1
- package/dist/types/src/components/Components/Divider/Divider.d.ts +6 -6
- package/dist/types/src/components/Components/Divider/index.d.ts +1 -1
- package/dist/types/src/components/Components/Dropdown/Dropdown.d.ts +34 -34
- package/dist/types/src/components/Components/Dropdown/_elements_/DropdownItem.d.ts +30 -30
- package/dist/types/src/components/Components/Dropdown/_elements_/DropdownMenu.d.ts +17 -17
- package/dist/types/src/components/Components/Dropdown/_elements_/index.d.ts +2 -2
- package/dist/types/src/components/Components/Dropdown/index.d.ts +2 -2
- package/dist/types/src/components/Components/Icon/Icon.d.ts +18 -18
- package/dist/types/src/components/Components/Icon/index.d.ts +1 -1
- package/dist/types/src/components/Components/IconList/IconList.d.ts +7 -7
- package/dist/types/src/components/Components/IconList/IconListItem.d.ts +19 -19
- package/dist/types/src/components/Components/IconList/index.d.ts +2 -2
- package/dist/types/src/components/Components/Image/Image.d.ts +12 -12
- package/dist/types/src/components/Components/Image/index.d.ts +1 -1
- package/dist/types/src/components/Components/Link/Link.d.ts +35 -35
- package/dist/types/src/components/Components/Link/index.d.ts +1 -1
- package/dist/types/src/components/Components/List/List.d.ts +11 -11
- package/dist/types/src/components/Components/List/ListItem.d.ts +9 -9
- package/dist/types/src/components/Components/List/index.d.ts +2 -2
- package/dist/types/src/components/Components/Loader/Loader.d.ts +12 -12
- package/dist/types/src/components/Components/Loader/index.d.ts +1 -1
- package/dist/types/src/components/Components/Modal/Modal.d.ts +10 -10
- package/dist/types/src/components/Components/Modal/Modal.hook.d.ts +20 -20
- package/dist/types/src/components/Components/Modal/ModalContent.d.ts +7 -7
- package/dist/types/src/components/Components/Modal/ModalDialog.d.ts +9 -9
- package/dist/types/src/components/Components/Modal/ModalFooter.d.ts +7 -7
- package/dist/types/src/components/Components/Modal/ModalHeader.d.ts +17 -17
- package/dist/types/src/components/Components/Modal/index.d.ts +6 -6
- package/dist/types/src/components/Components/Pills/Pills.d.ts +17 -17
- package/dist/types/src/components/Components/Pills/index.d.ts +1 -1
- package/dist/types/src/components/Components/Tag/Tag.d.ts +12 -12
- package/dist/types/src/components/Components/Tag/index.d.ts +1 -1
- package/dist/types/src/components/Components/Tile/Tile.d.ts +21 -21
- package/dist/types/src/components/Components/Tile/index.d.ts +1 -1
- package/dist/types/src/components/Components/Toast/Toast.d.ts +1 -1
- package/dist/types/src/components/Components/Toast/Toast.hook.d.ts +17 -17
- package/dist/types/src/components/Components/Toast/index.d.ts +2 -2
- package/dist/types/src/components/Components/Tooltip/Tooltip.d.ts +26 -26
- package/dist/types/src/components/Components/Tooltip/index.d.ts +1 -1
- package/dist/types/src/components/Components/UserAuth/UserAuth.d.ts +48 -48
- package/dist/types/src/components/Components/UserAuth/index.d.ts +1 -1
- package/dist/types/src/components/Components/index.d.ts +23 -23
- package/dist/types/src/components/Form/Autocomplete/Autocomplete.d.ts +35 -35
- package/dist/types/src/components/Form/Autocomplete/index.d.ts +1 -1
- package/dist/types/src/components/Form/BankAccountSelect/BankAccountSelect.d.ts +11 -11
- package/dist/types/src/components/Form/BankAccountSelect/index.d.ts +1 -1
- package/dist/types/src/components/Form/Checkbox/Checkbox.d.ts +9 -9
- package/dist/types/src/components/Form/Checkbox/index.d.ts +1 -1
- package/dist/types/src/components/Form/Checkbox2/Checkbox2.d.ts +5 -5
- package/dist/types/src/components/Form/Checkbox2/index.d.ts +1 -1
- package/dist/types/src/components/Form/CheckboxControl/CheckboxControl.d.ts +2 -2
- package/dist/types/src/components/Form/CheckboxControl/index.d.ts +1 -1
- package/dist/types/src/components/Form/DatePicker/DatePicker.d.ts +23 -23
- package/dist/types/src/components/Form/DatePicker/index.d.ts +1 -1
- package/dist/types/src/components/Form/DecimalInput/DecimalInput.d.ts +11 -11
- package/dist/types/src/components/Form/DecimalInput/index.d.ts +1 -1
- package/dist/types/src/components/Form/FileUpload/FileUpload.d.ts +74 -74
- package/dist/types/src/components/Form/FileUpload/FileUpload.hook.d.ts +7 -7
- package/dist/types/src/components/Form/FileUpload/_parts_/FileList.d.ts +20 -20
- package/dist/types/src/components/Form/FileUpload/_parts_/index.d.ts +1 -1
- package/dist/types/src/components/Form/FileUpload/index.d.ts +2 -2
- package/dist/types/src/components/Form/FormControl/FormControl.d.ts +29 -29
- package/dist/types/src/components/Form/FormControl/index.d.ts +1 -1
- package/dist/types/src/components/Form/FormField/FormField.d.ts +63 -63
- package/dist/types/src/components/Form/FormField/index.d.ts +1 -1
- package/dist/types/src/components/Form/FormGroup/FormGroup.d.ts +17 -17
- package/dist/types/src/components/Form/FormGroup/index.d.ts +1 -1
- package/dist/types/src/components/Form/FormGroup2/FormGroup2.d.ts +26 -26
- package/dist/types/src/components/Form/FormGroup2/index.d.ts +1 -1
- package/dist/types/src/components/Form/FormText/FormText.d.ts +13 -13
- package/dist/types/src/components/Form/FormText/index.d.ts +1 -1
- package/dist/types/src/components/Form/Input2/Input2.d.ts +44 -44
- package/dist/types/src/components/Form/Input2/_elements_/ShowPasswordIcon.d.ts +7 -7
- package/dist/types/src/components/Form/Input2/_elements_/index.d.ts +1 -1
- package/dist/types/src/components/Form/Input2/index.d.ts +1 -1
- package/dist/types/src/components/Form/IntegerInput/IntegerInput.d.ts +15 -15
- package/dist/types/src/components/Form/IntegerInput/index.d.ts +1 -1
- package/dist/types/src/components/Form/Label/Label.d.ts +14 -14
- package/dist/types/src/components/Form/Label/index.d.ts +1 -1
- package/dist/types/src/components/Form/Label2/Label2.d.ts +10 -10
- package/dist/types/src/components/Form/Label2/index.d.ts +1 -1
- package/dist/types/src/components/Form/MonthInput/MonthInput.d.ts +23 -23
- package/dist/types/src/components/Form/MonthInput/index.d.ts +1 -1
- package/dist/types/src/components/Form/PasswordInput/PasswordInput.d.ts +11 -11
- package/dist/types/src/components/Form/PasswordInput/WithShowPassword.d.ts +12 -12
- package/dist/types/src/components/Form/PasswordInput/index.d.ts +1 -1
- package/dist/types/src/components/Form/PersonCount/PersonCount.d.ts +12 -12
- package/dist/types/src/components/Form/PersonCount/index.d.ts +1 -1
- package/dist/types/src/components/Form/Radio/Radio.d.ts +5 -5
- package/dist/types/src/components/Form/Radio/index.d.ts +1 -1
- package/dist/types/src/components/Form/Radio2/Radio2.d.ts +12 -12
- package/dist/types/src/components/Form/Radio2/index.d.ts +1 -1
- package/dist/types/src/components/Form/RadioControl/RadioControl.d.ts +2 -2
- package/dist/types/src/components/Form/RadioControl/index.d.ts +1 -1
- package/dist/types/src/components/Form/RadioGroup/RadioGroup.d.ts +31 -31
- package/dist/types/src/components/Form/RadioGroup/index.d.ts +1 -1
- package/dist/types/src/components/Form/SearchInput/SearchInput.d.ts +2 -2
- package/dist/types/src/components/Form/SearchInput/index.d.ts +1 -1
- package/dist/types/src/components/Form/Select/Select.d.ts +16 -16
- package/dist/types/src/components/Form/Select/index.d.ts +1 -1
- package/dist/types/src/components/Form/Select2/Select2.d.ts +32 -32
- package/dist/types/src/components/Form/Select2/_elements_/Select2CategorisedOptions.d.ts +4 -4
- package/dist/types/src/components/Form/Select2/_elements_/Select2Options.d.ts +4 -4
- package/dist/types/src/components/Form/Select2/_elements_/SelectedOption.d.ts +16 -16
- package/dist/types/src/components/Form/Select2/_elements_/index.d.ts +3 -3
- package/dist/types/src/components/Form/Select2/index.d.ts +2 -2
- package/dist/types/src/components/Form/SelectControl/SelectControl.d.ts +14 -14
- package/dist/types/src/components/Form/SelectControl/index.d.ts +1 -1
- package/dist/types/src/components/Form/SelectControlAutocomplete/SelectControlAutocomplete.d.ts +19 -19
- package/dist/types/src/components/Form/SelectControlAutocomplete/index.d.ts +1 -1
- package/dist/types/src/components/Form/SelectControlStatic/SelectControlStatic.d.ts +3 -3
- package/dist/types/src/components/Form/SelectControlStatic/index.d.ts +1 -1
- package/dist/types/src/components/Form/SelectItem/SelectItem.d.ts +2 -2
- package/dist/types/src/components/Form/SelectItem/index.d.ts +1 -1
- package/dist/types/src/components/Form/SelectMenu/SelectMenu.d.ts +22 -22
- package/dist/types/src/components/Form/SelectMenu/index.d.ts +1 -1
- package/dist/types/src/components/Form/SelectOption/SelectOption.d.ts +17 -17
- package/dist/types/src/components/Form/SelectOption/index.d.ts +1 -1
- package/dist/types/src/components/Form/Slider/Slider.d.ts +71 -71
- package/dist/types/src/components/Form/Slider/index.d.ts +1 -1
- package/dist/types/src/components/Form/TextInput/TextInput.d.ts +6 -6
- package/dist/types/src/components/Form/TextInput/index.d.ts +1 -1
- package/dist/types/src/components/Form/TextInputControl/TextInputControl.d.ts +7 -7
- package/dist/types/src/components/Form/TextInputControl/index.d.ts +1 -1
- package/dist/types/src/components/Form/Textarea/Textarea.d.ts +5 -5
- package/dist/types/src/components/Form/Textarea/index.d.ts +1 -1
- package/dist/types/src/components/Form/Textarea2/Textarea2.d.ts +11 -11
- package/dist/types/src/components/Form/Textarea2/index.d.ts +1 -1
- package/dist/types/src/components/Form/TextareaControl/TextareaControl.d.ts +2 -2
- package/dist/types/src/components/Form/TextareaControl/index.d.ts +1 -1
- package/dist/types/src/components/Form/Toggle/Toggle.d.ts +20 -20
- package/dist/types/src/components/Form/Toggle/index.d.ts +1 -1
- package/dist/types/src/components/Form/index.d.ts +40 -40
- package/dist/types/src/components/Graphs/AreaChart/AreaChart.d.ts +37 -37
- package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartArea/AreaChartArea.d.ts +23 -23
- package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartArea/index.d.ts +1 -1
- package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartLegend/AreaChartLegend.d.ts +16 -16
- package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartLegend/index.d.ts +1 -1
- package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartTooltip/AreaChartTooltip.d.ts +17 -17
- package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartTooltip/index.d.ts +1 -1
- package/dist/types/src/components/Graphs/AreaChart/_elements_/index.d.ts +3 -3
- package/dist/types/src/components/Graphs/AreaChart/index.d.ts +1 -1
- package/dist/types/src/components/Graphs/index.d.ts +1 -1
- package/dist/types/src/components/Layout/App/App.d.ts +11 -11
- package/dist/types/src/components/Layout/App/AppContent.d.ts +7 -7
- package/dist/types/src/components/Layout/App/AppMain.d.ts +9 -9
- package/dist/types/src/components/Layout/App/index.d.ts +3 -3
- package/dist/types/src/components/Layout/Box/Box.d.ts +15 -15
- package/dist/types/src/components/Layout/Box/index.d.ts +1 -1
- package/dist/types/src/components/Layout/Curtain/Curtain.d.ts +7 -7
- package/dist/types/src/components/Layout/Curtain/index.d.ts +1 -1
- package/dist/types/src/components/Layout/Flex/Flex.d.ts +26 -22
- package/dist/types/src/components/Layout/Flex/index.d.ts +1 -1
- package/dist/types/src/components/Layout/Grid/Col.d.ts +20 -20
- package/dist/types/src/components/Layout/Grid/Row.d.ts +20 -20
- package/dist/types/src/components/Layout/Grid/index.d.ts +2 -2
- package/dist/types/src/components/Layout/Header/Header.d.ts +21 -21
- package/dist/types/src/components/Layout/Header/index.d.ts +1 -1
- package/dist/types/src/components/Layout/MobilePanel/MobilePanel.d.ts +17 -17
- package/dist/types/src/components/Layout/MobilePanel/MobilePanel.hook.d.ts +20 -20
- package/dist/types/src/components/Layout/MobilePanel/_elements_/Content.d.ts +9 -9
- package/dist/types/src/components/Layout/MobilePanel/_elements_/Header.d.ts +19 -19
- package/dist/types/src/components/Layout/MobilePanel/_elements_/index.d.ts +2 -2
- package/dist/types/src/components/Layout/MobilePanel/index.d.ts +2 -2
- package/dist/types/src/components/Layout/Sidebar/Sidebar.d.ts +7 -7
- package/dist/types/src/components/Layout/Sidebar/index.d.ts +1 -1
- package/dist/types/src/components/Layout/index.d.ts +8 -8
- package/dist/types/src/components/Navigation/Menu/Menu.d.ts +17 -17
- package/dist/types/src/components/Navigation/Menu/_elements_/MenuItem.d.ts +42 -42
- package/dist/types/src/components/Navigation/Menu/_elements_/MenuList.d.ts +7 -7
- package/dist/types/src/components/Navigation/Menu/_elements_/SubMenu.d.ts +11 -11
- package/dist/types/src/components/Navigation/Menu/_elements_/SubMenuItem.d.ts +10 -10
- package/dist/types/src/components/Navigation/Menu/_elements_/index.d.ts +4 -4
- package/dist/types/src/components/Navigation/Menu/index.d.ts +2 -2
- package/dist/types/src/components/Navigation/Stepper/Stepper.d.ts +19 -19
- package/dist/types/src/components/Navigation/Stepper/_parts_/Step.d.ts +16 -16
- package/dist/types/src/components/Navigation/Stepper/index.d.ts +1 -1
- package/dist/types/src/components/Navigation/Tabs/Tabs.d.ts +28 -28
- package/dist/types/src/components/Navigation/Tabs/_elements_/TabListItem.d.ts +14 -14
- package/dist/types/src/components/Navigation/Tabs/_elements_/TabsBar.d.ts +10 -10
- package/dist/types/src/components/Navigation/Tabs/_elements_/index.d.ts +2 -2
- package/dist/types/src/components/Navigation/Tabs/index.d.ts +2 -2
- package/dist/types/src/components/Navigation/index.d.ts +3 -3
- package/dist/types/src/components/Typography/AmountWithUnit/AmountWithUnit.d.ts +26 -26
- package/dist/types/src/components/Typography/AmountWithUnit/index.d.ts +1 -1
- package/dist/types/src/components/Typography/NumChange/NumChange.d.ts +23 -23
- package/dist/types/src/components/Typography/NumChange/index.d.ts +1 -1
- package/dist/types/src/components/Typography/Text/Text.d.ts +22 -22
- package/dist/types/src/components/Typography/Text/index.d.ts +1 -1
- package/dist/types/src/components/Typography/Title/Title.d.ts +17 -17
- package/dist/types/src/components/Typography/Title/index.d.ts +1 -1
- package/dist/types/src/components/Typography/index.d.ts +4 -4
- package/dist/types/src/constants/global.d.ts +8 -8
- package/dist/types/src/constants/graphs.d.ts +4 -4
- package/dist/types/src/constants/index.d.ts +1 -1
- package/dist/types/src/contexts/CardContext.d.ts +13 -13
- package/dist/types/src/contexts/FormGroupContext.d.ts +14 -14
- package/dist/types/src/contexts/MobilePanelContext.d.ts +23 -23
- package/dist/types/src/contexts/ModalContext.d.ts +19 -19
- package/dist/types/src/contexts/Select2Context.d.ts +16 -16
- package/dist/types/src/contexts/TabsContext.d.ts +16 -16
- package/dist/types/src/contexts/index.d.ts +6 -6
- package/dist/types/src/index.d.ts +10 -10
- package/dist/types/src/types/common.d.ts +46 -46
- package/dist/types/src/types/iconBackground.d.ts +1 -1
- package/dist/types/src/types/iconName.d.ts +1 -1
- package/dist/types/src/types/index.d.ts +3 -3
- package/dist/types/src/utils/classBinder.d.ts +9 -9
- package/dist/types/src/utils/configureDecimalMask.d.ts +9 -9
- package/dist/types/src/utils/configureIntegerMask.d.ts +8 -8
- package/dist/types/src/utils/constants.d.ts +23 -23
- package/dist/types/src/utils/getDefaultGroup.d.ts +3 -3
- package/dist/types/src/utils/getDisplayName.d.ts +2 -2
- package/dist/types/src/utils/getIntegerMask.d.ts +1 -1
- package/dist/types/src/utils/hasGroups.d.ts +2 -2
- package/dist/types/src/utils/hooks.d.ts +19 -19
- package/dist/types/src/utils/index.d.ts +17 -17
- package/dist/types/src/utils/isFilled.d.ts +1 -1
- package/dist/types/src/utils/isNotFilled.d.ts +1 -1
- package/dist/types/src/utils/isNotNilNorEmpty.d.ts +1 -1
- package/dist/types/src/utils/parseDateValue.d.ts +6 -6
- package/dist/types/src/utils/parseDecimalValue.d.ts +1 -1
- package/dist/types/src/utils/parseIntValue.d.ts +1 -1
- package/dist/types/src/utils/polyfills.d.ts +1 -1
- package/dist/types/src/utils/regExp.d.ts +1 -1
- package/dist/types/src/utils/stripDiacritics.d.ts +1 -1
- package/dist/types/src/utils/trimLeadingZeros.d.ts +1 -1
- package/dist/types/src/utils/useGroupedItems.d.ts +13 -13
- package/package.json +1 -1
- package/dist/svg/campgroundfFill.svg +0 -1
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
export * from './Autocomplete';
|
|
2
|
-
export * from './BankAccountSelect';
|
|
3
|
-
export * from './Checkbox';
|
|
4
|
-
export * from './Checkbox2';
|
|
5
|
-
export * from './CheckboxControl';
|
|
6
|
-
export * from './DatePicker';
|
|
7
|
-
export * from './DecimalInput';
|
|
8
|
-
export * from './FileUpload';
|
|
9
|
-
export * from './FormControl';
|
|
10
|
-
export * from './FormField';
|
|
11
|
-
export * from './FormGroup';
|
|
12
|
-
export * from './FormGroup2';
|
|
13
|
-
export * from './FormText';
|
|
14
|
-
export * from './Input2';
|
|
15
|
-
export * from './IntegerInput';
|
|
16
|
-
export * from './Label';
|
|
17
|
-
export * from './Label2';
|
|
18
|
-
export * from './MonthInput';
|
|
19
|
-
export * from './PasswordInput';
|
|
20
|
-
export * from './PersonCount';
|
|
21
|
-
export * from './Radio';
|
|
22
|
-
export * from './Radio2';
|
|
23
|
-
export * from './RadioControl';
|
|
24
|
-
export * from './RadioGroup';
|
|
25
|
-
export * from './SearchInput';
|
|
26
|
-
export * from './Select';
|
|
27
|
-
export * from './Select2';
|
|
28
|
-
export * from './SelectControl';
|
|
29
|
-
export * from './SelectControlAutocomplete';
|
|
30
|
-
export * from './SelectControlStatic';
|
|
31
|
-
export * from './SelectItem';
|
|
32
|
-
export * from './SelectMenu';
|
|
33
|
-
export * from './SelectOption';
|
|
34
|
-
export * from './Slider';
|
|
35
|
-
export * from './
|
|
36
|
-
export * from './
|
|
37
|
-
export * from './
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './
|
|
40
|
-
export * from './Toggle';
|
|
1
|
+
export * from './Autocomplete';
|
|
2
|
+
export * from './BankAccountSelect';
|
|
3
|
+
export * from './Checkbox';
|
|
4
|
+
export * from './Checkbox2';
|
|
5
|
+
export * from './CheckboxControl';
|
|
6
|
+
export * from './DatePicker';
|
|
7
|
+
export * from './DecimalInput';
|
|
8
|
+
export * from './FileUpload';
|
|
9
|
+
export * from './FormControl';
|
|
10
|
+
export * from './FormField';
|
|
11
|
+
export * from './FormGroup';
|
|
12
|
+
export * from './FormGroup2';
|
|
13
|
+
export * from './FormText';
|
|
14
|
+
export * from './Input2';
|
|
15
|
+
export * from './IntegerInput';
|
|
16
|
+
export * from './Label';
|
|
17
|
+
export * from './Label2';
|
|
18
|
+
export * from './MonthInput';
|
|
19
|
+
export * from './PasswordInput';
|
|
20
|
+
export * from './PersonCount';
|
|
21
|
+
export * from './Radio';
|
|
22
|
+
export * from './Radio2';
|
|
23
|
+
export * from './RadioControl';
|
|
24
|
+
export * from './RadioGroup';
|
|
25
|
+
export * from './SearchInput';
|
|
26
|
+
export * from './Select';
|
|
27
|
+
export * from './Select2';
|
|
28
|
+
export * from './SelectControl';
|
|
29
|
+
export * from './SelectControlAutocomplete';
|
|
30
|
+
export * from './SelectControlStatic';
|
|
31
|
+
export * from './SelectItem';
|
|
32
|
+
export * from './SelectMenu';
|
|
33
|
+
export * from './SelectOption';
|
|
34
|
+
export * from './Slider';
|
|
35
|
+
export * from './Textarea';
|
|
36
|
+
export * from './Textarea2';
|
|
37
|
+
export * from './TextareaControl';
|
|
38
|
+
export * from './TextInput';
|
|
39
|
+
export * from './TextInputControl';
|
|
40
|
+
export * from './Toggle';
|
|
41
41
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { XAxisProps, YAxisProps } from 'recharts';
|
|
3
|
-
import { ComponentPropsType } from '../../../utils';
|
|
4
|
-
import { LineType } from './_elements_';
|
|
5
|
-
export interface AreaChartPropsType extends ComponentPropsType {
|
|
6
|
-
/** Settings for your custom area. */
|
|
7
|
-
customArea?: {
|
|
8
|
-
content: ReactNode;
|
|
9
|
-
theme?: ComponentPropsType;
|
|
10
|
-
};
|
|
11
|
-
/** The source data, in which each element is an object. */
|
|
12
|
-
data: any[];
|
|
13
|
-
/** Set if you want to show graph legend. */
|
|
14
|
-
legend?: boolean;
|
|
15
|
-
/** Define what graph lines you want to be drawn. `key` is equal to dataKey you want to use on `Y` axis */
|
|
16
|
-
lines: {
|
|
17
|
-
[key: string]: LineType;
|
|
18
|
-
};
|
|
19
|
-
/** Custom formaters for tooltip data. */
|
|
20
|
-
tooltip?: {
|
|
21
|
-
labelFormatter?: (label: string) => ReactNode;
|
|
22
|
-
formatter?: (value: string) => ReactNode;
|
|
23
|
-
};
|
|
24
|
-
/** X axis settings. For more information refer to [Recharts docs](https://recharts.org/en-US/api/XAxis) */
|
|
25
|
-
xAxis?: XAxisProps;
|
|
26
|
-
/** Y axis settings. For more information refer to [Recharts docs](https://recharts.org/en-US/api/YAxis) */
|
|
27
|
-
yAxis?: {
|
|
28
|
-
interval?: YAxisProps['interval'];
|
|
29
|
-
domain?: {
|
|
30
|
-
min?: number;
|
|
31
|
-
max?: number;
|
|
32
|
-
};
|
|
33
|
-
orientation?: YAxisProps['orientation'];
|
|
34
|
-
tickFormatter?: YAxisProps['tickFormatter'];
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
export declare const AreaChart: ({ customArea, data, legend, lines, testId, theme, tooltip, xAxis, yAxis }: AreaChartPropsType) => JSX.Element;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { XAxisProps, YAxisProps } from 'recharts';
|
|
3
|
+
import { ComponentPropsType } from '../../../utils';
|
|
4
|
+
import { LineType } from './_elements_';
|
|
5
|
+
export interface AreaChartPropsType extends ComponentPropsType {
|
|
6
|
+
/** Settings for your custom area. */
|
|
7
|
+
customArea?: {
|
|
8
|
+
content: ReactNode;
|
|
9
|
+
theme?: ComponentPropsType;
|
|
10
|
+
};
|
|
11
|
+
/** The source data, in which each element is an object. */
|
|
12
|
+
data: any[];
|
|
13
|
+
/** Set if you want to show graph legend. */
|
|
14
|
+
legend?: boolean;
|
|
15
|
+
/** Define what graph lines you want to be drawn. `key` is equal to dataKey you want to use on `Y` axis */
|
|
16
|
+
lines: {
|
|
17
|
+
[key: string]: LineType;
|
|
18
|
+
};
|
|
19
|
+
/** Custom formaters for tooltip data. */
|
|
20
|
+
tooltip?: {
|
|
21
|
+
labelFormatter?: (label: string) => ReactNode;
|
|
22
|
+
formatter?: (value: string) => ReactNode;
|
|
23
|
+
};
|
|
24
|
+
/** X axis settings. For more information refer to [Recharts docs](https://recharts.org/en-US/api/XAxis) */
|
|
25
|
+
xAxis?: XAxisProps;
|
|
26
|
+
/** Y axis settings. For more information refer to [Recharts docs](https://recharts.org/en-US/api/YAxis) */
|
|
27
|
+
yAxis?: {
|
|
28
|
+
interval?: YAxisProps['interval'];
|
|
29
|
+
domain?: {
|
|
30
|
+
min?: number;
|
|
31
|
+
max?: number;
|
|
32
|
+
};
|
|
33
|
+
orientation?: YAxisProps['orientation'];
|
|
34
|
+
tickFormatter?: YAxisProps['tickFormatter'];
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
export declare const AreaChart: ({ customArea, data, legend, lines, testId, theme, tooltip, xAxis, yAxis }: AreaChartPropsType) => JSX.Element;
|
|
38
38
|
//# sourceMappingURL=AreaChart.d.ts.map
|
package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartArea/AreaChartArea.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
export interface AreaPropsType extends LineType {
|
|
3
|
-
/** Unique key for data in dataset. */
|
|
4
|
-
dataKey: string;
|
|
5
|
-
}
|
|
6
|
-
export declare type AreaTypeType = 'basis' | 'basisClosed' | 'basisOpen' | 'linear' | 'linearClosed' | 'natural' | 'monotoneX' | 'monotoneY' | 'monotone' | 'step' | 'stepBefore' | 'stepAfter';
|
|
7
|
-
export declare type LineType = {
|
|
8
|
-
/** Any color name from palette. */
|
|
9
|
-
color?: string;
|
|
10
|
-
/** Flag if you want to use highlighted version of graph. */
|
|
11
|
-
isHighlighted?: boolean;
|
|
12
|
-
/** Flag if graph is horizontal line (no chenges in Y values). */
|
|
13
|
-
isHorizontalLine?: boolean;
|
|
14
|
-
/** Flag if you want to use highlighted version of graph. */
|
|
15
|
-
isLegendHover?: boolean;
|
|
16
|
-
/** Name of graph line. */
|
|
17
|
-
name: string;
|
|
18
|
-
/** Type of curve/line to be used to represent data. */
|
|
19
|
-
type?: AreaTypeType;
|
|
20
|
-
};
|
|
21
|
-
export declare const renderLine: ({ color, dataKey, isHorizontalLine, name, type }: AreaPropsType) => JSX.Element;
|
|
22
|
-
export declare const renderAreaFill: ({ dataKey, isHighlighted, isLegendHover, name, type }: AreaPropsType) => JSX.Element;
|
|
23
|
-
export declare const generateLineGradients: (lines: Record<string, LineType>) => ReactNode;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface AreaPropsType extends LineType {
|
|
3
|
+
/** Unique key for data in dataset. */
|
|
4
|
+
dataKey: string;
|
|
5
|
+
}
|
|
6
|
+
export declare type AreaTypeType = 'basis' | 'basisClosed' | 'basisOpen' | 'linear' | 'linearClosed' | 'natural' | 'monotoneX' | 'monotoneY' | 'monotone' | 'step' | 'stepBefore' | 'stepAfter';
|
|
7
|
+
export declare type LineType = {
|
|
8
|
+
/** Any color name from palette. */
|
|
9
|
+
color?: string;
|
|
10
|
+
/** Flag if you want to use highlighted version of graph. */
|
|
11
|
+
isHighlighted?: boolean;
|
|
12
|
+
/** Flag if graph is horizontal line (no chenges in Y values). */
|
|
13
|
+
isHorizontalLine?: boolean;
|
|
14
|
+
/** Flag if you want to use highlighted version of graph. */
|
|
15
|
+
isLegendHover?: boolean;
|
|
16
|
+
/** Name of graph line. */
|
|
17
|
+
name: string;
|
|
18
|
+
/** Type of curve/line to be used to represent data. */
|
|
19
|
+
type?: AreaTypeType;
|
|
20
|
+
};
|
|
21
|
+
export declare const renderLine: ({ color, dataKey, isHorizontalLine, name, type }: AreaPropsType) => JSX.Element;
|
|
22
|
+
export declare const renderAreaFill: ({ dataKey, isHighlighted, isLegendHover, name, type }: AreaPropsType) => JSX.Element;
|
|
23
|
+
export declare const generateLineGradients: (lines: Record<string, LineType>) => ReactNode;
|
|
24
24
|
//# sourceMappingURL=AreaChartArea.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './AreaChartArea';
|
|
1
|
+
export * from './AreaChartArea';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartLegend/AreaChartLegend.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { ComponentPropsType } from '../../../../../utils';
|
|
2
|
-
import { LineType } from '../';
|
|
3
|
-
export interface LegendPropsType extends ComponentPropsType {
|
|
4
|
-
payload?: PayloadItem[];
|
|
5
|
-
onMouseEnter?: (value: string) => void;
|
|
6
|
-
lines: {
|
|
7
|
-
[key: string]: LineType;
|
|
8
|
-
};
|
|
9
|
-
}
|
|
10
|
-
declare type PayloadItem = {
|
|
11
|
-
value: string;
|
|
12
|
-
color: string;
|
|
13
|
-
dataKey: string;
|
|
14
|
-
};
|
|
15
|
-
export declare const AreaChartLegend: ({ lines, onMouseEnter, payload }: LegendPropsType) => JSX.Element;
|
|
16
|
-
export {};
|
|
1
|
+
import { ComponentPropsType } from '../../../../../utils';
|
|
2
|
+
import { LineType } from '../';
|
|
3
|
+
export interface LegendPropsType extends ComponentPropsType {
|
|
4
|
+
payload?: PayloadItem[];
|
|
5
|
+
onMouseEnter?: (value: string) => void;
|
|
6
|
+
lines: {
|
|
7
|
+
[key: string]: LineType;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
declare type PayloadItem = {
|
|
11
|
+
value: string;
|
|
12
|
+
color: string;
|
|
13
|
+
dataKey: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const AreaChartLegend: ({ lines, onMouseEnter, payload }: LegendPropsType) => JSX.Element;
|
|
16
|
+
export {};
|
|
17
17
|
//# sourceMappingURL=AreaChartLegend.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './AreaChartLegend';
|
|
1
|
+
export * from './AreaChartLegend';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartTooltip/AreaChartTooltip.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ComponentPropsType } from '../../../../../utils';
|
|
3
|
-
import { LineType } from '../AreaChartArea';
|
|
4
|
-
export interface AreaChartTooltipPropsType extends ComponentPropsType {
|
|
5
|
-
active?: boolean;
|
|
6
|
-
lines: {
|
|
7
|
-
[key: string]: LineType;
|
|
8
|
-
};
|
|
9
|
-
labelFormatter?: (label: any) => ReactNode;
|
|
10
|
-
formatter?: (value: string) => ReactNode;
|
|
11
|
-
label?: string;
|
|
12
|
-
payload?: {
|
|
13
|
-
dataKey: string;
|
|
14
|
-
value: string;
|
|
15
|
-
}[];
|
|
16
|
-
}
|
|
17
|
-
export declare const AreaChartTooltip: ({ active, formatter, label, labelFormatter, lines, payload }: AreaChartTooltipPropsType) => JSX.Element | null;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ComponentPropsType } from '../../../../../utils';
|
|
3
|
+
import { LineType } from '../AreaChartArea';
|
|
4
|
+
export interface AreaChartTooltipPropsType extends ComponentPropsType {
|
|
5
|
+
active?: boolean;
|
|
6
|
+
lines: {
|
|
7
|
+
[key: string]: LineType;
|
|
8
|
+
};
|
|
9
|
+
labelFormatter?: (label: any) => ReactNode;
|
|
10
|
+
formatter?: (value: string) => ReactNode;
|
|
11
|
+
label?: string;
|
|
12
|
+
payload?: {
|
|
13
|
+
dataKey: string;
|
|
14
|
+
value: string;
|
|
15
|
+
}[];
|
|
16
|
+
}
|
|
17
|
+
export declare const AreaChartTooltip: ({ active, formatter, label, labelFormatter, lines, payload }: AreaChartTooltipPropsType) => JSX.Element | null;
|
|
18
18
|
//# sourceMappingURL=AreaChartTooltip.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './AreaChartTooltip';
|
|
1
|
+
export * from './AreaChartTooltip';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './AreaChartTooltip';
|
|
2
|
-
export * from './AreaChartArea';
|
|
3
|
-
export * from './AreaChartLegend';
|
|
1
|
+
export * from './AreaChartTooltip';
|
|
2
|
+
export * from './AreaChartArea';
|
|
3
|
+
export * from './AreaChartLegend';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './AreaChart';
|
|
1
|
+
export * from './AreaChart';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './AreaChart';
|
|
1
|
+
export * from './AreaChart';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentPropsType } from '../../../utils';
|
|
3
|
-
export interface AppPropsType extends ComponentPropsType {
|
|
4
|
-
/** Children to be rendered in the main container. */
|
|
5
|
-
children?: React.ReactNode;
|
|
6
|
-
/** Change layout if fixed Header is used */
|
|
7
|
-
isHeaderFixed?: boolean;
|
|
8
|
-
/** Change layout if fixed main menu is used */
|
|
9
|
-
isMenuMainFixed?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export declare const App: ({ children, isHeaderFixed, isMenuMainFixed, testId, theme }: AppPropsType) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentPropsType } from '../../../utils';
|
|
3
|
+
export interface AppPropsType extends ComponentPropsType {
|
|
4
|
+
/** Children to be rendered in the main container. */
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
/** Change layout if fixed Header is used */
|
|
7
|
+
isHeaderFixed?: boolean;
|
|
8
|
+
/** Change layout if fixed main menu is used */
|
|
9
|
+
isMenuMainFixed?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const App: ({ children, isHeaderFixed, isMenuMainFixed, testId, theme }: AppPropsType) => JSX.Element;
|
|
12
12
|
//# sourceMappingURL=App.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentPropsType } from '../../../utils';
|
|
3
|
-
export interface AppContentPropsType extends ComponentPropsType {
|
|
4
|
-
/** Children to be rendered in the main container. */
|
|
5
|
-
children?: React.ReactNode;
|
|
6
|
-
}
|
|
7
|
-
export declare const AppContent: ({ children, testId, theme }: AppContentPropsType) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentPropsType } from '../../../utils';
|
|
3
|
+
export interface AppContentPropsType extends ComponentPropsType {
|
|
4
|
+
/** Children to be rendered in the main container. */
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
}
|
|
7
|
+
export declare const AppContent: ({ children, testId, theme }: AppContentPropsType) => JSX.Element;
|
|
8
8
|
//# sourceMappingURL=AppContent.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentPropsType } from '../../../utils';
|
|
3
|
-
export interface AppMainPropsType extends ComponentPropsType {
|
|
4
|
-
/** Children to be rendered in the main container. */
|
|
5
|
-
children?: React.ReactNode;
|
|
6
|
-
/** Whether the main element is centered. Default is not centered. */
|
|
7
|
-
isCentered?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare const AppMain: ({ children, isCentered, testId, theme }: AppMainPropsType) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentPropsType } from '../../../utils';
|
|
3
|
+
export interface AppMainPropsType extends ComponentPropsType {
|
|
4
|
+
/** Children to be rendered in the main container. */
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
/** Whether the main element is centered. Default is not centered. */
|
|
7
|
+
isCentered?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const AppMain: ({ children, isCentered, testId, theme }: AppMainPropsType) => JSX.Element;
|
|
10
10
|
//# sourceMappingURL=AppMain.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './App';
|
|
2
|
-
export * from './AppContent';
|
|
3
|
-
export * from './AppMain';
|
|
1
|
+
export * from './App';
|
|
2
|
+
export * from './AppContent';
|
|
3
|
+
export * from './AppMain';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { IndentedSizeType, IndentedType } from '../../../types';
|
|
3
|
-
import { ComponentPropsType } from '../../../utils';
|
|
4
|
-
export interface BoxPropsType extends ComponentPropsType {
|
|
5
|
-
/** Children to be rendered in the main container. */
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
/** Defines HTML tag to be used as wrapper. */
|
|
8
|
-
component?: BoxComponentType;
|
|
9
|
-
/** Defines custom margin spaces. */
|
|
10
|
-
margin?: IndentedType | IndentedSizeType;
|
|
11
|
-
/** Defines custom padding spaces. */
|
|
12
|
-
padding?: IndentedType | IndentedSizeType;
|
|
13
|
-
}
|
|
14
|
-
export declare type BoxComponentType = 'section' | 'div';
|
|
15
|
-
export declare const Box: ({ children, component: Component, margin, padding, testId, theme }: BoxPropsType) => JSX.Element;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { IndentedSizeType, IndentedType } from '../../../types';
|
|
3
|
+
import { ComponentPropsType } from '../../../utils';
|
|
4
|
+
export interface BoxPropsType extends ComponentPropsType {
|
|
5
|
+
/** Children to be rendered in the main container. */
|
|
6
|
+
children?: ReactNode;
|
|
7
|
+
/** Defines HTML tag to be used as wrapper. */
|
|
8
|
+
component?: BoxComponentType;
|
|
9
|
+
/** Defines custom margin spaces. */
|
|
10
|
+
margin?: IndentedType | IndentedSizeType;
|
|
11
|
+
/** Defines custom padding spaces. */
|
|
12
|
+
padding?: IndentedType | IndentedSizeType;
|
|
13
|
+
}
|
|
14
|
+
export declare type BoxComponentType = 'section' | 'div';
|
|
15
|
+
export declare const Box: ({ children, component: Component, margin, padding, testId, theme }: BoxPropsType) => JSX.Element;
|
|
16
16
|
//# sourceMappingURL=Box.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Box';
|
|
1
|
+
export * from './Box';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentPropsType } from '../../../utils';
|
|
3
|
-
export interface CurtainPropsType extends ComponentPropsType {
|
|
4
|
-
/** Children to be rendered in the main container. */
|
|
5
|
-
children?: React.ReactNode;
|
|
6
|
-
}
|
|
7
|
-
export declare const Curtain: ({ children, testId, theme }: CurtainPropsType) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentPropsType } from '../../../utils';
|
|
3
|
+
export interface CurtainPropsType extends ComponentPropsType {
|
|
4
|
+
/** Children to be rendered in the main container. */
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
}
|
|
7
|
+
export declare const Curtain: ({ children, testId, theme }: CurtainPropsType) => JSX.Element;
|
|
8
8
|
//# sourceMappingURL=Curtain.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Curtain';
|
|
1
|
+
export * from './Curtain';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,23 +1,27 @@
|
|
|
1
|
-
import React, { SyntheticEvent } from 'react';
|
|
2
|
-
import { ComponentPropsType } from '../../../utils';
|
|
3
|
-
declare type FlexDirectionType = 'row' | 'row-reverse' | 'column' | 'column-reverse';
|
|
4
|
-
declare type JustifyContentType = 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'space-evenly' | 'start' | 'end' | 'left' | 'right';
|
|
5
|
-
declare type FlexWrapType = 'nowrap' | 'wrap' | 'wrap-reverse';
|
|
6
|
-
declare type AlignItemsType = 'stretch' | 'flex-start' | 'flex-end' | 'center' | 'baseline' | 'start' | 'end' | 'unset';
|
|
7
|
-
export interface FlexPropsType extends ComponentPropsType {
|
|
8
|
-
/** Flex align items type to class. */
|
|
9
|
-
alignItems?: AlignItemsType;
|
|
10
|
-
/** Flex
|
|
11
|
-
|
|
12
|
-
/** Flex
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
|
|
16
|
-
/** Flex
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
1
|
+
import React, { SyntheticEvent } from 'react';
|
|
2
|
+
import { ComponentPropsType } from '../../../utils';
|
|
3
|
+
declare type FlexDirectionType = 'row' | 'row-reverse' | 'column' | 'column-reverse';
|
|
4
|
+
declare type JustifyContentType = 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'space-evenly' | 'start' | 'end' | 'left' | 'right';
|
|
5
|
+
declare type FlexWrapType = 'nowrap' | 'wrap' | 'wrap-reverse';
|
|
6
|
+
declare type AlignItemsType = 'stretch' | 'flex-start' | 'flex-end' | 'center' | 'baseline' | 'start' | 'end' | 'unset';
|
|
7
|
+
export interface FlexPropsType extends ComponentPropsType {
|
|
8
|
+
/** Flex align items type to class. */
|
|
9
|
+
alignItems?: AlignItemsType;
|
|
10
|
+
/** Flex responsivity for alignItems. */
|
|
11
|
+
isAlignItemsResponsive?: boolean;
|
|
12
|
+
/** Flex justify content type to class. */
|
|
13
|
+
justifyContent?: JustifyContentType;
|
|
14
|
+
/** Flex direction type to class. */
|
|
15
|
+
direction?: FlexDirectionType;
|
|
16
|
+
/** Flex responsivity for direction. */
|
|
17
|
+
isDirectionResponsive?: boolean;
|
|
18
|
+
/** Children to be rendered in the main container. */
|
|
19
|
+
children?: React.ReactNode;
|
|
20
|
+
/** Flex wrap type to class. */
|
|
21
|
+
wrap?: FlexWrapType;
|
|
22
|
+
/** onClick event. */
|
|
23
|
+
onClick?: (event: SyntheticEvent) => void;
|
|
24
|
+
}
|
|
25
|
+
export declare const Flex: ({ alignItems, children, direction, isAlignItemsResponsive, isDirectionResponsive, justifyContent, onClick, testId, theme, wrap }: FlexPropsType) => JSX.Element;
|
|
26
|
+
export {};
|
|
23
27
|
//# sourceMappingURL=Flex.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Flex';
|
|
1
|
+
export * from './Flex';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentPropsType } from '../../../utils';
|
|
3
|
-
export declare type ColSizeProp = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 'auto';
|
|
4
|
-
export interface ColPropsType extends ComponentPropsType {
|
|
5
|
-
/** Children to be rendered in the main container. */
|
|
6
|
-
children?: React.ReactNode;
|
|
7
|
-
/** Default column width - legacy xs - now col */
|
|
8
|
-
xs?: ColSizeProp;
|
|
9
|
-
/** Column width in sm breakpoint */
|
|
10
|
-
sm?: ColSizeProp;
|
|
11
|
-
/** Column width in md breakpoint */
|
|
12
|
-
md?: ColSizeProp;
|
|
13
|
-
/** Column width in lg breakpoint */
|
|
14
|
-
lg?: ColSizeProp;
|
|
15
|
-
/** Column width in xl breakpoint */
|
|
16
|
-
xl?: ColSizeProp;
|
|
17
|
-
/** Column width in xxl breakpoint */
|
|
18
|
-
xxl?: ColSizeProp;
|
|
19
|
-
}
|
|
20
|
-
export declare const Col: ({ children, testId, theme, xs: col, ...rest }: ColPropsType) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentPropsType } from '../../../utils';
|
|
3
|
+
export declare type ColSizeProp = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 'auto';
|
|
4
|
+
export interface ColPropsType extends ComponentPropsType {
|
|
5
|
+
/** Children to be rendered in the main container. */
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
/** Default column width - legacy xs - now col */
|
|
8
|
+
xs?: ColSizeProp;
|
|
9
|
+
/** Column width in sm breakpoint */
|
|
10
|
+
sm?: ColSizeProp;
|
|
11
|
+
/** Column width in md breakpoint */
|
|
12
|
+
md?: ColSizeProp;
|
|
13
|
+
/** Column width in lg breakpoint */
|
|
14
|
+
lg?: ColSizeProp;
|
|
15
|
+
/** Column width in xl breakpoint */
|
|
16
|
+
xl?: ColSizeProp;
|
|
17
|
+
/** Column width in xxl breakpoint */
|
|
18
|
+
xxl?: ColSizeProp;
|
|
19
|
+
}
|
|
20
|
+
export declare const Col: ({ children, testId, theme, xs: col, ...rest }: ColPropsType) => JSX.Element;
|
|
21
21
|
//# sourceMappingURL=Col.d.ts.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentPropsType } from '../../../utils';
|
|
3
|
-
import { ColSizeProp } from './Col';
|
|
4
|
-
export interface RowPropsType extends ComponentPropsType {
|
|
5
|
-
/** Children to be rendered in the main container. */
|
|
6
|
-
children?: React.ReactNode;
|
|
7
|
-
/** Number of columns side-by-side in one horizontal row */
|
|
8
|
-
cols?: ColSizeProp;
|
|
9
|
-
/** Column width in md breakpoint */
|
|
10
|
-
md?: ColSizeProp;
|
|
11
|
-
/** Column width in lg breakpoint */
|
|
12
|
-
lg?: ColSizeProp;
|
|
13
|
-
/** Column width in xl breakpoint */
|
|
14
|
-
xl?: ColSizeProp;
|
|
15
|
-
/** Column width in xxl breakpoint */
|
|
16
|
-
xxl?: ColSizeProp;
|
|
17
|
-
/** onClick event. */
|
|
18
|
-
onClick?: () => void;
|
|
19
|
-
}
|
|
20
|
-
export declare const Row: ({ children, cols, onClick, testId, theme, ...rest }: RowPropsType) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentPropsType } from '../../../utils';
|
|
3
|
+
import { ColSizeProp } from './Col';
|
|
4
|
+
export interface RowPropsType extends ComponentPropsType {
|
|
5
|
+
/** Children to be rendered in the main container. */
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
/** Number of columns side-by-side in one horizontal row */
|
|
8
|
+
cols?: ColSizeProp;
|
|
9
|
+
/** Column width in md breakpoint */
|
|
10
|
+
md?: ColSizeProp;
|
|
11
|
+
/** Column width in lg breakpoint */
|
|
12
|
+
lg?: ColSizeProp;
|
|
13
|
+
/** Column width in xl breakpoint */
|
|
14
|
+
xl?: ColSizeProp;
|
|
15
|
+
/** Column width in xxl breakpoint */
|
|
16
|
+
xxl?: ColSizeProp;
|
|
17
|
+
/** onClick event. */
|
|
18
|
+
onClick?: () => void;
|
|
19
|
+
}
|
|
20
|
+
export declare const Row: ({ children, cols, onClick, testId, theme, ...rest }: RowPropsType) => JSX.Element;
|
|
21
21
|
//# sourceMappingURL=Row.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Col';
|
|
2
|
-
export * from './Row';
|
|
1
|
+
export * from './Col';
|
|
2
|
+
export * from './Row';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|