@acorex/styles 19.11.2 → 19.11.3

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.
@@ -272,3 +272,7 @@
272
272
  --ax-comp-editor-button-font-size: 1rem;
273
273
  --ax-comp-editor-gap: 0.75rem;
274
274
  }
275
+
276
+ ax-validation-rule {
277
+ position: absolute;
278
+ }
@@ -5,8 +5,8 @@
5
5
  align-items: center;
6
6
  justify-content: center;
7
7
  border-radius: var(--ax-sys-border-radius);
8
- padding-left: 1rem;
9
- padding-right: 1rem;
8
+ padding-left: var(--ax-comp-general-button-padding-left, 1rem);
9
+ padding-right: var(--ax-comp-general-button-padding-right, 1rem);
10
10
  font-size: 0.875rem;
11
11
  line-height: 1.25rem;
12
12
  color: rgb(var(--ax-sys-color-on-surface), 0.75);
@@ -31,8 +31,8 @@
31
31
  }
32
32
 
33
33
  &.ax-button-icon {
34
- padding-left: 0.5rem;
35
- padding-right: 0.5rem;
34
+ padding-left: var(--ax-comp-general-button-padding-left, 0.5rem);
35
+ padding-right: var(--ax-comp-general-button-padding-right, 0.5rem);
36
36
  font-size: 100%;
37
37
  > button {
38
38
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "19.11.2",
3
+ "version": "19.11.3",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",