@seeqdev/qomponents 0.0.27 → 0.0.29
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/Button/Button.js +2 -2
- package/dist/Button/Button.js.map +1 -1
- package/dist/Button/Button.types.d.ts +3 -0
- package/dist/Icon/Icon.js +4 -3
- package/dist/Icon/Icon.js.map +1 -1
- package/dist/Icon/Icon.types.d.ts +3 -0
- package/dist/index.esm.js +9 -8
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +9 -8
- package/dist/index.js.map +1 -1
- package/dist/styles.css +12 -8
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1800,6 +1800,14 @@ ol,
|
|
|
1800
1800
|
margin: 1.25rem;
|
|
1801
1801
|
}
|
|
1802
1802
|
|
|
1803
|
+
.tw--mt-0 {
|
|
1804
|
+
margin-top: -0px;
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
.tw--mt-0\.5 {
|
|
1808
|
+
margin-top: -0.125rem;
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1803
1811
|
.tw-ml-1 {
|
|
1804
1812
|
margin-left: 0.25rem;
|
|
1805
1813
|
}
|
|
@@ -1924,10 +1932,6 @@ ol,
|
|
|
1924
1932
|
flex-direction: row;
|
|
1925
1933
|
}
|
|
1926
1934
|
|
|
1927
|
-
.tw-items-center {
|
|
1928
|
-
align-items: center;
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
1935
|
.tw-gap-4 {
|
|
1932
1936
|
gap: 1rem;
|
|
1933
1937
|
}
|
|
@@ -2684,9 +2688,9 @@ ol,
|
|
|
2684
2688
|
border-color: rgb(var(--sq-color-dark-dark));
|
|
2685
2689
|
}
|
|
2686
2690
|
|
|
2687
|
-
.tw-dark .dark\:focus\:tw-bg-sq-
|
|
2691
|
+
.tw-dark .dark\:focus\:tw-bg-sq-multi-gray-dark:focus {
|
|
2688
2692
|
--tw-bg-opacity: 1;
|
|
2689
|
-
background-color: rgb(var(--sq-
|
|
2693
|
+
background-color: rgb(var(--sq-multi-gray-dark));
|
|
2690
2694
|
}
|
|
2691
2695
|
|
|
2692
2696
|
.tw-dark .dark\:focus\:tw-text-sq-color-dark-dark:focus {
|
|
@@ -2704,9 +2708,9 @@ ol,
|
|
|
2704
2708
|
border-color: rgb(var(--sq-color-dark-dark));
|
|
2705
2709
|
}
|
|
2706
2710
|
|
|
2707
|
-
.tw-dark .dark\:active\:tw-bg-sq-
|
|
2711
|
+
.tw-dark .dark\:active\:tw-bg-sq-multi-gray-dark:active {
|
|
2708
2712
|
--tw-bg-opacity: 1;
|
|
2709
|
-
background-color: rgb(var(--sq-
|
|
2713
|
+
background-color: rgb(var(--sq-multi-gray-dark));
|
|
2710
2714
|
}
|
|
2711
2715
|
|
|
2712
2716
|
.tw-dark .dark\:active\:tw-text-sq-color-dark-dark:active {
|