@hellobetterdigitalnz/betterui 0.0.3-2 → 0.0.3-200
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 +23 -23
- package/dist/Components/BetterUIProvider/BetterUIContext.d.ts +9 -0
- package/dist/Components/BetterUIProvider/BetterUIProvider.d.ts +6 -0
- package/dist/Components/BetterUIProvider/index.d.ts +2 -0
- package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +3 -0
- package/dist/Components/DataDisplay/Badge/Badge.d.ts +1 -1
- package/dist/Components/DataDisplay/Badge/BadgeProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.d.ts +1 -0
- package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.d.ts +4 -2
- package/dist/Components/DataDisplay/Cards/PathwayCard/{PathwayCardInterface.d.ts → PathwayCardProps.d.ts} +2 -2
- package/dist/Components/DataDisplay/Media/Media.d.ts +1 -1
- package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActionsLeftProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Modal/ModalActionsProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActionsRightProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +1 -0
- package/dist/Components/DataDisplay/Modal/ModalCurtain.d.ts +1 -1
- package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +3 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts +1 -1
- package/dist/Components/DataDisplay/Tab/Tab.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabBody.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabBodyContent.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabNav.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabNavItem.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabNavItemProps.d.ts +1 -0
- package/dist/Components/DataDisplay/Table/TableFooter.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableFooterProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Table/TableHeaderCellProps.d.ts +1 -0
- package/dist/Components/DataDisplay/index.d.ts +61 -0
- package/dist/Components/Form/Button/ButtonProps.d.ts +2 -0
- package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +4 -2
- package/dist/Components/Form/CurrencyField/CurrencyFieldProps.d.ts +1 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadgeItemProps.d.ts +1 -1
- package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts +8 -6
- package/dist/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.d.ts +3 -0
- package/dist/Components/Form/DropdownField/DropdownFieldItemProps.d.ts +2 -2
- package/dist/Components/Form/DropdownField/DropdownFieldProps.d.ts +4 -2
- package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +3 -1
- package/dist/Components/Form/IconButton/IconButtonProps.d.ts +1 -0
- package/dist/Components/Form/InputProps.d.ts +3 -1
- package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts +3 -1
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts +2 -1
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldItemProps.d.ts +11 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldProps.d.ts +32 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts +2 -1
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldTagProps.d.ts +5 -0
- package/dist/Components/Form/NumberField/NumberField.d.ts +3 -0
- package/dist/Components/Form/NumberField/NumberField.stories.d.ts +13 -0
- package/dist/Components/Form/NumberField/NumberFieldProps.d.ts +7 -0
- package/dist/Components/Form/PhoneField/PhoneField.d.ts +3 -0
- package/dist/Components/Form/PhoneField/PhoneField.stories.d.ts +13 -0
- package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts +1 -0
- package/dist/Components/Form/RichTextEditor/RichTextEditor.d.ts +3 -0
- package/dist/Components/Form/RichTextEditor/RichTextEditor.stories.d.ts +18 -0
- package/dist/Components/Form/RichTextEditor/RichTextEditorProps.d.ts +22 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownField.d.ts +3 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItem.d.ts +3 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.d.ts +7 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldProps.d.ts +33 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.d.ts +3 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.d.ts +5 -0
- package/dist/Components/Form/UnitInput/UnitField.d.ts +3 -0
- package/dist/Components/Form/UnitInput/UnitField.stories.d.ts +13 -0
- package/dist/Components/Form/UnitInput/UnitFieldProps.d.ts +6 -0
- package/dist/Components/Form/index.d.ts +55 -10
- package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +3 -0
- package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +3 -0
- package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +3 -0
- package/dist/Components/Icons/Communication/Export/Export.d.ts +3 -0
- package/dist/Components/Icons/Communication/Phone/Phone.d.ts +3 -0
- package/dist/Components/Icons/Communication/Translate/Translate.d.ts +3 -0
- package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +3 -0
- package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +3 -0
- package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +3 -0
- package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +3 -0
- package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +3 -0
- package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +3 -0
- package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +3 -0
- package/dist/Components/Icons/Media/Camera/Camera.d.ts +3 -0
- package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +3 -0
- package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +3 -0
- package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +3 -0
- package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +3 -0
- package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +3 -0
- package/dist/Components/Icons/People/User/User.d.ts +3 -0
- package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +3 -0
- package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +85 -0
- package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts +2 -1
- package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolder.d.ts +3 -0
- package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.d.ts +9 -0
- package/dist/Components/Layout/CalloutPopup/CalloutPopupProps.d.ts +6 -0
- package/dist/Components/Layout/Header/HeaderLeftProps.d.ts +2 -0
- package/dist/Components/Layout/Header/HeaderRightProps.d.ts +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.d.ts +1 -1
- package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarNavigationItemProps.d.ts +1 -0
- package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts +2 -2
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationItemProps.d.ts +1 -0
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts +3 -0
- package/dist/Components/Layout/index.d.ts +42 -0
- package/dist/image/logo-small.svg +4 -4
- package/dist/image/logo.svg +26 -26
- package/dist/index.cjs.js +21 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.es.js +7439 -578
- package/dist/index.es.js.map +1 -1
- package/dist/lib/tinymce/icons/default/icons.min.js +1 -0
- package/dist/lib/tinymce/langs/README.md +3 -0
- package/dist/lib/tinymce/license.md +6 -0
- package/dist/lib/tinymce/models/dom/model.min.js +4 -0
- package/dist/lib/tinymce/plugins/accordion/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/advlist/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/anchor/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/autolink/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/autoresize/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/autosave/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/charmap/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/code/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/codesample/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/directionality/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
- package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
- package/dist/lib/tinymce/plugins/emoticons/js/emojis.js +1 -0
- package/dist/lib/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
- package/dist/lib/tinymce/plugins/emoticons/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/fullscreen/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
- package/dist/lib/tinymce/plugins/help/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/image/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/importcss/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/link/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/lists/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/media/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/pagebreak/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/preview/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/quickbars/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/save/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/searchreplace/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/table/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/visualblocks/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/visualchars/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/wordcount/plugin.min.js +4 -0
- package/dist/lib/tinymce/skins/content/dark/content.js +2 -0
- package/dist/lib/tinymce/skins/content/dark/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/default/content.js +2 -0
- package/dist/lib/tinymce/skins/content/default/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/document/content.js +2 -0
- package/dist/lib/tinymce/skins/content/document/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/tinymce-5/content.js +2 -0
- package/dist/lib/tinymce/skins/content/tinymce-5/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.js +2 -0
- package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/writer/content.js +2 -0
- package/dist/lib/tinymce/skins/content/writer/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide/content.inline.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide/content.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide/skin.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide/skin.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/content.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/skin.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/content.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/skin.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
- package/dist/lib/tinymce/themes/silver/theme.min.js +4 -0
- package/dist/lib/tinymce/tinymce.d.ts +3250 -0
- package/dist/lib/tinymce/tinymce.min.js +4 -0
- package/dist/style.css +1 -1
- package/package.json +75 -75
- package/dist/Components/Icons/Brand/WindowLogo/WindowLogo.d.ts +0 -3
- /package/dist/Components/Icons/Communication/{Asterick → Asterisk}/Asterisk.d.ts +0 -0
- /package/dist/Components/Icons/Communication/{Asterick → Asterisk}/Asterisk.stories.d.ts +0 -0
- /package/dist/Components/Icons/{MathAndFinance → MathsAndFinance}/XIcon/XIcon.d.ts +0 -0
package/README.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
# BetterUI
|
|
2
|
-
|
|
3
|
-
A reusable Rect component library by [Hello Better](https://hellobetterdigital.com).
|
|
4
|
-
|
|
5
|
-
We at Hello Better builds many web applications using React + Typescript and headless APIs. We make use of Figma design systems and have our own component library that we have shared here.
|
|
6
|
-
|
|
7
|
-
## Installation
|
|
8
|
-
|
|
9
|
-
To install simply use
|
|
10
|
-
|
|
11
|
-
```
|
|
12
|
-
npm install @hellobetterdigitalnz/betteru
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
or if you are using yarn
|
|
16
|
-
|
|
17
|
-
```
|
|
18
|
-
yarn add @hellobetterdigitalnz/betteru
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
## Using components
|
|
22
|
-
|
|
23
|
-
Components are used from the libraries root entry.
|
|
1
|
+
# BetterUI
|
|
2
|
+
|
|
3
|
+
A reusable Rect component library by [Hello Better](https://hellobetterdigital.com).
|
|
4
|
+
|
|
5
|
+
We at Hello Better builds many web applications using React + Typescript and headless APIs. We make use of Figma design systems and have our own component library that we have shared here.
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
To install simply use
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
npm install @hellobetterdigitalnz/betteru
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
or if you are using yarn
|
|
16
|
+
|
|
17
|
+
```
|
|
18
|
+
yarn add @hellobetterdigitalnz/betteru
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Using components
|
|
22
|
+
|
|
23
|
+
Components are used from the libraries root entry.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
interface BetterUIContextType {
|
|
3
|
+
modalStack: ReactNode[];
|
|
4
|
+
openModal: (modal: React.ReactNode) => void;
|
|
5
|
+
closeModal: () => void;
|
|
6
|
+
closeAllModals: () => void;
|
|
7
|
+
}
|
|
8
|
+
declare const BetterUIContext: import("react").Context<BetterUIContextType>;
|
|
9
|
+
export default BetterUIContext;
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import PathwayCardProps from "./PathwayCardProps";
|
|
2
|
+
import './pathway-card.scss';
|
|
3
|
+
declare const PathwayCard: (props: PathwayCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export default PathwayCard;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from "react";
|
|
2
|
-
interface
|
|
2
|
+
interface PathwayCardProps {
|
|
3
3
|
title: string;
|
|
4
4
|
btnTitle: string;
|
|
5
5
|
description: string;
|
|
@@ -12,4 +12,4 @@ interface PathwayCardInterface {
|
|
|
12
12
|
cardOnClick?: (e: React.MouseEvent<HTMLDivElement>) => void;
|
|
13
13
|
btnOnClick?: () => void;
|
|
14
14
|
}
|
|
15
|
-
export default
|
|
15
|
+
export default PathwayCardProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const ModalCurtain: () =>
|
|
1
|
+
declare const ModalCurtain: () => import("react/jsx-runtime").JSX.Element;
|
|
2
2
|
export default ModalCurtain;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import TabInterface from "./TabProps.tsx";
|
|
2
|
-
|
|
2
|
+
declare const Tab: ({ children, extraClass }: TabInterface) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Tab;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import TabBodyProps from "./TabBodyProps.tsx";
|
|
2
|
-
|
|
2
|
+
declare const TabBody: ({ children, extraClass }: TabBodyProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default TabBody;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import TabBodyContentProps from "./TabBodyContentProps.tsx";
|
|
2
|
-
|
|
2
|
+
declare const TabBodyContent: (props: TabBodyContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default TabBodyContent;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import TabNavItemProps from "./TabNavItemProps.tsx";
|
|
2
|
-
|
|
2
|
+
declare const TabNavItem: (props: TabNavItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default TabNavItem;
|
|
@@ -10,3 +10,64 @@ export { default as Badge } from './Badge/Badge';
|
|
|
10
10
|
export type { default as BadgeProps } from './Badge/BadgeProps';
|
|
11
11
|
export { default as BannerCard } from './Cards/BannerCard/BannerCard';
|
|
12
12
|
export type { default as BannerCardInterface } from './Cards/BannerCard/BannerCardInterface';
|
|
13
|
+
export { default as PathwayCard } from './Cards/PathwayCard/PathwayCard';
|
|
14
|
+
export type { default as PathwayCardProps } from './Cards/PathwayCard/PathwayCardProps';
|
|
15
|
+
export { default as Media } from './Media/Media';
|
|
16
|
+
export type { default as MediaProps } from './Media/MediaProps';
|
|
17
|
+
export { default as Modal } from './Modal/Modal';
|
|
18
|
+
export { default as ModalActions } from './Modal/ModalActions';
|
|
19
|
+
export { default as ModalActionsLeft } from './Modal/ModalActionsLeft';
|
|
20
|
+
export { default as ModalActionsRight } from './Modal/ModalActionsRight';
|
|
21
|
+
export { default as ModalBody } from './Modal/ModalBody';
|
|
22
|
+
export { default as ModalCurtain } from './Modal/ModalCurtain';
|
|
23
|
+
export { default as ModalHeader } from './Modal/ModalHeader';
|
|
24
|
+
export type { default as ModalProps } from './Modal/ModalProps';
|
|
25
|
+
export type { default as ModalHeaderProps } from './Modal/ModalHeaderProps';
|
|
26
|
+
export type { default as ModalBodyProps } from './Modal/ModalBodyProps';
|
|
27
|
+
export type { default as ModalActionsProps } from './Modal/ModalActionsProps.tsx';
|
|
28
|
+
export type { default as ModalActionsRightProps } from './Modal/ModalActionsRightProps.tsx';
|
|
29
|
+
export type { default as ModalActionsLeftProps } from './Modal/ModalActionsLeftProps.tsx';
|
|
30
|
+
export { default as NotificationsBell } from './NotificationsBell/NotificationsBell';
|
|
31
|
+
export type { default as NotificationsBellProps } from './NotificationsBell/NotificationsBellProps';
|
|
32
|
+
export { default as Notification } from './NotificationsPanel/Notification';
|
|
33
|
+
export { default as NotificationsGroup } from './NotificationsPanel/NotificationsGroup';
|
|
34
|
+
export { default as NotificationsGroups } from './NotificationsPanel/NotificationsGroups';
|
|
35
|
+
export { default as NotificationsPanel } from './NotificationsPanel/NotificationsPanel';
|
|
36
|
+
export { default as NotificationsHeader } from './NotificationsPanel/NotificationsHeader';
|
|
37
|
+
export { default as NotificationsNone } from './NotificationsPanel/NotificationsNone';
|
|
38
|
+
export type { default as NotificationProps } from './NotificationsPanel/NotificationProps';
|
|
39
|
+
export type { default as NotificationsGroupProps } from './NotificationsPanel/NotificationsGroupProps';
|
|
40
|
+
export type { default as NotificationsGroupsProps } from './NotificationsPanel/NotificationsGroupsProps';
|
|
41
|
+
export type { default as NotificationsHeaderProps } from './NotificationsPanel/NotificationsHeaderProps';
|
|
42
|
+
export type { default as NotificationsPanelProps } from './NotificationsPanel/NotificationsPanelProps';
|
|
43
|
+
export { default as Tab } from './Tab/Tab';
|
|
44
|
+
export { default as TabBody } from './Tab/TabBody';
|
|
45
|
+
export { default as TabBodyContent } from './Tab/TabBodyContent';
|
|
46
|
+
export { default as TabContext } from './Tab/TabContext';
|
|
47
|
+
export { default as TabNav } from './Tab/TabNav';
|
|
48
|
+
export { default as TabNavItem } from './Tab/TabNavItem';
|
|
49
|
+
export type { default as TabBodyContentProps } from './Tab/TabBodyContentProps';
|
|
50
|
+
export type { default as TabBodyProps } from './Tab/TabBodyProps';
|
|
51
|
+
export type { default as TabContextProps } from './Tab/TabContextProps';
|
|
52
|
+
export type { default as TabNavItemProps } from './Tab/TabNavItemProps';
|
|
53
|
+
export type { default as TabNavProps } from './Tab/TabNavProps';
|
|
54
|
+
export type { default as TabProps } from './Tab/TabProps';
|
|
55
|
+
export { default as Table } from './Table/Table';
|
|
56
|
+
export { default as TableBody } from './Table/TableBody';
|
|
57
|
+
export { default as TableCell } from './Table/TableCell';
|
|
58
|
+
export { default as TableCellAction } from './Table/TableCellAction';
|
|
59
|
+
export { default as TableCellWithDesc } from './Table/TableCellWithDesc';
|
|
60
|
+
export { default as TableCellWithImage } from './Table/TableCellWithImage';
|
|
61
|
+
export { default as TableFooter } from './Table/TableFooter';
|
|
62
|
+
export { default as TableHead } from './Table/TableHead';
|
|
63
|
+
export { default as TableHeaderCell } from './Table/TableHeaderCell';
|
|
64
|
+
export { default as TableRow } from './Table/TableRow';
|
|
65
|
+
export type { default as TableBodyProps } from './Table/TableBodyProps';
|
|
66
|
+
export type { default as TableCellActionProps } from './Table/TableCellActionProps';
|
|
67
|
+
export type { default as TableCellProps } from './Table/TableCellProps';
|
|
68
|
+
export type { default as TableCellWithDescProps } from './Table/TableCellWithDescProps';
|
|
69
|
+
export type { default as TableCellWithImageProps } from './Table/TableCellWithImageProps';
|
|
70
|
+
export type { default as TableHeaderCellProps } from './Table/TableHeaderCellProps';
|
|
71
|
+
export type { default as TableHeadProps } from './Table/TableHeadProps';
|
|
72
|
+
export type { default as TableProps } from './Table/TableProps';
|
|
73
|
+
export type { default as TableRowProps } from './Table/TableRowProps';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { FocusEvent, MouseEvent } from "react";
|
|
1
|
+
import { ChangeEvent, FocusEvent, MouseEvent } from "react";
|
|
2
2
|
interface CheckboxProps {
|
|
3
|
+
label?: string;
|
|
3
4
|
name?: string;
|
|
4
5
|
id?: string;
|
|
5
6
|
value?: string;
|
|
@@ -13,7 +14,8 @@ interface CheckboxProps {
|
|
|
13
14
|
ariaLabel?: string;
|
|
14
15
|
ariaLabeledby?: string;
|
|
15
16
|
ariaDescribedby?: string;
|
|
16
|
-
|
|
17
|
+
onClick?: (e: MouseEvent, checked?: boolean) => void;
|
|
18
|
+
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
17
19
|
onFocus?: (e: FocusEvent) => void;
|
|
18
20
|
onBlur?: (e: FocusEvent) => void;
|
|
19
21
|
}
|
|
@@ -2,7 +2,7 @@ import { MouseEvent } from "react";
|
|
|
2
2
|
interface DropdownBadgeItemProps {
|
|
3
3
|
label: string;
|
|
4
4
|
value: string | number;
|
|
5
|
-
status?: "pending" | "inProgress" | "complete";
|
|
5
|
+
status?: "draft" | "pending" | "inProgress" | "complete" | "custom";
|
|
6
6
|
handleSelect: (e: MouseEvent, value: string | number) => void;
|
|
7
7
|
}
|
|
8
8
|
export default DropdownBadgeItemProps;
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import { MouseEvent, FocusEvent } from "react";
|
|
2
|
-
interface
|
|
2
|
+
interface BadgeNameValueInterface {
|
|
3
3
|
label: string;
|
|
4
|
-
status?: "pending" | "inProgress" | "complete" | undefined;
|
|
4
|
+
status?: "draft" | "pending" | "inProgress" | "complete" | "custom" | undefined;
|
|
5
5
|
value: string | number;
|
|
6
6
|
}
|
|
7
7
|
interface DropdownBadgeProps {
|
|
8
8
|
name?: string;
|
|
9
9
|
id?: string;
|
|
10
10
|
value?: string;
|
|
11
|
-
options: (
|
|
12
|
-
status?: "pending" | "inProgress" | "complete" | undefined;
|
|
11
|
+
options: (BadgeNameValueInterface | string)[];
|
|
12
|
+
status?: "draft" | "pending" | "inProgress" | "complete" | "custom" | undefined;
|
|
13
|
+
lock?: boolean;
|
|
13
14
|
extraClass?: string;
|
|
15
|
+
extraClassDropdown?: string;
|
|
14
16
|
disabled?: boolean;
|
|
15
17
|
readonly?: boolean;
|
|
16
18
|
autoComplete?: boolean;
|
|
@@ -19,9 +21,9 @@ interface DropdownBadgeProps {
|
|
|
19
21
|
ariaLabeledby?: string;
|
|
20
22
|
ariaDescribedby?: string;
|
|
21
23
|
onClick?: (e: MouseEvent) => void;
|
|
22
|
-
onChange?: (e: MouseEvent) => void;
|
|
24
|
+
onChange?: (e: React.MouseEvent, value: string | number) => void;
|
|
23
25
|
onFocus?: (e: FocusEvent) => void;
|
|
24
26
|
onBlur?: (e: FocusEvent) => void;
|
|
25
27
|
}
|
|
26
|
-
export type {
|
|
28
|
+
export type { BadgeNameValueInterface };
|
|
27
29
|
export default DropdownBadgeProps;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MouseEvent } from "react";
|
|
2
2
|
interface DropdownFieldItemProps {
|
|
3
3
|
label: string;
|
|
4
|
-
value: string | number;
|
|
5
|
-
handleSelect: (e: MouseEvent, value: string | number) => void;
|
|
4
|
+
value: string | number | undefined | null | boolean;
|
|
5
|
+
handleSelect: (e: MouseEvent, value: string | number | undefined | null | boolean) => void;
|
|
6
6
|
}
|
|
7
7
|
export default DropdownFieldItemProps;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MouseEvent, FocusEvent } from "react";
|
|
2
2
|
interface NameValueInterface {
|
|
3
3
|
label: string;
|
|
4
|
-
value: string | number;
|
|
4
|
+
value: string | number | undefined | null | boolean;
|
|
5
5
|
}
|
|
6
6
|
interface DropdownFieldProps {
|
|
7
7
|
name?: string;
|
|
@@ -10,6 +10,8 @@ interface DropdownFieldProps {
|
|
|
10
10
|
options: NameValueInterface[] | string[];
|
|
11
11
|
extraClass?: string;
|
|
12
12
|
placeholder?: string;
|
|
13
|
+
emptyString?: string;
|
|
14
|
+
commentInDropdown?: string;
|
|
13
15
|
error?: boolean;
|
|
14
16
|
disabled?: boolean;
|
|
15
17
|
readonly?: boolean;
|
|
@@ -21,7 +23,7 @@ interface DropdownFieldProps {
|
|
|
21
23
|
ariaLabeledby?: string;
|
|
22
24
|
ariaDescribedby?: string;
|
|
23
25
|
onClick?: (e: MouseEvent) => void;
|
|
24
|
-
onChange?: (e: MouseEvent) => void;
|
|
26
|
+
onChange?: (e: React.MouseEvent, value: string | number | undefined | null | boolean) => void;
|
|
25
27
|
onFocus?: (e: FocusEvent) => void;
|
|
26
28
|
onBlur?: (e: FocusEvent) => void;
|
|
27
29
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { ReactNode } from "react";
|
|
2
2
|
interface FormFieldHolderProps {
|
|
3
|
-
label?: string;
|
|
3
|
+
label?: string | any;
|
|
4
|
+
bilingualLabel?: string;
|
|
4
5
|
description?: string | ReactNode;
|
|
5
6
|
extraClass?: string;
|
|
6
7
|
error?: boolean;
|
|
7
8
|
children: ReactNode;
|
|
8
9
|
icon?: ReactNode;
|
|
10
|
+
require?: boolean;
|
|
9
11
|
}
|
|
10
12
|
export default FormFieldHolderProps;
|
|
@@ -2,7 +2,7 @@ import { FocusEvent, ChangeEvent, MouseEvent } from "react";
|
|
|
2
2
|
interface InputProps {
|
|
3
3
|
name?: string;
|
|
4
4
|
id?: string;
|
|
5
|
-
value?: string;
|
|
5
|
+
value?: string | number | bigint | any;
|
|
6
6
|
extraClass?: string;
|
|
7
7
|
placeholder?: string;
|
|
8
8
|
error?: boolean;
|
|
@@ -11,6 +11,8 @@ interface InputProps {
|
|
|
11
11
|
autoComplete?: boolean;
|
|
12
12
|
required?: boolean;
|
|
13
13
|
ariaLabel?: string;
|
|
14
|
+
min?: string;
|
|
15
|
+
max?: string;
|
|
14
16
|
minLength?: number;
|
|
15
17
|
maxLength?: number;
|
|
16
18
|
ariaLabeledby?: string;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import MultiSelectFieldItemProps from "./MultiSelectFieldItemProps.tsx";
|
|
2
|
+
declare const MultiSelectFieldItem: (props: MultiSelectFieldItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
3
|
export default MultiSelectFieldItem;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface MultiSelectFieldItemProps {
|
|
3
|
+
id?: number | string | undefined;
|
|
4
|
+
label?: string;
|
|
5
|
+
value?: string | number;
|
|
6
|
+
handleSelect: (e: React.MouseEvent, value: string | number | undefined) => void;
|
|
7
|
+
onMouseEnter?: () => void;
|
|
8
|
+
isSelected?: boolean;
|
|
9
|
+
isHighlighted?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export default MultiSelectFieldItemProps;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { MouseEvent, FocusEvent } from "react";
|
|
2
|
+
interface SelectOption {
|
|
3
|
+
label: string | any;
|
|
4
|
+
value: string | number | any;
|
|
5
|
+
}
|
|
6
|
+
interface MultiSelectFieldProps {
|
|
7
|
+
name?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
value?: SelectOption[];
|
|
10
|
+
options: SelectOption[];
|
|
11
|
+
extraClass?: string;
|
|
12
|
+
placeholder?: string;
|
|
13
|
+
error?: boolean;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
readonly?: boolean;
|
|
16
|
+
autoComplete?: boolean;
|
|
17
|
+
minLength?: number;
|
|
18
|
+
maxLength?: number;
|
|
19
|
+
required?: boolean;
|
|
20
|
+
ariaLabel?: string;
|
|
21
|
+
ariaLabeledby?: string;
|
|
22
|
+
creatable?: boolean;
|
|
23
|
+
onCreateNew?: (option: string | number, e: any) => void;
|
|
24
|
+
ariaDescribedby?: string;
|
|
25
|
+
onClick?: (e: MouseEvent) => void;
|
|
26
|
+
onChange: (value: SelectOption[]) => void;
|
|
27
|
+
onFocus?: (e: FocusEvent) => void;
|
|
28
|
+
onBlur?: (e: FocusEvent) => void;
|
|
29
|
+
onSearch?: (keywords: any) => void;
|
|
30
|
+
}
|
|
31
|
+
export type { SelectOption };
|
|
32
|
+
export default MultiSelectFieldProps;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { StoryObj } from "@storybook/react";
|
|
2
|
+
import NumberField from "././NumberField.tsx";
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: (props: import("./NumberFieldProps.tsx").default) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof NumberField>;
|
|
13
|
+
export declare const Example: Story;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { StoryObj } from "@storybook/react";
|
|
2
|
+
import PhoneField from "./PhoneField.tsx";
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: (props: import("../InputProps.tsx").default) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof PhoneField>;
|
|
13
|
+
export declare const Example: Story;
|