@salesmind-ai/design-system 0.3.7 → 0.3.8

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
@@ -5374,7 +5374,7 @@
5374
5374
  border-top: 1px solid var(--rim-light-bottom);
5375
5375
  background: var(--void-base);
5376
5376
  position: relative;
5377
- overflow: hidden;
5377
+ overflow: clip;
5378
5378
  }
5379
5379
  .ds-footer::before {
5380
5380
  content: "";
@@ -5694,8 +5694,10 @@
5694
5694
  @media (min-width: 768px) {
5695
5695
  .ds-footer__authority-content {
5696
5696
  flex-direction: row;
5697
+ flex-wrap: wrap;
5697
5698
  justify-content: space-between;
5698
5699
  align-items: center;
5700
+ row-gap: var(--space-4);
5699
5701
  }
5700
5702
  }
5701
5703
  .ds-footer__brand {
@@ -16682,7 +16684,7 @@
16682
16684
  }
16683
16685
  [data-theme=light] .ds-theme-selector,
16684
16686
  [data-theme=light-contrast] .ds-theme-selector {
16685
- background-color: #ffffff;
16687
+ background-color: var(--void-base);
16686
16688
  }
16687
16689
  [data-theme=dark] .ds-theme-selector,
16688
16690
  [data-theme=dark-contrast] .ds-theme-selector {
@@ -16703,7 +16705,7 @@
16703
16705
  font-weight: 500;
16704
16706
  border-radius: var(--radius-badge);
16705
16707
  cursor: pointer;
16706
- transition: all 0.2s ease;
16708
+ transition: color var(--transition-fast), background-color var(--transition-fast);
16707
16709
  line-height: 1;
16708
16710
  white-space: nowrap;
16709
16711
  }
@@ -16722,13 +16724,13 @@
16722
16724
  color: var(--text-secondary);
16723
16725
  }
16724
16726
  .ds-theme-selector__btn--active .ds-theme-selector__icon {
16725
- color: #F97316;
16727
+ color: rgb(var(--accent-rgb));
16726
16728
  }
16727
16729
  .ds-theme-selector__icon {
16728
16730
  width: 16px;
16729
16731
  height: 16px;
16730
16732
  color: inherit;
16731
- transition: color 0.2s ease;
16733
+ transition: color var(--transition-fast);
16732
16734
  }
16733
16735
 
16734
16736
  /* src/components/ColorPicker/ColorPicker.css */
@@ -16747,7 +16749,7 @@
16747
16749
  justify-content: center;
16748
16750
  padding: 4px;
16749
16751
  border: none;
16750
- border-radius: var(--radius-sm);
16752
+ border-radius: var(--radius-xs);
16751
16753
  background: transparent;
16752
16754
  cursor: pointer;
16753
16755
  transition: background var(--transition-fast);