@salesmind-ai/design-system 1.4.0 → 1.5.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/index.css CHANGED
@@ -3965,6 +3965,97 @@
3965
3965
  }
3966
3966
  }
3967
3967
 
3968
+ /* src/components/SocialProofCard/SocialProofCard-v2.css */
3969
+ .ds-social-proof-card__trust-header {
3970
+ display: flex;
3971
+ align-items: center;
3972
+ justify-content: space-between;
3973
+ gap: var(--space-2);
3974
+ flex-wrap: wrap;
3975
+ }
3976
+ .ds-social-proof-card__trust-platforms,
3977
+ .ds-social-proof-card__trust-stars {
3978
+ display: flex;
3979
+ align-items: center;
3980
+ gap: var(--space-2);
3981
+ flex-wrap: wrap;
3982
+ }
3983
+ .ds-social-proof-card__verified {
3984
+ display: inline-flex;
3985
+ align-items: center;
3986
+ gap: var(--space-1);
3987
+ padding: var(--space-0-5) var(--space-2);
3988
+ border-radius: var(--radius-pill);
3989
+ background: var(--brand-pink-a-10, rgba(var(--brand-pink-rgb, 255, 0, 90), 0.1));
3990
+ color: rgb(var(--accent-rgb));
3991
+ font-size: var(--font-size-xs);
3992
+ font-weight: var(--font-weight-semibold);
3993
+ line-height: var(--line-height-normal);
3994
+ border: var(--space-px) solid var(--rim-light-bottom);
3995
+ }
3996
+ .ds-social-proof-card__verified-icon {
3997
+ flex-shrink: 0;
3998
+ }
3999
+ .ds-social-proof-card__workspace-proof {
4000
+ display: flex;
4001
+ align-items: center;
4002
+ gap: var(--space-2);
4003
+ padding: var(--space-2) var(--space-3);
4004
+ margin-top: var(--space-1);
4005
+ border-radius: var(--radius-badge);
4006
+ background: var(--glass-white-alpha-10);
4007
+ color: var(--text-tertiary);
4008
+ font-size: var(--font-size-xs);
4009
+ line-height: var(--line-height-normal);
4010
+ }
4011
+ .ds-social-proof-card__workspace-icon {
4012
+ flex-shrink: 0;
4013
+ opacity: 0.6;
4014
+ }
4015
+ .ds-social-proof-card__avatar--initials {
4016
+ display: flex;
4017
+ align-items: center;
4018
+ justify-content: center;
4019
+ width: var(--space-10);
4020
+ height: var(--space-10);
4021
+ border-radius: var(--radius-pill);
4022
+ background: var(--glass-base);
4023
+ border: var(--space-px) solid var(--rim-light-bottom);
4024
+ color: var(--text-tertiary);
4025
+ font-size: var(--font-size-sm);
4026
+ font-weight: var(--font-weight-semibold);
4027
+ letter-spacing: var(--letter-spacing-wide);
4028
+ }
4029
+ .ds-social-proof-card__micrometa {
4030
+ color: var(--text-tertiary);
4031
+ font-size: var(--font-size-xs);
4032
+ margin-top: var(--space-0-5);
4033
+ }
4034
+ .ds-social-proof-card__review-link {
4035
+ display: inline-block;
4036
+ margin-top: var(--space-1);
4037
+ font-size: var(--font-size-xs);
4038
+ color: var(--text-tertiary);
4039
+ text-decoration: none;
4040
+ transition: color var(--transition-glass);
4041
+ }
4042
+ .ds-social-proof-card__review-link:hover {
4043
+ color: var(--text-secondary);
4044
+ text-decoration: underline;
4045
+ text-underline-offset: var(--space-0-5);
4046
+ }
4047
+ .ds-social-proof-card__company-logo {
4048
+ width: var(--space-6);
4049
+ height: var(--space-6);
4050
+ border-radius: var(--radius-xs);
4051
+ object-fit: contain;
4052
+ flex-shrink: 0;
4053
+ margin-left: auto;
4054
+ }
4055
+ .ds-social-proof-card--verified {
4056
+ --ds-social-proof-card-verified-state: 1;
4057
+ }
4058
+
3968
4059
  /* src/components/SocialProofCarousel/SocialProofCarousel.css */
3969
4060
  .ds-social-proof-carousel {
3970
4061
  overflow-x: auto;