@intlayer/design-system 3.3.5 → 3.4.7

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 (126) hide show
  1. package/dist/.vite/manifest.json +23 -0
  2. package/dist/components/Auth/AuthModal/index.cjs +4 -4
  3. package/dist/components/Auth/AuthModal/index.cjs.map +1 -1
  4. package/dist/components/Auth/AuthModal/index.mjs +4 -4
  5. package/dist/components/Auth/AuthModal/index.mjs.map +1 -1
  6. package/dist/components/Avatar/index.cjs +1 -1
  7. package/dist/components/Avatar/index.cjs.map +1 -1
  8. package/dist/components/Avatar/index.d.ts.map +1 -1
  9. package/dist/components/Avatar/index.mjs +1 -1
  10. package/dist/components/Avatar/index.mjs.map +1 -1
  11. package/dist/components/DictionaryEditor/DictionaryEditor.cjs +9 -6
  12. package/dist/components/DictionaryEditor/DictionaryEditor.cjs.map +1 -1
  13. package/dist/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -1
  14. package/dist/components/DictionaryEditor/DictionaryEditor.mjs +9 -6
  15. package/dist/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -1
  16. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs +3 -2
  17. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -1
  18. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts.map +1 -1
  19. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs +3 -2
  20. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -1
  21. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs +6 -3
  22. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs.map +1 -1
  23. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts.map +1 -1
  24. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs +6 -3
  25. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs.map +1 -1
  26. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +3 -2
  27. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
  28. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
  29. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +3 -2
  30. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
  31. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs +12 -9
  32. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs.map +1 -1
  33. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts.map +1 -1
  34. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs +12 -9
  35. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs.map +1 -1
  36. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +13 -4
  37. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +1 -1
  38. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.d.ts.map +1 -1
  39. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +13 -4
  40. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +1 -1
  41. package/dist/components/DictionaryFieldEditor/JSONEditor.cjs +7 -4
  42. package/dist/components/DictionaryFieldEditor/JSONEditor.cjs.map +1 -1
  43. package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts.map +1 -1
  44. package/dist/components/DictionaryFieldEditor/JSONEditor.mjs +7 -4
  45. package/dist/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -1
  46. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs +6 -3
  47. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs.map +1 -1
  48. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +1 -1
  49. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +6 -3
  50. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
  51. package/dist/components/DictionaryFieldEditor/NodeEditor.cjs +10 -7
  52. package/dist/components/DictionaryFieldEditor/NodeEditor.cjs.map +1 -1
  53. package/dist/components/DictionaryFieldEditor/NodeEditor.d.ts.map +1 -1
  54. package/dist/components/DictionaryFieldEditor/NodeEditor.mjs +10 -7
  55. package/dist/components/DictionaryFieldEditor/NodeEditor.mjs.map +1 -1
  56. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs +6 -3
  57. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs.map +1 -1
  58. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts.map +1 -1
  59. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs +6 -3
  60. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +1 -1
  61. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +3 -2
  62. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
  63. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
  64. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +3 -2
  65. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  66. package/dist/components/IDE/CodeRender.cjs +2 -0
  67. package/dist/components/IDE/CodeRender.cjs.map +1 -1
  68. package/dist/components/IDE/CodeRender.d.ts.map +1 -1
  69. package/dist/components/IDE/CodeRender.mjs +2 -0
  70. package/dist/components/IDE/CodeRender.mjs.map +1 -1
  71. package/dist/components/Input/Checkbox.cjs.map +1 -1
  72. package/dist/components/Input/Checkbox.d.ts +1 -1
  73. package/dist/components/Input/Checkbox.d.ts.map +1 -1
  74. package/dist/components/Input/Checkbox.mjs.map +1 -1
  75. package/dist/components/Link/Link.cjs +2 -1
  76. package/dist/components/Link/Link.cjs.map +1 -1
  77. package/dist/components/Link/Link.d.ts +1 -1
  78. package/dist/components/Link/Link.d.ts.map +1 -1
  79. package/dist/components/Link/Link.mjs +2 -1
  80. package/dist/components/Link/Link.mjs.map +1 -1
  81. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +1 -1
  82. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -1
  83. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
  84. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
  85. package/dist/components/Navbar/MobileNavbar.cjs +3 -3
  86. package/dist/components/Navbar/MobileNavbar.cjs.map +1 -1
  87. package/dist/components/Navbar/MobileNavbar.mjs +3 -3
  88. package/dist/components/Navbar/MobileNavbar.mjs.map +1 -1
  89. package/dist/components/RightDrawer/RightDrawer.cjs +26 -5
  90. package/dist/components/RightDrawer/RightDrawer.cjs.map +1 -1
  91. package/dist/components/RightDrawer/RightDrawer.d.ts +2 -0
  92. package/dist/components/RightDrawer/RightDrawer.d.ts.map +1 -1
  93. package/dist/components/RightDrawer/RightDrawer.mjs +26 -5
  94. package/dist/components/RightDrawer/RightDrawer.mjs.map +1 -1
  95. package/dist/components/RightDrawer/index.cjs +0 -1
  96. package/dist/components/RightDrawer/index.cjs.map +1 -1
  97. package/dist/components/RightDrawer/index.mjs +1 -2
  98. package/dist/components/RightDrawer/useRightDrawerStore.cjs +15 -12
  99. package/dist/components/RightDrawer/useRightDrawerStore.cjs.map +1 -1
  100. package/dist/components/RightDrawer/useRightDrawerStore.d.ts +5 -5
  101. package/dist/components/RightDrawer/useRightDrawerStore.d.ts.map +1 -1
  102. package/dist/components/RightDrawer/useRightDrawerStore.mjs +15 -12
  103. package/dist/components/RightDrawer/useRightDrawerStore.mjs.map +1 -1
  104. package/dist/components/index.cjs +0 -1
  105. package/dist/components/index.cjs.map +1 -1
  106. package/dist/components/index.mjs +1 -2
  107. package/dist/hooks/useAsync/useAsync.cjs +3 -46
  108. package/dist/hooks/useAsync/useAsync.cjs.map +1 -1
  109. package/dist/hooks/useAsync/useAsync.mjs +3 -46
  110. package/dist/hooks/useAsync/useAsync.mjs.map +1 -1
  111. package/dist/hooks/useScrollBlockage/index.cjs +8 -1
  112. package/dist/hooks/useScrollBlockage/index.cjs.map +1 -1
  113. package/dist/hooks/useScrollBlockage/index.d.ts.map +1 -1
  114. package/dist/hooks/useScrollBlockage/index.mjs +8 -1
  115. package/dist/hooks/useScrollBlockage/index.mjs.map +1 -1
  116. package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs +1 -1
  117. package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs.map +1 -1
  118. package/dist/hooks/useScrollBlockage/useScrollBlockageStore.mjs +1 -1
  119. package/dist/hooks/useScrollBlockage/useScrollBlockageStore.mjs.map +1 -1
  120. package/dist/shallow-lhDIFtEp.cjs +48 -0
  121. package/dist/shallow-lhDIFtEp.cjs.map +1 -0
  122. package/dist/shallow-m9BpCkKh.js +49 -0
  123. package/dist/shallow-m9BpCkKh.js.map +1 -0
  124. package/dist/tailwind.css +1 -1
  125. package/dist/tailwind.js +1 -0
  126. package/package.json +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/design-system",
