@hellobetterdigitalnz/betterui 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/App.d.ts +3 -0
- package/dist/App.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Accordion/Accordion.d.ts +4 -0
- package/dist/Components/DataDisplay/Accordion/Accordion.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Accordion/Accordion.stories.d.ts +42 -0
- package/dist/Components/DataDisplay/Accordion/Accordion.stories.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts +5 -0
- package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Accordion/AccordionContextInterface.d.ts +8 -0
- package/dist/Components/DataDisplay/Accordion/AccordionContextInterface.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts +4 -0
- package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +11 -0
- package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts +7 -0
- package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts +4 -0
- package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts +7 -0
- package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Badge/Badge.d.ts +4 -0
- package/dist/Components/DataDisplay/Badge/Badge.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Badge/Badge.stories.d.ts +24 -0
- package/dist/Components/DataDisplay/Badge/Badge.stories.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Badge/BadgeProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Badge/BadgeProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.d.ts +4 -0
- package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.d.ts +11 -0
- package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Cards/BannerCard/BannerCardInterface.d.ts +14 -0
- package/dist/Components/DataDisplay/Cards/BannerCard/BannerCardInterface.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.d.ts +3 -0
- package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.stories.d.ts +14 -0
- package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.stories.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCardInterface.d.ts +16 -0
- package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCardInterface.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Media/Media.d.ts +4 -0
- package/dist/Components/DataDisplay/Media/Media.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Media/Media.stories.d.ts +15 -0
- package/dist/Components/DataDisplay/Media/Media.stories.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Media/MediaProps.d.ts +8 -0
- package/dist/Components/DataDisplay/Media/MediaProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Modal/Modal.d.ts +4 -0
- package/dist/Components/DataDisplay/Modal/Modal.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Modal/Modal.stories.d.ts +40 -0
- package/dist/Components/DataDisplay/Modal/Modal.stories.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +3 -0
- package/dist/Components/DataDisplay/Modal/ModalActions.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +3 -0
- package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +3 -0
- package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Modal/ModalBody.d.ts +4 -0
- package/dist/Components/DataDisplay/Modal/ModalBody.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Modal/ModalCurtain.d.ts +3 -0
- package/dist/Components/DataDisplay/Modal/ModalCurtain.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts +4 -0
- package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +8 -0
- package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Modal/ModalProps.d.ts +7 -0
- package/dist/Components/DataDisplay/Modal/ModalProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsBell/NotificationBell.stories.d.ts +15 -0
- package/dist/Components/DataDisplay/NotificationsBell/NotificationBell.stories.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsBell/NotificationsBell.d.ts +4 -0
- package/dist/Components/DataDisplay/NotificationsBell/NotificationsBell.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsBell/NotificationsBellProps.d.ts +8 -0
- package/dist/Components/DataDisplay/NotificationsBell/NotificationsBellProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsPanel/Notification.d.ts +4 -0
- package/dist/Components/DataDisplay/NotificationsPanel/Notification.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsPanel/Notification.stories.d.ts +76 -0
- package/dist/Components/DataDisplay/NotificationsPanel/Notification.stories.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts +11 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroup.d.ts +4 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroup.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.d.ts +7 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroups.d.ts +4 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroups.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.d.ts +6 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeader.d.ts +4 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeader.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeaderProps.d.ts +7 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeaderProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsNone.d.ts +3 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsNone.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanel.d.ts +4 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanel.d.ts.map +1 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.d.ts +6 -0
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Tab/Tab.d.ts +3 -0
- package/dist/Components/DataDisplay/Tab/Tab.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Tab/Tab.stories.d.ts +41 -0
- package/dist/Components/DataDisplay/Tab/Tab.stories.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Tab/TabBody.d.ts +3 -0
- package/dist/Components/DataDisplay/Tab/TabBody.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Tab/TabBodyContent.d.ts +3 -0
- package/dist/Components/DataDisplay/Tab/TabBodyContent.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Tab/TabBodyContentProps.d.ts +8 -0
- package/dist/Components/DataDisplay/Tab/TabBodyContentProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Tab/TabBodyProps.d.ts +7 -0
- package/dist/Components/DataDisplay/Tab/TabBodyProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Tab/TabContext.d.ts +5 -0
- package/dist/Components/DataDisplay/Tab/TabContext.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Tab/TabContextProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Tab/TabContextProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Tab/TabNav.d.ts +3 -0
- package/dist/Components/DataDisplay/Tab/TabNav.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Tab/TabNavItem.d.ts +3 -0
- package/dist/Components/DataDisplay/Tab/TabNavItem.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Tab/TabNavItemProps.d.ts +9 -0
- package/dist/Components/DataDisplay/Tab/TabNavItemProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Tab/TabNavProps.d.ts +7 -0
- package/dist/Components/DataDisplay/Tab/TabNavProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Tab/TabProps.d.ts +7 -0
- package/dist/Components/DataDisplay/Tab/TabProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/Table.d.ts +4 -0
- package/dist/Components/DataDisplay/Table/Table.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/Table.stories.d.ts +40 -0
- package/dist/Components/DataDisplay/Table/Table.stories.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableBody.d.ts +4 -0
- package/dist/Components/DataDisplay/Table/TableBody.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableBodyProps.d.ts +7 -0
- package/dist/Components/DataDisplay/Table/TableBodyProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableCell.d.ts +4 -0
- package/dist/Components/DataDisplay/Table/TableCell.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableCellAction.d.ts +4 -0
- package/dist/Components/DataDisplay/Table/TableCellAction.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableCellActionProps.d.ts +10 -0
- package/dist/Components/DataDisplay/Table/TableCellActionProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableCellProps.d.ts +10 -0
- package/dist/Components/DataDisplay/Table/TableCellProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableCellWithDesc.d.ts +4 -0
- package/dist/Components/DataDisplay/Table/TableCellWithDesc.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableCellWithDescProps.d.ts +9 -0
- package/dist/Components/DataDisplay/Table/TableCellWithDescProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableCellWithImage.d.ts +4 -0
- package/dist/Components/DataDisplay/Table/TableCellWithImage.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableCellWithImageProps.d.ts +10 -0
- package/dist/Components/DataDisplay/Table/TableCellWithImageProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableFooter.d.ts +3 -0
- package/dist/Components/DataDisplay/Table/TableFooter.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableHead.d.ts +4 -0
- package/dist/Components/DataDisplay/Table/TableHead.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableHeadProps.d.ts +7 -0
- package/dist/Components/DataDisplay/Table/TableHeadProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableHeaderCell.d.ts +4 -0
- package/dist/Components/DataDisplay/Table/TableHeaderCell.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableHeaderCellProps.d.ts +9 -0
- package/dist/Components/DataDisplay/Table/TableHeaderCellProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableProps.d.ts +7 -0
- package/dist/Components/DataDisplay/Table/TableProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableRow.d.ts +4 -0
- package/dist/Components/DataDisplay/Table/TableRow.d.ts.map +1 -0
- package/dist/Components/DataDisplay/Table/TableRowProps.d.ts +7 -0
- package/dist/Components/DataDisplay/Table/TableRowProps.d.ts.map +1 -0
- package/dist/Components/DataDisplay/export.d.ts +13 -0
- package/dist/Components/DataDisplay/export.d.ts.map +1 -0
- package/dist/Components/Form/Button/Button.d.ts +7 -0
- package/dist/Components/Form/Button/Button.d.ts.map +1 -0
- package/dist/Components/Form/Button/Button.stories.d.ts +18 -0
- package/dist/Components/Form/Button/Button.stories.d.ts.map +1 -0
- package/dist/Components/Form/Button/ButtonProps.d.ts +16 -0
- package/dist/Components/Form/Button/ButtonProps.d.ts.map +1 -0
- package/dist/Components/Form/Checkbox/Checkbox.d.ts +4 -0
- package/dist/Components/Form/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/Components/Form/Checkbox/Checkbox.stories.d.ts +18 -0
- package/dist/Components/Form/Checkbox/Checkbox.stories.d.ts.map +1 -0
- package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +21 -0
- package/dist/Components/Form/Checkbox/CheckboxProps.d.ts.map +1 -0
- package/dist/Components/Form/CheckboxSelect/CheckboxSelect.d.ts +3 -0
- package/dist/Components/Form/CheckboxSelect/CheckboxSelect.d.ts.map +1 -0
- package/dist/Components/Form/CheckboxSelect/CheckboxSelectItem.d.ts +3 -0
- package/dist/Components/Form/CheckboxSelect/CheckboxSelectItem.d.ts.map +1 -0
- package/dist/Components/Form/CheckboxSet/CheckboxSet.d.ts +4 -0
- package/dist/Components/Form/CheckboxSet/CheckboxSet.d.ts.map +1 -0
- package/dist/Components/Form/CheckboxSet/CheckboxSet.stories.d.ts +77 -0
- package/dist/Components/Form/CheckboxSet/CheckboxSet.stories.d.ts.map +1 -0
- package/dist/Components/Form/CheckboxSet/CheckboxSetItem.d.ts +4 -0
- package/dist/Components/Form/CheckboxSet/CheckboxSetItem.d.ts.map +1 -0
- package/dist/Components/Form/CheckboxSet/CheckboxSetProps.d.ts +8 -0
- package/dist/Components/Form/CheckboxSet/CheckboxSetProps.d.ts.map +1 -0
- package/dist/Components/Form/CurrencyField/CurrencyField.d.ts +4 -0
- package/dist/Components/Form/CurrencyField/CurrencyField.d.ts.map +1 -0
- package/dist/Components/Form/CurrencyField/CurrencyField.stories.d.ts +14 -0
- package/dist/Components/Form/CurrencyField/CurrencyField.stories.d.ts.map +1 -0
- package/dist/Components/Form/CurrencyField/CurrencyFieldProps.d.ts +7 -0
- package/dist/Components/Form/CurrencyField/CurrencyFieldProps.d.ts.map +1 -0
- package/dist/Components/Form/DateField/DateField.d.ts +4 -0
- package/dist/Components/Form/DateField/DateField.d.ts.map +1 -0
- package/dist/Components/Form/DateField/DateField.stories.d.ts +14 -0
- package/dist/Components/Form/DateField/DateField.stories.d.ts.map +1 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadge.d.ts +4 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadge.d.ts.map +1 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadge.stories.d.ts +15 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadge.stories.d.ts.map +1 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadgeItem.d.ts +4 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadgeItem.d.ts.map +1 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadgeItemProps.d.ts +9 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadgeItemProps.d.ts.map +1 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts +28 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts.map +1 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadgeSelector.d.ts +4 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadgeSelector.d.ts.map +1 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.d.ts +6 -0
- package/dist/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.d.ts.map +1 -0
- package/dist/Components/Form/DropdownField/DropdownField.d.ts +4 -0
- package/dist/Components/Form/DropdownField/DropdownField.d.ts.map +1 -0
- package/dist/Components/Form/DropdownField/DropdownField.stories.d.ts +15 -0
- package/dist/Components/Form/DropdownField/DropdownField.stories.d.ts.map +1 -0
- package/dist/Components/Form/DropdownField/DropdownFieldItem.d.ts +4 -0
- package/dist/Components/Form/DropdownField/DropdownFieldItem.d.ts.map +1 -0
- package/dist/Components/Form/DropdownField/DropdownFieldItemProps.d.ts +8 -0
- package/dist/Components/Form/DropdownField/DropdownFieldItemProps.d.ts.map +1 -0
- package/dist/Components/Form/DropdownField/DropdownFieldProps.d.ts +30 -0
- package/dist/Components/Form/DropdownField/DropdownFieldProps.d.ts.map +1 -0
- package/dist/Components/Form/DropdownField/DropdownFieldSelector.d.ts +4 -0
- package/dist/Components/Form/DropdownField/DropdownFieldSelector.d.ts.map +1 -0
- package/dist/Components/Form/DropdownField/DropdownFieldSelectorProps.d.ts +6 -0
- package/dist/Components/Form/DropdownField/DropdownFieldSelectorProps.d.ts.map +1 -0
- package/dist/Components/Form/EmailField/EmailField.d.ts +4 -0
- package/dist/Components/Form/EmailField/EmailField.d.ts.map +1 -0
- package/dist/Components/Form/EmailField/EmailField.stories.d.ts +14 -0
- package/dist/Components/Form/EmailField/EmailField.stories.d.ts.map +1 -0
- package/dist/Components/Form/ErrorMessage/ErrorMessage.d.ts +3 -0
- package/dist/Components/Form/ErrorMessage/ErrorMessage.d.ts.map +1 -0
- package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts +4 -0
- package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts.map +1 -0
- package/dist/Components/Form/FormFieldHolder/FormFieldHolder.stories.d.ts +40 -0
- package/dist/Components/Form/FormFieldHolder/FormFieldHolder.stories.d.ts.map +1 -0
- package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +11 -0
- package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts.map +1 -0
- package/dist/Components/Form/IconButton/IconButton.d.ts +7 -0
- package/dist/Components/Form/IconButton/IconButton.d.ts.map +1 -0
- package/dist/Components/Form/IconButton/IconButton.stories.d.ts +16 -0
- package/dist/Components/Form/IconButton/IconButton.stories.d.ts.map +1 -0
- package/dist/Components/Form/IconButton/IconButtonProps.d.ts +14 -0
- package/dist/Components/Form/IconButton/IconButtonProps.d.ts.map +1 -0
- package/dist/Components/Form/InputProps.d.ts +24 -0
- package/dist/Components/Form/InputProps.d.ts.map +1 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts +3 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts.map +1 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts +3 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts.map +1 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts +3 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts.map +1 -0
- package/dist/Components/Form/PasswordField/PasswordField.d.ts +4 -0
- package/dist/Components/Form/PasswordField/PasswordField.d.ts.map +1 -0
- package/dist/Components/Form/PasswordField/PasswordField.stories.d.ts +14 -0
- package/dist/Components/Form/PasswordField/PasswordField.stories.d.ts.map +1 -0
- package/dist/Components/Form/RadioButtons/RadioButton.d.ts +4 -0
- package/dist/Components/Form/RadioButtons/RadioButton.d.ts.map +1 -0
- package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts +21 -0
- package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts.map +1 -0
- package/dist/Components/Form/RadioButtons/RadioButtons.d.ts +4 -0
- package/dist/Components/Form/RadioButtons/RadioButtons.d.ts.map +1 -0
- package/dist/Components/Form/RadioButtons/RadioButtons.stories.d.ts +46 -0
- package/dist/Components/Form/RadioButtons/RadioButtons.stories.d.ts.map +1 -0
- package/dist/Components/Form/RadioButtons/RadioButtonsProps.d.ts +9 -0
- package/dist/Components/Form/RadioButtons/RadioButtonsProps.d.ts.map +1 -0
- package/dist/Components/Form/TextField/TextField.d.ts +4 -0
- package/dist/Components/Form/TextField/TextField.d.ts.map +1 -0
- package/dist/Components/Form/TextField/TextField.stories.d.ts +14 -0
- package/dist/Components/Form/TextField/TextField.stories.d.ts.map +1 -0
- package/dist/Components/Form/TextField/TextFieldProps.d.ts +7 -0
- package/dist/Components/Form/TextField/TextFieldProps.d.ts.map +1 -0
- package/dist/Components/Form/Textarea/Textarea.d.ts +4 -0
- package/dist/Components/Form/Textarea/Textarea.d.ts.map +1 -0
- package/dist/Components/Form/Textarea/Textarea.stories.d.ts +15 -0
- package/dist/Components/Form/Textarea/Textarea.stories.d.ts.map +1 -0
- package/dist/Components/Form/Textarea/TextareaProps.d.ts +26 -0
- package/dist/Components/Form/Textarea/TextareaProps.d.ts.map +1 -0
- package/dist/Components/Form/TimeField/TimeField.d.ts +4 -0
- package/dist/Components/Form/TimeField/TimeField.d.ts.map +1 -0
- package/dist/Components/Form/TimeField/TimeField.stories.d.ts +14 -0
- package/dist/Components/Form/TimeField/TimeField.stories.d.ts.map +1 -0
- package/dist/Components/Form/ToggleSwitch/ToggleSwitch.d.ts +4 -0
- package/dist/Components/Form/ToggleSwitch/ToggleSwitch.d.ts.map +1 -0
- package/dist/Components/Form/ToggleSwitch/ToggleSwitch.stories.d.ts +18 -0
- package/dist/Components/Form/ToggleSwitch/ToggleSwitch.stories.d.ts.map +1 -0
- package/dist/Components/Form/ToggleSwitch/ToggleSwitchProps.d.ts +21 -0
- package/dist/Components/Form/ToggleSwitch/ToggleSwitchProps.d.ts.map +1 -0
- package/dist/Components/Form/export.d.ts +18 -0
- package/dist/Components/Form/export.d.ts.map +1 -0
- package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +4 -0
- package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts.map +1 -0
- package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +4 -0
- package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts.map +1 -0
- package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +4 -0
- package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts.map +1 -0
- package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +4 -0
- package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts.map +1 -0
- package/dist/Components/Icons/Brand/WindowLogo/WindowLogo.d.ts +4 -0
- package/dist/Components/Icons/Brand/WindowLogo/WindowLogo.d.ts.map +1 -0
- package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +4 -0
- package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts.map +1 -0
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +4 -0
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts.map +1 -0
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +22 -0
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts.map +1 -0
- package/dist/Components/Icons/Communication/Asterick/Asterisk.d.ts +4 -0
- package/dist/Components/Icons/Communication/Asterick/Asterisk.d.ts.map +1 -0
- package/dist/Components/Icons/Communication/Asterick/Asterisk.stories.d.ts +22 -0
- package/dist/Components/Icons/Communication/Asterick/Asterisk.stories.d.ts.map +1 -0
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +4 -0
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts.map +1 -0
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +22 -0
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts.map +1 -0
- package/dist/Components/Icons/Communication/At/At.d.ts +4 -0
- package/dist/Components/Icons/Communication/At/At.d.ts.map +1 -0
- package/dist/Components/Icons/Communication/At/At.stories.d.ts +22 -0
- package/dist/Components/Icons/Communication/At/At.stories.d.ts.map +1 -0
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +4 -0
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts.map +1 -0
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +22 -0
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts.map +1 -0
- package/dist/Components/Icons/Communication/Chat/Chat.d.ts +4 -0
- package/dist/Components/Icons/Communication/Chat/Chat.d.ts.map +1 -0
- package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +22 -0
- package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts.map +1 -0
- package/dist/Components/Icons/Design/Eye/Eye.d.ts +4 -0
- package/dist/Components/Icons/Design/Eye/Eye.d.ts.map +1 -0
- package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +4 -0
- package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts.map +1 -0
- package/dist/Components/Icons/IconProps.d.ts +5 -0
- package/dist/Components/Icons/IconProps.d.ts.map +1 -0
- package/dist/Components/Icons/MathAndFinance/XIcon/XIcon.d.ts +4 -0
- package/dist/Components/Icons/MathAndFinance/XIcon/XIcon.d.ts.map +1 -0
- package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts.map +1 -0
- package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts.map +1 -0
- package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts.map +1 -0
- package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +4 -0
- package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts.map +1 -0
- package/dist/Components/Icons/Time/Clock/Clock.d.ts +4 -0
- package/dist/Components/Icons/Time/Clock/Clock.d.ts.map +1 -0
- package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts +3 -0
- package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts.map +1 -0
- package/dist/Components/Layout/Header/Header.d.ts +4 -0
- package/dist/Components/Layout/Header/Header.d.ts.map +1 -0
- package/dist/Components/Layout/Header/Header.stories.d.ts +40 -0
- package/dist/Components/Layout/Header/Header.stories.d.ts.map +1 -0
- package/dist/Components/Layout/Header/HeaderLeft.d.ts +4 -0
- package/dist/Components/Layout/Header/HeaderLeft.d.ts.map +1 -0
- package/dist/Components/Layout/Header/HeaderLeftProps.d.ts +7 -0
- package/dist/Components/Layout/Header/HeaderLeftProps.d.ts.map +1 -0
- package/dist/Components/Layout/Header/HeaderProps.d.ts +7 -0
- package/dist/Components/Layout/Header/HeaderProps.d.ts.map +1 -0
- package/dist/Components/Layout/Header/HeaderRight.d.ts +4 -0
- package/dist/Components/Layout/Header/HeaderRight.d.ts.map +1 -0
- package/dist/Components/Layout/Header/HeaderRightProps.d.ts +9 -0
- package/dist/Components/Layout/Header/HeaderRightProps.d.ts.map +1 -0
- package/dist/Components/Layout/Pagination/Pagination.d.ts +3 -0
- package/dist/Components/Layout/Pagination/Pagination.d.ts.map +1 -0
- package/dist/Components/Layout/Pagination/PaginationFirst.d.ts +3 -0
- package/dist/Components/Layout/Pagination/PaginationFirst.d.ts.map +1 -0
- package/dist/Components/Layout/Pagination/PaginationLast.d.ts +3 -0
- package/dist/Components/Layout/Pagination/PaginationLast.d.ts.map +1 -0
- package/dist/Components/Layout/Pagination/PaginationNext.d.ts +3 -0
- package/dist/Components/Layout/Pagination/PaginationNext.d.ts.map +1 -0
- package/dist/Components/Layout/Pagination/PaginationNumber.d.ts +3 -0
- package/dist/Components/Layout/Pagination/PaginationNumber.d.ts.map +1 -0
- package/dist/Components/Layout/Pagination/PaginationPrevious.d.ts +3 -0
- package/dist/Components/Layout/Pagination/PaginationPrevious.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.d.ts +4 -0
- package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.stories.d.ts +14 -0
- package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.stories.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileAvatar/ProfileAvatarProps.d.ts +9 -0
- package/dist/Components/Layout/ProfileAvatar/ProfileAvatarProps.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.d.ts +4 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.stories.d.ts +76 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.stories.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileDropdownProps.d.ts +7 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileDropdownProps.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileHeader.d.ts +4 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileHeader.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileHeaderProps.d.ts +8 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileHeaderProps.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileLink.d.ts +4 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileLink.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileLinkProps.d.ts +6 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileLinkProps.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileLinks.d.ts +4 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileLinks.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileLinksProps.d.ts +6 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileLinksProps.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItem.d.ts +4 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItem.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.d.ts +9 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanel.d.ts +4 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanel.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.d.ts +9 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUser.d.ts +4 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUser.d.ts.map +1 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUserProps.d.ts +7 -0
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUserProps.d.ts.map +1 -0
- package/dist/Components/Layout/Sidebar/Sidebar.d.ts +4 -0
- package/dist/Components/Layout/Sidebar/Sidebar.d.ts.map +1 -0
- package/dist/Components/Layout/Sidebar/SidebarChevron.d.ts +4 -0
- package/dist/Components/Layout/Sidebar/SidebarChevron.d.ts.map +1 -0
- package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts +6 -0
- package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts.map +1 -0
- package/dist/Components/Layout/Sidebar/SidebarNavigation.d.ts +4 -0
- package/dist/Components/Layout/Sidebar/SidebarNavigation.d.ts.map +1 -0
- package/dist/Components/Layout/Sidebar/SidebarNavigationItem.d.ts +4 -0
- package/dist/Components/Layout/Sidebar/SidebarNavigationItem.d.ts.map +1 -0
- package/dist/Components/Layout/Sidebar/SidebarNavigationItemProps.d.ts +11 -0
- package/dist/Components/Layout/Sidebar/SidebarNavigationItemProps.d.ts.map +1 -0
- package/dist/Components/Layout/Sidebar/SidebarNavigationProps.d.ts +8 -0
- package/dist/Components/Layout/Sidebar/SidebarNavigationProps.d.ts.map +1 -0
- package/dist/Components/Layout/Sidebar/SidebarProps.d.ts +7 -0
- package/dist/Components/Layout/Sidebar/SidebarProps.d.ts.map +1 -0
- package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts +4 -0
- package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts.map +1 -0
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationItem.d.ts +4 -0
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationItem.d.ts.map +1 -0
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationItemProps.d.ts +11 -0
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationItemProps.d.ts.map +1 -0
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts +9 -0
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts.map +1 -0
- package/dist/Components/Layout/Sidebar/sidebar.stories.d.ts +77 -0
- package/dist/Components/Layout/Sidebar/sidebar.stories.d.ts.map +1 -0
- package/dist/export.d.ts +3 -0
- package/dist/export.d.ts.map +1 -0
- package/dist/image/logo-small.svg +4 -0
- package/dist/image/logo.svg +26 -0
- package/dist/image/table-image.png +0 -0
- package/dist/index.cjs +31 -0
- package/dist/index.iife.js +31 -0
- package/dist/index.js +1869 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +26 -6
- package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.tsx +1 -1
- package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.tsx +3 -1
- package/src/Components/DataDisplay/Media/Media.tsx +47 -47
- package/src/Components/DataDisplay/Media/MediaProps.tsx +9 -9
- package/src/Components/DataDisplay/NotificationsBell/NotificationsBellProps.tsx +9 -9
- package/src/Components/DataDisplay/NotificationsBell/notificationBell.module.scss +3 -3
- package/src/Components/DataDisplay/export.ts +14 -0
- package/src/Components/Form/export.ts +18 -0
- package/src/Components/Icons/MathAndFinance/XIcon/XIcon.tsx +107 -107
- package/src/Components/Layout/Header/Header.stories.tsx +56 -0
- package/src/Components/Layout/Header/Header.tsx +10 -1
- package/src/Components/Layout/Header/HeaderLeft.tsx +14 -1
- package/src/Components/Layout/Header/HeaderLeftProps.tsx +8 -0
- package/src/Components/Layout/Header/HeaderProps.tsx +8 -0
- package/src/Components/Layout/Header/HeaderRight.tsx +17 -1
- package/src/Components/Layout/Header/HeaderRightProps.ts +10 -0
- package/src/Components/Layout/Header/header.module.scss +53 -0
- package/src/Components/Layout/ProfileAvatar/profileAvatar.module.scss +1 -1
- package/src/Components/Layout/Sidebar/Sidebar.tsx +10 -1
- package/src/Components/Layout/Sidebar/SidebarChevron.tsx +15 -1
- package/src/Components/Layout/Sidebar/SidebarChevronProps.tsx +7 -0
- package/src/Components/Layout/Sidebar/SidebarNavigation.tsx +10 -1
- package/src/Components/Layout/Sidebar/SidebarNavigationItem.tsx +40 -1
- package/src/Components/Layout/Sidebar/SidebarNavigationItemProps.tsx +12 -0
- package/src/Components/Layout/Sidebar/SidebarNavigationProps.tsx +9 -0
- package/src/Components/Layout/Sidebar/SidebarProps.tsx +8 -0
- package/src/Components/Layout/Sidebar/SidebarSubNavigation.tsx +20 -5
- package/src/Components/Layout/Sidebar/SidebarSubNavigationItem.tsx +20 -0
- package/src/Components/Layout/Sidebar/SidebarSubNavigationItemProps.tsx +12 -0
- package/src/Components/Layout/Sidebar/SidebarSubNavigationProps.tsx +10 -0
- package/src/Components/Layout/Sidebar/sidebar.module.scss +133 -0
- package/src/Components/Layout/Sidebar/sidebar.stories.tsx +71 -0
- package/src/export.ts +2 -0
- package/src/global.scss +11 -1
- package/src/vite-env.d.ts +1 -1
- package/src/Notification/Notification.tsx +0 -83
- package/src/Notification/NotificationInterface.tsx +0 -9
- package/src/Notification/NotificationList.tsx +0 -54
- package/src/Notification/NotificationListHolder.tsx +0 -14
- package/src/Notification/NotificationListHolderInterface.tsx +0 -8
- package/src/Notification/NotificationListInterface.tsx +0 -11
- package/src/Notification/notification.scss +0 -225
- /package/src/Components/Form/CurrencyField/{CurrenctField.stories.tsx → CurrencyField.stories.tsx} +0 -0
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import XIcon from "../Components/Icons/MathAndFinance/XIcon/XIcon.tsx";
|
|
2
|
-
import "./notification.scss";
|
|
3
|
-
import NotificationListInterface from "./NotificationListInterface.tsx";
|
|
4
|
-
|
|
5
|
-
export const NotificationList = ({
|
|
6
|
-
notificationInitials,
|
|
7
|
-
boldText,
|
|
8
|
-
summaryText,
|
|
9
|
-
notificatonItemOnClick,
|
|
10
|
-
regularText,
|
|
11
|
-
extraClass,
|
|
12
|
-
closeOnClick,
|
|
13
|
-
}: NotificationListInterface) => {
|
|
14
|
-
return (
|
|
15
|
-
<>
|
|
16
|
-
<li
|
|
17
|
-
onClick={notificatonItemOnClick}
|
|
18
|
-
className={`notification-list ${extraClass}`}
|
|
19
|
-
>
|
|
20
|
-
<div className={`notification-list__wrapper`}>
|
|
21
|
-
<div className={`notification-list__icon`}>
|
|
22
|
-
<div className={"notification-list-pip"}></div>
|
|
23
|
-
<div
|
|
24
|
-
onClick={closeOnClick}
|
|
25
|
-
className={"notification-list-close-icon"}
|
|
26
|
-
>
|
|
27
|
-
<XIcon />
|
|
28
|
-
</div>
|
|
29
|
-
</div>
|
|
30
|
-
<div className={`notification-list__content`}>
|
|
31
|
-
{notificationInitials && (
|
|
32
|
-
<div className={`notification-list__initial`}>
|
|
33
|
-
<div className={`notification-list__initial-wrapper`}>
|
|
34
|
-
{notificationInitials}
|
|
35
|
-
</div>
|
|
36
|
-
</div>
|
|
37
|
-
)}
|
|
38
|
-
<div className={`notification-list__desc`}>
|
|
39
|
-
<p>
|
|
40
|
-
{boldText && <span className={"bold-text"}>{boldText}</span>}
|
|
41
|
-
{regularText && (
|
|
42
|
-
<span className={"regular-text"}>{regularText}</span>
|
|
43
|
-
)}
|
|
44
|
-
{summaryText && (
|
|
45
|
-
<span className={"summary-text"}>{summaryText}</span>
|
|
46
|
-
)}
|
|
47
|
-
</p>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
</li>
|
|
52
|
-
</>
|
|
53
|
-
);
|
|
54
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import './notification.scss'
|
|
2
|
-
import NotificationListHolderInterface from "./NotificationListHolderInterface.tsx";
|
|
3
|
-
|
|
4
|
-
export const NotificationListHolder = ({ children, title }: NotificationListHolderInterface) => {
|
|
5
|
-
|
|
6
|
-
return <>
|
|
7
|
-
<div className={`notification-holder`}>
|
|
8
|
-
<h6>{title}</h6>
|
|
9
|
-
</div>
|
|
10
|
-
<div>
|
|
11
|
-
{children}
|
|
12
|
-
</div>
|
|
13
|
-
</>
|
|
14
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
interface NotificationListInterface {
|
|
2
|
-
notificationInitials?: string;
|
|
3
|
-
extraClass?: string;
|
|
4
|
-
boldText?:string;
|
|
5
|
-
regularText?:string;
|
|
6
|
-
summaryText?:string;
|
|
7
|
-
notificatonItemOnClick?:() => void;
|
|
8
|
-
closeOnClick?:() => void;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export default NotificationListInterface
|
|
@@ -1,225 +0,0 @@
|
|
|
1
|
-
.notification {
|
|
2
|
-
position: relative;
|
|
3
|
-
padding-right: var(--spacing-2);
|
|
4
|
-
|
|
5
|
-
&-icon {
|
|
6
|
-
display: flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
justify-content: center;
|
|
9
|
-
width: 40px;
|
|
10
|
-
height: 40px;
|
|
11
|
-
cursor: pointer;
|
|
12
|
-
border-radius: 100%;
|
|
13
|
-
|
|
14
|
-
svg {
|
|
15
|
-
width: 24px;
|
|
16
|
-
height: 24px;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&:hover {
|
|
20
|
-
background: var(--color-gray-100);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&.noti-active {
|
|
24
|
-
background: var(--color-gray-200);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
&-dropdown {
|
|
31
|
-
position: absolute;
|
|
32
|
-
top: 100%;
|
|
33
|
-
right: 0;
|
|
34
|
-
min-width: 100%;
|
|
35
|
-
padding-top: 8px;
|
|
36
|
-
|
|
37
|
-
&__header {
|
|
38
|
-
border-bottom: 1px solid var(--color-gray-200);
|
|
39
|
-
|
|
40
|
-
&-wrapper {
|
|
41
|
-
display: flex;
|
|
42
|
-
align-items: center;
|
|
43
|
-
justify-content: space-between;
|
|
44
|
-
padding: var(--spacing-1-1\/2) var(--spacing-2);
|
|
45
|
-
|
|
46
|
-
h5 {
|
|
47
|
-
font-size: var(--font-size-h5);
|
|
48
|
-
font-weight: var(--font-weight-h5);
|
|
49
|
-
line-height: var(--line-height-h5);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.mark-all-action {
|
|
53
|
-
h6 {
|
|
54
|
-
font-size: var(--font-size-body-sm);
|
|
55
|
-
font-weight: var(--font-weight-body-sm);
|
|
56
|
-
line-height: var(--line-height-body-sm);
|
|
57
|
-
cursor: pointer;
|
|
58
|
-
transition: all 0.3s;
|
|
59
|
-
|
|
60
|
-
&:hover {
|
|
61
|
-
text-decoration: underline;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.notification-dropdown__container-list{
|
|
70
|
-
overflow-y: auto;
|
|
71
|
-
max-height: 500px;
|
|
72
|
-
|
|
73
|
-
&.spacing{
|
|
74
|
-
margin-right: 4px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
&::-webkit-scrollbar {
|
|
78
|
-
width: 4px;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&::-webkit-scrollbar-track {
|
|
82
|
-
background: none;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
&::-webkit-scrollbar-thumb {
|
|
86
|
-
border-radius: 2px;
|
|
87
|
-
background: rgba(0, 0, 0, 0.10);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
&::-webkit-scrollbar-thumb:hover {
|
|
91
|
-
background: rgba(0, 0, 0, 0.15);
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
&__list {
|
|
96
|
-
min-height: 70px;
|
|
97
|
-
list-style: none;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
&-dropdown__inner {
|
|
103
|
-
border-radius: 8px;
|
|
104
|
-
width: 100%;
|
|
105
|
-
background: white;
|
|
106
|
-
box-shadow: var(--drop-shadow-default);
|
|
107
|
-
padding: calc(var(--spacing) * 2);
|
|
108
|
-
min-width: 320px;
|
|
109
|
-
max-width: 320px;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.notification-list {
|
|
114
|
-
padding: var(--spacing-1) var(--spacing-2) var(--spacing-1) var(--spacing-3\/4);
|
|
115
|
-
transition:background-color 0.2s linear;
|
|
116
|
-
cursor: pointer;
|
|
117
|
-
|
|
118
|
-
&:hover{
|
|
119
|
-
background: var(--color-gray-100);
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
&:hover .notification-list-pip{
|
|
123
|
-
opacity: 0;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
&:hover .notification-list-close-icon{
|
|
127
|
-
opacity: 1;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
&__wrapper {
|
|
131
|
-
display: flex;
|
|
132
|
-
align-items: center;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
&-pip {
|
|
136
|
-
width: 8px;
|
|
137
|
-
height: 8px;
|
|
138
|
-
border-radius: 100%;
|
|
139
|
-
background: var(--color-primary-500);
|
|
140
|
-
position: absolute;
|
|
141
|
-
top: 50%;
|
|
142
|
-
left: 50%;
|
|
143
|
-
opacity: 1;
|
|
144
|
-
transform: translate(-50%, -50%);
|
|
145
|
-
transition: opacity 0.2s linear;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
&-close-icon{
|
|
149
|
-
display: flex;
|
|
150
|
-
align-items: center;
|
|
151
|
-
justify-content: center;
|
|
152
|
-
opacity: 0;
|
|
153
|
-
|
|
154
|
-
svg{
|
|
155
|
-
width: 12px;
|
|
156
|
-
height: 12px;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
&__icon {
|
|
162
|
-
cursor: pointer;
|
|
163
|
-
position: relative;
|
|
164
|
-
display: flex;
|
|
165
|
-
align-items: center;
|
|
166
|
-
justify-content: center;
|
|
167
|
-
margin-right: var(--spacing-3\/4);
|
|
168
|
-
transition: opacity 0.2s linear;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
&__content{
|
|
172
|
-
display: flex;
|
|
173
|
-
align-items: center;
|
|
174
|
-
justify-content: center;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
&__initial{
|
|
178
|
-
flex-shrink: 1;
|
|
179
|
-
display: flex;
|
|
180
|
-
align-items: center;
|
|
181
|
-
justify-content: center;
|
|
182
|
-
width: 32px;
|
|
183
|
-
height: 32px;
|
|
184
|
-
background: var(--color-primary-700);
|
|
185
|
-
color:var(--color-lite);
|
|
186
|
-
border-radius: 100%;
|
|
187
|
-
margin-right: var(--spacing-3\/4);
|
|
188
|
-
|
|
189
|
-
&-wrapper{
|
|
190
|
-
--font-size-body-sm: 600;
|
|
191
|
-
font-size:var(--font-size-body-sm);
|
|
192
|
-
font-weight:var(--font-weight-body-sm);
|
|
193
|
-
line-height:var(--line-height-body-sm);
|
|
194
|
-
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
&__desc{
|
|
200
|
-
font-size: var(--font-size-body-xsm);
|
|
201
|
-
font-weight: var(--font-size-body-xsm);
|
|
202
|
-
line-height: var(--line-height-body-xsm);
|
|
203
|
-
|
|
204
|
-
.bold-text{
|
|
205
|
-
font-weight: 600;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.summary-text{
|
|
209
|
-
color: var(--color-primary-500);
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.notification-holder{
|
|
217
|
-
padding: var(--spacing-1-1\/2) var(--spacing-2) var(--spacing-1\/2) var(--spacing-2);
|
|
218
|
-
h6{
|
|
219
|
-
color: var(--color-gray-600);
|
|
220
|
-
font-size: 12px;
|
|
221
|
-
font-style: normal;
|
|
222
|
-
font-weight: 600;
|
|
223
|
-
line-height: 22px;
|
|
224
|
-
}
|
|
225
|
-
}
|
/package/src/Components/Form/CurrencyField/{CurrenctField.stories.tsx → CurrencyField.stories.tsx}
RENAMED
|
File without changes
|