@bitrix24/b24ui-nuxt 2.1.12 → 2.1.15

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.
Files changed (33) hide show
  1. package/.nuxt/b24ui.css +2 -0
  2. package/dist/meta.d.mts +521 -41
  3. package/dist/meta.mjs +521 -41
  4. package/dist/module.json +1 -1
  5. package/dist/module.mjs +1 -1
  6. package/dist/runtime/air-design-tokens/003_b24_context_light.css +1 -1
  7. package/dist/runtime/air-design-tokens/004_b24_context_dark.css +1 -1
  8. package/dist/runtime/air-design-tokens/components/popup.css +1 -1
  9. package/dist/runtime/air-design-tokens/tw-style/font-size.css +1 -1
  10. package/dist/runtime/components/ContextMenuContent.vue +1 -0
  11. package/dist/runtime/components/DropdownMenu.vue +2 -2
  12. package/dist/runtime/components/DropdownMenuContent.vue +3 -2
  13. package/dist/runtime/components/EditorToolbar.d.vue.ts +1 -1
  14. package/dist/runtime/components/EditorToolbar.vue +5 -3
  15. package/dist/runtime/components/EditorToolbar.vue.d.ts +1 -1
  16. package/dist/runtime/components/PageCard.vue +2 -1
  17. package/dist/runtime/components/User.vue +0 -1
  18. package/dist/runtime/components/locale/LocaleSelect.vue +5 -3
  19. package/dist/runtime/components/prose/Callout.vue +0 -1
  20. package/dist/runtime/components/prose/Card.vue +0 -1
  21. package/dist/runtime/composables/defineShortcuts.d.ts +1 -1
  22. package/dist/runtime/composables/defineShortcuts.js +2 -2
  23. package/dist/runtime/locale/in.d.ts +3 -0
  24. package/dist/runtime/locale/in.js +136 -0
  25. package/dist/runtime/locale/index.d.ts +25 -23
  26. package/dist/runtime/locale/index.js +11 -10
  27. package/dist/runtime/types/prose.d.ts +2 -0
  28. package/dist/runtime/types/prose.js +2 -0
  29. package/dist/runtime/utils/tv.js +2 -1
  30. package/dist/shared/{b24ui-nuxt.C8MyFqPm.mjs → b24ui-nuxt.BYDi-4ID.mjs} +161 -152
  31. package/dist/unplugin.mjs +1 -1
  32. package/dist/vite.mjs +1 -1
  33. package/package.json +7 -6
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.C8MyFqPm.mjs';
6
+ import { g as getTemplates, d as defaultOptions, a as getDefaultConfig } from './shared/b24ui-nuxt.BYDi-4ID.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
@@ -4,7 +4,7 @@ import 'pathe';
4
4
  import 'unplugin';
5
5
  import 'defu';
6
6
  import '@tailwindcss/vite';
7
- import './shared/b24ui-nuxt.C8MyFqPm.mjs';
7
+ import './shared/b24ui-nuxt.BYDi-4ID.mjs';
8
8
  import 'scule';
9
9
  import 'knitwork';
10
10
  import '@nuxt/kit';
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.12",
4
+ "version": "2.1.15",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/bitrix24/b24ui.git"
@@ -111,8 +111,8 @@
111
111
  "@bitrix24/b24icons-nuxt": "^2.0.7",
112
112
  "@internationalized/date": "^3.10.0",
113
113
  "@internationalized/number": "^3.6.5",
114
- "@nuxt/kit": "^4.2.1",
115
- "@nuxt/schema": "^4.2.1",
114
+ "@nuxt/kit": "^4.2.2",
115
+ "@nuxt/schema": "^4.2.2",
116
116
  "@standard-schema/spec": "^1.0.0",
117
117
  "@tailwindcss/postcss": "^4.1.17",
118
118
  "@tailwindcss/vite": "^4.1.17",
@@ -179,7 +179,7 @@
179
179
  "embla-carousel": "^8.6.0",
180
180
  "eslint": "^9.39.1",
181
181
  "happy-dom": "^20.0.11",
182
- "nuxt": "^4.2.1",
182
+ "nuxt": "^4.2.2",
183
183
  "vitest": "^3.2.4",
184
184
  "vitest-axe": "^0.1.0",
185
185
  "vitest-environment-nuxt": "^1.0.1",
@@ -223,10 +223,11 @@
223
223
  }
224
224
  },
225
225
  "resolutions": {
226
- "@nuxt/kit": "^4.2.1",
226
+ "@nuxt/kit": "^4.2.2",
227
227
  "@bitrix24/b24ui-nuxt": "workspace:*",
228
228
  "typescript": "5.8.3",
229
- "unplugin": "^2.3.11"
229
+ "unplugin": "^2.3.11",
230
+ "c12": "^3.3.2"
230
231
  },
231
232
  "keywords": [
232
233
  "bitrix24-ui",