@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/{chunk-DOO25SX4.cjs → chunk-B23AGGYI.cjs} +2 -2
- package/dist/{chunk-DOO25SX4.cjs.map → chunk-B23AGGYI.cjs.map} +1 -1
- package/dist/{chunk-KCKUSU2M.cjs → chunk-ELKEYKEI.cjs} +3 -3
- package/dist/chunk-ELKEYKEI.cjs.map +1 -0
- package/dist/{chunk-ZVJ5RLVM.js → chunk-UIPEIRGT.js} +2 -2
- package/dist/{chunk-ZVJ5RLVM.js.map → chunk-UIPEIRGT.js.map} +1 -1
- package/dist/{chunk-EFRAP5ES.js → chunk-UQ4SHBMC.js} +3 -3
- package/dist/chunk-UQ4SHBMC.js.map +1 -0
- package/dist/index.cjs +20 -20
- package/dist/index.css +8 -6
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/nav/index.cjs +16 -16
- package/dist/nav/index.css +3 -1
- package/dist/nav/index.css.map +1 -1
- package/dist/nav/index.js +1 -1
- package/dist/styles/styles.css +5 -5
- package/dist/theme/index.cjs +4 -4
- package/dist/theme/index.css +5 -5
- package/dist/theme/index.css.map +1 -1
- package/dist/theme/index.d.cts +8 -0
- package/dist/theme/index.d.ts +8 -0
- package/dist/theme/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-EFRAP5ES.js.map +0 -1
- package/dist/chunk-KCKUSU2M.cjs.map +0 -1
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
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-
|
|
16752
|
+
border-radius: var(--radius-xs);
|
|
16751
16753
|
background: transparent;
|
|
16752
16754
|
cursor: pointer;
|
|
16753
16755
|
transition: background var(--transition-fast);
|