@mmb-digital/ds-lilly 0.10.68 → 0.10.69
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.js +11965 -12528
- package/dist/svg/toolBox.svg +1 -0
- 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 +26 -26
- package/dist/types/src/components/Components/Avatar/index.d.ts +1 -1
- package/dist/types/src/components/Components/Badge/Badge.d.ts +19 -19
- package/dist/types/src/components/Components/Badge/index.d.ts +1 -1
- package/dist/types/src/components/Components/Button/Button.d.ts +56 -56
- 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 +63 -63
- package/dist/types/src/components/Components/Card/_elements_/CardCustomTrigger.d.ts +5 -5
- package/dist/types/src/components/Components/Card/_elements_/CollapseHeader.d.ts +20 -20
- 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/Carousel/Carousel.d.ts +21 -21
- package/dist/types/src/components/Components/Carousel/index.d.ts +1 -1
- 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 +56 -56
- package/dist/types/src/components/Components/CompactButtons/index.d.ts +1 -1
- package/dist/types/src/components/Components/ContentTable/ContentTable.d.ts +27 -27
- package/dist/types/src/components/Components/ContentTable/ContentTableRow.d.ts +60 -60
- package/dist/types/src/components/Components/ContentTable/index.d.ts +2 -2
- 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 +41 -41
- package/dist/types/src/components/Components/Dropdown/_elements_/DropdownItem.d.ts +33 -33
- package/dist/types/src/components/Components/Dropdown/_elements_/DropdownMenu.d.ts +18 -18
- 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/Dropdown2/Dropdown2.d.ts +7 -7
- package/dist/types/src/components/Components/Dropdown2/_elements_/Dropdown2Divider.d.ts +6 -6
- package/dist/types/src/components/Components/Dropdown2/_elements_/Dropdown2Item.d.ts +2 -2
- package/dist/types/src/components/Components/Dropdown2/_elements_/index.d.ts +2 -2
- package/dist/types/src/components/Components/Dropdown2/index.d.ts +2 -2
- package/dist/types/src/components/Components/Icon/Icon.d.ts +24 -24
- 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 +23 -23
- 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 +26 -26
- 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 +21 -21
- package/dist/types/src/components/Components/Modal/index.d.ts +6 -6
- package/dist/types/src/components/Components/Pills/Pills.d.ts +23 -23
- package/dist/types/src/components/Components/Pills/index.d.ts +1 -1
- package/dist/types/src/components/Components/Tag/Tag.d.ts +16 -16
- 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 +11 -11
- package/dist/types/src/components/Components/Toast/Toast.hook.d.ts +11 -11
- package/dist/types/src/components/Components/Toast/index.d.ts +2 -2
- package/dist/types/src/components/Components/Tooltip/Tooltip.d.ts +29 -29
- 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 +26 -26
- 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/Autocomplete2/Autocomplete2.d.ts +49 -49
- package/dist/types/src/components/Form/Autocomplete2/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/DatePicker2/DatePicker2.d.ts +21 -21
- package/dist/types/src/components/Form/DatePicker2/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 +78 -78
- package/dist/types/src/components/Form/FileUpload/FileUpload.hook.d.ts +8 -8
- package/dist/types/src/components/Form/FileUpload/_parts_/FileList.d.ts +22 -22
- 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 +15 -15
- package/dist/types/src/components/Form/FormGroup/index.d.ts +1 -1
- package/dist/types/src/components/Form/FormGroup2/FormGroup2.d.ts +32 -32
- 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/Multiselect/Multiselect.d.ts +23 -23
- package/dist/types/src/components/Form/Multiselect/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 +17 -17
- 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 +37 -37
- 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 +24 -24
- package/dist/types/src/components/Form/Toggle/index.d.ts +1 -1
- package/dist/types/src/components/Form/index.d.ts +43 -43
- 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/ChartLegend/ChartLegend.d.ts +27 -27
- package/dist/types/src/components/Graphs/ChartLegend/_elements_/ChartLegendRow.d.ts +14 -14
- package/dist/types/src/components/Graphs/ChartLegend/index.d.ts +1 -1
- package/dist/types/src/components/Graphs/PieChartExtended/PieChartExtended.d.ts +19 -19
- package/dist/types/src/components/Graphs/PieChartExtended/index.d.ts +1 -1
- package/dist/types/src/components/Graphs/index.d.ts +3 -3
- 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 -26
- 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 +21 -21
- 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 +44 -44
- 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 +17 -17
- 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 +28 -28
- 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 +24 -24
- package/dist/types/src/components/Typography/Text/index.d.ts +1 -1
- package/dist/types/src/components/Typography/Title/Title.d.ts +20 -20
- 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 +12 -12
- 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 +15 -15
- package/dist/types/src/contexts/ContentTableContext.d.ts +29 -29
- package/dist/types/src/contexts/FormGroupContext.d.ts +14 -14
- package/dist/types/src/contexts/MobilePanelContext.d.ts +25 -25
- package/dist/types/src/contexts/ModalContext.d.ts +21 -21
- package/dist/types/src/contexts/Select2Context.d.ts +19 -19
- package/dist/types/src/contexts/TabsContext.d.ts +16 -16
- package/dist/types/src/contexts/index.d.ts +6 -6
- package/dist/types/src/hocs/index.d.ts +1 -1
- package/dist/types/src/hocs/withDisabledTooltip.d.ts +7 -7
- package/dist/types/src/index.d.ts +11 -11
- package/dist/types/src/types/colors.d.ts +2 -2
- package/dist/types/src/types/common.d.ts +53 -53
- 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 +25 -25
- 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 +19 -19
- 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/noop.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/removeNotSupportedCharacters.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/ucfirst.d.ts +1 -1
- package/dist/types/src/utils/useGroupedItems.d.ts +13 -13
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 130 96"><path d="M26.209 19.759a4.224 4.224 0 00-4.22-4.22 4.224 4.224 0 00-4.22 4.22 4.224 4.224 0 004.22 4.22 4.224 4.224 0 004.22-4.22zm-5.199 0c0-.538.44-.979.979-.979.538 0 .978.44.978.979 0 .538-.44.979-.978.979a.982.982 0 01-.979-.98z"/><path d="M116.639 7.714l-10.806-3.798a1.614 1.614 0 00-2.067.985l-.337.96-2.366-.837-1.75-2.372a1.447 1.447 0 00-.156-.194 1.356 1.356 0 00-.15-.136 1.513 1.513 0 00-.479-.273L93.142.157a2.761 2.761 0 00-3.52 1.692l-3.377 9.58c-.5 1.433.253 3.014 1.685 3.513l5.387 1.9c.181.064.363.09.538.09.09 0 .175-.006.259-.026a.632.632 0 00.155-.026l2.885-.764 2.373.836-1.705 4.835a3.218 3.218 0 00.136 2.477 3.183 3.183 0 001.361 1.439l-4.712 13.385-3.488 1.588a1.63 1.63 0 00-.862.934l-3.863 10.98-4.505-18.305c-.162-.655.026-1.361.506-1.893a15.486 15.486 0 003.584-14.118 15.52 15.52 0 00-9.515-10.76 2.779 2.779 0 00-3.695 3.267l2.275 9.25-3.811 3.124-4.822-1.005-2.282-9.256a2.768 2.768 0 00-2.036-2.029 2.782 2.782 0 00-2.754.862 15.495 15.495 0 00-3.43 13.95 15.448 15.448 0 009.724 10.837c.667.247 1.166.791 1.328 1.446a1.618 1.618 0 002.697.778c.402-.39.59-.972.447-1.55-.415-1.71-1.672-3.098-3.358-3.714A12.215 12.215 0 0159.06 24.9a12.24 12.24 0 012.145-10.34l2.068 8.421a3.161 3.161 0 002.425 2.334l4.926 1.024a3.168 3.168 0 002.638-.648l3.876-3.19a3.162 3.162 0 001.07-3.189l-2.075-8.42a12.276 12.276 0 016.696 8.161 12.226 12.226 0 01-2.832 11.162c-1.212 1.336-1.68 3.144-1.251 4.849l4.33 17.579v.006l.22.901h-9.16L72.4 46.497l-.667-2.716a1.628 1.628 0 00-1.964-1.186 1.618 1.618 0 00-1.186 1.957l2.21 8.997H58.735l-.265-3.493a1.615 1.615 0 00-1.737-1.491l-1.27.097-2.354-31.412 1.66-6.087c.09-.324.078-.674-.04-.985l-2.78-7.525a1.62 1.62 0 00-1.646-1.057l-5.186.39a1.633 1.633 0 00-1.465 1.29l-1.627 7.849c-.071.337-.032.68.104.985l2.56 5.776 1.919 25.643a1.631 1.631 0 001.737 1.497 1.627 1.627 0 001.497-1.737L47.898 17.36a1.664 1.664 0 00-.13-.532l-2.463-5.555 1.27-6.145 2.755-.207 2.178 5.885-1.601 5.86a1.743 1.743 0 00-.052.55l2.372 31.685-3.571.266c-.02 0-.033 0-.052.006h-.026l-2.807.214a1.642 1.642 0 00-1.108.557 1.622 1.622 0 00-.383 1.18l.182 2.424h-2.146c-.894 0-1.62.726-1.62 1.621v12.886c-.007.059-.007.11-.007.169v13.1c0 .058 0 .11.006.168V92.76h-28.56c-4.88 0-8.854-3.967-8.854-8.848V55.59l6.365-11.343a40.723 40.723 0 005.186-19.868V19.76c0-1.97.784-3.812 2.217-5.173a7.082 7.082 0 014.938-1.977h.024c.11 0 .216 0 .327.006 3.811.182 6.8 3.43 6.8 7.39v4.375a40.65 40.65 0 005.192 19.861l2.12 3.78a1.612 1.612 0 002.203.621 1.618 1.618 0 00.623-2.204l-2.12-3.779a37.434 37.434 0 01-4.776-18.28v-4.375c0-2.872-1.109-5.484-2.917-7.396h8.174a1.62 1.62 0 100-3.241H21.988c-.026 0-.052.006-.078.006h-.09c-.006 0-.013.006-.02 0-2.625.039-5.069 1.044-6.987 2.865a10.32 10.32 0 00-3.222 7.52v4.621a37.458 37.458 0 01-4.77 18.28L.246 54.378a1.6 1.6 0 00-.207.79V83.91C.04 90.58 5.465 96 12.135 96h86.458c6.67 0 12.095-5.42 12.095-12.09V62.664a1.621 1.621 0 00-3.241 0v3.94H84.89l.097-.265-.181.266H55.37a1.625 1.625 0 00-1.62 1.62c0 .895.725 1.62 1.62 1.62h52.076v9.86h-63.4a5.96 5.96 0 01-.058-.493l-.052-.693V56.79h42.697l-.097.279c.104-.078.194-.175.272-.279h22.259c.065 0 .137-.007.201-.013.013 0 .02 0 .033-.006a.998.998 0 00.188-.04c.045-.012.097-.025.143-.045.22-.077.421-.207.583-.369.045-.045.091-.097.13-.156.097-.123.175-.259.233-.401.02-.06.039-.11.052-.169a.965.965 0 00.039-.188c.006-.013.006-.02.006-.032.007-.065.013-.137.013-.201a1.92 1.92 0 00-.013-.201.938.938 0 00-.039-.201c-.019-.065-.038-.13-.058-.188a3.08 3.08 0 00-.104-.214l-2.197-3.922a1.632 1.632 0 00-2.211-.622 1.631 1.631 0 00-.622 2.21l.856 1.517h-3.715l2.379-6.761a1.624 1.624 0 00-.992-2.068 1.623 1.623 0 00-2.067.992l-2.761 7.837h-9.659l3.598-10.21 3.494-1.588c.402-.18.706-.518.856-.933l4.926-13.995 2.437.856-4.926 13.994c-.253.707.02 1.478.616 1.874.11.084.233.149.369.194a1.621 1.621 0 002.068-.992l4.939-14.04a3.247 3.247 0 003.624-2.113l1.705-4.848c4.673 1.633 9.476 3.734 8.867 7.746-.382 2.521 1.31 4.18 3.099 4.453.181.026.362.039.544.039 1.756 0 3.572-1.264 3.98-3.915.181-1.173.279-2.392.279-3.624 0-7.318-3.449-15.252-13.321-18.733h-.001zm9.84 21.864c-.117.765-.441 1.232-.836 1.167-.11-.02-.473-.123-.376-.765 1.076-7.11-6.981-9.898-11.305-11.395-.441-.156-.849-.292-1.199-.421a1.528 1.528 0 00-.564-.104 1.612 1.612 0 00-1.523 1.082l-2.25 6.379-.875-.305c-.052-.02-.097-.039-.149-.058l-5.497-1.932-1.024-.363 2.243-6.365c.142-.409.117-.85-.071-1.239a1.612 1.612 0 00-.921-.83l-4.369-1.536a1.617 1.617 0 00-.96-.038l-.401.11L98.496 7l.252.344c.188.26.454.46.765.57l4.363 1.543a1.65 1.65 0 001.244-.065c.389-.188.687-.518.83-.927l.337-.96 9.276 3.268c12.16 4.285 11.434 15.472 10.915 18.804h.001zM89.467 12.051l3.053-8.68 3.403 1.2-3.06 8.673-3.396-1.193zM47.63 52.5l1.27-.097 6.457-.486.123 1.633h-7.772l-.078-1.05zm-2.463 30.446h62.279v.966c0 4.88-3.973 8.848-8.854 8.848H43.937v-9.814h1.231z"/><path d="M49.706 66.604h-.583c-.26 0-.5.058-.713.168a1.614 1.614 0 00.226 2.995c.156.052.318.078.487.078h.583a1.624 1.624 0 001.62-1.62 1.62 1.62 0 00-1.62-1.621zm-23.694-6.599l-15.69 18.009a1.62 1.62 0 102.444 2.13l15.69-18.01a1.62 1.62 0 10-2.444-2.129zm2.287-13.071a1.62 1.62 0 00-2.287.157L10.322 65.1a1.62 1.62 0 102.444 2.13l15.69-18.008a1.62 1.62 0 00-.157-2.287z"/></svg>
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { ReactElement, ReactNode, RefObject } from 'react';
|
|
2
|
-
import { BackgroundColorType, IconNameType } from '../../../types';
|
|
3
|
-
import { ComponentPropsType } from '../../../utils';
|
|
4
|
-
export interface AlertPropsType extends ComponentPropsType {
|
|
5
|
-
/** Element Ref */
|
|
6
|
-
alertRef?: RefObject<HTMLDivElement>;
|
|
7
|
-
/** Children to be rendered in the main container. */
|
|
8
|
-
children?: ReactNode;
|
|
9
|
-
/** Aria label for close button */
|
|
10
|
-
closeButtonAriaLabel?: string | ReactElement;
|
|
11
|
-
/** Icon name. */
|
|
12
|
-
iconName?: IconNameType;
|
|
13
|
-
/** Icon background color. */
|
|
14
|
-
iconBackgroundColor?: BackgroundColorType;
|
|
15
|
-
/** Define if you want bigger paddings. */
|
|
16
|
-
isLarge?: boolean;
|
|
17
|
-
/** Action handler for close button */
|
|
18
|
-
onClose?: () => void;
|
|
19
|
-
/** Alert main title. */
|
|
20
|
-
title?: ReactNode;
|
|
21
|
-
/** Color type of alert. */
|
|
22
|
-
type?: 'error' | 'warning' | 'info' | 'success';
|
|
23
|
-
}
|
|
24
|
-
export declare const Alert: ({ alertRef, children, closeButtonAriaLabel, iconBackgroundColor, iconName, isLarge, onClose, testId, theme, title, type }: AlertPropsType) => JSX.Element;
|
|
1
|
+
import { ReactElement, ReactNode, RefObject } from 'react';
|
|
2
|
+
import { BackgroundColorType, IconNameType } from '../../../types';
|
|
3
|
+
import { ComponentPropsType } from '../../../utils';
|
|
4
|
+
export interface AlertPropsType extends ComponentPropsType {
|
|
5
|
+
/** Element Ref */
|
|
6
|
+
alertRef?: RefObject<HTMLDivElement>;
|
|
7
|
+
/** Children to be rendered in the main container. */
|
|
8
|
+
children?: ReactNode;
|
|
9
|
+
/** Aria label for close button */
|
|
10
|
+
closeButtonAriaLabel?: string | ReactElement;
|
|
11
|
+
/** Icon name. */
|
|
12
|
+
iconName?: IconNameType;
|
|
13
|
+
/** Icon background color. */
|
|
14
|
+
iconBackgroundColor?: BackgroundColorType;
|
|
15
|
+
/** Define if you want bigger paddings. */
|
|
16
|
+
isLarge?: boolean;
|
|
17
|
+
/** Action handler for close button */
|
|
18
|
+
onClose?: () => void;
|
|
19
|
+
/** Alert main title. */
|
|
20
|
+
title?: ReactNode;
|
|
21
|
+
/** Color type of alert. */
|
|
22
|
+
type?: 'error' | 'warning' | 'info' | 'success';
|
|
23
|
+
}
|
|
24
|
+
export declare const Alert: ({ alertRef, children, closeButtonAriaLabel, iconBackgroundColor, iconName, isLarge, onClose, testId, theme, title, type }: AlertPropsType) => JSX.Element;
|
|
25
25
|
//# sourceMappingURL=Alert.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Alert';
|
|
1
|
+
export * from './Alert';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { BackgroundColorType, IconNameType } from '../../../types';
|
|
3
|
-
import { ComponentPropsType } from '../../../utils';
|
|
4
|
-
export interface AvatarPropsType extends ComponentPropsType {
|
|
5
|
-
/** Avatar size enum type */
|
|
6
|
-
size?: AvatarSizeType;
|
|
7
|
-
/** Color of avatar background - any color from palette-light */
|
|
8
|
-
background?: BackgroundColorType;
|
|
9
|
-
backgroundCustom?: string;
|
|
10
|
-
/** Avatar border */
|
|
11
|
-
border?: AvatarBorderType;
|
|
12
|
-
borderColorCustom?: string;
|
|
13
|
-
/** Avatar shadow */
|
|
14
|
-
boxShadow?: boolean;
|
|
15
|
-
/** Avatar className */
|
|
16
|
-
className?: string;
|
|
17
|
-
/** Avatar text */
|
|
18
|
-
text?: ReactNode;
|
|
19
|
-
/** Avatar icon name */
|
|
20
|
-
iconName?: IconNameType;
|
|
21
|
-
/** Image URL to render as icon */
|
|
22
|
-
imageUrl?: string;
|
|
23
|
-
}
|
|
24
|
-
export declare type AvatarSizeType = 'small' | 'large' | 'xLarge' | 'xxLarge' | 'xxxLarge';
|
|
25
|
-
export declare type AvatarBorderType = 'secondaryDarker' | 'gradientBlueRed';
|
|
26
|
-
export declare const Avatar: ({ background, backgroundCustom, border, borderColorCustom, boxShadow, className, iconName, imageUrl, size, testId, text, theme }: AvatarPropsType) => JSX.Element;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { BackgroundColorType, IconNameType } from '../../../types';
|
|
3
|
+
import { ComponentPropsType } from '../../../utils';
|
|
4
|
+
export interface AvatarPropsType extends ComponentPropsType {
|
|
5
|
+
/** Avatar size enum type */
|
|
6
|
+
size?: AvatarSizeType;
|
|
7
|
+
/** Color of avatar background - any color from palette-light */
|
|
8
|
+
background?: BackgroundColorType;
|
|
9
|
+
backgroundCustom?: string;
|
|
10
|
+
/** Avatar border */
|
|
11
|
+
border?: AvatarBorderType;
|
|
12
|
+
borderColorCustom?: string;
|
|
13
|
+
/** Avatar shadow */
|
|
14
|
+
boxShadow?: boolean;
|
|
15
|
+
/** Avatar className */
|
|
16
|
+
className?: string;
|
|
17
|
+
/** Avatar text */
|
|
18
|
+
text?: ReactNode;
|
|
19
|
+
/** Avatar icon name */
|
|
20
|
+
iconName?: IconNameType;
|
|
21
|
+
/** Image URL to render as icon */
|
|
22
|
+
imageUrl?: string;
|
|
23
|
+
}
|
|
24
|
+
export declare type AvatarSizeType = 'small' | 'large' | 'xLarge' | 'xxLarge' | 'xxxLarge';
|
|
25
|
+
export declare type AvatarBorderType = 'secondaryDarker' | 'gradientBlueRed';
|
|
26
|
+
export declare const Avatar: ({ background, backgroundCustom, border, borderColorCustom, boxShadow, className, iconName, imageUrl, size, testId, text, theme }: AvatarPropsType) => JSX.Element;
|
|
27
27
|
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Avatar';
|
|
1
|
+
export * from './Avatar';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ComponentPropsType } from '../../../utils';
|
|
3
|
-
export interface BadgePropsType extends ComponentPropsType {
|
|
4
|
-
/** ARIA label */
|
|
5
|
-
ariaLabel?: string;
|
|
6
|
-
/** Children to be rendered in the main container. */
|
|
7
|
-
children?: ReactNode;
|
|
8
|
-
avatar?: ReactNode;
|
|
9
|
-
/** @deprecated use hasNotification prop instead */
|
|
10
|
-
isDotVisible?: boolean;
|
|
11
|
-
/** show badge as a dot only */
|
|
12
|
-
hasAvatar?: boolean;
|
|
13
|
-
hasNotification?: boolean;
|
|
14
|
-
/** number to be displayed in badge */
|
|
15
|
-
count?: number;
|
|
16
|
-
/** max displayable count, if count overlaps then maxCount and "+" will be displayed */
|
|
17
|
-
maxCount?: number;
|
|
18
|
-
}
|
|
19
|
-
export declare const Badge: ({ ariaLabel, avatar, children, count, hasNotification, isDotVisible, maxCount, testId, theme }: BadgePropsType) => JSX.Element | null;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ComponentPropsType } from '../../../utils';
|
|
3
|
+
export interface BadgePropsType extends ComponentPropsType {
|
|
4
|
+
/** ARIA label */
|
|
5
|
+
ariaLabel?: string;
|
|
6
|
+
/** Children to be rendered in the main container. */
|
|
7
|
+
children?: ReactNode;
|
|
8
|
+
avatar?: ReactNode;
|
|
9
|
+
/** @deprecated use hasNotification prop instead */
|
|
10
|
+
isDotVisible?: boolean;
|
|
11
|
+
/** show badge as a dot only */
|
|
12
|
+
hasAvatar?: boolean;
|
|
13
|
+
hasNotification?: boolean;
|
|
14
|
+
/** number to be displayed in badge */
|
|
15
|
+
count?: number;
|
|
16
|
+
/** max displayable count, if count overlaps then maxCount and "+" will be displayed */
|
|
17
|
+
maxCount?: number;
|
|
18
|
+
}
|
|
19
|
+
export declare const Badge: ({ ariaLabel, avatar, children, count, hasNotification, isDotVisible, maxCount, testId, theme }: BadgePropsType) => JSX.Element | null;
|
|
20
20
|
//# sourceMappingURL=Badge.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Badge';
|
|
1
|
+
export * from './Badge';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import React, { ReactElement, ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
import { IconNameType, TargetType } from '../../../types';
|
|
3
|
-
import { ComponentPropsType, DisabledTooltipPropsType } from '../../../utils';
|
|
4
|
-
export declare type ButtonPropsType = BasicButtonType | ButtonOnlyIconType;
|
|
5
|
-
declare type ButtonOnlyIconType = Omit<BasicButtonType, 'ariaLabel' | 'onlyIconName'> & {
|
|
6
|
-
/** ARIA label for tabs. */
|
|
7
|
-
ariaLabel: string | ReactElement;
|
|
8
|
-
/** Name of icon, that should be displayed stand alone. If you need icon and text (or something else) use children property. */
|
|
9
|
-
onlyIconName: IconNameType;
|
|
10
|
-
};
|
|
11
|
-
export declare type ButtonColorType = 'green' | 'gold' | 'red' | 'secondary';
|
|
12
|
-
interface BasicButtonType extends ComponentPropsType, DisabledTooltipPropsType {
|
|
13
|
-
/** Allow click event propagation */
|
|
14
|
-
allowEventPropagation?: boolean;
|
|
15
|
-
/** ARIA label for tabs. */
|
|
16
|
-
ariaLabel?: string | ReactElement;
|
|
17
|
-
/** Sets color of Button. Default color is `primary` */
|
|
18
|
-
color?: ButtonColorType;
|
|
19
|
-
/** Children components that should be rendered inside the button. */
|
|
20
|
-
children?: ReactNode;
|
|
21
|
-
/** Type of the button element. Button is default, submit works with valid enter key press to submit form. */
|
|
22
|
-
elementType?: 'button' | 'reset' | 'submit';
|
|
23
|
-
/** Flag indicating that the button should span the entire width of the parent. */
|
|
24
|
-
isBlock?: boolean;
|
|
25
|
-
/** Flag indicating that the button is disabled. */
|
|
26
|
-
isDisabled?: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* @deprecated Not implemented any more
|
|
29
|
-
* Press enter can run onClick event handler.
|
|
30
|
-
* */
|
|
31
|
-
isEnterClick?: boolean;
|
|
32
|
-
/** Set loading state to button. */
|
|
33
|
-
isLoading?: boolean;
|
|
34
|
-
/** Flag indicating that the button is rounded. */
|
|
35
|
-
isRounded?: boolean;
|
|
36
|
-
/** Flag indicating that the button is small. */
|
|
37
|
-
isSmall?: boolean;
|
|
38
|
-
/** Title used for file naming when linkUrl leads to file download */
|
|
39
|
-
linkDownloadTitle?: string;
|
|
40
|
-
/** Link used when redirecting outside application. */
|
|
41
|
-
linkUrl?: string;
|
|
42
|
-
/** Target for link outside app. */
|
|
43
|
-
target?: TargetType;
|
|
44
|
-
/** Click event handler. */
|
|
45
|
-
onClick?: (e: SyntheticEvent | KeyboardEvent) => void;
|
|
46
|
-
/** Key down event handler. */
|
|
47
|
-
onKeyDown?: (event: React.KeyboardEvent) => void;
|
|
48
|
-
/** Name of icon, that should be displayed stand alone. If you need icon and text (or something else) use children property. */
|
|
49
|
-
onlyIconName?: never;
|
|
50
|
-
/** Title of the button element */
|
|
51
|
-
title?: string;
|
|
52
|
-
/** Type of the button. Primary is filled with color, secondary is border-only and transparent is for links. */
|
|
53
|
-
type?: 'border' | 'filled' | 'transparent';
|
|
54
|
-
}
|
|
55
|
-
export declare const Button: React.ForwardRefExoticComponent<ButtonPropsType & React.RefAttributes<unknown>>;
|
|
56
|
-
export {};
|
|
1
|
+
import React, { ReactElement, ReactNode, SyntheticEvent } from 'react';
|
|
2
|
+
import { IconNameType, TargetType } from '../../../types';
|
|
3
|
+
import { ComponentPropsType, DisabledTooltipPropsType } from '../../../utils';
|
|
4
|
+
export declare type ButtonPropsType = BasicButtonType | ButtonOnlyIconType;
|
|
5
|
+
declare type ButtonOnlyIconType = Omit<BasicButtonType, 'ariaLabel' | 'onlyIconName'> & {
|
|
6
|
+
/** ARIA label for tabs. */
|
|
7
|
+
ariaLabel: string | ReactElement;
|
|
8
|
+
/** Name of icon, that should be displayed stand alone. If you need icon and text (or something else) use children property. */
|
|
9
|
+
onlyIconName: IconNameType;
|
|
10
|
+
};
|
|
11
|
+
export declare type ButtonColorType = 'green' | 'gold' | 'red' | 'secondary';
|
|
12
|
+
interface BasicButtonType extends ComponentPropsType, DisabledTooltipPropsType {
|
|
13
|
+
/** Allow click event propagation */
|
|
14
|
+
allowEventPropagation?: boolean;
|
|
15
|
+
/** ARIA label for tabs. */
|
|
16
|
+
ariaLabel?: string | ReactElement;
|
|
17
|
+
/** Sets color of Button. Default color is `primary` */
|
|
18
|
+
color?: ButtonColorType;
|
|
19
|
+
/** Children components that should be rendered inside the button. */
|
|
20
|
+
children?: ReactNode;
|
|
21
|
+
/** Type of the button element. Button is default, submit works with valid enter key press to submit form. */
|
|
22
|
+
elementType?: 'button' | 'reset' | 'submit';
|
|
23
|
+
/** Flag indicating that the button should span the entire width of the parent. */
|
|
24
|
+
isBlock?: boolean;
|
|
25
|
+
/** Flag indicating that the button is disabled. */
|
|
26
|
+
isDisabled?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated Not implemented any more
|
|
29
|
+
* Press enter can run onClick event handler.
|
|
30
|
+
* */
|
|
31
|
+
isEnterClick?: boolean;
|
|
32
|
+
/** Set loading state to button. */
|
|
33
|
+
isLoading?: boolean;
|
|
34
|
+
/** Flag indicating that the button is rounded. */
|
|
35
|
+
isRounded?: boolean;
|
|
36
|
+
/** Flag indicating that the button is small. */
|
|
37
|
+
isSmall?: boolean;
|
|
38
|
+
/** Title used for file naming when linkUrl leads to file download */
|
|
39
|
+
linkDownloadTitle?: string;
|
|
40
|
+
/** Link used when redirecting outside application. */
|
|
41
|
+
linkUrl?: string;
|
|
42
|
+
/** Target for link outside app. */
|
|
43
|
+
target?: TargetType;
|
|
44
|
+
/** Click event handler. */
|
|
45
|
+
onClick?: (e: SyntheticEvent | KeyboardEvent) => void;
|
|
46
|
+
/** Key down event handler. */
|
|
47
|
+
onKeyDown?: (event: React.KeyboardEvent) => void;
|
|
48
|
+
/** Name of icon, that should be displayed stand alone. If you need icon and text (or something else) use children property. */
|
|
49
|
+
onlyIconName?: never;
|
|
50
|
+
/** Title of the button element */
|
|
51
|
+
title?: string;
|
|
52
|
+
/** Type of the button. Primary is filled with color, secondary is border-only and transparent is for links. */
|
|
53
|
+
type?: 'border' | 'filled' | 'transparent';
|
|
54
|
+
}
|
|
55
|
+
export declare const Button: React.ForwardRefExoticComponent<ButtonPropsType & React.RefAttributes<unknown>>;
|
|
56
|
+
export {};
|
|
57
57
|
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ComponentPropsType } from '../../../utils';
|
|
3
|
-
import { FlexPropsType } from '../../Layout/Flex/Flex';
|
|
4
|
-
export interface ButtonsGroupPropsType extends ComponentPropsType, FlexPropsType {
|
|
5
|
-
/** Children to be rendered in the main container. */
|
|
6
|
-
children: ReactNode | ReactNode[];
|
|
7
|
-
/** Flag to convert container element to Flex. */
|
|
8
|
-
isFlex?: boolean;
|
|
9
|
-
/** Flag to use small Buttons. */
|
|
10
|
-
isSmall?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export declare const ButtonsGroup: ({ children, isFlex, isSmall, testId, theme, ...flexProps }: ButtonsGroupPropsType) => JSX.Element;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ComponentPropsType } from '../../../utils';
|
|
3
|
+
import { FlexPropsType } from '../../Layout/Flex/Flex';
|
|
4
|
+
export interface ButtonsGroupPropsType extends ComponentPropsType, FlexPropsType {
|
|
5
|
+
/** Children to be rendered in the main container. */
|
|
6
|
+
children: ReactNode | ReactNode[];
|
|
7
|
+
/** Flag to convert container element to Flex. */
|
|
8
|
+
isFlex?: boolean;
|
|
9
|
+
/** Flag to use small Buttons. */
|
|
10
|
+
isSmall?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const ButtonsGroup: ({ children, isFlex, isSmall, testId, theme, ...flexProps }: ButtonsGroupPropsType) => JSX.Element;
|
|
13
13
|
//# sourceMappingURL=ButtonsGroup.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Button';
|
|
2
|
-
export * from './ButtonsGroup';
|
|
1
|
+
export * from './Button';
|
|
2
|
+
export * from './ButtonsGroup';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React, { ReactElement } from 'react';
|
|
2
|
-
interface ButtonTooltipPropsType {
|
|
3
|
-
/** Children to be rendered in the main container. */
|
|
4
|
-
children: ReactElement;
|
|
5
|
-
/** TooltipProps. */
|
|
6
|
-
tooltipProps: Record<string, unknown>;
|
|
7
|
-
}
|
|
8
|
-
export declare const ButtonTooltip: React.ForwardRefExoticComponent<ButtonTooltipPropsType & React.RefAttributes<unknown>>;
|
|
9
|
-
export {};
|
|
1
|
+
import React, { ReactElement } from 'react';
|
|
2
|
+
interface ButtonTooltipPropsType {
|
|
3
|
+
/** Children to be rendered in the main container. */
|
|
4
|
+
children: ReactElement;
|
|
5
|
+
/** TooltipProps. */
|
|
6
|
+
tooltipProps: Record<string, unknown>;
|
|
7
|
+
}
|
|
8
|
+
export declare const ButtonTooltip: React.ForwardRefExoticComponent<ButtonTooltipPropsType & React.RefAttributes<unknown>>;
|
|
9
|
+
export {};
|
|
10
10
|
//# sourceMappingURL=ButtonTooltip.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './ButtonTooltip';
|
|
1
|
+
export * from './ButtonTooltip';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
import { KeyboardEvent, ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
import { BackgroundColorType, IconNameType } from '../../../types';
|
|
3
|
-
import { ComponentPropsType, DisabledTooltipPropsType } from '../../../utils';
|
|
4
|
-
import { AvatarPropsType, IconBadgePosition, IconPropsType, IconSizeType } from '..';
|
|
5
|
-
export declare type CardSize = 'small' | 'large' | 'zero';
|
|
6
|
-
export interface CardPropsType extends ComponentPropsType, DisabledTooltipPropsType {
|
|
7
|
-
/** Allow click event propagation */
|
|
8
|
-
allowEventPropagation?: boolean;
|
|
9
|
-
/** Changes background color of card. */
|
|
10
|
-
backgroundColor?: CardBackgroundColorType;
|
|
11
|
-
/** Changes border color of card. */
|
|
12
|
-
borderColor?: CardBackgroundColorType;
|
|
13
|
-
/** Children to be rendered in the Card container. */
|
|
14
|
-
children?: ReactNode;
|
|
15
|
-
/** Define card header content. */
|
|
16
|
-
header?: ReactNode;
|
|
17
|
-
/** Set `true` if you want to use custom element to open/close. If you choose to do it, component is controlled by `isOpen` property. */
|
|
18
|
-
hasCustomTrigger?: boolean;
|
|
19
|
-
/** Define color for circular Icon background. */
|
|
20
|
-
iconBackgroundColor?: BackgroundColorType;
|
|
21
|
-
/** Icon badge */
|
|
22
|
-
iconBadge?: AvatarPropsType | IconPropsType;
|
|
23
|
-
/** Color of icon SVG fill from palette--(light|dark).scss example orangeDark */
|
|
24
|
-
iconColor?: string;
|
|
25
|
-
/** Icon badge position */
|
|
26
|
-
iconBadgePosition?: IconBadgePosition;
|
|
27
|
-
/** Define Icon name if you want some to be displayed. */
|
|
28
|
-
iconName?: IconNameType;
|
|
29
|
-
/** Define Icon size. */
|
|
30
|
-
iconSize?: IconSizeType;
|
|
31
|
-
/** Define if card have collapsible content. **You must specify collapse header property**. */
|
|
32
|
-
isCollapsible?: boolean;
|
|
33
|
-
/** Flag whether card is disabled */
|
|
34
|
-
isDisabled?: boolean;
|
|
35
|
-
/** Use only if you want change default behavior (icon aligned in middle). */
|
|
36
|
-
isIconAlignTop?: boolean;
|
|
37
|
-
/** Use only if you want to align icon right. */
|
|
38
|
-
isIconRight?: boolean;
|
|
39
|
-
/** Define if card should react to mouse events and act like link (or have some onClick action). */
|
|
40
|
-
isInteractive?: boolean;
|
|
41
|
-
/** Use if interactive card with bottom arrow is used as collapsible component. It rotates arrow icon when opened. */
|
|
42
|
-
isOpen?: boolean;
|
|
43
|
-
/** Define selected card. */
|
|
44
|
-
isSelected?: boolean;
|
|
45
|
-
/** Callback function for clicking on interactive Card. `isInteractive`must be `true` */
|
|
46
|
-
onClick?: (event: SyntheticEvent | KeyboardEvent) => void;
|
|
47
|
-
/** Callback function for toggle collapsible Card. `isCollapsible`must be `true` */
|
|
48
|
-
onToggle?: (state: boolean, event: SyntheticEvent | KeyboardEvent) => void;
|
|
49
|
-
/** Define shadow size for card. */
|
|
50
|
-
shadowSize?: ShadowSizeType;
|
|
51
|
-
/** Changes size of card paddings. */
|
|
52
|
-
size?: CardSize;
|
|
53
|
-
/** Hides opener icon */
|
|
54
|
-
withoutOpener?: boolean;
|
|
55
|
-
/** disable default `role=button` and `tab-index` attributes when `isInteractive` is `true` */
|
|
56
|
-
withoutRole?: boolean;
|
|
57
|
-
/** Callback to obtain a ref */
|
|
58
|
-
onRef?: (ref: HTMLDivElement) => void;
|
|
59
|
-
}
|
|
60
|
-
export declare type ShadowSizeType = 'small' | 'medium' | 'large' | 'no';
|
|
61
|
-
declare type CardBackgroundColorType = 'cloud' | 'grey' | 'gold' | 'primaryDark' | 'transparent';
|
|
62
|
-
export declare const Card: ({ allowEventPropagation, backgroundColor, borderColor, children, disabledTooltip, disabledTooltipType, hasCustomTrigger, header: collapseHeader, iconBackgroundColor, iconBadge, iconBadgePosition, iconColor, iconName, iconSize, isCollapsible, isDisabled, isIconAlignTop, isIconRight, isInteractive, isOpen, isSelected, onClick, onRef, onToggle, shadowSize, size, testId, theme, withoutOpener, withoutRole }: CardPropsType) => JSX.Element;
|
|
63
|
-
export {};
|
|
1
|
+
import { KeyboardEvent, ReactNode, SyntheticEvent } from 'react';
|
|
2
|
+
import { BackgroundColorType, IconNameType } from '../../../types';
|
|
3
|
+
import { ComponentPropsType, DisabledTooltipPropsType } from '../../../utils';
|
|
4
|
+
import { AvatarPropsType, IconBadgePosition, IconPropsType, IconSizeType } from '..';
|
|
5
|
+
export declare type CardSize = 'small' | 'large' | 'zero';
|
|
6
|
+
export interface CardPropsType extends ComponentPropsType, DisabledTooltipPropsType {
|
|
7
|
+
/** Allow click event propagation */
|
|
8
|
+
allowEventPropagation?: boolean;
|
|
9
|
+
/** Changes background color of card. */
|
|
10
|
+
backgroundColor?: CardBackgroundColorType;
|
|
11
|
+
/** Changes border color of card. */
|
|
12
|
+
borderColor?: CardBackgroundColorType;
|
|
13
|
+
/** Children to be rendered in the Card container. */
|
|
14
|
+
children?: ReactNode;
|
|
15
|
+
/** Define card header content. */
|
|
16
|
+
header?: ReactNode;
|
|
17
|
+
/** Set `true` if you want to use custom element to open/close. If you choose to do it, component is controlled by `isOpen` property. */
|
|
18
|
+
hasCustomTrigger?: boolean;
|
|
19
|
+
/** Define color for circular Icon background. */
|
|
20
|
+
iconBackgroundColor?: BackgroundColorType;
|
|
21
|
+
/** Icon badge */
|
|
22
|
+
iconBadge?: AvatarPropsType | IconPropsType;
|
|
23
|
+
/** Color of icon SVG fill from palette--(light|dark).scss example orangeDark */
|
|
24
|
+
iconColor?: string;
|
|
25
|
+
/** Icon badge position */
|
|
26
|
+
iconBadgePosition?: IconBadgePosition;
|
|
27
|
+
/** Define Icon name if you want some to be displayed. */
|
|
28
|
+
iconName?: IconNameType;
|
|
29
|
+
/** Define Icon size. */
|
|
30
|
+
iconSize?: IconSizeType;
|
|
31
|
+
/** Define if card have collapsible content. **You must specify collapse header property**. */
|
|
32
|
+
isCollapsible?: boolean;
|
|
33
|
+
/** Flag whether card is disabled */
|
|
34
|
+
isDisabled?: boolean;
|
|
35
|
+
/** Use only if you want change default behavior (icon aligned in middle). */
|
|
36
|
+
isIconAlignTop?: boolean;
|
|
37
|
+
/** Use only if you want to align icon right. */
|
|
38
|
+
isIconRight?: boolean;
|
|
39
|
+
/** Define if card should react to mouse events and act like link (or have some onClick action). */
|
|
40
|
+
isInteractive?: boolean;
|
|
41
|
+
/** Use if interactive card with bottom arrow is used as collapsible component. It rotates arrow icon when opened. */
|
|
42
|
+
isOpen?: boolean;
|
|
43
|
+
/** Define selected card. */
|
|
44
|
+
isSelected?: boolean;
|
|
45
|
+
/** Callback function for clicking on interactive Card. `isInteractive`must be `true` */
|
|
46
|
+
onClick?: (event: SyntheticEvent | KeyboardEvent) => void;
|
|
47
|
+
/** Callback function for toggle collapsible Card. `isCollapsible`must be `true` */
|
|
48
|
+
onToggle?: (state: boolean, event: SyntheticEvent | KeyboardEvent) => void;
|
|
49
|
+
/** Define shadow size for card. */
|
|
50
|
+
shadowSize?: ShadowSizeType;
|
|
51
|
+
/** Changes size of card paddings. */
|
|
52
|
+
size?: CardSize;
|
|
53
|
+
/** Hides opener icon */
|
|
54
|
+
withoutOpener?: boolean;
|
|
55
|
+
/** disable default `role=button` and `tab-index` attributes when `isInteractive` is `true` */
|
|
56
|
+
withoutRole?: boolean;
|
|
57
|
+
/** Callback to obtain a ref */
|
|
58
|
+
onRef?: (ref: HTMLDivElement) => void;
|
|
59
|
+
}
|
|
60
|
+
export declare type ShadowSizeType = 'small' | 'medium' | 'large' | 'no';
|
|
61
|
+
declare type CardBackgroundColorType = 'cloud' | 'grey' | 'gold' | 'primaryDark' | 'transparent';
|
|
62
|
+
export declare const Card: ({ allowEventPropagation, backgroundColor, borderColor, children, disabledTooltip, disabledTooltipType, hasCustomTrigger, header: collapseHeader, iconBackgroundColor, iconBadge, iconBadgePosition, iconColor, iconName, iconSize, isCollapsible, isDisabled, isIconAlignTop, isIconRight, isInteractive, isOpen, isSelected, onClick, onRef, onToggle, shadowSize, size, testId, theme, withoutOpener, withoutRole }: CardPropsType) => JSX.Element;
|
|
63
|
+
export {};
|
|
64
64
|
//# sourceMappingURL=Card.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ReactElement } from 'react';
|
|
2
|
-
export interface CardCustomTriggerProps {
|
|
3
|
-
children: ReactElement;
|
|
4
|
-
}
|
|
5
|
-
export declare const CardCustomTrigger: ({ children }: CardCustomTriggerProps) => JSX.Element;
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
export interface CardCustomTriggerProps {
|
|
3
|
+
children: ReactElement;
|
|
4
|
+
}
|
|
5
|
+
export declare const CardCustomTrigger: ({ children }: CardCustomTriggerProps) => JSX.Element;
|
|
6
6
|
//# sourceMappingURL=CardCustomTrigger.d.ts.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { SyntheticEvent } from 'react';
|
|
2
|
-
import { BackgroundColorType } from '../../../../types';
|
|
3
|
-
import { AvatarPropsType } from '../../Avatar';
|
|
4
|
-
import { IconBadgePosition, IconPropsType, IconSizeType } from '../../Icon';
|
|
5
|
-
import { CardPropsType } from '../Card';
|
|
6
|
-
export interface CollapseHeaderPropsType {
|
|
7
|
-
header: CardPropsType['header'];
|
|
8
|
-
iconBackground?: BackgroundColorType;
|
|
9
|
-
iconBadge?: AvatarPropsType | IconPropsType;
|
|
10
|
-
iconBadgePosition?: IconBadgePosition;
|
|
11
|
-
iconColor?: string;
|
|
12
|
-
iconName: CardPropsType['iconName'];
|
|
13
|
-
iconSize?: IconSizeType;
|
|
14
|
-
isCollapsible: CardPropsType['isCollapsible'];
|
|
15
|
-
isIconAlignTop: CardPropsType['isIconAlignTop'];
|
|
16
|
-
isIconRight?: boolean;
|
|
17
|
-
isInteractive: CardPropsType['isInteractive'];
|
|
18
|
-
onToggle: (event: SyntheticEvent) => void;
|
|
19
|
-
}
|
|
20
|
-
export declare const CollapseHeader: ({ header, iconBackground, iconBadge, iconBadgePosition, iconColor, iconName, iconSize, isCollapsible, isIconAlignTop, isIconRight, isInteractive, onToggle }: CollapseHeaderPropsType) => JSX.Element;
|
|
1
|
+
import { SyntheticEvent } from 'react';
|
|
2
|
+
import { BackgroundColorType } from '../../../../types';
|
|
3
|
+
import { AvatarPropsType } from '../../Avatar';
|
|
4
|
+
import { IconBadgePosition, IconPropsType, IconSizeType } from '../../Icon';
|
|
5
|
+
import { CardPropsType } from '../Card';
|
|
6
|
+
export interface CollapseHeaderPropsType {
|
|
7
|
+
header: CardPropsType['header'];
|
|
8
|
+
iconBackground?: BackgroundColorType;
|
|
9
|
+
iconBadge?: AvatarPropsType | IconPropsType;
|
|
10
|
+
iconBadgePosition?: IconBadgePosition;
|
|
11
|
+
iconColor?: string;
|
|
12
|
+
iconName: CardPropsType['iconName'];
|
|
13
|
+
iconSize?: IconSizeType;
|
|
14
|
+
isCollapsible: CardPropsType['isCollapsible'];
|
|
15
|
+
isIconAlignTop: CardPropsType['isIconAlignTop'];
|
|
16
|
+
isIconRight?: boolean;
|
|
17
|
+
isInteractive: CardPropsType['isInteractive'];
|
|
18
|
+
onToggle: (event: SyntheticEvent) => void;
|
|
19
|
+
}
|
|
20
|
+
export declare const CollapseHeader: ({ header, iconBackground, iconBadge, iconBadgePosition, iconColor, iconName, iconSize, isCollapsible, isIconAlignTop, isIconRight, isInteractive, onToggle }: CollapseHeaderPropsType) => JSX.Element;
|
|
21
21
|
//# sourceMappingURL=CollapseHeader.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './CollapseHeader';
|
|
2
|
-
export * from './CardCustomTrigger';
|
|
1
|
+
export * from './CollapseHeader';
|
|
2
|
+
export * from './CardCustomTrigger';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Card';
|
|
2
|
-
export * from './_elements_/CardCustomTrigger';
|
|
1
|
+
export * from './Card';
|
|
2
|
+
export * from './_elements_/CardCustomTrigger';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import 'slick-carousel/slick/slick.css';
|
|
2
|
-
import 'slick-carousel/slick/slick-theme.css';
|
|
3
|
-
import { Settings } from 'react-slick';
|
|
4
|
-
import { ComponentPropsType } from '../../../utils';
|
|
5
|
-
declare type Messages = {
|
|
6
|
-
next: string;
|
|
7
|
-
back: string;
|
|
8
|
-
};
|
|
9
|
-
declare type Slide = {
|
|
10
|
-
src: string;
|
|
11
|
-
alt: string;
|
|
12
|
-
};
|
|
13
|
-
declare type Slides = Array<Slide>;
|
|
14
|
-
interface Props extends ComponentPropsType, Partial<Settings> {
|
|
15
|
-
slides: Slides;
|
|
16
|
-
onChange?: (index: number) => void;
|
|
17
|
-
hasPreview?: boolean;
|
|
18
|
-
messages: Messages;
|
|
19
|
-
}
|
|
20
|
-
export declare const Carousel: ({ hasPreview, messages, onChange, slides, testId, theme, ...props }: Props) => JSX.Element;
|
|
21
|
-
export {};
|
|
1
|
+
import 'slick-carousel/slick/slick.css';
|
|
2
|
+
import 'slick-carousel/slick/slick-theme.css';
|
|
3
|
+
import { Settings } from 'react-slick';
|
|
4
|
+
import { ComponentPropsType } from '../../../utils';
|
|
5
|
+
declare type Messages = {
|
|
6
|
+
next: string;
|
|
7
|
+
back: string;
|
|
8
|
+
};
|
|
9
|
+
declare type Slide = {
|
|
10
|
+
src: string;
|
|
11
|
+
alt: string;
|
|
12
|
+
};
|
|
13
|
+
declare type Slides = Array<Slide>;
|
|
14
|
+
interface Props extends ComponentPropsType, Partial<Settings> {
|
|
15
|
+
slides: Slides;
|
|
16
|
+
onChange?: (index: number) => void;
|
|
17
|
+
hasPreview?: boolean;
|
|
18
|
+
messages: Messages;
|
|
19
|
+
}
|
|
20
|
+
export declare const Carousel: ({ hasPreview, messages, onChange, slides, testId, theme, ...props }: Props) => JSX.Element;
|
|
21
|
+
export {};
|
|
22
22
|
//# sourceMappingURL=Carousel.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Carousel';
|
|
1
|
+
export * from './Carousel';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|