@yoobic/yobi 8.7.6 → 8.7.7

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.
@@ -12,7 +12,7 @@ const index$1 = require('./index-47657672.js');
12
12
  require('./_commonjsHelpers-94df2ea7.js');
13
13
  require('./index-3d49ff1c.js');
14
14
 
15
- const zoomCss = "svg:not(:root){overflow:hidden}:host(:not([disabled])){overflow:hidden}:host([disabled]){cursor:default;-ms-touch-action:auto !important;touch-action:auto !important}:host([disabled]) ::slotted(*){-ms-touch-action:auto !important;touch-action:auto !important}";
15
+ const zoomCss = "svg:not(:root){overflow:hidden}:host(:not([disabled])){overflow:hidden}:host([disabled]){cursor:default;-ms-touch-action:auto !important;touch-action:auto !important}";
16
16
 
17
17
  const YooZoomComponent = class {
18
18
  constructor(hostRef) {
@@ -210,7 +210,4 @@ svg:not(:root) {
210
210
  :host([disabled]) {
211
211
  cursor: default;
212
212
  touch-action: auto !important;
213
- }
214
- :host([disabled]) ::slotted(*) {
215
- touch-action: auto !important;
216
213
  }
@@ -8,7 +8,7 @@ import { H as isWeb, fv as isElementClicked, I as debounce } from './index-2c0b5
8
8
  import './_commonjsHelpers-f4d11124.js';
9
9
  import './index-95d3486f.js';
10
10
 
11
- const zoomCss = "svg:not(:root){overflow:hidden}:host(:not([disabled])){overflow:hidden}:host([disabled]){cursor:default;-ms-touch-action:auto !important;touch-action:auto !important}:host([disabled]) ::slotted(*){-ms-touch-action:auto !important;touch-action:auto !important}";
11
+ const zoomCss = "svg:not(:root){overflow:hidden}:host(:not([disabled])){overflow:hidden}:host([disabled]){cursor:default;-ms-touch-action:auto !important;touch-action:auto !important}";
12
12
 
13
13
  const YooZoomComponent = class {
14
14
  constructor(hostRef) {
@@ -8,7 +8,7 @@ import { H as isWeb, fv as isElementClicked, I as debounce } from './index-2c0b5
8
8
  import './_commonjsHelpers-f4d11124.js';
9
9
  import './index-95d3486f.js';
10
10
 
11
- const zoomCss = "svg:not(:root){overflow:hidden}:host(:not([disabled])){overflow:hidden}:host([disabled]){cursor:default;-ms-touch-action:auto !important;touch-action:auto !important}:host([disabled]) ::slotted(*){-ms-touch-action:auto !important;touch-action:auto !important}";
11
+ const zoomCss = "svg:not(:root){overflow:hidden}:host(:not([disabled])){overflow:hidden}:host([disabled]){cursor:default;-ms-touch-action:auto !important;touch-action:auto !important}";
12
12
 
13
13
  const YooZoomComponent = class {
14
14
  constructor(hostRef) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "8.7.6",
3
+ "version": "8.7.7",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",