@acorex/styles 19.14.1 → 19.14.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.
@@ -45,6 +45,10 @@
45
45
  padding-inline-end: var(--ax-comp-editor-space-end-size);
46
46
  padding-inline-start: var(--ax-comp-editor-space-start-size);
47
47
 
48
+ .ax-icon {
49
+ font-size: var(--ax-comp-editor-icon-font-size);
50
+ }
51
+
48
52
  &:has(> ax-prefix) {
49
53
  padding-inline-start: 0;
50
54
  > ax-prefix {
@@ -236,6 +240,7 @@
236
240
  --ax-comp-editor-space-end-size: 0.25rem;
237
241
  --ax-comp-editor-button-font-size: 0.625rem;
238
242
  --ax-comp-editor-gap: 0.25rem;
243
+ --ax-comp-editor-icon-font-size: 0.75rem;
239
244
  }
240
245
  .ax-sm .ax-editor-container,
241
246
  .ax-editor-container.ax-sm {
@@ -244,15 +249,17 @@
244
249
  --ax-comp-editor-space-end-size: 0.5rem;
245
250
  --ax-comp-editor-button-font-size: 0.75rem;
246
251
  --ax-comp-editor-gap: 0.375rem;
252
+ --ax-comp-editor-icon-font-size: 0.875rem;
247
253
  }
248
254
 
249
255
  .ax-md .ax-editor-container,
250
256
  .ax-editor-container,
251
257
  .ax-editor-container.ax-md {
252
- --ax-comp-editor-space-start-size: 0.5rem;
253
- --ax-comp-editor-space-end-size: 0.5rem;
258
+ --ax-comp-editor-space-start-size: 0.75rem;
259
+ --ax-comp-editor-space-end-size: 0.75rem;
254
260
  --ax-comp-editor-button-font-size: 0.875rem;
255
261
  --ax-comp-editor-gap: 0.5rem;
262
+ --ax-comp-editor-icon-font-size: 1rem;
256
263
  }
257
264
 
258
265
  .ax-lg .ax-editor-container,
@@ -262,6 +269,7 @@
262
269
  --ax-comp-editor-space-end-size: 1.125rem;
263
270
  --ax-comp-editor-button-font-size: 0.875rem;
264
271
  --ax-comp-editor-gap: 0.625rem;
272
+ --ax-comp-editor-icon-font-size: 1.25rem;
265
273
  }
266
274
 
267
275
  .ax-xl .ax-editor-container,
@@ -271,6 +279,7 @@
271
279
  --ax-comp-editor-space-end-size: 1.5rem;
272
280
  --ax-comp-editor-button-font-size: 1rem;
273
281
  --ax-comp-editor-gap: 0.75rem;
282
+ --ax-comp-editor-icon-font-size: 1.5rem;
274
283
  }
275
284
 
276
285
  ax-validation-rule {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "19.14.1",
3
+ "version": "19.14.3",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",