@nattstack/ui 0.0.87 → 0.0.88

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.
@@ -167,7 +167,7 @@
167
167
 
168
168
  .button-module_variant_secondary_4nLWdW {
169
169
  --color-text: #000;
170
- background-color: var(--color-bg-shell-outer);
170
+ background-color: var(--color-bg-shell-inner);
171
171
  box-shadow: inset 0 0 0 1px var(--color-border);
172
172
  color: var(--color-text);
173
173
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",
@@ -52,9 +52,9 @@
52
52
  "class-variance-authority": "0.7.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@tsdown/css": "0.22.4",
55
+ "@tsdown/css": "0.22.8",
56
56
  "@types/bun": "1.3.14",
57
- "tsdown": "0.22.4",
57
+ "tsdown": "0.22.8",
58
58
  "typescript": "6.0.3"
59
59
  },
60
60
  "peerDependencies": {