@nubase/frontend 0.1.17 → 0.1.18
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.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +195 -42
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +194 -42
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +0 -6
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2388,12 +2388,6 @@
|
|
|
2388
2388
|
padding-left: calc(var(--spacing) * 2.5);
|
|
2389
2389
|
}
|
|
2390
2390
|
}
|
|
2391
|
-
.md\:text-sm {
|
|
2392
|
-
@media (width >= 48rem) {
|
|
2393
|
-
font-size: var(--text-sm);
|
|
2394
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2395
|
-
}
|
|
2396
|
-
}
|
|
2397
2391
|
.dark\:bg-destructive\/60 {
|
|
2398
2392
|
@media (prefers-color-scheme: dark) {
|
|
2399
2393
|
background-color: var(--color-destructive);
|