@nattstack/ui 0.0.83 → 0.0.84

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.
@@ -128,6 +128,7 @@
128
128
 
129
129
  .button-module_loading_4nLWdW > :not([data-slot="button-spinner"]) {
130
130
  color: #0000;
131
+ text-shadow: none;
131
132
  }
132
133
 
133
134
  .button-module_rounded_base_4nLWdW.button-module_size_32_4nLWdW {
@@ -250,6 +251,16 @@
250
251
  --color-mixed: #fff;
251
252
  }
252
253
 
254
+ .button-module_variant_primary_4nLWdW > * {
255
+ filter: drop-shadow(0 1px 1px #00000040);
256
+ transition-duration: inherit;
257
+ transition-property: filter;
258
+ }
259
+
260
+ .button-module_variant_primary_4nLWdW:hover:not(:disabled) > * {
261
+ filter: none;
262
+ }
263
+
253
264
  .button-module_variant_secondary_4nLWdW {
254
265
  --color-text: #000;
255
266
  background-color: var(--color-bg-shell-outer);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.83",
3
+ "version": "0.0.84",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",