@salesmind-ai/design-system 1.6.0 → 1.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/{chunk-REEHJV7M.js → chunk-2TC5EVSJ.js} +8 -4
- package/dist/chunk-2TC5EVSJ.js.map +1 -0
- package/dist/{chunk-UCWMJD4Y.cjs → chunk-4QQKREVH.cjs} +8 -4
- package/dist/chunk-4QQKREVH.cjs.map +1 -0
- package/dist/{chunk-3NS6X2R4.cjs → chunk-5EIBL6DQ.cjs} +133 -38
- package/dist/chunk-5EIBL6DQ.cjs.map +1 -0
- package/dist/{chunk-6BUS7RMS.js → chunk-Q3YVBUKQ.js} +133 -38
- package/dist/chunk-Q3YVBUKQ.js.map +1 -0
- package/dist/{index-r__EEywy.d.ts → index-CUkONzzC.d.ts} +2 -0
- package/dist/{index-I4Xi04oE.d.cts → index-kMlM7caH.d.cts} +2 -0
- package/dist/index.cjs +40 -40
- package/dist/index.css +72 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/marketing/index.cjs +27 -27
- package/dist/marketing/index.css +18 -0
- package/dist/marketing/index.css.map +1 -1
- package/dist/marketing/index.d.cts +1 -1
- package/dist/marketing/index.d.ts +1 -1
- package/dist/marketing/index.js +1 -1
- package/dist/nav/index.cjs +10 -10
- package/dist/nav/index.css +54 -0
- package/dist/nav/index.css.map +1 -1
- package/dist/nav/index.d.cts +9 -0
- package/dist/nav/index.d.ts +9 -0
- package/dist/nav/index.js +1 -1
- package/dist/styles/styles.css +54 -0
- package/package.json +1 -1
- package/dist/chunk-3NS6X2R4.cjs.map +0 -1
- package/dist/chunk-6BUS7RMS.js.map +0 -1
- package/dist/chunk-REEHJV7M.js.map +0 -1
- package/dist/chunk-UCWMJD4Y.cjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -6,11 +6,11 @@ var chunkFVSL5YMB_cjs = require('./chunk-FVSL5YMB.cjs');
|
|
|
6
6
|
var chunkLUD52ZJF_cjs = require('./chunk-LUD52ZJF.cjs');
|
|
7
7
|
var chunkEPD4ZEPY_cjs = require('./chunk-EPD4ZEPY.cjs');
|
|
8
8
|
var chunkCVLD5RQK_cjs = require('./chunk-CVLD5RQK.cjs');
|
|
9
|
-
var
|
|
9
|
+
var chunk5EIBL6DQ_cjs = require('./chunk-5EIBL6DQ.cjs');
|
|
10
10
|
var chunkNT4LBP7D_cjs = require('./chunk-NT4LBP7D.cjs');
|
|
11
11
|
var chunkFXYOSA4E_cjs = require('./chunk-FXYOSA4E.cjs');
|
|
12
12
|
var chunkSR4QRXRR_cjs = require('./chunk-SR4QRXRR.cjs');
|
|
13
|
-
var
|
|
13
|
+
var chunk4QQKREVH_cjs = require('./chunk-4QQKREVH.cjs');
|
|
14
14
|
var chunk6WQKRQEE_cjs = require('./chunk-6WQKRQEE.cjs');
|
|
15
15
|
var chunk7EUR3AKV_cjs = require('./chunk-7EUR3AKV.cjs');
|
|
16
16
|
var chunkDP74LUXG_cjs = require('./chunk-DP74LUXG.cjs');
|
|
@@ -655,39 +655,39 @@ Object.defineProperty(exports, "StatsSection", {
|
|
|
655
655
|
});
|
|
656
656
|
Object.defineProperty(exports, "LocaleDropdown", {
|
|
657
657
|
enumerable: true,
|
|
658
|
-
get: function () { return
|
|
658
|
+
get: function () { return chunk5EIBL6DQ_cjs.LocaleDropdown; }
|
|
659
659
|
});
|
|
660
660
|
Object.defineProperty(exports, "MDXOutboundLink", {
|
|
661
661
|
enumerable: true,
|
|
662
|
-
get: function () { return
|
|
662
|
+
get: function () { return chunk5EIBL6DQ_cjs.MDXOutboundLink; }
|
|
663
663
|
});
|
|
664
664
|
Object.defineProperty(exports, "NavbarV2", {
|
|
665
665
|
enumerable: true,
|
|
666
|
-
get: function () { return
|
|
666
|
+
get: function () { return chunk5EIBL6DQ_cjs.NavbarV2; }
|
|
667
667
|
});
|
|
668
668
|
Object.defineProperty(exports, "NavbarV2Actions", {
|
|
669
669
|
enumerable: true,
|
|
670
|
-
get: function () { return
|
|
670
|
+
get: function () { return chunk5EIBL6DQ_cjs.NavbarV2Actions; }
|
|
671
671
|
});
|
|
672
672
|
Object.defineProperty(exports, "NavbarV2Brand", {
|
|
673
673
|
enumerable: true,
|
|
674
|
-
get: function () { return
|
|
674
|
+
get: function () { return chunk5EIBL6DQ_cjs.NavbarV2Brand; }
|
|
675
675
|
});
|
|
676
676
|
Object.defineProperty(exports, "NavbarV2Tab", {
|
|
677
677
|
enumerable: true,
|
|
678
|
-
get: function () { return
|
|
678
|
+
get: function () { return chunk5EIBL6DQ_cjs.NavbarV2Tab; }
|
|
679
679
|
});
|
|
680
680
|
Object.defineProperty(exports, "NavbarV2TabMenu", {
|
|
681
681
|
enumerable: true,
|
|
682
|
-
get: function () { return
|
|
682
|
+
get: function () { return chunk5EIBL6DQ_cjs.NavbarV2TabMenu; }
|
|
683
683
|
});
|
|
684
684
|
Object.defineProperty(exports, "NavbarV2Tabs", {
|
|
685
685
|
enumerable: true,
|
|
686
|
-
get: function () { return
|
|
686
|
+
get: function () { return chunk5EIBL6DQ_cjs.NavbarV2Tabs; }
|
|
687
687
|
});
|
|
688
688
|
Object.defineProperty(exports, "SiteFooter", {
|
|
689
689
|
enumerable: true,
|
|
690
|
-
get: function () { return
|
|
690
|
+
get: function () { return chunk5EIBL6DQ_cjs.SiteFooter; }
|
|
691
691
|
});
|
|
692
692
|
Object.defineProperty(exports, "Breadcrumb", {
|
|
693
693
|
enumerable: true,
|
|
@@ -759,119 +759,119 @@ Object.defineProperty(exports, "VideoLightbox", {
|
|
|
759
759
|
});
|
|
760
760
|
Object.defineProperty(exports, "ArchitectureDiagram", {
|
|
761
761
|
enumerable: true,
|
|
762
|
-
get: function () { return
|
|
762
|
+
get: function () { return chunk4QQKREVH_cjs.ArchitectureDiagram; }
|
|
763
763
|
});
|
|
764
764
|
Object.defineProperty(exports, "AuroraVoid", {
|
|
765
765
|
enumerable: true,
|
|
766
|
-
get: function () { return
|
|
766
|
+
get: function () { return chunk4QQKREVH_cjs.AuroraVoid; }
|
|
767
767
|
});
|
|
768
768
|
Object.defineProperty(exports, "BeforeAfterBlock", {
|
|
769
769
|
enumerable: true,
|
|
770
|
-
get: function () { return
|
|
770
|
+
get: function () { return chunk4QQKREVH_cjs.BeforeAfterBlock; }
|
|
771
771
|
});
|
|
772
772
|
Object.defineProperty(exports, "BookingEmbed", {
|
|
773
773
|
enumerable: true,
|
|
774
|
-
get: function () { return
|
|
774
|
+
get: function () { return chunk4QQKREVH_cjs.BookingEmbed; }
|
|
775
775
|
});
|
|
776
776
|
Object.defineProperty(exports, "CaseStudyCard", {
|
|
777
777
|
enumerable: true,
|
|
778
|
-
get: function () { return
|
|
778
|
+
get: function () { return chunk4QQKREVH_cjs.CaseStudyCard; }
|
|
779
779
|
});
|
|
780
780
|
Object.defineProperty(exports, "ComparisonTable", {
|
|
781
781
|
enumerable: true,
|
|
782
|
-
get: function () { return
|
|
782
|
+
get: function () { return chunk4QQKREVH_cjs.ComparisonTable; }
|
|
783
783
|
});
|
|
784
784
|
Object.defineProperty(exports, "CompetitorDiff", {
|
|
785
785
|
enumerable: true,
|
|
786
|
-
get: function () { return
|
|
786
|
+
get: function () { return chunk4QQKREVH_cjs.CompetitorDiff; }
|
|
787
787
|
});
|
|
788
788
|
Object.defineProperty(exports, "ComplianceGrid", {
|
|
789
789
|
enumerable: true,
|
|
790
|
-
get: function () { return
|
|
790
|
+
get: function () { return chunk4QQKREVH_cjs.ComplianceGrid; }
|
|
791
791
|
});
|
|
792
792
|
Object.defineProperty(exports, "EcosystemDiagram", {
|
|
793
793
|
enumerable: true,
|
|
794
|
-
get: function () { return
|
|
794
|
+
get: function () { return chunk4QQKREVH_cjs.EcosystemDiagram; }
|
|
795
795
|
});
|
|
796
796
|
Object.defineProperty(exports, "EnterpriseSignaling", {
|
|
797
797
|
enumerable: true,
|
|
798
|
-
get: function () { return
|
|
798
|
+
get: function () { return chunk4QQKREVH_cjs.EnterpriseSignaling; }
|
|
799
799
|
});
|
|
800
800
|
Object.defineProperty(exports, "EvolutionTimeline", {
|
|
801
801
|
enumerable: true,
|
|
802
|
-
get: function () { return
|
|
802
|
+
get: function () { return chunk4QQKREVH_cjs.EvolutionTimeline; }
|
|
803
803
|
});
|
|
804
804
|
Object.defineProperty(exports, "GridOverlay", {
|
|
805
805
|
enumerable: true,
|
|
806
|
-
get: function () { return
|
|
806
|
+
get: function () { return chunk4QQKREVH_cjs.GridOverlay; }
|
|
807
807
|
});
|
|
808
808
|
Object.defineProperty(exports, "GuaranteeHighlight", {
|
|
809
809
|
enumerable: true,
|
|
810
|
-
get: function () { return
|
|
810
|
+
get: function () { return chunk4QQKREVH_cjs.GuaranteeHighlight; }
|
|
811
811
|
});
|
|
812
812
|
Object.defineProperty(exports, "HeroComposition", {
|
|
813
813
|
enumerable: true,
|
|
814
|
-
get: function () { return
|
|
814
|
+
get: function () { return chunk4QQKREVH_cjs.HeroComposition; }
|
|
815
815
|
});
|
|
816
816
|
Object.defineProperty(exports, "ICPFilter", {
|
|
817
817
|
enumerable: true,
|
|
818
|
-
get: function () { return
|
|
818
|
+
get: function () { return chunk4QQKREVH_cjs.ICPFilter; }
|
|
819
819
|
});
|
|
820
820
|
Object.defineProperty(exports, "IntelligenceBlock", {
|
|
821
821
|
enumerable: true,
|
|
822
|
-
get: function () { return
|
|
822
|
+
get: function () { return chunk4QQKREVH_cjs.IntelligenceBlock; }
|
|
823
823
|
});
|
|
824
824
|
Object.defineProperty(exports, "IntentCTA", {
|
|
825
825
|
enumerable: true,
|
|
826
|
-
get: function () { return
|
|
826
|
+
get: function () { return chunk4QQKREVH_cjs.IntentCTA; }
|
|
827
827
|
});
|
|
828
828
|
Object.defineProperty(exports, "KPIPanel", {
|
|
829
829
|
enumerable: true,
|
|
830
|
-
get: function () { return
|
|
830
|
+
get: function () { return chunk4QQKREVH_cjs.KPIPanel; }
|
|
831
831
|
});
|
|
832
832
|
Object.defineProperty(exports, "MarketingHero", {
|
|
833
833
|
enumerable: true,
|
|
834
|
-
get: function () { return
|
|
834
|
+
get: function () { return chunk4QQKREVH_cjs.MarketingHero; }
|
|
835
835
|
});
|
|
836
836
|
Object.defineProperty(exports, "MarketingSection", {
|
|
837
837
|
enumerable: true,
|
|
838
|
-
get: function () { return
|
|
838
|
+
get: function () { return chunk4QQKREVH_cjs.MarketingSection; }
|
|
839
839
|
});
|
|
840
840
|
Object.defineProperty(exports, "ObjectionFAQ", {
|
|
841
841
|
enumerable: true,
|
|
842
|
-
get: function () { return
|
|
842
|
+
get: function () { return chunk4QQKREVH_cjs.ObjectionFAQ; }
|
|
843
843
|
});
|
|
844
844
|
Object.defineProperty(exports, "PartnerValueProp", {
|
|
845
845
|
enumerable: true,
|
|
846
|
-
get: function () { return
|
|
846
|
+
get: function () { return chunk4QQKREVH_cjs.PartnerValueProp; }
|
|
847
847
|
});
|
|
848
848
|
Object.defineProperty(exports, "PricingCard", {
|
|
849
849
|
enumerable: true,
|
|
850
|
-
get: function () { return
|
|
850
|
+
get: function () { return chunk4QQKREVH_cjs.PricingCard; }
|
|
851
851
|
});
|
|
852
852
|
Object.defineProperty(exports, "ProblemAgitation", {
|
|
853
853
|
enumerable: true,
|
|
854
|
-
get: function () { return
|
|
854
|
+
get: function () { return chunk4QQKREVH_cjs.ProblemAgitation; }
|
|
855
855
|
});
|
|
856
856
|
Object.defineProperty(exports, "ROICalculator", {
|
|
857
857
|
enumerable: true,
|
|
858
|
-
get: function () { return
|
|
858
|
+
get: function () { return chunk4QQKREVH_cjs.ROICalculator; }
|
|
859
859
|
});
|
|
860
860
|
Object.defineProperty(exports, "SegmentSwitch", {
|
|
861
861
|
enumerable: true,
|
|
862
|
-
get: function () { return
|
|
862
|
+
get: function () { return chunk4QQKREVH_cjs.SegmentSwitch; }
|
|
863
863
|
});
|
|
864
864
|
Object.defineProperty(exports, "StickyActionBar", {
|
|
865
865
|
enumerable: true,
|
|
866
|
-
get: function () { return
|
|
866
|
+
get: function () { return chunk4QQKREVH_cjs.StickyActionBar; }
|
|
867
867
|
});
|
|
868
868
|
Object.defineProperty(exports, "ValueAnchor", {
|
|
869
869
|
enumerable: true,
|
|
870
|
-
get: function () { return
|
|
870
|
+
get: function () { return chunk4QQKREVH_cjs.ValueAnchor; }
|
|
871
871
|
});
|
|
872
872
|
Object.defineProperty(exports, "Vignette", {
|
|
873
873
|
enumerable: true,
|
|
874
|
-
get: function () { return
|
|
874
|
+
get: function () { return chunk4QQKREVH_cjs.Vignette; }
|
|
875
875
|
});
|
|
876
876
|
Object.defineProperty(exports, "Badge", {
|
|
877
877
|
enumerable: true,
|
package/dist/index.css
CHANGED
|
@@ -3635,6 +3635,60 @@
|
|
|
3635
3635
|
background: var(--fallback-surface);
|
|
3636
3636
|
}
|
|
3637
3637
|
}
|
|
3638
|
+
.ds-locale-dropdown__panel--searchable {
|
|
3639
|
+
display: flex;
|
|
3640
|
+
flex-direction: column;
|
|
3641
|
+
min-width: 220px;
|
|
3642
|
+
}
|
|
3643
|
+
.ds-locale-dropdown__search {
|
|
3644
|
+
display: flex;
|
|
3645
|
+
align-items: center;
|
|
3646
|
+
gap: var(--space-2);
|
|
3647
|
+
padding: var(--space-1-5) var(--space-2-5);
|
|
3648
|
+
margin-bottom: var(--space-1);
|
|
3649
|
+
border-radius: var(--radius-button);
|
|
3650
|
+
background: var(--glass-base-hover);
|
|
3651
|
+
}
|
|
3652
|
+
.ds-locale-dropdown__search:focus-within {
|
|
3653
|
+
box-shadow: var(--focus-ring);
|
|
3654
|
+
}
|
|
3655
|
+
.ds-locale-dropdown__search-icon {
|
|
3656
|
+
display: flex;
|
|
3657
|
+
align-items: center;
|
|
3658
|
+
color: var(--text-tertiary);
|
|
3659
|
+
flex-shrink: 0;
|
|
3660
|
+
}
|
|
3661
|
+
.ds-locale-dropdown__search-input {
|
|
3662
|
+
flex: 1;
|
|
3663
|
+
min-width: 0;
|
|
3664
|
+
padding: 0;
|
|
3665
|
+
border: none;
|
|
3666
|
+
background: transparent;
|
|
3667
|
+
color: var(--text-primary);
|
|
3668
|
+
font-family: var(--font-family);
|
|
3669
|
+
font-size: var(--font-size-sm);
|
|
3670
|
+
line-height: 1;
|
|
3671
|
+
}
|
|
3672
|
+
.ds-locale-dropdown__search-input::placeholder {
|
|
3673
|
+
color: var(--text-tertiary);
|
|
3674
|
+
}
|
|
3675
|
+
.ds-locale-dropdown__search-input:focus,
|
|
3676
|
+
.ds-locale-dropdown__search-input:focus-visible {
|
|
3677
|
+
outline: none;
|
|
3678
|
+
}
|
|
3679
|
+
.ds-locale-dropdown__list {
|
|
3680
|
+
display: flex;
|
|
3681
|
+
flex-direction: column;
|
|
3682
|
+
max-height: 280px;
|
|
3683
|
+
overflow-y: auto;
|
|
3684
|
+
}
|
|
3685
|
+
.ds-locale-dropdown__empty {
|
|
3686
|
+
padding: var(--space-3);
|
|
3687
|
+
color: var(--text-tertiary);
|
|
3688
|
+
font-family: var(--font-family);
|
|
3689
|
+
font-size: var(--font-size-sm);
|
|
3690
|
+
text-align: center;
|
|
3691
|
+
}
|
|
3638
3692
|
|
|
3639
3693
|
/* src/components/Shell/Shell.css */
|
|
3640
3694
|
.ds-shell {
|
|
@@ -7637,6 +7691,14 @@
|
|
|
7637
7691
|
font-weight: var(--font-weight-semibold);
|
|
7638
7692
|
color: var(--text-primary);
|
|
7639
7693
|
}
|
|
7694
|
+
.ds-comparison-table__col-sub {
|
|
7695
|
+
display: block;
|
|
7696
|
+
margin-top: var(--space-1);
|
|
7697
|
+
font-family: var(--font-family);
|
|
7698
|
+
font-size: var(--font-size-xs);
|
|
7699
|
+
font-weight: var(--font-weight-normal);
|
|
7700
|
+
color: var(--text-tertiary);
|
|
7701
|
+
}
|
|
7640
7702
|
.ds-comparison-table__row {
|
|
7641
7703
|
border-bottom: 1px solid var(--glass-base-hover);
|
|
7642
7704
|
}
|
|
@@ -7672,6 +7734,9 @@
|
|
|
7672
7734
|
letter-spacing: var(--letter-spacing-wide);
|
|
7673
7735
|
color: var(--text-tertiary);
|
|
7674
7736
|
}
|
|
7737
|
+
.ds-comparison-table__cell-label {
|
|
7738
|
+
display: none;
|
|
7739
|
+
}
|
|
7675
7740
|
@media (max-width: 767px) {
|
|
7676
7741
|
.ds-comparison-table__scroll {
|
|
7677
7742
|
overflow-x: visible;
|
|
@@ -7711,6 +7776,13 @@
|
|
|
7711
7776
|
justify-content: space-between;
|
|
7712
7777
|
align-items: center;
|
|
7713
7778
|
}
|
|
7779
|
+
.ds-comparison-table__cell-label {
|
|
7780
|
+
display: inline-block;
|
|
7781
|
+
flex-shrink: 0;
|
|
7782
|
+
padding-right: var(--space-3);
|
|
7783
|
+
color: var(--text-tertiary);
|
|
7784
|
+
font-weight: var(--font-weight-medium);
|
|
7785
|
+
}
|
|
7714
7786
|
.ds-comparison-table__category-row {
|
|
7715
7787
|
padding: var(--space-2) var(--space-4) 0;
|
|
7716
7788
|
border-bottom: none;
|