@bbl-digital/snorre 4.0.76 → 4.0.78
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/bundle.js +697 -469
- package/esm/app-shell/index.js +1 -2
- package/esm/core/Alert/index.js +1 -2
- package/esm/core/AppLoader/index.js +1 -2
- package/esm/core/Autocomplete/Autocomplete.stories.js +1 -2
- package/esm/core/Autocomplete/index.js +1 -3
- package/esm/core/Banner/index.js +1 -2
- package/esm/core/BarAndLineComposedChart/index.js +1 -2
- package/esm/core/BarChartWithCustomizedEvent/index.js +1 -2
- package/esm/core/Box/index.js +1 -2
- package/esm/core/BoxedTable/BoxedTable.stories.js +1 -2
- package/esm/core/BoxedTable/DraggableRow/index.js +1 -2
- package/esm/core/BoxedTable/TableRow/index.js +1 -2
- package/esm/core/BoxedTable/index.js +1 -2
- package/esm/core/Calendar/CalendarEvent/index.js +1 -2
- package/esm/core/Calendar/CalendarSmallEvent/index.js +1 -2
- package/esm/core/Calendar/index.js +1 -2
- package/esm/core/Card/Card.stories.js +1 -2
- package/esm/core/Checkbox/index.js +1 -2
- package/esm/core/CollapseList/CollapseList.stories.js +1 -2
- package/esm/core/CollapseList/Item.js +1 -3
- package/esm/core/CommentsTimeline/CommentLine/index.js +1 -2
- package/esm/core/CommentsTimeline/CommentsTimeline.stories.js +1 -2
- package/esm/core/Datepicker/index.js +1 -3
- package/esm/core/DatepickerRange/index.js +2 -2
- package/esm/core/Dropdown/index.js +1 -2
- package/esm/core/DropdownMenu/DropdownMenu.stories.js +1 -3
- package/esm/core/DropdownMenu/index.js +1 -2
- package/esm/core/Editor/Editor.stories.js +1 -0
- package/esm/core/Editor/index.js +1 -2
- package/esm/core/EditorQuillReact/config.js +4 -1
- package/esm/core/EditorQuillReact/index.js +3 -4
- package/esm/core/FileInput/index.js +1 -2
- package/esm/core/GoogleButton/index.js +1 -2
- package/esm/core/Html/Html.stories.js +1 -2
- package/esm/core/ImagePicker/UploadButton.js +1 -2
- package/esm/core/ImagePicker/index.js +1 -2
- package/esm/core/ImageViewer/index.js +1 -2
- package/esm/core/InfoButton/index.js +1 -2
- package/esm/core/Input/index.js +1 -2
- package/esm/core/Link/index.js +1 -2
- package/esm/core/List/List.stories.js +1 -3
- package/esm/core/ListPager/index.js +1 -2
- package/esm/core/MediaCarousel/index.js +1 -2
- package/esm/core/Modal/Modal.stories.js +1 -2
- package/esm/core/Modal/index.js +1 -2
- package/esm/core/NoticeCard/index.js +1 -3
- package/esm/core/NoticeCard/privateComponents/NoticeAttachmentBlock/index.js +1 -2
- package/esm/core/NoticeCard/privateComponents/NoticeMetaInfo/index.js +1 -2
- package/esm/core/NotificationsMenu/NotificationRow/index.js +1 -2
- package/esm/core/NotificationsMenu/NotificationsMenu.stories.js +1 -3
- package/esm/core/NotificationsMenu/index.js +1 -2
- package/esm/core/PieChart/ActiveShape/index.js +1 -2
- package/esm/core/PieChart/index.js +1 -2
- package/esm/core/PieChart/renderTextContent/index.js +1 -2
- package/esm/core/PreemptionCard/index.js +1 -2
- package/esm/core/PreemptionCardLoading/index.js +1 -2
- package/esm/core/QuillEditor/Attributors/IndentAttributor.js +16 -0
- package/esm/core/QuillEditor/QuillEditor.stories.js +55 -0
- package/esm/core/QuillEditor/config.js +28 -0
- package/esm/core/QuillEditor/index.js +159 -0
- package/esm/core/QuillEditor/models.js +1 -0
- package/esm/core/QuillEditor/styles.js +34 -0
- package/esm/core/Radio/Radio.stories.js +1 -2
- package/esm/core/Radio/index.js +1 -2
- package/esm/core/SearchFilter/SearchFilter.stories.js +1 -2
- package/esm/core/SearchFilter/index.js +1 -3
- package/esm/core/SearchSelect/index.js +1 -3
- package/esm/core/Select/Select.stories.js +1 -2
- package/esm/core/Select/index.js +1 -2
- package/esm/core/SimpleBarChart/index.js +1 -2
- package/esm/core/SimpleLineChart/index.js +1 -2
- package/esm/core/Stepper/MobileStep/index.js +1 -2
- package/esm/core/Stepper/Step/index.js +1 -2
- package/esm/core/Stepper/index.js +1 -3
- package/esm/core/TabBar/TabBar.stories.js +1 -2
- package/esm/core/TabBar/TabItem/index.js +1 -2
- package/esm/core/TabNav/TabNav.stories.js +1 -2
- package/esm/core/TabNav/TabNavItem/index.js +1 -2
- package/esm/core/TabNav/index.js +1 -2
- package/esm/core/Table/Table.stories.js +1 -2
- package/esm/core/Tag/index.js +1 -3
- package/esm/core/Textarea/index.js +1 -2
- package/esm/core/Timeline/Timeline.stories.js +1 -2
- package/esm/core/Timeline/TimelineStep/index.js +1 -2
- package/esm/core/Timepicker/index.js +1 -2
- package/esm/core/Tooltip/index.js +1 -2
- package/esm/core/UserMenu/UserMenu.stories.js +1 -2
- package/esm/core/UserMenu/index.js +1 -2
- package/esm/core/YearWheel/index.js +1 -2
- package/esm/core/private/ButtonOrLink.js +1 -2
- package/esm/icons/General/IconAuditorFilled.js +1 -2
- package/esm/icons/General/IconAuditorOutline.js +1 -2
- package/esm/icons/General/IconCamera.js +1 -2
- package/esm/icons/General/IconCases.js +1 -2
- package/esm/icons/General/IconDocument.js +1 -2
- package/esm/icons/General/IconDocumentFilled.js +1 -2
- package/esm/icons/General/IconFillOut.js +1 -2
- package/esm/icons/General/IconHomeFilled.js +1 -2
- package/esm/icons/General/IconHomeOutline.js +1 -2
- package/esm/icons/General/IconHouseBlockFilled.js +1 -2
- package/esm/icons/General/IconHouseBlockOutline.js +1 -2
- package/esm/icons/General/IconImage.js +1 -2
- package/esm/icons/General/IconJanitorFilled.js +1 -2
- package/esm/icons/General/IconJanitorOutline.js +1 -2
- package/esm/icons/General/IconLeafFilled.js +1 -2
- package/esm/icons/General/IconLeafOutline.js +1 -2
- package/esm/icons/General/IconRearrange.js +1 -2
- package/esm/icons/Icon.stories.js +1 -2
- package/esm/icons/Logos/IconBankAxept.js +1 -2
- package/esm/icons/Logos/IconGmail.js +1 -2
- package/esm/icons/Logos/IconMasterCard.js +1 -2
- package/esm/icons/Logos/IconOffice365.js +1 -2
- package/esm/icons/Logos/IconVisa.js +1 -2
- package/esm/illustrations/Backgrounds/IllustrationHousesBackground.js +1 -2
- package/esm/illustrations/Backgrounds/IllustrationHousesBackgroundWithComposition.js +1 -2
- package/esm/illustrations/General/IllustrationBudget.js +1 -2
- package/esm/illustrations/General/IllustrationError.js +1 -2
- package/esm/illustrations/General/IllustrationErrorGeneric.js +1 -2
- package/esm/illustrations/General/IllustrationHighHouse.js +1 -2
- package/esm/illustrations/General/IllustrationHighHouseComposition.js +1 -2
- package/esm/illustrations/General/IllustrationHouse.js +1 -2
- package/esm/illustrations/General/IllustrationHouseComposition.js +1 -2
- package/esm/illustrations/General/IllustrationHouseMissing.js +1 -2
- package/esm/illustrations/General/IllustrationLowHouse.js +1 -2
- package/esm/illustrations/General/IllustrationLowHouseComposition.js +1 -2
- package/esm/illustrations/General/IllustrationPaperCompleted.js +1 -2
- package/esm/illustrations/General/IllustrationPaperMissing.js +1 -2
- package/esm/illustrations/General/IllustrationSemiDetachedHouse.js +1 -2
- package/esm/illustrations/General/IllustrationSemiDetachedHouseComposition.js +1 -2
- package/esm/illustrations/General/IllustrationServiceMessage.js +1 -2
- package/esm/illustrations/General/IllustrationSmallHouse.js +1 -2
- package/esm/illustrations/General/IllustrationSmallHouseComposition.js +1 -2
- package/esm/illustrations/General/IllustrationTechninalDifficulties.js +1 -2
- package/esm/illustrations/General/IllustrationTerraceBlock.js +1 -2
- package/esm/illustrations/General/IllustrationTerraceBlockComposition.js +1 -2
- package/esm/illustrations/General/IllustrationTownHouse.js +1 -2
- package/esm/illustrations/General/IllustrationTownHouseComposition.js +1 -2
- package/esm/illustrations/Illustration.stories.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteAssociation.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteBenefits.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteBuilding.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteCoffeeBook.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteComputer.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteCooperative.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteDashboard.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteGift.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteLetterSent.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteMailbox.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySitePapers.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySitePiggyBank.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteTransfer.js +1 -2
- package/esm/index.js +2 -1
- package/esm/layout/Footer/Footer.stories.js +1 -2
- package/esm/layout/LayoutShell/index.js +1 -2
- package/esm/layout/Menu/AppPicker/index.js +1 -2
- package/esm/layout/Menu/MenuItem/index.js +1 -2
- package/esm/layout/Menu/MenuTop/index.js +1 -2
- package/esm/layout/Menu/SecondaryMenu/index.js +1 -2
- package/esm/layout/Menu/SecondaryMenuItem/index.js +1 -2
- package/esm/layout/Menu/Sidemenu.stories.js +1 -2
- package/esm/layout/Submenu/Submenu.stories.js +1 -2
- package/esm/layout/Submenu/SubmenuLightThemeBg/index.js +1 -2
- package/esm/layout/Submenu/index.js +1 -2
- package/esm/shared/recharts/CustomLegend/index.js +1 -2
- package/esm/shared/recharts/CustomTooltip/index.js +1 -2
- package/lib/app-shell/index.js +1 -2
- package/lib/app-shell/theme.d.ts +1 -1
- package/lib/app-shell/theme.d.ts.map +1 -1
- package/lib/core/Alert/Alert.stories.d.ts +1 -1
- package/lib/core/Alert/Alert.stories.d.ts.map +1 -1
- package/lib/core/Alert/index.js +1 -2
- package/lib/core/Alert/styles.d.ts +6 -6
- package/lib/core/AppLoader/AppLoader.stories.d.ts +1 -1
- package/lib/core/AppLoader/AppLoader.stories.d.ts.map +1 -1
- package/lib/core/AppLoader/index.js +1 -2
- package/lib/core/AppLoader/styles.d.ts +1 -1
- package/lib/core/Autocomplete/Autocomplete.stories.d.ts +0 -1
- package/lib/core/Autocomplete/Autocomplete.stories.d.ts.map +1 -1
- package/lib/core/Autocomplete/Autocomplete.stories.js +1 -2
- package/lib/core/Autocomplete/hooks/useAutocomplete.d.ts +0 -1
- package/lib/core/Autocomplete/hooks/useAutocomplete.d.ts.map +1 -1
- package/lib/core/Autocomplete/hooks/useHandleDimentions.d.ts +0 -1
- package/lib/core/Autocomplete/hooks/useHandleDimentions.d.ts.map +1 -1
- package/lib/core/Autocomplete/index.d.ts +1 -1
- package/lib/core/Autocomplete/index.d.ts.map +1 -1
- package/lib/core/Autocomplete/index.js +1 -3
- package/lib/core/Autocomplete/styles.d.ts +48 -49
- package/lib/core/Autocomplete/styles.d.ts.map +1 -1
- package/lib/core/Banner/Banner.stories.d.ts +1 -1
- package/lib/core/Banner/Banner.stories.d.ts.map +1 -1
- package/lib/core/Banner/index.js +1 -2
- package/lib/core/Banner/styles.d.ts +8 -9
- package/lib/core/Banner/styles.d.ts.map +1 -1
- package/lib/core/BarAndLineComposedChart/BarAndLineComposedChart.stories.d.ts +2 -2
- package/lib/core/BarAndLineComposedChart/BarAndLineComposedChart.stories.d.ts.map +1 -1
- package/lib/core/BarAndLineComposedChart/index.js +1 -2
- package/lib/core/BarAndLineComposedChart/styles.d.ts +2 -3
- package/lib/core/BarAndLineComposedChart/styles.d.ts.map +1 -1
- package/lib/core/BarChartWithCustomizedEvent/BarChartWithCustomizedEvent.stories.d.ts +2 -2
- package/lib/core/BarChartWithCustomizedEvent/BarChartWithCustomizedEvent.stories.d.ts.map +1 -1
- package/lib/core/BarChartWithCustomizedEvent/index.js +1 -2
- package/lib/core/BarChartWithCustomizedEvent/styles.d.ts +2 -3
- package/lib/core/BarChartWithCustomizedEvent/styles.d.ts.map +1 -1
- package/lib/core/Box/Box.stories.d.ts +1 -1
- package/lib/core/Box/Box.stories.d.ts.map +1 -1
- package/lib/core/Box/index.d.ts +1 -1
- package/lib/core/Box/index.d.ts.map +1 -1
- package/lib/core/Box/index.js +1 -2
- package/lib/core/Box/styles.d.ts +39 -40
- package/lib/core/Box/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/BoxedTable.stories.d.ts +2 -2
- package/lib/core/BoxedTable/BoxedTable.stories.d.ts.map +1 -1
- package/lib/core/BoxedTable/BoxedTable.stories.js +1 -2
- package/lib/core/BoxedTable/DraggableRow/index.js +1 -2
- package/lib/core/BoxedTable/DraggableRow/styles.d.ts +10 -11
- package/lib/core/BoxedTable/DraggableRow/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/HeaderCell/styles.d.ts +1 -2
- package/lib/core/BoxedTable/HeaderCell/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/RowCell/styles.d.ts +8 -9
- package/lib/core/BoxedTable/RowCell/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/TableHeader/styles.d.ts +2 -3
- package/lib/core/BoxedTable/TableHeader/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/TableRow/index.js +1 -2
- package/lib/core/BoxedTable/TableRow/styles.d.ts +12 -13
- package/lib/core/BoxedTable/TableRow/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/index.js +1 -2
- package/lib/core/BoxedTable/styles.d.ts +2 -3
- package/lib/core/BoxedTable/styles.d.ts.map +1 -1
- package/lib/core/Button/Button.stories.d.ts +1 -1
- package/lib/core/Button/Button.stories.d.ts.map +1 -1
- package/lib/core/Button/index.d.ts +31 -31
- package/lib/core/Button/index.d.ts.map +1 -1
- package/lib/core/Button/styles.d.ts +18 -19
- package/lib/core/Button/styles.d.ts.map +1 -1
- package/lib/core/Calendar/Calendar.stories.d.ts +2 -2
- package/lib/core/Calendar/Calendar.stories.d.ts.map +1 -1
- package/lib/core/Calendar/CalendarEvent/index.js +1 -2
- package/lib/core/Calendar/CalendarEvent/styles.d.ts +8 -9
- package/lib/core/Calendar/CalendarEvent/styles.d.ts.map +1 -1
- package/lib/core/Calendar/CalendarSmallEvent/index.js +1 -2
- package/lib/core/Calendar/CalendarSmallEvent/styles.d.ts +8 -9
- package/lib/core/Calendar/CalendarSmallEvent/styles.d.ts.map +1 -1
- package/lib/core/Calendar/index.js +1 -2
- package/lib/core/Calendar/styles.d.ts +9 -10
- package/lib/core/Calendar/styles.d.ts.map +1 -1
- package/lib/core/Card/Card.stories.d.ts +1 -2
- package/lib/core/Card/Card.stories.d.ts.map +1 -1
- package/lib/core/Card/Card.stories.js +1 -2
- package/lib/core/Card/index.d.ts +12 -12
- package/lib/core/Card/index.d.ts.map +1 -1
- package/lib/core/Card/styles.d.ts +11 -11
- package/lib/core/Checkbox/Checkbox.stories.d.ts +1 -1
- package/lib/core/Checkbox/Checkbox.stories.d.ts.map +1 -1
- package/lib/core/Checkbox/index.js +1 -2
- package/lib/core/Checkbox/styles.d.ts +5 -5
- package/lib/core/Checkbox/styles.d.ts.map +1 -1
- package/lib/core/CollapseList/CollapseList.stories.d.ts +1 -1
- package/lib/core/CollapseList/CollapseList.stories.d.ts.map +1 -1
- package/lib/core/CollapseList/CollapseList.stories.js +1 -2
- package/lib/core/CollapseList/Item.js +1 -3
- package/lib/core/CollapseList/styles.d.ts +32 -33
- package/lib/core/CollapseList/styles.d.ts.map +1 -1
- package/lib/core/CommentsTimeline/CommentLine/index.js +1 -2
- package/lib/core/CommentsTimeline/CommentLine/styles.d.ts +6 -7
- package/lib/core/CommentsTimeline/CommentLine/styles.d.ts.map +1 -1
- package/lib/core/CommentsTimeline/CommentsTimeline.stories.d.ts +1 -1
- package/lib/core/CommentsTimeline/CommentsTimeline.stories.d.ts.map +1 -1
- package/lib/core/CommentsTimeline/CommentsTimeline.stories.js +1 -2
- package/lib/core/CommentsTimeline/styles.d.ts +2 -3
- package/lib/core/CommentsTimeline/styles.d.ts.map +1 -1
- package/lib/core/CustomText/CustomText.stories.d.ts +1 -1
- package/lib/core/CustomText/CustomText.stories.d.ts.map +1 -1
- package/lib/core/CustomText/styles.d.ts +3 -4
- package/lib/core/CustomText/styles.d.ts.map +1 -1
- package/lib/core/Datepicker/Datepicker.stories.d.ts +1 -2
- package/lib/core/Datepicker/Datepicker.stories.d.ts.map +1 -1
- package/lib/core/Datepicker/index.js +1 -3
- package/lib/core/Datepicker/styles.d.ts +14 -25
- package/lib/core/Datepicker/styles.d.ts.map +1 -1
- package/lib/core/DatepickerRange/DatepickerRange.stories.d.ts +1 -1
- package/lib/core/DatepickerRange/DatepickerRange.stories.d.ts.map +1 -1
- package/lib/core/DatepickerRange/index.d.ts +0 -1
- package/lib/core/DatepickerRange/index.d.ts.map +1 -1
- package/lib/core/DatepickerRange/index.js +2 -2
- package/lib/core/DatepickerRange/styles.d.ts +14 -15
- package/lib/core/DatepickerRange/styles.d.ts.map +1 -1
- package/lib/core/Divider/styles.d.ts +5 -5
- package/lib/core/Dropdown/Dropdown.stories.d.ts +1 -1
- package/lib/core/Dropdown/Dropdown.stories.d.ts.map +1 -1
- package/lib/core/Dropdown/index.js +1 -2
- package/lib/core/Dropdown/styles.d.ts +3 -3
- package/lib/core/DropdownMenu/DropdownMenu.stories.d.ts +1 -1
- package/lib/core/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -1
- package/lib/core/DropdownMenu/DropdownMenu.stories.js +1 -3
- package/lib/core/DropdownMenu/index.js +1 -2
- package/lib/core/DropdownMenu/styles.d.ts +5 -6
- package/lib/core/DropdownMenu/styles.d.ts.map +1 -1
- package/lib/core/Editor/Editor.stories.d.ts +1 -1
- package/lib/core/Editor/Editor.stories.d.ts.map +1 -1
- package/lib/core/Editor/Editor.stories.js +1 -0
- package/lib/core/Editor/index.js +1 -2
- package/lib/core/Editor/styles.d.ts +6 -7
- package/lib/core/Editor/styles.d.ts.map +1 -1
- package/lib/core/EditorQuillReact/EditorQuillReact.stories.d.ts +1 -1
- package/lib/core/EditorQuillReact/EditorQuillReact.stories.d.ts.map +1 -1
- package/lib/core/EditorQuillReact/IndentAttributor.d.ts.map +1 -1
- package/lib/core/EditorQuillReact/config.d.ts +11 -0
- package/lib/core/EditorQuillReact/config.d.ts.map +1 -1
- package/lib/core/EditorQuillReact/config.js +4 -1
- package/lib/core/EditorQuillReact/index.d.ts +1 -1
- package/lib/core/EditorQuillReact/index.d.ts.map +1 -1
- package/lib/core/EditorQuillReact/index.js +3 -4
- package/lib/core/EditorQuillReact/styles.d.ts +5 -6
- package/lib/core/EditorQuillReact/styles.d.ts.map +1 -1
- package/lib/core/FileInput/FileInput.stories.d.ts +1 -1
- package/lib/core/FileInput/FileInput.stories.d.ts.map +1 -1
- package/lib/core/FileInput/index.js +1 -2
- package/lib/core/FileInput/styles.d.ts +55 -56
- package/lib/core/FileInput/styles.d.ts.map +1 -1
- package/lib/core/GoogleButton/GoogleButton.stories.d.ts +1 -1
- package/lib/core/GoogleButton/GoogleButton.stories.d.ts.map +1 -1
- package/lib/core/GoogleButton/index.d.ts +1 -1
- package/lib/core/GoogleButton/index.d.ts.map +1 -1
- package/lib/core/GoogleButton/index.js +1 -2
- package/lib/core/GoogleButton/styles.d.ts +2 -3
- package/lib/core/GoogleButton/styles.d.ts.map +1 -1
- package/lib/core/Header/Header.stories.d.ts +1 -1
- package/lib/core/Header/Header.stories.d.ts.map +1 -1
- package/lib/core/Header/styles.d.ts +7 -7
- package/lib/core/HighlightText/HighlightText.stories.d.ts +1 -1
- package/lib/core/HighlightText/HighlightText.stories.d.ts.map +1 -1
- package/lib/core/HighlightText/styles.d.ts +2 -3
- package/lib/core/HighlightText/styles.d.ts.map +1 -1
- package/lib/core/Html/Html.stories.d.ts +1 -1
- package/lib/core/Html/Html.stories.d.ts.map +1 -1
- package/lib/core/Html/Html.stories.js +1 -2
- package/lib/core/Html/styles.d.ts +6 -6
- package/lib/core/Image/Image.stories.d.ts +1 -1
- package/lib/core/Image/Image.stories.d.ts.map +1 -1
- package/lib/core/Image/styles.d.ts +6 -6
- package/lib/core/ImagePicker/IconWithBackground.d.ts +1 -1
- package/lib/core/ImagePicker/IconWithBackground.d.ts.map +1 -1
- package/lib/core/ImagePicker/ImagePicker.stories.d.ts +1 -1
- package/lib/core/ImagePicker/ImagePicker.stories.d.ts.map +1 -1
- package/lib/core/ImagePicker/UploadButton.d.ts +1 -1
- package/lib/core/ImagePicker/UploadButton.d.ts.map +1 -1
- package/lib/core/ImagePicker/UploadButton.js +1 -2
- package/lib/core/ImagePicker/index.d.ts +1 -1
- package/lib/core/ImagePicker/index.d.ts.map +1 -1
- package/lib/core/ImagePicker/index.js +1 -2
- package/lib/core/ImagePicker/styles.d.ts +11 -11
- package/lib/core/ImageViewer/ImageViewer.stories.d.ts +1 -1
- package/lib/core/ImageViewer/ImageViewer.stories.d.ts.map +1 -1
- package/lib/core/ImageViewer/index.d.ts +1 -1
- package/lib/core/ImageViewer/index.d.ts.map +1 -1
- package/lib/core/ImageViewer/index.js +1 -2
- package/lib/core/ImageViewer/styles.d.ts +6 -6
- package/lib/core/InfoButton/InfoButton.stories.d.ts +1 -1
- package/lib/core/InfoButton/InfoButton.stories.d.ts.map +1 -1
- package/lib/core/InfoButton/index.js +1 -2
- package/lib/core/InfoButton/styles.d.ts +41 -42
- package/lib/core/InfoButton/styles.d.ts.map +1 -1
- package/lib/core/Input/Input.stories.d.ts +1 -1
- package/lib/core/Input/Input.stories.d.ts.map +1 -1
- package/lib/core/Input/index.d.ts +1 -1
- package/lib/core/Input/index.d.ts.map +1 -1
- package/lib/core/Input/index.js +1 -2
- package/lib/core/Input/styles.d.ts +19 -19
- package/lib/core/Input/styles.d.ts.map +1 -1
- package/lib/core/Link/Link.stories.d.ts +1 -1
- package/lib/core/Link/Link.stories.d.ts.map +1 -1
- package/lib/core/Link/index.d.ts +1 -1
- package/lib/core/Link/index.d.ts.map +1 -1
- package/lib/core/Link/index.js +1 -2
- package/lib/core/Link/styles.d.ts +11 -12
- package/lib/core/Link/styles.d.ts.map +1 -1
- package/lib/core/List/List.stories.d.ts +1 -1
- package/lib/core/List/List.stories.d.ts.map +1 -1
- package/lib/core/List/List.stories.js +1 -3
- package/lib/core/List/index.d.ts +1 -1
- package/lib/core/List/index.d.ts.map +1 -1
- package/lib/core/List/styles.d.ts +11 -11
- package/lib/core/ListPager/ListPager.stories.d.ts +1 -1
- package/lib/core/ListPager/ListPager.stories.d.ts.map +1 -1
- package/lib/core/ListPager/index.js +1 -2
- package/lib/core/ListPager/styles.d.ts +5 -6
- package/lib/core/ListPager/styles.d.ts.map +1 -1
- package/lib/core/MediaCarousel/MediaCarousel.stories.d.ts +1 -1
- package/lib/core/MediaCarousel/MediaCarousel.stories.d.ts.map +1 -1
- package/lib/core/MediaCarousel/index.d.ts +2 -2
- package/lib/core/MediaCarousel/index.d.ts.map +1 -1
- package/lib/core/MediaCarousel/index.js +1 -2
- package/lib/core/MediaCarousel/styles.d.ts +11 -12
- package/lib/core/MediaCarousel/styles.d.ts.map +1 -1
- package/lib/core/Modal/ActionButtons/index.d.ts +1 -1
- package/lib/core/Modal/ActionButtons/index.d.ts.map +1 -1
- package/lib/core/Modal/Modal.stories.d.ts +1 -1
- package/lib/core/Modal/Modal.stories.d.ts.map +1 -1
- package/lib/core/Modal/Modal.stories.js +1 -2
- package/lib/core/Modal/index.d.ts +2 -2
- package/lib/core/Modal/index.js +1 -2
- package/lib/core/Modal/styles.d.ts +14 -15
- package/lib/core/Modal/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/NoticeCard.stories.d.ts +2 -2
- package/lib/core/NoticeCard/NoticeCard.stories.d.ts.map +1 -1
- package/lib/core/NoticeCard/index.js +1 -3
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/index.js +1 -2
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.d.ts +6 -7
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.d.ts +2 -3
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/index.js +1 -2
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.d.ts +6 -7
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/styles.d.ts +8 -9
- package/lib/core/NoticeCard/styles.d.ts.map +1 -1
- package/lib/core/NotificationCounter/NotificationCounter.stories.d.ts +2 -2
- package/lib/core/NotificationCounter/NotificationCounter.stories.d.ts.map +1 -1
- package/lib/core/NotificationCounter/styles.d.ts +1 -1
- package/lib/core/NotificationCounter/styles.d.ts.map +1 -1
- package/lib/core/NotificationsMenu/NotificationRow/index.d.ts +1 -1
- package/lib/core/NotificationsMenu/NotificationRow/index.d.ts.map +1 -1
- package/lib/core/NotificationsMenu/NotificationRow/index.js +1 -2
- package/lib/core/NotificationsMenu/NotificationRow/styles.d.ts +36 -37
- package/lib/core/NotificationsMenu/NotificationRow/styles.d.ts.map +1 -1
- package/lib/core/NotificationsMenu/NotificationsMenu.stories.d.ts +1 -1
- package/lib/core/NotificationsMenu/NotificationsMenu.stories.d.ts.map +1 -1
- package/lib/core/NotificationsMenu/NotificationsMenu.stories.js +1 -3
- package/lib/core/NotificationsMenu/index.js +1 -2
- package/lib/core/NotificationsMenu/styles.d.ts +7 -8
- package/lib/core/NotificationsMenu/styles.d.ts.map +1 -1
- package/lib/core/PieChart/ActiveShape/index.js +1 -2
- package/lib/core/PieChart/PieChart.stories.d.ts +2 -2
- package/lib/core/PieChart/PieChart.stories.d.ts.map +1 -1
- package/lib/core/PieChart/index.js +1 -2
- package/lib/core/PieChart/renderTextContent/index.d.ts +1 -1
- package/lib/core/PieChart/renderTextContent/index.d.ts.map +1 -1
- package/lib/core/PieChart/renderTextContent/index.js +1 -2
- package/lib/core/PieChart/styles.d.ts +4 -5
- package/lib/core/PieChart/styles.d.ts.map +1 -1
- package/lib/core/PreemptionCard/PreemptionCard.stories.d.ts +1 -1
- package/lib/core/PreemptionCard/PreemptionCard.stories.d.ts.map +1 -1
- package/lib/core/PreemptionCard/index.js +1 -2
- package/lib/core/PreemptionCard/styles.d.ts +4 -5
- package/lib/core/PreemptionCard/styles.d.ts.map +1 -1
- package/lib/core/PreemptionCardLoading/PreemptionCardLoading.stories.d.ts +2 -2
- package/lib/core/PreemptionCardLoading/PreemptionCardLoading.stories.d.ts.map +1 -1
- package/lib/core/PreemptionCardLoading/index.js +1 -2
- package/lib/core/PreemptionCardLoading/styles.d.ts +6 -7
- package/lib/core/PreemptionCardLoading/styles.d.ts.map +1 -1
- package/lib/core/QuillEditor/Attributors/IndentAttributor.d.ts +7 -0
- package/lib/core/QuillEditor/Attributors/IndentAttributor.d.ts.map +1 -0
- package/lib/core/QuillEditor/Attributors/IndentAttributor.js +16 -0
- package/lib/core/QuillEditor/QuillEditor.stories.d.ts +28 -0
- package/lib/core/QuillEditor/QuillEditor.stories.d.ts.map +1 -0
- package/lib/core/QuillEditor/QuillEditor.stories.js +55 -0
- package/lib/core/QuillEditor/config.d.ts +19 -0
- package/lib/core/QuillEditor/config.d.ts.map +1 -0
- package/lib/core/QuillEditor/config.js +28 -0
- package/lib/core/QuillEditor/index.d.ts +5 -0
- package/lib/core/QuillEditor/index.d.ts.map +1 -0
- package/lib/core/QuillEditor/index.js +159 -0
- package/lib/core/QuillEditor/models.d.ts +75 -0
- package/lib/core/QuillEditor/models.d.ts.map +1 -0
- package/lib/core/QuillEditor/models.js +1 -0
- package/lib/core/QuillEditor/styles.d.ts +13 -0
- package/lib/core/QuillEditor/styles.d.ts.map +1 -0
- package/lib/core/QuillEditor/styles.js +34 -0
- package/lib/core/Radio/Radio.stories.d.ts +2 -2
- package/lib/core/Radio/Radio.stories.d.ts.map +1 -1
- package/lib/core/Radio/Radio.stories.js +1 -2
- package/lib/core/Radio/index.d.ts +1 -1
- package/lib/core/Radio/index.d.ts.map +1 -1
- package/lib/core/Radio/index.js +1 -2
- package/lib/core/Radio/styles.d.ts +4 -4
- package/lib/core/SearchFilter/SearchFilter.stories.d.ts +2 -2
- package/lib/core/SearchFilter/SearchFilter.stories.d.ts.map +1 -1
- package/lib/core/SearchFilter/SearchFilter.stories.js +1 -2
- package/lib/core/SearchFilter/index.js +1 -3
- package/lib/core/SearchFilter/styles.d.ts +14 -15
- package/lib/core/SearchFilter/styles.d.ts.map +1 -1
- package/lib/core/SearchSelect/SearchSelect.stories.d.ts +2 -2
- package/lib/core/SearchSelect/SearchSelect.stories.d.ts.map +1 -1
- package/lib/core/SearchSelect/hooks/useSelectSearch.d.ts +0 -1
- package/lib/core/SearchSelect/hooks/useSelectSearch.d.ts.map +1 -1
- package/lib/core/SearchSelect/index.js +1 -3
- package/lib/core/SearchSelect/styles.d.ts +9 -10
- package/lib/core/SearchSelect/styles.d.ts.map +1 -1
- package/lib/core/Select/Select.stories.d.ts +2 -2
- package/lib/core/Select/Select.stories.d.ts.map +1 -1
- package/lib/core/Select/Select.stories.js +1 -2
- package/lib/core/Select/index.js +1 -2
- package/lib/core/Select/styles.d.ts +19 -20
- package/lib/core/Select/styles.d.ts.map +1 -1
- package/lib/core/SimpleBarChart/SimpleBarChart.stories.d.ts +2 -2
- package/lib/core/SimpleBarChart/SimpleBarChart.stories.d.ts.map +1 -1
- package/lib/core/SimpleBarChart/index.js +1 -2
- package/lib/core/SimpleBarChart/styles.d.ts +2 -3
- package/lib/core/SimpleBarChart/styles.d.ts.map +1 -1
- package/lib/core/SimpleLineChart/SimpleLineChart.stories.d.ts +2 -2
- package/lib/core/SimpleLineChart/SimpleLineChart.stories.d.ts.map +1 -1
- package/lib/core/SimpleLineChart/index.js +1 -2
- package/lib/core/SimpleLineChart/styles.d.ts +2 -3
- package/lib/core/SimpleLineChart/styles.d.ts.map +1 -1
- package/lib/core/Skeleton/Skeleton.stories.d.ts +1 -1
- package/lib/core/Skeleton/Skeleton.stories.d.ts.map +1 -1
- package/lib/core/Skeleton/styles.d.ts +9 -10
- package/lib/core/Skeleton/styles.d.ts.map +1 -1
- package/lib/core/Spinner/Spinner.stories.d.ts +2 -2
- package/lib/core/Spinner/Spinner.stories.d.ts.map +1 -1
- package/lib/core/Spinner/styles.d.ts +5 -5
- package/lib/core/Spinner/styles.d.ts.map +1 -1
- package/lib/core/Stepper/MobileStep/index.d.ts +1 -2
- package/lib/core/Stepper/MobileStep/index.d.ts.map +1 -1
- package/lib/core/Stepper/MobileStep/index.js +1 -2
- package/lib/core/Stepper/MobileStep/styles.d.ts +14 -15
- package/lib/core/Stepper/MobileStep/styles.d.ts.map +1 -1
- package/lib/core/Stepper/Step/index.js +1 -2
- package/lib/core/Stepper/Step/styles.d.ts +10 -11
- package/lib/core/Stepper/Step/styles.d.ts.map +1 -1
- package/lib/core/Stepper/Stepper.stories.d.ts +1 -1
- package/lib/core/Stepper/Stepper.stories.d.ts.map +1 -1
- package/lib/core/Stepper/index.js +1 -3
- package/lib/core/Stepper/styles.d.ts +4 -5
- package/lib/core/Stepper/styles.d.ts.map +1 -1
- package/lib/core/TabBar/TabBar.stories.d.ts +2 -2
- package/lib/core/TabBar/TabBar.stories.d.ts.map +1 -1
- package/lib/core/TabBar/TabBar.stories.js +1 -2
- package/lib/core/TabBar/TabItem/index.js +1 -2
- package/lib/core/TabBar/TabItem/styles.d.ts +2 -3
- package/lib/core/TabBar/TabItem/styles.d.ts.map +1 -1
- package/lib/core/TabBar/styles.d.ts +2 -3
- package/lib/core/TabBar/styles.d.ts.map +1 -1
- package/lib/core/TabNav/TabNav.stories.d.ts +2 -2
- package/lib/core/TabNav/TabNav.stories.d.ts.map +1 -1
- package/lib/core/TabNav/TabNav.stories.js +1 -2
- package/lib/core/TabNav/TabNavItem/index.js +1 -2
- package/lib/core/TabNav/TabNavItem/styles.d.ts +10 -11
- package/lib/core/TabNav/TabNavItem/styles.d.ts.map +1 -1
- package/lib/core/TabNav/index.js +1 -2
- package/lib/core/TabNav/styles.d.ts +12 -13
- package/lib/core/TabNav/styles.d.ts.map +1 -1
- package/lib/core/TabNav/utils/useContainerDimensions.d.ts.map +1 -1
- package/lib/core/Table/Cell.d.ts +1 -1
- package/lib/core/Table/Cell.d.ts.map +1 -1
- package/lib/core/Table/Row.d.ts +1 -1
- package/lib/core/Table/Row.d.ts.map +1 -1
- package/lib/core/Table/Table.stories.d.ts +2 -2
- package/lib/core/Table/Table.stories.d.ts.map +1 -1
- package/lib/core/Table/Table.stories.js +1 -2
- package/lib/core/Table/index.d.ts +1 -1
- package/lib/core/Table/index.d.ts.map +1 -1
- package/lib/core/Table/styles.d.ts +18 -19
- package/lib/core/Table/styles.d.ts.map +1 -1
- package/lib/core/Tag/Tag.stories.d.ts +1 -1
- package/lib/core/Tag/Tag.stories.d.ts.map +1 -1
- package/lib/core/Tag/index.js +1 -3
- package/lib/core/Tag/styles.d.ts +13 -13
- package/lib/core/Text/Text.stories.d.ts +1 -1
- package/lib/core/Text/Text.stories.d.ts.map +1 -1
- package/lib/core/Text/index.d.ts +1 -1
- package/lib/core/Text/index.d.ts.map +1 -1
- package/lib/core/Text/styles.d.ts +15 -15
- package/lib/core/Textarea/Textarea.stories.d.ts +1 -1
- package/lib/core/Textarea/Textarea.stories.d.ts.map +1 -1
- package/lib/core/Textarea/index.js +1 -2
- package/lib/core/Textarea/styles.d.ts +8 -9
- package/lib/core/Textarea/styles.d.ts.map +1 -1
- package/lib/core/Timeline/Timeline.stories.d.ts +2 -2
- package/lib/core/Timeline/Timeline.stories.d.ts.map +1 -1
- package/lib/core/Timeline/Timeline.stories.js +1 -2
- package/lib/core/Timeline/TimelineStep/index.js +1 -2
- package/lib/core/Timeline/TimelineStep/styles.d.ts +7 -8
- package/lib/core/Timeline/TimelineStep/styles.d.ts.map +1 -1
- package/lib/core/Timeline/styles.d.ts +2 -3
- package/lib/core/Timeline/styles.d.ts.map +1 -1
- package/lib/core/Timepicker/Timepicker.stories.d.ts +2 -2
- package/lib/core/Timepicker/Timepicker.stories.d.ts.map +1 -1
- package/lib/core/Timepicker/index.d.ts +1 -1
- package/lib/core/Timepicker/index.d.ts.map +1 -1
- package/lib/core/Timepicker/index.js +1 -2
- package/lib/core/Timepicker/styles.d.ts +9 -10
- package/lib/core/Timepicker/styles.d.ts.map +1 -1
- package/lib/core/Tooltip/Tooptip.stories.d.ts +2 -2
- package/lib/core/Tooltip/Tooptip.stories.d.ts.map +1 -1
- package/lib/core/Tooltip/index.js +1 -2
- package/lib/core/Tooltip/styles.d.ts +2 -2
- package/lib/core/UserMenu/UserMenu.stories.d.ts +2 -2
- package/lib/core/UserMenu/UserMenu.stories.d.ts.map +1 -1
- package/lib/core/UserMenu/UserMenu.stories.js +1 -2
- package/lib/core/UserMenu/index.js +1 -2
- package/lib/core/UserMenu/styles.d.ts +14 -15
- package/lib/core/UserMenu/styles.d.ts.map +1 -1
- package/lib/core/Video/Video.stories.d.ts +2 -1
- package/lib/core/Video/Video.stories.d.ts.map +1 -1
- package/lib/core/Video/index.d.ts +0 -1
- package/lib/core/Video/index.d.ts.map +1 -1
- package/lib/core/Video/styles.d.ts +2 -3
- package/lib/core/Video/styles.d.ts.map +1 -1
- package/lib/core/YearWheel/YearWheel.stories.d.ts +2 -2
- package/lib/core/YearWheel/YearWheel.stories.d.ts.map +1 -1
- package/lib/core/YearWheel/index.js +1 -2
- package/lib/core/YearWheel/styles.d.ts +4 -5
- package/lib/core/YearWheel/styles.d.ts.map +1 -1
- package/lib/core/private/ButtonOrLink.d.ts +18 -18
- package/lib/core/private/ButtonOrLink.d.ts.map +1 -1
- package/lib/core/private/ButtonOrLink.js +1 -2
- package/lib/globals/styles/styles.d.ts +1 -1
- package/lib/hooks/useIsMobile.d.ts +1 -1
- package/lib/hooks/useIsMobile.d.ts.map +1 -1
- package/lib/icons/General/IconAuditorFilled.js +1 -2
- package/lib/icons/General/IconAuditorOutline.js +1 -2
- package/lib/icons/General/IconCamera.js +1 -2
- package/lib/icons/General/IconCases.js +1 -2
- package/lib/icons/General/IconDocument.js +1 -2
- package/lib/icons/General/IconDocumentFilled.js +1 -2
- package/lib/icons/General/IconEmailMarkAsRead.d.ts +0 -1
- package/lib/icons/General/IconEmailMarkAsRead.d.ts.map +1 -1
- package/lib/icons/General/IconFillOut.js +1 -2
- package/lib/icons/General/IconHomeFilled.js +1 -2
- package/lib/icons/General/IconHomeOutline.js +1 -2
- package/lib/icons/General/IconHouseBlockFilled.js +1 -2
- package/lib/icons/General/IconHouseBlockOutline.js +1 -2
- package/lib/icons/General/IconImage.js +1 -2
- package/lib/icons/General/IconJanitorFilled.js +1 -2
- package/lib/icons/General/IconJanitorOutline.js +1 -2
- package/lib/icons/General/IconLeafFilled.js +1 -2
- package/lib/icons/General/IconLeafOutline.js +1 -2
- package/lib/icons/General/IconRearrange.js +1 -2
- package/lib/icons/Icon.stories.d.ts +0 -1
- package/lib/icons/Icon.stories.d.ts.map +1 -1
- package/lib/icons/Icon.stories.js +1 -2
- package/lib/icons/Logos/IconBankAxept.js +1 -2
- package/lib/icons/Logos/IconGmail.js +1 -2
- package/lib/icons/Logos/IconMasterCard.js +1 -2
- package/lib/icons/Logos/IconOffice365.js +1 -2
- package/lib/icons/Logos/IconVisa.js +1 -2
- package/lib/icons/withIcon.d.ts +2 -2
- package/lib/icons/withIcon.d.ts.map +1 -1
- package/lib/illustrations/Backgrounds/IllustrationHousesBackground.js +1 -2
- package/lib/illustrations/Backgrounds/IllustrationHousesBackgroundWithComposition.js +1 -2
- package/lib/illustrations/General/IllustrationBudget.js +1 -2
- package/lib/illustrations/General/IllustrationError.js +1 -2
- package/lib/illustrations/General/IllustrationErrorGeneric.js +1 -2
- package/lib/illustrations/General/IllustrationHighHouse.js +1 -2
- package/lib/illustrations/General/IllustrationHighHouseComposition.js +1 -2
- package/lib/illustrations/General/IllustrationHouse.js +1 -2
- package/lib/illustrations/General/IllustrationHouseComposition.js +1 -2
- package/lib/illustrations/General/IllustrationHouseMissing.js +1 -2
- package/lib/illustrations/General/IllustrationLowHouse.js +1 -2
- package/lib/illustrations/General/IllustrationLowHouseComposition.js +1 -2
- package/lib/illustrations/General/IllustrationPaperCompleted.js +1 -2
- package/lib/illustrations/General/IllustrationPaperMissing.js +1 -2
- package/lib/illustrations/General/IllustrationSemiDetachedHouse.js +1 -2
- package/lib/illustrations/General/IllustrationSemiDetachedHouseComposition.js +1 -2
- package/lib/illustrations/General/IllustrationServiceMessage.d.ts +0 -1
- package/lib/illustrations/General/IllustrationServiceMessage.d.ts.map +1 -1
- package/lib/illustrations/General/IllustrationServiceMessage.js +1 -2
- package/lib/illustrations/General/IllustrationSmallHouse.js +1 -2
- package/lib/illustrations/General/IllustrationSmallHouseComposition.js +1 -2
- package/lib/illustrations/General/IllustrationTechninalDifficulties.d.ts +0 -1
- package/lib/illustrations/General/IllustrationTechninalDifficulties.d.ts.map +1 -1
- package/lib/illustrations/General/IllustrationTechninalDifficulties.js +1 -2
- package/lib/illustrations/General/IllustrationTerraceBlock.js +1 -2
- package/lib/illustrations/General/IllustrationTerraceBlockComposition.js +1 -2
- package/lib/illustrations/General/IllustrationTownHouse.js +1 -2
- package/lib/illustrations/General/IllustrationTownHouseComposition.js +1 -2
- package/lib/illustrations/Illustration.stories.d.ts +0 -1
- package/lib/illustrations/Illustration.stories.d.ts.map +1 -1
- package/lib/illustrations/Illustration.stories.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteAssociation.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteBenefits.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteBuilding.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteCoffeeBook.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteComputer.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteCooperative.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteDashboard.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteGift.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteLetterSent.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteMailbox.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySitePapers.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySitePiggyBank.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteTransfer.js +1 -2
- package/lib/illustrations/styles.d.ts +2 -2
- package/lib/illustrations/withIllustration.d.ts +2 -2
- package/lib/illustrations/withIllustration.d.ts.map +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -1
- package/lib/layout/Footer/Footer.stories.d.ts +2 -2
- package/lib/layout/Footer/Footer.stories.d.ts.map +1 -1
- package/lib/layout/Footer/Footer.stories.js +1 -2
- package/lib/layout/Footer/FooterButton/styles.d.ts +27 -28
- package/lib/layout/Footer/FooterButton/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterCol/styles.d.ts +2 -3
- package/lib/layout/Footer/FooterCol/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterGroup/styles.d.ts +2 -3
- package/lib/layout/Footer/FooterGroup/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterLabel/styles.d.ts +2 -3
- package/lib/layout/Footer/FooterLabel/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterLink/styles.d.ts +27 -28
- package/lib/layout/Footer/FooterLink/styles.d.ts.map +1 -1
- package/lib/layout/Footer/styles.d.ts +3 -4
- package/lib/layout/Footer/styles.d.ts.map +1 -1
- package/lib/layout/Layout/Layout.stories.d.ts +2 -2
- package/lib/layout/Layout/Layout.stories.d.ts.map +1 -1
- package/lib/layout/Layout/styles.d.ts +3 -4
- package/lib/layout/Layout/styles.d.ts.map +1 -1
- package/lib/layout/LayoutShell/LayoutShell.stories.d.ts +2 -2
- package/lib/layout/LayoutShell/LayoutShell.stories.d.ts.map +1 -1
- package/lib/layout/LayoutShell/index.js +1 -2
- package/lib/layout/LayoutShell/styles.d.ts +9 -10
- package/lib/layout/LayoutShell/styles.d.ts.map +1 -1
- package/lib/layout/Menu/AppPicker/index.js +1 -2
- package/lib/layout/Menu/AppPicker/styles.d.ts +2 -3
- package/lib/layout/Menu/AppPicker/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MainMenu/styles.d.ts +2 -3
- package/lib/layout/Menu/MainMenu/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MenuItem/index.js +1 -2
- package/lib/layout/Menu/MenuItem/styles.d.ts +2 -3
- package/lib/layout/Menu/MenuItem/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MenuSpacer/styles.d.ts +2 -3
- package/lib/layout/Menu/MenuSpacer/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MenuTop/index.js +1 -2
- package/lib/layout/Menu/MenuTop/styles.d.ts +29 -30
- package/lib/layout/Menu/MenuTop/styles.d.ts.map +1 -1
- package/lib/layout/Menu/SecondaryMenu/index.js +1 -2
- package/lib/layout/Menu/SecondaryMenu/styles.d.ts +4 -5
- package/lib/layout/Menu/SecondaryMenu/styles.d.ts.map +1 -1
- package/lib/layout/Menu/SecondaryMenuItem/index.js +1 -2
- package/lib/layout/Menu/Sidemenu.stories.d.ts +2 -2
- package/lib/layout/Menu/Sidemenu.stories.d.ts.map +1 -1
- package/lib/layout/Menu/Sidemenu.stories.js +1 -2
- package/lib/layout/Menu/styles.d.ts +2 -3
- package/lib/layout/Menu/styles.d.ts.map +1 -1
- package/lib/layout/Submenu/Submenu.stories.d.ts +2 -2
- package/lib/layout/Submenu/Submenu.stories.d.ts.map +1 -1
- package/lib/layout/Submenu/Submenu.stories.js +1 -2
- package/lib/layout/Submenu/SubmenuItem/styles.d.ts +2 -3
- package/lib/layout/Submenu/SubmenuItem/styles.d.ts.map +1 -1
- package/lib/layout/Submenu/SubmenuLightThemeBg/index.js +1 -2
- package/lib/layout/Submenu/index.js +1 -2
- package/lib/layout/Submenu/styles.d.ts +16 -17
- package/lib/layout/Submenu/styles.d.ts.map +1 -1
- package/lib/layout/Topbar/Topbar.stories.d.ts +2 -2
- package/lib/layout/Topbar/Topbar.stories.d.ts.map +1 -1
- package/lib/layout/Topbar/styles.d.ts +0 -1
- package/lib/layout/Topbar/styles.d.ts.map +1 -1
- package/lib/shared/components/VisuallyHidden/index.d.ts +2 -3
- package/lib/shared/components/VisuallyHidden/index.d.ts.map +1 -1
- package/lib/shared/recharts/CustomLegend/index.js +1 -2
- package/lib/shared/recharts/CustomLegend/styles.d.ts +5 -6
- package/lib/shared/recharts/CustomLegend/styles.d.ts.map +1 -1
- package/lib/shared/recharts/CustomTooltip/index.js +1 -2
- package/lib/shared/recharts/CustomTooltip/styles.d.ts +6 -7
- package/lib/shared/recharts/CustomTooltip/styles.d.ts.map +1 -1
- package/lib/utils/accountNumber.d.ts +1 -1
- package/lib/utils/accountNumber.d.ts.map +1 -1
- package/lib/utils/dates.d.ts +2 -2
- package/lib/utils/dates.d.ts.map +1 -1
- package/lib/utils/file.d.ts +1 -1
- package/lib/utils/file.d.ts.map +1 -1
- package/lib/utils/format.d.ts +3 -3
- package/lib/utils/format.d.ts.map +1 -1
- package/lib/utils/removeFocusOnMouseUp.d.ts +0 -1
- package/lib/utils/removeFocusOnMouseUp.d.ts.map +1 -1
- package/lib/utils/time.d.ts +6 -6
- package/lib/utils/time.d.ts.map +1 -1
- package/lib/utils/useSnorreTheme.d.ts +1 -1
- package/lib/utils/useSnorreTheme.d.ts.map +1 -1
- package/package.json +4 -2
|
@@ -5,8 +5,7 @@ import IconBellOutline from '../../icons/General/IconBellOutline';
|
|
|
5
5
|
import IconBellFilled from '../../icons/General/IconBellFilled';
|
|
6
6
|
import Text from '../Text';
|
|
7
7
|
import { motion } from 'framer-motion';
|
|
8
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
9
|
const NotificationsMenu = ({
|
|
11
10
|
unreadCount,
|
|
12
11
|
triggerClose,
|
|
@@ -2,8 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { Sector } from 'recharts';
|
|
3
3
|
|
|
4
4
|
/** Renders outer line on the pie chart */
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
6
|
const ActiveShape = props => {
|
|
8
7
|
const {
|
|
9
8
|
cx,
|
|
@@ -4,8 +4,7 @@ import { alpha } from '../../utils/alpha';
|
|
|
4
4
|
import ActiveShape from './ActiveShape';
|
|
5
5
|
import renderTextContent from './renderTextContent';
|
|
6
6
|
import { PieChartWrapper } from './styles';
|
|
7
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
8
|
const PieChart = ({
|
|
10
9
|
width,
|
|
11
10
|
height,
|
|
@@ -2,8 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { TextContent } from '../styles';
|
|
3
3
|
|
|
4
4
|
/** Renders central text in the pie chart*/
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
6
|
const renderTextContent = (num, title) => props => {
|
|
8
7
|
const {
|
|
9
8
|
cx,
|
|
@@ -10,8 +10,7 @@ import { getAreaTextForPreemptionUnit, getMeldefristText, isDeadlineClosing } fr
|
|
|
10
10
|
import Divider from '../Divider';
|
|
11
11
|
import Header from '../Header';
|
|
12
12
|
import { getPriceWithLabel, getFormattedPrice, getFormattedDate } from '../../utils/format';
|
|
13
|
-
import { jsx as _jsx } from "@emotion/react/jsx-runtime";
|
|
14
|
-
import { jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
13
|
+
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
15
14
|
const PreemptionCard = ({
|
|
16
15
|
preemption,
|
|
17
16
|
onClick
|
|
@@ -3,8 +3,7 @@ import Card from '../Card';
|
|
|
3
3
|
import Divider from '../Divider';
|
|
4
4
|
import Skeleton from '../Skeleton';
|
|
5
5
|
import { WrapperUnitInformation, WrapperHeader } from './styles';
|
|
6
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
7
|
const PreemptionCardLoading = () => {
|
|
9
8
|
return /*#__PURE__*/_jsxs(Card, {
|
|
10
9
|
shadow: true,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import Quill from 'quill';
|
|
2
|
+
const Parchment = Quill.import('parchment');
|
|
3
|
+
class IndentAttributor extends Parchment.StyleAttributor {
|
|
4
|
+
constructor(...args) {
|
|
5
|
+
super(...args);
|
|
6
|
+
}
|
|
7
|
+
add(node, value) {
|
|
8
|
+
if (value === 0) {
|
|
9
|
+
this.remove(node);
|
|
10
|
+
return true;
|
|
11
|
+
} else {
|
|
12
|
+
return super.add(node, `${value}em`);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export default IndentAttributor;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import QuillEditor from '.';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default {
|
|
4
|
+
title: 'Core/QuillEditor',
|
|
5
|
+
component: QuillEditor
|
|
6
|
+
};
|
|
7
|
+
export const Default = {
|
|
8
|
+
render: () => {
|
|
9
|
+
return /*#__PURE__*/_jsx(QuillEditor, {
|
|
10
|
+
onChange: e => console.log(e),
|
|
11
|
+
onBlur: () => console.log('blur'),
|
|
12
|
+
onFocus: () => console.log('focus'),
|
|
13
|
+
overrideValue: "<p>Initial value</p>",
|
|
14
|
+
onSelectionChange: (range, source, quill) => console.log(range, source, quill)
|
|
15
|
+
});
|
|
16
|
+
},
|
|
17
|
+
name: 'Default'
|
|
18
|
+
};
|
|
19
|
+
export const Rich = {
|
|
20
|
+
render: () => /*#__PURE__*/_jsx(QuillEditor, {
|
|
21
|
+
type: "rich",
|
|
22
|
+
onChange: e => console.log(e)
|
|
23
|
+
}),
|
|
24
|
+
name: 'Rich'
|
|
25
|
+
};
|
|
26
|
+
export const Readonly = {
|
|
27
|
+
render: () => /*#__PURE__*/_jsx(QuillEditor, {
|
|
28
|
+
resize: true,
|
|
29
|
+
readOnly: true,
|
|
30
|
+
initialValue: "Readonly"
|
|
31
|
+
}),
|
|
32
|
+
name: 'Readonly'
|
|
33
|
+
};
|
|
34
|
+
export const CustomSize = {
|
|
35
|
+
render: () => /*#__PURE__*/_jsx(QuillEditor, {
|
|
36
|
+
height: 300,
|
|
37
|
+
width: 400,
|
|
38
|
+
onChange: e => console.log(e)
|
|
39
|
+
}),
|
|
40
|
+
name: 'Custom size'
|
|
41
|
+
};
|
|
42
|
+
export const Placeholder = {
|
|
43
|
+
render: () => /*#__PURE__*/_jsx(QuillEditor, {
|
|
44
|
+
placeholder: "Placeholder",
|
|
45
|
+
onChange: e => console.log(e)
|
|
46
|
+
}),
|
|
47
|
+
name: 'Placeholder'
|
|
48
|
+
};
|
|
49
|
+
export const WithError = {
|
|
50
|
+
render: () => /*#__PURE__*/_jsx(QuillEditor, {
|
|
51
|
+
invalidMessage: "Memes are not allowed",
|
|
52
|
+
onChange: e => console.log(e)
|
|
53
|
+
}),
|
|
54
|
+
name: 'With error'
|
|
55
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// Toolbar options
|
|
2
|
+
const sizes = [{
|
|
3
|
+
header: [false, 1, 2, 3, 4, 5, 6]
|
|
4
|
+
}];
|
|
5
|
+
const decorations = ['bold', 'italic', 'underline'];
|
|
6
|
+
const lists = [{
|
|
7
|
+
list: 'bullet'
|
|
8
|
+
}, {
|
|
9
|
+
list: 'ordered'
|
|
10
|
+
}, {
|
|
11
|
+
indent: '+1'
|
|
12
|
+
}, {
|
|
13
|
+
indent: '-1'
|
|
14
|
+
}];
|
|
15
|
+
const alignments = [{
|
|
16
|
+
align: ''
|
|
17
|
+
}, {
|
|
18
|
+
align: 'center'
|
|
19
|
+
}, {
|
|
20
|
+
align: 'right'
|
|
21
|
+
}, {
|
|
22
|
+
align: 'justify'
|
|
23
|
+
}];
|
|
24
|
+
const link = 'link';
|
|
25
|
+
// const image = 'image'
|
|
26
|
+
|
|
27
|
+
export const basicToolbar = [decorations, lists];
|
|
28
|
+
export const richToolbar = [sizes, decorations, lists, alignments, [link]];
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/** @jsxImportSource @emotion/react */
|
|
2
|
+
import { useRef, useState, useEffect, useCallback } from 'react';
|
|
3
|
+
import Quill from 'quill';
|
|
4
|
+
import 'quill/dist/quill.snow.css';
|
|
5
|
+
import { basicToolbar, richToolbar } from './config';
|
|
6
|
+
import { ErrorWrapper, Label, styles } from './styles';
|
|
7
|
+
import Text from '../Text';
|
|
8
|
+
import IconErrorOutline from '../../icons/General/IconErrorOutline';
|
|
9
|
+
import { useTheme } from '@emotion/react';
|
|
10
|
+
import IndentAttributor from './Attributors/IndentAttributor';
|
|
11
|
+
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
12
|
+
const Parchment = Quill.import('parchment');
|
|
13
|
+
//Text direction
|
|
14
|
+
Quill.register(Quill.import('attributors/style/direction'), true);
|
|
15
|
+
//Alignment
|
|
16
|
+
Quill.register(Quill.import('attributors/style/align'), true);
|
|
17
|
+
// Text sizes
|
|
18
|
+
const Size = Quill.import('attributors/style/size');
|
|
19
|
+
Size.whitelist = ['0.75em', '1em', '1.5em', '2.5em'];
|
|
20
|
+
Quill.register(Size, true);
|
|
21
|
+
let IndentStyle = new IndentAttributor('indent', 'text-indent', {
|
|
22
|
+
scope: Parchment.Scope.BLOCK,
|
|
23
|
+
whitelist: ['1em', '2em', '3em', '4em', '5em', '6em', '7em', '8em', '9em']
|
|
24
|
+
});
|
|
25
|
+
Quill.register(IndentStyle, true);
|
|
26
|
+
const QuillEditor = ({
|
|
27
|
+
height,
|
|
28
|
+
width,
|
|
29
|
+
maxHeight = 500,
|
|
30
|
+
maxWidth,
|
|
31
|
+
placeholder = '',
|
|
32
|
+
initialValue = '',
|
|
33
|
+
overrideValue,
|
|
34
|
+
label = 'Editor',
|
|
35
|
+
readOnly = false,
|
|
36
|
+
type = 'basic',
|
|
37
|
+
customModules = {
|
|
38
|
+
toolbar: basicToolbar
|
|
39
|
+
},
|
|
40
|
+
formats = ['header', 'size', 'bold', 'italic', 'underline', 'list', 'bullet', 'indent', 'link', 'image', 'align'],
|
|
41
|
+
bounds,
|
|
42
|
+
onChange,
|
|
43
|
+
onFocus,
|
|
44
|
+
onBlur,
|
|
45
|
+
onSelectionChange,
|
|
46
|
+
invalidMessage,
|
|
47
|
+
style,
|
|
48
|
+
className,
|
|
49
|
+
disabled,
|
|
50
|
+
resize // Trenger vi denne?,
|
|
51
|
+
}) => {
|
|
52
|
+
const [quill, setQuill] = useState(null);
|
|
53
|
+
const editorRef = useRef(null);
|
|
54
|
+
const {
|
|
55
|
+
alert
|
|
56
|
+
} = useTheme();
|
|
57
|
+
const toolbars = {
|
|
58
|
+
basic: basicToolbar,
|
|
59
|
+
rich: richToolbar,
|
|
60
|
+
custom: customModules.toolbar
|
|
61
|
+
};
|
|
62
|
+
const modules = {
|
|
63
|
+
toolbar: toolbars[type || 'basic']
|
|
64
|
+
};
|
|
65
|
+
const handleChange = useCallback((delta, oldDelta, source) => {
|
|
66
|
+
if (quill && onChange) {
|
|
67
|
+
const html = quill.root.innerHTML;
|
|
68
|
+
onChange(html, delta, source, quill);
|
|
69
|
+
}
|
|
70
|
+
}, [quill, onChange]);
|
|
71
|
+
useEffect(() => {
|
|
72
|
+
if (editorRef.current && !quill) {
|
|
73
|
+
const quillInstance = new Quill(editorRef.current, {
|
|
74
|
+
theme: 'snow',
|
|
75
|
+
modules,
|
|
76
|
+
formats,
|
|
77
|
+
placeholder,
|
|
78
|
+
bounds,
|
|
79
|
+
readOnly
|
|
80
|
+
});
|
|
81
|
+
applySizes();
|
|
82
|
+
if (initialValue) {
|
|
83
|
+
quillInstance.root.innerHTML = initialValue;
|
|
84
|
+
}
|
|
85
|
+
setQuill(quillInstance);
|
|
86
|
+
}
|
|
87
|
+
}, [editorRef, modules, formats, placeholder, readOnly, onFocus, onBlur, initialValue, handleChange]);
|
|
88
|
+
useEffect(() => {
|
|
89
|
+
if (quill && disabled) {
|
|
90
|
+
quill.disable();
|
|
91
|
+
} else if (quill) {
|
|
92
|
+
quill.enable();
|
|
93
|
+
}
|
|
94
|
+
}, [quill, disabled]);
|
|
95
|
+
useEffect(() => {
|
|
96
|
+
if (quill && overrideValue !== undefined) {
|
|
97
|
+
if (quill.root.innerHTML !== overrideValue) {
|
|
98
|
+
quill.root.innerHTML = overrideValue;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}, [quill, overrideValue]);
|
|
102
|
+
useEffect(() => {
|
|
103
|
+
if (quill && readOnly) {
|
|
104
|
+
quill.enable(false);
|
|
105
|
+
} else if (quill) {
|
|
106
|
+
quill.enable(true);
|
|
107
|
+
}
|
|
108
|
+
}, [readOnly, quill]);
|
|
109
|
+
useEffect(() => {
|
|
110
|
+
if (!quill) return;
|
|
111
|
+
quill.on('text-change', handleChange);
|
|
112
|
+
quill.on('selection-change', (range, oldRange, source) => {
|
|
113
|
+
if (range) {
|
|
114
|
+
onFocus && onFocus();
|
|
115
|
+
} else {
|
|
116
|
+
onBlur && onBlur();
|
|
117
|
+
}
|
|
118
|
+
onSelectionChange && onSelectionChange(range, source, quill);
|
|
119
|
+
});
|
|
120
|
+
return () => {
|
|
121
|
+
quill.off('text-change', handleChange);
|
|
122
|
+
quill.off('selection-change');
|
|
123
|
+
};
|
|
124
|
+
}, [quill?.container]);
|
|
125
|
+
const applySizes = () => {
|
|
126
|
+
if (!quill) return;
|
|
127
|
+
maxHeight && (quill.root.style.maxHeight = `${maxHeight}px`);
|
|
128
|
+
maxWidth && (quill.root.style.maxWidth = `${maxWidth}px`);
|
|
129
|
+
width && (quill.root.style.width = `${width}px`);
|
|
130
|
+
height && (quill.root.style.height = `${height}px`);
|
|
131
|
+
};
|
|
132
|
+
return _jsxs("div", {
|
|
133
|
+
css: theme => [styles.default(theme, maxHeight)],
|
|
134
|
+
children: [label && _jsx(Label, {
|
|
135
|
+
children: label
|
|
136
|
+
}), _jsx("div", {
|
|
137
|
+
className: `${className || ''}`,
|
|
138
|
+
style: {
|
|
139
|
+
height,
|
|
140
|
+
width,
|
|
141
|
+
maxHeight,
|
|
142
|
+
maxWidth,
|
|
143
|
+
...style
|
|
144
|
+
},
|
|
145
|
+
children: _jsx("div", {
|
|
146
|
+
ref: editorRef
|
|
147
|
+
})
|
|
148
|
+
}), invalidMessage && _jsx(ErrorWrapper, {
|
|
149
|
+
children: _jsxs(Text, {
|
|
150
|
+
color: alert,
|
|
151
|
+
children: [_jsx(IconErrorOutline, {
|
|
152
|
+
size: "16px",
|
|
153
|
+
color: alert
|
|
154
|
+
}), " ", invalidMessage]
|
|
155
|
+
})
|
|
156
|
+
})]
|
|
157
|
+
});
|
|
158
|
+
};
|
|
159
|
+
export default QuillEditor;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import _styled from "@emotion/styled/base";
|
|
2
|
+
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
3
|
+
import { css } from '@emotion/react';
|
|
4
|
+
export const styles = {
|
|
5
|
+
default: (theme, maxHeight) => /*#__PURE__*/css("display:flex;flex-direction:column;gap:4px;.ql-toolbar{border:1px solid ", theme.border, ";border-radius:3px 3px 0 0;padding-top:0;padding-bottom:0;.ql-formats{margin-right:0;padding:4px;&:not(:first-of-type){border-left:1px solid ", theme.border, ";}button{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:3px;svg{height:65%;}&:hover{background:rgb(222, 224, 226);}&.ql-active{background:rgb(200, 203, 207);}}}.ql-picker-label{border-color:transparent!important;}.ql-picker-options{border-radius:3px;padding-left:0;padding-right:0;margin-top:3px!important;.ql-picker-item{padding:4px;&:hover{background:rgb(222, 224, 226);}}}}.ql-container{border:1px solid ", theme.border, ";border-top:none;border-radius:0 0 3px 3px;font-size:16px;}", maxHeight && /*#__PURE__*/css(".ql-editor{min-height:150px;max-height:", maxHeight, "px;}" + (process.env.NODE_ENV === "production" ? "" : ";label:default;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1F1aWxsRWRpdG9yL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUEwRU8iLCJmaWxlIjoiLi4vLi4vLi4vc3JjL3BhY2thZ2VzL2NvcmUvUXVpbGxFZGl0b3Ivc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB7IElBcHBUaGVtZSB9IGZyb20gJy4uLy4uL2FwcC1zaGVsbC90aGVtZSdcbmV4cG9ydCBjb25zdCBzdHlsZXMgPSB7XG4gIGRlZmF1bHQ6ICh0aGVtZTogSUFwcFRoZW1lLCBtYXhIZWlnaHQ6IG51bWJlcikgPT4gY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBnYXA6IDRweDtcblxuICAgIC5xbC10b29sYmFyIHtcbiAgICAgIGJvcmRlcjogMXB4IHNvbGlkICR7dGhlbWUuYm9yZGVyfTtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDNweCAzcHggMCAwO1xuICAgICAgcGFkZGluZy10b3A6IDA7XG4gICAgICBwYWRkaW5nLWJvdHRvbTogMDtcblxuICAgICAgLnFsLWZvcm1hdHMge1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDA7XG4gICAgICAgIHBhZGRpbmc6IDRweDtcblxuICAgICAgICAvLyBOb3QgdGhlIGxhc3Qgb25lXG4gICAgICAgICY6bm90KDpmaXJzdC1vZi10eXBlKSB7XG4gICAgICAgICAgYm9yZGVyLWxlZnQ6IDFweCBzb2xpZCAke3RoZW1lLmJvcmRlcn07XG4gICAgICAgIH1cblxuICAgICAgICBidXR0b24ge1xuICAgICAgICAgIHdpZHRoOiAzNHB4O1xuICAgICAgICAgIGhlaWdodDogMzRweDtcbiAgICAgICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICAgICAgYm9yZGVyLXJhZGl1czogM3B4O1xuXG4gICAgICAgICAgc3ZnIHtcbiAgICAgICAgICAgIGhlaWdodDogNjUlO1xuICAgICAgICAgIH1cblxuICAgICAgICAgICY6aG92ZXIge1xuICAgICAgICAgICAgYmFja2dyb3VuZDogcmdiKDIyMiwgMjI0LCAyMjYpO1xuICAgICAgICAgIH1cbiAgICAgICAgICAvLyBBY3RpdmUgYnV0dG9uIHN0YXRlXG4gICAgICAgICAgJi5xbC1hY3RpdmUge1xuICAgICAgICAgICAgYmFja2dyb3VuZDogcmdiKDIwMCwgMjAzLCAyMDcpO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICAvLyBEcm9wZG93bnNcbiAgICAgIC5xbC1waWNrZXItbGFiZWwge1xuICAgICAgICBib3JkZXItY29sb3I6IHRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7XG4gICAgICB9XG5cbiAgICAgIC8vIERyb3Bkb3duIGNvbnRlbnRcbiAgICAgIC5xbC1waWNrZXItb3B0aW9ucyB7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IDNweDtcbiAgICAgICAgcGFkZGluZy1sZWZ0OiAwO1xuICAgICAgICBwYWRkaW5nLXJpZ2h0OiAwO1xuICAgICAgICBtYXJnaW4tdG9wOiAzcHggIWltcG9ydGFudDtcblxuICAgICAgICAucWwtcGlja2VyLWl0ZW0ge1xuICAgICAgICAgIHBhZGRpbmc6IDRweDtcblxuICAgICAgICAgICY6aG92ZXIge1xuICAgICAgICAgICAgYmFja2dyb3VuZDogcmdiKDIyMiwgMjI0LCAyMjYpO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAucWwtY29udGFpbmVyIHtcbiAgICAgIGJvcmRlcjogMXB4IHNvbGlkICR7dGhlbWUuYm9yZGVyfTtcbiAgICAgIGJvcmRlci10b3A6IG5vbmU7XG4gICAgICBib3JkZXItcmFkaXVzOiAwIDAgM3B4IDNweDtcbiAgICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICB9XG4gICAgJHttYXhIZWlnaHQgJiZcbiAgICBjc3NgXG4gICAgICAucWwtZWRpdG9yIHtcbiAgICAgICAgbWluLWhlaWdodDogMTUwcHg7XG4gICAgICAgIG1heC1oZWlnaHQ6ICR7bWF4SGVpZ2h0fXB4O1xuICAgICAgfVxuICAgIGB9XG4gIGAsXG59XG5cbmV4cG9ydCBjb25zdCBMYWJlbCA9IHN0eWxlZC5sYWJlbGBcbiAgbGluZS1oZWlnaHQ6IDIycHg7XG4gIGZvbnQtc2l6ZTogMWVtO1xuICBmb250LXdlaWdodDogNjAwO1xuICBtYXJnaW4tYm90dG9tOiA0cHg7XG5gXG5cbmV4cG9ydCBjb25zdCBFcnJvcldyYXBwZXIgPSBzdHlsZWQuZGl2YFxuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBtYXJnaW4tdG9wOiA4cHg7XG5cbiAgJiA+IHNwYW4ge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBnYXA6IDZweDtcbiAgfVxuYFxuIl19 */"), ";" + (process.env.NODE_ENV === "production" ? "" : ";label:default;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1F1aWxsRWRpdG9yL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJdUQiLCJmaWxlIjoiLi4vLi4vLi4vc3JjL3BhY2thZ2VzL2NvcmUvUXVpbGxFZGl0b3Ivc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB7IElBcHBUaGVtZSB9IGZyb20gJy4uLy4uL2FwcC1zaGVsbC90aGVtZSdcbmV4cG9ydCBjb25zdCBzdHlsZXMgPSB7XG4gIGRlZmF1bHQ6ICh0aGVtZTogSUFwcFRoZW1lLCBtYXhIZWlnaHQ6IG51bWJlcikgPT4gY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBnYXA6IDRweDtcblxuICAgIC5xbC10b29sYmFyIHtcbiAgICAgIGJvcmRlcjogMXB4IHNvbGlkICR7dGhlbWUuYm9yZGVyfTtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDNweCAzcHggMCAwO1xuICAgICAgcGFkZGluZy10b3A6IDA7XG4gICAgICBwYWRkaW5nLWJvdHRvbTogMDtcblxuICAgICAgLnFsLWZvcm1hdHMge1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDA7XG4gICAgICAgIHBhZGRpbmc6IDRweDtcblxuICAgICAgICAvLyBOb3QgdGhlIGxhc3Qgb25lXG4gICAgICAgICY6bm90KDpmaXJzdC1vZi10eXBlKSB7XG4gICAgICAgICAgYm9yZGVyLWxlZnQ6IDFweCBzb2xpZCAke3RoZW1lLmJvcmRlcn07XG4gICAgICAgIH1cblxuICAgICAgICBidXR0b24ge1xuICAgICAgICAgIHdpZHRoOiAzNHB4O1xuICAgICAgICAgIGhlaWdodDogMzRweDtcbiAgICAgICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICAgICAgYm9yZGVyLXJhZGl1czogM3B4O1xuXG4gICAgICAgICAgc3ZnIHtcbiAgICAgICAgICAgIGhlaWdodDogNjUlO1xuICAgICAgICAgIH1cblxuICAgICAgICAgICY6aG92ZXIge1xuICAgICAgICAgICAgYmFja2dyb3VuZDogcmdiKDIyMiwgMjI0LCAyMjYpO1xuICAgICAgICAgIH1cbiAgICAgICAgICAvLyBBY3RpdmUgYnV0dG9uIHN0YXRlXG4gICAgICAgICAgJi5xbC1hY3RpdmUge1xuICAgICAgICAgICAgYmFja2dyb3VuZDogcmdiKDIwMCwgMjAzLCAyMDcpO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICAvLyBEcm9wZG93bnNcbiAgICAgIC5xbC1waWNrZXItbGFiZWwge1xuICAgICAgICBib3JkZXItY29sb3I6IHRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7XG4gICAgICB9XG5cbiAgICAgIC8vIERyb3Bkb3duIGNvbnRlbnRcbiAgICAgIC5xbC1waWNrZXItb3B0aW9ucyB7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IDNweDtcbiAgICAgICAgcGFkZGluZy1sZWZ0OiAwO1xuICAgICAgICBwYWRkaW5nLXJpZ2h0OiAwO1xuICAgICAgICBtYXJnaW4tdG9wOiAzcHggIWltcG9ydGFudDtcblxuICAgICAgICAucWwtcGlja2VyLWl0ZW0ge1xuICAgICAgICAgIHBhZGRpbmc6IDRweDtcblxuICAgICAgICAgICY6aG92ZXIge1xuICAgICAgICAgICAgYmFja2dyb3VuZDogcmdiKDIyMiwgMjI0LCAyMjYpO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAucWwtY29udGFpbmVyIHtcbiAgICAgIGJvcmRlcjogMXB4IHNvbGlkICR7dGhlbWUuYm9yZGVyfTtcbiAgICAgIGJvcmRlci10b3A6IG5vbmU7XG4gICAgICBib3JkZXItcmFkaXVzOiAwIDAgM3B4IDNweDtcbiAgICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICB9XG4gICAgJHttYXhIZWlnaHQgJiZcbiAgICBjc3NgXG4gICAgICAucWwtZWRpdG9yIHtcbiAgICAgICAgbWluLWhlaWdodDogMTUwcHg7XG4gICAgICAgIG1heC1oZWlnaHQ6ICR7bWF4SGVpZ2h0fXB4O1xuICAgICAgfVxuICAgIGB9XG4gIGAsXG59XG5cbmV4cG9ydCBjb25zdCBMYWJlbCA9IHN0eWxlZC5sYWJlbGBcbiAgbGluZS1oZWlnaHQ6IDIycHg7XG4gIGZvbnQtc2l6ZTogMWVtO1xuICBmb250LXdlaWdodDogNjAwO1xuICBtYXJnaW4tYm90dG9tOiA0cHg7XG5gXG5cbmV4cG9ydCBjb25zdCBFcnJvcldyYXBwZXIgPSBzdHlsZWQuZGl2YFxuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBtYXJnaW4tdG9wOiA4cHg7XG5cbiAgJiA+IHNwYW4ge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBnYXA6IDZweDtcbiAgfVxuYFxuIl19 */")
|
|
6
|
+
};
|
|
7
|
+
export const Label = /*#__PURE__*/_styled("label", process.env.NODE_ENV === "production" ? {
|
|
8
|
+
target: "e102ifjr1"
|
|
9
|
+
} : {
|
|
10
|
+
target: "e102ifjr1",
|
|
11
|
+
label: "Label"
|
|
12
|
+
})(process.env.NODE_ENV === "production" ? {
|
|
13
|
+
name: "1ge8ozm",
|
|
14
|
+
styles: "line-height:22px;font-size:1em;font-weight:600;margin-bottom:4px"
|
|
15
|
+
} : {
|
|
16
|
+
name: "1ge8ozm",
|
|
17
|
+
styles: "line-height:22px;font-size:1em;font-weight:600;margin-bottom:4px",
|
|
18
|
+
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1F1aWxsRWRpdG9yL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFtRmlDIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1F1aWxsRWRpdG9yL3N0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0J1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5pbXBvcnQgeyBJQXBwVGhlbWUgfSBmcm9tICcuLi8uLi9hcHAtc2hlbGwvdGhlbWUnXG5leHBvcnQgY29uc3Qgc3R5bGVzID0ge1xuICBkZWZhdWx0OiAodGhlbWU6IElBcHBUaGVtZSwgbWF4SGVpZ2h0OiBudW1iZXIpID0+IGNzc2BcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiA0cHg7XG5cbiAgICAucWwtdG9vbGJhciB7XG4gICAgICBib3JkZXI6IDFweCBzb2xpZCAke3RoZW1lLmJvcmRlcn07XG4gICAgICBib3JkZXItcmFkaXVzOiAzcHggM3B4IDAgMDtcbiAgICAgIHBhZGRpbmctdG9wOiAwO1xuICAgICAgcGFkZGluZy1ib3R0b206IDA7XG5cbiAgICAgIC5xbC1mb3JtYXRzIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAwO1xuICAgICAgICBwYWRkaW5nOiA0cHg7XG5cbiAgICAgICAgLy8gTm90IHRoZSBsYXN0IG9uZVxuICAgICAgICAmOm5vdCg6Zmlyc3Qtb2YtdHlwZSkge1xuICAgICAgICAgIGJvcmRlci1sZWZ0OiAxcHggc29saWQgJHt0aGVtZS5ib3JkZXJ9O1xuICAgICAgICB9XG5cbiAgICAgICAgYnV0dG9uIHtcbiAgICAgICAgICB3aWR0aDogMzRweDtcbiAgICAgICAgICBoZWlnaHQ6IDM0cHg7XG4gICAgICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDNweDtcblxuICAgICAgICAgIHN2ZyB7XG4gICAgICAgICAgICBoZWlnaHQ6IDY1JTtcbiAgICAgICAgICB9XG5cbiAgICAgICAgICAmOmhvdmVyIHtcbiAgICAgICAgICAgIGJhY2tncm91bmQ6IHJnYigyMjIsIDIyNCwgMjI2KTtcbiAgICAgICAgICB9XG4gICAgICAgICAgLy8gQWN0aXZlIGJ1dHRvbiBzdGF0ZVxuICAgICAgICAgICYucWwtYWN0aXZlIHtcbiAgICAgICAgICAgIGJhY2tncm91bmQ6IHJnYigyMDAsIDIwMywgMjA3KTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgLy8gRHJvcGRvd25zXG4gICAgICAucWwtcGlja2VyLWxhYmVsIHtcbiAgICAgICAgYm9yZGVyLWNvbG9yOiB0cmFuc3BhcmVudCAhaW1wb3J0YW50O1xuICAgICAgfVxuXG4gICAgICAvLyBEcm9wZG93biBjb250ZW50XG4gICAgICAucWwtcGlja2VyLW9wdGlvbnMge1xuICAgICAgICBib3JkZXItcmFkaXVzOiAzcHg7XG4gICAgICAgIHBhZGRpbmctbGVmdDogMDtcbiAgICAgICAgcGFkZGluZy1yaWdodDogMDtcbiAgICAgICAgbWFyZ2luLXRvcDogM3B4ICFpbXBvcnRhbnQ7XG5cbiAgICAgICAgLnFsLXBpY2tlci1pdGVtIHtcbiAgICAgICAgICBwYWRkaW5nOiA0cHg7XG5cbiAgICAgICAgICAmOmhvdmVyIHtcbiAgICAgICAgICAgIGJhY2tncm91bmQ6IHJnYigyMjIsIDIyNCwgMjI2KTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgLnFsLWNvbnRhaW5lciB7XG4gICAgICBib3JkZXI6IDFweCBzb2xpZCAke3RoZW1lLmJvcmRlcn07XG4gICAgICBib3JkZXItdG9wOiBub25lO1xuICAgICAgYm9yZGVyLXJhZGl1czogMCAwIDNweCAzcHg7XG4gICAgICBmb250LXNpemU6IDE2cHg7XG4gICAgfVxuICAgICR7bWF4SGVpZ2h0ICYmXG4gICAgY3NzYFxuICAgICAgLnFsLWVkaXRvciB7XG4gICAgICAgIG1pbi1oZWlnaHQ6IDE1MHB4O1xuICAgICAgICBtYXgtaGVpZ2h0OiAke21heEhlaWdodH1weDtcbiAgICAgIH1cbiAgICBgfVxuICBgLFxufVxuXG5leHBvcnQgY29uc3QgTGFiZWwgPSBzdHlsZWQubGFiZWxgXG4gIGxpbmUtaGVpZ2h0OiAyMnB4O1xuICBmb250LXNpemU6IDFlbTtcbiAgZm9udC13ZWlnaHQ6IDYwMDtcbiAgbWFyZ2luLWJvdHRvbTogNHB4O1xuYFxuXG5leHBvcnQgY29uc3QgRXJyb3JXcmFwcGVyID0gc3R5bGVkLmRpdmBcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luLXRvcDogOHB4O1xuXG4gICYgPiBzcGFuIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgZ2FwOiA2cHg7XG4gIH1cbmBcbiJdfQ== */",
|
|
19
|
+
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
20
|
+
});
|
|
21
|
+
export const ErrorWrapper = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
|
|
22
|
+
target: "e102ifjr0"
|
|
23
|
+
} : {
|
|
24
|
+
target: "e102ifjr0",
|
|
25
|
+
label: "ErrorWrapper"
|
|
26
|
+
})(process.env.NODE_ENV === "production" ? {
|
|
27
|
+
name: "mfzkyd",
|
|
28
|
+
styles: "display:flex;flex-direction:column;margin-top:8px;&>span{display:flex;align-items:center;gap:6px;}"
|
|
29
|
+
} : {
|
|
30
|
+
name: "mfzkyd",
|
|
31
|
+
styles: "display:flex;flex-direction:column;margin-top:8px;&>span{display:flex;align-items:center;gap:6px;}",
|
|
32
|
+
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1F1aWxsRWRpdG9yL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUEwRnNDIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1F1aWxsRWRpdG9yL3N0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0J1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5pbXBvcnQgeyBJQXBwVGhlbWUgfSBmcm9tICcuLi8uLi9hcHAtc2hlbGwvdGhlbWUnXG5leHBvcnQgY29uc3Qgc3R5bGVzID0ge1xuICBkZWZhdWx0OiAodGhlbWU6IElBcHBUaGVtZSwgbWF4SGVpZ2h0OiBudW1iZXIpID0+IGNzc2BcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiA0cHg7XG5cbiAgICAucWwtdG9vbGJhciB7XG4gICAgICBib3JkZXI6IDFweCBzb2xpZCAke3RoZW1lLmJvcmRlcn07XG4gICAgICBib3JkZXItcmFkaXVzOiAzcHggM3B4IDAgMDtcbiAgICAgIHBhZGRpbmctdG9wOiAwO1xuICAgICAgcGFkZGluZy1ib3R0b206IDA7XG5cbiAgICAgIC5xbC1mb3JtYXRzIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAwO1xuICAgICAgICBwYWRkaW5nOiA0cHg7XG5cbiAgICAgICAgLy8gTm90IHRoZSBsYXN0IG9uZVxuICAgICAgICAmOm5vdCg6Zmlyc3Qtb2YtdHlwZSkge1xuICAgICAgICAgIGJvcmRlci1sZWZ0OiAxcHggc29saWQgJHt0aGVtZS5ib3JkZXJ9O1xuICAgICAgICB9XG5cbiAgICAgICAgYnV0dG9uIHtcbiAgICAgICAgICB3aWR0aDogMzRweDtcbiAgICAgICAgICBoZWlnaHQ6IDM0cHg7XG4gICAgICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDNweDtcblxuICAgICAgICAgIHN2ZyB7XG4gICAgICAgICAgICBoZWlnaHQ6IDY1JTtcbiAgICAgICAgICB9XG5cbiAgICAgICAgICAmOmhvdmVyIHtcbiAgICAgICAgICAgIGJhY2tncm91bmQ6IHJnYigyMjIsIDIyNCwgMjI2KTtcbiAgICAgICAgICB9XG4gICAgICAgICAgLy8gQWN0aXZlIGJ1dHRvbiBzdGF0ZVxuICAgICAgICAgICYucWwtYWN0aXZlIHtcbiAgICAgICAgICAgIGJhY2tncm91bmQ6IHJnYigyMDAsIDIwMywgMjA3KTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgLy8gRHJvcGRvd25zXG4gICAgICAucWwtcGlja2VyLWxhYmVsIHtcbiAgICAgICAgYm9yZGVyLWNvbG9yOiB0cmFuc3BhcmVudCAhaW1wb3J0YW50O1xuICAgICAgfVxuXG4gICAgICAvLyBEcm9wZG93biBjb250ZW50XG4gICAgICAucWwtcGlja2VyLW9wdGlvbnMge1xuICAgICAgICBib3JkZXItcmFkaXVzOiAzcHg7XG4gICAgICAgIHBhZGRpbmctbGVmdDogMDtcbiAgICAgICAgcGFkZGluZy1yaWdodDogMDtcbiAgICAgICAgbWFyZ2luLXRvcDogM3B4ICFpbXBvcnRhbnQ7XG5cbiAgICAgICAgLnFsLXBpY2tlci1pdGVtIHtcbiAgICAgICAgICBwYWRkaW5nOiA0cHg7XG5cbiAgICAgICAgICAmOmhvdmVyIHtcbiAgICAgICAgICAgIGJhY2tncm91bmQ6IHJnYigyMjIsIDIyNCwgMjI2KTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgLnFsLWNvbnRhaW5lciB7XG4gICAgICBib3JkZXI6IDFweCBzb2xpZCAke3RoZW1lLmJvcmRlcn07XG4gICAgICBib3JkZXItdG9wOiBub25lO1xuICAgICAgYm9yZGVyLXJhZGl1czogMCAwIDNweCAzcHg7XG4gICAgICBmb250LXNpemU6IDE2cHg7XG4gICAgfVxuICAgICR7bWF4SGVpZ2h0ICYmXG4gICAgY3NzYFxuICAgICAgLnFsLWVkaXRvciB7XG4gICAgICAgIG1pbi1oZWlnaHQ6IDE1MHB4O1xuICAgICAgICBtYXgtaGVpZ2h0OiAke21heEhlaWdodH1weDtcbiAgICAgIH1cbiAgICBgfVxuICBgLFxufVxuXG5leHBvcnQgY29uc3QgTGFiZWwgPSBzdHlsZWQubGFiZWxgXG4gIGxpbmUtaGVpZ2h0OiAyMnB4O1xuICBmb250LXNpemU6IDFlbTtcbiAgZm9udC13ZWlnaHQ6IDYwMDtcbiAgbWFyZ2luLWJvdHRvbTogNHB4O1xuYFxuXG5leHBvcnQgY29uc3QgRXJyb3JXcmFwcGVyID0gc3R5bGVkLmRpdmBcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luLXRvcDogOHB4O1xuXG4gICYgPiBzcGFuIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgZ2FwOiA2cHg7XG4gIH1cbmBcbiJdfQ== */",
|
|
33
|
+
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
34
|
+
});
|
package/esm/core/Radio/index.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
/** @jsxImportSource @emotion/react */
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { styles } from './styles';
|
|
4
|
-
import { jsx as _jsx } from "@emotion/react/jsx-runtime";
|
|
5
|
-
import { jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
6
5
|
const Radio = ({
|
|
7
6
|
onChange,
|
|
8
7
|
onMouseUp,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import SearchFilter from '.';
|
|
2
2
|
import Input from '../Input';
|
|
3
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
4
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
4
|
export default {
|
|
6
5
|
title: 'Core/SearchFilter',
|
|
7
6
|
component: SearchFilter
|
|
@@ -10,9 +10,7 @@ import Link from '../Link';
|
|
|
10
10
|
import Text from '../Text';
|
|
11
11
|
import { styles, ContentWrapper, PopperWrapper, HeaderWrapper, ActionButtons, MobileWrapper, Overlay } from './styles';
|
|
12
12
|
import { disableBodyScroll, enableBodyScroll } from 'body-scroll-lock';
|
|
13
|
-
import { jsx as _jsx } from "@emotion/react/jsx-runtime";
|
|
14
|
-
import { jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
15
|
-
import { Fragment as _Fragment } from "@emotion/react/jsx-runtime";
|
|
13
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "@emotion/react/jsx-runtime";
|
|
16
14
|
const SearchFilter = ({
|
|
17
15
|
title = 'Avansert søk',
|
|
18
16
|
submitText = 'Søk',
|
|
@@ -7,9 +7,7 @@ import List from '../List';
|
|
|
7
7
|
import { Option } from '../Select';
|
|
8
8
|
import useSelectSearch from './hooks/useSelectSearch';
|
|
9
9
|
import { OptionsWrapper, StyledLabel, Wrapper, ListWrapper, styles } from './styles';
|
|
10
|
-
import { jsx as _jsx } from "@emotion/react/jsx-runtime";
|
|
11
|
-
import { Fragment as _Fragment } from "@emotion/react/jsx-runtime";
|
|
12
|
-
import { jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
10
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
13
11
|
const SelectSearch = props => {
|
|
14
12
|
const ref = useRef(null);
|
|
15
13
|
const inputRef = useRef(null);
|
|
@@ -2,8 +2,7 @@ import { action } from '@storybook/addon-actions';
|
|
|
2
2
|
import Select from '.';
|
|
3
3
|
import Option from './Option';
|
|
4
4
|
import IconTypeOfBuilding from '../../icons/General/IconTypeOfBuilding';
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
6
|
export default {
|
|
8
7
|
title: 'Core/Select',
|
|
9
8
|
component: Select
|
package/esm/core/Select/index.js
CHANGED
|
@@ -7,8 +7,7 @@ import IconHelp from '../../icons/General/IconHelp';
|
|
|
7
7
|
import Button from '../Button';
|
|
8
8
|
import IconChevronDown from '../../icons/General/IconChevronDown';
|
|
9
9
|
import List from '../List';
|
|
10
|
-
import { jsx as _jsx } from "@emotion/react/jsx-runtime";
|
|
11
|
-
import { jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
10
|
+
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
12
11
|
export { Option };
|
|
13
12
|
const Select = ({
|
|
14
13
|
input,
|
|
@@ -4,8 +4,7 @@ import { BarChartContainer } from './styles';
|
|
|
4
4
|
import { formatAxisPrice } from '../../utils/formatGraphPrice';
|
|
5
5
|
import CustomTooltip from '../../shared/recharts/CustomTooltip';
|
|
6
6
|
import { CustomLegend } from '../../shared/recharts/CustomLegend';
|
|
7
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
8
|
const SimpleBarChart = ({
|
|
10
9
|
height = '350px',
|
|
11
10
|
width = 'auto',
|
|
@@ -3,8 +3,7 @@ import { CartesianGrid, Legend, Line, LineChart, ResponsiveContainer, Tooltip, X
|
|
|
3
3
|
import { CustomLegend } from '../../shared/recharts/CustomLegend';
|
|
4
4
|
import CustomTooltip from '../../shared/recharts/CustomTooltip';
|
|
5
5
|
import { LineChartContainer } from './styles';
|
|
6
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
7
|
const SimpleLineChart = ({
|
|
9
8
|
height = '350px',
|
|
10
9
|
width = '100%',
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import Text from '../../Text';
|
|
2
2
|
import { ProgressCircle, StepInformation, Wrapper } from './styles';
|
|
3
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
5
4
|
const MobileStep = ({
|
|
6
5
|
steps,
|
|
7
6
|
selected
|
|
@@ -4,8 +4,7 @@ import { useTheme } from '@emotion/react';
|
|
|
4
4
|
import { Circle, FlexWrapper, StepWrapper, SubTitleWrapper } from './styles';
|
|
5
5
|
import Button from '../../Button';
|
|
6
6
|
import Text from '../../Text';
|
|
7
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
8
|
var _ref = process.env.NODE_ENV === "production" ? {
|
|
10
9
|
name: "mmvz9h",
|
|
11
10
|
styles: "font-weight:400"
|
|
@@ -4,9 +4,7 @@ import Step from './Step';
|
|
|
4
4
|
import MobileStep from './MobileStep';
|
|
5
5
|
import { useIsMobile } from '../../hooks/useIsMobile';
|
|
6
6
|
import Box from '../Box';
|
|
7
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
-
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
9
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
8
|
const Stepper = ({
|
|
11
9
|
selected,
|
|
12
10
|
steps,
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import TabBar from '.';
|
|
2
2
|
import TabItem from './TabItem';
|
|
3
3
|
import IconMembership from '../../icons/General/IconMembership';
|
|
4
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
5
|
export default {
|
|
7
6
|
title: 'Core/TabBar',
|
|
8
7
|
component: TabBar,
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TabWrapper } from './styles';
|
|
3
3
|
import Text from '../../Text';
|
|
4
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
5
|
const TabItem = ({
|
|
7
6
|
text,
|
|
8
7
|
icon,
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import TabNav from '.';
|
|
2
2
|
import TabNavItem from './TabNavItem';
|
|
3
3
|
import Button from '../Button';
|
|
4
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
5
|
export default {
|
|
7
6
|
title: 'Core/TabNav',
|
|
8
7
|
component: TabNav
|
|
@@ -6,8 +6,7 @@ import Link from '../../Link';
|
|
|
6
6
|
import { TabContext } from '../TabContext';
|
|
7
7
|
import { useContainerDimensions } from '../utils/useContainerDimensions';
|
|
8
8
|
import { TabNavItemWrapper, styles, SelectChildrenWrapper, SelectOption } from './styles';
|
|
9
|
-
import { jsx as _jsx } from "@emotion/react/jsx-runtime";
|
|
10
|
-
import { jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
9
|
+
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
11
10
|
const TabNavItem = ({
|
|
12
11
|
value,
|
|
13
12
|
displayText,
|
package/esm/core/TabNav/index.js
CHANGED
|
@@ -7,8 +7,7 @@ import { useContainerDimensions } from './utils/useContainerDimensions';
|
|
|
7
7
|
import Select, { Option } from '../Select';
|
|
8
8
|
import Link from '../Link';
|
|
9
9
|
import { useIsMobile } from '../../hooks/useIsMobile';
|
|
10
|
-
import { jsx as _jsx } from "@emotion/react/jsx-runtime";
|
|
11
|
-
import { jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
10
|
+
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
12
11
|
const TabNav = ({
|
|
13
12
|
value,
|
|
14
13
|
children,
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import Table from '.';
|
|
2
2
|
import Cell from './Cell';
|
|
3
3
|
import Row from './Row';
|
|
4
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
5
|
export default {
|
|
7
6
|
title: 'Core/Table',
|
|
8
7
|
component: Table
|
package/esm/core/Tag/index.js
CHANGED
|
@@ -4,9 +4,7 @@ import { styles } from './styles';
|
|
|
4
4
|
import IconClose from '../../icons/General/IconClose';
|
|
5
5
|
import Button from '../Button';
|
|
6
6
|
import Spinner from '../Spinner';
|
|
7
|
-
import { jsx as _jsx } from "@emotion/react/jsx-runtime";
|
|
8
|
-
import { Fragment as _Fragment } from "@emotion/react/jsx-runtime";
|
|
9
|
-
import { jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
7
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
10
8
|
const Tag = ({
|
|
11
9
|
icon,
|
|
12
10
|
trackingEvent,
|
|
@@ -3,8 +3,7 @@ import React, { useEffect, useState } from 'react';
|
|
|
3
3
|
import { Label, styles, Wrapper, ErrorMessage } from './styles';
|
|
4
4
|
import { IconErrorOutline } from '../..';
|
|
5
5
|
import { useTheme } from '@emotion/react';
|
|
6
|
-
import { jsx as _jsx } from "@emotion/react/jsx-runtime";
|
|
7
|
-
import { jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
6
|
+
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
8
7
|
const Textarea = ({
|
|
9
8
|
label,
|
|
10
9
|
value = '',
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import Timeline from '.';
|
|
2
2
|
import TimelineStep from './TimelineStep';
|
|
3
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
4
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
4
|
export default {
|
|
6
5
|
title: 'Core/Timeline',
|
|
7
6
|
component: Timeline
|
|
@@ -3,8 +3,7 @@ import React from 'react';
|
|
|
3
3
|
import { useTheme } from '@emotion/react';
|
|
4
4
|
import Text from '../../Text';
|
|
5
5
|
import { TextWrapper, Wrapper, Circle, styles } from './styles';
|
|
6
|
-
import { jsx as _jsx } from "@emotion/react/jsx-runtime";
|
|
7
|
-
import { jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
6
|
+
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
8
7
|
const TimelineStep = ({
|
|
9
8
|
title,
|
|
10
9
|
text,
|