@almadar/ui 6.3.0 → 6.5.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/avl/index.cjs +2461 -1553
- package/dist/avl/index.d.cts +206 -17
- package/dist/avl/index.d.ts +206 -17
- package/dist/avl/index.js +1445 -540
- package/dist/components/index.cjs +2035 -1489
- package/dist/components/index.d.cts +197 -1
- package/dist/components/index.d.ts +197 -1
- package/dist/components/index.js +1037 -490
- package/dist/hooks/index.cjs +2 -0
- package/dist/hooks/index.js +2 -0
- package/dist/lib/drawable/three/index.cjs +4 -3
- package/dist/lib/drawable/three/index.js +4 -3
- package/dist/locales/index.cjs +6 -0
- package/dist/locales/index.js +6 -0
- package/dist/marketing/index.cjs +1 -1
- package/dist/marketing/index.js +1 -1
- package/dist/providers/index.cjs +1957 -1319
- package/dist/providers/index.d.cts +4 -1
- package/dist/providers/index.d.ts +4 -1
- package/dist/providers/index.js +1018 -380
- package/dist/runtime/index.cjs +1922 -1284
- package/dist/runtime/index.js +1022 -384
- package/locales/ar.json +2 -0
- package/locales/en.json +2 -0
- package/locales/sl.json +2 -0
- package/package.json +4 -3
package/locales/ar.json
CHANGED
|
@@ -370,6 +370,8 @@
|
|
|
370
370
|
"orbInspector.tokenGroup.shadows": "الظلال",
|
|
371
371
|
"orbInspector.tab.inspector": "المُفتِّش",
|
|
372
372
|
"orbInspector.tab.styles": "الأنماط",
|
|
373
|
+
"orbInspector.tab.design": "التصميم",
|
|
374
|
+
"orbInspector.tab.prototype": "النموذج الأولي",
|
|
373
375
|
"orbInspector.tab.code": "الكود",
|
|
374
376
|
"canvas.goBackToOverview": "العودة إلى النظرة العامة",
|
|
375
377
|
"canvas.overview": "نظرة عامة",
|
package/locales/en.json
CHANGED
|
@@ -374,6 +374,8 @@
|
|
|
374
374
|
"orbInspector.tokenGroup.shadows": "Shadows",
|
|
375
375
|
"orbInspector.tab.inspector": "Inspector",
|
|
376
376
|
"orbInspector.tab.styles": "Styles",
|
|
377
|
+
"orbInspector.tab.design": "Design",
|
|
378
|
+
"orbInspector.tab.prototype": "Prototype",
|
|
377
379
|
"orbInspector.tab.code": "Code",
|
|
378
380
|
"canvas.goBackToOverview": "Go back to overview",
|
|
379
381
|
"canvas.overview": "Overview",
|
package/locales/sl.json
CHANGED
|
@@ -370,6 +370,8 @@
|
|
|
370
370
|
"orbInspector.tokenGroup.shadows": "Sence",
|
|
371
371
|
"orbInspector.tab.inspector": "Pregledovalnik",
|
|
372
372
|
"orbInspector.tab.styles": "Slogi",
|
|
373
|
+
"orbInspector.tab.design": "Oblikovanje",
|
|
374
|
+
"orbInspector.tab.prototype": "Prototip",
|
|
373
375
|
"orbInspector.tab.code": "Koda",
|
|
374
376
|
"canvas.goBackToOverview": "Nazaj na pregled",
|
|
375
377
|
"canvas.overview": "Pregled",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/ui",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.5.0",
|
|
4
4
|
"description": "React UI components, hooks, and providers for Almadar",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -118,11 +118,11 @@
|
|
|
118
118
|
"access": "public"
|
|
119
119
|
},
|
|
120
120
|
"dependencies": {
|
|
121
|
-
"@almadar/core": "^10.
|
|
121
|
+
"@almadar/core": "^10.81.0",
|
|
122
122
|
"@almadar/evaluator": "^2.44.0",
|
|
123
123
|
"@almadar/logger": "^1.12.0",
|
|
124
124
|
"@almadar/runtime": "^6.69.0",
|
|
125
|
-
"@almadar/std": "^16.
|
|
125
|
+
"@almadar/std": "^16.201.0",
|
|
126
126
|
"@almadar/syntax": "^1.16.0",
|
|
127
127
|
"@dnd-kit/core": "^6.3.1",
|
|
128
128
|
"@dnd-kit/sortable": "^10.0.0",
|
|
@@ -137,6 +137,7 @@
|
|
|
137
137
|
"hastscript": "^9.0.0",
|
|
138
138
|
"leaflet": "1.9.4",
|
|
139
139
|
"lucide-react": "^0.570.0",
|
|
140
|
+
"mermaid": "^11.17.2",
|
|
140
141
|
"parse-entities": "^4.0.0",
|
|
141
142
|
"react-icons": "^5.6.0",
|
|
142
143
|
"react-leaflet": "^4.2.1",
|