@acorex/styles 7.12.0 → 7.12.2

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.
@@ -40,7 +40,7 @@
40
40
  @apply ax-px-3;
41
41
  &::placeholder {
42
42
  font-size: inherit;
43
- @apply ax-font-medium ax-text-default/50;
43
+ @apply ax-font-normal ax-text-default/50;
44
44
  }
45
45
  }
46
46
 
@@ -83,7 +83,7 @@
83
83
  font-family: inherit;
84
84
  font-size: inherit;
85
85
  line-height: inherit;
86
- @apply ax-w-full ax-flex-1 ax-bg-transparent ax-font-medium;
86
+ @apply ax-h-full ax-w-full ax-flex-1 ax-bg-transparent ax-font-normal;
87
87
 
88
88
  &:focus {
89
89
  @apply ax-shadow-none;
@@ -119,6 +119,9 @@
119
119
  & > ax-prefix,
120
120
  & > ax-suffix {
121
121
  @apply ax-h-full;
122
+ + .ax-input {
123
+ @apply ax-px-0.5 #{!important};
124
+ }
122
125
  * {
123
126
  @apply ax-flex ax-h-full ax-items-center ax-justify-center ax-rounded-none;
124
127
  }
@@ -1,17 +1,5 @@
1
1
  .ax-general-button {
2
- // display: inline-flex;
3
- // align-items: center;
4
- // justify-content: center;
5
- // padding: 0 1rem;
6
- // height: var(--ax-size-default);
7
- // font-size: 0.875rem;
8
- // cursor: pointer;
9
- // transition: background-color 0.3s;
10
- // color: rgba(var(--ax-color-text-default), 0.6);
11
- // border-radius: var(--ax-rounded-border-default);
12
-
13
- @apply ax-inline-flex ax-h-default ax-cursor-pointer ax-items-center ax-justify-center ax-rounded-default ax-px-4 ax-text-sm ax-text-default;
14
-
2
+ @apply ax-inline-flex ax-h-default ax-cursor-pointer ax-items-center ax-justify-center ax-rounded-default ax-px-4 ax-text-sm ax-text-default/75;
15
3
  &:hover {
16
4
  &:not(&:disabled, .ax-state-disabled) {
17
5
  @apply ax-text-primary-500;
@@ -49,14 +37,14 @@
49
37
  }
50
38
  }
51
39
  .ax-clear-button {
52
- @apply ax-inline-flex ax-h-default ax-items-center ax-justify-center ax-px-2 ax-text-base ax-leading-none ax-text-default;
40
+ @apply ax-inline-flex ax-h-default ax-items-center ax-justify-center ax-px-3 ax-text-base ax-leading-none ax-text-default/75;
53
41
 
54
42
  > button {
55
43
  @apply ax-flex;
56
44
  }
57
45
  &:hover {
58
46
  &:not(&:disabled, .ax-state-disabled) {
59
- @apply ax-text-default/75;
47
+ @apply ax-text-default/50;
60
48
  }
61
49
  }
62
50
  &:focus,
@@ -11,7 +11,7 @@
11
11
 
12
12
  &:focus-visible,
13
13
  &:focus {
14
- @apply ax-ring-2 ax-ring-primary-500 ax-ring-offset-2;
14
+ @apply ax-ring-2 ax-ring-primary-500 ax-ring-offset-2 ax-ring-offset-surface;
15
15
  }
16
16
 
17
17
  &:disabled {
@@ -1,2 +1,2 @@
1
- @import "./colors";
2
- @import "./degrees";
1
+ @import './colors';
2
+ @import './degrees';