@nation-a/ui 0.16.19 → 0.16.20

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.
@@ -3258,6 +3258,12 @@ html:not(#\#),body:not(#\#) {
3258
3258
  outline-color: var(--colors-border-neutral-default);
3259
3259
  }
3260
3260
 
3261
+ @media (hover: hover) and (pointer: fine) {
3262
+ .hover\:bg_black\.100A:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
3263
+ background: var(--colors-black-100-a);
3264
+ }
3265
+ }
3266
+
3261
3267
  @media (hover: hover) and (pointer: fine) {
3262
3268
  .hover\:bg_background\.neuroidPrimary\.selected:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
3263
3269
  background: var(--colors-background-neuroid-primary-selected);
@@ -3348,12 +3354,6 @@ html:not(#\#),body:not(#\#) {
3348
3354
  }
3349
3355
  }
3350
3356
 
3351
- @media (hover: hover) and (pointer: fine) {
3352
- .hover\:td_underline:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
3353
- text-decoration: underline;
3354
- }
3355
- }
3356
-
3357
3357
  @media (hover: hover) and (pointer: fine) {
3358
3358
  .hover\:c_content\.neutral\.hovered:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
3359
3359
  color: content.neutral.hovered;
@@ -3372,6 +3372,12 @@ html:not(#\#),body:not(#\#) {
3372
3372
  }
3373
3373
  }
3374
3374
 
3375
+ @media (hover: hover) and (pointer: fine) {
3376
+ .dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .hover\:dark\:bg_white\.100A:is(:hover, [data-hover]) {
3377
+ background: var(--colors-white-100-a);
3378
+ }
3379
+ }
3380
+
3375
3381
  @media (hover: hover) and (pointer: fine) {
3376
3382
  .checked\:hover\:bg_content\.neutral\.subtle:is(:hover, [data-hover]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
3377
3383
  background: var(--colors-content-neutral-subtle);
@@ -31,6 +31,12 @@ export declare const buttonRecipe: import('../../../styled-system/types').Recipe
31
31
  cursor: "not-allowed";
32
32
  pointerEvents: "none";
33
33
  };
34
+ _hover: {
35
+ background: "black.100A";
36
+ _dark: {
37
+ background: "white.100A";
38
+ };
39
+ };
34
40
  };
35
41
  };
36
42
  color: {
@@ -24,7 +24,10 @@ export declare const iconButtonRecipe: import('../../../styled-system/types').Re
24
24
  pointerEvents: "none";
25
25
  };
26
26
  _hover: {
27
- background: "background.neutral.selected";
27
+ background: "black.100A";
28
+ _dark: {
29
+ background: "white.100A";
30
+ };
28
31
  };
29
32
  };
30
33
  light: {
@@ -37,7 +40,10 @@ export declare const iconButtonRecipe: import('../../../styled-system/types').Re
37
40
  pointerEvents: "none";
38
41
  };
39
42
  _hover: {
40
- background: "background.neutral.selected";
43
+ background: "black.100A";
44
+ _dark: {
45
+ background: "white.100A";
46
+ };
41
47
  };
42
48
  };
43
49
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nation-a/ui",
3
- "version": "0.16.19",
3
+ "version": "0.16.20",
4
4
  "type": "module",
5
5
  "types": "./dist/types/index.d.ts",
6
6
  "main": "./dist/index.cjs",