@touchtech/baselayer-ui 2.2.4 → 2.2.5

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 +4 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -58,6 +58,7 @@
58
58
  .M9_egEC8msu135oPGVdIf._2bq31qKD7B6r6CTCOL3drW {
59
59
  border-radius: calc(var(--button-size) / 2);
60
60
  padding: 0 calc(var(--button-size) * 0.6);
61
+ margin: 0 var(--theme-button-rounded-offset, -6px);
61
62
  }
62
63
 
63
64
  .M9_egEC8msu135oPGVdIf.c_FvJhHzwHRNjkmie2IdU {
@@ -154,6 +155,7 @@
154
155
  ._3eVBgmkG6hjVokm5Xy4UMQ._3UGlOItzKokVg0wGH0eIlX {
155
156
  border-radius: calc(var(--button-size) / 2);
156
157
  padding: 0 calc(var(--button-size) * 0.6);
158
+ margin: 0 var(--theme-button-rounded-offset, -6px);
157
159
  }
158
160
 
159
161
  ._3eVBgmkG6hjVokm5Xy4UMQ._2Xu-vIs-2pG6I65jnix39R {
@@ -501,6 +503,7 @@
501
503
  ._2MPuJ3ApvrAvrewjSWGAA2._2JX034qUTCoTdWC2ppA487 {
502
504
  border-radius: 50%;
503
505
  padding: calc(var(--icon-size) / 1.25);
506
+ margin: var(--theme-button-rounded-offset, -6px);
504
507
  }
505
508
 
506
509
  ._2MPuJ3ApvrAvrewjSWGAA2:focus {
@@ -562,6 +565,7 @@
562
565
  ._1uifmKNPDzdu5YDnhgwPQK._2q7WvROhNm3gsRIRaQQeaU {
563
566
  border-radius: 50%;
564
567
  padding: calc(var(--icon-size) / 1.25);
568
+ margin: var(--theme-button-rounded-offset, -6px);
565
569
  }
566
570
 
567
571
  ._1uifmKNPDzdu5YDnhgwPQK:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {