@intlayer/design-system 9.0.1 → 9.1.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/dist/esm/components/DictionaryEditor/NodeWrapper/SelectWrapper.mjs +33 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/SelectWrapper.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +5 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +93 -0
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +84 -0
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NodeTypeSelector.mjs +5 -1
- package/dist/esm/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +20 -0
- package/dist/esm/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
- package/dist/esm/components/Form/elements/OTPElement.mjs +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +1 -1
- package/dist/esm/components/Modal/Modal.mjs +2 -2
- package/dist/esm/components/Navbar/MobileNavbar.mjs +1 -1
- package/dist/esm/components/Pagination/Pagination.mjs +1 -1
- package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
- package/dist/esm/components/Tab/Tab.mjs +1 -1
- package/dist/esm/hooks/index.mjs +8 -8
- package/dist/types/components/DictionaryEditor/NodeWrapper/SelectWrapper.d.ts +11 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/SelectWrapper.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/index.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +84 -0
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/StructureView/StructureView.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +20 -0
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/package.json +49 -49
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/design-system",
|
|
3
|
-
"version": "9.0
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Intlayer design system, including UI components used in the Intlayer editor, website, and visual editor/CMS.",
|
|
6
6
|
"keywords": [
|
|
@@ -440,48 +440,48 @@
|
|
|
440
440
|
"typecheck_": "tsc --noEmit --project tsconfig.types.json"
|
|
441
441
|
},
|
|
442
442
|
"dependencies": {
|
|
443
|
-
"@better-auth/passkey": "1.6.
|
|
444
|
-
"@better-auth/sso": "1.6.
|
|
445
|
-
"@intlayer/api": "9.0
|
|
446
|
-
"@intlayer/config": "9.0
|
|
447
|
-
"@intlayer/core": "9.0
|
|
448
|
-
"@intlayer/dictionaries-entry": "9.0
|
|
449
|
-
"@intlayer/editor-react": "9.0
|
|
450
|
-
"@intlayer/engine": "9.0
|
|
451
|
-
"@intlayer/types": "9.0
|
|
452
|
-
"@radix-ui/react-dialog": "1.1.
|
|
453
|
-
"@radix-ui/react-select": "2.3.
|
|
454
|
-
"@radix-ui/react-slot": "1.3.
|
|
455
|
-
"@radix-ui/react-toast": "1.2.
|
|
443
|
+
"@better-auth/passkey": "1.6.25",
|
|
444
|
+
"@better-auth/sso": "1.6.25",
|
|
445
|
+
"@intlayer/api": "9.1.0",
|
|
446
|
+
"@intlayer/config": "9.1.0",
|
|
447
|
+
"@intlayer/core": "9.1.0",
|
|
448
|
+
"@intlayer/dictionaries-entry": "9.1.0",
|
|
449
|
+
"@intlayer/editor-react": "9.1.0",
|
|
450
|
+
"@intlayer/engine": "9.1.0",
|
|
451
|
+
"@intlayer/types": "9.1.0",
|
|
452
|
+
"@radix-ui/react-dialog": "1.1.23",
|
|
453
|
+
"@radix-ui/react-select": "2.3.7",
|
|
454
|
+
"@radix-ui/react-slot": "1.3.3",
|
|
455
|
+
"@radix-ui/react-toast": "1.2.23",
|
|
456
456
|
"@tailwindcss/aspect-ratio": "0.4.2",
|
|
457
457
|
"@tanstack/query-async-storage-persister": "5.101.4",
|
|
458
458
|
"@tanstack/react-query-persist-client": "5.101.4",
|
|
459
|
-
"@tanstack/react-virtual": "3.14.
|
|
460
|
-
"@tiptap/core": "3.
|
|
461
|
-
"@tiptap/extension-character-count": "3.
|
|
462
|
-
"@tiptap/extension-color": "3.
|
|
463
|
-
"@tiptap/extension-highlight": "3.
|
|
464
|
-
"@tiptap/extension-horizontal-rule": "3.
|
|
465
|
-
"@tiptap/extension-image": "3.
|
|
466
|
-
"@tiptap/extension-link": "3.
|
|
467
|
-
"@tiptap/extension-placeholder": "3.
|
|
468
|
-
"@tiptap/extension-task-item": "3.
|
|
469
|
-
"@tiptap/extension-task-list": "3.
|
|
470
|
-
"@tiptap/extension-text-style": "3.
|
|
471
|
-
"@tiptap/extension-underline": "3.
|
|
472
|
-
"@tiptap/extension-youtube": "3.
|
|
473
|
-
"@tiptap/pm": "3.
|
|
474
|
-
"@tiptap/react": "3.
|
|
475
|
-
"@tiptap/starter-kit": "3.
|
|
476
|
-
"@tiptap/suggestion": "3.
|
|
477
|
-
"better-auth": "1.6.
|
|
459
|
+
"@tanstack/react-virtual": "3.14.9",
|
|
460
|
+
"@tiptap/core": "3.29.2",
|
|
461
|
+
"@tiptap/extension-character-count": "3.29.2",
|
|
462
|
+
"@tiptap/extension-color": "3.29.2",
|
|
463
|
+
"@tiptap/extension-highlight": "3.29.2",
|
|
464
|
+
"@tiptap/extension-horizontal-rule": "3.29.2",
|
|
465
|
+
"@tiptap/extension-image": "3.29.2",
|
|
466
|
+
"@tiptap/extension-link": "3.29.2",
|
|
467
|
+
"@tiptap/extension-placeholder": "3.29.2",
|
|
468
|
+
"@tiptap/extension-task-item": "3.29.2",
|
|
469
|
+
"@tiptap/extension-task-list": "3.29.2",
|
|
470
|
+
"@tiptap/extension-text-style": "3.29.2",
|
|
471
|
+
"@tiptap/extension-underline": "3.29.2",
|
|
472
|
+
"@tiptap/extension-youtube": "3.29.2",
|
|
473
|
+
"@tiptap/pm": "3.29.2",
|
|
474
|
+
"@tiptap/react": "3.29.2",
|
|
475
|
+
"@tiptap/starter-kit": "3.29.2",
|
|
476
|
+
"@tiptap/suggestion": "3.29.2",
|
|
477
|
+
"better-auth": "1.6.25",
|
|
478
478
|
"class-variance-authority": "0.7.1",
|
|
479
479
|
"cmdk": "1.1.1",
|
|
480
|
-
"cnfast": "^0.0
|
|
480
|
+
"cnfast": "^0.1.0",
|
|
481
481
|
"defu": "6.1.7",
|
|
482
482
|
"dompurify": "3.4.12",
|
|
483
|
-
"isomorphic-dompurify": "3.
|
|
484
|
-
"react-intlayer": "9.0
|
|
483
|
+
"isomorphic-dompurify": "3.20.0",
|
|
484
|
+
"react-intlayer": "9.1.0",
|
|
485
485
|
"rollup-preserve-directives": "1.1.3",
|
|
486
486
|
"tiptap-extension-code-block-shiki": "^1.2.0",
|
|
487
487
|
"tiptap-extension-global-drag-handle": "^0.1.18",
|
|
@@ -490,7 +490,7 @@
|
|
|
490
490
|
"zod": "4.4.3"
|
|
491
491
|
},
|
|
492
492
|
"devDependencies": {
|
|
493
|
-
"@intlayer/backend": "9.0
|
|
493
|
+
"@intlayer/backend": "9.1.0",
|
|
494
494
|
"@shikijs/transformers": "4.3.1",
|
|
495
495
|
"@storybook/addon-a11y": "8.6.14",
|
|
496
496
|
"@storybook/addon-essentials": "8.6.14",
|
|
@@ -514,39 +514,39 @@
|
|
|
514
514
|
"@testing-library/user-event": "14.6.1",
|
|
515
515
|
"@types/dompurify": "3.2.0",
|
|
516
516
|
"@types/espree": "11.1.0",
|
|
517
|
-
"@types/node": "26.1.
|
|
517
|
+
"@types/node": "26.1.2",
|
|
518
518
|
"@types/react": "19.2.17",
|
|
519
519
|
"@types/react-dom": "19.2.3",
|
|
520
520
|
"@utils/ts-config": "1.0.4",
|
|
521
521
|
"@utils/ts-config-types": "1.0.4",
|
|
522
522
|
"fast-glob": "3.3.3",
|
|
523
|
-
"intlayer": "9.0
|
|
523
|
+
"intlayer": "9.1.0",
|
|
524
524
|
"rimraf": "6.1.3",
|
|
525
525
|
"shiki": "4.3.1",
|
|
526
526
|
"storybook": "8.6.17",
|
|
527
|
-
"tsdown": "0.22.
|
|
527
|
+
"tsdown": "0.22.14",
|
|
528
528
|
"typescript": "7.0.2",
|
|
529
|
-
"vite": "8.
|
|
530
|
-
"vite-intlayer": "9.0
|
|
529
|
+
"vite": "8.2.0",
|
|
530
|
+
"vite-intlayer": "9.1.0",
|
|
531
531
|
"vite-plugin-dts": "5.0.3",
|
|
532
532
|
"vitest": "4.1.10"
|
|
533
533
|
},
|
|
534
534
|
"peerDependencies": {
|
|
535
535
|
"@better-fetch/fetch": "1.3.1",
|
|
536
|
-
"@hookform/resolvers": "5.
|
|
537
|
-
"@intlayer/backend": "9.0
|
|
536
|
+
"@hookform/resolvers": "5.5.7",
|
|
537
|
+
"@intlayer/backend": "9.1.0",
|
|
538
538
|
"@monaco-editor/react": "4.7.0",
|
|
539
539
|
"@shikijs/transformers": "4.3.1",
|
|
540
540
|
"@tanstack/react-query": "5.101.4",
|
|
541
541
|
"@tanstack/react-query-devtools": "5.101.4",
|
|
542
|
-
"framer-motion": "12.
|
|
542
|
+
"framer-motion": "12.43.0",
|
|
543
543
|
"fuse.js": "7.5.0",
|
|
544
|
-
"intlayer": "9.0
|
|
545
|
-
"lucide-react": "1.
|
|
544
|
+
"intlayer": "9.1.0",
|
|
545
|
+
"lucide-react": "1.28.0",
|
|
546
546
|
"react": ">=16.0.0",
|
|
547
547
|
"react-dom": ">=16.0.0",
|
|
548
|
-
"react-hook-form": "7.
|
|
549
|
-
"react-intlayer": "9.0
|
|
548
|
+
"react-hook-form": "7.83.0",
|
|
549
|
+
"react-intlayer": "9.1.0",
|
|
550
550
|
"shiki": "4.3.1",
|
|
551
551
|
"tailwindcss": "4.3.3"
|
|
552
552
|
},
|