@touchtech/baselayer-ui 2.1.1 → 2.1.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.
Files changed (2) hide show
  1. package/dist/styles.css +8 -7
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -7,6 +7,7 @@
7
7
  color: var(--theme-button-foreground-color, #0e0e0f);
8
8
  contain: content;
9
9
  cursor: pointer;
10
+ display: block;
10
11
  font-family: var(--theme-button-font-family, helvetica, arial, sans-serif);
11
12
  font-size: var(--theme-button-font-size-medium, var(--theme-font-size, 15px));
12
13
  font-weight: bold;
@@ -451,7 +452,7 @@
451
452
  }
452
453
 
453
454
  .uh8zkmQp5ybk5WJSla69D._9DICtqmQSnLPjm1XI7YVs {
454
- --size: var(--theme-icon-height-small, 15px);
455
+ --size: var(--theme-icon-height-small, 17px);
455
456
  }
456
457
 
457
458
  .uh8zkmQp5ybk5WJSla69D._2rgucAH8Bnli-cmjz9i2C2 {
@@ -459,7 +460,7 @@
459
460
  }
460
461
 
461
462
  ._2MPuJ3ApvrAvrewjSWGAA2 {
462
- --icon-size: var(--theme-icon-height-medium, 24px);
463
+ --icon-size: var(--theme-icon-height-medium, 23px);
463
464
 
464
465
  align-items: center;
465
466
  background-color: var(--theme-button-background-color, #fff);
@@ -476,11 +477,11 @@
476
477
  }
477
478
 
478
479
  ._2MPuJ3ApvrAvrewjSWGAA2.lOkoan7dbp-goDtJVuK7B {
479
- --icon-size: var(--theme-icon-height-small, 16px);
480
+ --icon-size: var(--theme-icon-height-small, 17px);
480
481
  }
481
482
 
482
483
  ._2MPuJ3ApvrAvrewjSWGAA2._2aG6zXqTEKVcvBaaniCNBy {
483
- --icon-size: var(--theme-icon-height-large, 32px);
484
+ --icon-size: var(--theme-icon-height-large, 35px);
484
485
  }
485
486
 
486
487
  ._2MPuJ3ApvrAvrewjSWGAA2._2JX034qUTCoTdWC2ppA487 {
@@ -520,7 +521,7 @@
520
521
  }
521
522
 
522
523
  ._1uifmKNPDzdu5YDnhgwPQK {
523
- --icon-size: var(--theme-icon-height-medium, 24px);
524
+ --icon-size: var(--theme-icon-height-medium, 23px);
524
525
 
525
526
  align-items: center;
526
527
  background-color: var(--theme-button-background-color, #fff);
@@ -537,11 +538,11 @@
537
538
  }
538
539
 
539
540
  ._1uifmKNPDzdu5YDnhgwPQK.pfHcYaew-HrHtTNuR4v7h {
540
- --icon-size: var(--theme-icon-height-small, 16px);
541
+ --icon-size: var(--theme-icon-height-small, 17px);
541
542
  }
542
543
 
543
544
  ._1uifmKNPDzdu5YDnhgwPQK._26Z9FH-CNPqf55ZRP1vnab {
544
- --icon-size: var(--theme-icon-height-large, 32px);
545
+ --icon-size: var(--theme-icon-height-large, 35px);
545
546
  }
546
547
 
547
548
  ._1uifmKNPDzdu5YDnhgwPQK._2q7WvROhNm3gsRIRaQQeaU {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {