@acorex/styles 21.0.1-next.77 → 21.0.1-next.79

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.
@@ -5,8 +5,8 @@
5
5
  .ax-general-button-icon {
6
6
  @apply rounded-default inline-flex cursor-pointer items-center justify-center transition select-none;
7
7
  @apply disabled:cursor-not-allowed disabled:opacity-50;
8
- @apply text-black/50 hover:text-black/70 dark:text-white/50 dark:hover:text-white/70;
9
- @apply hover:bg-black/10 dark:hover:bg-white/10;
8
+ @apply text-text-default/50 hover:text-text-default/70;
9
+ @apply hover:bg-bg-default/10;
10
10
  @apply focus-visible:ring-primary/30 focus-visible:ring-3 focus-visible:outline-none;
11
11
  * {
12
12
  @apply cursor-[inherit];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "21.0.1-next.77",
3
+ "version": "21.0.1-next.79",
4
4
  "main": "index.css",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",