@alfadocs/ui-kit 0.35.0 → 0.36.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/_chunks/marketplace-app-shell-DXHxy9dj.js +295 -0
- package/dist/agent-catalog.json +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/index.js +557 -632
- package/dist/patterns/marketplace-app-shell/index.d.ts +3 -0
- package/dist/patterns/marketplace-app-shell/index.js +6 -0
- package/dist/patterns/marketplace-app-shell/marketplace-app-shell.d.ts +111 -0
- package/dist/tokens.css +1 -1
- package/package.json +11 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfadocs/ui-kit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.36.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AlfaDocs shared design system — tokens, components, patterns, and translations for platform, booking, and alfascribe.",
|
|
6
6
|
"license": "BUSL-1.1",
|
|
@@ -527,6 +527,10 @@
|
|
|
527
527
|
"types": "./dist/patterns/alia-assistant/index.d.ts",
|
|
528
528
|
"import": "./dist/patterns/alia-assistant/index.js"
|
|
529
529
|
},
|
|
530
|
+
"./patterns/marketplace-app-shell": {
|
|
531
|
+
"types": "./dist/patterns/marketplace-app-shell/index.d.ts",
|
|
532
|
+
"import": "./dist/patterns/marketplace-app-shell/index.js"
|
|
533
|
+
},
|
|
530
534
|
"./patterns/patient-shell": {
|
|
531
535
|
"types": "./dist/patterns/patient-shell/index.d.ts",
|
|
532
536
|
"import": "./dist/patterns/patient-shell/index.js"
|
|
@@ -603,9 +607,9 @@
|
|
|
603
607
|
"i18next": "^26.0.4",
|
|
604
608
|
"libphonenumber-js": "^1.12.41",
|
|
605
609
|
"pdfjs-dist": "^5.6.205",
|
|
606
|
-
"react": "^18.2.0 || ^
|
|
610
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
607
611
|
"react-apexcharts": "^2.0.0",
|
|
608
|
-
"react-dom": "^18.2.0 || ^
|
|
612
|
+
"react-dom": "^18.2.0 || ^19.0.0",
|
|
609
613
|
"react-i18next": "^17.0.3",
|
|
610
614
|
"signature_pad": "^5.1.3",
|
|
611
615
|
"tiptap-markdown": "^0.9.0"
|
|
@@ -782,8 +786,8 @@
|
|
|
782
786
|
"@tiptap/starter-kit": "^3.22.3",
|
|
783
787
|
"@types/dompurify": "^3.0.5",
|
|
784
788
|
"@types/google.maps": "^3.58.1",
|
|
785
|
-
"@types/react": "^
|
|
786
|
-
"@types/react-dom": "^
|
|
789
|
+
"@types/react": "^19.2.0",
|
|
790
|
+
"@types/react-dom": "^19.2.0",
|
|
787
791
|
"@types/validator": "^13.15.10",
|
|
788
792
|
"@vis.gl/react-google-maps": "^1.5.5",
|
|
789
793
|
"@vitejs/plugin-react": "^4.7.0",
|
|
@@ -807,9 +811,9 @@
|
|
|
807
811
|
"playwright": "^1.59.1",
|
|
808
812
|
"postcss": "^8.5.9",
|
|
809
813
|
"prettier": "^3.8.3",
|
|
810
|
-
"react": "^
|
|
814
|
+
"react": "^19.2.0",
|
|
811
815
|
"react-apexcharts": "^2.0.0",
|
|
812
|
-
"react-dom": "^
|
|
816
|
+
"react-dom": "^19.2.0",
|
|
813
817
|
"react-i18next": "^17.0.3",
|
|
814
818
|
"remark-gfm": "^4.0.1",
|
|
815
819
|
"signature_pad": "^5.1.3",
|