@touchtech/baselayer-ui 2.1.0 → 2.1.2

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 +6 -5
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -3,11 +3,11 @@
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;
10
9
  cursor: pointer;
10
+ display: block;
11
11
  font-family: var(--theme-button-font-family, helvetica, arial, sans-serif);
12
12
  font-size: var(--theme-button-font-size-medium, var(--theme-font-size, 15px));
13
13
  font-weight: bold;
@@ -443,7 +443,7 @@
443
443
  }
444
444
 
445
445
  .uh8zkmQp5ybk5WJSla69D {
446
- --size: var(--theme-icon-height-medium, 24px);
446
+ --size: var(--theme-icon-height-medium, 23px);
447
447
 
448
448
  display: block;
449
449
  contain: strict;
@@ -452,11 +452,11 @@
452
452
  }
453
453
 
454
454
  .uh8zkmQp5ybk5WJSla69D._9DICtqmQSnLPjm1XI7YVs {
455
- --size: var(--theme-icon-height-small, 18px);
455
+ --size: var(--theme-icon-height-small, 15px);
456
456
  }
457
457
 
458
458
  .uh8zkmQp5ybk5WJSla69D._2rgucAH8Bnli-cmjz9i2C2 {
459
- --size: var(--theme-icon-height-large, 32px);
459
+ --size: var(--theme-icon-height-large, 35px);
460
460
  }
461
461
 
462
462
  ._2MPuJ3ApvrAvrewjSWGAA2 {
@@ -471,7 +471,7 @@
471
471
  margin: 0;
472
472
  height: min-content;
473
473
  width: min-content;
474
- padding: calc(var(--icon-size) / 2);
474
+ padding: calc(var(--icon-size) / 1.5);
475
475
  transform: scale(1);
476
476
  transition: all 0.1s ease-out;
477
477
  }
@@ -486,6 +486,7 @@
486
486
 
487
487
  ._2MPuJ3ApvrAvrewjSWGAA2._2JX034qUTCoTdWC2ppA487 {
488
488
  border-radius: 50%;
489
+ padding: calc(var(--icon-size) / 1.25);
489
490
  }
490
491
 
491
492
  ._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.2",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {