warqadui 0.0.154 → 0.0.156
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.js +77629 -68905
- package/dist/index.mjs +17284 -8102
- package/dist/styles.js +4 -0
- package/dist/styles.mjs +4 -0
- package/package.json +1 -1
package/dist/styles.js
CHANGED
|
@@ -3208,6 +3208,10 @@ select:-webkit-autofill:focus {
|
|
|
3208
3208
|
.dark\\:bg-emerald-500\\/20:is(.dark *) {
|
|
3209
3209
|
background-color: rgb(16 185 129 / 0.2);
|
|
3210
3210
|
}
|
|
3211
|
+
.dark\\:bg-gray-700:is(.dark *) {
|
|
3212
|
+
--tw-bg-opacity: 1;
|
|
3213
|
+
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
|
3214
|
+
}
|
|
3211
3215
|
.dark\\:bg-gray-800:is(.dark *) {
|
|
3212
3216
|
--tw-bg-opacity: 1;
|
|
3213
3217
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
|
package/dist/styles.mjs
CHANGED
|
@@ -3206,6 +3206,10 @@ select:-webkit-autofill:focus {
|
|
|
3206
3206
|
.dark\\:bg-emerald-500\\/20:is(.dark *) {
|
|
3207
3207
|
background-color: rgb(16 185 129 / 0.2);
|
|
3208
3208
|
}
|
|
3209
|
+
.dark\\:bg-gray-700:is(.dark *) {
|
|
3210
|
+
--tw-bg-opacity: 1;
|
|
3211
|
+
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
|
3212
|
+
}
|
|
3209
3213
|
.dark\\:bg-gray-800:is(.dark *) {
|
|
3210
3214
|
--tw-bg-opacity: 1;
|
|
3211
3215
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
|