@bitrix24/b24ui-nuxt 2.1.6 → 2.1.8
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/.nuxt/b24ui.css +17 -0
- package/dist/meta.d.mts +7 -7
- package/dist/meta.mjs +7 -7
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/Accordion.d.vue.ts +3 -3
- package/dist/runtime/components/Accordion.vue.d.ts +3 -3
- package/dist/runtime/components/Advice.d.vue.ts +1 -4
- package/dist/runtime/components/Advice.vue.d.ts +1 -4
- package/dist/runtime/components/Alert.d.vue.ts +1 -4
- package/dist/runtime/components/Alert.vue.d.ts +1 -4
- package/dist/runtime/components/App.d.vue.ts +3 -1
- package/dist/runtime/components/App.vue.d.ts +3 -1
- package/dist/runtime/components/Badge.d.vue.ts +1 -4
- package/dist/runtime/components/Badge.vue.d.ts +1 -4
- package/dist/runtime/components/Breadcrumb.d.vue.ts +3 -1
- package/dist/runtime/components/Breadcrumb.vue.d.ts +3 -1
- package/dist/runtime/components/Button.d.vue.ts +1 -4
- package/dist/runtime/components/Button.vue.d.ts +1 -4
- package/dist/runtime/components/Calendar.d.vue.ts +3 -6
- package/dist/runtime/components/Calendar.vue.d.ts +3 -6
- package/dist/runtime/components/ChatMessage.d.vue.ts +1 -3
- package/dist/runtime/components/ChatMessage.vue.d.ts +1 -3
- package/dist/runtime/components/ChatMessages.d.vue.ts +1 -6
- package/dist/runtime/components/ChatMessages.vue.d.ts +1 -6
- package/dist/runtime/components/ChatPrompt.d.vue.ts +2 -7
- package/dist/runtime/components/ChatPrompt.vue.d.ts +2 -7
- package/dist/runtime/components/ChatPromptSubmit.d.vue.ts +7 -13
- package/dist/runtime/components/ChatPromptSubmit.vue +6 -6
- package/dist/runtime/components/ChatPromptSubmit.vue.d.ts +7 -13
- package/dist/runtime/components/CheckboxGroup.d.vue.ts +3 -4
- package/dist/runtime/components/CheckboxGroup.vue.d.ts +3 -4
- package/dist/runtime/components/Chip.d.vue.ts +1 -6
- package/dist/runtime/components/Chip.vue.d.ts +1 -6
- package/dist/runtime/components/Collapsible.d.vue.ts +1 -3
- package/dist/runtime/components/Collapsible.vue.d.ts +1 -3
- package/dist/runtime/components/ColorPicker.d.vue.ts +1 -5
- package/dist/runtime/components/ColorPicker.vue.d.ts +1 -5
- package/dist/runtime/components/CommandPalette.d.vue.ts +6 -11
- package/dist/runtime/components/CommandPalette.vue.d.ts +6 -11
- package/dist/runtime/components/ContextMenu.d.vue.ts +3 -3
- package/dist/runtime/components/ContextMenu.vue.d.ts +3 -3
- package/dist/runtime/components/ContextMenuContent.d.vue.ts +3 -7
- package/dist/runtime/components/ContextMenuContent.vue.d.ts +3 -7
- package/dist/runtime/components/Countdown.d.vue.ts +1 -10
- package/dist/runtime/components/Countdown.vue.d.ts +1 -10
- package/dist/runtime/components/DashboardGroup.d.vue.ts +1 -4
- package/dist/runtime/components/DashboardGroup.vue.d.ts +1 -4
- package/dist/runtime/components/DashboardSearch.d.vue.ts +2 -7
- package/dist/runtime/components/DashboardSearch.vue.d.ts +2 -7
- package/dist/runtime/components/DashboardSearchButton.d.vue.ts +1 -6
- package/dist/runtime/components/DashboardSearchButton.vue.d.ts +1 -6
- package/dist/runtime/components/DescriptionList.d.vue.ts +3 -1
- package/dist/runtime/components/DescriptionList.vue.d.ts +3 -1
- package/dist/runtime/components/DropdownMenu.d.vue.ts +3 -3
- package/dist/runtime/components/DropdownMenu.vue.d.ts +3 -3
- package/dist/runtime/components/DropdownMenuContent.d.vue.ts +3 -7
- package/dist/runtime/components/DropdownMenuContent.vue.d.ts +3 -7
- package/dist/runtime/components/Empty.d.vue.ts +1 -3
- package/dist/runtime/components/Empty.vue.d.ts +1 -3
- package/dist/runtime/components/Error.d.vue.ts +1 -4
- package/dist/runtime/components/Error.vue.d.ts +1 -4
- package/dist/runtime/components/FieldGroup.d.vue.ts +1 -4
- package/dist/runtime/components/FieldGroup.vue.d.ts +1 -4
- package/dist/runtime/components/FileUpload.d.vue.ts +3 -4
- package/dist/runtime/components/FileUpload.vue.d.ts +3 -4
- package/dist/runtime/components/Form.d.vue.ts +3 -4
- package/dist/runtime/components/Form.vue.d.ts +3 -4
- package/dist/runtime/components/Input.d.vue.ts +4 -6
- package/dist/runtime/components/Input.vue.d.ts +4 -6
- package/dist/runtime/components/InputDate.d.vue.ts +3 -7
- package/dist/runtime/components/InputDate.vue.d.ts +3 -7
- package/dist/runtime/components/InputMenu.d.vue.ts +6 -14
- package/dist/runtime/components/InputMenu.vue.d.ts +6 -14
- package/dist/runtime/components/InputNumber.d.vue.ts +3 -5
- package/dist/runtime/components/InputNumber.vue.d.ts +3 -5
- package/dist/runtime/components/InputTags.d.vue.ts +4 -10
- package/dist/runtime/components/InputTags.vue.d.ts +4 -10
- package/dist/runtime/components/InputTime.d.vue.ts +1 -3
- package/dist/runtime/components/InputTime.vue.d.ts +1 -3
- package/dist/runtime/components/Kbd.d.vue.ts +1 -4
- package/dist/runtime/components/Kbd.vue.d.ts +1 -4
- package/dist/runtime/components/Link.d.vue.ts +1 -7
- package/dist/runtime/components/Link.vue.d.ts +1 -7
- package/dist/runtime/components/LinkBase.d.vue.ts +1 -4
- package/dist/runtime/components/LinkBase.vue.d.ts +1 -4
- package/dist/runtime/components/Modal.d.vue.ts +1 -10
- package/dist/runtime/components/Modal.vue.d.ts +1 -10
- package/dist/runtime/components/Navbar.d.vue.ts +1 -3
- package/dist/runtime/components/Navbar.vue.d.ts +1 -3
- package/dist/runtime/components/NavbarDivider.d.vue.ts +1 -3
- package/dist/runtime/components/NavbarDivider.vue.d.ts +1 -3
- package/dist/runtime/components/NavbarSection.d.vue.ts +1 -3
- package/dist/runtime/components/NavbarSection.vue.d.ts +1 -3
- package/dist/runtime/components/NavbarSpacer.d.vue.ts +1 -3
- package/dist/runtime/components/NavbarSpacer.vue.d.ts +1 -3
- package/dist/runtime/components/NavigationMenu.d.vue.ts +3 -3
- package/dist/runtime/components/NavigationMenu.vue.d.ts +3 -3
- package/dist/runtime/components/PageCard.d.vue.ts +1 -3
- package/dist/runtime/components/PageCard.vue.d.ts +1 -3
- package/dist/runtime/components/PageLinks.d.vue.ts +3 -1
- package/dist/runtime/components/PageLinks.vue.d.ts +3 -1
- package/dist/runtime/components/PageList.d.vue.ts +1 -3
- package/dist/runtime/components/PageList.vue.d.ts +1 -3
- package/dist/runtime/components/Pagination.d.vue.ts +1 -9
- package/dist/runtime/components/Pagination.vue.d.ts +1 -9
- package/dist/runtime/components/PinInput.d.vue.ts +3 -6
- package/dist/runtime/components/PinInput.vue.d.ts +3 -6
- package/dist/runtime/components/Popover.d.vue.ts +3 -4
- package/dist/runtime/components/Popover.vue.d.ts +3 -4
- package/dist/runtime/components/Progress.d.vue.ts +1 -5
- package/dist/runtime/components/Progress.vue.d.ts +1 -5
- package/dist/runtime/components/RadioGroup.d.vue.ts +3 -4
- package/dist/runtime/components/RadioGroup.vue.d.ts +3 -4
- package/dist/runtime/components/Range.d.vue.ts +3 -4
- package/dist/runtime/components/Range.vue +2 -2
- package/dist/runtime/components/Range.vue.d.ts +3 -4
- package/dist/runtime/components/Select.d.vue.ts +3 -7
- package/dist/runtime/components/Select.vue.d.ts +3 -7
- package/dist/runtime/components/SelectMenu.d.vue.ts +6 -13
- package/dist/runtime/components/SelectMenu.vue.d.ts +6 -13
- package/dist/runtime/components/Separator.d.vue.ts +1 -6
- package/dist/runtime/components/Separator.vue.d.ts +1 -6
- package/dist/runtime/components/Sidebar.d.vue.ts +1 -3
- package/dist/runtime/components/Sidebar.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarBody.d.vue.ts +1 -4
- package/dist/runtime/components/SidebarBody.vue.d.ts +1 -4
- package/dist/runtime/components/SidebarFooter.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarFooter.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarHeader.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarHeader.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarHeading.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarHeading.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarLayout.d.vue.ts +1 -6
- package/dist/runtime/components/SidebarLayout.vue.d.ts +1 -6
- package/dist/runtime/components/SidebarSection.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarSection.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarSpacer.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarSpacer.vue.d.ts +1 -3
- package/dist/runtime/components/Skeleton.d.vue.ts +1 -3
- package/dist/runtime/components/Skeleton.vue.d.ts +1 -3
- package/dist/runtime/components/Slideover.d.vue.ts +1 -11
- package/dist/runtime/components/Slideover.vue.d.ts +1 -11
- package/dist/runtime/components/Stepper.d.vue.ts +3 -5
- package/dist/runtime/components/Stepper.vue.d.ts +3 -5
- package/dist/runtime/components/Table.d.vue.ts +3 -15
- package/dist/runtime/components/Table.vue +22 -3
- package/dist/runtime/components/Table.vue.d.ts +3 -15
- package/dist/runtime/components/TableWrapper.d.vue.ts +1 -4
- package/dist/runtime/components/TableWrapper.vue.d.ts +1 -4
- package/dist/runtime/components/Tabs.d.vue.ts +3 -3
- package/dist/runtime/components/Tabs.vue.d.ts +3 -3
- package/dist/runtime/components/Textarea.d.vue.ts +4 -6
- package/dist/runtime/components/Textarea.vue.d.ts +4 -6
- package/dist/runtime/components/Timeline.d.vue.ts +3 -3
- package/dist/runtime/components/Timeline.vue.d.ts +3 -3
- package/dist/runtime/components/Toast.d.vue.ts +1 -5
- package/dist/runtime/components/Toast.vue.d.ts +1 -5
- package/dist/runtime/components/Toaster.d.vue.ts +1 -8
- package/dist/runtime/components/Toaster.vue.d.ts +1 -8
- package/dist/runtime/components/Tooltip.d.vue.ts +1 -4
- package/dist/runtime/components/Tooltip.vue.d.ts +1 -4
- package/dist/runtime/components/User.d.vue.ts +1 -3
- package/dist/runtime/components/User.vue.d.ts +1 -3
- package/dist/runtime/components/color-mode/ColorModeButton.d.vue.ts +1 -3
- package/dist/runtime/components/color-mode/ColorModeButton.vue.d.ts +1 -3
- package/dist/runtime/components/color-mode/ColorModeSelect.d.vue.ts +1 -3
- package/dist/runtime/components/color-mode/ColorModeSelect.vue.d.ts +1 -3
- package/dist/runtime/components/content/ContentSearch.d.vue.ts +4 -4
- package/dist/runtime/components/content/ContentSearch.vue.d.ts +4 -4
- package/dist/runtime/components/content/ContentSearchButton.d.vue.ts +1 -6
- package/dist/runtime/components/content/ContentSearchButton.vue.d.ts +1 -6
- package/dist/runtime/components/content/ContentSurround.d.vue.ts +3 -1
- package/dist/runtime/components/content/ContentSurround.vue.d.ts +3 -1
- package/dist/runtime/components/content/ContentToc.d.vue.ts +3 -4
- package/dist/runtime/components/content/ContentToc.vue.d.ts +3 -4
- package/dist/runtime/components/locale/LocaleSelect.d.vue.ts +1 -5
- package/dist/runtime/components/locale/LocaleSelect.vue.d.ts +1 -5
- package/dist/runtime/components/prose/Accordion.d.vue.ts +1 -3
- package/dist/runtime/components/prose/Accordion.vue.d.ts +1 -3
- package/dist/runtime/components/prose/CodeGroup.d.vue.ts +1 -3
- package/dist/runtime/components/prose/CodeGroup.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H1.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H1.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H2.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H2.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H3.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H3.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H4.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H4.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H5.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H5.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H6.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H6.vue.d.ts +1 -3
- package/dist/runtime/components/prose/Img.d.vue.ts +1 -3
- package/dist/runtime/components/prose/Img.vue.d.ts +1 -3
- package/dist/runtime/components/prose/P.d.vue.ts +1 -4
- package/dist/runtime/components/prose/P.vue.d.ts +1 -4
- package/dist/runtime/components/prose/Table.d.vue.ts +1 -7
- package/dist/runtime/components/prose/Table.vue.d.ts +1 -7
- package/dist/runtime/components/prose/Tabs.d.vue.ts +1 -3
- package/dist/runtime/components/prose/Tabs.vue.d.ts +1 -3
- package/dist/runtime/components/prose/callout/Caution.d.vue.ts +2 -2
- package/dist/runtime/components/prose/callout/Caution.vue.d.ts +2 -2
- package/dist/runtime/components/prose/callout/Note.d.vue.ts +2 -2
- package/dist/runtime/components/prose/callout/Note.vue.d.ts +2 -2
- package/dist/runtime/components/prose/callout/Tip.d.vue.ts +2 -2
- package/dist/runtime/components/prose/callout/Tip.vue.d.ts +2 -2
- package/dist/runtime/components/prose/callout/Warning.d.vue.ts +2 -2
- package/dist/runtime/components/prose/callout/Warning.vue.d.ts +2 -2
- package/dist/runtime/inertia/components/Link.d.vue.ts +1 -7
- package/dist/runtime/inertia/components/Link.vue.d.ts +1 -7
- package/dist/runtime/inertia/components/LinkBase.d.vue.ts +1 -4
- package/dist/runtime/inertia/components/LinkBase.vue.d.ts +1 -4
- package/dist/runtime/vue/components/Link.d.vue.ts +1 -7
- package/dist/runtime/vue/components/Link.vue.d.ts +1 -7
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.d.vue.ts +1 -3
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.vue.d.ts +1 -3
- package/dist/shared/{b24ui-nuxt.DwYJyZL6.mjs → b24ui-nuxt.CyWhhgYE.mjs} +30 -13
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +11 -7
|
@@ -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.1.
|
|
11
|
+
const version = "2.1.8";
|
|
12
12
|
|
|
13
13
|
function getDefaultConfig(theme) {
|
|
14
14
|
return {
|
|
@@ -926,15 +926,16 @@ const button = {
|
|
|
926
926
|
baseLoadingSpinnerIcon: "text-(--ui-btn-color) size-(--ui-btn-wait-icon-size) animate-spin stroke-2",
|
|
927
927
|
baseLine: [
|
|
928
928
|
"w-full inline-flex items-center justify-center gap-(--ui-btn-icon-space)",
|
|
929
|
-
"ps-(--ui-btn-padding-left) pe-(--ui-btn-padding-right)"
|
|
929
|
+
"ps-(--ui-btn-padding-left) pe-(--ui-btn-padding-right)",
|
|
930
|
+
"h-(--ui-btn-height)"
|
|
930
931
|
].join(" "),
|
|
931
932
|
label: [
|
|
932
933
|
"h-(--ui-btn-height) max-w-full",
|
|
933
|
-
"inline-flex items-center",
|
|
934
|
+
"inline-flex flex-row items-center",
|
|
934
935
|
"tracking-(--ui-btn-letter-spacing)",
|
|
935
936
|
"overflow-visible",
|
|
936
|
-
"text-clip"
|
|
937
|
-
|
|
937
|
+
"text-clip"
|
|
938
|
+
// 'mt-(--ui-btn-title-compensation)'
|
|
938
939
|
].join(" "),
|
|
939
940
|
labelInner: [
|
|
940
941
|
"truncate",
|
|
@@ -7765,14 +7766,12 @@ const table$1 = {
|
|
|
7765
7766
|
th: [
|
|
7766
7767
|
"sticky",
|
|
7767
7768
|
"bg-(--ui-color-bg-content-primary)",
|
|
7768
|
-
"
|
|
7769
|
-
"data-[pinned=right]:right-0"
|
|
7769
|
+
"z-[1]"
|
|
7770
7770
|
].join(" "),
|
|
7771
7771
|
td: [
|
|
7772
7772
|
"sticky",
|
|
7773
7773
|
"bg-(--ui-color-bg-content-primary)",
|
|
7774
|
-
"
|
|
7775
|
-
"data-[pinned=right]:right-0"
|
|
7774
|
+
"z-[1]"
|
|
7776
7775
|
].join(" ")
|
|
7777
7776
|
}
|
|
7778
7777
|
},
|
|
@@ -7782,14 +7781,14 @@ const table$1 = {
|
|
|
7782
7781
|
"sticky",
|
|
7783
7782
|
"top-0 inset-x-0",
|
|
7784
7783
|
"bg-(--ui-color-bg-content-primary)",
|
|
7785
|
-
"z-[
|
|
7784
|
+
"z-[2] backdrop-blur"
|
|
7786
7785
|
].join(" "),
|
|
7787
7786
|
// bg-default/75
|
|
7788
7787
|
tfoot: [
|
|
7789
7788
|
"sticky",
|
|
7790
7789
|
"bottom-0 inset-x-0",
|
|
7791
7790
|
"bg-(--ui-color-bg-content-primary)",
|
|
7792
|
-
"z-[
|
|
7791
|
+
"z-[2] backdrop-blur"
|
|
7793
7792
|
].join(" ")
|
|
7794
7793
|
// bg-default/75
|
|
7795
7794
|
},
|
|
@@ -7798,7 +7797,7 @@ const table$1 = {
|
|
|
7798
7797
|
"sticky",
|
|
7799
7798
|
"top-0 inset-x-0",
|
|
7800
7799
|
"bg-(--ui-color-bg-content-primary)",
|
|
7801
|
-
"z-[
|
|
7800
|
+
"z-[2] backdrop-blur"
|
|
7802
7801
|
].join(" ")
|
|
7803
7802
|
// bg-default/75
|
|
7804
7803
|
},
|
|
@@ -7807,7 +7806,7 @@ const table$1 = {
|
|
|
7807
7806
|
"sticky",
|
|
7808
7807
|
"bottom-0 inset-x-0",
|
|
7809
7808
|
"bg-(--ui-color-bg-content-primary)",
|
|
7810
|
-
"z-[
|
|
7809
|
+
"z-[2] backdrop-blur"
|
|
7811
7810
|
].join(" ")
|
|
7812
7811
|
// bg-default/75
|
|
7813
7812
|
}
|
|
@@ -9663,6 +9662,24 @@ const card = {
|
|
|
9663
9662
|
description: "group-hover:text-(--b24ui-border-color) [&_p]:group-hover:text-(--b24ui-border-color)",
|
|
9664
9663
|
externalIcon: "group-hover:text-(--b24ui-icon)"
|
|
9665
9664
|
}
|
|
9665
|
+
},
|
|
9666
|
+
{
|
|
9667
|
+
to: true,
|
|
9668
|
+
color: [
|
|
9669
|
+
"air-secondary",
|
|
9670
|
+
"air-secondary-alert",
|
|
9671
|
+
"air-secondary-accent",
|
|
9672
|
+
"air-secondary-accent-1",
|
|
9673
|
+
"air-secondary-accent-2",
|
|
9674
|
+
"air-secondary-no-accent",
|
|
9675
|
+
"air-tertiary"
|
|
9676
|
+
],
|
|
9677
|
+
class: {
|
|
9678
|
+
base: "hover:bg-(--ui-color-bg-content-secondary) hover:border-(--b24ui-border-color-hover)",
|
|
9679
|
+
title: "group-hover:text-(--b24ui-color)",
|
|
9680
|
+
description: "group-hover:text-(--b24ui-color) [&_p]:group-hover:text-(--b24ui-color)",
|
|
9681
|
+
externalIcon: "group-hover:text-(--b24ui-icon)"
|
|
9682
|
+
}
|
|
9666
9683
|
}
|
|
9667
9684
|
],
|
|
9668
9685
|
defaultVariants: {
|
package/dist/unplugin.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { join, normalize } from 'pathe';
|
|
|
3
3
|
import { createUnplugin } from 'unplugin';
|
|
4
4
|
import { defu } from 'defu';
|
|
5
5
|
import tailwind from '@tailwindcss/vite';
|
|
6
|
-
import { g as getTemplates, d as defaultOptions, a as getDefaultConfig } from './shared/b24ui-nuxt.
|
|
6
|
+
import { g as getTemplates, d as defaultOptions, a as getDefaultConfig } from './shared/b24ui-nuxt.CyWhhgYE.mjs';
|
|
7
7
|
import fs from 'node:fs';
|
|
8
8
|
import path from 'node:path';
|
|
9
9
|
import MagicString from 'magic-string';
|
package/dist/vite.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitrix24/b24ui-nuxt",
|
|
3
3
|
"description": "Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.8",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/bitrix24/b24ui.git"
|
|
@@ -90,6 +90,9 @@
|
|
|
90
90
|
]
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
|
+
"imports": {
|
|
94
|
+
"#build/b24ui.css": "./.nuxt/b24ui.css"
|
|
95
|
+
},
|
|
93
96
|
"bin": {
|
|
94
97
|
"bitrix24-ui": "./cli/index.mjs"
|
|
95
98
|
},
|
|
@@ -99,6 +102,7 @@
|
|
|
99
102
|
"README.md",
|
|
100
103
|
"README-AI.md",
|
|
101
104
|
"LICENSE",
|
|
105
|
+
".nuxt/b24ui.css",
|
|
102
106
|
"dist",
|
|
103
107
|
"cli",
|
|
104
108
|
"vue-plugin.d.ts"
|
|
@@ -139,14 +143,14 @@
|
|
|
139
143
|
"reka-ui": "2.6.0",
|
|
140
144
|
"scule": "^1.3.0",
|
|
141
145
|
"tailwind-merge": "^3.4.0",
|
|
142
|
-
"tailwind-variants": "^3.
|
|
146
|
+
"tailwind-variants": "^3.2.2",
|
|
143
147
|
"tailwindcss": "^4.1.17",
|
|
144
148
|
"tinyglobby": "^0.2.15",
|
|
145
|
-
"unplugin": "^2.3.
|
|
149
|
+
"unplugin": "^2.3.11",
|
|
146
150
|
"unplugin-auto-import": "^20.2.0",
|
|
147
151
|
"unplugin-vue-components": "^30.0.0",
|
|
148
152
|
"vaul-vue": "0.4.1",
|
|
149
|
-
"vue-component-type-helpers": "^3.1.
|
|
153
|
+
"vue-component-type-helpers": "^3.1.5"
|
|
150
154
|
},
|
|
151
155
|
"devDependencies": {
|
|
152
156
|
"@nuxt/eslint-config": "^1.10.0",
|
|
@@ -158,7 +162,7 @@
|
|
|
158
162
|
"nuxt-component-meta": "^0.14.2",
|
|
159
163
|
"sharp": "^0.34.3",
|
|
160
164
|
"@vue/test-utils": "^2.4.6",
|
|
161
|
-
"ai": "^5.0.
|
|
165
|
+
"ai": "^5.0.101",
|
|
162
166
|
"embla-carousel": "^8.6.0",
|
|
163
167
|
"eslint": "^9.39.1",
|
|
164
168
|
"happy-dom": "^20.0.10",
|
|
@@ -166,7 +170,7 @@
|
|
|
166
170
|
"vitest": "^3.2.4",
|
|
167
171
|
"vitest-axe": "^0.1.0",
|
|
168
172
|
"vitest-environment-nuxt": "^1.0.1",
|
|
169
|
-
"vue-tsc": "^3.1.
|
|
173
|
+
"vue-tsc": "^3.1.5"
|
|
170
174
|
},
|
|
171
175
|
"peerDependencies": {
|
|
172
176
|
"@inertiajs/vue3": "^2.0.7",
|
|
@@ -210,7 +214,7 @@
|
|
|
210
214
|
"@bitrix24/b24ui-nuxt": "workspace:*",
|
|
211
215
|
"debug": "4.3.7",
|
|
212
216
|
"typescript": "5.8.3",
|
|
213
|
-
"unplugin": "^2.3.
|
|
217
|
+
"unplugin": "^2.3.11"
|
|
214
218
|
},
|
|
215
219
|
"keywords": [
|
|
216
220
|
"bitrix24-ui",
|