@descope/web-components-ui 1.0.90 → 1.0.92

Sign up to get free protection for your applications and to get access to all the features.
package/dist/umd/387.js CHANGED
@@ -1 +1 @@
1
- "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[387],{3387:(e,r,t)=>{t.d(r,{Z:()=>w,f:()=>n});var o=t(4988),p=t(2061);const n=(0,t(4567).iY)("password-field");let a="";const{host:i,inputWrapper:l,inputElement:d,inputElementPlaceholder:s,revealButton:c,label:u,requiredIndicator:h}={host:()=>":host",inputWrapper:{selector:"::part(input-field)"},inputElement:{selector:"> input"},inputElementPlaceholder:{selector:"> input:placeholder-shown"},revealButton:{selector:"vaadin-password-field-button"},label:{selector:"> label"},requiredIndicator:{selector:"::part(required-indicator)::after"}},f=(0,p.qC)((0,o.yk)({mappings:{wrapperBorderStyle:{...l,property:"border-style"},wrapperBorderWidth:{...l,property:"border-width"},wrapperBorderColor:{...l,property:"border-color"},wrapperBorderRadius:{...l,property:"border-radius"},labelTextColor:[{...u,property:"color"},{...h,property:"color"}],inputTextColor:[{...d,property:"color"}],placeholderTextColor:{...s,property:"color"},fontSize:[{},i],height:l,padding:l,pointerCursor:[{...c,property:"cursor"},{...u,property:"cursor"},{...h,property:"cursor"}]}}),o.e4,o.dj,o.Ae)((0,o.DM)({slots:["suffix"],wrappedEleName:"vaadin-password-field",style:()=>a,excludeAttrsSync:["tabindex"],componentName:n}));a="\n\t:host {\n\t\tdisplay: inline-block;\n\t}\n\tvaadin-password-field {\n\t\twidth: 100%;\n\t\tpadding: 0;\n\t}\n\tvaadin-password-field > input {\n\t\tmin-height: 0;\n\t}\n\tvaadin-password-field::part(input-field) {\n\t\tbackground: transparent;\n\t}\n\tvaadin-password-field::part(input-field)::after {\n\t\topacity: 0;\n\t}\t\n\tvaadin-password-field::before {\n\t\theight: initial;\n\t}\n";const w=f}}]);
1
+ "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[387],{3387:(t,e,r)=>{r.d(e,{Z:()=>h,f:()=>n});var o=r(4988),p=r(2061);const n=(0,r(4567).iY)("password-field"),{host:a,inputWrapper:l,inputElement:i,inputElementPlaceholder:d,revealButton:s,revealButtonIcon:c,label:u,requiredIndicator:f}={host:()=>":host",inputWrapper:{selector:"::part(input-field)"},inputElement:{selector:"> input"},inputElementPlaceholder:{selector:"> input:placeholder-shown"},revealButton:{selector:"vaadin-password-field-button"},revealButtonIcon:{selector:()=>"::part(reveal-button)::before"},label:{selector:"> label"},requiredIndicator:{selector:"::part(required-indicator)::after"}},h=(0,p.qC)((0,o.yk)({mappings:{wrapperBorderStyle:{...l,property:"border-style"},wrapperBorderWidth:{...l,property:"border-width"},wrapperBorderColor:{...l,property:"border-color"},wrapperBorderRadius:{...l,property:"border-radius"},labelTextColor:[{...u,property:"color"},{...f,property:"color"}],inputTextColor:[{...i,property:"color"},{...c,property:"color"}],placeholderTextColor:{...d,property:"color"},fontSize:[{},a],height:l,padding:l,pointerCursor:[{...s,property:"cursor"},{...u,property:"cursor"},{...f,property:"cursor"}]}}),o.e4,o.dj,o.Ae)((0,o.DM)({slots:["suffix"],wrappedEleName:"vaadin-password-field",style:"\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\t\t\tvaadin-password-field {\n\t\t\t\twidth: 100%;\n\t\t\t\tpadding: 0;\n\t\t\t}\n\t\t\tvaadin-password-field > input {\n\t\t\t\tmin-height: 0;\n\t\t\t}\n\t\t\tvaadin-password-field::part(input-field) {\n\t\t\t\tbackground: transparent;\n\t\t\t}\n\t\t\tvaadin-password-field::part(input-field)::after {\n\t\t\t\topacity: 0;\n\t\t\t}\t\n\t\t\tvaadin-password-field::before {\n\t\t\t\theight: initial;\n\t\t\t}\n\t\t",excludeAttrsSync:["tabindex"],componentName:n}))}}]);
@@ -1 +1 @@
1
- "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[662],{3029:(t,n,a)=>{a.r(n),a.d(n,{Button:()=>b}),a(729);var e=a(2061),r=a(4567),i=a(4988);const o=(0,r.iY)("button"),{label:s,host:l}={label:{selector:"::part(label)"},host:{selector:()=>":host"}},c=(0,e.qC)((0,i.yk)({mappings:{backgroundColor:{},borderRadius:{},color:s,borderColor:{},borderStyle:{},borderWidth:{},fontSize:{},height:{},width:l,cursor:{},padding:s,textDecoration:s}}),i.e4,i.Ae)((0,i.DM)({slots:["prefix","label","suffix"],wrappedEleName:"vaadin-button",style:()=>`\n\t:host {\n\t\tdisplay: inline-block;\n\t}\n\tvaadin-button { margin: 0; }\n\tvaadin-button::part(prefix) {\n\t\tmargin-left: 0;\n\t\tmargin-right: 0;\n\t}\n vaadin-button::part(label) { pointer-events: none; } \n\tvaadin-button::part(prefix),\n\tvaadin-button::part(label) {\n\t\tdisplay: flex;\n\t\tjustify-content: center;\n\t\talign-items: center;\n\t\tgap: 5px;\n\t}\n ${d}`,excludeAttrsSync:["tabindex"],componentName:o})),d=`\n\t@keyframes spin {\n\t\t0% { -webkit-transform: rotate(0deg); }\n\t\t100% { -webkit-transform: rotate(360deg); }\n\t}\n\t:host([loading="true"]) ::before {\n\t\t--marginRatio: 1.35;\n\t\tcolor: var(${c.cssVarList.color});\n\t\tanimation: spin 2s linear infinite;\n\t\tposition: absolute;\n\t\ttop: calc(50% - calc((var(${c.cssVarList.height}) / var(--marginRatio)) / 2));\n\t\tleft: calc(50% - calc((var(${c.cssVarList.height}) / var(--marginRatio)) / 2));\n\t\tcontent: '';\n\t\tz-index: 1;\n\t\tbox-sizing: border-box;\n\t\tborder-radius: 50%;\n\t\tborder-bottom-color: transparent;\n\t\tborder-left-color: transparent;\n\t\tborder-width: calc(var(${c.cssVarList.height}) / 12);\n\t\tborder-style: solid;\n\t\twidth: calc(var(${c.cssVarList.height}) / var(--marginRatio));\n\t\theight: calc(var(${c.cssVarList.height}) / var(--marginRatio));\n\t}\n\t:host([loading="true"])::part(prefix),\n\t:host([loading="true"])::part(label) {\n\t\tvisibility: hidden;\n\t}\n\n\tvaadin-button {\n\t\twidth: 100%;\n\t}\n`,b=c;customElements.define(o,b)}}]);
1
+ "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[662],{3029:(t,n,e)=>{e.r(n),e.d(n,{Button:()=>u}),e(729);var r=e(2061),o=e(4567),a=e(4988);const i=(0,o.iY)("button"),{host:d,label:l}={host:{selector:()=>":host"},label:{selector:"::part(label)"}},s=(0,r.qC)((0,a.yk)({mappings:{color:{},textDecoration:l,fontSize:{},cursor:{},backgroundColor:{},borderRadius:{},borderColor:{},borderStyle:{},borderWidth:{},width:d,gap:l,verticalPadding:[{property:"padding-top"},{property:"padding-bottom"}],horizontalPadding:[{property:"padding-left"},{property:"padding-right"}]}}),a.e4,a.Ae)((0,a.DM)({slots:["prefix","label","suffix"],wrappedEleName:"vaadin-button",style:()=>`\n\t\t\t\n\t:host {\n\t\tdisplay: inline-block;\n\t}\n\tvaadin-button {\n\t\tmargin: 0;\n\t\tmin-width: 0;\n\t\twidth: 100%;\n\t\theight: auto;\n\t}\n\tvaadin-button::part(label) {\n\t\tpadding: 0;\n\t}\n\tvaadin-button::part(prefix) {\n\t\tmargin-left: 0;\n\t\tmargin-right: 0;\n\t}\n\n\t\t\t\n\tvaadin-button::part(prefix),\n\tvaadin-button::part(label) {\n\t\tdisplay: flex;\n\t\tjustify-content: center;\n\t\talign-items: center;\n\t}\n\n\t\t\t${c}\n\t\t\tvaadin-button::part(label) { pointer-events: none; }\n\t\t`,excludeAttrsSync:["tabindex"],componentName:i})),{color:p,fontSize:b}=s.cssVarList,c=`\n\t@keyframes spin {\n\t\t0% { -webkit-transform: rotate(0deg); }\n\t\t100% { -webkit-transform: rotate(360deg); }\n\t}\n\t:host([loading="true"]) ::before {\n\t\tanimation: spin 2s linear infinite;\n\t\tposition: absolute;\n\t\tcontent: '';\n\t\tz-index: 1;\n\t\tbox-sizing: border-box;\n\t\tborder-radius: 50%;\n\t\tborder-bottom-color: transparent;\n\t\tborder-left-color: transparent;\n\t\tborder-style: solid;\n\t\tcolor: var(${p});\n\t\ttop: calc(50% - (var(${b}) / 2));\n\t\tleft: calc(50% - (var(${b}) / 2));\n\t\tborder-width: calc(var(${b}) / 10);\n\t\twidth: var(${b});\n\t\theight: var(${b});\n\t}\n\t:host([loading="true"])::part(prefix),\n\t:host([loading="true"])::part(label) {\n\t\tvisibility: hidden;\n\t}\n`,u=s;customElements.define(i,u)}}]);
@@ -1 +1 @@
1
- "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[4],{3352:(t,e,o)=>{o.d(e,{Z:()=>p,f:()=>i});var r=o(2061),n=o(4567),a=o(4988);const i=(0,n.iY)("combo-box"),{host:s,input:d,placeholder:l,toggle:c}={host:{selector:()=>":host"},input:{selector:"::part(input-field)"},placeholder:{selector:"> input:placeholder-shown"},toggle:{selector:"::part(toggle-button)"}},b=(0,r.qC)((0,a.yk)({mappings:{width:s,height:d,padding:d,backgroundColor:d,boxShadow:d,borderColor:d,borderWidth:d,borderStyle:d,borderRadius:d,color:d,fontSize:[{},s],placeholderColor:{...l,property:"color"},toggleCursor:{...c,property:"cursor"},toggleColor:{...c,property:"color"},overlayBackground:{property:()=>b.cssVarList.overlay.backgroundColor},overlayBorder:{property:()=>b.cssVarList.overlay.border}}}),a.e4,(0,a.Iw)({name:"overlay",selector:"",mappings:{backgroundColor:{selector:"vaadin-combo-box-scroller"},cursor:{selector:"vaadin-combo-box-item"}},forward:{include:!1,attributes:["size"]}}),a.dj,a.Ae,(t=>class extends t{constructor(){super()}#t(){const t=this.shadowRoot.querySelector(this.baseSelector),e=Array.from(this.children);e.length&&(e.forEach((t=>{Object.defineProperty(t,"data-name",{value:t.getAttribute("data-name")}),Object.defineProperty(t,"data-id",{value:t.getAttribute("data-id")})})),t.items=e,t.renderer=(t,e,o)=>{t.innerHTML=o.item.outerHTML})}#e(){const t=this.baseElement.shadowRoot.querySelector("vaadin-combo-box-overlay");t._attachOverlay=function(){this.bringToFront()},t._detachOverlay=function(){},t._enterModalState=function(){}}init(){super.init?.(),this.#e(),(0,n.P$)(this,this.#t.bind(this))}}))((0,a.DM)({slots:["prefix"],wrappedEleName:"vaadin-combo-box",style:()=>'\n\t\t:host {\n\t\t\tdisplay: inline-flex;\n\t\t\tbox-sizing: border-box;\n\t\t\t-webkit-mask-image: none;\n\t\t}\n\t\tvaadin-combo-box {\n\t\t\tpadding: 0;\n\t\t}\n\t\tvaadin-combo-box [slot="input"] {\n\t\t\t-webkit-mask-image: none;\n\t\t\tmin-height: 0;\n\t\t}\n\t\tvaadin-combo-box::part(input-field) {\n\t\t\t-webkit-mask-image: none;\n\t\t\tborder-radius: 0;\n\t\t\tpadding: 0;\n\t\t}\n\t\t',excludeAttrsSync:["tabindex","size"],componentName:i,includeForwardProps:["items","renderer"]})),p=b},1294:(t,e,o)=>{o.r(e),o.d(e,{ComboBox:()=>r.Z}),o(9314);var r=o(3352);customElements.define(r.f,r.Z)}}]);
1
+ "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[4],{3352:(e,t,o)=>{o.d(t,{Z:()=>h,f:()=>i});var r=o(2061),n=o(4567),a=o(4988);const i=(0,n.iY)("combo-box"),{host:l,input:s,placeholder:d,toggle:c,label:b}={host:{selector:()=>":host"},input:{selector:"::part(input-field)"},placeholder:{selector:"> input:placeholder-shown"},toggle:{selector:"::part(toggle-button)"},label:{selector:"::part(label)"}},p=(0,r.qC)((0,a.yk)({mappings:{width:l,height:s,padding:s,backgroundColor:s,boxShadow:s,borderColor:s,borderWidth:s,borderStyle:s,borderRadius:s,color:[b,s],fontSize:[{},l],placeholderColor:{...d,property:"color"},toggleCursor:{...c,property:"cursor"},toggleColor:{...c,property:"color"},overlayBackground:{property:()=>p.cssVarList.overlay.backgroundColor},overlayBorder:{property:()=>p.cssVarList.overlay.border}}}),a.e4,(0,a.Iw)({name:"overlay",selector:"",mappings:{backgroundColor:{selector:"vaadin-combo-box-scroller"},cursor:{selector:"vaadin-combo-box-item"}},forward:{include:!1,attributes:["size"]}}),a.dj,a.Ae,(e=>class extends e{constructor(){super()}#e(){const e=this.shadowRoot.querySelector(this.baseSelector),t=Array.from(this.children);t.length&&(t.forEach((e=>{Object.defineProperty(e,"data-name",{value:e.getAttribute("data-name")}),Object.defineProperty(e,"data-id",{value:e.getAttribute("data-id")})})),e.items=t,e.renderer=(e,t,o)=>{e.innerHTML=o.item.outerHTML})}#t(){const e=this.baseElement.shadowRoot.querySelector("vaadin-combo-box-overlay");e._attachOverlay=function(){this.bringToFront()},e._detachOverlay=function(){},e._enterModalState=function(){}}init(){super.init?.(),this.#t(),(0,n.P$)(this,this.#e.bind(this))}}))((0,a.DM)({slots:["prefix"],wrappedEleName:"vaadin-combo-box",style:()=>'\n\t\t:host {\n\t\t\tdisplay: inline-flex;\n\t\t\tbox-sizing: border-box;\n\t\t\t-webkit-mask-image: none;\n\t\t}\n\t\tvaadin-combo-box {\n\t\t\tpadding: 0;\n\t\t}\n\t\tvaadin-combo-box [slot="input"] {\n\t\t\t-webkit-mask-image: none;\n\t\t\tmin-height: 0;\n\t\t}\n\t\tvaadin-combo-box::part(input-field) {\n\t\t\t-webkit-mask-image: none;\n\t\t\tborder-radius: 0;\n\t\t\tpadding: 0;\n\t\t}\n\t\t',excludeAttrsSync:["tabindex","size"],componentName:i,includeForwardProps:["items","renderer"]})),h=p},1294:(e,t,o)=>{o.r(t),o.d(t,{ComboBox:()=>r.Z}),o(9314);var r=o(3352);customElements.define(r.f,r.Z)}}]);
@@ -1 +1 @@
1
- "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[939],{7102:(t,e,n)=>{n.r(e);var i=n(4988),r=n(4447),o=n(7361),d=n(9063),a=n(2061),l=n(4567);const p=(0,l.iY)("passcode"),{borderStyle:s,borderWidth:c,...u}=r.Z,{digitField:g,label:h,requiredIndicator:f,internalWrapper:m,focusedValidDigitField:b}={focusedValidDigitField:{selector:()=>`${d.Z.componentName}[focused="true"]:not([invalid="true"])`},digitField:{selector:()=>d.Z.componentName},label:{selector:"> label"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},internalWrapper:{selector:"descope-passcode-internal .wrapper"}},x=d.Z.cssVarList,y=(0,a.qC)((0,i.yk)({mappings:{...u,borderColor:{...g,property:x.borderColor},outlineColor:{...g,property:x.outlineColor},outlineWidth:[{...g,property:x.outlineWidth},{...m,property:"padding"}],color:[u.color,h,f],padding:{...g,property:x.padding},margin:{...g,property:x.margin},textAlign:{...g,property:x.textAlign},caretColor:{...g,property:x.caretColor},digitsGap:{...m,property:"gap"},focusedValidDigitFieldBorderColor:{...b,property:x.borderColor}}}),i.e4,i.dj,i.Ae,(t=>class extends t{constructor(){super()}get digits(){return Number.parseInt(this.getAttribute("digits"))||6}init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n\t\t\t<${o.f} \n\t\t\t\tbordered="true" \n\t\t\t\tname="code" \n\t\t\t\ttabindex="-1"\n\t\t\t\tslot="input"\n\t\t\t></${o.f}>\n\t\t\t`,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(o.f),(0,l.oP)(this,this.inputElement,{includeAttrs:["digits","size"]})}}))((0,i.DM)({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n :host {\n --vaadin-field-default-width: auto;\n\t\t\tdisplay: inline-block;\n }\n\n descope-passcode-internal {\n -webkit-mask-image: none;\n padding: 0;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tmin-height: initial;\n }\n\n\t\tdescope-passcode-internal .wrapper {\n\t\t\tbox-sizing: border-box;\n\t\t\tmin-height: initial;\n\t\t\theight: 100%;\n }\n\n\t\tdescope-passcode-internal descope-text-field {\n\t\t\twidth: var(${x.height})\t\t\t\n\t\t}\n\n vaadin-text-field::part(input-field) {\n background-color: transparent;\n padding: 0;\n\t\t\toverflow: hidden;\n\t\t\t-webkit-mask-image: none;\n }\n\n\t\tvaadin-text-field {\n\t\t\tmargin: 0;\n\t\t\tpadding: 0;\n\t\t\twidth: 100%\n\t\t}\n\n\t\tvaadin-text-field::before {\n\t\t\theight: initial;\n\t\t}\n\n\t\tvaadin-text-field[readonly] > input:placeholder-shown {\n\t\t\topacity: 1;\n\t\t}\n\t\n\t\tvaadin-text-field::part(input-field):focus {\n\t\t\tcursor: text;\n\t\t}\n\n\t\tvaadin-text-field[required]::part(required-indicator)::after {\n\t\t\tfont-size: "12px";\n\t\t\tcontent: "*";\n\t\t}\n\t\tvaadin-text-field[readonly]::part(input-field)::after {\n\t\t\tborder: 0 solid;\n\t\t}\n `,excludeAttrsSync:["tabindex"],componentName:p}));n(9357),n(4775),customElements.define(p,y)}}]);
1
+ "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[939],{7102:(t,e,n)=>{n.r(e);var i=n(4988),r=n(4447),o=n(7361),d=n(9063),a=n(2061),l=n(4567);const p=(0,l.iY)("passcode"),{borderStyle:s,borderWidth:c,...u}=r.Z,{digitField:g,label:h,requiredIndicator:f,internalWrapper:m,focusedValidDigitField:b}={focusedValidDigitField:{selector:()=>`${d.Z.componentName}[focused="true"]:not([invalid="true"])`},digitField:{selector:()=>d.Z.componentName},label:{selector:"> label"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},internalWrapper:{selector:"descope-passcode-internal .wrapper"}},y=d.Z.cssVarList,x=(0,a.qC)((0,i.yk)({mappings:{...u,borderColor:{...g,property:y.borderColor},outlineColor:{...g,property:y.outlineColor},outlineWidth:[{...g,property:y.outlineWidth},{...m,property:"padding"}],color:[u.color,h,f],padding:{...g,property:y.padding},margin:{...g,property:y.margin},textAlign:{...g,property:y.textAlign},caretColor:{...g,property:y.caretColor},digitsGap:{...m,property:"gap"},focusedValidDigitFieldBorderColor:{...b,property:y.borderColor}}}),i.e4,i.dj,i.Ae,(t=>class extends t{constructor(){super()}get digits(){return Number.parseInt(this.getAttribute("digits"))||6}init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n\t\t\t<${o.f} \n\t\t\t\tbordered="true" \n\t\t\t\tname="code" \n\t\t\t\ttabindex="-1"\n\t\t\t\tslot="input"\n\t\t\t></${o.f}>\n\t\t\t`,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(o.f),(0,l.oP)(this,this.inputElement,{includeAttrs:["digits","size"]})}}))((0,i.DM)({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n :host {\n --vaadin-field-default-width: auto;\n\t\t\tdisplay: inline-block;\n }\n\n descope-passcode-internal {\n\t\t-webkit-mask-image: none;\n\t\tpadding: 0;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tmin-height: initial;\n }\n\n\tdescope-passcode-internal .wrapper {\n\t\tbox-sizing: border-box;\n\t\tmin-height: initial;\n\t\theight: 100%;\n\t\tjustify-content: center;\n }\n\n\tdescope-passcode-internal descope-text-field {\n\t\twidth: var(${y.height})\t\t\t\n\t}\n\n vaadin-text-field::part(input-field) {\n\t\tbackground-color: transparent;\n\t\tpadding: 0;\n\t\toverflow: hidden;\n\t\t-webkit-mask-image: none;\n }\n\n\tvaadin-text-field {\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t\twidth: 100%\n\t}\n\n\tvaadin-text-field::before {\n\t\theight: initial;\n\t}\n\n\tvaadin-text-field[readonly] > input:placeholder-shown {\n\t\topacity: 1;\n\t}\n\n\tvaadin-text-field::part(input-field):focus {\n\t\tcursor: text;\n\t}\n\n\tvaadin-text-field[required]::part(required-indicator)::after {\n\t\tfont-size: "12px";\n\t\tcontent: "*";\n\t}\n\tvaadin-text-field[readonly]::part(input-field)::after {\n\t\tborder: 0 solid;\n\t}\n `,excludeAttrsSync:["tabindex"],componentName:p}));n(9357),n(4775),customElements.define(p,x)}}]);
@@ -1 +1 @@
1
- "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[414],{4840:(t,e,n)=>{n.r(e),n.d(e,{PhoneField:()=>g}),n(4772),n(1294),n(9357);var r=n(9859),o=n(4567),d=n(2061),i=n(4988),p=n(9063),l=n(3352);const a=p.Z.cssVarList,s=l.Z.cssVarList,h=(0,o.iY)("phone-field"),{host:c,inputWrapper:u,countryCodeInput:y,phoneInput:f,label:b,requiredIndicator:m,separator:w}={host:{selector:()=>":host"},inputWrapper:{selector:"::part(input-field)"},phoneInput:{selector:()=>"descope-text-field"},countryCodeInput:{selector:()=>"descope-combo-box"},label:{selector:"> label"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},separator:{selector:"descope-phone-field-internal .separator"}},g=(0,d.qC)((0,i.yk)({mappings:{componentWidth:{...c,property:"width"},wrapperBorderStyle:[{...u,property:"border-style"},{...w,property:"border-left-style"}],wrapperBorderWidth:[{...u,property:"border-width"},{...w,property:"border-left-width"}],wrapperBorderColor:[{...u,property:"border-color"},{...w,property:"border-left-color"}],wrapperBorderRadius:{...u,property:"border-radius"},inputHeight:{...u,property:"height"},countryCodeInputWidth:{...y,property:s.width},countryCodeDropdownWidth:{...y,property:"--vaadin-combo-box-overlay-width"},phoneInputWidth:{...f,property:"width"},color:[b,m,{...f,property:a.color},{...y,property:s.color}],placeholderColor:{...f,property:a.placeholderColor},overlayItemBackgroundColor:{selector:"descope-combo-box",property:s.overlayItemBackgroundColor}}}),i.e4,i.dj,(t=>class extends t{constructor(){super()}init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n\t\t\t\t<${r.f} \n\t\t\t\t\ttabindex="-1"\n\t\t\t\t\tslot="input"\n\t\t\t\t></${r.f}>\n \t\t`,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(r.f),(0,o.oP)(this.shadowRoot.host,this.inputElement,{includeAttrs:["size","bordered","invalid","minlength","maxlength","default-code","country-input-placeholder","phone-input-placeholder"]})}}))((0,i.DM)({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t\t:host {\n\t\t\t\t--vaadin-field-default-width: auto;\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\t\t\tdiv {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t}\n\t\t\tvaadin-text-field {\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t}\n\t\t\tvaadin-text-field::part(input-field) {\n\t\t\t\tpadding: 0;\n\t\t\t\tmin-height: 0;\n\t\t\t\tbackground: transparent;\n\t\t\t\toverflow: hidden;\n\t\t\t}\n\t\t\tdescope-phone-field-internal {\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t\tpadding: 0;\n\t\t\t\tmin-height: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\t\n\t\t\t}\n\t\t\tdescope-phone-field-internal > div {\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t}\n\t\t\tdescope-phone-field-internal .separator {\n\t\t\t\tflex: 0;\n\t\t\t\tborder: none;\n\t\t\t}\n\t\t\tdescope-combo-box {\n\t\t\t\tflex-shrink: 0;\n\t\t\t\theight: 100%;\n\t\t\t\t${s.borderWidth}: 0;\n\t\t\t}\n\t\t\tdescope-text-field {\n\t\t\t\tflex-grow: 1;\n\t\t\t\tmin-height: 0;\n\t\t\t\theight: 100%;\n\t\t\t\t${a.borderWidth}: 0;\n\t\t\t\t${a.borderRadius}: 0;\n\t\t\t}\n\t\t\tvaadin-text-field[required]::part(required-indicator)::after {\n\t\t\t\tcontent: "*";\n\t\t\t}\n\t\t\tvaadin-text-field[readonly] > input:placeholder-shown {\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:h}));customElements.define(h,g)}}]);
1
+ "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[414],{4840:(t,e,r)=>{r.r(e),r.d(e,{PhoneField:()=>g}),r(4772),r(1294),r(9357);var n=r(9859),o=r(4567),d=r(2061),i=r(4988),p=r(9063),l=r(3352);const a=p.Z.cssVarList,s=l.Z.cssVarList,h=(0,o.iY)("phone-field"),{host:c,inputWrapper:u,countryCodeInput:y,phoneInput:f,label:b,requiredIndicator:m,separator:w}={host:{selector:()=>":host"},inputWrapper:{selector:"::part(input-field)"},phoneInput:{selector:()=>"descope-text-field"},countryCodeInput:{selector:()=>"descope-combo-box"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},separator:{selector:"descope-phone-field-internal .separator"}},g=(0,d.qC)((0,i.yk)({mappings:{componentWidth:{...c,property:"width"},wrapperBorderStyle:[{...u,property:"border-style"},{...w,property:"border-left-style"}],wrapperBorderWidth:[{...u,property:"border-width"},{...w,property:"border-left-width"}],wrapperBorderColor:[{...u,property:"border-color"},{...w,property:"border-left-color"}],wrapperBorderRadius:{...u,property:"border-radius"},inputHeight:{...u,property:"height"},countryCodeInputWidth:{...y,property:s.width},countryCodeDropdownWidth:{...y,property:"--vaadin-combo-box-overlay-width"},phoneInputWidth:{...f,property:"width"},color:[b,m,{...f,property:a.color},{...y,property:s.color}],placeholderColor:{...f,property:a.placeholderColor},overlayItemBackgroundColor:{selector:"descope-combo-box",property:s.overlayItemBackgroundColor}}}),i.e4,i.dj,(t=>class extends t{constructor(){super()}init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n\t\t\t\t<${n.f} \n\t\t\t\t\ttabindex="-1"\n\t\t\t\t\tslot="input"\n\t\t\t\t></${n.f}>\n \t\t`,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(n.f),(0,o.oP)(this.shadowRoot.host,this.inputElement,{includeAttrs:["size","bordered","invalid","minlength","maxlength","default-code","country-input-placeholder","phone-input-placeholder"]})}}))((0,i.DM)({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t\t:host {\n\t\t\t\t--vaadin-field-default-width: auto;\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\t\t\tdiv {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t}\n\t\t\tvaadin-text-field {\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t}\n\t\t\tvaadin-text-field::part(input-field) {\n\t\t\t\tpadding: 0;\n\t\t\t\tmin-height: 0;\n\t\t\t\tbackground: transparent;\n\t\t\t\toverflow: hidden;\n\t\t\t}\n\t\t\tdescope-phone-field-internal {\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t\tpadding: 0;\n\t\t\t\tmin-height: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\t\n\t\t\t}\n\t\t\tdescope-phone-field-internal > div {\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t}\n\t\t\tdescope-phone-field-internal .separator {\n\t\t\t\tflex: 0;\n\t\t\t\tborder: none;\n\t\t\t}\n\t\t\tdescope-combo-box {\n\t\t\t\tflex-shrink: 0;\n\t\t\t\theight: 100%;\n\t\t\t\t${s.borderWidth}: 0;\n\t\t\t}\n\t\t\tdescope-text-field {\n\t\t\t\tflex-grow: 1;\n\t\t\t\tmin-height: 0;\n\t\t\t\theight: 100%;\n\t\t\t\t${a.borderWidth}: 0;\n\t\t\t\t${a.borderRadius}: 0;\n\t\t\t}\n\t\t\tvaadin-text-field[required]::part(required-indicator)::after {\n\t\t\t\tcontent: "*";\n\t\t\t}\n\t\t\tvaadin-text-field[readonly] > input:placeholder-shown {\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:h}));customElements.define(h,g)}}]);
@@ -1 +1 @@
1
- "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[934],{9063:(t,e,n)=>{n.d(e,{Z:()=>f,f:()=>l});var i=n(4988),a=n(4447),d=n(2061);const l=(0,n(4567).iY)("text-field");let r="";const s=["type"],o=(0,d.qC)((0,i.yk)({mappings:a.Z}),i.e4,i.dj,i.Ae,(t=>class extends t{static get observedAttributes(){return s.concat(t.observedAttributes||[])}attributeChangedCallback(t,e,n){super.attributeChangeCallback?.(t,e,n),"type"===t&&this.baseElement._setType(n)}}))((0,i.DM)({slots:["prefix","suffix"],wrappedEleName:"vaadin-text-field",style:()=>r,excludeAttrsSync:["tabindex"],componentName:l}));r=`\n\t:host {\n\t\tdisplay: inline-block;\n\t\t--vaadin-field-default-width: auto;\n\t}\n\tvaadin-text-field {\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t}\n\n\tvaadin-text-field::part(input-field) {\n\t\toverflow: hidden;\n\t\tpadding: 0;\n\t}\n\tvaadin-text-field[readonly] > input:placeholder-shown {\n\t\topacity: 1;\n\t}\n\tvaadin-text-field input:-webkit-autofill,\n\tvaadin-text-field input:-webkit-autofill::first-line,\n\tvaadin-text-field input:-webkit-autofill:hover,\n\tvaadin-text-field input:-webkit-autofill:active,\n\tvaadin-text-field input:-webkit-autofill:focus {\n\t\t-webkit-text-fill-color: var(${o.cssVarList.color});\n\t\tbox-shadow: 0 0 0 var(${o.cssVarList.height}) var(${o.cssVarList.backgroundColor}) inset;\n\t}\n\n\tvaadin-text-field input {\n\t\t-webkit-mask-image: none;\n\t}\n\n\tvaadin-text-field > label,\n\tvaadin-text-field::part(input-field) {\n\t\tcolor: var(${o.cssVarList.color});\n\t}\n\tvaadin-text-field::part(input-field):focus {\n\t\tcursor: text;\n\t}\n\tvaadin-text-field[required]::part(required-indicator)::after {\n\t\tfont-size: "12px";\n\t\tcontent: "*";\n\t\tcolor: var(${o.cssVarList.color});\n\t}\n\tvaadin-text-field[readonly]::part(input-field)::after {\n\t\tborder: 0 solid;\n\t}\n\n\tvaadin-text-field::before {\n\t\theight: unset;\n\t}\n`;const f=o},9357:(t,e,n)=>{n.r(e),n.d(e,{TextField:()=>i.Z}),n(9789);var i=n(9063);customElements.define(i.f,i.Z)}}]);
1
+ "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[934],{9063:(t,e,n)=>{n.d(e,{Z:()=>f,f:()=>l});var i=n(4988),a=n(4447),d=n(2061);const l=(0,n(4567).iY)("text-field");let s="";const r=["type"],o=(0,d.qC)((0,i.yk)({mappings:a.Z}),i.e4,i.dj,i.Ae,(t=>class extends t{static get observedAttributes(){return r.concat(t.observedAttributes||[])}attributeChangedCallback(t,e,n){super.attributeChangeCallback?.(t,e,n),"type"===t&&this.baseElement._setType(n)}}))((0,i.DM)({slots:["prefix","suffix"],wrappedEleName:"vaadin-text-field",style:()=>s,excludeAttrsSync:["tabindex"],componentName:l}));s=`\n\t:host {\n\t\tdisplay: inline-block;\n\t\t--vaadin-field-default-width: auto;\n\t}\n\tvaadin-text-field {\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t}\n\n\tvaadin-text-field::part(input-field) {\n\t\toverflow: hidden;\n\t\tpadding: 0;\n\t}\n\tvaadin-text-field[disabled] > input:placeholder-shown,\n\tvaadin-text-field[readonly] > input:placeholder-shown {\n\t\topacity: 1;\n\t}\n\tvaadin-text-field input:-webkit-autofill,\n\tvaadin-text-field input:-webkit-autofill::first-line,\n\tvaadin-text-field input:-webkit-autofill:hover,\n\tvaadin-text-field input:-webkit-autofill:active,\n\tvaadin-text-field input:-webkit-autofill:focus {\n\t\t-webkit-text-fill-color: var(${o.cssVarList.color});\n\t\tbox-shadow: 0 0 0 var(${o.cssVarList.height}) var(${o.cssVarList.backgroundColor}) inset;\n\t}\n\n\tvaadin-text-field input {\n\t\t-webkit-mask-image: none;\n\t}\n\n\tvaadin-text-field > label,\n\tvaadin-text-field::part(input-field) {\n\t\tcolor: var(${o.cssVarList.color});\n\t}\n\tvaadin-text-field::part(input-field):focus {\n\t\tcursor: text;\n\t}\n\tvaadin-text-field[required]::part(required-indicator)::after {\n\t\tfont-size: "12px";\n\t\tcontent: "*";\n\t\tcolor: var(${o.cssVarList.color});\n\t}\n\tvaadin-text-field[readonly]::part(input-field)::after {\n\t\tborder: 0 solid;\n\t}\n\n\tvaadin-text-field::before {\n\t\theight: unset;\n\t}\n`;const f=o},9357:(t,e,n)=>{n.r(e),n.d(e,{TextField:()=>i.Z}),n(9789);var i=n(9063);customElements.define(i.f,i.Z)}}]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.90",
3
+ "version": "1.0.92",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -9,49 +9,63 @@ import {
9
9
 
10
10
  export const componentName = getComponentName('button');
11
11
 
12
- const editorOverrides = `vaadin-button::part(label) { pointer-events: none; }`;
13
12
  const resetStyles = `
14
13
  :host {
15
14
  display: inline-block;
16
15
  }
17
- vaadin-button { margin: 0; }
16
+ vaadin-button {
17
+ margin: 0;
18
+ min-width: 0;
19
+ width: 100%;
20
+ height: auto;
21
+ }
22
+ vaadin-button::part(label) {
23
+ padding: 0;
24
+ }
18
25
  vaadin-button::part(prefix) {
19
26
  margin-left: 0;
20
27
  margin-right: 0;
21
28
  }
22
29
  `;
30
+
23
31
  const iconStyles = `
24
32
  vaadin-button::part(prefix),
25
33
  vaadin-button::part(label) {
26
34
  display: flex;
27
35
  justify-content: center;
28
36
  align-items: center;
29
- gap: 5px;
30
37
  }
31
38
  `;
32
39
 
33
- let overrides = ``;
40
+ const editorOverrides = `vaadin-button::part(label) { pointer-events: none; }`;
34
41
 
35
- const { label, host } = {
42
+ const { host, label } = {
43
+ host: { selector: () => ':host' },
36
44
  label: { selector: '::part(label)' },
37
- host: { selector: () => ':host' }
38
45
  };
39
46
 
40
47
  const Button = compose(
41
48
  createStyleMixin({
42
49
  mappings: {
50
+ color: {},
51
+ textDecoration: label,
52
+ fontSize: {},
53
+ cursor: {},
43
54
  backgroundColor: {},
44
55
  borderRadius: {},
45
- color: label,
46
56
  borderColor: {},
47
57
  borderStyle: {},
48
58
  borderWidth: {},
49
- fontSize: {},
50
- height: {},
51
59
  width: host,
52
- cursor: {},
53
- padding: label,
54
- textDecoration: label
60
+ gap: label,
61
+ verticalPadding: [
62
+ { property: 'padding-top' },
63
+ { property: 'padding-bottom' },
64
+ ],
65
+ horizontalPadding: [
66
+ { property: 'padding-left' },
67
+ { property: 'padding-right' },
68
+ ]
55
69
  }
56
70
  }),
57
71
  draggableMixin,
@@ -60,44 +74,44 @@ const Button = compose(
60
74
  createProxy({
61
75
  slots: ['prefix', 'label', 'suffix'],
62
76
  wrappedEleName: 'vaadin-button',
63
- style: () =>
64
- `${resetStyles} ${editorOverrides} ${iconStyles} ${loadingIndicatorStyles}`,
77
+ style: () => `
78
+ ${resetStyles}
79
+ ${iconStyles}
80
+ ${loadingIndicatorStyles}
81
+ ${editorOverrides}
82
+ `,
65
83
  excludeAttrsSync: ['tabindex'],
66
84
  componentName
67
85
  })
68
86
  );
69
87
 
88
+ const { color, fontSize } = Button.cssVarList;
70
89
  const loadingIndicatorStyles = `
71
90
  @keyframes spin {
72
91
  0% { -webkit-transform: rotate(0deg); }
73
92
  100% { -webkit-transform: rotate(360deg); }
74
93
  }
75
94
  :host([loading="true"]) ::before {
76
- --marginRatio: 1.35;
77
- color: var(${Button.cssVarList.color});
78
95
  animation: spin 2s linear infinite;
79
96
  position: absolute;
80
- top: calc(50% - calc((var(${Button.cssVarList.height}) / var(--marginRatio)) / 2));
81
- left: calc(50% - calc((var(${Button.cssVarList.height}) / var(--marginRatio)) / 2));
82
97
  content: '';
83
98
  z-index: 1;
84
99
  box-sizing: border-box;
85
100
  border-radius: 50%;
86
101
  border-bottom-color: transparent;
87
102
  border-left-color: transparent;
88
- border-width: calc(var(${Button.cssVarList.height}) / 12);
89
103
  border-style: solid;
90
- width: calc(var(${Button.cssVarList.height}) / var(--marginRatio));
91
- height: calc(var(${Button.cssVarList.height}) / var(--marginRatio));
104
+ color: var(${color});
105
+ top: calc(50% - (var(${fontSize}) / 2));
106
+ left: calc(50% - (var(${fontSize}) / 2));
107
+ border-width: calc(var(${fontSize}) / 10);
108
+ width: var(${fontSize});
109
+ height: var(${fontSize});
92
110
  }
93
111
  :host([loading="true"])::part(prefix),
94
112
  :host([loading="true"])::part(label) {
95
113
  visibility: hidden;
96
114
  }
97
-
98
- vaadin-button {
99
- width: 100%;
100
- }
101
115
  `;
102
116
 
103
117
  export default Button;
@@ -62,11 +62,12 @@ const ComboBoxMixin = (superclass) => class ComboBoxMixinClass extends superclas
62
62
  }
63
63
  }
64
64
 
65
- const { host, input, placeholder, toggle } = {
65
+ const { host, input, placeholder, toggle, label } = {
66
66
  host: { selector: () => ':host' },
67
67
  input: { selector: '::part(input-field)' },
68
68
  placeholder: { selector: '> input:placeholder-shown' },
69
- toggle: { selector: '::part(toggle-button)' }
69
+ toggle: { selector: '::part(toggle-button)' },
70
+ label: { selector: '::part(label)' }
70
71
  }
71
72
 
72
73
  // const { slotted, selected } = {
@@ -89,7 +90,7 @@ const ComboBox = compose(
89
90
  borderStyle: input,
90
91
  borderRadius: input,
91
92
 
92
- color: input,
93
+ color: [label, input],
93
94
 
94
95
  // we apply font-size also on the host so we can set its width with em
95
96
  fontSize: [{}, host],
@@ -93,55 +93,56 @@ const Passcode = compose(
93
93
  }
94
94
 
95
95
  descope-passcode-internal {
96
- -webkit-mask-image: none;
97
- padding: 0;
98
- width: 100%;
99
- height: 100%;
100
- min-height: initial;
96
+ -webkit-mask-image: none;
97
+ padding: 0;
98
+ width: 100%;
99
+ height: 100%;
100
+ min-height: initial;
101
101
  }
102
102
 
103
- descope-passcode-internal .wrapper {
104
- box-sizing: border-box;
105
- min-height: initial;
106
- height: 100%;
103
+ descope-passcode-internal .wrapper {
104
+ box-sizing: border-box;
105
+ min-height: initial;
106
+ height: 100%;
107
+ justify-content: center;
107
108
  }
108
109
 
109
- descope-passcode-internal descope-text-field {
110
- width: var(${textVars.height})
111
- }
110
+ descope-passcode-internal descope-text-field {
111
+ width: var(${textVars.height})
112
+ }
112
113
 
113
114
  vaadin-text-field::part(input-field) {
114
- background-color: transparent;
115
- padding: 0;
116
- overflow: hidden;
117
- -webkit-mask-image: none;
115
+ background-color: transparent;
116
+ padding: 0;
117
+ overflow: hidden;
118
+ -webkit-mask-image: none;
118
119
  }
119
120
 
120
- vaadin-text-field {
121
- margin: 0;
122
- padding: 0;
123
- width: 100%
124
- }
125
-
126
- vaadin-text-field::before {
127
- height: initial;
128
- }
129
-
130
- vaadin-text-field[readonly] > input:placeholder-shown {
131
- opacity: 1;
132
- }
133
-
134
- vaadin-text-field::part(input-field):focus {
135
- cursor: text;
136
- }
137
-
138
- vaadin-text-field[required]::part(required-indicator)::after {
139
- font-size: "12px";
140
- content: "*";
141
- }
142
- vaadin-text-field[readonly]::part(input-field)::after {
143
- border: 0 solid;
144
- }
121
+ vaadin-text-field {
122
+ margin: 0;
123
+ padding: 0;
124
+ width: 100%
125
+ }
126
+
127
+ vaadin-text-field::before {
128
+ height: initial;
129
+ }
130
+
131
+ vaadin-text-field[readonly] > input:placeholder-shown {
132
+ opacity: 1;
133
+ }
134
+
135
+ vaadin-text-field::part(input-field):focus {
136
+ cursor: text;
137
+ }
138
+
139
+ vaadin-text-field[required]::part(required-indicator)::after {
140
+ font-size: "12px";
141
+ content: "*";
142
+ }
143
+ vaadin-text-field[readonly]::part(input-field)::after {
144
+ border: 0 solid;
145
+ }
145
146
  `,
146
147
  excludeAttrsSync: ['tabindex'],
147
148
  componentName
@@ -10,14 +10,22 @@ import { getComponentName } from '../../helpers/componentHelpers';
10
10
 
11
11
  export const componentName = getComponentName('password-field');
12
12
 
13
- let overrides = ``;
14
-
15
- const { host, inputWrapper, inputElement, inputElementPlaceholder, revealButton, label, requiredIndicator } = {
13
+ const {
14
+ host,
15
+ inputWrapper,
16
+ inputElement,
17
+ inputElementPlaceholder,
18
+ revealButton,
19
+ revealButtonIcon,
20
+ label,
21
+ requiredIndicator
22
+ } = {
16
23
  host: () => ':host',
17
24
  inputWrapper: { selector: '::part(input-field)' },
18
25
  inputElement: { selector: '> input' },
19
26
  inputElementPlaceholder: { selector: '> input:placeholder-shown' },
20
27
  revealButton: { selector: 'vaadin-password-field-button' },
28
+ revealButtonIcon: { selector: () => '::part(reveal-button)::before' },
21
29
  label: { selector: '> label' },
22
30
  requiredIndicator: { selector: '::part(required-indicator)::after' },
23
31
  }
@@ -33,7 +41,10 @@ const PasswordField = compose(
33
41
  { ...label, property: 'color' },
34
42
  { ...requiredIndicator, property: 'color' }
35
43
  ],
36
- inputTextColor: [{ ...inputElement, property: 'color' }],
44
+ inputTextColor: [
45
+ { ...inputElement, property: 'color' },
46
+ { ...revealButtonIcon, property: 'color' }
47
+ ],
37
48
  placeholderTextColor: { ...inputElementPlaceholder, property: 'color' },
38
49
  fontSize: [{}, host],
39
50
  height: inputWrapper,
@@ -52,32 +63,30 @@ const PasswordField = compose(
52
63
  createProxy({
53
64
  slots: ['suffix'],
54
65
  wrappedEleName: 'vaadin-password-field',
55
- style: () => overrides,
66
+ style: `
67
+ :host {
68
+ display: inline-block;
69
+ }
70
+ vaadin-password-field {
71
+ width: 100%;
72
+ padding: 0;
73
+ }
74
+ vaadin-password-field > input {
75
+ min-height: 0;
76
+ }
77
+ vaadin-password-field::part(input-field) {
78
+ background: transparent;
79
+ }
80
+ vaadin-password-field::part(input-field)::after {
81
+ opacity: 0;
82
+ }
83
+ vaadin-password-field::before {
84
+ height: initial;
85
+ }
86
+ `,
56
87
  excludeAttrsSync: ['tabindex'],
57
88
  componentName
58
89
  })
59
90
  );
60
91
 
61
- overrides = `
62
- :host {
63
- display: inline-block;
64
- }
65
- vaadin-password-field {
66
- width: 100%;
67
- padding: 0;
68
- }
69
- vaadin-password-field > input {
70
- min-height: 0;
71
- }
72
- vaadin-password-field::part(input-field) {
73
- background: transparent;
74
- }
75
- vaadin-password-field::part(input-field)::after {
76
- opacity: 0;
77
- }
78
- vaadin-password-field::before {
79
- height: initial;
80
- }
81
- `;
82
-
83
92
  export default PasswordField;
@@ -65,7 +65,7 @@ const {
65
65
  inputWrapper: { selector: '::part(input-field)' },
66
66
  phoneInput: { selector: () => 'descope-text-field' },
67
67
  countryCodeInput: { selector: () => 'descope-combo-box' },
68
- label: { selector: '> label' },
68
+ label: { selector: '::part(label)' },
69
69
  requiredIndicator: { selector: '[required]::part(required-indicator)::after' },
70
70
  separator: { selector: 'descope-phone-field-internal .separator' }
71
71
  };
@@ -99,7 +99,12 @@ const PhoneField = compose(
99
99
 
100
100
  phoneInputWidth: { ...phoneInput, property: 'width' },
101
101
 
102
- color: [label, requiredIndicator, {...phoneInput, property: textVars.color}, {...countryCodeInput, property: comboVars.color}],
102
+ color: [
103
+ label,
104
+ requiredIndicator,
105
+ { ...phoneInput, property: textVars.color },
106
+ { ...countryCodeInput, property: comboVars.color }
107
+ ],
103
108
 
104
109
  placeholderColor: {
105
110
  ...phoneInput,
@@ -69,6 +69,7 @@ overrides = `
69
69
  overflow: hidden;
70
70
  padding: 0;
71
71
  }
72
+ vaadin-text-field[disabled] > input:placeholder-shown,
72
73
  vaadin-text-field[readonly] > input:placeholder-shown {
73
74
  opacity: 1;
74
75
  }
@@ -15,46 +15,37 @@ const mode = {
15
15
 
16
16
  const [helperTheme, helperRefs] = createHelperVars({ mode }, componentName);
17
17
 
18
+ const verticalPaddingRatio = 3;
19
+ const horizontalPaddingRatio = 2;
20
+
18
21
  const button = {
19
22
  ...helperTheme,
20
- [vars.width]: 'fit-content',
21
- size: {
22
- xs: {
23
- [vars.height]: '10px',
24
- [vars.fontSize]: '10px',
25
- [vars.padding]: `0 ${globalRefs.spacing.xs}`
26
- },
27
- sm: {
28
- [vars.height]: '20px',
29
- [vars.fontSize]: '10px',
30
- [vars.padding]: `0 ${globalRefs.spacing.sm}`
31
- },
32
- md: {
33
- [vars.height]: '30px',
34
- [vars.fontSize]: '14px',
35
- [vars.padding]: `0 ${globalRefs.spacing.md}`
36
- },
37
- lg: {
38
- [vars.height]: '40px',
39
- [vars.fontSize]: '20px',
40
- [vars.padding]: `0 ${globalRefs.spacing.lg}`
41
- },
42
- xl: {
43
- [vars.height]: '50px',
44
- [vars.fontSize]: '25px',
45
- [vars.padding]: `0 ${globalRefs.spacing.xl}`
46
- }
47
- },
48
23
 
49
- [vars.borderRadius]: globalRefs.radius.lg,
50
24
  [vars.cursor]: 'pointer',
25
+
26
+ [vars.borderRadius]: globalRefs.radius.sm,
51
27
  [vars.borderWidth]: '2px',
52
28
  [vars.borderStyle]: 'solid',
53
29
  [vars.borderColor]: 'transparent',
54
30
 
31
+ [vars.gap]: '0.25em',
32
+ [vars.height]: '100%',
33
+
34
+ [vars.verticalPadding]: `calc(var(${vars.fontSize}) / ${verticalPaddingRatio})`,
35
+ [vars.horizontalPadding]: `calc(var(${vars.fontSize}) / ${horizontalPaddingRatio})`,
36
+
37
+ size: {
38
+ xs: { [vars.fontSize]: '12px' },
39
+ sm: { [vars.fontSize]: '14px' },
40
+ md: { [vars.fontSize]: '18px' },
41
+ lg: { [vars.fontSize]: '22px' },
42
+ xl: { [vars.fontSize]: '26px' }
43
+ },
44
+
55
45
  _fullWidth: {
56
46
  [vars.width]: '100%'
57
47
  },
48
+
58
49
  _loading: {
59
50
  [vars.cursor]: 'wait'
60
51
  },
@@ -66,27 +57,30 @@ const button = {
66
57
  _hover: {
67
58
  [vars.backgroundColor]: helperRefs.dark
68
59
  },
69
- _loading: {
70
- [vars.backgroundColor]: helperRefs.main
60
+ _active: {
61
+ [vars.backgroundColor]: helperRefs.dark
71
62
  }
72
63
  },
64
+
73
65
  outline: {
74
66
  [vars.color]: helperRefs.main,
75
- [vars.borderColor]: helperRefs.main,
67
+ [vars.borderColor]: 'currentColor',
76
68
  _hover: {
77
69
  [vars.color]: helperRefs.dark,
78
- [vars.borderColor]: helperRefs.dark,
79
- _error: {
80
- [vars.color]: helperRefs.error
81
- }
70
+ },
71
+ _active: {
72
+ [vars.color]: helperRefs.light,
82
73
  }
83
74
  },
75
+
84
76
  link: {
85
77
  [vars.color]: helperRefs.main,
86
- [vars.lineHeight]: helperRefs.height,
87
78
  _hover: {
88
79
  [vars.color]: helperRefs.main,
89
80
  [vars.textDecoration]: 'underline'
81
+ },
82
+ _active: {
83
+ [vars.color]: helperRefs.dark
90
84
  }
91
85
  }
92
86
  }