@touchtech/baselayer-ui 2.1.0 → 2.1.1

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.
Files changed (2) hide show
  1. package/dist/styles.css +5 -5
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -3,7 +3,6 @@
3
3
 
4
4
  background-color: var(--theme-button-background-color, #fff);
5
5
  border: none;
6
- box-sizing: border-box;
7
6
  box-shadow: var(--theme-button-shadow, 0 0 12px 0 rgba(0, 0, 0, 0.1));
8
7
  color: var(--theme-button-foreground-color, #0e0e0f);
9
8
  contain: content;
@@ -443,7 +442,7 @@
443
442
  }
444
443
 
445
444
  .uh8zkmQp5ybk5WJSla69D {
446
- --size: var(--theme-icon-height-medium, 24px);
445
+ --size: var(--theme-icon-height-medium, 23px);
447
446
 
448
447
  display: block;
449
448
  contain: strict;
@@ -452,11 +451,11 @@
452
451
  }
453
452
 
454
453
  .uh8zkmQp5ybk5WJSla69D._9DICtqmQSnLPjm1XI7YVs {
455
- --size: var(--theme-icon-height-small, 18px);
454
+ --size: var(--theme-icon-height-small, 15px);
456
455
  }
457
456
 
458
457
  .uh8zkmQp5ybk5WJSla69D._2rgucAH8Bnli-cmjz9i2C2 {
459
- --size: var(--theme-icon-height-large, 32px);
458
+ --size: var(--theme-icon-height-large, 35px);
460
459
  }
461
460
 
462
461
  ._2MPuJ3ApvrAvrewjSWGAA2 {
@@ -471,7 +470,7 @@
471
470
  margin: 0;
472
471
  height: min-content;
473
472
  width: min-content;
474
- padding: calc(var(--icon-size) / 2);
473
+ padding: calc(var(--icon-size) / 1.5);
475
474
  transform: scale(1);
476
475
  transition: all 0.1s ease-out;
477
476
  }
@@ -486,6 +485,7 @@
486
485
 
487
486
  ._2MPuJ3ApvrAvrewjSWGAA2._2JX034qUTCoTdWC2ppA487 {
488
487
  border-radius: 50%;
488
+ padding: calc(var(--icon-size) / 1.25);
489
489
  }
490
490
 
491
491
  ._2MPuJ3ApvrAvrewjSWGAA2:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {