@powerhousedao/document-engineering 1.23.0 → 1.25.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/src/scalars/graphql/File.d.ts +11 -0
- package/dist/src/scalars/graphql/File.d.ts.map +1 -0
- package/dist/src/scalars/graphql/File.js +11 -0
- package/dist/src/scalars/graphql/File.js.map +1 -0
- package/dist/src/scalars/graphql/scalars.d.ts +6 -1
- package/dist/src/scalars/graphql/scalars.d.ts.map +1 -1
- package/dist/src/scalars/graphql/scalars.js +8 -1
- package/dist/src/scalars/graphql/scalars.js.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/file-input.d.ts +5 -0
- package/dist/src/ui/components/data-entry/file-input/file-input.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/file-input.js +55 -0
- package/dist/src/ui/components/data-entry/file-input/file-input.js.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/index.d.ts +3 -0
- package/dist/src/ui/components/data-entry/file-input/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/index.js +2 -0
- package/dist/src/ui/components/data-entry/file-input/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.d.ts +16 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.js +13 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.js.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/types.d.ts +9 -0
- package/dist/src/ui/components/data-entry/file-input/types.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/types.js +2 -0
- package/dist/src/ui/components/data-entry/file-input/types.js.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/utils.d.ts +10 -0
- package/dist/src/ui/components/data-entry/file-input/utils.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/utils.js +41 -0
- package/dist/src/ui/components/data-entry/file-input/utils.js.map +1 -0
- package/dist/src/ui/components/data-entry/phone-number-input/index.d.ts +3 -0
- package/dist/src/ui/components/data-entry/phone-number-input/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/phone-number-input/index.js +2 -0
- package/dist/src/ui/components/data-entry/phone-number-input/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/phone-number-input/phone-number-input.d.ts +5 -0
- package/dist/src/ui/components/data-entry/phone-number-input/phone-number-input.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/phone-number-input/phone-number-input.js +38 -0
- package/dist/src/ui/components/data-entry/phone-number-input/phone-number-input.js.map +1 -0
- package/dist/src/ui/components/data-entry/phone-number-input/types.d.ts +14 -0
- package/dist/src/ui/components/data-entry/phone-number-input/types.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/phone-number-input/types.js +2 -0
- package/dist/src/ui/components/data-entry/phone-number-input/types.js.map +1 -0
- package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.d.ts +20 -0
- package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.js +34 -0
- package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.js.map +1 -0
- package/dist/src/ui/components/icon-components/FileBackground.d.ts +7 -0
- package/dist/src/ui/components/icon-components/FileBackground.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/FileBackground.js +7 -0
- package/dist/src/ui/components/icon-components/FileBackground.js.map +1 -0
- package/dist/src/ui/components/icon-components/FileUpload.d.ts +7 -0
- package/dist/src/ui/components/icon-components/FileUpload.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/FileUpload.js +7 -0
- package/dist/src/ui/components/icon-components/FileUpload.js.map +1 -0
- package/dist/src/ui/components/icon-components/Image.d.ts +7 -0
- package/dist/src/ui/components/icon-components/Image.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Image.js +7 -0
- package/dist/src/ui/components/icon-components/Image.js.map +1 -0
- package/dist/src/ui/components/icon-components/PlaceholderImage.d.ts +7 -0
- package/dist/src/ui/components/icon-components/PlaceholderImage.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/PlaceholderImage.js +7 -0
- package/dist/src/ui/components/icon-components/PlaceholderImage.js.map +1 -0
- package/dist/src/ui/components/icon-components/UploadImage.d.ts +7 -0
- package/dist/src/ui/components/icon-components/UploadImage.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/UploadImage.js +7 -0
- package/dist/src/ui/components/icon-components/UploadImage.js.map +1 -0
- package/dist/src/ui/components/icon-components/index.d.ts +1 -1
- package/dist/src/ui/components/icon-components/index.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/index.js +6 -0
- package/dist/src/ui/components/icon-components/index.js.map +1 -1
- package/dist/src/ui/components/index.d.ts +1 -0
- package/dist/src/ui/components/index.d.ts.map +1 -1
- package/dist/src/ui/components/index.js +1 -0
- package/dist/src/ui/components/index.js.map +1 -1
- package/dist/src/ui/components/sidebar/sidebar.d.ts +9 -0
- package/dist/src/ui/components/sidebar/sidebar.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/sidebar.js +2 -2
- package/dist/src/ui/components/sidebar/sidebar.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.d.ts +2 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.js +8 -2
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.d.ts +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.js +10 -2
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-skeleton-item.d.ts +8 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-skeleton-item.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-skeleton-item.js +8 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-skeleton-item.js.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-skeleton.d.ts +2 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-skeleton.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-skeleton.js +22 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-skeleton.js.map +1 -0
- package/dist/style.css +118 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +5 -1
package/dist/style.css
CHANGED
|
@@ -267,6 +267,9 @@
|
|
|
267
267
|
.\!pointer-events-auto {
|
|
268
268
|
pointer-events: auto !important;
|
|
269
269
|
}
|
|
270
|
+
.pointer-events-auto {
|
|
271
|
+
pointer-events: auto;
|
|
272
|
+
}
|
|
270
273
|
.pointer-events-none {
|
|
271
274
|
pointer-events: none;
|
|
272
275
|
}
|
|
@@ -330,6 +333,9 @@
|
|
|
330
333
|
.right-8 {
|
|
331
334
|
right: calc(var(--spacing) * 8);
|
|
332
335
|
}
|
|
336
|
+
.bottom-4 {
|
|
337
|
+
bottom: calc(var(--spacing) * 4);
|
|
338
|
+
}
|
|
333
339
|
.bottom-5 {
|
|
334
340
|
bottom: calc(var(--spacing) * 5);
|
|
335
341
|
}
|
|
@@ -348,6 +354,9 @@
|
|
|
348
354
|
.left-\[50\%\] {
|
|
349
355
|
left: 50%;
|
|
350
356
|
}
|
|
357
|
+
.z-0 {
|
|
358
|
+
z-index: 0;
|
|
359
|
+
}
|
|
351
360
|
.z-1 {
|
|
352
361
|
z-index: 1;
|
|
353
362
|
}
|
|
@@ -513,6 +522,9 @@
|
|
|
513
522
|
.inline {
|
|
514
523
|
display: inline;
|
|
515
524
|
}
|
|
525
|
+
.inline-block {
|
|
526
|
+
display: inline-block;
|
|
527
|
+
}
|
|
516
528
|
.inline-flex {
|
|
517
529
|
display: inline-flex;
|
|
518
530
|
}
|
|
@@ -571,6 +583,9 @@
|
|
|
571
583
|
.h-4 {
|
|
572
584
|
height: calc(var(--spacing) * 4);
|
|
573
585
|
}
|
|
586
|
+
.h-4\.5 {
|
|
587
|
+
height: calc(var(--spacing) * 4.5);
|
|
588
|
+
}
|
|
574
589
|
.h-6 {
|
|
575
590
|
height: calc(var(--spacing) * 6);
|
|
576
591
|
}
|
|
@@ -634,6 +649,9 @@
|
|
|
634
649
|
.min-h-9 {
|
|
635
650
|
min-height: calc(var(--spacing) * 9);
|
|
636
651
|
}
|
|
652
|
+
.min-h-\[148px\] {
|
|
653
|
+
min-height: 148px;
|
|
654
|
+
}
|
|
637
655
|
.w-\(--radix-popover-trigger-width\) {
|
|
638
656
|
width: var(--radix-popover-trigger-width);
|
|
639
657
|
}
|
|
@@ -655,6 +673,39 @@
|
|
|
655
673
|
.w-16 {
|
|
656
674
|
width: calc(var(--spacing) * 16);
|
|
657
675
|
}
|
|
676
|
+
.w-22 {
|
|
677
|
+
width: calc(var(--spacing) * 22);
|
|
678
|
+
}
|
|
679
|
+
.w-23 {
|
|
680
|
+
width: calc(var(--spacing) * 23);
|
|
681
|
+
}
|
|
682
|
+
.w-24 {
|
|
683
|
+
width: calc(var(--spacing) * 24);
|
|
684
|
+
}
|
|
685
|
+
.w-26 {
|
|
686
|
+
width: calc(var(--spacing) * 26);
|
|
687
|
+
}
|
|
688
|
+
.w-28 {
|
|
689
|
+
width: calc(var(--spacing) * 28);
|
|
690
|
+
}
|
|
691
|
+
.w-30 {
|
|
692
|
+
width: calc(var(--spacing) * 30);
|
|
693
|
+
}
|
|
694
|
+
.w-32 {
|
|
695
|
+
width: calc(var(--spacing) * 32);
|
|
696
|
+
}
|
|
697
|
+
.w-34 {
|
|
698
|
+
width: calc(var(--spacing) * 34);
|
|
699
|
+
}
|
|
700
|
+
.w-36 {
|
|
701
|
+
width: calc(var(--spacing) * 36);
|
|
702
|
+
}
|
|
703
|
+
.w-38 {
|
|
704
|
+
width: calc(var(--spacing) * 38);
|
|
705
|
+
}
|
|
706
|
+
.w-40 {
|
|
707
|
+
width: calc(var(--spacing) * 40);
|
|
708
|
+
}
|
|
658
709
|
.w-48 {
|
|
659
710
|
width: calc(var(--spacing) * 48);
|
|
660
711
|
}
|
|
@@ -691,6 +742,9 @@
|
|
|
691
742
|
.w-\[184px\] {
|
|
692
743
|
width: 184px;
|
|
693
744
|
}
|
|
745
|
+
.w-\[247px\] {
|
|
746
|
+
width: 247px;
|
|
747
|
+
}
|
|
694
748
|
.w-\[275px\] {
|
|
695
749
|
width: 275px;
|
|
696
750
|
}
|
|
@@ -866,6 +920,9 @@
|
|
|
866
920
|
.justify-start {
|
|
867
921
|
justify-content: flex-start;
|
|
868
922
|
}
|
|
923
|
+
.gap-0\.5 {
|
|
924
|
+
gap: calc(var(--spacing) * 0.5);
|
|
925
|
+
}
|
|
869
926
|
.gap-1 {
|
|
870
927
|
gap: calc(var(--spacing) * 1);
|
|
871
928
|
}
|
|
@@ -967,10 +1024,18 @@
|
|
|
967
1024
|
border-top-left-radius: 0;
|
|
968
1025
|
border-top-right-radius: 0;
|
|
969
1026
|
}
|
|
1027
|
+
.rounded-l-md {
|
|
1028
|
+
border-top-left-radius: var(--radius-md);
|
|
1029
|
+
border-bottom-left-radius: var(--radius-md);
|
|
1030
|
+
}
|
|
970
1031
|
.rounded-l-none {
|
|
971
1032
|
border-top-left-radius: 0;
|
|
972
1033
|
border-bottom-left-radius: 0;
|
|
973
1034
|
}
|
|
1035
|
+
.rounded-r-md {
|
|
1036
|
+
border-top-right-radius: var(--radius-md);
|
|
1037
|
+
border-bottom-right-radius: var(--radius-md);
|
|
1038
|
+
}
|
|
974
1039
|
.rounded-r-none {
|
|
975
1040
|
border-top-right-radius: 0;
|
|
976
1041
|
border-bottom-right-radius: 0;
|
|
@@ -1015,6 +1080,10 @@
|
|
|
1015
1080
|
border-bottom-style: var(--tw-border-style);
|
|
1016
1081
|
border-bottom-width: 2px;
|
|
1017
1082
|
}
|
|
1083
|
+
.border-l {
|
|
1084
|
+
border-left-style: var(--tw-border-style);
|
|
1085
|
+
border-left-width: 1px;
|
|
1086
|
+
}
|
|
1018
1087
|
.border-l-\[0\.5px\] {
|
|
1019
1088
|
border-left-style: var(--tw-border-style);
|
|
1020
1089
|
border-left-width: 0.5px;
|
|
@@ -1027,6 +1096,9 @@
|
|
|
1027
1096
|
--tw-border-style: none;
|
|
1028
1097
|
border-style: none;
|
|
1029
1098
|
}
|
|
1099
|
+
.border-\[\#E4E4E7\] {
|
|
1100
|
+
border-color: #E4E4E7;
|
|
1101
|
+
}
|
|
1030
1102
|
.border-blue-500 {
|
|
1031
1103
|
border-color: var(--color-blue-500);
|
|
1032
1104
|
}
|
|
@@ -1282,6 +1354,9 @@
|
|
|
1282
1354
|
.pt-3 {
|
|
1283
1355
|
padding-top: calc(var(--spacing) * 3);
|
|
1284
1356
|
}
|
|
1357
|
+
.pt-3\.5 {
|
|
1358
|
+
padding-top: calc(var(--spacing) * 3.5);
|
|
1359
|
+
}
|
|
1285
1360
|
.pt-\[25px\] {
|
|
1286
1361
|
padding-top: 25px;
|
|
1287
1362
|
}
|
|
@@ -1318,6 +1393,9 @@
|
|
|
1318
1393
|
.pb-0\.5 {
|
|
1319
1394
|
padding-bottom: calc(var(--spacing) * 0.5);
|
|
1320
1395
|
}
|
|
1396
|
+
.pb-1 {
|
|
1397
|
+
padding-bottom: calc(var(--spacing) * 1);
|
|
1398
|
+
}
|
|
1321
1399
|
.pb-2 {
|
|
1322
1400
|
padding-bottom: calc(var(--spacing) * 2);
|
|
1323
1401
|
}
|
|
@@ -1397,6 +1475,10 @@
|
|
|
1397
1475
|
--tw-leading: calc(var(--spacing) * 4);
|
|
1398
1476
|
line-height: calc(var(--spacing) * 4);
|
|
1399
1477
|
}
|
|
1478
|
+
.leading-4\.5 {
|
|
1479
|
+
--tw-leading: calc(var(--spacing) * 4.5);
|
|
1480
|
+
line-height: calc(var(--spacing) * 4.5);
|
|
1481
|
+
}
|
|
1400
1482
|
.leading-5 {
|
|
1401
1483
|
--tw-leading: calc(var(--spacing) * 5);
|
|
1402
1484
|
line-height: calc(var(--spacing) * 5);
|
|
@@ -2082,12 +2164,24 @@
|
|
|
2082
2164
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2083
2165
|
}
|
|
2084
2166
|
}
|
|
2167
|
+
.focus-within\:ring-gray-900 {
|
|
2168
|
+
&:focus-within {
|
|
2169
|
+
--tw-ring-color: var(--color-gray-900);
|
|
2170
|
+
}
|
|
2171
|
+
}
|
|
2085
2172
|
.focus-within\:ring-offset-0 {
|
|
2086
2173
|
&:focus-within {
|
|
2087
2174
|
--tw-ring-offset-width: 0px;
|
|
2088
2175
|
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2089
2176
|
}
|
|
2090
2177
|
}
|
|
2178
|
+
.hover\:cursor-pointer {
|
|
2179
|
+
&:hover {
|
|
2180
|
+
@media (hover: hover) {
|
|
2181
|
+
cursor: pointer;
|
|
2182
|
+
}
|
|
2183
|
+
}
|
|
2184
|
+
}
|
|
2091
2185
|
.hover\:rounded-\[4px\] {
|
|
2092
2186
|
&:hover {
|
|
2093
2187
|
@media (hover: hover) {
|
|
@@ -2158,6 +2252,13 @@
|
|
|
2158
2252
|
}
|
|
2159
2253
|
}
|
|
2160
2254
|
}
|
|
2255
|
+
.hover\:bg-blue-600 {
|
|
2256
|
+
&:hover {
|
|
2257
|
+
@media (hover: hover) {
|
|
2258
|
+
background-color: var(--color-blue-600);
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2261
|
+
}
|
|
2161
2262
|
.hover\:bg-destructive\/90 {
|
|
2162
2263
|
&:hover {
|
|
2163
2264
|
@media (hover: hover) {
|
|
@@ -2230,6 +2331,13 @@
|
|
|
2230
2331
|
}
|
|
2231
2332
|
}
|
|
2232
2333
|
}
|
|
2334
|
+
.hover\:bg-white {
|
|
2335
|
+
&:hover {
|
|
2336
|
+
@media (hover: hover) {
|
|
2337
|
+
background-color: var(--color-white);
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2233
2341
|
.hover\:pr-6 {
|
|
2234
2342
|
&:hover {
|
|
2235
2343
|
@media (hover: hover) {
|
|
@@ -2371,6 +2479,11 @@
|
|
|
2371
2479
|
background-color: var(--color-gray-50);
|
|
2372
2480
|
}
|
|
2373
2481
|
}
|
|
2482
|
+
.focus\:bg-transparent {
|
|
2483
|
+
&:focus {
|
|
2484
|
+
background-color: transparent;
|
|
2485
|
+
}
|
|
2486
|
+
}
|
|
2374
2487
|
.focus\:bg-white {
|
|
2375
2488
|
&:focus {
|
|
2376
2489
|
background-color: var(--color-white);
|
|
@@ -4931,6 +5044,11 @@
|
|
|
4931
5044
|
display: none;
|
|
4932
5045
|
}
|
|
4933
5046
|
}
|
|
5047
|
+
.\[\&_\[data-slot\=progress-bar-indicator\]\]\:bg-blue-600 {
|
|
5048
|
+
& [data-slot=progress-bar-indicator] {
|
|
5049
|
+
background-color: var(--color-blue-600);
|
|
5050
|
+
}
|
|
5051
|
+
}
|
|
4934
5052
|
.\[\&_\[data-slot\=progress-bar-indicator\]\]\:bg-green-900 {
|
|
4935
5053
|
& [data-slot=progress-bar-indicator] {
|
|
4936
5054
|
background-color: var(--color-green-900);
|