@bitrix24/b24ui-nuxt 2.3.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/package.json +1 -1
- package/dist/module.d.mts +2 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +3 -2
- package/dist/runtime/air-design-tokens/013_b24_mobile_light.css +1 -0
- package/dist/runtime/air-design-tokens/014_b24_mobile_dark.css +1 -0
- package/dist/runtime/air-design-tokens/015_b24_mobile_edge-light.css +1 -0
- package/dist/runtime/air-design-tokens/016_b24_mobile_edge-dark.css +1 -0
- package/dist/runtime/air-design-tokens/023_b24_desktop_light.css +1 -0
- package/dist/runtime/air-design-tokens/024_b24_desktop_dark.css +1 -0
- package/dist/runtime/air-design-tokens/025_b24_desktop_edge-light.css +1 -0
- package/dist/runtime/air-design-tokens/026_b24_desktop_edge-dark.css +1 -0
- package/dist/runtime/air-design-tokens/design-tokens/app.json +23812 -0
- package/dist/runtime/air-design-tokens/design-tokens/mobileapp.json +7476 -0
- package/dist/runtime/air-design-tokens/index.css +1 -1
- package/dist/runtime/components/Accordion.vue +11 -9
- package/dist/runtime/components/Advice.vue +13 -11
- package/dist/runtime/components/Alert.vue +11 -9
- package/dist/runtime/components/Avatar.vue +6 -4
- package/dist/runtime/components/AvatarGroup.vue +5 -3
- package/dist/runtime/components/Badge.vue +9 -7
- package/dist/runtime/components/Banner.vue +11 -9
- package/dist/runtime/components/Breadcrumb.vue +12 -10
- package/dist/runtime/components/Button.vue +14 -12
- package/dist/runtime/components/Calendar.vue +14 -12
- package/dist/runtime/components/Card.vue +6 -4
- package/dist/runtime/components/ChatMessage.vue +10 -8
- package/dist/runtime/components/ChatMessages.vue +14 -9
- package/dist/runtime/components/ChatPalette.vue +5 -3
- package/dist/runtime/components/ChatPrompt.vue +9 -6
- package/dist/runtime/components/ChatPromptSubmit.d.vue.ts +4 -4
- package/dist/runtime/components/ChatPromptSubmit.vue +4 -2
- package/dist/runtime/components/ChatPromptSubmit.vue.d.ts +4 -4
- package/dist/runtime/components/Checkbox.vue +18 -11
- package/dist/runtime/components/CheckboxGroup.d.vue.ts +2 -2
- package/dist/runtime/components/CheckboxGroup.vue +7 -5
- package/dist/runtime/components/CheckboxGroup.vue.d.ts +2 -2
- package/dist/runtime/components/Chip.d.vue.ts +1 -1
- package/dist/runtime/components/Chip.vue +5 -3
- package/dist/runtime/components/Chip.vue.d.ts +1 -1
- package/dist/runtime/components/Collapsible.vue +4 -2
- package/dist/runtime/components/ColorPicker.vue +9 -7
- package/dist/runtime/components/CommandPalette.d.vue.ts +4 -4
- package/dist/runtime/components/CommandPalette.vue +33 -31
- package/dist/runtime/components/CommandPalette.vue.d.ts +4 -4
- package/dist/runtime/components/Container.d.vue.ts +3 -0
- package/dist/runtime/components/Container.vue +5 -2
- package/dist/runtime/components/Container.vue.d.ts +3 -0
- package/dist/runtime/components/ContextMenu.vue +4 -2
- package/dist/runtime/components/Countdown.vue +11 -9
- package/dist/runtime/components/DashboardGroup.d.vue.ts +7 -2
- package/dist/runtime/components/DashboardGroup.vue +15 -11
- package/dist/runtime/components/DashboardGroup.vue.d.ts +7 -2
- package/dist/runtime/components/DashboardNavbar.d.vue.ts +59 -0
- package/dist/runtime/components/DashboardNavbar.vue +79 -0
- package/dist/runtime/components/DashboardNavbar.vue.d.ts +59 -0
- package/dist/runtime/components/DashboardPanel.d.vue.ts +31 -0
- package/dist/runtime/components/DashboardPanel.vue +66 -0
- package/dist/runtime/components/DashboardPanel.vue.d.ts +31 -0
- package/dist/runtime/components/DashboardResizeHandle.d.vue.ts +22 -0
- package/dist/runtime/components/DashboardResizeHandle.vue +30 -0
- package/dist/runtime/components/DashboardResizeHandle.vue.d.ts +22 -0
- package/dist/runtime/components/DashboardSearch.vue +5 -2
- package/dist/runtime/components/DashboardSearchButton.d.vue.ts +2 -2
- package/dist/runtime/components/DashboardSearchButton.vue +10 -6
- package/dist/runtime/components/DashboardSearchButton.vue.d.ts +2 -2
- package/dist/runtime/components/DashboardSidebar.d.vue.ts +89 -0
- package/dist/runtime/components/DashboardSidebar.vue +169 -0
- package/dist/runtime/components/DashboardSidebar.vue.d.ts +89 -0
- package/dist/runtime/components/DashboardSidebarCollapse.d.vue.ts +21 -0
- package/dist/runtime/components/DashboardSidebarCollapse.vue +64 -0
- package/dist/runtime/components/DashboardSidebarCollapse.vue.d.ts +21 -0
- package/dist/runtime/components/DashboardSidebarToggle.d.vue.ts +21 -0
- package/dist/runtime/components/DashboardSidebarToggle.vue +65 -0
- package/dist/runtime/components/DashboardSidebarToggle.vue.d.ts +21 -0
- package/dist/runtime/components/DashboardToolbar.d.vue.ts +26 -0
- package/dist/runtime/components/DashboardToolbar.vue +34 -0
- package/dist/runtime/components/DashboardToolbar.vue.d.ts +26 -0
- package/dist/runtime/components/DescriptionList.vue +15 -13
- package/dist/runtime/components/Drawer.d.vue.ts +100 -0
- package/dist/runtime/components/Drawer.vue +133 -0
- package/dist/runtime/components/Drawer.vue.d.ts +100 -0
- package/dist/runtime/components/DropdownMenu.vue +6 -9
- package/dist/runtime/components/DropdownMenuContent.vue +3 -1
- package/dist/runtime/components/Editor.d.vue.ts +2 -1
- package/dist/runtime/components/Editor.vue +15 -3
- package/dist/runtime/components/Editor.vue.d.ts +2 -1
- package/dist/runtime/components/EditorDragHandle.d.vue.ts +2 -2
- package/dist/runtime/components/EditorDragHandle.vue +5 -3
- package/dist/runtime/components/EditorDragHandle.vue.d.ts +2 -2
- package/dist/runtime/components/EditorMentionMenu.vue +4 -1
- package/dist/runtime/components/EditorToolbar.vue +6 -4
- package/dist/runtime/components/Empty.vue +11 -9
- package/dist/runtime/components/Error.vue +7 -5
- package/dist/runtime/components/FieldGroup.d.vue.ts +3 -1
- package/dist/runtime/components/FieldGroup.vue +3 -1
- package/dist/runtime/components/FieldGroup.vue.d.ts +3 -1
- package/dist/runtime/components/FileUpload.vue +17 -15
- package/dist/runtime/components/Footer.d.vue.ts +30 -0
- package/dist/runtime/components/Footer.vue +47 -0
- package/dist/runtime/components/Footer.vue.d.ts +30 -0
- package/dist/runtime/components/FooterColumns.d.vue.ts +69 -0
- package/dist/runtime/components/FooterColumns.vue +83 -0
- package/dist/runtime/components/FooterColumns.vue.d.ts +69 -0
- package/dist/runtime/components/Form.d.vue.ts +3 -0
- package/dist/runtime/components/Form.vue +10 -2
- package/dist/runtime/components/Form.vue.d.ts +3 -0
- package/dist/runtime/components/FormField.vue +12 -10
- package/dist/runtime/components/Header.d.vue.ts +81 -0
- package/dist/runtime/components/Header.vue +147 -0
- package/dist/runtime/components/Header.vue.d.ts +81 -0
- package/dist/runtime/components/Input.d.vue.ts +53 -11
- package/dist/runtime/components/Input.vue +16 -12
- package/dist/runtime/components/Input.vue.d.ts +53 -11
- package/dist/runtime/components/InputDate.d.vue.ts +4 -1
- package/dist/runtime/components/InputDate.vue +19 -12
- package/dist/runtime/components/InputDate.vue.d.ts +4 -1
- package/dist/runtime/components/InputMenu.d.vue.ts +154 -26
- package/dist/runtime/components/InputMenu.vue +53 -61
- package/dist/runtime/components/InputMenu.vue.d.ts +154 -26
- package/dist/runtime/components/InputNumber.d.vue.ts +15 -14
- package/dist/runtime/components/InputNumber.vue +19 -11
- package/dist/runtime/components/InputNumber.vue.d.ts +15 -14
- package/dist/runtime/components/InputTags.d.vue.ts +2 -0
- package/dist/runtime/components/InputTags.vue +17 -13
- package/dist/runtime/components/InputTags.vue.d.ts +2 -0
- package/dist/runtime/components/InputTime.d.vue.ts +4 -1
- package/dist/runtime/components/InputTime.vue +17 -10
- package/dist/runtime/components/InputTime.vue.d.ts +4 -1
- package/dist/runtime/components/Kbd.d.vue.ts +1 -0
- package/dist/runtime/components/Kbd.vue +5 -2
- package/dist/runtime/components/Kbd.vue.d.ts +1 -0
- package/dist/runtime/components/Link.d.vue.ts +1 -1
- package/dist/runtime/components/Link.vue +7 -7
- package/dist/runtime/components/Link.vue.d.ts +1 -1
- package/dist/runtime/components/LinkBase.d.vue.ts +1 -1
- package/dist/runtime/components/LinkBase.vue.d.ts +1 -1
- package/dist/runtime/components/Main.d.vue.ts +24 -0
- package/dist/runtime/components/Main.vue +26 -0
- package/dist/runtime/components/Main.vue.d.ts +24 -0
- package/dist/runtime/components/Modal.d.vue.ts +6 -6
- package/dist/runtime/components/Modal.vue +14 -12
- package/dist/runtime/components/Modal.vue.d.ts +6 -6
- package/dist/runtime/components/Navbar.vue +3 -1
- package/dist/runtime/components/NavbarDivider.vue +3 -1
- package/dist/runtime/components/NavbarSection.vue +3 -1
- package/dist/runtime/components/NavbarSpacer.vue +3 -1
- package/dist/runtime/components/NavigationMenu.d.vue.ts +18 -19
- package/dist/runtime/components/NavigationMenu.vue +125 -65
- package/dist/runtime/components/NavigationMenu.vue.d.ts +18 -19
- package/dist/runtime/components/Page.d.vue.ts +26 -0
- package/dist/runtime/components/Page.vue +39 -0
- package/dist/runtime/components/Page.vue.d.ts +26 -0
- package/dist/runtime/components/PageAside.d.vue.ts +28 -0
- package/dist/runtime/components/PageAside.vue +38 -0
- package/dist/runtime/components/PageAside.vue.d.ts +28 -0
- package/dist/runtime/components/PageBody.d.vue.ts +22 -0
- package/dist/runtime/components/PageBody.vue +26 -0
- package/dist/runtime/components/PageBody.vue.d.ts +22 -0
- package/dist/runtime/components/PageCard.vue +12 -10
- package/dist/runtime/components/PageColumns.d.vue.ts +3 -0
- package/dist/runtime/components/PageColumns.vue +5 -2
- package/dist/runtime/components/PageColumns.vue.d.ts +3 -0
- package/dist/runtime/components/PageFeature.d.vue.ts +47 -0
- package/dist/runtime/components/PageFeature.vue +79 -0
- package/dist/runtime/components/PageFeature.vue.d.ts +47 -0
- package/dist/runtime/components/PageGrid.d.vue.ts +3 -0
- package/dist/runtime/components/PageGrid.vue +5 -2
- package/dist/runtime/components/PageGrid.vue.d.ts +3 -0
- package/dist/runtime/components/PageHeader.d.vue.ts +37 -0
- package/dist/runtime/components/PageHeader.vue +67 -0
- package/dist/runtime/components/PageHeader.vue.d.ts +37 -0
- package/dist/runtime/components/PageLinks.vue +11 -9
- package/dist/runtime/components/PageList.d.vue.ts +3 -0
- package/dist/runtime/components/PageList.vue +5 -2
- package/dist/runtime/components/PageList.vue.d.ts +3 -0
- package/dist/runtime/components/PageSection.d.vue.ts +71 -0
- package/dist/runtime/components/PageSection.vue +110 -0
- package/dist/runtime/components/PageSection.vue.d.ts +71 -0
- package/dist/runtime/components/Pagination.d.vue.ts +2 -2
- package/dist/runtime/components/Pagination.vue +10 -8
- package/dist/runtime/components/Pagination.vue.d.ts +2 -2
- package/dist/runtime/components/PinInput.d.vue.ts +4 -1
- package/dist/runtime/components/PinInput.vue +10 -3
- package/dist/runtime/components/PinInput.vue.d.ts +4 -1
- package/dist/runtime/components/Popover.vue +4 -2
- package/dist/runtime/components/Progress.vue +8 -6
- package/dist/runtime/components/RadioGroup.d.vue.ts +2 -2
- package/dist/runtime/components/RadioGroup.vue +12 -10
- package/dist/runtime/components/RadioGroup.vue.d.ts +2 -2
- package/dist/runtime/components/Range.vue +7 -5
- package/dist/runtime/components/ScrollArea.d.vue.ts +7 -0
- package/dist/runtime/components/ScrollArea.vue +34 -10
- package/dist/runtime/components/ScrollArea.vue.d.ts +7 -0
- package/dist/runtime/components/Select.d.vue.ts +64 -20
- package/dist/runtime/components/Select.vue +35 -36
- package/dist/runtime/components/Select.vue.d.ts +64 -20
- package/dist/runtime/components/SelectMenu.d.vue.ts +116 -31
- package/dist/runtime/components/SelectMenu.vue +56 -60
- package/dist/runtime/components/SelectMenu.vue.d.ts +116 -31
- package/dist/runtime/components/Separator.d.vue.ts +2 -2
- package/dist/runtime/components/Separator.vue +9 -7
- package/dist/runtime/components/Separator.vue.d.ts +2 -2
- package/dist/runtime/components/Sidebar.vue +3 -1
- package/dist/runtime/components/SidebarBody.d.vue.ts +0 -3
- package/dist/runtime/components/SidebarBody.vue +3 -1
- package/dist/runtime/components/SidebarBody.vue.d.ts +0 -3
- package/dist/runtime/components/SidebarFooter.d.vue.ts +0 -3
- package/dist/runtime/components/SidebarFooter.vue +3 -1
- package/dist/runtime/components/SidebarFooter.vue.d.ts +0 -3
- package/dist/runtime/components/SidebarHeader.d.vue.ts +0 -3
- package/dist/runtime/components/SidebarHeader.vue +3 -1
- package/dist/runtime/components/SidebarHeader.vue.d.ts +0 -3
- package/dist/runtime/components/SidebarHeading.d.vue.ts +0 -3
- package/dist/runtime/components/SidebarHeading.vue +3 -1
- package/dist/runtime/components/SidebarHeading.vue.d.ts +0 -3
- package/dist/runtime/components/SidebarLayout.d.vue.ts +1 -1
- package/dist/runtime/components/SidebarLayout.vue +21 -19
- package/dist/runtime/components/SidebarLayout.vue.d.ts +1 -1
- package/dist/runtime/components/SidebarSection.d.vue.ts +0 -3
- package/dist/runtime/components/SidebarSection.vue +3 -1
- package/dist/runtime/components/SidebarSection.vue.d.ts +0 -3
- package/dist/runtime/components/SidebarSpacer.d.vue.ts +0 -3
- package/dist/runtime/components/SidebarSpacer.vue +3 -1
- package/dist/runtime/components/SidebarSpacer.vue.d.ts +0 -3
- package/dist/runtime/components/Skeleton.vue +3 -1
- package/dist/runtime/components/Slideover.d.vue.ts +3 -3
- package/dist/runtime/components/Slideover.vue +19 -17
- package/dist/runtime/components/Slideover.vue.d.ts +3 -3
- package/dist/runtime/components/Stepper.vue +14 -12
- package/dist/runtime/components/Switch.vue +19 -13
- package/dist/runtime/components/Table.vue +25 -23
- package/dist/runtime/components/TableWrapper.vue +3 -1
- package/dist/runtime/components/Tabs.d.vue.ts +2 -1
- package/dist/runtime/components/Tabs.vue +17 -12
- package/dist/runtime/components/Tabs.vue.d.ts +2 -1
- package/dist/runtime/components/Textarea.d.vue.ts +53 -11
- package/dist/runtime/components/Textarea.vue +18 -14
- package/dist/runtime/components/Textarea.vue.d.ts +53 -11
- package/dist/runtime/components/Theme.d.vue.ts +17 -0
- package/dist/runtime/components/Theme.vue +17 -0
- package/dist/runtime/components/Theme.vue.d.ts +17 -0
- package/dist/runtime/components/Timeline.vue +11 -9
- package/dist/runtime/components/Toast.vue +15 -15
- package/dist/runtime/components/Toaster.d.vue.ts +1 -1
- package/dist/runtime/components/Toaster.vue +6 -3
- package/dist/runtime/components/Toaster.vue.d.ts +1 -1
- package/dist/runtime/components/Tooltip.vue +8 -6
- package/dist/runtime/components/User.vue +8 -6
- package/dist/runtime/components/color-mode/ColorModeButton.d.vue.ts +1 -1
- package/dist/runtime/components/color-mode/ColorModeButton.vue +4 -2
- package/dist/runtime/components/color-mode/ColorModeButton.vue.d.ts +1 -1
- package/dist/runtime/components/color-mode/ColorModeImage.vue +8 -3
- package/dist/runtime/components/color-mode/ColorModeSelect.vue +1 -1
- package/dist/runtime/components/content/ContentSearch.vue +5 -2
- package/dist/runtime/components/content/ContentSearchButton.d.vue.ts +2 -2
- package/dist/runtime/components/content/ContentSearchButton.vue +5 -3
- package/dist/runtime/components/content/ContentSearchButton.vue.d.ts +2 -2
- package/dist/runtime/components/content/ContentSurround.vue +8 -6
- package/dist/runtime/components/content/ContentToc.vue +15 -13
- package/dist/runtime/components/locale/LocaleSelect.d.vue.ts +1 -1
- package/dist/runtime/components/locale/LocaleSelect.vue +1 -1
- package/dist/runtime/components/locale/LocaleSelect.vue.d.ts +1 -1
- package/dist/runtime/components/prose/A.vue +3 -1
- package/dist/runtime/components/prose/Accordion.vue +3 -1
- package/dist/runtime/components/prose/AccordionItem.d.vue.ts +3 -0
- package/dist/runtime/components/prose/AccordionItem.vue +5 -2
- package/dist/runtime/components/prose/AccordionItem.vue.d.ts +3 -0
- package/dist/runtime/components/prose/Badge.d.vue.ts +3 -0
- package/dist/runtime/components/prose/Badge.vue +5 -2
- package/dist/runtime/components/prose/Badge.vue.d.ts +3 -0
- package/dist/runtime/components/prose/Blockquote.d.vue.ts +0 -3
- package/dist/runtime/components/prose/Blockquote.vue +3 -1
- package/dist/runtime/components/prose/Blockquote.vue.d.ts +0 -3
- package/dist/runtime/components/prose/Callout.vue +5 -3
- package/dist/runtime/components/prose/Card.vue +7 -5
- package/dist/runtime/components/prose/CardGroup.d.vue.ts +3 -0
- package/dist/runtime/components/prose/CardGroup.vue +5 -2
- package/dist/runtime/components/prose/CardGroup.vue.d.ts +3 -0
- package/dist/runtime/components/prose/Code.vue +3 -1
- package/dist/runtime/components/prose/CodeCollapse.vue +6 -4
- package/dist/runtime/components/prose/CodeGroup.vue +8 -6
- package/dist/runtime/components/prose/CodePreview.vue +5 -3
- package/dist/runtime/components/prose/Collapsible.vue +6 -4
- package/dist/runtime/components/prose/Em.d.vue.ts +0 -3
- package/dist/runtime/components/prose/Em.vue +3 -1
- package/dist/runtime/components/prose/Em.vue.d.ts +0 -3
- package/dist/runtime/components/prose/Field.vue +9 -7
- package/dist/runtime/components/prose/FieldGroup.d.vue.ts +3 -0
- package/dist/runtime/components/prose/FieldGroup.vue +5 -2
- package/dist/runtime/components/prose/FieldGroup.vue.d.ts +3 -0
- package/dist/runtime/components/prose/H1.vue +4 -2
- package/dist/runtime/components/prose/H2.vue +6 -4
- package/dist/runtime/components/prose/H3.vue +6 -4
- package/dist/runtime/components/prose/H4.vue +6 -4
- package/dist/runtime/components/prose/H5.vue +3 -1
- package/dist/runtime/components/prose/H6.vue +3 -1
- package/dist/runtime/components/prose/Hr.d.vue.ts +0 -6
- package/dist/runtime/components/prose/Hr.vue +3 -1
- package/dist/runtime/components/prose/Hr.vue.d.ts +0 -6
- package/dist/runtime/components/prose/Img.vue +9 -8
- package/dist/runtime/components/prose/Kbd.d.vue.ts +3 -0
- package/dist/runtime/components/prose/Kbd.vue +5 -2
- package/dist/runtime/components/prose/Kbd.vue.d.ts +3 -0
- package/dist/runtime/components/prose/Li.d.vue.ts +0 -3
- package/dist/runtime/components/prose/Li.vue +3 -1
- package/dist/runtime/components/prose/Li.vue.d.ts +0 -3
- package/dist/runtime/components/prose/Ol.d.vue.ts +0 -3
- package/dist/runtime/components/prose/Ol.vue +3 -1
- package/dist/runtime/components/prose/Ol.vue.d.ts +0 -3
- package/dist/runtime/components/prose/P.vue +3 -1
- package/dist/runtime/components/prose/Pre.vue +8 -6
- package/dist/runtime/components/prose/Steps.d.vue.ts +3 -0
- package/dist/runtime/components/prose/Steps.vue +5 -2
- package/dist/runtime/components/prose/Steps.vue.d.ts +3 -0
- package/dist/runtime/components/prose/Strong.d.vue.ts +0 -3
- package/dist/runtime/components/prose/Strong.vue +3 -1
- package/dist/runtime/components/prose/Strong.vue.d.ts +0 -3
- package/dist/runtime/components/prose/Table.vue +4 -2
- package/dist/runtime/components/prose/Tabs.vue +3 -1
- package/dist/runtime/components/prose/TabsItem.d.vue.ts +3 -0
- package/dist/runtime/components/prose/TabsItem.vue +5 -2
- package/dist/runtime/components/prose/TabsItem.vue.d.ts +3 -0
- package/dist/runtime/components/prose/Tbody.d.vue.ts +0 -3
- package/dist/runtime/components/prose/Tbody.vue +3 -1
- package/dist/runtime/components/prose/Tbody.vue.d.ts +0 -3
- package/dist/runtime/components/prose/Td.vue +3 -1
- package/dist/runtime/components/prose/Th.vue +3 -1
- package/dist/runtime/components/prose/Thead.d.vue.ts +0 -3
- package/dist/runtime/components/prose/Thead.vue +3 -1
- package/dist/runtime/components/prose/Thead.vue.d.ts +0 -3
- package/dist/runtime/components/prose/Tr.d.vue.ts +0 -3
- package/dist/runtime/components/prose/Tr.vue +3 -1
- package/dist/runtime/components/prose/Tr.vue.d.ts +0 -3
- package/dist/runtime/components/prose/Ul.d.vue.ts +0 -3
- package/dist/runtime/components/prose/Ul.vue +3 -1
- package/dist/runtime/components/prose/Ul.vue.d.ts +0 -3
- package/dist/runtime/composables/color-mode/useColorMode.d.ts +6 -0
- package/dist/runtime/composables/color-mode/useColorMode.js +15 -6
- package/dist/runtime/composables/defineShortcuts.js +4 -1
- package/dist/runtime/composables/internal/useFilter.d.ts +9 -0
- package/dist/runtime/composables/internal/useFilter.js +60 -0
- package/dist/runtime/composables/useAvatarGroup.d.ts +1 -1
- package/dist/runtime/composables/useComponentUI.d.ts +33 -0
- package/dist/runtime/composables/useComponentUI.js +13 -0
- package/dist/runtime/composables/useEditorMenu.d.ts +11 -0
- package/dist/runtime/composables/useEditorMenu.js +144 -166
- package/dist/runtime/composables/useFieldGroup.d.ts +1 -1
- package/dist/runtime/composables/useFormField.d.ts +1 -1
- package/dist/runtime/composables/useLoading.d.ts +3 -0
- package/dist/runtime/composables/useResizable.d.ts +1 -1
- package/dist/runtime/composables/useResizable.js +1 -1
- package/dist/runtime/composables/useToast.d.ts +4 -0
- package/dist/runtime/composables/useToast.js +25 -1
- package/dist/runtime/dictionary/icons.d.ts +3 -0
- package/dist/runtime/dictionary/icons.js +7 -1
- package/dist/runtime/index.css +1 -1
- package/dist/runtime/keyframes.css +1 -1
- package/dist/runtime/plugins/platform.d.ts +34 -0
- package/dist/runtime/plugins/platform.js +31 -0
- package/dist/runtime/plugins/ui-version.d.ts +1 -1
- package/dist/runtime/types/color-mode.d.ts +1 -1
- package/dist/runtime/types/index.d.ts +19 -0
- package/dist/runtime/types/index.js +19 -0
- package/dist/runtime/types/input.d.ts +16 -6
- package/dist/runtime/types/utils.d.ts +10 -8
- package/dist/runtime/utils/dashboard.d.ts +4 -5
- package/dist/runtime/utils/dashboard.js +1 -1
- package/dist/runtime/utils/index.d.ts +2 -1
- package/dist/runtime/utils/index.js +11 -1
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.vue +1 -1
- package/dist/runtime/vue/overrides/inertia/Link.d.vue.ts +1 -1
- package/dist/runtime/vue/overrides/inertia/Link.vue.d.ts +1 -1
- package/dist/runtime/vue/overrides/inertia/LinkBase.d.vue.ts +1 -1
- package/dist/runtime/vue/overrides/inertia/LinkBase.vue.d.ts +1 -1
- package/dist/runtime/vue/overrides/none/Link.d.vue.ts +1 -1
- package/dist/runtime/vue/overrides/none/Link.vue.d.ts +1 -1
- package/dist/runtime/vue/overrides/vue-router/Link.d.vue.ts +1 -1
- package/dist/runtime/vue/overrides/vue-router/Link.vue.d.ts +1 -1
- package/dist/runtime/vue/stubs/base.d.ts +9 -13
- package/dist/runtime/vue/stubs/base.js +11 -33
- package/dist/shared/{b24ui-nuxt.DEyBXBFe.mjs → b24ui-nuxt.DstlkmYO.mjs} +653 -51
- package/dist/unplugin.d.mts +2 -1
- package/dist/unplugin.mjs +2 -1
- package/dist/vite.mjs +1 -1
- package/package.json +50 -52
|
@@ -8,7 +8,7 @@ import { globSync } from 'tinyglobby';
|
|
|
8
8
|
import { defuFn } from 'defu';
|
|
9
9
|
|
|
10
10
|
const name = "@bitrix24/b24ui-nuxt";
|
|
11
|
-
const version = "2.
|
|
11
|
+
const version = "2.4.0";
|
|
12
12
|
|
|
13
13
|
function getDefaultConfig(theme) {
|
|
14
14
|
return {
|
|
@@ -22,6 +22,7 @@ function getDefaultConfig(theme) {
|
|
|
22
22
|
}
|
|
23
23
|
const defaultOptions = {
|
|
24
24
|
colorMode: true,
|
|
25
|
+
colorModeInitialValue: "light",
|
|
25
26
|
colorModeTypeLight: "light",
|
|
26
27
|
version,
|
|
27
28
|
mdc: true,
|
|
@@ -1806,7 +1807,8 @@ const chatPrompt = {
|
|
|
1806
1807
|
header: "flex items-center gap-[8px]",
|
|
1807
1808
|
body: "py-[4px] items-start",
|
|
1808
1809
|
footer: "flex items-center justify-end gap-[8px]",
|
|
1809
|
-
base: "pt-[1px] pb-[0px]
|
|
1810
|
+
base: "pt-[1px] pb-[0px]"
|
|
1811
|
+
// text-(length:--ui-font-size-lg)/(--ui-font-line-height-2xs)
|
|
1810
1812
|
},
|
|
1811
1813
|
variants: {
|
|
1812
1814
|
variant: {
|
|
@@ -2846,8 +2848,51 @@ const countdown = {
|
|
|
2846
2848
|
};
|
|
2847
2849
|
|
|
2848
2850
|
const dashboardGroup = {
|
|
2849
|
-
base: ""
|
|
2850
|
-
|
|
2851
|
+
base: "fixed inset-0 flex overflow-hidden"
|
|
2852
|
+
};
|
|
2853
|
+
|
|
2854
|
+
const dashboardNavbar = {
|
|
2855
|
+
slots: {
|
|
2856
|
+
root: "h-(--b24ui-header-height) shrink-0 flex items-center justify-between border-b border-(--ui-color-divider-default) px-4 sm:px-6 gap-1.5",
|
|
2857
|
+
left: "flex items-center gap-1.5 min-w-0",
|
|
2858
|
+
icon: "shrink-0 size-5 self-center me-1.5",
|
|
2859
|
+
title: "flex items-center gap-1.5 font-(--ui-font-weight-semi-bold) text-(--b24ui-typography-label-color) truncate",
|
|
2860
|
+
center: "hidden lg:flex",
|
|
2861
|
+
right: "flex items-center shrink-0 gap-1.5",
|
|
2862
|
+
toggle: ""
|
|
2863
|
+
},
|
|
2864
|
+
variants: {
|
|
2865
|
+
toggleSide: {
|
|
2866
|
+
left: {
|
|
2867
|
+
toggle: ""
|
|
2868
|
+
},
|
|
2869
|
+
right: {
|
|
2870
|
+
toggle: ""
|
|
2871
|
+
}
|
|
2872
|
+
}
|
|
2873
|
+
}
|
|
2874
|
+
};
|
|
2875
|
+
|
|
2876
|
+
const dashboardPanel = {
|
|
2877
|
+
slots: {
|
|
2878
|
+
root: "relative flex flex-col min-w-0 min-h-svh lg:not-last:border-e lg:not-last:border-(--ui-color-divider-default) shrink-0",
|
|
2879
|
+
body: "flex flex-col gap-4 sm:gap-6 flex-1 overflow-y-auto p-4 sm:p-6 scrollbar-thin",
|
|
2880
|
+
handle: ""
|
|
2881
|
+
},
|
|
2882
|
+
variants: {
|
|
2883
|
+
size: {
|
|
2884
|
+
true: {
|
|
2885
|
+
root: "w-full lg:w-(--width)"
|
|
2886
|
+
},
|
|
2887
|
+
false: {
|
|
2888
|
+
root: "flex-1"
|
|
2889
|
+
}
|
|
2890
|
+
}
|
|
2891
|
+
}
|
|
2892
|
+
};
|
|
2893
|
+
|
|
2894
|
+
const dashboardResizeHandle = {
|
|
2895
|
+
base: "hidden lg:block touch-none select-none cursor-ew-resize relative before:absolute before:inset-y-0 before:-left-1.5 before:-right-1.5 before:z-1"
|
|
2851
2896
|
};
|
|
2852
2897
|
|
|
2853
2898
|
const dashboardSearch = {
|
|
@@ -2862,24 +2907,12 @@ const dashboardSearch = {
|
|
|
2862
2907
|
}
|
|
2863
2908
|
},
|
|
2864
2909
|
size: {
|
|
2865
|
-
xss: {
|
|
2866
|
-
|
|
2867
|
-
},
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
}
|
|
2871
|
-
sm: {
|
|
2872
|
-
input: "[&>input]:text-(length:--ui-font-size-sm)/[normal]"
|
|
2873
|
-
},
|
|
2874
|
-
md: {
|
|
2875
|
-
input: "[&>input]:text-(length:--ui-font-size-md)/[normal]"
|
|
2876
|
-
},
|
|
2877
|
-
lg: {
|
|
2878
|
-
input: "[&>input]:text-(length:--ui-font-size-lg)/[normal]"
|
|
2879
|
-
},
|
|
2880
|
-
xl: {
|
|
2881
|
-
input: "[&>input]:text-(length:--ui-font-size-2xl)/[normal]"
|
|
2882
|
-
}
|
|
2910
|
+
xss: {},
|
|
2911
|
+
xs: {},
|
|
2912
|
+
sm: {},
|
|
2913
|
+
md: {},
|
|
2914
|
+
lg: {},
|
|
2915
|
+
xl: {}
|
|
2883
2916
|
}
|
|
2884
2917
|
},
|
|
2885
2918
|
defaultVariants: {
|
|
@@ -2905,6 +2938,72 @@ const dashboardSearchButton = {
|
|
|
2905
2938
|
}
|
|
2906
2939
|
};
|
|
2907
2940
|
|
|
2941
|
+
const dashboardSidebar = {
|
|
2942
|
+
slots: {
|
|
2943
|
+
root: "relative hidden lg:flex flex-col min-h-svh min-w-16 w-(--width) shrink-0",
|
|
2944
|
+
header: "h-(--b24ui-header-height) shrink-0 flex items-center gap-1.5 px-4",
|
|
2945
|
+
body: "flex flex-col gap-4 flex-1 overflow-y-auto py-2 scrollbar-thin scrollbar-transparent",
|
|
2946
|
+
footer: "shrink-0 flex items-center gap-1.5 px-4 py-2",
|
|
2947
|
+
toggle: "",
|
|
2948
|
+
handle: "",
|
|
2949
|
+
content: "lg:hidden",
|
|
2950
|
+
overlay: "lg:hidden"
|
|
2951
|
+
},
|
|
2952
|
+
variants: {
|
|
2953
|
+
menu: {
|
|
2954
|
+
true: {
|
|
2955
|
+
header: "sm:px-6",
|
|
2956
|
+
body: "sm:px-6",
|
|
2957
|
+
footer: "sm:px-6"
|
|
2958
|
+
}
|
|
2959
|
+
},
|
|
2960
|
+
side: {
|
|
2961
|
+
left: {
|
|
2962
|
+
root: "border-e border-(--ui-color-divider-default)"
|
|
2963
|
+
},
|
|
2964
|
+
right: {
|
|
2965
|
+
root: ""
|
|
2966
|
+
}
|
|
2967
|
+
},
|
|
2968
|
+
toggleSide: {
|
|
2969
|
+
left: {
|
|
2970
|
+
toggle: ""
|
|
2971
|
+
},
|
|
2972
|
+
right: {
|
|
2973
|
+
toggle: "ms-auto"
|
|
2974
|
+
}
|
|
2975
|
+
}
|
|
2976
|
+
}
|
|
2977
|
+
};
|
|
2978
|
+
|
|
2979
|
+
const dashboardSidebarCollapse = {
|
|
2980
|
+
base: "hidden lg:flex",
|
|
2981
|
+
variants: {
|
|
2982
|
+
side: {
|
|
2983
|
+
left: "",
|
|
2984
|
+
right: ""
|
|
2985
|
+
}
|
|
2986
|
+
}
|
|
2987
|
+
};
|
|
2988
|
+
|
|
2989
|
+
const dashboardSidebarToggle = {
|
|
2990
|
+
base: "lg:hidden",
|
|
2991
|
+
variants: {
|
|
2992
|
+
side: {
|
|
2993
|
+
left: "",
|
|
2994
|
+
right: ""
|
|
2995
|
+
}
|
|
2996
|
+
}
|
|
2997
|
+
};
|
|
2998
|
+
|
|
2999
|
+
const dashboardToolbar = {
|
|
3000
|
+
slots: {
|
|
3001
|
+
root: "shrink-0 flex items-center justify-between border-b border-(--ui-color-divider-default) px-4 sm:px-6 gap-1.5 overflow-x-auto min-h-[49px]",
|
|
3002
|
+
left: "flex items-center gap-1.5",
|
|
3003
|
+
right: "flex items-center gap-1.5"
|
|
3004
|
+
}
|
|
3005
|
+
};
|
|
3006
|
+
|
|
2908
3007
|
const descriptionList = {
|
|
2909
3008
|
slots: {
|
|
2910
3009
|
root: "w-full shrink-0",
|
|
@@ -2987,6 +3086,166 @@ const descriptionList = {
|
|
|
2987
3086
|
}
|
|
2988
3087
|
};
|
|
2989
3088
|
|
|
3089
|
+
const drawer = {
|
|
3090
|
+
slots: {
|
|
3091
|
+
overlay: "fixed inset-0",
|
|
3092
|
+
content: [
|
|
3093
|
+
"fixed",
|
|
3094
|
+
"base-mode",
|
|
3095
|
+
"bg-(--ui-color-bg-content-primary)",
|
|
3096
|
+
"flex",
|
|
3097
|
+
"focus:outline-none",
|
|
3098
|
+
"ring ring-(--ui-color-divider-default)"
|
|
3099
|
+
].join(" "),
|
|
3100
|
+
handle: "shrink-0 !bg-(--ui-color-divider-default) transition-opacity",
|
|
3101
|
+
container: "w-full flex flex-col gap-4 p-4 overflow-y-auto",
|
|
3102
|
+
header: "",
|
|
3103
|
+
title: [
|
|
3104
|
+
"font-[family-name:var(--ui-font-family-primary)]",
|
|
3105
|
+
"text-(--b24ui-typography-label-color)",
|
|
3106
|
+
"font-(--ui-font-weight-medium)",
|
|
3107
|
+
"mb-0",
|
|
3108
|
+
"text-[calc(var(--ui-font-size-2xl)+2px)]/(--ui-font-size-2xl)"
|
|
3109
|
+
].join(" "),
|
|
3110
|
+
description: [
|
|
3111
|
+
"mt-1",
|
|
3112
|
+
"text-(--b24ui-typography-description-color)",
|
|
3113
|
+
"text-(length:--ui-font-size-sm)"
|
|
3114
|
+
].join(" "),
|
|
3115
|
+
body: "flex-1",
|
|
3116
|
+
footer: "flex flex-col gap-1.5"
|
|
3117
|
+
},
|
|
3118
|
+
variants: {
|
|
3119
|
+
overlayBlur: {
|
|
3120
|
+
auto: { overlay: "motion-safe:backdrop-blur-[2px]" },
|
|
3121
|
+
on: { overlay: "backdrop-blur-[2px]" },
|
|
3122
|
+
off: { overlay: "" }
|
|
3123
|
+
},
|
|
3124
|
+
scrollbarThin: {
|
|
3125
|
+
true: {
|
|
3126
|
+
body: "scrollbar-thin"
|
|
3127
|
+
}
|
|
3128
|
+
},
|
|
3129
|
+
overlay: {
|
|
3130
|
+
true: {
|
|
3131
|
+
overlay: "bg-[#003366]/20"
|
|
3132
|
+
}
|
|
3133
|
+
},
|
|
3134
|
+
direction: {
|
|
3135
|
+
top: {
|
|
3136
|
+
content: "mb-24 flex-col-reverse",
|
|
3137
|
+
handle: "mb-4"
|
|
3138
|
+
},
|
|
3139
|
+
right: {
|
|
3140
|
+
content: "flex-row",
|
|
3141
|
+
handle: "!ml-4"
|
|
3142
|
+
},
|
|
3143
|
+
bottom: {
|
|
3144
|
+
content: "mt-24 flex-col",
|
|
3145
|
+
handle: "mt-4"
|
|
3146
|
+
},
|
|
3147
|
+
left: {
|
|
3148
|
+
content: "flex-row-reverse",
|
|
3149
|
+
handle: "!mr-4"
|
|
3150
|
+
}
|
|
3151
|
+
},
|
|
3152
|
+
inset: {
|
|
3153
|
+
true: {
|
|
3154
|
+
content: "rounded-lg after:hidden overflow-hidden [--initial-transform:calc(100%+1.5rem)]"
|
|
3155
|
+
}
|
|
3156
|
+
},
|
|
3157
|
+
snapPoints: {
|
|
3158
|
+
true: ""
|
|
3159
|
+
}
|
|
3160
|
+
},
|
|
3161
|
+
compoundVariants: [
|
|
3162
|
+
{
|
|
3163
|
+
direction: ["top", "bottom"],
|
|
3164
|
+
class: {
|
|
3165
|
+
content: "h-auto max-h-[96%]",
|
|
3166
|
+
handle: "!w-12 !h-1.5 mx-auto"
|
|
3167
|
+
}
|
|
3168
|
+
},
|
|
3169
|
+
{
|
|
3170
|
+
direction: ["top", "bottom"],
|
|
3171
|
+
snapPoints: true,
|
|
3172
|
+
class: {
|
|
3173
|
+
content: "h-full"
|
|
3174
|
+
}
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
direction: ["right", "left"],
|
|
3178
|
+
class: {
|
|
3179
|
+
content: "w-auto max-w-[calc(100%-2rem)]",
|
|
3180
|
+
handle: "!h-12 !w-1.5 mt-auto mb-auto"
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
direction: ["right", "left"],
|
|
3185
|
+
snapPoints: true,
|
|
3186
|
+
class: {
|
|
3187
|
+
content: "w-full"
|
|
3188
|
+
}
|
|
3189
|
+
},
|
|
3190
|
+
{
|
|
3191
|
+
direction: "top",
|
|
3192
|
+
inset: true,
|
|
3193
|
+
class: {
|
|
3194
|
+
content: "inset-x-4 top-4"
|
|
3195
|
+
}
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
direction: "top",
|
|
3199
|
+
inset: false,
|
|
3200
|
+
class: {
|
|
3201
|
+
content: "inset-x-0 top-0 rounded-b-lg"
|
|
3202
|
+
}
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
direction: "bottom",
|
|
3206
|
+
inset: true,
|
|
3207
|
+
class: {
|
|
3208
|
+
content: "inset-x-4 bottom-4"
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
direction: "bottom",
|
|
3213
|
+
inset: false,
|
|
3214
|
+
class: {
|
|
3215
|
+
content: "inset-x-0 bottom-0 rounded-t-lg"
|
|
3216
|
+
}
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
direction: "left",
|
|
3220
|
+
inset: true,
|
|
3221
|
+
class: {
|
|
3222
|
+
content: "inset-y-4 left-4"
|
|
3223
|
+
}
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
direction: "left",
|
|
3227
|
+
inset: false,
|
|
3228
|
+
class: {
|
|
3229
|
+
content: "inset-y-0 left-0 rounded-r-lg"
|
|
3230
|
+
}
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
direction: "right",
|
|
3234
|
+
inset: true,
|
|
3235
|
+
class: {
|
|
3236
|
+
content: "inset-y-4 right-4"
|
|
3237
|
+
}
|
|
3238
|
+
},
|
|
3239
|
+
{
|
|
3240
|
+
direction: "right",
|
|
3241
|
+
inset: false,
|
|
3242
|
+
class: {
|
|
3243
|
+
content: "inset-y-0 right-0 rounded-l-lg"
|
|
3244
|
+
}
|
|
3245
|
+
}
|
|
3246
|
+
]
|
|
3247
|
+
};
|
|
3248
|
+
|
|
2990
3249
|
const dropdownMenu = {
|
|
2991
3250
|
slots: {
|
|
2992
3251
|
content: [
|
|
@@ -3762,6 +4021,47 @@ const fileUpload = {
|
|
|
3762
4021
|
}
|
|
3763
4022
|
};
|
|
3764
4023
|
|
|
4024
|
+
const footer = {
|
|
4025
|
+
slots: {
|
|
4026
|
+
root: "",
|
|
4027
|
+
top: "py-8 lg:py-12",
|
|
4028
|
+
bottom: "py-8 lg:py-12",
|
|
4029
|
+
container: "py-8 lg:py-4 lg:flex lg:items-center lg:justify-between lg:gap-x-3",
|
|
4030
|
+
left: "flex items-center justify-center lg:justify-start lg:flex-1 gap-x-1.5 mt-3 lg:mt-0 lg:order-1",
|
|
4031
|
+
center: "mt-3 lg:mt-0 lg:order-2 flex items-center justify-center",
|
|
4032
|
+
right: "lg:flex-1 flex items-center justify-center lg:justify-end gap-x-1.5 lg:order-3"
|
|
4033
|
+
}
|
|
4034
|
+
};
|
|
4035
|
+
|
|
4036
|
+
const footerColumns = {
|
|
4037
|
+
slots: {
|
|
4038
|
+
root: "xl:grid xl:grid-cols-3 xl:gap-8",
|
|
4039
|
+
left: "mb-10 xl:mb-0",
|
|
4040
|
+
center: "flex flex-col lg:grid grid-flow-col auto-cols-fr gap-8 xl:col-span-2",
|
|
4041
|
+
right: "mt-10 xl:mt-0",
|
|
4042
|
+
label: "text-(length:--ui-font-size-lg)/[normal] font-(--ui-font-weight-semi-bold)",
|
|
4043
|
+
list: "mt-6 space-y-4",
|
|
4044
|
+
item: "relative",
|
|
4045
|
+
link: "group text-sm flex items-center gap-1.5 focus-visible:outline-primary",
|
|
4046
|
+
linkLeadingIcon: "size-5 shrink-0",
|
|
4047
|
+
linkLabel: "truncate",
|
|
4048
|
+
linkLabelExternalIcon: "inline-block size-[14px] text-(--ui-color-design-plain-content-icon-secondary)"
|
|
4049
|
+
},
|
|
4050
|
+
variants: {
|
|
4051
|
+
active: {
|
|
4052
|
+
true: {
|
|
4053
|
+
link: "text-primary font-medium"
|
|
4054
|
+
},
|
|
4055
|
+
false: {
|
|
4056
|
+
link: [
|
|
4057
|
+
"text-(--b24ui-typography-description-color) hover:text-(--b24ui-typography-label-color)",
|
|
4058
|
+
"transition-colors"
|
|
4059
|
+
].join(" ")
|
|
4060
|
+
}
|
|
4061
|
+
}
|
|
4062
|
+
}
|
|
4063
|
+
};
|
|
4064
|
+
|
|
3765
4065
|
const form = {
|
|
3766
4066
|
base: ""
|
|
3767
4067
|
};
|
|
@@ -3837,6 +4137,32 @@ const formField = {
|
|
|
3837
4137
|
}
|
|
3838
4138
|
};
|
|
3839
4139
|
|
|
4140
|
+
const header = {
|
|
4141
|
+
slots: {
|
|
4142
|
+
root: "bg-(--ui-color-bg-content-primary)/75 backdrop-blur border-b border-(--ui-color-divider-default) h-(--b24ui-header-height) sticky top-0 z-50",
|
|
4143
|
+
container: "flex items-center justify-between gap-3 h-full",
|
|
4144
|
+
left: "lg:flex-1 flex items-center gap-1.5",
|
|
4145
|
+
center: "hidden lg:flex",
|
|
4146
|
+
right: "flex items-center justify-end lg:flex-1 gap-1.5",
|
|
4147
|
+
title: "shrink-0 font-bold text-xl text-(--b24ui-typography-label-color) flex items-end gap-1.5",
|
|
4148
|
+
toggle: "lg:hidden",
|
|
4149
|
+
content: "lg:hidden",
|
|
4150
|
+
overlay: "lg:hidden",
|
|
4151
|
+
header: "px-4 sm:px-6 h-(--b24ui-header-height) shrink-0 flex items-center justify-between gap-3",
|
|
4152
|
+
body: "p-4 sm:p-6 overflow-y-auto"
|
|
4153
|
+
},
|
|
4154
|
+
variants: {
|
|
4155
|
+
toggleSide: {
|
|
4156
|
+
left: {
|
|
4157
|
+
toggle: "-ms-1.5"
|
|
4158
|
+
},
|
|
4159
|
+
right: {
|
|
4160
|
+
toggle: "-me-1.5"
|
|
4161
|
+
}
|
|
4162
|
+
}
|
|
4163
|
+
}
|
|
4164
|
+
};
|
|
4165
|
+
|
|
3840
4166
|
const input = {
|
|
3841
4167
|
slots: {
|
|
3842
4168
|
root: "isolate relative inline-flex items-center",
|
|
@@ -3968,6 +4294,9 @@ const input = {
|
|
|
3968
4294
|
trailing: { true: "" },
|
|
3969
4295
|
loading: { true: "" },
|
|
3970
4296
|
highlight: { true: "ring ring-inset ring-(--b24ui-border-color)" },
|
|
4297
|
+
fixed: {
|
|
4298
|
+
false: ""
|
|
4299
|
+
},
|
|
3971
4300
|
type: {
|
|
3972
4301
|
file: [
|
|
3973
4302
|
"file:me-1.5",
|
|
@@ -4192,6 +4521,33 @@ const input = {
|
|
|
4192
4521
|
size: "xss",
|
|
4193
4522
|
rounded: false,
|
|
4194
4523
|
class: "rounded-[5px]"
|
|
4524
|
+
},
|
|
4525
|
+
// endregion ////
|
|
4526
|
+
// region fixed ////
|
|
4527
|
+
{
|
|
4528
|
+
fixed: false,
|
|
4529
|
+
size: "xss",
|
|
4530
|
+
class: "md:text-(length:--ui-font-size-4xs)/[normal]"
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
fixed: false,
|
|
4534
|
+
size: "xs",
|
|
4535
|
+
class: "md:text-(length:--ui-font-size-xs)/[normal]"
|
|
4536
|
+
},
|
|
4537
|
+
{
|
|
4538
|
+
fixed: false,
|
|
4539
|
+
size: "sm",
|
|
4540
|
+
class: "md:text-(length:--ui-font-size-sm)/[normal]"
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
fixed: false,
|
|
4544
|
+
size: "md",
|
|
4545
|
+
class: "md:text-(length:--ui-font-size-lg)/[normal]"
|
|
4546
|
+
},
|
|
4547
|
+
{
|
|
4548
|
+
fixed: false,
|
|
4549
|
+
size: "lg",
|
|
4550
|
+
class: "md:text-(length:--ui-font-size-lg)/[normal]"
|
|
4195
4551
|
}
|
|
4196
4552
|
// endregion ////
|
|
4197
4553
|
],
|
|
@@ -4766,6 +5122,9 @@ const inputNumber = () => {
|
|
|
4766
5122
|
highlight: {
|
|
4767
5123
|
true: ""
|
|
4768
5124
|
},
|
|
5125
|
+
fixed: {
|
|
5126
|
+
false: ""
|
|
5127
|
+
},
|
|
4769
5128
|
increment: {
|
|
4770
5129
|
false: ""
|
|
4771
5130
|
},
|
|
@@ -5071,6 +5430,33 @@ const inputNumber = () => {
|
|
|
5071
5430
|
size: "xss",
|
|
5072
5431
|
rounded: false,
|
|
5073
5432
|
class: "rounded-[5px]"
|
|
5433
|
+
},
|
|
5434
|
+
// endregion ////
|
|
5435
|
+
// region fixed ////
|
|
5436
|
+
{
|
|
5437
|
+
fixed: false,
|
|
5438
|
+
size: "xss",
|
|
5439
|
+
class: "md:text-(length:--ui-font-size-4xs)/[normal]"
|
|
5440
|
+
},
|
|
5441
|
+
{
|
|
5442
|
+
fixed: false,
|
|
5443
|
+
size: "xs",
|
|
5444
|
+
class: "md:text-(length:--ui-font-size-xs)/[normal]"
|
|
5445
|
+
},
|
|
5446
|
+
{
|
|
5447
|
+
fixed: false,
|
|
5448
|
+
size: "sm",
|
|
5449
|
+
class: "md:text-(length:--ui-font-size-sm)/[normal]"
|
|
5450
|
+
},
|
|
5451
|
+
{
|
|
5452
|
+
fixed: false,
|
|
5453
|
+
size: "md",
|
|
5454
|
+
class: "md:text-(length:--ui-font-size-lg)/[normal]"
|
|
5455
|
+
},
|
|
5456
|
+
{
|
|
5457
|
+
fixed: false,
|
|
5458
|
+
size: "lg",
|
|
5459
|
+
class: "md:text-(length:--ui-font-size-lg)/[normal]"
|
|
5074
5460
|
}
|
|
5075
5461
|
// endregion ////
|
|
5076
5462
|
],
|
|
@@ -5401,6 +5787,10 @@ const link = (options) => ({
|
|
|
5401
5787
|
]
|
|
5402
5788
|
});
|
|
5403
5789
|
|
|
5790
|
+
const main = {
|
|
5791
|
+
base: "min-h-[calc(100vh-var(--b24ui-header-height))]"
|
|
5792
|
+
};
|
|
5793
|
+
|
|
5404
5794
|
const modal = {
|
|
5405
5795
|
slots: {
|
|
5406
5796
|
overlay: "fixed inset-0",
|
|
@@ -5539,6 +5929,7 @@ const navigationMenu = {
|
|
|
5539
5929
|
linkLeadingIcon: "shrink-0 size-[26px]",
|
|
5540
5930
|
linkLeadingAvatar: "shrink-0",
|
|
5541
5931
|
linkLeadingAvatarSize: "xs",
|
|
5932
|
+
linkLeadingChipSize: "sm",
|
|
5542
5933
|
linkLeadingHint: [
|
|
5543
5934
|
"inline-flex m-0 absolute -top-[5px] left-[8px]",
|
|
5544
5935
|
"text-(length:--ui-font-size-4xs)",
|
|
@@ -5732,6 +6123,7 @@ const navigationMenu = {
|
|
|
5732
6123
|
class: {
|
|
5733
6124
|
childList: "grid px-0 py-(--menu-popup-padding)",
|
|
5734
6125
|
linkLabel: "hidden",
|
|
6126
|
+
linkLabelExternalIcon: "hidden",
|
|
5735
6127
|
linkTrailing: "hidden"
|
|
5736
6128
|
}
|
|
5737
6129
|
},
|
|
@@ -5781,6 +6173,54 @@ const navigationMenu = {
|
|
|
5781
6173
|
defaultVariants: {}
|
|
5782
6174
|
};
|
|
5783
6175
|
|
|
6176
|
+
const page = {
|
|
6177
|
+
slots: {
|
|
6178
|
+
root: "flex flex-col lg:grid lg:grid-cols-10 lg:gap-10",
|
|
6179
|
+
left: "lg:col-span-2",
|
|
6180
|
+
center: "lg:col-span-8",
|
|
6181
|
+
right: "lg:col-span-2 order-first lg:order-last"
|
|
6182
|
+
},
|
|
6183
|
+
variants: {
|
|
6184
|
+
left: {
|
|
6185
|
+
true: ""
|
|
6186
|
+
},
|
|
6187
|
+
right: {
|
|
6188
|
+
true: ""
|
|
6189
|
+
}
|
|
6190
|
+
},
|
|
6191
|
+
compoundVariants: [
|
|
6192
|
+
{
|
|
6193
|
+
left: true,
|
|
6194
|
+
right: true,
|
|
6195
|
+
class: {
|
|
6196
|
+
center: "lg:col-span-6"
|
|
6197
|
+
}
|
|
6198
|
+
},
|
|
6199
|
+
{
|
|
6200
|
+
left: false,
|
|
6201
|
+
right: false,
|
|
6202
|
+
class: {
|
|
6203
|
+
center: "lg:col-span-10"
|
|
6204
|
+
}
|
|
6205
|
+
}
|
|
6206
|
+
]
|
|
6207
|
+
};
|
|
6208
|
+
|
|
6209
|
+
const pageAside = {
|
|
6210
|
+
slots: {
|
|
6211
|
+
root: "hidden overflow-y-auto lg:block lg:max-h-[calc(100vh-var(--b24ui-header-height))] lg:sticky lg:top-(--b24ui-header-height)",
|
|
6212
|
+
container: "relative",
|
|
6213
|
+
top: "sticky -top-8 -mt-8 pointer-events-none z-[1]",
|
|
6214
|
+
topHeader: "h-8 bg-(--ui-color-bg-content-primary) -mx-4 px-4",
|
|
6215
|
+
topBody: "bg-(--ui-color-bg-content-primary) relative pointer-events-auto flex flex-col -mx-4 px-4",
|
|
6216
|
+
topFooter: "h-8 bg-gradient-to-b from-(--ui-color-bg-content-primary) -mx-4 px-4"
|
|
6217
|
+
}
|
|
6218
|
+
};
|
|
6219
|
+
|
|
6220
|
+
const pageBody = {
|
|
6221
|
+
base: "mt-8 pb-24 space-y-12"
|
|
6222
|
+
};
|
|
6223
|
+
|
|
5784
6224
|
const pageCard = {
|
|
5785
6225
|
slots: {
|
|
5786
6226
|
root: "relative flex rounded-lg",
|
|
@@ -5791,8 +6231,8 @@ const pageCard = {
|
|
|
5791
6231
|
footer: "pt-4 mt-auto",
|
|
5792
6232
|
leading: "inline-flex items-center mb-2.5",
|
|
5793
6233
|
leadingIcon: "size-5 shrink-0",
|
|
5794
|
-
title: "text-2xl text-pretty font-(--ui-font-weight-semi-bold)",
|
|
5795
|
-
description: "text-lg text-pretty"
|
|
6234
|
+
title: "text-(length:--ui-font-size-2xl)/[normal] text-pretty font-(--ui-font-weight-semi-bold)",
|
|
6235
|
+
description: "text-(length:--ui-font-size-lg)/[normal] text-pretty"
|
|
5796
6236
|
},
|
|
5797
6237
|
variants: {
|
|
5798
6238
|
orientation: {
|
|
@@ -6327,10 +6767,61 @@ const pageColumns = {
|
|
|
6327
6767
|
base: "relative column-1 md:columns-2 lg:columns-3 gap-8 space-y-8 *:break-inside-avoid-column *:will-change-transform"
|
|
6328
6768
|
};
|
|
6329
6769
|
|
|
6770
|
+
const pageFeature = {
|
|
6771
|
+
slots: {
|
|
6772
|
+
root: "relative rounded-sm",
|
|
6773
|
+
wrapper: "",
|
|
6774
|
+
leading: "inline-flex items-center justify-center",
|
|
6775
|
+
leadingIcon: "size-5 shrink-0 text-(--ui-color-accent-main-primary)",
|
|
6776
|
+
title: "text-(length:--ui-font-size-md) text-pretty font-(--ui-font-weight-semi-bold) text-(--b24ui-typography-legend-color)",
|
|
6777
|
+
description: "text-(length:--ui-font-size-sm) text-pretty text-(--b24ui-typography-description-color)"
|
|
6778
|
+
},
|
|
6779
|
+
variants: {
|
|
6780
|
+
orientation: {
|
|
6781
|
+
horizontal: {
|
|
6782
|
+
root: "flex items-start gap-2.5",
|
|
6783
|
+
leading: "p-0.5"
|
|
6784
|
+
},
|
|
6785
|
+
vertical: {
|
|
6786
|
+
leading: "mb-2.5"
|
|
6787
|
+
}
|
|
6788
|
+
},
|
|
6789
|
+
to: {
|
|
6790
|
+
true: {
|
|
6791
|
+
root: "has-focus-visible:ring-2 has-focus-visible:ring-(--ui-color-accent-soft-element-blue) transition"
|
|
6792
|
+
}
|
|
6793
|
+
},
|
|
6794
|
+
title: {
|
|
6795
|
+
true: {
|
|
6796
|
+
description: "mt-1"
|
|
6797
|
+
}
|
|
6798
|
+
}
|
|
6799
|
+
}
|
|
6800
|
+
};
|
|
6801
|
+
|
|
6330
6802
|
const pageGrid = {
|
|
6331
6803
|
base: "relative grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8"
|
|
6332
6804
|
};
|
|
6333
6805
|
|
|
6806
|
+
const pageHeader = {
|
|
6807
|
+
slots: {
|
|
6808
|
+
root: "relative border-b border-(--ui-color-divider-default) py-8",
|
|
6809
|
+
container: "",
|
|
6810
|
+
wrapper: "flex flex-col lg:flex-row lg:items-center lg:justify-between gap-4",
|
|
6811
|
+
headline: "mb-2.5 text-(length:--ui-font-size-sm) font-(--ui-font-weight-semi-bold) text-(--ui-color-accent-main-primary) flex items-center gap-1.5",
|
|
6812
|
+
title: "text-(length:--ui-font-size-3xl) sm:text-(length:--ui-font-size-4xl) text-pretty font-(--ui-font-weight-bold) text-(--b24ui-typography-label-color)",
|
|
6813
|
+
description: "text-(length:--ui-font-size-lg) text-pretty text-(--b24ui-typography-description-color)",
|
|
6814
|
+
links: "flex flex-wrap items-center gap-1.5"
|
|
6815
|
+
},
|
|
6816
|
+
variants: {
|
|
6817
|
+
title: {
|
|
6818
|
+
true: {
|
|
6819
|
+
description: "mt-4"
|
|
6820
|
+
}
|
|
6821
|
+
}
|
|
6822
|
+
}
|
|
6823
|
+
};
|
|
6824
|
+
|
|
6334
6825
|
const pageLinks = {
|
|
6335
6826
|
slots: {
|
|
6336
6827
|
root: "flex flex-col gap-[12px]",
|
|
@@ -6385,6 +6876,82 @@ const pageList = {
|
|
|
6385
6876
|
}
|
|
6386
6877
|
};
|
|
6387
6878
|
|
|
6879
|
+
const pageSection = {
|
|
6880
|
+
slots: {
|
|
6881
|
+
root: "relative isolate",
|
|
6882
|
+
container: "flex flex-col lg:grid py-16 sm:py-24 lg:py-32 gap-8 sm:gap-16",
|
|
6883
|
+
wrapper: "",
|
|
6884
|
+
header: "",
|
|
6885
|
+
leading: "flex items-center mb-6",
|
|
6886
|
+
leadingIcon: "size-10 shrink-0 text-(--ui-color-accent-main-primary)",
|
|
6887
|
+
headline: "mb-3",
|
|
6888
|
+
title: "text-(length:--ui-font-size-3xl) sm:text-(length:--ui-font-size-4xl) lg:text-(length:--ui-font-size-5xl) text-pretty tracking-tight font-(--ui-font-weight-bold) text-(--b24ui-typography-label-color)",
|
|
6889
|
+
description: "text-(length:--ui-font-size-md) sm:text-(length:--ui-font-size-lg) text-(--b24ui-typography-description-color)",
|
|
6890
|
+
body: "mt-8",
|
|
6891
|
+
features: "grid",
|
|
6892
|
+
footer: "mt-8",
|
|
6893
|
+
links: "flex flex-wrap gap-x-6 gap-y-3"
|
|
6894
|
+
},
|
|
6895
|
+
variants: {
|
|
6896
|
+
orientation: {
|
|
6897
|
+
horizontal: {
|
|
6898
|
+
container: "lg:grid-cols-2 lg:items-center",
|
|
6899
|
+
description: "text-pretty",
|
|
6900
|
+
features: "gap-4"
|
|
6901
|
+
},
|
|
6902
|
+
vertical: {
|
|
6903
|
+
container: "",
|
|
6904
|
+
headline: "justify-center",
|
|
6905
|
+
leading: "justify-center",
|
|
6906
|
+
title: "text-center",
|
|
6907
|
+
description: "text-center text-balance",
|
|
6908
|
+
links: "justify-center",
|
|
6909
|
+
features: "sm:grid-cols-2 lg:grid-cols-3 gap-8"
|
|
6910
|
+
}
|
|
6911
|
+
},
|
|
6912
|
+
reverse: {
|
|
6913
|
+
true: {
|
|
6914
|
+
wrapper: "order-last"
|
|
6915
|
+
}
|
|
6916
|
+
},
|
|
6917
|
+
headline: {
|
|
6918
|
+
true: {
|
|
6919
|
+
headline: "font-(--ui-font-weight-semi-bold) text-(--ui-color-accent-main-primary) flex items-center gap-1.5"
|
|
6920
|
+
}
|
|
6921
|
+
},
|
|
6922
|
+
title: {
|
|
6923
|
+
true: {
|
|
6924
|
+
description: "mt-6"
|
|
6925
|
+
}
|
|
6926
|
+
},
|
|
6927
|
+
description: {
|
|
6928
|
+
true: ""
|
|
6929
|
+
},
|
|
6930
|
+
body: {
|
|
6931
|
+
true: ""
|
|
6932
|
+
}
|
|
6933
|
+
},
|
|
6934
|
+
compoundVariants: [{
|
|
6935
|
+
orientation: "vertical",
|
|
6936
|
+
title: true,
|
|
6937
|
+
class: {
|
|
6938
|
+
body: "mt-16"
|
|
6939
|
+
}
|
|
6940
|
+
}, {
|
|
6941
|
+
orientation: "vertical",
|
|
6942
|
+
description: true,
|
|
6943
|
+
class: {
|
|
6944
|
+
body: "mt-16"
|
|
6945
|
+
}
|
|
6946
|
+
}, {
|
|
6947
|
+
orientation: "vertical",
|
|
6948
|
+
body: true,
|
|
6949
|
+
class: {
|
|
6950
|
+
footer: "mt-16"
|
|
6951
|
+
}
|
|
6952
|
+
}]
|
|
6953
|
+
};
|
|
6954
|
+
|
|
6388
6955
|
const pagination = {
|
|
6389
6956
|
slots: {
|
|
6390
6957
|
root: "",
|
|
@@ -6476,7 +7043,10 @@ const pinInput = () => ({
|
|
|
6476
7043
|
"border-b-(--ui-color-design-outline-stroke)"
|
|
6477
7044
|
].join(" ")
|
|
6478
7045
|
},
|
|
6479
|
-
highlight: { true: "ring ring-inset ring-(--b24ui-border-color)" }
|
|
7046
|
+
highlight: { true: "ring ring-inset ring-(--b24ui-border-color)" },
|
|
7047
|
+
fixed: {
|
|
7048
|
+
false: ""
|
|
7049
|
+
}
|
|
6480
7050
|
},
|
|
6481
7051
|
compoundVariants: [
|
|
6482
7052
|
// region ring for focus and highlight ////
|
|
@@ -6541,6 +7111,33 @@ const pinInput = () => ({
|
|
|
6541
7111
|
"ring-0"
|
|
6542
7112
|
].join(" ")
|
|
6543
7113
|
}
|
|
7114
|
+
},
|
|
7115
|
+
// endregion ////
|
|
7116
|
+
// region fixed ////
|
|
7117
|
+
{
|
|
7118
|
+
fixed: false,
|
|
7119
|
+
size: "xss",
|
|
7120
|
+
class: "md:text-(length:--ui-font-size-4xs)/[normal]"
|
|
7121
|
+
},
|
|
7122
|
+
{
|
|
7123
|
+
fixed: false,
|
|
7124
|
+
size: "xs",
|
|
7125
|
+
class: "md:text-(length:--ui-font-size-xs)/[normal]"
|
|
7126
|
+
},
|
|
7127
|
+
{
|
|
7128
|
+
fixed: false,
|
|
7129
|
+
size: "sm",
|
|
7130
|
+
class: "md:text-(length:--ui-font-size-sm)/[normal]"
|
|
7131
|
+
},
|
|
7132
|
+
{
|
|
7133
|
+
fixed: false,
|
|
7134
|
+
size: "md",
|
|
7135
|
+
class: "md:text-(length:--ui-font-size-lg)/[normal]"
|
|
7136
|
+
},
|
|
7137
|
+
{
|
|
7138
|
+
fixed: false,
|
|
7139
|
+
size: "lg",
|
|
7140
|
+
class: "md:text-(length:--ui-font-size-lg)/[normal]"
|
|
6544
7141
|
}
|
|
6545
7142
|
// endregion ////
|
|
6546
7143
|
],
|
|
@@ -8714,10 +9311,6 @@ const textarea = {
|
|
|
8714
9311
|
"collab": { base: "style-old-collab" },
|
|
8715
9312
|
"ai": { base: "style-old-ai" }
|
|
8716
9313
|
},
|
|
8717
|
-
/**
|
|
8718
|
-
* @memo now get from Badge
|
|
8719
|
-
*/
|
|
8720
|
-
// tagColor: {},
|
|
8721
9314
|
rounded: {
|
|
8722
9315
|
true: "rounded-(--ui-border-radius-3xl)",
|
|
8723
9316
|
false: "rounded-(--ui-border-radius-sm)"
|
|
@@ -8736,6 +9329,9 @@ const textarea = {
|
|
|
8736
9329
|
leading: { true: "" },
|
|
8737
9330
|
trailing: { true: "" },
|
|
8738
9331
|
loading: { true: "" },
|
|
9332
|
+
fixed: {
|
|
9333
|
+
false: ""
|
|
9334
|
+
},
|
|
8739
9335
|
highlight: { true: "ring ring-inset ring-(--b24ui-border-color)" }
|
|
8740
9336
|
},
|
|
8741
9337
|
compoundVariants: [
|
|
@@ -9089,7 +9685,7 @@ const toast = {
|
|
|
9089
9685
|
const toaster = {
|
|
9090
9686
|
slots: {
|
|
9091
9687
|
viewport: "fixed flex flex-col w-[calc(100%-2rem)] sm:w-[384px] z-[100] data-[expanded=true]:h-(--height) focus:outline-none mr-(--scrollbar-width)",
|
|
9092
|
-
base: "pointer-events-auto absolute inset-x-0 z-(--index) transform-(--transform) data-[expanded=false]:data-[front=false]:h-(--front-height) data-[expanded=false]:data-[front=false]:*:opacity-0 data-[front=false]:*:transition-opacity data-[front=false]:*:duration-100 data-[state=closed]:animate-[toast-closed_200ms_ease-in-out] data-[state=closed]:data-[expanded=false]:data-[front=false]:animate-[toast-collapsed-closed_200ms_ease-in-out] data-[swipe=move]:transition-none transition-[transform,translate,height] duration-200 ease-out"
|
|
9688
|
+
base: "pointer-events-auto absolute inset-x-0 z-(--index) transform-(--transform) data-[expanded=false]:data-[front=false]:h-(--front-height) data-[expanded=false]:data-[front=false]:*:opacity-0 data-[front=false]:*:transition-opacity data-[front=false]:*:duration-100 data-[state=closed]:animate-[toast-closed_200ms_ease-in-out] data-[state=closed]:data-[expanded=false]:data-[front=false]:animate-[toast-collapsed-closed_200ms_ease-in-out] data-[state=open]:data-[pulsing=odd]:animate-[toast-pulse-a_300ms_ease-out] data-[state=open]:data-[pulsing=even]:animate-[toast-pulse-b_300ms_ease-out] data-[swipe=move]:transition-none transition-[transform,translate,height] duration-200 ease-out"
|
|
9093
9689
|
},
|
|
9094
9690
|
variants: {
|
|
9095
9691
|
position: {
|
|
@@ -9128,7 +9724,7 @@ const toaster = {
|
|
|
9128
9724
|
],
|
|
9129
9725
|
class: {
|
|
9130
9726
|
viewport: "top-4",
|
|
9131
|
-
base: "top-0 data-[state=open]:animate-[slide-in-from-top_200ms_ease-in-out]"
|
|
9727
|
+
base: "top-0 data-[state=open]:animate-[toast-slide-in-from-top_200ms_ease-in-out]"
|
|
9132
9728
|
}
|
|
9133
9729
|
},
|
|
9134
9730
|
{
|
|
@@ -9139,7 +9735,7 @@ const toaster = {
|
|
|
9139
9735
|
],
|
|
9140
9736
|
class: {
|
|
9141
9737
|
viewport: "bottom-4",
|
|
9142
|
-
base: "bottom-0 data-[state=open]:animate-[slide-in-from-bottom_200ms_ease-in-out]"
|
|
9738
|
+
base: "bottom-0 data-[state=open]:animate-[toast-slide-in-from-bottom_200ms_ease-in-out]"
|
|
9143
9739
|
}
|
|
9144
9740
|
},
|
|
9145
9741
|
{
|
|
@@ -9708,9 +10304,17 @@ const theme = {
|
|
|
9708
10304
|
contextMenu: contextMenu,
|
|
9709
10305
|
countdown: countdown,
|
|
9710
10306
|
dashboardGroup: dashboardGroup,
|
|
10307
|
+
dashboardNavbar: dashboardNavbar,
|
|
10308
|
+
dashboardPanel: dashboardPanel,
|
|
10309
|
+
dashboardResizeHandle: dashboardResizeHandle,
|
|
9711
10310
|
dashboardSearch: dashboardSearch,
|
|
9712
10311
|
dashboardSearchButton: dashboardSearchButton,
|
|
10312
|
+
dashboardSidebar: dashboardSidebar,
|
|
10313
|
+
dashboardSidebarCollapse: dashboardSidebarCollapse,
|
|
10314
|
+
dashboardSidebarToggle: dashboardSidebarToggle,
|
|
10315
|
+
dashboardToolbar: dashboardToolbar,
|
|
9713
10316
|
descriptionList: descriptionList,
|
|
10317
|
+
drawer: drawer,
|
|
9714
10318
|
dropdownMenu: dropdownMenu,
|
|
9715
10319
|
editor: editor,
|
|
9716
10320
|
editorDragHandle: editorDragHandle,
|
|
@@ -9722,8 +10326,11 @@ const theme = {
|
|
|
9722
10326
|
error: error,
|
|
9723
10327
|
fieldGroup: fieldGroup$1,
|
|
9724
10328
|
fileUpload: fileUpload,
|
|
10329
|
+
footer: footer,
|
|
10330
|
+
footerColumns: footerColumns,
|
|
9725
10331
|
form: form,
|
|
9726
10332
|
formField: formField,
|
|
10333
|
+
header: header,
|
|
9727
10334
|
input: input,
|
|
9728
10335
|
inputDate: inputDate,
|
|
9729
10336
|
inputMenu: inputMenu,
|
|
@@ -9732,17 +10339,24 @@ const theme = {
|
|
|
9732
10339
|
inputTime: inputTime,
|
|
9733
10340
|
kbd: kbd$1,
|
|
9734
10341
|
link: link,
|
|
10342
|
+
main: main,
|
|
9735
10343
|
modal: modal,
|
|
9736
10344
|
navbar: navbar,
|
|
9737
10345
|
navbarDivider: navbarDivider,
|
|
9738
10346
|
navbarSection: navbarSection,
|
|
9739
10347
|
navbarSpacer: navbarSpacer,
|
|
9740
10348
|
navigationMenu: navigationMenu,
|
|
10349
|
+
page: page,
|
|
10350
|
+
pageAside: pageAside,
|
|
10351
|
+
pageBody: pageBody,
|
|
9741
10352
|
pageCard: pageCard,
|
|
9742
10353
|
pageColumns: pageColumns,
|
|
10354
|
+
pageFeature: pageFeature,
|
|
9743
10355
|
pageGrid: pageGrid,
|
|
10356
|
+
pageHeader: pageHeader,
|
|
9744
10357
|
pageLinks: pageLinks,
|
|
9745
10358
|
pageList: pageList,
|
|
10359
|
+
pageSection: pageSection,
|
|
9746
10360
|
pagination: pagination,
|
|
9747
10361
|
pinInput: pinInput,
|
|
9748
10362
|
popover: popover,
|
|
@@ -10165,7 +10779,7 @@ const card = {
|
|
|
10165
10779
|
"transition-colors"
|
|
10166
10780
|
].join(" "),
|
|
10167
10781
|
icon: "size-6 mb-2 block text-(--b24ui-icon)",
|
|
10168
|
-
title: "text-(--b24ui-color) font-
|
|
10782
|
+
title: "text-(--b24ui-color) font-(--ui-font-weight-semi-bold)",
|
|
10169
10783
|
description: "text-[15px] text-(--b24ui-color) [&_p]:text-(--b24ui-color) *:first:mt-0 *:last:mb-0 *:my-1",
|
|
10170
10784
|
externalIcon: [
|
|
10171
10785
|
"size-4",
|
|
@@ -10724,24 +11338,12 @@ const contentSearch = {
|
|
|
10724
11338
|
}
|
|
10725
11339
|
},
|
|
10726
11340
|
size: {
|
|
10727
|
-
xss: {
|
|
10728
|
-
|
|
10729
|
-
},
|
|
10730
|
-
|
|
10731
|
-
|
|
10732
|
-
}
|
|
10733
|
-
sm: {
|
|
10734
|
-
input: "[&>input]:text-(length:--ui-font-size-sm)/[normal]"
|
|
10735
|
-
},
|
|
10736
|
-
md: {
|
|
10737
|
-
input: "[&>input]:text-(length:--ui-font-size-md)/[normal]"
|
|
10738
|
-
},
|
|
10739
|
-
lg: {
|
|
10740
|
-
input: "[&>input]:text-(length:--ui-font-size-lg)/[normal]"
|
|
10741
|
-
},
|
|
10742
|
-
xl: {
|
|
10743
|
-
input: "[&>input]:text-(length:--ui-font-size-2xl)/[normal]"
|
|
10744
|
-
}
|
|
11341
|
+
xss: {},
|
|
11342
|
+
xs: {},
|
|
11343
|
+
sm: {},
|
|
11344
|
+
md: {},
|
|
11345
|
+
lg: {},
|
|
11346
|
+
xl: {}
|
|
10745
11347
|
}
|
|
10746
11348
|
},
|
|
10747
11349
|
defaultVariants: {
|