@touchtech/baselayer-ui 2.1.2 → 2.1.4

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 +7 -7
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -452,7 +452,7 @@
452
452
  }
453
453
 
454
454
  .uh8zkmQp5ybk5WJSla69D._9DICtqmQSnLPjm1XI7YVs {
455
- --size: var(--theme-icon-height-small, 15px);
455
+ --size: var(--theme-icon-height-small, 19px);
456
456
  }
457
457
 
458
458
  .uh8zkmQp5ybk5WJSla69D._2rgucAH8Bnli-cmjz9i2C2 {
@@ -460,7 +460,7 @@
460
460
  }
461
461
 
462
462
  ._2MPuJ3ApvrAvrewjSWGAA2 {
463
- --icon-size: var(--theme-icon-height-medium, 24px);
463
+ --icon-size: var(--theme-icon-height-medium, 23px);
464
464
 
465
465
  align-items: center;
466
466
  background-color: var(--theme-button-background-color, #fff);
@@ -477,11 +477,11 @@
477
477
  }
478
478
 
479
479
  ._2MPuJ3ApvrAvrewjSWGAA2.lOkoan7dbp-goDtJVuK7B {
480
- --icon-size: var(--theme-icon-height-small, 16px);
480
+ --icon-size: var(--theme-icon-height-small, 19px);
481
481
  }
482
482
 
483
483
  ._2MPuJ3ApvrAvrewjSWGAA2._2aG6zXqTEKVcvBaaniCNBy {
484
- --icon-size: var(--theme-icon-height-large, 32px);
484
+ --icon-size: var(--theme-icon-height-large, 35px);
485
485
  }
486
486
 
487
487
  ._2MPuJ3ApvrAvrewjSWGAA2._2JX034qUTCoTdWC2ppA487 {
@@ -521,7 +521,7 @@
521
521
  }
522
522
 
523
523
  ._1uifmKNPDzdu5YDnhgwPQK {
524
- --icon-size: var(--theme-icon-height-medium, 24px);
524
+ --icon-size: var(--theme-icon-height-medium, 23px);
525
525
 
526
526
  align-items: center;
527
527
  background-color: var(--theme-button-background-color, #fff);
@@ -538,11 +538,11 @@
538
538
  }
539
539
 
540
540
  ._1uifmKNPDzdu5YDnhgwPQK.pfHcYaew-HrHtTNuR4v7h {
541
- --icon-size: var(--theme-icon-height-small, 16px);
541
+ --icon-size: var(--theme-icon-height-small, 19px);
542
542
  }
543
543
 
544
544
  ._1uifmKNPDzdu5YDnhgwPQK._26Z9FH-CNPqf55ZRP1vnab {
545
- --icon-size: var(--theme-icon-height-large, 32px);
545
+ --icon-size: var(--theme-icon-height-large, 35px);
546
546
  }
547
547
 
548
548
  ._1uifmKNPDzdu5YDnhgwPQK._2q7WvROhNm3gsRIRaQQeaU {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "2.1.2",
3
+ "version": "2.1.4",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {