@dsn-starter-kit/components-react 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -4
- package/dist/ActionGroup/ActionGroup.d.mts +51 -0
- package/dist/ActionGroup/ActionGroup.d.mts.map +1 -0
- package/dist/ActionGroup/ActionGroup2.mjs +65 -0
- package/dist/ActionGroup/ActionGroup2.mjs.map +1 -0
- package/dist/ActionGroup/index.d.mts +2 -0
- package/dist/Alert/Alert.d.mts +85 -0
- package/dist/Alert/Alert.d.mts.map +1 -0
- package/dist/Alert/Alert2.mjs +102 -0
- package/dist/Alert/Alert2.mjs.map +1 -0
- package/dist/Alert/index.d.mts +2 -0
- package/dist/Backdrop/Backdrop.d.mts +28 -0
- package/dist/Backdrop/Backdrop.d.mts.map +1 -0
- package/dist/Backdrop/Backdrop2.mjs +32 -0
- package/dist/Backdrop/Backdrop2.mjs.map +1 -0
- package/dist/Backdrop/index.d.mts +2 -0
- package/dist/Body/Body.d.mts +29 -0
- package/dist/Body/Body.d.mts.map +1 -0
- package/dist/Body/Body2.mjs +36 -0
- package/dist/Body/Body2.mjs.map +1 -0
- package/dist/Body/index.d.mts +2 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigation.d.mts +45 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigation.d.mts.map +1 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigation2.mjs +51 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigation2.mjs.map +1 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigationItem.d.mts +41 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigationItem.d.mts.map +1 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigationItem.mjs +48 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigationItem.mjs.map +1 -0
- package/dist/BreadcrumbNavigation/index.d.mts +3 -0
- package/dist/BreakoutSection/BreakoutSection.d.mts +32 -0
- package/dist/BreakoutSection/BreakoutSection.d.mts.map +1 -0
- package/dist/BreakoutSection/BreakoutSection2.mjs +36 -0
- package/dist/BreakoutSection/BreakoutSection2.mjs.map +1 -0
- package/dist/BreakoutSection/index.d.mts +2 -0
- package/dist/Button/Button.d.mts +92 -0
- package/dist/Button/Button.d.mts.map +1 -0
- package/dist/Button/Button2.mjs +76 -0
- package/dist/Button/Button2.mjs.map +1 -0
- package/dist/Button/index.d.mts +2 -0
- package/dist/ButtonLink/ButtonLink.d.mts +94 -0
- package/dist/ButtonLink/ButtonLink.d.mts.map +1 -0
- package/dist/ButtonLink/ButtonLink2.mjs +70 -0
- package/dist/ButtonLink/ButtonLink2.mjs.map +1 -0
- package/dist/ButtonLink/index.d.mts +2 -0
- package/dist/Card/Card.d.mts +107 -0
- package/dist/Card/Card.d.mts.map +1 -0
- package/dist/Card/Card2.mjs +125 -0
- package/dist/Card/Card2.mjs.map +1 -0
- package/dist/Card/index.d.mts +2 -0
- package/dist/Checkbox/Checkbox.d.mts +20 -0
- package/dist/Checkbox/Checkbox.d.mts.map +1 -0
- package/dist/Checkbox/Checkbox2.mjs +43 -0
- package/dist/Checkbox/Checkbox2.mjs.map +1 -0
- package/dist/Checkbox/index.d.mts +2 -0
- package/dist/CheckboxGroup/CheckboxGroup.d.mts +39 -0
- package/dist/CheckboxGroup/CheckboxGroup.d.mts.map +1 -0
- package/dist/CheckboxGroup/CheckboxGroup2.mjs +46 -0
- package/dist/CheckboxGroup/CheckboxGroup2.mjs.map +1 -0
- package/dist/CheckboxGroup/index.d.mts +2 -0
- package/dist/CheckboxOption/CheckboxOption.d.mts +17 -0
- package/dist/CheckboxOption/CheckboxOption.d.mts.map +1 -0
- package/dist/CheckboxOption/CheckboxOption2.mjs +29 -0
- package/dist/CheckboxOption/CheckboxOption2.mjs.map +1 -0
- package/dist/CheckboxOption/index.d.mts +2 -0
- package/dist/Container/Container.d.mts +43 -0
- package/dist/Container/Container.d.mts.map +1 -0
- package/dist/Container/Container2.mjs +42 -0
- package/dist/Container/Container2.mjs.map +1 -0
- package/dist/Container/index.d.mts +2 -0
- package/dist/DateInput/DateInput.d.mts +38 -0
- package/dist/DateInput/DateInput.d.mts.map +1 -0
- package/dist/DateInput/DateInput2.mjs +69 -0
- package/dist/DateInput/DateInput2.mjs.map +1 -0
- package/dist/DateInput/index.d.mts +2 -0
- package/dist/DateInputGroup/DateInputGroup.d.mts +67 -0
- package/dist/DateInputGroup/DateInputGroup.d.mts.map +1 -0
- package/dist/DateInputGroup/DateInputGroup2.mjs +120 -0
- package/dist/DateInputGroup/DateInputGroup2.mjs.map +1 -0
- package/dist/DateInputGroup/index.d.mts +2 -0
- package/dist/Details/Details.d.mts +48 -0
- package/dist/Details/Details.d.mts.map +1 -0
- package/dist/Details/Details2.mjs +61 -0
- package/dist/Details/Details2.mjs.map +1 -0
- package/dist/Details/index.d.mts +2 -0
- package/dist/DotBadge/DotBadge.d.mts +44 -0
- package/dist/DotBadge/DotBadge.d.mts.map +1 -0
- package/dist/DotBadge/DotBadge2.mjs +42 -0
- package/dist/DotBadge/DotBadge2.mjs.map +1 -0
- package/dist/DotBadge/index.d.mts +2 -0
- package/dist/Drawer/Drawer.d.mts +111 -0
- package/dist/Drawer/Drawer.d.mts.map +1 -0
- package/dist/Drawer/Drawer2.mjs +156 -0
- package/dist/Drawer/Drawer2.mjs.map +1 -0
- package/dist/Drawer/index.d.mts +2 -0
- package/dist/EmailInput/EmailInput.d.mts +40 -0
- package/dist/EmailInput/EmailInput.d.mts.map +1 -0
- package/dist/EmailInput/EmailInput.mjs +39 -0
- package/dist/EmailInput/EmailInput.mjs.map +1 -0
- package/dist/EmailInput/index.d.mts +2 -0
- package/dist/File/File.d.mts +124 -0
- package/dist/File/File.d.mts.map +1 -0
- package/dist/File/File2.mjs +196 -0
- package/dist/File/File2.mjs.map +1 -0
- package/dist/File/index.d.mts +2 -0
- package/dist/FileInput/FileInput.d.mts +38 -0
- package/dist/FileInput/FileInput.d.mts.map +1 -0
- package/dist/FileInput/FileInput2.mjs +41 -0
- package/dist/FileInput/FileInput2.mjs.map +1 -0
- package/dist/FileInput/index.d.mts +2 -0
- package/dist/FormField/FormField.d.mts +103 -0
- package/dist/FormField/FormField.d.mts.map +1 -0
- package/dist/FormField/FormField2.mjs +101 -0
- package/dist/FormField/FormField2.mjs.map +1 -0
- package/dist/FormField/index.d.mts +2 -0
- package/dist/FormFieldDescription/FormFieldDescription.d.mts +53 -0
- package/dist/FormFieldDescription/FormFieldDescription.d.mts.map +1 -0
- package/dist/FormFieldDescription/FormFieldDescription2.mjs +49 -0
- package/dist/FormFieldDescription/FormFieldDescription2.mjs.map +1 -0
- package/dist/FormFieldDescription/index.d.mts +2 -0
- package/dist/FormFieldErrorMessage/FormFieldErrorMessage.d.mts +42 -0
- package/dist/FormFieldErrorMessage/FormFieldErrorMessage.d.mts.map +1 -0
- package/dist/FormFieldErrorMessage/FormFieldErrorMessage2.mjs +44 -0
- package/dist/FormFieldErrorMessage/FormFieldErrorMessage2.mjs.map +1 -0
- package/dist/FormFieldErrorMessage/index.d.mts +2 -0
- package/dist/FormFieldLabel/FormFieldLabel.d.mts +40 -0
- package/dist/FormFieldLabel/FormFieldLabel.d.mts.map +1 -0
- package/dist/FormFieldLabel/FormFieldLabel2.mjs +42 -0
- package/dist/FormFieldLabel/FormFieldLabel2.mjs.map +1 -0
- package/dist/FormFieldLabel/index.d.mts +2 -0
- package/dist/FormFieldLegend/FormFieldLegend.d.mts +41 -0
- package/dist/FormFieldLegend/FormFieldLegend.d.mts.map +1 -0
- package/dist/FormFieldLegend/FormFieldLegend2.mjs +43 -0
- package/dist/FormFieldLegend/FormFieldLegend2.mjs.map +1 -0
- package/dist/FormFieldLegend/index.d.mts +2 -0
- package/dist/FormFieldStatus/FormFieldStatus.d.mts +62 -0
- package/dist/FormFieldStatus/FormFieldStatus.d.mts.map +1 -0
- package/dist/FormFieldStatus/FormFieldStatus2.mjs +54 -0
- package/dist/FormFieldStatus/FormFieldStatus2.mjs.map +1 -0
- package/dist/FormFieldStatus/index.d.mts +2 -0
- package/dist/FormFieldset/FormFieldset.d.mts +100 -0
- package/dist/FormFieldset/FormFieldset.d.mts.map +1 -0
- package/dist/FormFieldset/FormFieldset2.mjs +100 -0
- package/dist/FormFieldset/FormFieldset2.mjs.map +1 -0
- package/dist/FormFieldset/index.d.mts +2 -0
- package/dist/Grid/Grid.d.mts +37 -0
- package/dist/Grid/Grid.d.mts.map +1 -0
- package/dist/Grid/Grid2.mjs +38 -0
- package/dist/Grid/Grid2.mjs.map +1 -0
- package/dist/Grid/GridItem.d.mts +87 -0
- package/dist/Grid/GridItem.d.mts.map +1 -0
- package/dist/Grid/GridItem.mjs +48 -0
- package/dist/Grid/GridItem.mjs.map +1 -0
- package/dist/Grid/index.d.mts +3 -0
- package/dist/Heading/Heading.d.mts +40 -0
- package/dist/Heading/Heading.d.mts.map +1 -0
- package/dist/Heading/Heading2.mjs +33 -0
- package/dist/Heading/Heading2.mjs.map +1 -0
- package/dist/Heading/index.d.mts +2 -0
- package/dist/HeadingGroup/HeadingGroup.d.mts +25 -0
- package/dist/HeadingGroup/HeadingGroup.d.mts.map +1 -0
- package/dist/HeadingGroup/HeadingGroup2.mjs +24 -0
- package/dist/HeadingGroup/HeadingGroup2.mjs.map +1 -0
- package/dist/HeadingGroup/index.d.mts +2 -0
- package/dist/Hero/Hero.d.mts +47 -0
- package/dist/Hero/Hero.d.mts.map +1 -0
- package/dist/Hero/Hero2.mjs +50 -0
- package/dist/Hero/Hero2.mjs.map +1 -0
- package/dist/Hero/index.d.mts +2 -0
- package/dist/Icon/Icon.d.mts +47 -0
- package/dist/Icon/Icon.d.mts.map +1 -0
- package/dist/Icon/Icon2.mjs +47 -0
- package/dist/Icon/Icon2.mjs.map +1 -0
- package/dist/Icon/icon-registry.generated.d.mts +8 -0
- package/dist/Icon/icon-registry.generated.d.mts.map +1 -0
- package/dist/Icon/icon-registry.generated.mjs +818 -0
- package/dist/Icon/icon-registry.generated.mjs.map +1 -0
- package/dist/Icon/index.d.mts +3 -0
- package/dist/IconList/IconList.d.mts +68 -0
- package/dist/IconList/IconList.d.mts.map +1 -0
- package/dist/IconList/IconList2.mjs +65 -0
- package/dist/IconList/IconList2.mjs.map +1 -0
- package/dist/IconList/index.d.mts +2 -0
- package/dist/Image/Image.d.mts +56 -0
- package/dist/Image/Image.d.mts.map +1 -0
- package/dist/Image/Image2.mjs +67 -0
- package/dist/Image/Image2.mjs.map +1 -0
- package/dist/Image/index.d.mts +2 -0
- package/dist/Link/Link.d.mts +82 -0
- package/dist/Link/Link.d.mts.map +1 -0
- package/dist/Link/Link2.mjs +73 -0
- package/dist/Link/Link2.mjs.map +1 -0
- package/dist/Link/index.d.mts +2 -0
- package/dist/LinkButton/LinkButton.d.mts +54 -0
- package/dist/LinkButton/LinkButton.d.mts.map +1 -0
- package/dist/LinkButton/LinkButton2.mjs +48 -0
- package/dist/LinkButton/LinkButton2.mjs.map +1 -0
- package/dist/LinkButton/index.d.mts +2 -0
- package/dist/Logo/Logo.d.mts +35 -0
- package/dist/Logo/Logo.d.mts.map +1 -0
- package/dist/Logo/Logo2.mjs +66 -0
- package/dist/Logo/Logo2.mjs.map +1 -0
- package/dist/Logo/index.d.mts +2 -0
- package/dist/Menu/Menu.d.mts +58 -0
- package/dist/Menu/Menu.d.mts.map +1 -0
- package/dist/Menu/Menu2.mjs +47 -0
- package/dist/Menu/Menu2.mjs.map +1 -0
- package/dist/Menu/index.d.mts +2 -0
- package/dist/MenuButton/MenuButton.d.mts +56 -0
- package/dist/MenuButton/MenuButton.d.mts.map +1 -0
- package/dist/MenuButton/MenuButton2.mjs +57 -0
- package/dist/MenuButton/MenuButton2.mjs.map +1 -0
- package/dist/MenuButton/index.d.mts +2 -0
- package/dist/MenuLink/MenuLink.d.mts +98 -0
- package/dist/MenuLink/MenuLink.d.mts.map +1 -0
- package/dist/MenuLink/MenuLink2.mjs +98 -0
- package/dist/MenuLink/MenuLink2.mjs.map +1 -0
- package/dist/MenuLink/index.d.mts +2 -0
- package/dist/ModalDialog/ModalDialog.d.mts +97 -0
- package/dist/ModalDialog/ModalDialog.d.mts.map +1 -0
- package/dist/ModalDialog/ModalDialog2.mjs +134 -0
- package/dist/ModalDialog/ModalDialog2.mjs.map +1 -0
- package/dist/ModalDialog/index.d.mts +2 -0
- package/dist/Note/Note.d.mts +95 -0
- package/dist/Note/Note.d.mts.map +1 -0
- package/dist/Note/Note2.mjs +116 -0
- package/dist/Note/Note2.mjs.map +1 -0
- package/dist/Note/index.d.mts +2 -0
- package/dist/NumberBadge/NumberBadge.d.mts +44 -0
- package/dist/NumberBadge/NumberBadge.d.mts.map +1 -0
- package/dist/NumberBadge/NumberBadge2.mjs +50 -0
- package/dist/NumberBadge/NumberBadge2.mjs.map +1 -0
- package/dist/NumberBadge/index.d.mts +2 -0
- package/dist/NumberInput/NumberInput.d.mts +47 -0
- package/dist/NumberInput/NumberInput.d.mts.map +1 -0
- package/dist/NumberInput/NumberInput.mjs +40 -0
- package/dist/NumberInput/NumberInput.mjs.map +1 -0
- package/dist/NumberInput/index.d.mts +2 -0
- package/dist/OptionLabel/OptionLabel.d.mts +15 -0
- package/dist/OptionLabel/OptionLabel.d.mts.map +1 -0
- package/dist/OptionLabel/OptionLabel2.mjs +22 -0
- package/dist/OptionLabel/OptionLabel2.mjs.map +1 -0
- package/dist/OptionLabel/index.d.mts +2 -0
- package/dist/OrderedList/OrderedList.d.mts +34 -0
- package/dist/OrderedList/OrderedList.d.mts.map +1 -0
- package/dist/OrderedList/OrderedList2.mjs +37 -0
- package/dist/OrderedList/OrderedList2.mjs.map +1 -0
- package/dist/OrderedList/index.d.mts +2 -0
- package/dist/PageBody/PageBody.d.mts +35 -0
- package/dist/PageBody/PageBody.d.mts.map +1 -0
- package/dist/PageBody/PageBody2.mjs +40 -0
- package/dist/PageBody/PageBody2.mjs.map +1 -0
- package/dist/PageBody/index.d.mts +2 -0
- package/dist/PageFooter/PageFooter.d.mts +57 -0
- package/dist/PageFooter/PageFooter.d.mts.map +1 -0
- package/dist/PageFooter/PageFooter2.mjs +78 -0
- package/dist/PageFooter/PageFooter2.mjs.map +1 -0
- package/dist/PageFooter/index.d.mts +2 -0
- package/dist/PageHeader/PageHeader.d.mts +192 -0
- package/dist/PageHeader/PageHeader.d.mts.map +1 -0
- package/dist/PageHeader/PageHeader2.mjs +275 -0
- package/dist/PageHeader/PageHeader2.mjs.map +1 -0
- package/dist/PageHeader/index.d.mts +2 -0
- package/dist/PageLayout/PageLayout.d.mts +40 -0
- package/dist/PageLayout/PageLayout.d.mts.map +1 -0
- package/dist/PageLayout/PageLayout2.mjs +42 -0
- package/dist/PageLayout/PageLayout2.mjs.map +1 -0
- package/dist/PageLayout/index.d.mts +2 -0
- package/dist/Paragraph/Paragraph.d.mts +37 -0
- package/dist/Paragraph/Paragraph.d.mts.map +1 -0
- package/dist/Paragraph/Paragraph2.mjs +34 -0
- package/dist/Paragraph/Paragraph2.mjs.map +1 -0
- package/dist/Paragraph/index.d.mts +2 -0
- package/dist/PasswordInput/PasswordInput.d.mts +54 -0
- package/dist/PasswordInput/PasswordInput.d.mts.map +1 -0
- package/dist/PasswordInput/PasswordInput.mjs +43 -0
- package/dist/PasswordInput/PasswordInput.mjs.map +1 -0
- package/dist/PasswordInput/index.d.mts +2 -0
- package/dist/Popover/Popover.d.mts +118 -0
- package/dist/Popover/Popover.d.mts.map +1 -0
- package/dist/Popover/Popover2.mjs +235 -0
- package/dist/Popover/Popover2.mjs.map +1 -0
- package/dist/Popover/index.d.mts +2 -0
- package/dist/PreHeading/PreHeading.d.mts +10 -0
- package/dist/PreHeading/PreHeading.d.mts.map +1 -0
- package/dist/PreHeading/PreHeading2.mjs +18 -0
- package/dist/PreHeading/PreHeading2.mjs.map +1 -0
- package/dist/PreHeading/index.d.mts +2 -0
- package/dist/ProgressBar/ProgressBar.d.mts +60 -0
- package/dist/ProgressBar/ProgressBar.d.mts.map +1 -0
- package/dist/ProgressBar/ProgressBar2.mjs +73 -0
- package/dist/ProgressBar/ProgressBar2.mjs.map +1 -0
- package/dist/ProgressBar/index.d.mts +2 -0
- package/dist/Radio/Radio.d.mts +16 -0
- package/dist/Radio/Radio.d.mts.map +1 -0
- package/dist/Radio/Radio2.mjs +31 -0
- package/dist/Radio/Radio2.mjs.map +1 -0
- package/dist/Radio/index.d.mts +2 -0
- package/dist/RadioGroup/RadioGroup.d.mts +39 -0
- package/dist/RadioGroup/RadioGroup.d.mts.map +1 -0
- package/dist/RadioGroup/RadioGroup2.mjs +46 -0
- package/dist/RadioGroup/RadioGroup2.mjs.map +1 -0
- package/dist/RadioGroup/index.d.mts +2 -0
- package/dist/RadioOption/RadioOption.d.mts +17 -0
- package/dist/RadioOption/RadioOption.d.mts.map +1 -0
- package/dist/RadioOption/RadioOption2.mjs +29 -0
- package/dist/RadioOption/RadioOption2.mjs.map +1 -0
- package/dist/RadioOption/index.d.mts +2 -0
- package/dist/SearchInput/SearchInput.d.mts +41 -0
- package/dist/SearchInput/SearchInput.d.mts.map +1 -0
- package/dist/SearchInput/SearchInput2.mjs +48 -0
- package/dist/SearchInput/SearchInput2.mjs.map +1 -0
- package/dist/SearchInput/index.d.mts +2 -0
- package/dist/Select/Select.d.mts +53 -0
- package/dist/Select/Select.d.mts.map +1 -0
- package/dist/Select/Select2.mjs +61 -0
- package/dist/Select/Select2.mjs.map +1 -0
- package/dist/Select/index.d.mts +2 -0
- package/dist/SkipLink/SkipLink.d.mts +37 -0
- package/dist/SkipLink/SkipLink.d.mts.map +1 -0
- package/dist/SkipLink/SkipLink2.mjs +33 -0
- package/dist/SkipLink/SkipLink2.mjs.map +1 -0
- package/dist/SkipLink/index.d.mts +2 -0
- package/dist/Spinner/Spinner.d.mts +45 -0
- package/dist/Spinner/Spinner.d.mts.map +1 -0
- package/dist/Spinner/Spinner2.mjs +58 -0
- package/dist/Spinner/Spinner2.mjs.map +1 -0
- package/dist/Spinner/index.d.mts +2 -0
- package/dist/Stack/Stack.d.mts +37 -0
- package/dist/Stack/Stack.d.mts.map +1 -0
- package/dist/Stack/Stack2.mjs +38 -0
- package/dist/Stack/Stack2.mjs.map +1 -0
- package/dist/Stack/index.d.mts +2 -0
- package/dist/StatusBadge/StatusBadge.d.mts +52 -0
- package/dist/StatusBadge/StatusBadge.d.mts.map +1 -0
- package/dist/StatusBadge/StatusBadge2.mjs +49 -0
- package/dist/StatusBadge/StatusBadge2.mjs.map +1 -0
- package/dist/StatusBadge/index.d.mts +2 -0
- package/dist/SummaryList/SummaryList.d.mts +51 -0
- package/dist/SummaryList/SummaryList.d.mts.map +1 -0
- package/dist/SummaryList/SummaryList2.mjs +66 -0
- package/dist/SummaryList/SummaryList2.mjs.map +1 -0
- package/dist/SummaryList/index.d.mts +2 -0
- package/dist/Table/Table.d.mts +63 -0
- package/dist/Table/Table.d.mts.map +1 -0
- package/dist/Table/Table2.mjs +54 -0
- package/dist/Table/Table2.mjs.map +1 -0
- package/dist/Table/index.d.mts +2 -0
- package/dist/TableOfContents/TableOfContents.d.mts +64 -0
- package/dist/TableOfContents/TableOfContents.d.mts.map +1 -0
- package/dist/TableOfContents/TableOfContents2.mjs +51 -0
- package/dist/TableOfContents/TableOfContents2.mjs.map +1 -0
- package/dist/TableOfContents/index.d.mts +2 -0
- package/dist/TelephoneInput/TelephoneInput.d.mts +40 -0
- package/dist/TelephoneInput/TelephoneInput.d.mts.map +1 -0
- package/dist/TelephoneInput/TelephoneInput.mjs +39 -0
- package/dist/TelephoneInput/TelephoneInput.mjs.map +1 -0
- package/dist/TelephoneInput/index.d.mts +2 -0
- package/dist/TextArea/TextArea.d.mts +46 -0
- package/dist/TextArea/TextArea.d.mts.map +1 -0
- package/dist/TextArea/TextArea2.mjs +43 -0
- package/dist/TextArea/TextArea2.mjs.map +1 -0
- package/dist/TextArea/index.d.mts +2 -0
- package/dist/TextInput/TextInput.d.mts +46 -0
- package/dist/TextInput/TextInput.d.mts.map +1 -0
- package/dist/TextInput/TextInput2.mjs +43 -0
- package/dist/TextInput/TextInput2.mjs.map +1 -0
- package/dist/TextInput/index.d.mts +2 -0
- package/dist/TimeInput/TimeInput.d.mts +38 -0
- package/dist/TimeInput/TimeInput.d.mts.map +1 -0
- package/dist/TimeInput/TimeInput2.mjs +69 -0
- package/dist/TimeInput/TimeInput2.mjs.map +1 -0
- package/dist/TimeInput/index.d.mts +2 -0
- package/dist/UnorderedList/UnorderedList.d.mts +28 -0
- package/dist/UnorderedList/UnorderedList.d.mts.map +1 -0
- package/dist/UnorderedList/UnorderedList2.mjs +31 -0
- package/dist/UnorderedList/UnorderedList2.mjs.map +1 -0
- package/dist/UnorderedList/index.d.mts +2 -0
- package/dist/index.css +3470 -3470
- package/dist/index.d.mts +150 -3874
- package/dist/index.mjs +76 -5006
- package/dist/utils/describeControl.mjs +25 -0
- package/dist/utils/describeControl.mjs.map +1 -0
- package/package.json +4 -3
- package/dist/index.d.mts.map +0 -1
- package/dist/index.mjs.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-registry.generated.mjs","names":[],"sources":["../../src/Icon/icon-registry.generated.ts"],"sourcesContent":["// Auto-generated — do not edit manually.\n// Run: node scripts/generate-icons.js\n//\n// De SVG-inhoud staat hier inline zodat dist zelfstandig is: geen losse .svg-bestanden\n// en geen svgr-configuratie nodig bij de consumer.\nimport React from 'react';\n\nexport type IconComponent = React.ForwardRefExoticComponent<\n React.SVGProps<SVGSVGElement> & React.RefAttributes<SVGSVGElement>\n>;\n\ntype IconNode = [tag: string, attributes: Record<string, string>];\n\nfunction createIcon(\n displayName: string,\n rootAttributes: Record<string, string>,\n nodes: IconNode[]\n): IconComponent {\n const Component = React.forwardRef<SVGSVGElement, React.SVGProps<SVGSVGElement>>(\n (props, ref) =>\n React.createElement(\n 'svg',\n { ...rootAttributes, ...props, ref },\n nodes.map(([tag, attributes], index) =>\n React.createElement(tag, { key: index, ...attributes })\n )\n )\n );\n Component.displayName = displayName;\n return Component;\n}\n\nconst AlertTriangleIcon = createIcon(\n \"AlertTriangleIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 9v4\"}],\n [\"path\", {\"d\":\"M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0\"}],\n [\"path\", {\"d\":\"M12 16h.01\"}],\n ]\n);\n\nconst ArchiveIcon = createIcon(\n \"ArchiveIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 6a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2\"}],\n [\"path\", {\"d\":\"M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10\"}],\n [\"path\", {\"d\":\"M10 12l4 0\"}],\n ]\n);\n\nconst ArrowDownIcon = createIcon(\n \"ArrowDownIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 5l0 14\"}],\n [\"path\", {\"d\":\"M18 13l-6 6\"}],\n [\"path\", {\"d\":\"M6 13l6 6\"}],\n ]\n);\n\nconst ArrowLeftIcon = createIcon(\n \"ArrowLeftIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M5 12l14 0\"}],\n [\"path\", {\"d\":\"M5 12l6 6\"}],\n [\"path\", {\"d\":\"M5 12l6 -6\"}],\n ]\n);\n\nconst ArrowNarrowDownIcon = createIcon(\n \"ArrowNarrowDownIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 5l0 14\"}],\n [\"path\", {\"d\":\"M16 15l-4 4\"}],\n [\"path\", {\"d\":\"M8 15l4 4\"}],\n ]\n);\n\nconst ArrowNarrowUpIcon = createIcon(\n \"ArrowNarrowUpIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 5l0 14\"}],\n [\"path\", {\"d\":\"M16 9l-4 -4\"}],\n [\"path\", {\"d\":\"M8 9l4 -4\"}],\n ]\n);\n\nconst ArrowRightIcon = createIcon(\n \"ArrowRightIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M5 12l14 0\"}],\n [\"path\", {\"d\":\"M13 18l6 -6\"}],\n [\"path\", {\"d\":\"M13 6l6 6\"}],\n ]\n);\n\nconst ArrowUpIcon = createIcon(\n \"ArrowUpIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 5l0 14\"}],\n [\"path\", {\"d\":\"M18 11l-6 -6\"}],\n [\"path\", {\"d\":\"M6 11l6 -6\"}],\n ]\n);\n\nconst ArrowsSortIcon = createIcon(\n \"ArrowsSortIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 9l4 -4l4 4m-4 -4v14\"}],\n [\"path\", {\"d\":\"M21 15l-4 4l-4 -4m4 4v-14\"}],\n ]\n);\n\nconst BellIcon = createIcon(\n \"BellIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6\"}],\n [\"path\", {\"d\":\"M9 17v1a3 3 0 0 0 6 0v-1\"}],\n ]\n);\n\nconst CalendarEventIcon = createIcon(\n \"CalendarEventIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12\"}],\n [\"path\", {\"d\":\"M16 3l0 4\"}],\n [\"path\", {\"d\":\"M8 3l0 4\"}],\n [\"path\", {\"d\":\"M4 11l16 0\"}],\n [\"path\", {\"d\":\"M8 15h2v2h-2l0 -2\"}],\n ]\n);\n\nconst CheckIcon = createIcon(\n \"CheckIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M5 12l5 5l10 -10\"}],\n ]\n);\n\nconst ChevronDownIcon = createIcon(\n \"ChevronDownIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M6 9l6 6l6 -6\"}],\n ]\n);\n\nconst ChevronLeftIcon = createIcon(\n \"ChevronLeftIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M15 6l-6 6l6 6\"}],\n ]\n);\n\nconst ChevronRightIcon = createIcon(\n \"ChevronRightIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M9 6l6 6l-6 6\"}],\n ]\n);\n\nconst ChevronUpIcon = createIcon(\n \"ChevronUpIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M6 15l6 -6l6 6\"}],\n ]\n);\n\nconst CircleCheckIcon = createIcon(\n \"CircleCheckIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\"}],\n [\"path\", {\"d\":\"M9 12l2 2l4 -4\"}],\n ]\n);\n\nconst ClockIcon = createIcon(\n \"ClockIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0\"}],\n [\"path\", {\"d\":\"M12 7v5l3 3\"}],\n ]\n);\n\nconst DotsVerticalIcon = createIcon(\n \"DotsVerticalIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\"}],\n [\"path\", {\"d\":\"M11 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\"}],\n [\"path\", {\"d\":\"M11 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\"}],\n ]\n);\n\nconst DownloadIcon = createIcon(\n \"DownloadIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2\"}],\n [\"path\", {\"d\":\"M7 11l5 5l5 -5\"}],\n [\"path\", {\"d\":\"M12 4l0 12\"}],\n ]\n);\n\nconst EditIcon = createIcon(\n \"EditIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1\"}],\n [\"path\", {\"d\":\"M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z\"}],\n [\"path\", {\"d\":\"M16 5l3 3\"}],\n ]\n);\n\nconst ExclamationCircleIcon = createIcon(\n \"ExclamationCircleIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\"}],\n [\"path\", {\"d\":\"M12 9v4\"}],\n [\"path\", {\"d\":\"M12 16v.01\"}],\n ]\n);\n\nconst ExternalLinkIcon = createIcon(\n \"ExternalLinkIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6\"}],\n [\"path\", {\"d\":\"M11 13l9 -9\"}],\n [\"path\", {\"d\":\"M15 4h5v5\"}],\n ]\n);\n\nconst EyeIcon = createIcon(\n \"EyeIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0\"}],\n [\"path\", {\"d\":\"M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6\"}],\n ]\n);\n\nconst FileDescriptionIcon = createIcon(\n \"FileDescriptionIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M14 3v4a1 1 0 0 0 1 1h4\"}],\n [\"path\", {\"d\":\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2\"}],\n [\"path\", {\"d\":\"M9 17h6\"}],\n [\"path\", {\"d\":\"M9 13h6\"}],\n ]\n);\n\nconst FolderIcon = createIcon(\n \"FolderIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2\"}],\n ]\n);\n\nconst HeartFilledIcon = createIcon(\n \"HeartFilledIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"currentColor\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M6.979 3.074a6 6 0 0 1 4.988 1.425l.037 .033l.034 -.03a6 6 0 0 1 4.733 -1.44l.246 .036a6 6 0 0 1 3.364 10.008l-.18 .185l-.048 .041l-7.45 7.379a1 1 0 0 1 -1.313 .082l-.094 -.082l-7.493 -7.422a6 6 0 0 1 3.176 -10.215z\"}],\n ]\n);\n\nconst HeartIcon = createIcon(\n \"HeartIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572\"}],\n ]\n);\n\nconst HomeIcon = createIcon(\n \"HomeIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M5 12l-2 0l9 -9l9 9l-2 0\"}],\n [\"path\", {\"d\":\"M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7\"}],\n [\"path\", {\"d\":\"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6\"}],\n ]\n);\n\nconst InfoCircleIcon = createIcon(\n \"InfoCircleIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0\"}],\n [\"path\", {\"d\":\"M12 9h.01\"}],\n [\"path\", {\"d\":\"M11 12h1v4h1\"}],\n ]\n);\n\nconst LoaderIcon = createIcon(\n \"LoaderIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 6l0 -3\"}],\n [\"path\", {\"d\":\"M16.25 7.75l2.15 -2.15\"}],\n [\"path\", {\"d\":\"M18 12l3 0\"}],\n [\"path\", {\"d\":\"M16.25 16.25l2.15 2.15\"}],\n [\"path\", {\"d\":\"M12 18l0 3\"}],\n [\"path\", {\"d\":\"M7.75 16.25l-2.15 2.15\"}],\n [\"path\", {\"d\":\"M6 12l-3 0\"}],\n [\"path\", {\"d\":\"M7.75 7.75l-2.15 -2.15\"}],\n ]\n);\n\nconst MailIcon = createIcon(\n \"MailIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10\"}],\n [\"path\", {\"d\":\"M3 7l9 6l9 -6\"}],\n ]\n);\n\nconst MenuIcon = createIcon(\n \"MenuIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M4 6l16 0\"}],\n [\"path\", {\"d\":\"M4 12l16 0\"}],\n [\"path\", {\"d\":\"M4 18l16 0\"}],\n ]\n);\n\nconst MessageCircleIcon = createIcon(\n \"MessageCircleIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 20l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c3.255 2.777 3.695 7.266 1.029 10.501c-2.666 3.235 -7.615 4.215 -11.574 2.293l-4.7 1\"}],\n ]\n);\n\nconst MinusIcon = createIcon(\n \"MinusIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M5 12l14 0\"}],\n ]\n);\n\nconst PaperclipIcon = createIcon(\n \"PaperclipIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3l6.5 -6.5a3 3 0 0 0 -6 -6l-6.5 6.5a4.5 4.5 0 0 0 9 9l6.5 -6.5\"}],\n ]\n);\n\nconst PencilIcon = createIcon(\n \"PencilIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4\"}],\n [\"path\", {\"d\":\"M13.5 6.5l4 4\"}],\n ]\n);\n\nconst PhotoIcon = createIcon(\n \"PhotoIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M15 8h.01\"}],\n [\"path\", {\"d\":\"M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12\"}],\n [\"path\", {\"d\":\"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5\"}],\n [\"path\", {\"d\":\"M14 14l1 -1c.928 -.893 2.072 -.893 3 0l3 3\"}],\n ]\n);\n\nconst PlusIcon = createIcon(\n \"PlusIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M12 5l0 14\"}],\n [\"path\", {\"d\":\"M5 12l14 0\"}],\n ]\n);\n\nconst PrinterIcon = createIcon(\n \"PrinterIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2\"}],\n [\"path\", {\"d\":\"M17 9v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4\"}],\n [\"path\", {\"d\":\"M7 15a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2l0 -4\"}],\n ]\n);\n\nconst SearchIcon = createIcon(\n \"SearchIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0\"}],\n [\"path\", {\"d\":\"M21 21l-6 -6\"}],\n ]\n);\n\nconst SelectorIcon = createIcon(\n \"SelectorIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M8 9l4 -4l4 4\"}],\n [\"path\", {\"d\":\"M16 15l-4 4l-4 -4\"}],\n ]\n);\n\nconst SettingsIcon = createIcon(\n \"SettingsIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z\"}],\n [\"path\", {\"d\":\"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0\"}],\n ]\n);\n\nconst SortAscendingIcon = createIcon(\n \"SortAscendingIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M4 6l7 0\"}],\n [\"path\", {\"d\":\"M4 12l7 0\"}],\n [\"path\", {\"d\":\"M4 18l9 0\"}],\n [\"path\", {\"d\":\"M15 9l3 -3l3 3\"}],\n [\"path\", {\"d\":\"M18 6l0 12\"}],\n ]\n);\n\nconst SortDescendingIcon = createIcon(\n \"SortDescendingIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M4 6l9 0\"}],\n [\"path\", {\"d\":\"M4 12l7 0\"}],\n [\"path\", {\"d\":\"M4 18l7 0\"}],\n [\"path\", {\"d\":\"M15 15l3 3l3 -3\"}],\n [\"path\", {\"d\":\"M18 6l0 12\"}],\n ]\n);\n\nconst StarFilledIcon = createIcon(\n \"StarFilledIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"currentColor\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\"}],\n ]\n);\n\nconst StarIcon = createIcon(\n \"StarIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\"}],\n ]\n);\n\nconst TrashIcon = createIcon(\n \"TrashIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M4 7l16 0\"}],\n [\"path\", {\"d\":\"M10 11l0 6\"}],\n [\"path\", {\"d\":\"M14 11l0 6\"}],\n [\"path\", {\"d\":\"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12\"}],\n [\"path\", {\"d\":\"M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3\"}],\n ]\n);\n\nconst UploadIcon = createIcon(\n \"UploadIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2\"}],\n [\"path\", {\"d\":\"M7 9l5 -5l5 5\"}],\n [\"path\", {\"d\":\"M12 4l0 12\"}],\n ]\n);\n\nconst UserIcon = createIcon(\n \"UserIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0\"}],\n [\"path\", {\"d\":\"M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2\"}],\n ]\n);\n\nconst XIcon = createIcon(\n \"XIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M18 6l-12 12\"}],\n [\"path\", {\"d\":\"M6 6l12 12\"}],\n ]\n);\n\nexport type IconName =\n | 'alert-triangle'\n | 'archive'\n | 'arrow-down'\n | 'arrow-left'\n | 'arrow-narrow-down'\n | 'arrow-narrow-up'\n | 'arrow-right'\n | 'arrow-up'\n | 'arrows-sort'\n | 'bell'\n | 'calendar-event'\n | 'check'\n | 'chevron-down'\n | 'chevron-left'\n | 'chevron-right'\n | 'chevron-up'\n | 'circle-check'\n | 'clock'\n | 'dots-vertical'\n | 'download'\n | 'edit'\n | 'exclamation-circle'\n | 'external-link'\n | 'eye'\n | 'file-description'\n | 'folder'\n | 'heart-filled'\n | 'heart'\n | 'home'\n | 'info-circle'\n | 'loader'\n | 'mail'\n | 'menu'\n | 'message-circle'\n | 'minus'\n | 'paperclip'\n | 'pencil'\n | 'photo'\n | 'plus'\n | 'printer'\n | 'search'\n | 'selector'\n | 'settings'\n | 'sort-ascending'\n | 'sort-descending'\n | 'star-filled'\n | 'star'\n | 'trash'\n | 'upload'\n | 'user'\n | 'x';\n\nexport const iconMap: Record<IconName, IconComponent> = {\n 'alert-triangle': AlertTriangleIcon,\n 'archive': ArchiveIcon,\n 'arrow-down': ArrowDownIcon,\n 'arrow-left': ArrowLeftIcon,\n 'arrow-narrow-down': ArrowNarrowDownIcon,\n 'arrow-narrow-up': ArrowNarrowUpIcon,\n 'arrow-right': ArrowRightIcon,\n 'arrow-up': ArrowUpIcon,\n 'arrows-sort': ArrowsSortIcon,\n 'bell': BellIcon,\n 'calendar-event': CalendarEventIcon,\n 'check': CheckIcon,\n 'chevron-down': ChevronDownIcon,\n 'chevron-left': ChevronLeftIcon,\n 'chevron-right': ChevronRightIcon,\n 'chevron-up': ChevronUpIcon,\n 'circle-check': CircleCheckIcon,\n 'clock': ClockIcon,\n 'dots-vertical': DotsVerticalIcon,\n 'download': DownloadIcon,\n 'edit': EditIcon,\n 'exclamation-circle': ExclamationCircleIcon,\n 'external-link': ExternalLinkIcon,\n 'eye': EyeIcon,\n 'file-description': FileDescriptionIcon,\n 'folder': FolderIcon,\n 'heart-filled': HeartFilledIcon,\n 'heart': HeartIcon,\n 'home': HomeIcon,\n 'info-circle': InfoCircleIcon,\n 'loader': LoaderIcon,\n 'mail': MailIcon,\n 'menu': MenuIcon,\n 'message-circle': MessageCircleIcon,\n 'minus': MinusIcon,\n 'paperclip': PaperclipIcon,\n 'pencil': PencilIcon,\n 'photo': PhotoIcon,\n 'plus': PlusIcon,\n 'printer': PrinterIcon,\n 'search': SearchIcon,\n 'selector': SelectorIcon,\n 'settings': SettingsIcon,\n 'sort-ascending': SortAscendingIcon,\n 'sort-descending': SortDescendingIcon,\n 'star-filled': StarFilledIcon,\n 'star': StarIcon,\n 'trash': TrashIcon,\n 'upload': UploadIcon,\n 'user': UserIcon,\n 'x': XIcon,\n};\n"],"mappings":"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"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { IconName } from "../Icon/icon-registry.generated.mjs";
|
|
2
|
+
import "../Icon/index.mjs";
|
|
3
|
+
import React from "react";
|
|
4
|
+
//#region src/IconList/IconList.d.ts
|
|
5
|
+
interface IconListProps extends React.HTMLAttributes<HTMLUListElement | HTMLOListElement> {
|
|
6
|
+
/**
|
|
7
|
+
* Semantic list element
|
|
8
|
+
* @default 'ul'
|
|
9
|
+
*/
|
|
10
|
+
as?: 'ul' | 'ol';
|
|
11
|
+
/**
|
|
12
|
+
* CSS color value that overrides `--dsn-icon-list-icon-color` for the whole
|
|
13
|
+
* list; accepts any `var(--dsn-color-*-color-default)`
|
|
14
|
+
*/
|
|
15
|
+
iconColor?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Additional CSS class names
|
|
18
|
+
*/
|
|
19
|
+
className?: string;
|
|
20
|
+
/**
|
|
21
|
+
* `IconListItem` elements
|
|
22
|
+
*/
|
|
23
|
+
children?: React.ReactNode;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* List where every item carries an icon instead of a bullet or number
|
|
27
|
+
*
|
|
28
|
+
* `role="list"` is set explicitly: `list-style-type: none` makes
|
|
29
|
+
* Safari/VoiceOver drop the list announcement, and the role restores it.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* ```tsx
|
|
33
|
+
* <IconList>
|
|
34
|
+
* <IconListItem icon="calendar-event">Afspraak op maandag 24 maart</IconListItem>
|
|
35
|
+
* <IconListItem icon="clock">Duurt 30 minuten</IconListItem>
|
|
36
|
+
* </IconList>
|
|
37
|
+
*
|
|
38
|
+
* // Ordered steps
|
|
39
|
+
* <IconList as="ol">
|
|
40
|
+
* <IconListItem icon="calendar-event">Maak een afspraak</IconListItem>
|
|
41
|
+
* <IconListItem icon="clock">Wacht op bevestiging</IconListItem>
|
|
42
|
+
* </IconList>
|
|
43
|
+
*
|
|
44
|
+
* // Positive status color for the whole list
|
|
45
|
+
* <IconList iconColor="var(--dsn-color-positive-color-default)">
|
|
46
|
+
* <IconListItem icon="check">Aanvraag goedgekeurd</IconListItem>
|
|
47
|
+
* </IconList>
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
declare const IconList: React.ForwardRefExoticComponent<IconListProps & React.RefAttributes<HTMLUListElement | HTMLOListElement>>;
|
|
51
|
+
interface IconListItemProps extends React.LiHTMLAttributes<HTMLLIElement> {
|
|
52
|
+
/**
|
|
53
|
+
* Icon name from the icon set; the icon is decorative and replaces the marker
|
|
54
|
+
*/
|
|
55
|
+
icon: IconName;
|
|
56
|
+
/**
|
|
57
|
+
* Additional CSS class names
|
|
58
|
+
*/
|
|
59
|
+
className?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Item text content
|
|
62
|
+
*/
|
|
63
|
+
children?: React.ReactNode;
|
|
64
|
+
}
|
|
65
|
+
declare const IconListItem: React.ForwardRefExoticComponent<IconListItemProps & React.RefAttributes<HTMLLIElement>>;
|
|
66
|
+
//#endregion
|
|
67
|
+
export { IconList, IconListItem, IconListItemProps, IconListProps };
|
|
68
|
+
//# sourceMappingURL=IconList.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconList.d.mts","names":[],"sources":["../../src/IconList/IconList.tsx"],"mappings":";;;;UAUiB,sBAAsB,MAAM,eAC3C,mBAAmB;;;;;EAMnB;;;;;EAMA;;;;EAKA;;;;EAKA,WAAW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BN,UAAQ,MAAA,0BAAA,gBAAA,MAAA,cAAA,mBAAA;UAiCJ,0BAA0B,MAAM,iBAAiB;;;;EAIhE,MAAM;;;;EAKN;;;;EAKA,WAAW,MAAM;;cAGN,cAAY,MAAA,0BAAA,oBAAA,MAAA,cAAA"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { Icon } from "../Icon/Icon2.mjs";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import React from "react";
|
|
4
|
+
import { classNames } from "@dsn-starter-kit/core";
|
|
5
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
+
//#region src/IconList/IconList.tsx
|
|
7
|
+
/**
|
|
8
|
+
* List where every item carries an icon instead of a bullet or number
|
|
9
|
+
*
|
|
10
|
+
* `role="list"` is set explicitly: `list-style-type: none` makes
|
|
11
|
+
* Safari/VoiceOver drop the list announcement, and the role restores it.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```tsx
|
|
15
|
+
* <IconList>
|
|
16
|
+
* <IconListItem icon="calendar-event">Afspraak op maandag 24 maart</IconListItem>
|
|
17
|
+
* <IconListItem icon="clock">Duurt 30 minuten</IconListItem>
|
|
18
|
+
* </IconList>
|
|
19
|
+
*
|
|
20
|
+
* // Ordered steps
|
|
21
|
+
* <IconList as="ol">
|
|
22
|
+
* <IconListItem icon="calendar-event">Maak een afspraak</IconListItem>
|
|
23
|
+
* <IconListItem icon="clock">Wacht op bevestiging</IconListItem>
|
|
24
|
+
* </IconList>
|
|
25
|
+
*
|
|
26
|
+
* // Positive status color for the whole list
|
|
27
|
+
* <IconList iconColor="var(--dsn-color-positive-color-default)">
|
|
28
|
+
* <IconListItem icon="check">Aanvraag goedgekeurd</IconListItem>
|
|
29
|
+
* </IconList>
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
const IconList = React.forwardRef(({ as = "ul", iconColor, className, children, style, ...props }, ref) => {
|
|
33
|
+
const Element = as;
|
|
34
|
+
const classes = classNames("dsn-icon-list", className);
|
|
35
|
+
const styles = iconColor ? {
|
|
36
|
+
...style,
|
|
37
|
+
"--dsn-icon-list-icon-color": iconColor
|
|
38
|
+
} : style;
|
|
39
|
+
return /* @__PURE__ */ jsx(Element, {
|
|
40
|
+
ref,
|
|
41
|
+
className: classes,
|
|
42
|
+
role: "list",
|
|
43
|
+
style: styles,
|
|
44
|
+
...props,
|
|
45
|
+
children
|
|
46
|
+
});
|
|
47
|
+
});
|
|
48
|
+
IconList.displayName = "IconList";
|
|
49
|
+
const IconListItem = React.forwardRef(({ icon, className, children, ...props }, ref) => {
|
|
50
|
+
const classes = classNames("dsn-icon-list__item", className);
|
|
51
|
+
return /* @__PURE__ */ jsxs("li", {
|
|
52
|
+
ref,
|
|
53
|
+
className: classes,
|
|
54
|
+
...props,
|
|
55
|
+
children: [/* @__PURE__ */ jsx(Icon, {
|
|
56
|
+
name: icon,
|
|
57
|
+
className: "dsn-icon-list__icon"
|
|
58
|
+
}), children]
|
|
59
|
+
});
|
|
60
|
+
});
|
|
61
|
+
IconListItem.displayName = "IconListItem";
|
|
62
|
+
//#endregion
|
|
63
|
+
export { IconList, IconListItem };
|
|
64
|
+
|
|
65
|
+
//# sourceMappingURL=IconList2.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconList2.mjs","names":[],"sources":["../../src/IconList/IconList.tsx"],"sourcesContent":["import React from 'react';\nimport { classNames } from '@dsn-starter-kit/core';\nimport { Icon } from '../Icon';\nimport type { IconName } from '../Icon';\nimport './IconList.css';\n\n// =============================================================================\n// IconList\n// =============================================================================\n\nexport interface IconListProps extends React.HTMLAttributes<\n HTMLUListElement | HTMLOListElement\n> {\n /**\n * Semantic list element\n * @default 'ul'\n */\n as?: 'ul' | 'ol';\n\n /**\n * CSS color value that overrides `--dsn-icon-list-icon-color` for the whole\n * list; accepts any `var(--dsn-color-*-color-default)`\n */\n iconColor?: string;\n\n /**\n * Additional CSS class names\n */\n className?: string;\n\n /**\n * `IconListItem` elements\n */\n children?: React.ReactNode;\n}\n\n/**\n * List where every item carries an icon instead of a bullet or number\n *\n * `role=\"list\"` is set explicitly: `list-style-type: none` makes\n * Safari/VoiceOver drop the list announcement, and the role restores it.\n *\n * @example\n * ```tsx\n * <IconList>\n * <IconListItem icon=\"calendar-event\">Afspraak op maandag 24 maart</IconListItem>\n * <IconListItem icon=\"clock\">Duurt 30 minuten</IconListItem>\n * </IconList>\n *\n * // Ordered steps\n * <IconList as=\"ol\">\n * <IconListItem icon=\"calendar-event\">Maak een afspraak</IconListItem>\n * <IconListItem icon=\"clock\">Wacht op bevestiging</IconListItem>\n * </IconList>\n *\n * // Positive status color for the whole list\n * <IconList iconColor=\"var(--dsn-color-positive-color-default)\">\n * <IconListItem icon=\"check\">Aanvraag goedgekeurd</IconListItem>\n * </IconList>\n * ```\n */\nexport const IconList = React.forwardRef<\n HTMLUListElement | HTMLOListElement,\n IconListProps\n>(({ as = 'ul', iconColor, className, children, style, ...props }, ref) => {\n const Element = as;\n const classes = classNames('dsn-icon-list', className);\n\n const styles = iconColor\n ? ({\n ...style,\n '--dsn-icon-list-icon-color': iconColor,\n } as React.CSSProperties)\n : style;\n\n return (\n <Element\n ref={ref as React.Ref<HTMLUListElement & HTMLOListElement>}\n className={classes}\n role=\"list\"\n style={styles}\n {...props}\n >\n {children}\n </Element>\n );\n});\n\nIconList.displayName = 'IconList';\n\n// =============================================================================\n// IconListItem\n// =============================================================================\n\nexport interface IconListItemProps extends React.LiHTMLAttributes<HTMLLIElement> {\n /**\n * Icon name from the icon set; the icon is decorative and replaces the marker\n */\n icon: IconName;\n\n /**\n * Additional CSS class names\n */\n className?: string;\n\n /**\n * Item text content\n */\n children?: React.ReactNode;\n}\n\nexport const IconListItem = React.forwardRef<HTMLLIElement, IconListItemProps>(\n ({ icon, className, children, ...props }, ref) => {\n const classes = classNames('dsn-icon-list__item', className);\n\n return (\n <li ref={ref} className={classes} {...props}>\n <Icon name={icon} className=\"dsn-icon-list__icon\" />\n {children}\n </li>\n );\n }\n);\n\nIconListItem.displayName = 'IconListItem';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6DA,MAAa,WAAW,MAAM,YAG3B,EAAE,KAAK,MAAM,WAAW,WAAW,UAAU,OAAO,GAAG,SAAS,QAAQ;CACzE,MAAM,UAAU;CAChB,MAAM,UAAU,WAAW,iBAAiB,SAAS;CAErD,MAAM,SAAS,YACV;EACC,GAAG;EACH,8BAA8B;CAChC,IACA;CAEJ,OACE,oBAAC,SAAD;EACO;EACL,WAAW;EACX,MAAK;EACL,OAAO;EACP,GAAI;EAEH;CACM,CAAA;AAEb,CAAC;AAED,SAAS,cAAc;AAuBvB,MAAa,eAAe,MAAM,YAC/B,EAAE,MAAM,WAAW,UAAU,GAAG,SAAS,QAAQ;CAChD,MAAM,UAAU,WAAW,uBAAuB,SAAS;CAE3D,OACE,qBAAC,MAAD;EAAS;EAAK,WAAW;EAAS,GAAI;EAAtC,UAAA,CACE,oBAAC,MAAD;GAAM,MAAM;GAAM,WAAU;EAAuB,CAAA,GAClD,QACC;;AAER,CACF;AAEA,aAAa,cAAc"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
//#region src/Image/Image.d.ts
|
|
3
|
+
interface ImageProps extends React.HTMLAttributes<HTMLElement> {
|
|
4
|
+
/** Verplicht. URL van de afbeelding */
|
|
5
|
+
src: string;
|
|
6
|
+
/** Verplicht. Alternatieve tekst. Lege string (`""`) voor decoratieve afbeeldingen — activeert automatisch `aria-hidden="true"` op de figure */
|
|
7
|
+
alt: string;
|
|
8
|
+
/** Verplicht. Intrinsieke breedte in pixels (voorkomt CLS) */
|
|
9
|
+
width: number;
|
|
10
|
+
/** Verplicht. Intrinsieke hoogte in pixels (voorkomt CLS) */
|
|
11
|
+
height: number;
|
|
12
|
+
/** Forceert beeldverhouding via CSS `aspect-ratio` + `object-fit: cover` */
|
|
13
|
+
ratio?: '16:9' | '4:3' | '1:1';
|
|
14
|
+
/** Hoe de afbeelding het ratio-kader vult. @default 'cover' */
|
|
15
|
+
objectFit?: 'cover' | 'contain';
|
|
16
|
+
/**
|
|
17
|
+
* LCP-modus: `loading="eager"` + `fetchpriority="high"`.
|
|
18
|
+
* Gebruik maximaal één keer per pagina voor de primaire LCP-afbeelding.
|
|
19
|
+
* @default false
|
|
20
|
+
*/
|
|
21
|
+
priority?: boolean;
|
|
22
|
+
/** Optioneel bijschrift, rendert als `<figcaption>` */
|
|
23
|
+
caption?: React.ReactNode;
|
|
24
|
+
/** Pass-through naar native `srcset` attribuut */
|
|
25
|
+
srcSet?: string;
|
|
26
|
+
/** Pass-through naar native `sizes` attribuut */
|
|
27
|
+
sizes?: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Image component
|
|
31
|
+
* Performante, toegankelijke wrapper rond het native `<img>` element.
|
|
32
|
+
* Biedt ingebakken lazy loading, expliciete ondersteuning voor LCP/hero-afbeeldingen
|
|
33
|
+
* via een `priority` prop, en vaste beeldverhoudingen via de CSS `aspect-ratio` property.
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* ```tsx
|
|
37
|
+
* // Basis
|
|
38
|
+
* <Image src="/foto.jpg" alt="Beschrijving" width={800} height={600} />
|
|
39
|
+
*
|
|
40
|
+
* // Met vaste beeldverhouding
|
|
41
|
+
* <Image src="/hero.jpg" alt="Hero" width={1600} height={900} ratio="16:9" />
|
|
42
|
+
*
|
|
43
|
+
* // LCP / hero-afbeelding — max. één keer per pagina
|
|
44
|
+
* <Image src="/hero.jpg" alt="Pagina hero" width={1600} height={900} ratio="16:9" priority />
|
|
45
|
+
*
|
|
46
|
+
* // Met bijschrift
|
|
47
|
+
* <Image src="/foto.jpg" alt="Beschrijving" width={800} height={600} caption="Bijschrift" />
|
|
48
|
+
*
|
|
49
|
+
* // Decoratief — alt="" activeert automatisch aria-hidden="true" op de figure
|
|
50
|
+
* <Image src="/decoratief.jpg" alt="" width={800} height={600} />
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
declare const Image: React.ForwardRefExoticComponent<ImageProps & React.RefAttributes<HTMLElement>>;
|
|
54
|
+
//#endregion
|
|
55
|
+
export { Image, ImageProps };
|
|
56
|
+
//# sourceMappingURL=Image.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Image.d.mts","names":[],"sources":["../../src/Image/Image.tsx"],"mappings":";;UAUiB,mBAAmB,MAAM,eAAe;;EAEvD;;EAGA;;EAGA;;EAGA;;EAGA;;EAGA;;;;;;EAOA;;EAGA,UAAU,MAAM;;EAGhB;;EAGA;;;;;;;;;;;;;;;;;;;;;;;;;;cAiCW,OAAK,MAAA,0BAAA,aAAA,MAAA,cAAA"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { classNames } from "@dsn-starter-kit/core";
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
//#region src/Image/Image.tsx
|
|
6
|
+
const ratioClassMap = {
|
|
7
|
+
"16:9": "dsn-image--ratio-16-9",
|
|
8
|
+
"4:3": "dsn-image--ratio-4-3",
|
|
9
|
+
"1:1": "dsn-image--ratio-1-1"
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Image component
|
|
13
|
+
* Performante, toegankelijke wrapper rond het native `<img>` element.
|
|
14
|
+
* Biedt ingebakken lazy loading, expliciete ondersteuning voor LCP/hero-afbeeldingen
|
|
15
|
+
* via een `priority` prop, en vaste beeldverhoudingen via de CSS `aspect-ratio` property.
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* ```tsx
|
|
19
|
+
* // Basis
|
|
20
|
+
* <Image src="/foto.jpg" alt="Beschrijving" width={800} height={600} />
|
|
21
|
+
*
|
|
22
|
+
* // Met vaste beeldverhouding
|
|
23
|
+
* <Image src="/hero.jpg" alt="Hero" width={1600} height={900} ratio="16:9" />
|
|
24
|
+
*
|
|
25
|
+
* // LCP / hero-afbeelding — max. één keer per pagina
|
|
26
|
+
* <Image src="/hero.jpg" alt="Pagina hero" width={1600} height={900} ratio="16:9" priority />
|
|
27
|
+
*
|
|
28
|
+
* // Met bijschrift
|
|
29
|
+
* <Image src="/foto.jpg" alt="Beschrijving" width={800} height={600} caption="Bijschrift" />
|
|
30
|
+
*
|
|
31
|
+
* // Decoratief — alt="" activeert automatisch aria-hidden="true" op de figure
|
|
32
|
+
* <Image src="/decoratief.jpg" alt="" width={800} height={600} />
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
const Image = React.forwardRef(({ className, src, alt, width, height, ratio, objectFit = "cover", priority = false, caption, srcSet, sizes, ...props }, ref) => {
|
|
36
|
+
const isDecorative = alt === "";
|
|
37
|
+
const figureClasses = classNames("dsn-image", ratio && ratioClassMap[ratio], objectFit === "contain" && "dsn-image--object-fit-contain", className);
|
|
38
|
+
const imgProps = {
|
|
39
|
+
className: "dsn-image__img",
|
|
40
|
+
src,
|
|
41
|
+
alt,
|
|
42
|
+
width,
|
|
43
|
+
height,
|
|
44
|
+
decoding: "async",
|
|
45
|
+
...priority ? {
|
|
46
|
+
loading: "eager",
|
|
47
|
+
fetchpriority: "high"
|
|
48
|
+
} : { loading: "lazy" },
|
|
49
|
+
...srcSet && { srcSet },
|
|
50
|
+
...sizes && { sizes }
|
|
51
|
+
};
|
|
52
|
+
return /* @__PURE__ */ jsxs("figure", {
|
|
53
|
+
ref,
|
|
54
|
+
className: figureClasses,
|
|
55
|
+
...isDecorative && { "aria-hidden": true },
|
|
56
|
+
...props,
|
|
57
|
+
children: [/* @__PURE__ */ jsx("img", { ...imgProps }), caption && /* @__PURE__ */ jsx("figcaption", {
|
|
58
|
+
className: "dsn-image__caption",
|
|
59
|
+
children: caption
|
|
60
|
+
})]
|
|
61
|
+
});
|
|
62
|
+
});
|
|
63
|
+
Image.displayName = "Image";
|
|
64
|
+
//#endregion
|
|
65
|
+
export { Image };
|
|
66
|
+
|
|
67
|
+
//# sourceMappingURL=Image2.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Image2.mjs","names":[],"sources":["../../src/Image/Image.tsx"],"sourcesContent":["import React from 'react';\nimport { classNames } from '@dsn-starter-kit/core';\nimport './Image.css';\n\n// fetchpriority is not yet in React 18's HTMLAttributes types (added in React 19).\n// Extend ImgHTMLAttributes locally so we can pass it through to the DOM.\ntype ImgProps = React.ImgHTMLAttributes<HTMLImageElement> & {\n fetchpriority?: 'high' | 'low' | 'auto';\n};\n\nexport interface ImageProps extends React.HTMLAttributes<HTMLElement> {\n /** Verplicht. URL van de afbeelding */\n src: string;\n\n /** Verplicht. Alternatieve tekst. Lege string (`\"\"`) voor decoratieve afbeeldingen — activeert automatisch `aria-hidden=\"true\"` op de figure */\n alt: string;\n\n /** Verplicht. Intrinsieke breedte in pixels (voorkomt CLS) */\n width: number;\n\n /** Verplicht. Intrinsieke hoogte in pixels (voorkomt CLS) */\n height: number;\n\n /** Forceert beeldverhouding via CSS `aspect-ratio` + `object-fit: cover` */\n ratio?: '16:9' | '4:3' | '1:1';\n\n /** Hoe de afbeelding het ratio-kader vult. @default 'cover' */\n objectFit?: 'cover' | 'contain';\n\n /**\n * LCP-modus: `loading=\"eager\"` + `fetchpriority=\"high\"`.\n * Gebruik maximaal één keer per pagina voor de primaire LCP-afbeelding.\n * @default false\n */\n priority?: boolean;\n\n /** Optioneel bijschrift, rendert als `<figcaption>` */\n caption?: React.ReactNode;\n\n /** Pass-through naar native `srcset` attribuut */\n srcSet?: string;\n\n /** Pass-through naar native `sizes` attribuut */\n sizes?: string;\n}\n\nconst ratioClassMap: Record<NonNullable<ImageProps['ratio']>, string> = {\n '16:9': 'dsn-image--ratio-16-9',\n '4:3': 'dsn-image--ratio-4-3',\n '1:1': 'dsn-image--ratio-1-1',\n};\n\n/**\n * Image component\n * Performante, toegankelijke wrapper rond het native `<img>` element.\n * Biedt ingebakken lazy loading, expliciete ondersteuning voor LCP/hero-afbeeldingen\n * via een `priority` prop, en vaste beeldverhoudingen via de CSS `aspect-ratio` property.\n *\n * @example\n * ```tsx\n * // Basis\n * <Image src=\"/foto.jpg\" alt=\"Beschrijving\" width={800} height={600} />\n *\n * // Met vaste beeldverhouding\n * <Image src=\"/hero.jpg\" alt=\"Hero\" width={1600} height={900} ratio=\"16:9\" />\n *\n * // LCP / hero-afbeelding — max. één keer per pagina\n * <Image src=\"/hero.jpg\" alt=\"Pagina hero\" width={1600} height={900} ratio=\"16:9\" priority />\n *\n * // Met bijschrift\n * <Image src=\"/foto.jpg\" alt=\"Beschrijving\" width={800} height={600} caption=\"Bijschrift\" />\n *\n * // Decoratief — alt=\"\" activeert automatisch aria-hidden=\"true\" op de figure\n * <Image src=\"/decoratief.jpg\" alt=\"\" width={800} height={600} />\n * ```\n */\nexport const Image = React.forwardRef<HTMLElement, ImageProps>(\n (\n {\n className,\n src,\n alt,\n width,\n height,\n ratio,\n objectFit = 'cover',\n priority = false,\n caption,\n srcSet,\n sizes,\n ...props\n },\n ref\n ) => {\n const isDecorative = alt === '';\n\n const figureClasses = classNames(\n 'dsn-image',\n ratio && ratioClassMap[ratio],\n objectFit === 'contain' && 'dsn-image--object-fit-contain',\n className\n );\n\n const imgProps: ImgProps = {\n className: 'dsn-image__img',\n src,\n alt,\n width,\n height,\n decoding: 'async',\n ...(priority\n ? { loading: 'eager', fetchpriority: 'high' }\n : { loading: 'lazy' }),\n ...(srcSet && { srcSet }),\n ...(sizes && { sizes }),\n };\n\n return (\n <figure\n ref={ref}\n className={figureClasses}\n {...(isDecorative && { 'aria-hidden': true })}\n {...props}\n >\n <img {...imgProps} />\n {caption && (\n <figcaption className=\"dsn-image__caption\">{caption}</figcaption>\n )}\n </figure>\n );\n }\n);\n\nImage.displayName = 'Image';\n"],"mappings":";;;;;AA8CA,MAAM,gBAAkE;CACtE,QAAQ;CACR,OAAO;CACP,OAAO;AACT;;;;;;;;;;;;;;;;;;;;;;;;;AA0BA,MAAa,QAAQ,MAAM,YAEvB,EACE,WACA,KACA,KACA,OACA,QACA,OACA,YAAY,SACZ,WAAW,OACX,SACA,QACA,OACA,GAAG,SAEL,QACG;CACH,MAAM,eAAe,QAAQ;CAE7B,MAAM,gBAAgB,WACpB,aACA,SAAS,cAAc,QACvB,cAAc,aAAa,iCAC3B,SACF;CAEA,MAAM,WAAqB;EACzB,WAAW;EACX;EACA;EACA;EACA;EACA,UAAU;EACV,GAAI,WACA;GAAE,SAAS;GAAS,eAAe;EAAO,IAC1C,EAAE,SAAS,OAAO;EACtB,GAAI,UAAU,EAAE,OAAO;EACvB,GAAI,SAAS,EAAE,MAAM;CACvB;CAEA,OACE,qBAAC,UAAD;EACO;EACL,WAAW;EACX,GAAK,gBAAgB,EAAE,eAAe,KAAK;EAC3C,GAAI;EAJN,UAAA,CAME,oBAAC,OAAD,EAAK,GAAI,SAAW,CAAA,GACnB,WACC,oBAAC,cAAD;GAAY,WAAU;GAAsB,UAAA;EAAoB,CAAA,CAE5D;;AAEZ,CACF;AAEA,MAAM,cAAc"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
//#region src/Link/Link.d.ts
|
|
3
|
+
type LinkSize = 'small' | 'default' | 'large';
|
|
4
|
+
interface LinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
|
|
5
|
+
/**
|
|
6
|
+
* Whether the link is disabled
|
|
7
|
+
* @default false
|
|
8
|
+
*/
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Whether the link represents the current page
|
|
12
|
+
* @default false
|
|
13
|
+
*/
|
|
14
|
+
current?: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Link size — controls font-size, gap, and icon size.
|
|
17
|
+
* When omitted, the link inherits the surrounding font (ideal for inline usage in paragraphs).
|
|
18
|
+
*/
|
|
19
|
+
size?: LinkSize;
|
|
20
|
+
/**
|
|
21
|
+
* Icon element rendered before the link text
|
|
22
|
+
*/
|
|
23
|
+
iconStart?: React.ReactNode;
|
|
24
|
+
/**
|
|
25
|
+
* Icon element rendered after the link text
|
|
26
|
+
*/
|
|
27
|
+
iconEnd?: React.ReactNode;
|
|
28
|
+
/**
|
|
29
|
+
* Whether the link opens in a new tab.
|
|
30
|
+
* Automatically adds target="_blank", rel="noopener noreferrer",
|
|
31
|
+
* and an inline "(opent nieuw tabblad)" hint.
|
|
32
|
+
* @default false
|
|
33
|
+
*/
|
|
34
|
+
external?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Additional CSS class names
|
|
37
|
+
*/
|
|
38
|
+
className?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Link content
|
|
41
|
+
*/
|
|
42
|
+
children?: React.ReactNode;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Link component with icon support and size variants
|
|
46
|
+
*
|
|
47
|
+
* @example
|
|
48
|
+
* ```tsx
|
|
49
|
+
* // Basic usage (inherits font from parent)
|
|
50
|
+
* <Link href="/about">About us</Link>
|
|
51
|
+
*
|
|
52
|
+
* // With explicit size
|
|
53
|
+
* <Link href="/about" size="small">Small link</Link>
|
|
54
|
+
* <Link href="/about" size="default">Default link</Link>
|
|
55
|
+
* <Link href="/about" size="large">Large link</Link>
|
|
56
|
+
*
|
|
57
|
+
* // With icon before text
|
|
58
|
+
* <Link href="/download" iconStart={<Icon name="download" />}>
|
|
59
|
+
* Download
|
|
60
|
+
* </Link>
|
|
61
|
+
*
|
|
62
|
+
* // With icon after text
|
|
63
|
+
* <Link href="/next" iconEnd={<Icon name="arrow-right" />}>
|
|
64
|
+
* Next page
|
|
65
|
+
* </Link>
|
|
66
|
+
*
|
|
67
|
+
* // External link (opens in new tab with visible hint)
|
|
68
|
+
* <Link href="https://example.com" external>
|
|
69
|
+
* External site
|
|
70
|
+
* </Link>
|
|
71
|
+
*
|
|
72
|
+
* // Current page
|
|
73
|
+
* <Link href="/dashboard" current>Dashboard</Link>
|
|
74
|
+
*
|
|
75
|
+
* // Disabled
|
|
76
|
+
* <Link disabled>Unavailable</Link>
|
|
77
|
+
* ```
|
|
78
|
+
*/
|
|
79
|
+
declare const Link: React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
80
|
+
//#endregion
|
|
81
|
+
export { Link, LinkProps, LinkSize };
|
|
82
|
+
//# sourceMappingURL=Link.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Link.d.mts","names":[],"sources":["../../src/Link/Link.tsx"],"mappings":";;KAIY;UAEK,kBAAkB,MAAM,qBAAqB;;;;;EAK5D;;;;;EAMA;;;;;EAMA,OAAO;;;;EAKP,YAAY,MAAM;;;;EAKlB,UAAU,MAAM;;;;;;;EAQhB;;;;EAKA;;;;EAKA,WAAW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAsCN,MAAI,MAAA,0BAAA,YAAA,MAAA,cAAA"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { classNames } from "@dsn-starter-kit/core";
|
|
4
|
+
import { jsxs } from "react/jsx-runtime";
|
|
5
|
+
//#region src/Link/Link.tsx
|
|
6
|
+
/**
|
|
7
|
+
* Link component with icon support and size variants
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```tsx
|
|
11
|
+
* // Basic usage (inherits font from parent)
|
|
12
|
+
* <Link href="/about">About us</Link>
|
|
13
|
+
*
|
|
14
|
+
* // With explicit size
|
|
15
|
+
* <Link href="/about" size="small">Small link</Link>
|
|
16
|
+
* <Link href="/about" size="default">Default link</Link>
|
|
17
|
+
* <Link href="/about" size="large">Large link</Link>
|
|
18
|
+
*
|
|
19
|
+
* // With icon before text
|
|
20
|
+
* <Link href="/download" iconStart={<Icon name="download" />}>
|
|
21
|
+
* Download
|
|
22
|
+
* </Link>
|
|
23
|
+
*
|
|
24
|
+
* // With icon after text
|
|
25
|
+
* <Link href="/next" iconEnd={<Icon name="arrow-right" />}>
|
|
26
|
+
* Next page
|
|
27
|
+
* </Link>
|
|
28
|
+
*
|
|
29
|
+
* // External link (opens in new tab with visible hint)
|
|
30
|
+
* <Link href="https://example.com" external>
|
|
31
|
+
* External site
|
|
32
|
+
* </Link>
|
|
33
|
+
*
|
|
34
|
+
* // Current page
|
|
35
|
+
* <Link href="/dashboard" current>Dashboard</Link>
|
|
36
|
+
*
|
|
37
|
+
* // Disabled
|
|
38
|
+
* <Link disabled>Unavailable</Link>
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
const Link = React.forwardRef(({ disabled = false, current = false, external = false, size, iconStart, iconEnd, className, href, target, rel, tabIndex, children, onClick, ...props }, ref) => {
|
|
42
|
+
const classes = classNames("dsn-link", size && `dsn-link--size-${size}`, className);
|
|
43
|
+
const handleClick = (e) => {
|
|
44
|
+
if (disabled) {
|
|
45
|
+
e.preventDefault();
|
|
46
|
+
return;
|
|
47
|
+
}
|
|
48
|
+
onClick?.(e);
|
|
49
|
+
};
|
|
50
|
+
return /* @__PURE__ */ jsxs("a", {
|
|
51
|
+
ref,
|
|
52
|
+
className: classes,
|
|
53
|
+
href: disabled ? void 0 : href,
|
|
54
|
+
target: external ? target ?? "_blank" : target,
|
|
55
|
+
rel: external ? rel ?? "noopener noreferrer" : rel,
|
|
56
|
+
tabIndex: disabled ? -1 : tabIndex,
|
|
57
|
+
"aria-disabled": disabled || void 0,
|
|
58
|
+
"aria-current": current ? "page" : void 0,
|
|
59
|
+
onClick: handleClick,
|
|
60
|
+
...props,
|
|
61
|
+
children: [
|
|
62
|
+
iconStart,
|
|
63
|
+
children,
|
|
64
|
+
external && " (opent nieuw tabblad)",
|
|
65
|
+
iconEnd
|
|
66
|
+
]
|
|
67
|
+
});
|
|
68
|
+
});
|
|
69
|
+
Link.displayName = "Link";
|
|
70
|
+
//#endregion
|
|
71
|
+
export { Link };
|
|
72
|
+
|
|
73
|
+
//# sourceMappingURL=Link2.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Link2.mjs","names":[],"sources":["../../src/Link/Link.tsx"],"sourcesContent":["import React from 'react';\nimport { classNames } from '@dsn-starter-kit/core';\nimport './Link.css';\n\nexport type LinkSize = 'small' | 'default' | 'large';\n\nexport interface LinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> {\n /**\n * Whether the link is disabled\n * @default false\n */\n disabled?: boolean;\n\n /**\n * Whether the link represents the current page\n * @default false\n */\n current?: boolean;\n\n /**\n * Link size — controls font-size, gap, and icon size.\n * When omitted, the link inherits the surrounding font (ideal for inline usage in paragraphs).\n */\n size?: LinkSize;\n\n /**\n * Icon element rendered before the link text\n */\n iconStart?: React.ReactNode;\n\n /**\n * Icon element rendered after the link text\n */\n iconEnd?: React.ReactNode;\n\n /**\n * Whether the link opens in a new tab.\n * Automatically adds target=\"_blank\", rel=\"noopener noreferrer\",\n * and an inline \"(opent nieuw tabblad)\" hint.\n * @default false\n */\n external?: boolean;\n\n /**\n * Additional CSS class names\n */\n className?: string;\n\n /**\n * Link content\n */\n children?: React.ReactNode;\n}\n\n/**\n * Link component with icon support and size variants\n *\n * @example\n * ```tsx\n * // Basic usage (inherits font from parent)\n * <Link href=\"/about\">About us</Link>\n *\n * // With explicit size\n * <Link href=\"/about\" size=\"small\">Small link</Link>\n * <Link href=\"/about\" size=\"default\">Default link</Link>\n * <Link href=\"/about\" size=\"large\">Large link</Link>\n *\n * // With icon before text\n * <Link href=\"/download\" iconStart={<Icon name=\"download\" />}>\n * Download\n * </Link>\n *\n * // With icon after text\n * <Link href=\"/next\" iconEnd={<Icon name=\"arrow-right\" />}>\n * Next page\n * </Link>\n *\n * // External link (opens in new tab with visible hint)\n * <Link href=\"https://example.com\" external>\n * External site\n * </Link>\n *\n * // Current page\n * <Link href=\"/dashboard\" current>Dashboard</Link>\n *\n * // Disabled\n * <Link disabled>Unavailable</Link>\n * ```\n */\nexport const Link = React.forwardRef<HTMLAnchorElement, LinkProps>(\n (\n {\n disabled = false,\n current = false,\n external = false,\n size,\n iconStart,\n iconEnd,\n className,\n href,\n target,\n rel,\n tabIndex,\n children,\n onClick,\n ...props\n },\n ref\n ) => {\n // Only add size class when explicitly provided.\n // Without a size prop, the link inherits font from its parent,\n // which is the expected behavior for inline usage in paragraphs.\n const classes = classNames(\n 'dsn-link',\n size && `dsn-link--size-${size}`,\n className\n );\n\n const handleClick = (e: React.MouseEvent<HTMLAnchorElement>) => {\n if (disabled) {\n e.preventDefault();\n return;\n }\n onClick?.(e);\n };\n\n // External links: add target, rel, and visible hint automatically\n const resolvedTarget = external ? (target ?? '_blank') : target;\n const resolvedRel = external ? (rel ?? 'noopener noreferrer') : rel;\n\n return (\n <a\n ref={ref}\n className={classes}\n href={disabled ? undefined : href}\n target={resolvedTarget}\n rel={resolvedRel}\n tabIndex={disabled ? -1 : tabIndex}\n aria-disabled={disabled || undefined}\n aria-current={current ? 'page' : undefined}\n onClick={handleClick}\n {...props}\n >\n {iconStart}\n {children}\n {external && ' (opent nieuw tabblad)'}\n {iconEnd}\n </a>\n );\n }\n);\n\nLink.displayName = 'Link';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyFA,MAAa,OAAO,MAAM,YAEtB,EACE,WAAW,OACX,UAAU,OACV,WAAW,OACX,MACA,WACA,SACA,WACA,MACA,QACA,KACA,UACA,UACA,SACA,GAAG,SAEL,QACG;CAIH,MAAM,UAAU,WACd,YACA,QAAQ,kBAAkB,QAC1B,SACF;CAEA,MAAM,eAAe,MAA2C;EAC9D,IAAI,UAAU;GACZ,EAAE,eAAe;GACjB;EACF;EACA,UAAU,CAAC;CACb;CAMA,OACE,qBAAC,KAAD;EACO;EACL,WAAW;EACX,MAAM,WAAW,KAAA,IAAY;EAC7B,QARmB,WAAY,UAAU,WAAY;EASrD,KARgB,WAAY,OAAO,wBAAyB;EAS5D,UAAU,WAAW,KAAK;EAC1B,iBAAe,YAAY,KAAA;EAC3B,gBAAc,UAAU,SAAS,KAAA;EACjC,SAAS;EACT,GAAI;EAVN,UAAA;GAYG;GACA;GACA,YAAY;GACZ;EACA;;AAEP,CACF;AAEA,KAAK,cAAc"}
|