@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/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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubase/frontend",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "description": "React components and utilities for nubase",
5
5
  "keywords": [
6
6
  "react",