@touchtech/baselayer-ui 2.4.12 → 2.4.15

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 +1 -12
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -18,8 +18,6 @@
18
18
  transition: all 0.1s ease-out;
19
19
  text-align: -webkit-center;
20
20
  white-space: nowrap;
21
- -ms-touch-action: none;
22
- touch-action: none;
23
21
  }
24
22
 
25
23
  .M9_egEC8msu135oPGVdIf:focus {
@@ -128,8 +126,6 @@
128
126
  transition: all 0.1s ease-out;
129
127
  text-align: -webkit-center;
130
128
  white-space: nowrap;
131
- -ms-touch-action: none;
132
- touch-action: none;
133
129
  }
134
130
 
135
131
  ._3eVBgmkG6hjVokm5Xy4UMQ:focus {
@@ -228,8 +224,6 @@
228
224
  transform: scale(1);
229
225
  transition: all 0.1s ease-out;
230
226
  width: var(--color-swatch-size);
231
- -ms-touch-action: none;
232
- touch-action: none;
233
227
  }
234
228
 
235
229
  ._13ss1xsMNizvEgP_hxEV8B:hover {
@@ -287,8 +281,6 @@
287
281
  right: 0;
288
282
  top: 0;
289
283
  z-index: 9;
290
- -ms-touch-action: none;
291
- touch-action: none;
292
284
  }
293
285
 
294
286
  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
@@ -536,8 +528,6 @@
536
528
  padding: calc(var(--icon-size) / 1.5);
537
529
  transform: scale(1);
538
530
  transition: all 0.1s ease-out;
539
- -ms-touch-action: none;
540
- touch-action: none;
541
531
  }
542
532
 
543
533
  ._2MPuJ3ApvrAvrewjSWGAA2.lOkoan7dbp-goDtJVuK7B {
@@ -619,8 +609,6 @@
619
609
  padding: calc(var(--icon-size) / 1.5);
620
610
  transform: scale(1);
621
611
  transition: all 0.1s ease-out;
622
- -ms-touch-action: none;
623
- touch-action: none;
624
612
  }
625
613
 
626
614
  ._1uifmKNPDzdu5YDnhgwPQK.pfHcYaew-HrHtTNuR4v7h {
@@ -738,6 +726,7 @@
738
726
  .t1897dfts_pqHzSnwmWBW.lyiBs6OBxvREnwIR0ls2C {
739
727
  height: 100%;
740
728
  max-height: 100%;
729
+ width: auto;
741
730
  }
742
731
 
743
732
  .CPHNd8osKjLvQDEQUErux {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "2.4.12",
3
+ "version": "2.4.15",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {