@touchtech/baselayer-ui 1.5.5 → 1.5.6

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 +0 -26
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -238,7 +238,6 @@
238
238
  }
239
239
 
240
240
  .U71Snkfwutt-9SCX3QpCD.zKZkVeeTcXKkUmyab6FKh {
241
- border: 1px solid var(--theme-button-background-color, #fff);
242
241
  background-color: var(--theme-button-foreground-color, #0e0e0f);
243
242
  color: var(--theme-button-background-color, #fff);
244
243
  }
@@ -249,16 +248,9 @@
249
248
 
250
249
  .U71Snkfwutt-9SCX3QpCD._3gnff_6Mk8KtBbrYr5RU4p {
251
250
  background-color: transparent;
252
- border-radius: calc(var(--button-size) / 2 + 2px);
253
- border: 2px solid var(--theme-button-foreground-color, #0e0e0f);
254
251
  box-shadow: none;
255
252
  }
256
253
 
257
- .U71Snkfwutt-9SCX3QpCD._3gnff_6Mk8KtBbrYr5RU4p.zKZkVeeTcXKkUmyab6FKh {
258
- border-radius: calc(var(--button-size) / 2 + 2px);
259
- border: 2px solid var(--theme-button-background-color, #fff);
260
- }
261
-
262
254
  ._6HqGCzqnloax6dKcraikR {
263
255
  height: calc(var(--theme-button-height, 42px) / 2.5);
264
256
  margin-right: calc(var(--theme-button-height, 42px) / 2.5);
@@ -325,16 +317,9 @@
325
317
 
326
318
  ._2J6DJkxNtK8mYjhRAw5ZaS.LrD8xMl-fYrEBt3tD_qlL {
327
319
  background-color: transparent;
328
- border-radius: calc(var(--button-size) / 2 + 2px);
329
- border: 2px solid var(--theme-button-foreground-color, #0e0e0f);
330
320
  box-shadow: none;
331
321
  }
332
322
 
333
- ._2J6DJkxNtK8mYjhRAw5ZaS.LrD8xMl-fYrEBt3tD_qlL._184Na2_3JJlqXJy2pBoJKH {
334
- border-radius: calc(var(--button-size) / 2 + 2px);
335
- border: 2px solid var(--theme-button-background-color, #fff);
336
- }
337
-
338
323
  .Y5Sm649AgbLw3pwB15rgr {
339
324
  height: calc(var(--theme-button-height, 42px) / 2.5);
340
325
  margin-right: calc(var(--theme-button-height, 42px) / 2);
@@ -963,7 +948,6 @@
963
948
  }
964
949
 
965
950
  ._2WmV3ODEwEyLYZhZfEgPsv.UZfrntigosFx4k_UDgA44 {
966
- border: 1px solid var(--theme-button-background-color, #fff);
967
951
  background-color: var(--theme-button-foreground-color, #0e0e0f);
968
952
  color: var(--theme-button-background-color, #fff);
969
953
  }
@@ -974,14 +958,9 @@
974
958
 
975
959
  ._2WmV3ODEwEyLYZhZfEgPsv.UOTnjYXsaqzr7u53IMtGV {
976
960
  background-color: transparent;
977
- border: 2px solid var(--theme-button-foreground-color, #0e0e0f);
978
961
  box-shadow: none;
979
962
  }
980
963
 
981
- ._2WmV3ODEwEyLYZhZfEgPsv.UOTnjYXsaqzr7u53IMtGV.UZfrntigosFx4k_UDgA44 {
982
- border: 2px solid var(--theme-button-background-color, #fff);
983
- }
984
-
985
964
  ._3UY6EGHcARPerMLYQbpEXn {
986
965
  height: calc(var(--theme-button-height, 42px) / 2.5);
987
966
  width: calc(var(--theme-button-height, 42px) / 2.5);
@@ -1149,14 +1128,9 @@
1149
1128
 
1150
1129
  .ELTUP_T8nLztE9RxU36EP._2pCBdentqpWRyjrxvJN6Tk {
1151
1130
  background-color: transparent;
1152
- border: 2px solid var(--theme-button-foreground-color, #0e0e0f);
1153
1131
  box-shadow: none;
1154
1132
  }
1155
1133
 
1156
- .ELTUP_T8nLztE9RxU36EP._2pCBdentqpWRyjrxvJN6Tk._2ZTUfNQ9F47bPaER-giqA- {
1157
- border: 2px solid var(--theme-button-background-color, #fff);
1158
- }
1159
-
1160
1134
  ._1gA2zpKZTZdP2ckQQoVsAp {
1161
1135
  height: calc(var(--theme-button-height, 42px) / 2.5);
1162
1136
  margin-right: calc(var(--theme-button-height, 42px) / 2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {