@descope/web-components-ui 1.0.118 → 1.0.119

Sign up to get free protection for your applications and to get access to all the features.
package/dist/umd/201.js CHANGED
@@ -1 +1 @@
1
- "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[201],{4201:(n,t,i)=>{i.d(t,{DY:()=>u,PH:()=>d,Pd:()=>l,TX:()=>o,jI:()=>p,jl:()=>a,wm:()=>e});const e=(n,t)=>`\n ${o(n)}\n ${l(n)}\n ${p(n)}\n ${a(n)}\n ${r(n,t)}\n\n ${n}::before {\n\t\theight: unset;\n\t}\n\n ${n} > input {\n\t\t-webkit-mask-image: none;\n\t\tmin-height: 0;\n\t}\n\n ${n}::part(input-field)::after {\n\t\topacity: 0 !important;\n }\n`,o=n=>`\n ${n} {\n margin: 0;\n padding: 0;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n }\n`,a=n=>`\n ${n}::part(input-field) {\n overflow: hidden;\n padding: 0;\n box-shadow: none;\n }\n`,l=n=>`\n ${n} > label,\n ${n}::part(label),\n ${n}::part(required-indicator) {\n cursor: pointer;\n }\n`,p=(n,t="input")=>`\n ${n}[disabled] > ${t}:placeholder-shown,\n\t${n}[readonly] > ${t}:placeholder-shown {\n\t\topacity: 1;\n\t} \n`,r=(n,t)=>`\n ${n} input:-webkit-autofill,\n ${n} input:-webkit-autofill::first-line,\n ${n} input:-webkit-autofill:hover,\n ${n} input:-webkit-autofill:active,\n ${n} input:-webkit-autofill:focus {\n -webkit-text-fill-color: var(${t.inputValueTextColor});\n box-shadow: 0 0 0 var(${t.inputHeight}) var(${t.inputBackgroundColor}) inset;\n } \n`,u=()=>"\n :host {\n --vaadin-field-default-width: auto;\n }\n",d=n=>`\n ${n}::part(input-field)::after {\n opacity: 0;\n }\n`}}]);
1
+ "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[201],{4201:(n,t,i)=>{i.d(t,{DY:()=>u,PH:()=>d,Pd:()=>l,TX:()=>o,jI:()=>r,jl:()=>a,wm:()=>e});const e=(n,t)=>`\n ${o(n)}\n ${l(n)}\n ${r(n)}\n ${a(n)}\n ${p(n,t)}\n\n ${n}::before {\n\t\theight: unset;\n\t}\n\n ${n} > input {\n\t\t-webkit-mask-image: none;\n\t\tmin-height: 0;\n\t}\n\n ${n}::part(input-field)::after {\n\t\topacity: 0 !important;\n }\n`,o=n=>`\n ${n} {\n margin: 0;\n padding: 0;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n }\n`,a=n=>`\n ${n}::part(input-field) {\n overflow: hidden;\n padding: 0;\n box-shadow: none;\n }\n`,l=n=>`\n ${n} > label,\n ${n}::part(label),\n ${n}::part(required-indicator) {\n cursor: pointer;\n }\n`,r=(n,t="input")=>`\n ${n}[disabled] > ${t}:placeholder-shown,\n\t${n}[readonly] > ${t}:placeholder-shown {\n\t\topacity: 1;\n\t} \n`,p=(n,t)=>`\n ${n} input:-webkit-autofill,\n ${n} input:-webkit-autofill::first-line,\n ${n} input:-webkit-autofill:hover,\n ${n} input:-webkit-autofill:active,\n ${n} input:-webkit-autofill:focus {\n -webkit-text-fill-color: var(${t.inputValueTextColor});\n box-shadow: 0 0 0 var(${t.inputHeight}) var(${t.inputBackgroundColor}) inset;\n } \n`,u=()=>"\n :host {\n --vaadin-field-default-width: auto;\n box-sizing: border-box;\n }\n",d=n=>`\n ${n}::part(input-field)::after {\n opacity: 0;\n }\n`}}]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.118",
3
+ "version": "1.0.119",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -66,6 +66,7 @@ export const resetInputAutoFill = (name, cssVarList) => `
66
66
  export const resetInputFieldDefaultWidth = () => `
67
67
  :host {
68
68
  --vaadin-field-default-width: auto;
69
+ box-sizing: border-box;
69
70
  }
70
71
  `;
71
72