kaleido-ui 0.1.80 → 0.1.82

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.
@@ -326,7 +326,7 @@
326
326
  --spacing-icon-sm: 14px;
327
327
  --spacing-icon-md: 16px;
328
328
  --spacing-icon-lg: 18px;
329
- --spacing-icon-nav: 22px;
329
+ --spacing-icon-nav: 1.6875rem;
330
330
  --spacing-icon-control: 34px;
331
331
 
332
332
  /* Border radius */
@@ -331,7 +331,8 @@ var iconBoxSize = {
331
331
  sm: "14px",
332
332
  md: "16px",
333
333
  lg: "18px",
334
- nav: "22px",
334
+ nav: "1.6875rem",
335
+ // 27px — bottom-nav icons; rem so side-panel font scaling applies
335
336
  control: "34px"
336
337
  };
337
338
 
@@ -231,7 +231,7 @@ declare const iconBoxSize: {
231
231
  readonly sm: "14px";
232
232
  readonly md: "16px";
233
233
  readonly lg: "18px";
234
- readonly nav: "22px";
234
+ readonly nav: "1.6875rem";
235
235
  readonly control: "34px";
236
236
  };
237
237
 
@@ -231,7 +231,7 @@ declare const iconBoxSize: {
231
231
  readonly sm: "14px";
232
232
  readonly md: "16px";
233
233
  readonly lg: "18px";
234
- readonly nav: "22px";
234
+ readonly nav: "1.6875rem";
235
235
  readonly control: "34px";
236
236
  };
237
237
 
@@ -283,7 +283,8 @@ var iconBoxSize = {
283
283
  sm: "14px",
284
284
  md: "16px",
285
285
  lg: "18px",
286
- nav: "22px",
286
+ nav: "1.6875rem",
287
+ // 27px — bottom-nav icons; rem so side-panel font scaling applies
287
288
  control: "34px"
288
289
  };
289
290