@nubase/frontend 0.1.21 → 0.1.23
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 +8 -1
- package/dist/index.d.ts +8 -1
- package/dist/index.js +79 -40
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +71 -32
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +3 -8
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1420,6 +1420,9 @@
|
|
|
1420
1420
|
.pt-0 {
|
|
1421
1421
|
padding-top: calc(var(--spacing) * 0);
|
|
1422
1422
|
}
|
|
1423
|
+
.pt-1 {
|
|
1424
|
+
padding-top: calc(var(--spacing) * 1);
|
|
1425
|
+
}
|
|
1423
1426
|
.pt-2 {
|
|
1424
1427
|
padding-top: calc(var(--spacing) * 2);
|
|
1425
1428
|
}
|
|
@@ -2137,14 +2140,6 @@
|
|
|
2137
2140
|
}
|
|
2138
2141
|
}
|
|
2139
2142
|
}
|
|
2140
|
-
.focus\:ring-ring\/20 {
|
|
2141
|
-
&:focus {
|
|
2142
|
-
--tw-ring-color: var(--color-ring);
|
|
2143
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2144
|
-
--tw-ring-color: color-mix(in oklab, var(--color-ring) 20%, transparent);
|
|
2145
|
-
}
|
|
2146
|
-
}
|
|
2147
|
-
}
|
|
2148
2143
|
.focus\:ring-offset-2 {
|
|
2149
2144
|
&:focus {
|
|
2150
2145
|
--tw-ring-offset-width: 2px;
|