captify 1.1.1 → 1.1.2
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/package.json +33 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "captify",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Core shared library for Captify applications",
|
|
6
6
|
"license": "Anautics Inc. All rights reserved.",
|
|
@@ -449,10 +449,30 @@
|
|
|
449
449
|
"types": "./dist/shared/components/index.d.ts",
|
|
450
450
|
"default": "./dist/shared/components/index.js"
|
|
451
451
|
},
|
|
452
|
+
"./shared/components/tooltip-button": {
|
|
453
|
+
"types": "./dist/shared/components/tooltip-button.d.ts",
|
|
454
|
+
"default": "./dist/shared/components/tooltip-button.js"
|
|
455
|
+
},
|
|
456
|
+
"./shared/components/ui/button": {
|
|
457
|
+
"types": "./dist/shared/components/ui/button.d.ts",
|
|
458
|
+
"default": "./dist/shared/components/ui/button.js"
|
|
459
|
+
},
|
|
460
|
+
"./shared/components/ui/tooltip": {
|
|
461
|
+
"types": "./dist/shared/components/ui/tooltip.d.ts",
|
|
462
|
+
"default": "./dist/shared/components/ui/tooltip.js"
|
|
463
|
+
},
|
|
452
464
|
"./shared/components/ui/sidebar": {
|
|
453
465
|
"types": "./dist/shared/components/ui/sidebar.d.ts",
|
|
454
466
|
"default": "./dist/shared/components/ui/sidebar.js"
|
|
455
467
|
},
|
|
468
|
+
"./shared/components/ui/sonner": {
|
|
469
|
+
"types": "./dist/shared/components/ui/sonner.d.ts",
|
|
470
|
+
"default": "./dist/shared/components/ui/sonner.js"
|
|
471
|
+
},
|
|
472
|
+
"./shared/components/ui/skeleton": {
|
|
473
|
+
"types": "./dist/shared/components/ui/skeleton.d.ts",
|
|
474
|
+
"default": "./dist/shared/components/ui/skeleton.js"
|
|
475
|
+
},
|
|
456
476
|
"./shared/components/skeleton": {
|
|
457
477
|
"types": "./dist/shared/components/skeleton/index.d.ts",
|
|
458
478
|
"default": "./dist/shared/components/skeleton/index.js"
|
|
@@ -465,6 +485,10 @@
|
|
|
465
485
|
"types": "./dist/shared/providers/index.d.ts",
|
|
466
486
|
"default": "./dist/shared/providers/index.js"
|
|
467
487
|
},
|
|
488
|
+
"./shared/providers/query-provider": {
|
|
489
|
+
"types": "./dist/shared/providers/query-provider.d.ts",
|
|
490
|
+
"default": "./dist/shared/providers/query-provider.js"
|
|
491
|
+
},
|
|
468
492
|
"./shared/services": {
|
|
469
493
|
"types": "./dist/shared/services/index.d.ts",
|
|
470
494
|
"default": "./dist/shared/services/index.js"
|
|
@@ -673,6 +697,10 @@
|
|
|
673
697
|
"types": "./dist/comments/components/index.d.ts",
|
|
674
698
|
"default": "./dist/comments/components/index.js"
|
|
675
699
|
},
|
|
700
|
+
"./comments/components/comments": {
|
|
701
|
+
"types": "./dist/comments/components/comments.d.ts",
|
|
702
|
+
"default": "./dist/comments/components/comments.js"
|
|
703
|
+
},
|
|
676
704
|
"./comments/context": {
|
|
677
705
|
"types": "./dist/comments/context/index.d.ts",
|
|
678
706
|
"default": "./dist/comments/context/index.js"
|
|
@@ -912,6 +940,10 @@
|
|
|
912
940
|
"./charts/services": {
|
|
913
941
|
"types": "./dist/charts/services/index.d.ts",
|
|
914
942
|
"default": "./dist/charts/services/index.js"
|
|
943
|
+
},
|
|
944
|
+
"./tables": {
|
|
945
|
+
"types": "./dist/shared/components/tables/index.d.ts",
|
|
946
|
+
"default": "./dist/shared/components/tables/index.js"
|
|
915
947
|
}
|
|
916
948
|
},
|
|
917
949
|
"scripts": {
|