3
- "version": "3.3.5",
3
+ "version": "3.4.7",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "design-system",
@@ -68,7 +68,7 @@
68
68
  "clsx": "^2.1.1",
69
69
  "cmdk": "^1.0.4",
70
70
  "deepmerge": "^4.3.1",
71
- "framer-motion": "^11.12.0",
71
+ "framer-motion": "^11.13.1",
72
72
  "markdown-to-jsx": "^7.7.0",
73
73
  "react-copy-to-clipboard": "^5.1.0",
74
74
  "react-hook-form": "^7.53.2",
@@ -79,10 +79,10 @@
79
79
  "tailwindcss-animate": "^1.0.7",
80
80
  "zod": "^3.23.8",
81
81
  "zustand": "^4.5.5",
82
- "@intlayer/dictionaries-entry": "^3.3.5",
83
- "@intlayer/config": "^3.3.5",
84
- "@intlayer/core": "^3.3.5",
85
- "react-intlayer": "^3.3.5"
82
+ "@intlayer/config": "^3.4.7",
83
+ "@intlayer/core": "^3.4.7",
84
+ "@intlayer/dictionaries-entry": "^3.4.7",
85
+ "react-intlayer": "^3.4.7"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@chromatic-com/storybook": "^3.2.2",
@@ -113,28 +113,28 @@
113
113
  "eslint-plugin-react-hooks": "^5.0.0",
114
114
  "eslint-plugin-react-refresh": "^0.4.14",
115
115
  "fast-glob": "^3.3.2",
116
- "lucide-react": "^0.462.0",
116
+ "lucide-react": "^0.468.0",
117
117
  "prettier": "^3.4.1",
118
118
  "storybook": "^8.4.5",
119
119
  "tailwindcss": "^3.4.15",
120
120
  "typescript": "^5.7.2",
121
121
  "vite": "^6.0.1",
122
122
  "vite-plugin-dts": "^4.3.0",
123
- "@intlayer/backend": "^3.3.5",
124
123
  "@utils/ts-config": "^1.0.4",
125
- "@utils/tsup-config": "^1.0.4",
126
- "@utils/ts-config-types": "^1.0.4"
124
+ "@intlayer/backend": "^3.4.7",
125
+ "@utils/ts-config-types": "^1.0.4",
126
+ "@utils/tsup-config": "^1.0.4"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": ">=18.3.1",
130
130
  "react-dom": ">=18.3.1",
131
131
  "zustand": "^4.5.5",
132
- "@intlayer/backend": "^3.3.5",
133
- "@intlayer/config": "^3.3.5",
134
- "intlayer": "^3.3.5",
135
- "@intlayer/core": "^3.3.5",
136
- "@intlayer/dictionaries-entry": "^3.3.5",
137
- "react-intlayer": "^3.3.5"
132
+ "@intlayer/backend": "^3.4.7",
133
+ "@intlayer/config": "^3.4.7",
134
+ "@intlayer/core": "^3.4.7",
135
+ "intlayer": "^3.4.7",
136
+ "react-intlayer": "^3.4.7",
137
+ "@intlayer/dictionaries-entry": "^3.4.7"
138
138
  },
139
139
  "scripts": {
140
140
  "build": "pnpm build:package && pnpm build:css && pnpm build:storybook",