@salesmind-ai/design-system 1.10.0 → 2.0.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
@@ -7231,17 +7231,21 @@
7231
7231
  .ds-partner-vp__benefits {
7232
7232
  display: flex;
7233
7233
  flex-direction: column;
7234
- gap: var(--space-4);
7234
+ gap: var(--space-8);
7235
+ padding: var(--space-6);
7236
+ border-radius: var(--radius-card);
7237
+ background: var(--glass-base);
7238
+ border: 1px solid var(--rim-light-bottom);
7235
7239
  }
7236
7240
  .ds-partner-vp__benefit {
7237
7241
  display: flex;
7238
- gap: var(--space-3);
7242
+ gap: var(--space-4);
7239
7243
  align-items: flex-start;
7240
7244
  }
7241
7245
  .ds-partner-vp__benefit-icon {
7242
7246
  flex-shrink: 0;
7243
- width: 40px;
7244
- height: 40px;
7247
+ width: 48px;
7248
+ height: 48px;
7245
7249
  display: flex;
7246
7250
  align-items: center;
7247
7251
  justify-content: center;
@@ -7250,16 +7254,18 @@
7250
7254
  color: rgb(var(--accent-rgb));
7251
7255
  }
7252
7256
  .ds-partner-vp__benefit-title {
7253
- font-size: var(--font-size-sm);
7257
+ font-size: var(--font-size-lg);
7254
7258
  font-weight: var(--font-weight-bold);
7255
7259
  color: var(--text-primary);
7256
7260
  margin: 0;
7261
+ line-height: var(--line-height-tight);
7257
7262
  }
7258
7263
  .ds-partner-vp__benefit-desc {
7259
- font-size: var(--font-size-sm);
7264
+ font-size: var(--font-size-base);
7260
7265
  color: var(--text-secondary);
7261
7266
  line-height: var(--line-height-relaxed);
7262
- margin: var(--space-1) 0 0;
7267
+ margin: var(--space-3) 0 0;
7268
+ max-width: var(--content-width-prose);
7263
7269
  }
7264
7270
  .ds-partner-vp__calculator {
7265
7271
  padding: var(--space-6);