index-scrollbar
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -37,3 +37,3 @@ 'use strict'; | ||
setTimeout(() => { | ||
setInterval(() => { | ||
let int = setInterval(() => { | ||
var _a; | ||
@@ -43,2 +43,3 @@ if ((_a = this.el.shadowRoot.querySelector('.container')) === null || _a === void 0 ? void 0 : _a.clientHeight) { | ||
this.rendering = false; | ||
clearInterval(int); | ||
} | ||
@@ -45,0 +46,0 @@ }, 100); |
@@ -27,3 +27,3 @@ import { Component, Host, h, Prop, Event, Element, State } from '@stencil/core'; | ||
setTimeout(() => { | ||
setInterval(() => { | ||
let int = setInterval(() => { | ||
var _a; | ||
@@ -33,2 +33,3 @@ if ((_a = this.el.shadowRoot.querySelector('.container')) === null || _a === void 0 ? void 0 : _a.clientHeight) { | ||
this.rendering = false; | ||
clearInterval(int); | ||
} | ||
@@ -35,0 +36,0 @@ }, 100); |
@@ -35,3 +35,3 @@ import { HTMLElement, createEvent, h, Host, proxyCustomElement } from '@stencil/core/internal/client'; | ||
setTimeout(() => { | ||
setInterval(() => { | ||
let int = setInterval(() => { | ||
var _a; | ||
@@ -41,2 +41,3 @@ if ((_a = this.el.shadowRoot.querySelector('.container')) === null || _a === void 0 ? void 0 : _a.clientHeight) { | ||
this.rendering = false; | ||
clearInterval(int); | ||
} | ||
@@ -43,0 +44,0 @@ }, 100); |
@@ -33,3 +33,3 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-b388e836.js'; | ||
setTimeout(() => { | ||
setInterval(() => { | ||
let int = setInterval(() => { | ||
var _a; | ||
@@ -39,2 +39,3 @@ if ((_a = this.el.shadowRoot.querySelector('.container')) === null || _a === void 0 ? void 0 : _a.clientHeight) { | ||
this.rendering = false; | ||
clearInterval(int); | ||
} | ||
@@ -41,0 +42,0 @@ }, 100); |
@@ -1,1 +0,1 @@ | ||
import{p as e,b as i}from"./p-57af5440.js";(()=>{const i=import.meta.url,t={};return""!==i&&(t.resourcesUrl=new URL(".",i).href),e(t)})().then((e=>i([["p-5274f90f",[[1,"index-scrollbar",{letterMagnification:[4,"letter-magnification"],exactX:[4,"exact-x"],fontSize:[2,"font-size"],magnificationSize:[2,"magnification-size"],alphabet:[16],validLetters:[16],navigateOnHover:[4,"navigate-on-hover"],visibleLetters:[32],letterIndex:[32],active:[32],rendering:[32]}]]]],e))); | ||
import{p as e,b as i}from"./p-57af5440.js";(()=>{const i=import.meta.url,t={};return""!==i&&(t.resourcesUrl=new URL(".",i).href),e(t)})().then((e=>i([["p-213ef5a8",[[1,"index-scrollbar",{letterMagnification:[4,"letter-magnification"],exactX:[4,"exact-x"],fontSize:[2,"font-size"],magnificationSize:[2,"magnification-size"],alphabet:[16],validLetters:[16],navigateOnHover:[4,"navigate-on-hover"],visibleLetters:[32],letterIndex:[32],active:[32],rendering:[32]}]]]],e))); |
{ | ||
"name": "index-scrollbar", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Stencil Component Starter", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
357585
5838
2