Comparing version 0.2.6 to 0.2.7
@@ -40,2 +40,3 @@ 'use strict'; | ||
let howmanylines = height / (this.fontSize * lineHeightRatio); | ||
console.log(howmanylines, this.maxSize); | ||
if (howmanylines <= 1 && this.fontSize < this.maxSize) { | ||
@@ -42,0 +43,0 @@ let plus = this.fontSize + 1; |
@@ -32,2 +32,3 @@ import { Host, h } from '@stencil/core'; | ||
let howmanylines = height / (this.fontSize * lineHeightRatio); | ||
console.log(howmanylines, this.maxSize); | ||
if (howmanylines <= 1 && this.fontSize < this.maxSize) { | ||
@@ -34,0 +35,0 @@ let plus = this.fontSize + 1; |
@@ -36,2 +36,3 @@ import { r as registerInstance, h, H as Host, g as getElement } from './index-db1e4f67.js'; | ||
let howmanylines = height / (this.fontSize * lineHeightRatio); | ||
console.log(howmanylines, this.maxSize); | ||
if (howmanylines <= 1 && this.fontSize < this.maxSize) { | ||
@@ -38,0 +39,0 @@ let plus = this.fontSize + 1; |
@@ -1,1 +0,1 @@ | ||
import{p as e,b as i}from"./p-29d23de6.js";export{s as setNonce}from"./p-29d23de6.js";(()=>{const i=import.meta.url,s={};return""!==i&&(s.resourcesUrl=new URL(".",i).href),e(s)})().then((e=>i([["p-a70a66ae",[[1,"sui-flextext",{minSize:[1026,"min-size"],maxSize:[1026,"max-size"]}],[1,"sui-nav",{autoHide:[2,"auto-hide"]}],[1,"sui-overlay",{position:[1],transitionTime:[1,"transition-time"],close:[64],open:[64]}],[1,"sui-textarea",{value:[1025],disabled:[4],el:[16],textValue:[32]}],[1,"sui-tooltip",{classNames:[32],tipBackgroundColor:[32]},[[1,"mouseenter","setPosition"]]]]]],e))); | ||
import{p as e,b as i}from"./p-29d23de6.js";export{s as setNonce}from"./p-29d23de6.js";(()=>{const i=import.meta.url,s={};return""!==i&&(s.resourcesUrl=new URL(".",i).href),e(s)})().then((e=>i([["p-7415c0ec",[[1,"sui-flextext",{minSize:[1026,"min-size"],maxSize:[1026,"max-size"]}],[1,"sui-nav",{autoHide:[2,"auto-hide"]}],[1,"sui-overlay",{position:[1],transitionTime:[1,"transition-time"],close:[64],open:[64]}],[1,"sui-textarea",{value:[1025],disabled:[4],el:[16],textValue:[32]}],[1,"sui-tooltip",{classNames:[32],tipBackgroundColor:[32]},[[1,"mouseenter","setPosition"]]]]]],e))); |
{ | ||
"name": "skateui", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Vanilla HTML compatible custom UI components", | ||
@@ -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
460046
8845