@touchtech/baselayer-ui 2.4.11 → 2.4.12

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 +12 -12
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -18,8 +18,8 @@
18
18
  transition: all 0.1s ease-out;
19
19
  text-align: -webkit-center;
20
20
  white-space: nowrap;
21
- -ms-touch-action: manipulation;
22
- touch-action: manipulation;
21
+ -ms-touch-action: none;
22
+ touch-action: none;
23
23
  }
24
24
 
25
25
  .M9_egEC8msu135oPGVdIf:focus {
@@ -128,8 +128,8 @@
128
128
  transition: all 0.1s ease-out;
129
129
  text-align: -webkit-center;
130
130
  white-space: nowrap;
131
- -ms-touch-action: manipulation;
132
- touch-action: manipulation;
131
+ -ms-touch-action: none;
132
+ touch-action: none;
133
133
  }
134
134
 
135
135
  ._3eVBgmkG6hjVokm5Xy4UMQ:focus {
@@ -228,8 +228,8 @@
228
228
  transform: scale(1);
229
229
  transition: all 0.1s ease-out;
230
230
  width: var(--color-swatch-size);
231
- -ms-touch-action: manipulation;
232
- touch-action: manipulation;
231
+ -ms-touch-action: none;
232
+ touch-action: none;
233
233
  }
234
234
 
235
235
  ._13ss1xsMNizvEgP_hxEV8B:hover {
@@ -287,8 +287,8 @@
287
287
  right: 0;
288
288
  top: 0;
289
289
  z-index: 9;
290
- -ms-touch-action: manipulation;
291
- touch-action: manipulation;
290
+ -ms-touch-action: none;
291
+ touch-action: none;
292
292
  }
293
293
 
294
294
  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
@@ -536,8 +536,8 @@
536
536
  padding: calc(var(--icon-size) / 1.5);
537
537
  transform: scale(1);
538
538
  transition: all 0.1s ease-out;
539
- -ms-touch-action: manipulation;
540
- touch-action: manipulation;
539
+ -ms-touch-action: none;
540
+ touch-action: none;
541
541
  }
542
542
 
543
543
  ._2MPuJ3ApvrAvrewjSWGAA2.lOkoan7dbp-goDtJVuK7B {
@@ -619,8 +619,8 @@
619
619
  padding: calc(var(--icon-size) / 1.5);
620
620
  transform: scale(1);
621
621
  transition: all 0.1s ease-out;
622
- -ms-touch-action: manipulation;
623
- touch-action: manipulation;
622
+ -ms-touch-action: none;
623
+ touch-action: none;
624
624
  }
625
625
 
626
626
  ._1uifmKNPDzdu5YDnhgwPQK.pfHcYaew-HrHtTNuR4v7h {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "2.4.11",
3
+ "version": "2.4.12",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {