@warp-ds/elements 2.2.0-next.23 → 2.2.0-next.24
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.
- package/dist/packages/attention/index.js +7 -7
- package/dist/packages/attention/index.js.map +3 -3
- package/dist/packages/button/index.js +3 -3
- package/dist/packages/button/index.js.map +3 -3
- package/dist/packages/expandable/index.js +1 -1
- package/dist/packages/expandable/index.js.map +2 -2
- package/dist/packages/modal/index.js +2 -2
- package/dist/packages/modal/index.js.map +1 -1
- package/dist/packages/modal/modal-header.js +2 -2
- package/dist/packages/modal/modal-header.js.map +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
|
@@ -2473,7 +2473,7 @@ Please compile your catalog first.
|
|
|
2473
2473
|
${this.animated?w`<w-expand-transition ?show=${this.expanded}> ${this._expandableSlot} </w-expand-transition>`:w`<div class="${_(this,u,Le)}" aria-hidden=${Br(this.expanded?void 0:!0)}>
|
|
2474
2474
|
${this._expandableSlot}
|
|
2475
2475
|
</div>`}
|
|
2476
|
-
</div>`}};u=new WeakSet,_e=function(){return m([c.wrapper,this.box&&c.box,this.bleed&&c.bleed])},ze=function(){return m(this.buttonClass,[c.button,this.box&&c.buttonBox])},Ce=function(){return m([c.chevron,!this.box&&c.chevronNonBox])},Ee=function(){let o=m([c.elementsChevronUpTransform,!this.expanded&&this._showChevronUp&&c.elementsChevronCollapse]),t=m([c.elementsChevronDownTransform,this.expanded&&!this._showChevronUp&&c.elementsChevronExpand]);return this._showChevronUp?w`<w-icon-chevron-up-16 class="${o}"></w-icon-chevron-up-16>`:w`<w-icon-chevron-down-16 class="${t}"></w-icon-chevron-down-16>`},Ye=function(){return m(this.contentClass,[this.box&&Ar.base,this._hasTitle&&this.box&&c.contentWithTitle])},Le=function(){return m([c.expansion,!this.expanded&&c.expansionNotExpanded])},p.styles=[ke,ye,Dr`
|
|
2476
|
+
</div>`}};u=new WeakSet,_e=function(){return m([c.wrapper,this.box&&c.box,this.bleed&&c.bleed])},ze=function(){return m(this.buttonClass,[c.button,this.box&&c.buttonBox])},Ce=function(){return m([c.chevron,!this.box&&c.chevronNonBox])},Ee=function(){let o=m([c.elementsChevronUpTransform,!this.expanded&&this._showChevronUp&&c.elementsChevronCollapse]),t=m([c.elementsChevronDownTransform,this.expanded&&!this._showChevronUp&&c.elementsChevronExpand]);return this._showChevronUp?w`<w-icon-chevron-up-16 style="display: flex;" class="${o}"></w-icon-chevron-up-16>`:w`<w-icon-chevron-down-16 style="display: flex;" class="${t}"></w-icon-chevron-down-16>`},Ye=function(){return m(this.contentClass,[this.box&&Ar.base,this._hasTitle&&this.box&&c.contentWithTitle])},Le=function(){return m([c.expansion,!this.expanded&&c.expansionNotExpanded])},p.styles=[ke,ye,Dr`
|
|
2477
2477
|
:host {
|
|
2478
2478
|
display: block;
|
|
2479
2479
|
}
|