@seeqdev/qomponents 0.0.15 → 0.0.16
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.stories.d.ts +1 -0
- package/dist/Button/Button.types.d.ts +2 -0
- package/dist/example/package.json +1 -1
- package/dist/index.esm.js +9 -6
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +9 -6
- package/dist/index.js.map +1 -1
- package/dist/styles.css +8 -4
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1752,6 +1752,10 @@ ol, ul, menu {
|
|
|
1752
1752
|
margin: 0.125rem;
|
|
1753
1753
|
}
|
|
1754
1754
|
|
|
1755
|
+
.tw-m-5 {
|
|
1756
|
+
margin: 1.25rem;
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1755
1759
|
.tw-ml-1 {
|
|
1756
1760
|
margin-left: 0.25rem;
|
|
1757
1761
|
}
|
|
@@ -2407,15 +2411,15 @@ ol, ul, menu {
|
|
|
2407
2411
|
cursor: not-allowed;
|
|
2408
2412
|
}
|
|
2409
2413
|
|
|
2410
|
-
.disabled\:tw-bg-opacity-50:disabled {
|
|
2411
|
-
--tw-bg-opacity: 0.5;
|
|
2412
|
-
}
|
|
2413
|
-
|
|
2414
2414
|
.disabled\:tw-text-sq-fairly-dark-gray:disabled {
|
|
2415
2415
|
--tw-text-opacity: 1;
|
|
2416
2416
|
color: rgb(var(--sq-fairly-dark-gray));
|
|
2417
2417
|
}
|
|
2418
2418
|
|
|
2419
|
+
.disabled\:tw-opacity-50:disabled {
|
|
2420
|
+
opacity: 0.5;
|
|
2421
|
+
}
|
|
2422
|
+
|
|
2419
2423
|
.tw-group:hover .group-hover\:tw-inline-block {
|
|
2420
2424
|
display: inline-block;
|
|
2421
2425
|
}
|