@mks2508/mks-ui 0.7.0 → 0.8.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/css/primitives-DotMatrix-dot.css +364 -0
- package/dist/css/primitives-GooeyMorphingSurface-gooey.css +112 -0
- package/dist/css/ui-GooeyButton-gooey.css +43 -0
- package/dist/index.css +531 -0
- package/dist/react-ui/components/MorphingPopover/MorphingPopover.types.d.ts +8 -3
- package/dist/react-ui/components/MorphingPopover/MorphingPopover.types.d.ts.map +1 -1
- package/dist/react-ui/index.js +24 -1
- package/dist/react-ui/primitives/DotMatrix/DotMatrix.types.d.ts +109 -0
- package/dist/react-ui/primitives/DotMatrix/DotMatrix.types.d.ts.map +1 -0
- package/dist/react-ui/primitives/DotMatrix/dot-matrix.js +0 -0
- package/dist/react-ui/primitives/DotMatrix/dot.css +364 -0
- package/dist/react-ui/primitives/DotMatrix/index.d.ts +7 -0
- package/dist/react-ui/primitives/DotMatrix/index.d.ts.map +1 -0
- package/dist/react-ui/primitives/DotMatrix/index.js +185 -0
- package/dist/react-ui/primitives/DotMatrix/patterns.d.ts +32 -0
- package/dist/react-ui/primitives/DotMatrix/patterns.d.ts.map +1 -0
- package/dist/react-ui/primitives/DotMatrix/patterns.js +175 -0
- package/dist/react-ui/primitives/GooeyMorphingSurface/GooeyMorphingSurface.types.d.ts +100 -0
- package/dist/react-ui/primitives/GooeyMorphingSurface/GooeyMorphingSurface.types.d.ts.map +1 -0
- package/dist/react-ui/primitives/GooeyMorphingSurface/GooeyMorphingSurface.types.js +20 -0
- package/dist/react-ui/primitives/GooeyMorphingSurface/gooey-morphing-surface.js +0 -0
- package/dist/react-ui/primitives/GooeyMorphingSurface/gooey-morphing.css +112 -0
- package/dist/react-ui/primitives/GooeyMorphingSurface/index.d.ts +36 -0
- package/dist/react-ui/primitives/GooeyMorphingSurface/index.d.ts.map +1 -0
- package/dist/react-ui/primitives/GooeyMorphingSurface/index.js +141 -0
- package/dist/react-ui/primitives/index.d.ts +2 -0
- package/dist/react-ui/primitives/index.d.ts.map +1 -1
- package/dist/react-ui/primitives/index.js +4 -0
- package/dist/react-ui/ui/Badge/Badge.styles.d.ts +1 -1
- package/dist/react-ui/ui/Button/Button.styles.d.ts +1 -1
- package/dist/react-ui/ui/DataCard/DataCard.styles.d.ts +1 -1
- package/dist/react-ui/ui/FileIcon/FileIcon.styles.d.ts +25 -0
- package/dist/react-ui/ui/FileIcon/FileIcon.styles.d.ts.map +1 -0
- package/dist/react-ui/ui/FileIcon/FileIcon.styles.js +31 -0
- package/dist/react-ui/ui/FileIcon/FileIcon.types.d.ts +89 -0
- package/dist/react-ui/ui/FileIcon/FileIcon.types.d.ts.map +1 -0
- package/dist/react-ui/ui/FileIcon/index.d.ts +46 -0
- package/dist/react-ui/ui/FileIcon/index.d.ts.map +1 -0
- package/dist/react-ui/ui/FileIcon/index.js +138 -0
- package/dist/react-ui/ui/FileItem/FileItem.styles.d.ts +47 -0
- package/dist/react-ui/ui/FileItem/FileItem.styles.d.ts.map +1 -0
- package/dist/react-ui/ui/FileItem/FileItem.styles.js +60 -0
- package/dist/react-ui/ui/FileItem/FileItem.types.d.ts +84 -0
- package/dist/react-ui/ui/FileItem/FileItem.types.d.ts.map +1 -0
- package/dist/react-ui/ui/FileItem/index.d.ts +48 -0
- package/dist/react-ui/ui/FileItem/index.d.ts.map +1 -0
- package/dist/react-ui/ui/FileItem/index.js +124 -0
- package/dist/react-ui/ui/FilePanel/FilePanel.styles.d.ts +34 -0
- package/dist/react-ui/ui/FilePanel/FilePanel.styles.d.ts.map +1 -0
- package/dist/react-ui/ui/FilePanel/FilePanel.styles.js +57 -0
- package/dist/react-ui/ui/FilePanel/FilePanel.types.d.ts +55 -0
- package/dist/react-ui/ui/FilePanel/FilePanel.types.d.ts.map +1 -0
- package/dist/react-ui/ui/FilePanel/index.d.ts +55 -0
- package/dist/react-ui/ui/FilePanel/index.d.ts.map +1 -0
- package/dist/react-ui/ui/FilePanel/index.js +107 -0
- package/dist/react-ui/ui/FileTree/FileTree.styles.d.ts +31 -0
- package/dist/react-ui/ui/FileTree/FileTree.styles.d.ts.map +1 -0
- package/dist/react-ui/ui/FileTree/FileTree.styles.js +45 -0
- package/dist/react-ui/ui/FileTree/FileTree.types.d.ts +95 -0
- package/dist/react-ui/ui/FileTree/FileTree.types.d.ts.map +1 -0
- package/dist/react-ui/ui/FileTree/index.d.ts +60 -0
- package/dist/react-ui/ui/FileTree/index.d.ts.map +1 -0
- package/dist/react-ui/ui/FileTree/index.js +226 -0
- package/dist/react-ui/ui/GooeyButton/GooeyButton.types.d.ts +35 -0
- package/dist/react-ui/ui/GooeyButton/GooeyButton.types.d.ts.map +1 -0
- package/dist/react-ui/ui/GooeyButton/gooey-button.js +0 -0
- package/dist/react-ui/ui/GooeyButton/gooey.css +43 -0
- package/dist/react-ui/ui/GooeyButton/index.d.ts +26 -0
- package/dist/react-ui/ui/GooeyButton/index.d.ts.map +1 -0
- package/dist/react-ui/ui/GooeyButton/index.js +109 -0
- package/dist/react-ui/ui/MiddleTruncatePath/MiddleTruncatePath.styles.d.ts +23 -0
- package/dist/react-ui/ui/MiddleTruncatePath/MiddleTruncatePath.styles.d.ts.map +1 -0
- package/dist/react-ui/ui/MiddleTruncatePath/MiddleTruncatePath.styles.js +32 -0
- package/dist/react-ui/ui/MiddleTruncatePath/MiddleTruncatePath.types.d.ts +43 -0
- package/dist/react-ui/ui/MiddleTruncatePath/MiddleTruncatePath.types.d.ts.map +1 -0
- package/dist/react-ui/ui/MiddleTruncatePath/index.d.ts +33 -0
- package/dist/react-ui/ui/MiddleTruncatePath/index.d.ts.map +1 -0
- package/dist/react-ui/ui/MiddleTruncatePath/index.js +60 -0
- package/dist/react-ui/ui/OperationCard/OperationCard.context.d.ts +17 -0
- package/dist/react-ui/ui/OperationCard/OperationCard.context.d.ts.map +1 -0
- package/dist/react-ui/ui/OperationCard/OperationCard.context.js +27 -0
- package/dist/react-ui/ui/OperationCard/OperationCard.styles.d.ts +19 -0
- package/dist/react-ui/ui/OperationCard/OperationCard.styles.d.ts.map +1 -0
- package/dist/react-ui/ui/OperationCard/OperationCard.styles.js +39 -0
- package/dist/react-ui/ui/OperationCard/OperationCard.types.d.ts +188 -0
- package/dist/react-ui/ui/OperationCard/OperationCard.types.d.ts.map +1 -0
- package/dist/react-ui/ui/OperationCard/index.d.ts +45 -0
- package/dist/react-ui/ui/OperationCard/index.d.ts.map +1 -0
- package/dist/react-ui/ui/OperationCard/index.js +118 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardActions.d.ts +3 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardActions.d.ts.map +1 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardActions.js +86 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardHeader.d.ts +14 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardHeader.d.ts.map +1 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardHeader.js +62 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardProgress.d.ts +3 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardProgress.d.ts.map +1 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardProgress.js +37 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardStats.d.ts +3 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardStats.d.ts.map +1 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardStats.js +42 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardVisualizer.d.ts +3 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardVisualizer.d.ts.map +1 -0
- package/dist/react-ui/ui/OperationCard/parts/OperationCardVisualizer.js +53 -0
- package/dist/react-ui/ui/Tabs/Tabs.styles.d.ts +3 -3
- package/dist/react-ui/ui/index.d.ts +7 -0
- package/dist/react-ui/ui/index.d.ts.map +1 -1
- package/dist/react-ui/ui/index.js +19 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -620,6 +620,490 @@
|
|
|
620
620
|
|
|
621
621
|
|
|
622
622
|
|
|
623
|
+
/* react-ui/primitives/DotMatrix/dot.css */
|
|
624
|
+
|
|
625
|
+
/* =============================================================================
|
|
626
|
+
* DotMatrix — progressive fill model.
|
|
627
|
+
*
|
|
628
|
+
* Cells light up one at a time in `pattern` order, stay lit until the
|
|
629
|
+
* cycle resets, then repeat. Implementation uses ONE CSS animation per
|
|
630
|
+
* matrix that drives a registered custom property `--dm-phase` from
|
|
631
|
+
* 0 → 1 (fill), holds it at 1 (hold), then snaps back to 0 (reset)
|
|
632
|
+
* for a rest period.
|
|
633
|
+
*
|
|
634
|
+
* Each cell carries a `--dm-threshold` (its position in the fill
|
|
635
|
+
* sequence, 0..1) and computes its own `::before` opacity as a step
|
|
636
|
+
* across `phase - threshold`, multiplied by `--dm-edge-sharpness` so
|
|
637
|
+
* the edge can range from "instant snap" to "warm fade".
|
|
638
|
+
*
|
|
639
|
+
* Perf shape: N matrices = N animations total (not N × cells). Cell
|
|
640
|
+
* opacity is computed at paint time by calc(); the compositor batches
|
|
641
|
+
* updates via the shared phase var. With `contain: layout style paint`
|
|
642
|
+
* each cell is isolated so work doesn't cascade.
|
|
643
|
+
* ============================================================================= */
|
|
644
|
+
|
|
645
|
+
@property --dm-phase {
|
|
646
|
+
syntax: '<number>';
|
|
647
|
+
initial-value: 0;
|
|
648
|
+
inherits: true;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.dm-root {
|
|
652
|
+
display: grid;
|
|
653
|
+
width: 100%;
|
|
654
|
+
gap: var(--dm-gap, 5px);
|
|
655
|
+
padding: var(--dm-pad, 0.25rem);
|
|
656
|
+
border-radius: 0.5rem;
|
|
657
|
+
background-color: transparent;
|
|
658
|
+
|
|
659
|
+
/* Skip render work when the matrix is offscreen. */
|
|
660
|
+
content-visibility: auto;
|
|
661
|
+
contain-intrinsic-size: auto 200px;
|
|
662
|
+
transform: translateZ(0);
|
|
663
|
+
|
|
664
|
+
--dm-on: var(--foreground);
|
|
665
|
+
--dm-off: color-mix(in oklch, var(--foreground) 12%, transparent);
|
|
666
|
+
--dm-glow: color-mix(in oklch, var(--foreground) 50%, transparent);
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
/* ─── Cell: base OFF layer — neutral dim ──────────────────────────────── */
|
|
670
|
+
|
|
671
|
+
.dm-cell {
|
|
672
|
+
position: relative;
|
|
673
|
+
aspect-ratio: 1 / 1;
|
|
674
|
+
min-width: 4px;
|
|
675
|
+
min-height: 4px;
|
|
676
|
+
border-radius: var(--dm-radius, 32%);
|
|
677
|
+
background-color: color-mix(in oklch, var(--foreground) 10%, transparent);
|
|
678
|
+
opacity: var(--dm-off-opacity, 0.45);
|
|
679
|
+
transform: scale(var(--dm-off-scale, 0.9));
|
|
680
|
+
contain: layout style paint;
|
|
681
|
+
|
|
682
|
+
--dm-threshold: 0;
|
|
683
|
+
--dm-stagger-delay: 0ms;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
/* ─── Pseudo: ON layer — LED look, fades in as phase crosses threshold ─ */
|
|
687
|
+
|
|
688
|
+
.dm-cell::before {
|
|
689
|
+
content: '';
|
|
690
|
+
position: absolute;
|
|
691
|
+
inset: 0;
|
|
692
|
+
border-radius: inherit;
|
|
693
|
+
background-color: var(--dm-on);
|
|
694
|
+
background-image:
|
|
695
|
+
radial-gradient(
|
|
696
|
+
circle at 32% 26%,
|
|
697
|
+
rgb(255 255 255 / 0.35) 0%,
|
|
698
|
+
rgb(255 255 255 / 0.12) 18%,
|
|
699
|
+
transparent 48%
|
|
700
|
+
),
|
|
701
|
+
radial-gradient(
|
|
702
|
+
circle at 70% 78%,
|
|
703
|
+
rgb(0 0 0 / 0.22) 0%,
|
|
704
|
+
transparent 60%
|
|
705
|
+
);
|
|
706
|
+
box-shadow:
|
|
707
|
+
inset 0 0 1px rgb(255 255 255 / 0.55),
|
|
708
|
+
inset 0 0 0 1px color-mix(in oklch, var(--dm-on) 65%, transparent),
|
|
709
|
+
inset 0 -1px 2px color-mix(in oklch, var(--dm-on) 40%, black 20%);
|
|
710
|
+
opacity: 0;
|
|
711
|
+
pointer-events: none;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.dm-root[data-variant='glow'] .dm-cell::before {
|
|
715
|
+
box-shadow:
|
|
716
|
+
inset 0 0 1px rgb(255 255 255 / 0.55),
|
|
717
|
+
inset 0 0 0 1px color-mix(in oklch, var(--dm-on) 65%, transparent),
|
|
718
|
+
inset 0 -1px 2px color-mix(in oklch, var(--dm-on) 40%, black 20%),
|
|
719
|
+
0 0 2px var(--dm-glow),
|
|
720
|
+
0 0 6px var(--dm-glow),
|
|
721
|
+
0 0 12px color-mix(in oklch, var(--dm-glow) 55%, transparent);
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
/* ─── Running: phase animates on root, cells derive state from it ────── */
|
|
725
|
+
|
|
726
|
+
.dm-root[data-status='running'] {
|
|
727
|
+
animation-name: var(--dm-anim-phase);
|
|
728
|
+
animation-duration: var(--dm-cycle-total, 2600ms);
|
|
729
|
+
animation-iteration-count: infinite;
|
|
730
|
+
animation-timing-function: linear;
|
|
731
|
+
animation-fill-mode: both;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
/* Lit fraction for THIS cell — 0 when off, 1 when fully filled, ramped
|
|
735
|
+
* near the threshold by `--dm-edge-sharpness`. Reused by both the pseudo
|
|
736
|
+
* opacity (the LED glow) and the cell's scale (grows when lit). */
|
|
737
|
+
.dm-root[data-status='running'] .dm-cell {
|
|
738
|
+
opacity: 1;
|
|
739
|
+
transform: scale(
|
|
740
|
+
calc(
|
|
741
|
+
var(--dm-off-scale, 0.88) +
|
|
742
|
+
(var(--dm-on-scale, 1) - var(--dm-off-scale, 0.88)) *
|
|
743
|
+
clamp(
|
|
744
|
+
0,
|
|
745
|
+
(var(--dm-phase) - var(--dm-threshold)) *
|
|
746
|
+
var(--dm-edge-sharpness, 50),
|
|
747
|
+
1
|
|
748
|
+
)
|
|
749
|
+
)
|
|
750
|
+
);
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.dm-root[data-status='running'] .dm-cell::before {
|
|
754
|
+
opacity: clamp(
|
|
755
|
+
0,
|
|
756
|
+
calc(
|
|
757
|
+
(var(--dm-phase) - var(--dm-threshold)) *
|
|
758
|
+
var(--dm-edge-sharpness, 50)
|
|
759
|
+
),
|
|
760
|
+
1
|
|
761
|
+
);
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
/* ─── Accent cells ────────────────────────────────────────────────────── */
|
|
765
|
+
|
|
766
|
+
.dm-cell[data-accent='true'] {
|
|
767
|
+
opacity: 1;
|
|
768
|
+
transform: scale(1);
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.dm-cell[data-accent='true']::before {
|
|
772
|
+
background-color: var(--primary);
|
|
773
|
+
background-image: none;
|
|
774
|
+
box-shadow:
|
|
775
|
+
inset 0 0 1px rgb(255 255 255 / 0.5),
|
|
776
|
+
0 0 3px color-mix(in oklch, var(--primary) 70%, transparent),
|
|
777
|
+
0 0 7px color-mix(in oklch, var(--primary) 50%, transparent);
|
|
778
|
+
opacity: 1 !important;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
/* ─── Lifecycle FINAL animations ──────────────────────────────────────── */
|
|
782
|
+
|
|
783
|
+
@keyframes dm-success-pop {
|
|
784
|
+
0% {
|
|
785
|
+
transform: scale(0.94);
|
|
786
|
+
filter: brightness(0.7);
|
|
787
|
+
}
|
|
788
|
+
45% {
|
|
789
|
+
transform: scale(1.18);
|
|
790
|
+
filter: brightness(1.4);
|
|
791
|
+
}
|
|
792
|
+
100% {
|
|
793
|
+
transform: scale(1);
|
|
794
|
+
filter: brightness(1);
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
@keyframes dm-fail-strobe {
|
|
799
|
+
0% {
|
|
800
|
+
transform: scale(1);
|
|
801
|
+
filter: brightness(1);
|
|
802
|
+
}
|
|
803
|
+
22% {
|
|
804
|
+
transform: scale(1.22);
|
|
805
|
+
filter: brightness(1.55) saturate(1.4);
|
|
806
|
+
}
|
|
807
|
+
55% {
|
|
808
|
+
transform: scale(0.92);
|
|
809
|
+
filter: brightness(0.75);
|
|
810
|
+
}
|
|
811
|
+
100% {
|
|
812
|
+
transform: scale(0.97);
|
|
813
|
+
filter: brightness(1);
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
@keyframes dm-cancelled-dim {
|
|
818
|
+
0% {
|
|
819
|
+
transform: scale(1);
|
|
820
|
+
opacity: 1;
|
|
821
|
+
}
|
|
822
|
+
100% {
|
|
823
|
+
transform: scale(0.9);
|
|
824
|
+
opacity: 0.55;
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
.dm-root[data-status='success'] {
|
|
829
|
+
animation: none;
|
|
830
|
+
}
|
|
831
|
+
.dm-root[data-status='success'] .dm-cell {
|
|
832
|
+
opacity: 1;
|
|
833
|
+
transform: scale(1);
|
|
834
|
+
animation: dm-success-pop 520ms cubic-bezier(0.2, 0, 0.2, 1) both;
|
|
835
|
+
animation-delay: var(--dm-stagger-delay, 0ms);
|
|
836
|
+
}
|
|
837
|
+
.dm-root[data-status='success'] .dm-cell::before {
|
|
838
|
+
opacity: 1;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
.dm-root[data-status='failed'] {
|
|
842
|
+
animation: none;
|
|
843
|
+
}
|
|
844
|
+
.dm-root[data-status='failed'] .dm-cell {
|
|
845
|
+
opacity: 1;
|
|
846
|
+
animation: dm-fail-strobe 560ms cubic-bezier(0.2, 0, 0.2, 1) both;
|
|
847
|
+
animation-delay: var(--dm-stagger-delay, 0ms);
|
|
848
|
+
}
|
|
849
|
+
.dm-root[data-status='failed'] .dm-cell::before {
|
|
850
|
+
background-color: var(--destructive);
|
|
851
|
+
box-shadow:
|
|
852
|
+
inset 0 0 1px rgb(255 255 255 / 0.5),
|
|
853
|
+
inset 0 0 0 1px color-mix(in oklch, var(--destructive) 55%, transparent),
|
|
854
|
+
inset 0 -1px 2px color-mix(in oklch, var(--destructive) 40%, black 20%);
|
|
855
|
+
opacity: 1;
|
|
856
|
+
}
|
|
857
|
+
.dm-root[data-status='failed'][data-variant='glow'] .dm-cell::before {
|
|
858
|
+
box-shadow:
|
|
859
|
+
inset 0 0 1px rgb(255 255 255 / 0.55),
|
|
860
|
+
inset 0 0 0 1px color-mix(in oklch, var(--destructive) 55%, transparent),
|
|
861
|
+
inset 0 -1px 2px color-mix(in oklch, var(--destructive) 40%, black 20%),
|
|
862
|
+
0 0 3px color-mix(in oklch, var(--destructive) 70%, transparent),
|
|
863
|
+
0 0 9px color-mix(in oklch, var(--destructive) 55%, transparent);
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
.dm-root[data-status='cancelled'] {
|
|
867
|
+
animation: none;
|
|
868
|
+
}
|
|
869
|
+
.dm-root[data-status='cancelled'] .dm-cell {
|
|
870
|
+
background-color: color-mix(in oklch, var(--foreground) 22%, transparent);
|
|
871
|
+
opacity: 0.65;
|
|
872
|
+
animation: dm-cancelled-dim 380ms cubic-bezier(0.4, 0, 0.8, 0.6) both;
|
|
873
|
+
animation-delay: var(--dm-stagger-delay, 0ms);
|
|
874
|
+
}
|
|
875
|
+
.dm-root[data-status='cancelled'] .dm-cell::before {
|
|
876
|
+
opacity: 0;
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
.dm-root[data-status='idle'] {
|
|
880
|
+
animation: none;
|
|
881
|
+
}
|
|
882
|
+
.dm-root[data-status='idle'] .dm-cell::before {
|
|
883
|
+
opacity: 0;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
/* ─── Theme-token palettes ────────────────────────────────────────────── */
|
|
887
|
+
|
|
888
|
+
.dm--foreground {
|
|
889
|
+
--dm-on: var(--foreground);
|
|
890
|
+
--dm-off: color-mix(in oklch, var(--foreground) 12%, transparent);
|
|
891
|
+
--dm-glow: color-mix(in oklch, var(--foreground) 55%, transparent);
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
.dm--primary {
|
|
895
|
+
--dm-on: var(--primary);
|
|
896
|
+
--dm-off: color-mix(in oklch, var(--primary) 14%, transparent);
|
|
897
|
+
--dm-glow: color-mix(in oklch, var(--primary) 65%, transparent);
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
.dm--destructive {
|
|
901
|
+
--dm-on: var(--destructive);
|
|
902
|
+
--dm-off: color-mix(in oklch, var(--destructive) 14%, transparent);
|
|
903
|
+
--dm-glow: color-mix(in oklch, var(--destructive) 65%, transparent);
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
.dm--warning {
|
|
907
|
+
--dm-on: var(--warning);
|
|
908
|
+
--dm-off: color-mix(in oklch, var(--warning) 14%, transparent);
|
|
909
|
+
--dm-glow: color-mix(in oklch, var(--warning) 65%, transparent);
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
/* ─── Named palettes (OKLCH for stability) ────────────────────────────── */
|
|
913
|
+
|
|
914
|
+
.dm--cyan {
|
|
915
|
+
--dm-on: oklch(90% 0.2 195);
|
|
916
|
+
--dm-off: oklch(40% 0.08 195 / 0.4);
|
|
917
|
+
--dm-glow: oklch(80% 0.25 195 / 0.95);
|
|
918
|
+
}
|
|
919
|
+
.dm--magenta {
|
|
920
|
+
--dm-on: oklch(85% 0.25 330);
|
|
921
|
+
--dm-off: oklch(40% 0.08 330 / 0.4);
|
|
922
|
+
--dm-glow: oklch(75% 0.3 330 / 0.95);
|
|
923
|
+
}
|
|
924
|
+
.dm--yellow {
|
|
925
|
+
--dm-on: oklch(95% 0.2 90);
|
|
926
|
+
--dm-off: oklch(50% 0.08 90 / 0.4);
|
|
927
|
+
--dm-glow: oklch(90% 0.25 90 / 0.95);
|
|
928
|
+
}
|
|
929
|
+
.dm--green {
|
|
930
|
+
--dm-on: oklch(90% 0.25 145);
|
|
931
|
+
--dm-off: oklch(40% 0.08 145 / 0.4);
|
|
932
|
+
--dm-glow: oklch(80% 0.3 145 / 0.95);
|
|
933
|
+
}
|
|
934
|
+
.dm--orange {
|
|
935
|
+
--dm-on: oklch(85% 0.22 50);
|
|
936
|
+
--dm-off: oklch(45% 0.08 50 / 0.4);
|
|
937
|
+
--dm-glow: oklch(75% 0.28 50 / 0.95);
|
|
938
|
+
}
|
|
939
|
+
.dm--blue {
|
|
940
|
+
--dm-on: oklch(80% 0.22 260);
|
|
941
|
+
--dm-off: oklch(40% 0.08 260 / 0.4);
|
|
942
|
+
--dm-glow: oklch(70% 0.28 260 / 0.95);
|
|
943
|
+
}
|
|
944
|
+
.dm--red {
|
|
945
|
+
--dm-on: oklch(70% 0.25 25);
|
|
946
|
+
--dm-off: oklch(40% 0.08 25 / 0.4);
|
|
947
|
+
--dm-glow: oklch(60% 0.3 25 / 0.95);
|
|
948
|
+
}
|
|
949
|
+
.dm--purple {
|
|
950
|
+
--dm-on: oklch(75% 0.22 300);
|
|
951
|
+
--dm-off: oklch(40% 0.08 300 / 0.4);
|
|
952
|
+
--dm-glow: oklch(65% 0.28 300 / 0.95);
|
|
953
|
+
}
|
|
954
|
+
.dm--teal {
|
|
955
|
+
--dm-on: oklch(82% 0.18 175);
|
|
956
|
+
--dm-off: oklch(40% 0.08 175 / 0.4);
|
|
957
|
+
--dm-glow: oklch(72% 0.24 175 / 0.95);
|
|
958
|
+
}
|
|
959
|
+
.dm--pink {
|
|
960
|
+
--dm-on: oklch(80% 0.2 350);
|
|
961
|
+
--dm-off: oklch(45% 0.08 350 / 0.4);
|
|
962
|
+
--dm-glow: oklch(70% 0.26 350 / 0.95);
|
|
963
|
+
}
|
|
964
|
+
.dm--lime {
|
|
965
|
+
--dm-on: oklch(88% 0.22 120);
|
|
966
|
+
--dm-off: oklch(45% 0.08 120 / 0.4);
|
|
967
|
+
--dm-glow: oklch(80% 0.28 120 / 0.95);
|
|
968
|
+
}
|
|
969
|
+
.dm--white {
|
|
970
|
+
--dm-on: oklch(98% 0 0);
|
|
971
|
+
--dm-off: oklch(50% 0 0 / 0.3);
|
|
972
|
+
--dm-glow: oklch(95% 0 0 / 0.85);
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
/* ─── Reduced motion — freeze animations ─────────────────────────────── */
|
|
976
|
+
|
|
977
|
+
@media (prefers-reduced-motion: reduce) {
|
|
978
|
+
.dm-root[data-status='running'],
|
|
979
|
+
.dm-root[data-status='success'] .dm-cell,
|
|
980
|
+
.dm-root[data-status='failed'] .dm-cell,
|
|
981
|
+
.dm-root[data-status='cancelled'] .dm-cell {
|
|
982
|
+
animation: none !important;
|
|
983
|
+
}
|
|
984
|
+
.dm-cell {
|
|
985
|
+
transform: none;
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
/* react-ui/primitives/GooeyMorphingSurface/gooey-morphing.css */
|
|
992
|
+
|
|
993
|
+
/* =============================================================================
|
|
994
|
+
* GooeyMorphingSurface — CSS layer for the SVG rect morph + HTML overlays.
|
|
995
|
+
*
|
|
996
|
+
* Classes are prefixed `.gms-*` so they act as a manual scope (mks-ui's
|
|
997
|
+
* rolldown build produces empty default-exports for CSS modules, so we use
|
|
998
|
+
* plain CSS with explicit classnames referenced as string literals from
|
|
999
|
+
* the component).
|
|
1000
|
+
*
|
|
1001
|
+
* Every tunable value comes from inline CSS custom props set by the React
|
|
1002
|
+
* component at the root element. No hard-coded dimensions or timings here.
|
|
1003
|
+
*
|
|
1004
|
+
* Technique recap: two <rect>s inside a <g filter="url(#gooey)">. Body rect
|
|
1005
|
+
* is a geometric CLONE of the pill when closed, and morphs into the card
|
|
1006
|
+
* geometry (x, y, width, height, rx, ry all interpolate) when open. The
|
|
1007
|
+
* gaussian-blur + alpha-threshold filter bends the overlapping silhouettes
|
|
1008
|
+
* into a single shape with a soft metaball throat.
|
|
1009
|
+
* ============================================================================= */
|
|
1010
|
+
|
|
1011
|
+
.gms-root {
|
|
1012
|
+
position: relative;
|
|
1013
|
+
display: inline-block;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
.gms-shell {
|
|
1017
|
+
position: relative;
|
|
1018
|
+
width: var(--gms-card-w);
|
|
1019
|
+
height: var(--gms-pill-h);
|
|
1020
|
+
color: var(--gms-fill);
|
|
1021
|
+
transition: height var(--gms-duration) var(--gms-ease);
|
|
1022
|
+
/* Drop-shadow follows the fused silhouette. Chained filters = additive
|
|
1023
|
+
* shadow layers for depth without a hard box-shadow. */
|
|
1024
|
+
filter: drop-shadow(0 16px 38px rgb(0 0 0 / 0.35))
|
|
1025
|
+
drop-shadow(0 4px 10px rgb(0 0 0 / 0.18));
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.gms-shell[data-open='true'] {
|
|
1029
|
+
height: calc(var(--gms-pill-h) + var(--gms-card-h));
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
.gms-svg {
|
|
1033
|
+
position: absolute;
|
|
1034
|
+
top: 0;
|
|
1035
|
+
left: 50%;
|
|
1036
|
+
transform: translateX(-50%);
|
|
1037
|
+
display: block;
|
|
1038
|
+
overflow: visible;
|
|
1039
|
+
pointer-events: none;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
.gms-body-rect {
|
|
1043
|
+
will-change: x, y, width, height;
|
|
1044
|
+
transition:
|
|
1045
|
+
x var(--gms-duration) var(--gms-ease),
|
|
1046
|
+
y var(--gms-duration) var(--gms-ease),
|
|
1047
|
+
width var(--gms-duration) var(--gms-ease),
|
|
1048
|
+
height var(--gms-duration) var(--gms-ease),
|
|
1049
|
+
rx var(--gms-duration) var(--gms-ease),
|
|
1050
|
+
ry var(--gms-duration) var(--gms-ease);
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
.gms-pill {
|
|
1054
|
+
position: absolute;
|
|
1055
|
+
top: 0;
|
|
1056
|
+
left: var(--gms-pill-x);
|
|
1057
|
+
width: var(--gms-pill-w);
|
|
1058
|
+
height: var(--gms-pill-h);
|
|
1059
|
+
display: inline-flex;
|
|
1060
|
+
align-items: center;
|
|
1061
|
+
justify-content: center;
|
|
1062
|
+
gap: 0.5rem;
|
|
1063
|
+
color: var(--card-foreground);
|
|
1064
|
+
pointer-events: none;
|
|
1065
|
+
z-index: 2;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
.gms-card {
|
|
1069
|
+
position: absolute;
|
|
1070
|
+
top: calc(var(--gms-pill-h) - var(--gms-overlap));
|
|
1071
|
+
left: 0;
|
|
1072
|
+
width: var(--gms-card-w);
|
|
1073
|
+
height: var(--gms-card-h);
|
|
1074
|
+
color: var(--card-foreground);
|
|
1075
|
+
opacity: 0;
|
|
1076
|
+
transform: translateY(4px);
|
|
1077
|
+
pointer-events: none;
|
|
1078
|
+
z-index: 2;
|
|
1079
|
+
overflow: hidden;
|
|
1080
|
+
border-radius: var(--gms-card-r);
|
|
1081
|
+
transition:
|
|
1082
|
+
opacity calc(var(--gms-duration) * 0.35) var(--gms-ease),
|
|
1083
|
+
transform calc(var(--gms-duration) * 0.35) var(--gms-ease);
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
.gms-shell[data-open='true'] .gms-card {
|
|
1087
|
+
opacity: 1;
|
|
1088
|
+
transform: translateY(0);
|
|
1089
|
+
pointer-events: auto;
|
|
1090
|
+
transition:
|
|
1091
|
+
opacity calc(var(--gms-duration) * 0.55) var(--gms-ease)
|
|
1092
|
+
calc(var(--gms-duration) * 0.45),
|
|
1093
|
+
transform calc(var(--gms-duration) * 0.55) var(--gms-ease)
|
|
1094
|
+
calc(var(--gms-duration) * 0.45);
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1098
|
+
.gms-shell,
|
|
1099
|
+
.gms-body-rect,
|
|
1100
|
+
.gms-card {
|
|
1101
|
+
transition-duration: 0.01ms !important;
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
|
|
623
1107
|
/* react-ui/primitives/waapi/Morph/techniques/useViewTransitions.module.css */
|
|
624
1108
|
|
|
625
1109
|
/**
|
|
@@ -1017,6 +1501,53 @@
|
|
|
1017
1501
|
|
|
1018
1502
|
|
|
1019
1503
|
|
|
1504
|
+
/* react-ui/ui/GooeyButton/gooey.css */
|
|
1505
|
+
|
|
1506
|
+
/* =============================================================================
|
|
1507
|
+
* GooeyButton — transparent hit area over the pill region.
|
|
1508
|
+
*
|
|
1509
|
+
* The visual pill is drawn by the <GooeyMorphingSurface> primitive; this
|
|
1510
|
+
* layer is a single button that captures clicks in both open and closed
|
|
1511
|
+
* states without painting anything. All layout math comes from the
|
|
1512
|
+
* primitive's CSS custom props (--gms-pill-w, --gms-pill-h).
|
|
1513
|
+
* ============================================================================= */
|
|
1514
|
+
|
|
1515
|
+
.gbtn-host {
|
|
1516
|
+
position: relative;
|
|
1517
|
+
display: inline-block;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
.gbtn-trigger {
|
|
1521
|
+
position: absolute;
|
|
1522
|
+
top: 0;
|
|
1523
|
+
left: 50%;
|
|
1524
|
+
transform: translateX(-50%);
|
|
1525
|
+
z-index: 3;
|
|
1526
|
+
width: var(--gms-pill-w);
|
|
1527
|
+
height: var(--gms-pill-h);
|
|
1528
|
+
padding: 0;
|
|
1529
|
+
margin: 0;
|
|
1530
|
+
border: 0;
|
|
1531
|
+
background: transparent;
|
|
1532
|
+
cursor: pointer;
|
|
1533
|
+
font: inherit;
|
|
1534
|
+
color: inherit;
|
|
1535
|
+
/* Pill-shaped focus ring. */
|
|
1536
|
+
border-radius: 9999px;
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
.gbtn-trigger:focus-visible {
|
|
1540
|
+
outline: 2px solid var(--ring, currentColor);
|
|
1541
|
+
outline-offset: 2px;
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
.gbtn-trigger:disabled {
|
|
1545
|
+
cursor: not-allowed;
|
|
1546
|
+
pointer-events: none;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
|
|
1020
1551
|
/* react-ui/ui/Tabs/Tabs.css */
|
|
1021
1552
|
|
|
1022
1553
|
/**
|
|
@@ -24,8 +24,13 @@ interface IMorphingPopoverProps {
|
|
|
24
24
|
/** Popover HTML ID. */
|
|
25
25
|
popoverId?: string;
|
|
26
26
|
}
|
|
27
|
-
/**
|
|
28
|
-
|
|
27
|
+
/**
|
|
28
|
+
* Extended button props to support the native HTML Popover API attributes
|
|
29
|
+
* (`popovertarget`, `popoverTargetAction`) not yet in React's standard types.
|
|
30
|
+
*
|
|
31
|
+
* @internal Used only by MorphingPopover to type its trigger button.
|
|
32
|
+
*/
|
|
33
|
+
interface IMorphingPopoverTriggerAttrs extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
29
34
|
popovertarget?: string;
|
|
30
35
|
popoverTargetAction?: 'toggle' | 'show' | 'hide';
|
|
31
36
|
}
|
|
@@ -40,5 +45,5 @@ interface IMorphingPopoverWithTargetProps extends Omit<IMorphingPopoverProps, 'p
|
|
|
40
45
|
/** Popover HTML ID. */
|
|
41
46
|
popoverId?: string;
|
|
42
47
|
}
|
|
43
|
-
export type { IMorphingPopoverProps,
|
|
48
|
+
export type { IMorphingPopoverProps, IMorphingPopoverTriggerAttrs, IMorphingPopoverWithTargetProps, };
|
|
44
49
|
//# sourceMappingURL=MorphingPopover.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MorphingPopover.types.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/MorphingPopover/MorphingPopover.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,UAAU,qBAAqB;IAC7B,qCAAqC;IACrC,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,mCAAmC;IACnC,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,iDAAiD;IACjD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,0CAA0C;IAC1C,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kDAAkD;IAClD,UAAU,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACjD,mCAAmC;IACnC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,oCAAoC;IACpC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,uBAAuB;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED
|
|
1
|
+
{"version":3,"file":"MorphingPopover.types.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/MorphingPopover/MorphingPopover.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,UAAU,qBAAqB;IAC7B,qCAAqC;IACrC,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,mCAAmC;IACnC,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,iDAAiD;IACjD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,0CAA0C;IAC1C,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kDAAkD;IAClD,UAAU,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACjD,mCAAmC;IACnC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,oCAAoC;IACpC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,uBAAuB;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;GAKG;AACH,UAAU,4BACR,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IACrD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mBAAmB,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;CAClD;AAED;;;;GAIG;AACH,UAAU,+BACR,SAAQ,IAAI,CAAC,qBAAqB,EAAE,WAAW,GAAG,YAAY,CAAC;IAC/D,gDAAgD;IAChD,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IACxC,uBAAuB;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,YAAY,EACV,qBAAqB,EACrB,4BAA4B,EAC5B,+BAA+B,GAChC,CAAC"}
|
package/dist/react-ui/index.js
CHANGED
|
@@ -5,6 +5,10 @@ import { useAutoHeight } from "./hooks/Animation/UseAutoHeight.js";
|
|
|
5
5
|
import { AutoHeight } from "./primitives/AutoHeight/index.js";
|
|
6
6
|
import { useIsInView } from "./hooks/DOM/UseIsInView.js";
|
|
7
7
|
import { CountingNumber } from "./primitives/CountingNumber/index.js";
|
|
8
|
+
import { DOT_MATRIX_PATTERNS, buildDelays } from "./primitives/DotMatrix/patterns.js";
|
|
9
|
+
import { DotMatrix } from "./primitives/DotMatrix/index.js";
|
|
10
|
+
import { DEFAULT_GOOEY_CONFIG } from "./primitives/GooeyMorphingSurface/GooeyMorphingSurface.types.js";
|
|
11
|
+
import { GooeyMorphingSurface } from "./primitives/GooeyMorphingSurface/index.js";
|
|
8
12
|
import { ANIMATION_CONFIGS, ANIMATION_DEFAULTS, EASINGS, EFFECTS, PRESETS, RESPONSIVE_CONFIGS, TIMING, TRANSFORMS, getResponsiveDuration, getResponsiveStagger } from "./primitives/waapi/core/animationConstants.js";
|
|
9
13
|
import { useElementRegistry } from "./primitives/waapi/core/useElementRegistry.js";
|
|
10
14
|
import { usePositionCapture } from "./primitives/waapi/core/usePositionCapture.js";
|
|
@@ -56,6 +60,7 @@ import { buttonStateStyles, buttonVariants } from "./ui/Button/Button.styles.js"
|
|
|
56
60
|
import { Button } from "./ui/Button/index.js";
|
|
57
61
|
import { cardVariants } from "./ui/Card/Card.styles.js";
|
|
58
62
|
import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "./ui/Card/index.js";
|
|
63
|
+
import { GooeyButton } from "./ui/GooeyButton/index.js";
|
|
59
64
|
import { Input } from "./ui/Input/index.js";
|
|
60
65
|
import { Textarea } from "./ui/Textarea/index.js";
|
|
61
66
|
import { inputGroupAddonVariants, inputGroupButtonVariants } from "./ui/InputGroup/InputGroup.styles.js";
|
|
@@ -68,6 +73,24 @@ import { Label } from "./ui/Label/index.js";
|
|
|
68
73
|
import { Separator } from "./ui/Separator/index.js";
|
|
69
74
|
import { fieldVariants } from "./ui/Field/Field.styles.js";
|
|
70
75
|
import { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle } from "./ui/Field/index.js";
|
|
76
|
+
import { FileIconStyles, FolderIconStyles, fileIconVariants, folderIconVariants } from "./ui/FileIcon/FileIcon.styles.js";
|
|
77
|
+
import { FileIcon, FolderIcon } from "./ui/FileIcon/index.js";
|
|
78
|
+
import { MiddleTruncatePathStyles, middleTruncatePathVariants } from "./ui/MiddleTruncatePath/MiddleTruncatePath.styles.js";
|
|
79
|
+
import { MiddleTruncatePath } from "./ui/MiddleTruncatePath/index.js";
|
|
80
|
+
import { FileItemGitStatusClasses, FileItemStyles, fileItemVariants } from "./ui/FileItem/FileItem.styles.js";
|
|
81
|
+
import { FileItem } from "./ui/FileItem/index.js";
|
|
82
|
+
import { FilePanelStyles, filePanelVariants } from "./ui/FilePanel/FilePanel.styles.js";
|
|
83
|
+
import { FilePanel } from "./ui/FilePanel/index.js";
|
|
84
|
+
import { FileTreeStyles, fileTreeVariants } from "./ui/FileTree/FileTree.styles.js";
|
|
85
|
+
import { FileTree } from "./ui/FileTree/index.js";
|
|
86
|
+
import { useOperationCard } from "./ui/OperationCard/OperationCard.context.js";
|
|
87
|
+
import { OperationCardStyles, operationCardVariants } from "./ui/OperationCard/OperationCard.styles.js";
|
|
88
|
+
import { OperationCardHeader } from "./ui/OperationCard/parts/OperationCardHeader.js";
|
|
89
|
+
import { OperationCardVisualizer } from "./ui/OperationCard/parts/OperationCardVisualizer.js";
|
|
90
|
+
import { OperationCardStats } from "./ui/OperationCard/parts/OperationCardStats.js";
|
|
91
|
+
import { OperationCardProgress } from "./ui/OperationCard/parts/OperationCardProgress.js";
|
|
92
|
+
import { OperationCardActions } from "./ui/OperationCard/parts/OperationCardActions.js";
|
|
93
|
+
import { OperationCard, OperationCardRoot } from "./ui/OperationCard/index.js";
|
|
71
94
|
import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from "./ui/Select/index.js";
|
|
72
95
|
import { dataCardStyles, dataCardVariants } from "./ui/DataCard/DataCard.styles.js";
|
|
73
96
|
import { DataCard, DataCardActions, DataCardBracket, DataCardLabel, DataCardToggle, DataCardValue, useDataCard } from "./ui/DataCard/index.js";
|
|
@@ -154,4 +177,4 @@ import { terminalDisplayStyles, terminalDisplayVariants } from "./blocks/Termina
|
|
|
154
177
|
import { TerminalDisplay } from "./blocks/Terminal/TerminalDisplay.js";
|
|
155
178
|
import "./blocks/Terminal/index.js";
|
|
156
179
|
|
|
157
|
-
export { ANIMATION_CONFIGS, ANIMATION_DEFAULTS, Accordion, AccordionHeader, AccordionItem, AccordionPanel, AccordionStyles, AccordionTrigger, ActivityIcon, AlertDialog, AlertDialogBackdrop, AlertDialogClose, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogPopup, AlertDialogPortal, AlertDialogStyles, AlertDialogTitle, AlertDialogTrigger, AnimationType, ArrowDownToLineIcon, ArrowUpIcon, AutoHeight, Badge, BellElectricIcon, BellIcon, BlurIntensity, BotIcon, BoxIcon, Button, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Check, Checkbox, CheckboxIndicator, CircleCheckIcon, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, CornerBracket, CountingNumber, DEFAULT_ANIMATIONS, DEFAULT_ANIMATION_CONFIG, DEFAULT_CONFIG, DEFAULT_DIMENSIONS, DEFAULT_GLASS_CONFIG, DEFAULT_SAFE_AREAS, DEFAULT_SPRING_CONFIG, DEFAULT_TWEEN_CONFIG, DEFAULT_VISUAL_STYLE, DataCard, DataCardActions, DataCardBracket, DataCardLabel, DataCardToggle, DataCardValue, DeleteIcon, Dialog, DialogBackdrop, DialogClose, DialogDescription, DialogFooter, DialogHeader, DialogPopup, DialogPortal, DialogTitle, DialogTrigger, DownloadIcon, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, DynamicToggle, DynamicToggleGroup, DynamicToggleOption, EASINGS, EFFECTS, Edit2, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, GOOEY_DEFAULTS, Globe, GooeyCanvas, GooeyFilter, Highlight, HighlightItem, HomeIcon, HugeIcons, IconSize, IconWrapper, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, LOG_LEVEL_STYLES, Label, LabelPosition, Layers, LayoutPanelTopIcon, ListIcon, LogLinesViewer, LogParserService, Menu, MenuArrow, MenuCheckboxItem, MenuCheckboxItemIndicator, MenuGroup, MenuGroupLabel, MenuHighlight, MenuHighlightItem, MenuItem, MenuPopup, MenuPortal, MenuPositioner, MenuRadioGroup, MenuRadioItem, MenuRadioItemIndicator, MenuSeparator, MenuShortcut, MenuSubmenu, MenuSubmenuTrigger, MenuTrigger, MobileBottomNav, Morph, MorphPath, MorphingPopover, MorphingPopoverWithTarget, NavItemState, NavSize, NavVariant, PRESETS, Package, Palette, PlusIcon, Popover, PopoverArrow, PopoverBackdrop, PopoverClose, PopoverDescription, PopoverPopup, PopoverPortal, PopoverPositioner, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, RESPONSIVE_CONFIGS, RefreshCw, ReorderRoot as Reorder, Rocket, SIDEBAR_VISUAL_PRESETS, STATUS_COLORS, Save, SearchIcon, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, SettingsIcon, Sidebar, SidebarBorderRadius, SidebarCollapseMode, SidebarContent, SidebarFluidIndicator, SidebarHideBehaviour, SidebarHideOpensBehavior, SidebarIconLibrary, SidebarIndicator, SidebarItem, SidebarLayoutBehaviour, SidebarNav, SidebarSafeArea, SidebarSafeAreaPosition, SidebarSubContent, SidebarSubLink, SidebarTimingFunction, SidebarToggle, SidebarTooltip, SidebarTransitionDuration, SidebarWidth, SidebarZIndex, SlidingNumber, SlidingText, Slot, Switch, SwitchIcon, SwitchThumb, TIMING, TRANSFORMS, Tabs, TabsHighlight, TabsHighlightItem, TabsList, TabsPanel, TabsPanels, TabsTab, TerminalActionBar, TerminalClearButton, TerminalConnectionStatus, TerminalDisplay, TerminalIcon, TerminalLogsPanel, TerminalPanelChrome, TerminalPanelFooter, TerminalPanelHeader, TerminalStatusBar, TextFlow, Textarea, Tooltip, TooltipArrow, TooltipPopup, TooltipPortal, TooltipPositioner, TooltipProvider, TooltipTrigger, Trash2, TrendingDownIcon, TrendingUpIcon, Type, Upload, XIcon, ZIndexLevel, accordionVariants, badgeVariants, bracketVariants, buildColorMatrixValues, buildFilterString, buttonStateStyles, buttonVariants, calculateSeparatorCoordination, cardVariants, checkboxStyles, cn, computeBlur, dataCardStyles, dataCardVariants, detectIOSVersion, dialogStyles, dynamicToggleStyles, dynamicToggleVariants, fieldVariants, generateIndicatorStyles, generateSidebarStyles, getResponsiveDuration, getResponsiveStagger, getStrictContext, iconVariants, inputGroupAddonVariants, inputGroupButtonVariants, labelVariants, morphPathDown, morphPathUp, badgeVariants$1 as navBadgeVariants, navItemVariants, navListVariants, popoverStyles, progressStyles, rootVariants, shouldShowSeparator, spacerVariants, switchStyles, tabsIndicatorVariants, tabsListVariants, tabsTabVariants, terminalDisplayStyles, terminalDisplayVariants, terminalLogsPanelStyles, tooltipStyles, useAccordionItem, useAlertDialog, useAnimationOrchestrator, useAutoHeight, useCSSGridMorph, useCheckbox, useComboboxAnchor, useControlledState, useDataCard, useDataState, useDialog, useDynamicToggle, useElementRegistry, useFLIPAnimation, useFLIPClipPath, useHighlight, useIOSFixedReset, useIOSSafariFix, useIsInView, useListFormat, useMenu, useMenuActiveValue, useMorph, useMorphContext, useMorphPath, usePopover, usePositionCapture, useProgress, useReorder, useReorderPresence, useSidebarContext, useSidebarIndicator, useSidebarKeyboard, useSubContent, useSwitch, useTooltip, useViewTransitions };
|
|
180
|
+
export { ANIMATION_CONFIGS, ANIMATION_DEFAULTS, Accordion, AccordionHeader, AccordionItem, AccordionPanel, AccordionStyles, AccordionTrigger, ActivityIcon, AlertDialog, AlertDialogBackdrop, AlertDialogClose, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogPopup, AlertDialogPortal, AlertDialogStyles, AlertDialogTitle, AlertDialogTrigger, AnimationType, ArrowDownToLineIcon, ArrowUpIcon, AutoHeight, Badge, BellElectricIcon, BellIcon, BlurIntensity, BotIcon, BoxIcon, Button, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Check, Checkbox, CheckboxIndicator, CircleCheckIcon, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, CornerBracket, CountingNumber, DEFAULT_ANIMATIONS, DEFAULT_ANIMATION_CONFIG, DEFAULT_CONFIG, DEFAULT_DIMENSIONS, DEFAULT_GLASS_CONFIG, DEFAULT_GOOEY_CONFIG, DEFAULT_SAFE_AREAS, DEFAULT_SPRING_CONFIG, DEFAULT_TWEEN_CONFIG, DEFAULT_VISUAL_STYLE, DOT_MATRIX_PATTERNS, DataCard, DataCardActions, DataCardBracket, DataCardLabel, DataCardToggle, DataCardValue, DeleteIcon, Dialog, DialogBackdrop, DialogClose, DialogDescription, DialogFooter, DialogHeader, DialogPopup, DialogPortal, DialogTitle, DialogTrigger, DotMatrix, DownloadIcon, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, DynamicToggle, DynamicToggleGroup, DynamicToggleOption, EASINGS, EFFECTS, Edit2, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileIcon, FileIconStyles, FileItem, FileItemGitStatusClasses, FileItemStyles, FilePanel, FilePanelStyles, FileTree, FileTreeStyles, FolderIcon, FolderIconStyles, GOOEY_DEFAULTS, Globe, GooeyButton, GooeyCanvas, GooeyFilter, GooeyMorphingSurface, Highlight, HighlightItem, HomeIcon, HugeIcons, IconSize, IconWrapper, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, LOG_LEVEL_STYLES, Label, LabelPosition, Layers, LayoutPanelTopIcon, ListIcon, LogLinesViewer, LogParserService, Menu, MenuArrow, MenuCheckboxItem, MenuCheckboxItemIndicator, MenuGroup, MenuGroupLabel, MenuHighlight, MenuHighlightItem, MenuItem, MenuPopup, MenuPortal, MenuPositioner, MenuRadioGroup, MenuRadioItem, MenuRadioItemIndicator, MenuSeparator, MenuShortcut, MenuSubmenu, MenuSubmenuTrigger, MenuTrigger, MiddleTruncatePath, MiddleTruncatePathStyles, MobileBottomNav, Morph, MorphPath, MorphingPopover, MorphingPopoverWithTarget, NavItemState, NavSize, NavVariant, OperationCard, OperationCardActions, OperationCardHeader, OperationCardProgress, OperationCardRoot, OperationCardStats, OperationCardStyles, OperationCardVisualizer, PRESETS, Package, Palette, PlusIcon, Popover, PopoverArrow, PopoverBackdrop, PopoverClose, PopoverDescription, PopoverPopup, PopoverPortal, PopoverPositioner, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, RESPONSIVE_CONFIGS, RefreshCw, ReorderRoot as Reorder, Rocket, SIDEBAR_VISUAL_PRESETS, STATUS_COLORS, Save, SearchIcon, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, SettingsIcon, Sidebar, SidebarBorderRadius, SidebarCollapseMode, SidebarContent, SidebarFluidIndicator, SidebarHideBehaviour, SidebarHideOpensBehavior, SidebarIconLibrary, SidebarIndicator, SidebarItem, SidebarLayoutBehaviour, SidebarNav, SidebarSafeArea, SidebarSafeAreaPosition, SidebarSubContent, SidebarSubLink, SidebarTimingFunction, SidebarToggle, SidebarTooltip, SidebarTransitionDuration, SidebarWidth, SidebarZIndex, SlidingNumber, SlidingText, Slot, Switch, SwitchIcon, SwitchThumb, TIMING, TRANSFORMS, Tabs, TabsHighlight, TabsHighlightItem, TabsList, TabsPanel, TabsPanels, TabsTab, TerminalActionBar, TerminalClearButton, TerminalConnectionStatus, TerminalDisplay, TerminalIcon, TerminalLogsPanel, TerminalPanelChrome, TerminalPanelFooter, TerminalPanelHeader, TerminalStatusBar, TextFlow, Textarea, Tooltip, TooltipArrow, TooltipPopup, TooltipPortal, TooltipPositioner, TooltipProvider, TooltipTrigger, Trash2, TrendingDownIcon, TrendingUpIcon, Type, Upload, XIcon, ZIndexLevel, accordionVariants, badgeVariants, bracketVariants, buildColorMatrixValues, buildDelays, buildFilterString, buttonStateStyles, buttonVariants, calculateSeparatorCoordination, cardVariants, checkboxStyles, cn, computeBlur, dataCardStyles, dataCardVariants, detectIOSVersion, dialogStyles, dynamicToggleStyles, dynamicToggleVariants, fieldVariants, fileIconVariants, fileItemVariants, filePanelVariants, fileTreeVariants, folderIconVariants, generateIndicatorStyles, generateSidebarStyles, getResponsiveDuration, getResponsiveStagger, getStrictContext, iconVariants, inputGroupAddonVariants, inputGroupButtonVariants, labelVariants, middleTruncatePathVariants, morphPathDown, morphPathUp, badgeVariants$1 as navBadgeVariants, navItemVariants, navListVariants, operationCardVariants, popoverStyles, progressStyles, rootVariants, shouldShowSeparator, spacerVariants, switchStyles, tabsIndicatorVariants, tabsListVariants, tabsTabVariants, terminalDisplayStyles, terminalDisplayVariants, terminalLogsPanelStyles, tooltipStyles, useAccordionItem, useAlertDialog, useAnimationOrchestrator, useAutoHeight, useCSSGridMorph, useCheckbox, useComboboxAnchor, useControlledState, useDataCard, useDataState, useDialog, useDynamicToggle, useElementRegistry, useFLIPAnimation, useFLIPClipPath, useHighlight, useIOSFixedReset, useIOSSafariFix, useIsInView, useListFormat, useMenu, useMenuActiveValue, useMorph, useMorphContext, useMorphPath, useOperationCard, usePopover, usePositionCapture, useProgress, useReorder, useReorderPresence, useSidebarContext, useSidebarIndicator, useSidebarKeyboard, useSubContent, useSwitch, useTooltip, useViewTransitions };
|