@acorex/styles 7.8.5 → 7.8.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "7.8.5",
3
+ "version": "7.8.7",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
@@ -62,6 +62,7 @@
62
62
  }
63
63
 
64
64
  .ax-overlay-pane {
65
+ height: fit-content;
65
66
  background-color: rgba(var(--ax-color-surface));
66
67
  border: 1px solid;
67
68
  border-color: rgba(var(--ax-color-border-default));
@@ -130,6 +130,10 @@
130
130
  border-start-start-radius: 0.25rem /* 4px */;
131
131
  border-end-start-radius: 0.25rem;
132
132
  }
133
+
134
+ ax-icon {
135
+ padding-inline-start: 0.5rem;
136
+ }
133
137
  }
134
138
 
135
139
  & > ax-suffix {
@@ -139,6 +143,9 @@
139
143
  border-start-end-radius: 0.25rem /* 4px */;
140
144
  border-end-end-radius: 0.25rem;
141
145
  }
146
+ ax-icon {
147
+ padding-inline-end: 0.5rem;
148
+ }
142
149
  }
143
150
 
144
151
  & > ax-prefix,
@@ -152,11 +159,6 @@
152
159
  border-radius: 0;
153
160
  }
154
161
 
155
- ax-icon {
156
- padding-left: 0.5rem /* 8px */;
157
- padding-right: 0.5rem;
158
- }
159
-
160
162
  ax-title {
161
163
  padding-left: 1rem /* 16px */;
162
164
  padding-right: 1rem /* 16px */;