@touchtech/baselayer-ui 2.4.10 → 2.4.11

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 +14 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -18,6 +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
23
  }
22
24
 
23
25
  .M9_egEC8msu135oPGVdIf:focus {
@@ -126,6 +128,8 @@
126
128
  transition: all 0.1s ease-out;
127
129
  text-align: -webkit-center;
128
130
  white-space: nowrap;
131
+ -ms-touch-action: manipulation;
132
+ touch-action: manipulation;
129
133
  }
130
134
 
131
135
  ._3eVBgmkG6hjVokm5Xy4UMQ:focus {
@@ -224,6 +228,8 @@
224
228
  transform: scale(1);
225
229
  transition: all 0.1s ease-out;
226
230
  width: var(--color-swatch-size);
231
+ -ms-touch-action: manipulation;
232
+ touch-action: manipulation;
227
233
  }
228
234
 
229
235
  ._13ss1xsMNizvEgP_hxEV8B:hover {
@@ -281,6 +287,8 @@
281
287
  right: 0;
282
288
  top: 0;
283
289
  z-index: 9;
290
+ -ms-touch-action: manipulation;
291
+ touch-action: manipulation;
284
292
  }
285
293
 
286
294
  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
@@ -362,6 +370,8 @@
362
370
  display: flex;
363
371
  position: absolute;
364
372
  contain: layout;
373
+ max-height: 100vh;
374
+ max-width: 100vw;
365
375
  z-index: 3;
366
376
  }
367
377
 
@@ -526,6 +536,8 @@
526
536
  padding: calc(var(--icon-size) / 1.5);
527
537
  transform: scale(1);
528
538
  transition: all 0.1s ease-out;
539
+ -ms-touch-action: manipulation;
540
+ touch-action: manipulation;
529
541
  }
530
542
 
531
543
  ._2MPuJ3ApvrAvrewjSWGAA2.lOkoan7dbp-goDtJVuK7B {
@@ -607,6 +619,8 @@
607
619
  padding: calc(var(--icon-size) / 1.5);
608
620
  transform: scale(1);
609
621
  transition: all 0.1s ease-out;
622
+ -ms-touch-action: manipulation;
623
+ touch-action: manipulation;
610
624
  }
611
625
 
612
626
  ._1uifmKNPDzdu5YDnhgwPQK.pfHcYaew-HrHtTNuR4v7h {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "2.4.10",
3
+ "version": "2.4.11",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {