@bitrix24/b24ui-nuxt 2.1.12 → 2.1.16

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 (35) hide show
  1. package/.nuxt/b24ui.css +2 -0
  2. package/dist/meta.d.mts +522 -42
  3. package/dist/meta.mjs +522 -42
  4. package/dist/module.json +1 -1
  5. package/dist/module.mjs +3 -5
  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/008_ui_global.css +1 -1
  9. package/dist/runtime/air-design-tokens/components/popup.css +1 -1
  10. package/dist/runtime/air-design-tokens/tw-style/font-size.css +1 -1
  11. package/dist/runtime/components/ContextMenuContent.vue +1 -0
  12. package/dist/runtime/components/DropdownMenu.vue +2 -2
  13. package/dist/runtime/components/DropdownMenuContent.vue +3 -2
  14. package/dist/runtime/components/EditorToolbar.d.vue.ts +1 -1
  15. package/dist/runtime/components/EditorToolbar.vue +5 -3
  16. package/dist/runtime/components/EditorToolbar.vue.d.ts +1 -1
  17. package/dist/runtime/components/PageCard.vue +2 -1
  18. package/dist/runtime/components/User.vue +0 -1
  19. package/dist/runtime/components/locale/LocaleSelect.vue +5 -3
  20. package/dist/runtime/components/prose/Callout.vue +0 -1
  21. package/dist/runtime/components/prose/Card.vue +0 -1
  22. package/dist/runtime/components/prose/Pre.vue +1 -1
  23. package/dist/runtime/composables/defineShortcuts.d.ts +1 -1
  24. package/dist/runtime/composables/defineShortcuts.js +2 -2
  25. package/dist/runtime/locale/in.d.ts +3 -0
  26. package/dist/runtime/locale/in.js +136 -0
  27. package/dist/runtime/locale/index.d.ts +25 -23
  28. package/dist/runtime/locale/index.js +11 -10
  29. package/dist/runtime/types/prose.d.ts +2 -0
  30. package/dist/runtime/types/prose.js +2 -0
  31. package/dist/runtime/utils/tv.js +2 -1
  32. package/dist/shared/{b24ui-nuxt.C8MyFqPm.mjs → b24ui-nuxt.DdKajqQs.mjs} +173 -170
  33. package/dist/unplugin.mjs +1 -1
  34. package/dist/vite.mjs +1 -1
  35. package/package.json +14 -13
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.DdKajqQs.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.DdKajqQs.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.16",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/bitrix24/b24ui.git"
@@ -111,13 +111,13 @@
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
- "@tailwindcss/postcss": "^4.1.17",
118
- "@tailwindcss/vite": "^4.1.17",
117
+ "@tailwindcss/postcss": "^4.1.18",
118
+ "@tailwindcss/vite": "^4.1.18",
119
119
  "@tanstack/vue-table": "^8.21.3",
120
- "@tanstack/vue-virtual": "^3.13.12",
120
+ "@tanstack/vue-virtual": "^3.13.13",
121
121
  "@tiptap/core": "3.13.0",
122
122
  "@tiptap/extension-bubble-menu": "3.13.0",
123
123
  "@tiptap/extension-drag-handle-vue-3": "3.13.0",
@@ -157,7 +157,7 @@
157
157
  "scule": "^1.3.0",
158
158
  "tailwind-merge": "^3.4.0",
159
159
  "tailwind-variants": "^3.2.2",
160
- "tailwindcss": "^4.1.17",
160
+ "tailwindcss": "^4.1.18",
161
161
  "tinyglobby": "^0.2.15",
162
162
  "unplugin": "^2.3.11",
163
163
  "unplugin-auto-import": "^20.3.0",
@@ -166,7 +166,7 @@
166
166
  "vue-component-type-helpers": "^3.1.5"
167
167
  },
168
168
  "devDependencies": {
169
- "@nuxt/eslint-config": "^1.11.0",
169
+ "@nuxt/eslint-config": "^1.12.1",
170
170
  "@nuxt/module-builder": "^1.0.2",
171
171
  "@nuxt/test-utils": "^3.21.0",
172
172
  "@types/canvas-confetti": "^1.9.0",
@@ -175,11 +175,11 @@
175
175
  "nuxt-component-meta": "^0.14.2",
176
176
  "sharp": "^0.34.3",
177
177
  "@vue/test-utils": "^2.4.6",
178
- "ai": "^5.0.108",
178
+ "ai": "^5.0.113",
179
179
  "embla-carousel": "^8.6.0",
180
- "eslint": "^9.39.1",
180
+ "eslint": "^9.39.2",
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",