@powerhousedao/document-engineering 1.28.0 → 1.29.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/table/components/cells/render-cell/render-cell.d.ts +2 -2
- package/dist/src/table/components/cells/render-cell/render-cell.d.ts.map +1 -1
- package/dist/src/table/components/cells/render-cell/render-cell.js +4 -4
- package/dist/src/table/components/cells/render-cell/render-cell.js.map +1 -1
- package/dist/src/table/components/cells/render-cell/use-cell-logic.d.ts +3 -4
- package/dist/src/table/components/cells/render-cell/use-cell-logic.d.ts.map +1 -1
- package/dist/src/table/components/cells/render-cell/use-cell-logic.js +3 -3
- package/dist/src/table/components/cells/render-cell/use-cell-logic.js.map +1 -1
- package/dist/src/table/components/rows/render-row.js +1 -1
- package/dist/src/table/components/rows/render-row.js.map +1 -1
- package/dist/src/table/components/table-provider/table-reducer.d.ts.map +1 -1
- package/dist/src/table/components/table-provider/table-reducer.js +0 -3
- package/dist/src/table/components/table-provider/table-reducer.js.map +1 -1
- package/dist/src/table/examples/table-editing/table-editing.d.ts.map +1 -1
- package/dist/src/table/examples/table-editing/table-editing.js +2 -1
- package/dist/src/table/examples/table-editing/table-editing.js.map +1 -1
- package/dist/src/table/logic/table-api.d.ts.map +1 -1
- package/dist/src/table/logic/table-api.js +17 -7
- package/dist/src/table/logic/table-api.js.map +1 -1
- package/dist/src/table/table/object-set-table.d.ts.map +1 -1
- package/dist/src/table/table/object-set-table.js +4 -1
- package/dist/src/table/table/object-set-table.js.map +1 -1
- package/dist/src/table/table/types.d.ts +1 -1
- package/dist/src/table/table/types.d.ts.map +1 -1
- package/dist/src/table/table/utils.js +2 -2
- package/dist/src/table/table/utils.js.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js +3 -2
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/file-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/file-input.js +5 -3
- package/dist/src/ui/components/data-entry/file-input/file-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/index.d.ts +1 -1
- package/dist/src/ui/components/data-entry/file-input/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.d.ts +2 -1
- package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.js +6 -3
- package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.js.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/sub-components/loading-bar.d.ts +7 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/loading-bar.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/loading-bar.js +8 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/loading-bar.js.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-file.d.ts +10 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-file.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-file.js +17 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-file.js.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-image.d.ts +11 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-image.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-image.js +17 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-image.js.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/types.d.ts +15 -0
- package/dist/src/ui/components/data-entry/file-input/types.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/types.js +6 -1
- package/dist/src/ui/components/data-entry/file-input/types.js.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/useUploadFile.d.ts +1 -0
- package/dist/src/ui/components/data-entry/file-input/useUploadFile.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/useUploadFile.js +4 -1
- package/dist/src/ui/components/data-entry/file-input/useUploadFile.js.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/utils.d.ts +2 -0
- package/dist/src/ui/components/data-entry/file-input/utils.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/utils.js +23 -0
- package/dist/src/ui/components/data-entry/file-input/utils.js.map +1 -1
- package/dist/src/ui/components/data-entry/phone-number-input/phone-number-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/phone-number-input/phone-number-input.js +4 -3
- package/dist/src/ui/components/data-entry/phone-number-input/phone-number-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/phone-number-input/types.d.ts +1 -1
- package/dist/src/ui/components/data-entry/phone-number-input/types.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.d.ts +4 -2
- package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.js +133 -17
- package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/select/command-list-item.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/select/command-list-item.js +1 -1
- package/dist/src/ui/components/data-entry/select/command-list-item.js.map +1 -1
- package/dist/src/ui/components/data-entry/textarea/textarea.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/textarea/textarea.js +16 -6
- package/dist/src/ui/components/data-entry/textarea/textarea.js.map +1 -1
- package/dist/src/ui/components/icon-components/BookOpenText.d.ts +7 -0
- package/dist/src/ui/components/icon-components/BookOpenText.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/BookOpenText.js +7 -0
- package/dist/src/ui/components/icon-components/BookOpenText.js.map +1 -0
- package/dist/src/ui/components/icon-components/BrokenImage.d.ts +7 -0
- package/dist/src/ui/components/icon-components/BrokenImage.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/BrokenImage.js +7 -0
- package/dist/src/ui/components/icon-components/BrokenImage.js.map +1 -0
- package/dist/src/ui/components/icon-components/ContentUnavailableIcon.d.ts +7 -0
- package/dist/src/ui/components/icon-components/ContentUnavailableIcon.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ContentUnavailableIcon.js +7 -0
- package/dist/src/ui/components/icon-components/ContentUnavailableIcon.js.map +1 -0
- package/dist/src/ui/components/icon-components/Image.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Image.js +2 -2
- package/dist/src/ui/components/icon-components/Image.js.map +1 -1
- 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 +12 -0
- package/dist/src/ui/components/icon-components/index.js.map +1 -1
- package/dist/style.css +55 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +2 -1
package/dist/style.css
CHANGED
|
@@ -605,6 +605,9 @@
|
|
|
605
605
|
.h-\[20px\] {
|
|
606
606
|
height: 20px;
|
|
607
607
|
}
|
|
608
|
+
.h-\[25px\] {
|
|
609
|
+
height: 25px;
|
|
610
|
+
}
|
|
608
611
|
.h-\[28px\] {
|
|
609
612
|
height: 28px;
|
|
610
613
|
}
|
|
@@ -626,6 +629,9 @@
|
|
|
626
629
|
.h-\[148px\] {
|
|
627
630
|
height: 148px;
|
|
628
631
|
}
|
|
632
|
+
.h-\[600px\] {
|
|
633
|
+
height: 600px;
|
|
634
|
+
}
|
|
629
635
|
.h-full {
|
|
630
636
|
height: 100%;
|
|
631
637
|
}
|
|
@@ -647,6 +653,9 @@
|
|
|
647
653
|
.max-h-screen {
|
|
648
654
|
max-height: 100vh;
|
|
649
655
|
}
|
|
656
|
+
.min-h-0 {
|
|
657
|
+
min-height: calc(var(--spacing) * 0);
|
|
658
|
+
}
|
|
650
659
|
.min-h-9 {
|
|
651
660
|
min-height: calc(var(--spacing) * 9);
|
|
652
661
|
}
|
|
@@ -746,12 +755,21 @@
|
|
|
746
755
|
.w-\[247px\] {
|
|
747
756
|
width: 247px;
|
|
748
757
|
}
|
|
758
|
+
.w-\[272px\] {
|
|
759
|
+
width: 272px;
|
|
760
|
+
}
|
|
749
761
|
.w-\[275px\] {
|
|
750
762
|
width: 275px;
|
|
751
763
|
}
|
|
764
|
+
.w-\[375px\] {
|
|
765
|
+
width: 375px;
|
|
766
|
+
}
|
|
752
767
|
.w-\[400px\] {
|
|
753
768
|
width: 400px;
|
|
754
769
|
}
|
|
770
|
+
.w-\[500px\] {
|
|
771
|
+
width: 500px;
|
|
772
|
+
}
|
|
755
773
|
.w-\[700px\] {
|
|
756
774
|
width: 700px;
|
|
757
775
|
}
|
|
@@ -773,6 +791,12 @@
|
|
|
773
791
|
.max-w-\[40px\] {
|
|
774
792
|
max-width: 40px;
|
|
775
793
|
}
|
|
794
|
+
.max-w-\[296px\] {
|
|
795
|
+
max-width: 296px;
|
|
796
|
+
}
|
|
797
|
+
.max-w-\[375px\] {
|
|
798
|
+
max-width: 375px;
|
|
799
|
+
}
|
|
776
800
|
.max-w-\[calc\(100\%-2rem\)\] {
|
|
777
801
|
max-width: calc(100% - 2rem);
|
|
778
802
|
}
|
|
@@ -942,6 +966,9 @@
|
|
|
942
966
|
.gap-6 {
|
|
943
967
|
gap: calc(var(--spacing) * 6);
|
|
944
968
|
}
|
|
969
|
+
.gap-8 {
|
|
970
|
+
gap: calc(var(--spacing) * 8);
|
|
971
|
+
}
|
|
945
972
|
.gap-32 {
|
|
946
973
|
gap: calc(var(--spacing) * 32);
|
|
947
974
|
}
|
|
@@ -976,6 +1003,9 @@
|
|
|
976
1003
|
text-overflow: ellipsis;
|
|
977
1004
|
white-space: nowrap;
|
|
978
1005
|
}
|
|
1006
|
+
.overflow-auto {
|
|
1007
|
+
overflow: auto;
|
|
1008
|
+
}
|
|
979
1009
|
.overflow-hidden {
|
|
980
1010
|
overflow: hidden;
|
|
981
1011
|
}
|
|
@@ -997,6 +1027,9 @@
|
|
|
997
1027
|
.rounded-\[6px\] {
|
|
998
1028
|
border-radius: 6px;
|
|
999
1029
|
}
|
|
1030
|
+
.rounded-\[100px\] {
|
|
1031
|
+
border-radius: 100px;
|
|
1032
|
+
}
|
|
1000
1033
|
.rounded-full {
|
|
1001
1034
|
border-radius: calc(infinity * 1px);
|
|
1002
1035
|
}
|
|
@@ -1490,6 +1523,10 @@
|
|
|
1490
1523
|
--tw-leading: calc(var(--spacing) * 5);
|
|
1491
1524
|
line-height: calc(var(--spacing) * 5);
|
|
1492
1525
|
}
|
|
1526
|
+
.leading-6 {
|
|
1527
|
+
--tw-leading: calc(var(--spacing) * 6);
|
|
1528
|
+
line-height: calc(var(--spacing) * 6);
|
|
1529
|
+
}
|
|
1493
1530
|
.leading-\[14px\] {
|
|
1494
1531
|
--tw-leading: 14px;
|
|
1495
1532
|
line-height: 14px;
|
|
@@ -1533,6 +1570,9 @@
|
|
|
1533
1570
|
.whitespace-nowrap {
|
|
1534
1571
|
white-space: nowrap;
|
|
1535
1572
|
}
|
|
1573
|
+
.whitespace-pre-line {
|
|
1574
|
+
white-space: pre-line;
|
|
1575
|
+
}
|
|
1536
1576
|
.\!text-foreground {
|
|
1537
1577
|
color: var(--color-foreground) !important;
|
|
1538
1578
|
}
|
|
@@ -5380,6 +5420,21 @@
|
|
|
5380
5420
|
transition-duration: 300ms;
|
|
5381
5421
|
}
|
|
5382
5422
|
}
|
|
5423
|
+
.\[\&\:\:-moz-progress-bar\]\:bg-gray-500 {
|
|
5424
|
+
&::-moz-progress-bar {
|
|
5425
|
+
background-color: var(--color-gray-500);
|
|
5426
|
+
}
|
|
5427
|
+
}
|
|
5428
|
+
.\[\&\:\:-webkit-progress-bar\]\:bg-gray-300 {
|
|
5429
|
+
&::-webkit-progress-bar {
|
|
5430
|
+
background-color: var(--color-gray-300);
|
|
5431
|
+
}
|
|
5432
|
+
}
|
|
5433
|
+
.\[\&\:\:-webkit-progress-value\]\:bg-gray-500 {
|
|
5434
|
+
&::-webkit-progress-value {
|
|
5435
|
+
background-color: var(--color-gray-500);
|
|
5436
|
+
}
|
|
5437
|
+
}
|
|
5383
5438
|
.\[\&\:\:-webkit-scrollbar\]\:\!hidden {
|
|
5384
5439
|
&::-webkit-scrollbar {
|
|
5385
5440
|
display: none !important;
|