@taprootio/espalier 4.14.0 → 4.14.1
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/info/esp-info.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var p=function(
|
|
1
|
+
var p=function(s,t,o,n){var i=arguments.length,e=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")e=Reflect.decorate(s,t,o,n);else for(var l=s.length-1;l>=0;l--)(a=s[l])&&(e=(i<3?a(e):i>3?a(t,o,e):a(t,o))||e);return i>3&&e&&Object.defineProperty(t,o,e),e};import{css as f,html as c}from"lit";import{customElement as u,property as d}from"lit/decorators.js";import{EspalierElementBase as m}from"../shared/esp-element-base.js";import{ESP_EVENTS as h}from"../shared/events.js";import{intentSurfaceTokens as v}from"../shared/style-fragments.js";import{classMap as b}from"lit/directives/class-map.js";import{trashSVG as g}from"../shared/svgs/trash.js";import{ref as y}from"lit/directives/ref.js";import{getIconHrefForHost as S}from"../shared/intent-values.js";import{SlottedIconController as E}from"../shared/slotted-icon-controller.js";import{renderSpriteIcon as _}from"../shared/svgs/render-sprite-icon.js";let r=class extends m{constructor(){super(...arguments),this.intentEmitsTokens=!1,this.iconSlot=new E(this),this.intentBacker="info",this.icon="",this.destroyable=!1}render(){const t=S(this.icon,this),o=this.iconSlot.hasSlottedIcon('[slot="icon-slot"]');return c`
|
|
2
2
|
<section class=${b({[`intent-${this.intent}`]:!0})}>
|
|
3
3
|
<div class="icon">
|
|
4
4
|
<slot
|
|
@@ -6,21 +6,21 @@ var p=function(r,t,e,s){var i=arguments.length,o=i<3?t:s===null?s=Object.getOwnP
|
|
|
6
6
|
${y(this.iconSlot.slotRef)}
|
|
7
7
|
@slotchange=${this.iconSlot.handleSlotChange}
|
|
8
8
|
></slot>
|
|
9
|
-
${!
|
|
9
|
+
${!o&&t?_(t):c``}
|
|
10
10
|
</div>
|
|
11
11
|
<div class="message">
|
|
12
12
|
<slot></slot>
|
|
13
13
|
</div>
|
|
14
|
-
${this.destroyable?
|
|
14
|
+
${this.destroyable?c`<esp-button
|
|
15
15
|
class="destroy-button"
|
|
16
16
|
intent="danger"
|
|
17
17
|
icon-only
|
|
18
18
|
@esp-clicked=${()=>{this.dispatchEvent(new CustomEvent(h.INFO_DESTROY,{detail:{toDestroy:this}}))}}
|
|
19
19
|
>
|
|
20
20
|
${g}
|
|
21
|
-
</esp-button>`:
|
|
21
|
+
</esp-button>`:c``}
|
|
22
22
|
</section>
|
|
23
|
-
`}};
|
|
23
|
+
`}};r.styles=[...m.styles,v,f`
|
|
24
24
|
:host {
|
|
25
25
|
display: block;
|
|
26
26
|
}
|
|
@@ -37,6 +37,9 @@ var p=function(r,t,e,s){var i=arguments.length,o=i<3?t:s===null?s=Object.getOwnP
|
|
|
37
37
|
div.icon {
|
|
38
38
|
display: grid;
|
|
39
39
|
place-content: center;
|
|
40
|
+
|
|
41
|
+
border-start-start-radius: max(0px, calc(var(--esp-size-border-radius) - 1px));
|
|
42
|
+
border-end-start-radius: max(0px, calc(var(--esp-size-border-radius) - 1px));
|
|
40
43
|
padding: var(--esp-size-tiny);
|
|
41
44
|
background: var(--esp-info-color-border, var(--_esp-intent-border-color));
|
|
42
45
|
color: var(--esp-info-color-background, var(--_esp-intent-background));
|
|
@@ -58,4 +61,4 @@ var p=function(r,t,e,s){var i=arguments.length,o=i<3?t:s===null?s=Object.getOwnP
|
|
|
58
61
|
margin: var(--esp-size-tiny);
|
|
59
62
|
}
|
|
60
63
|
}
|
|
61
|
-
`],p([d({type:String})],
|
|
64
|
+
`],p([d({type:String})],r.prototype,"icon",void 0),p([d({type:Boolean})],r.prototype,"destroyable",void 0),r=p([u("esp-info")],r);export{r as EspalierInfo};
|
|
@@ -418,7 +418,8 @@ import{css as a,unsafeCSS as e}from"lit";import{EspalierElementBase as i}from"..
|
|
|
418
418
|
grid-column: main;
|
|
419
419
|
grid-row: content;
|
|
420
420
|
position: relative;
|
|
421
|
-
|
|
421
|
+
|
|
422
|
+
overflow: clip;
|
|
422
423
|
|
|
423
424
|
background: var(--esp-page-main-background, transparent);
|
|
424
425
|
|
|
@@ -137,6 +137,9 @@ var n=function(t,e,o,a){var l=arguments.length,i=l<3?e:a===null?a=Object.getOwnP
|
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
.status-popover {
|
|
140
|
+
|
|
141
|
+
white-space: normal;
|
|
142
|
+
overflow-wrap: anywhere;
|
|
140
143
|
max-width: var(--esp-status-indicator-popover-max-width, 32ch);
|
|
141
144
|
border: 1px solid var(--esp-color-border);
|
|
142
145
|
border-radius: var(--esp-size-border-radius);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var o=function(a,e,t,n){var p=arguments.length,r=p<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")r=Reflect.decorate(a,e,t,n);else for(var d=a.length-1;d>=0;d--)(l=a[d])&&(r=(p<3?l(r):p>3?l(e,t,r):l(e,t))||r);return p>3&&r&&Object.defineProperty(e,t,r),r};import{css as f,html as u,nothing as
|
|
1
|
+
var o=function(a,e,t,n){var p=arguments.length,r=p<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")r=Reflect.decorate(a,e,t,n);else for(var d=a.length-1;d>=0;d--)(l=a[d])&&(r=(p<3?l(r):p>3?l(e,t,r):l(e,t))||r);return p>3&&r&&Object.defineProperty(e,t,r),r};import{css as f,html as u,nothing as y}from"lit";import{customElement as b,property as s}from"lit/decorators.js";import{createRef as h,ref as c}from"lit/directives/ref.js";import{EspalierElementBase as g}from"../shared/esp-element-base.js";import"../popover/esp-popover.js";import{syncDescribedByTokens as v}from"../shared/aria-describedby.js";let x=0,i=class extends g{constructor(){super(...arguments),this.popoverRef=h(),this.contentRef=h(),this.tooltipId=`esp-tooltip-${++x}`,this.text="",this.attach="above",this.align="center",this.offset="4px",this.showDelay=300,this.hideDelay=100,this.triggerTabindexBacker=0,this.triggerTabindexExplicit=!1,this.handleKeydown=e=>{e.key==="Escape"&&this.popoverRef.value?.closePopover()},this.handleSlotChange=()=>{this.requestUpdate(),this.syncTriggerDescribedBy()}}get triggerTabindex(){return this.triggerTabindexBacker}set triggerTabindex(e){const t=this.triggerTabindexBacker;this.triggerTabindexExplicit=e!==null,this.triggerTabindexBacker=e!==null&&Number.isFinite(e)?e:0,this.requestUpdate("triggerTabindex",t)}get effectiveTriggerTabindex(){return this.triggerTabindexExplicit?this.triggerTabindex:this.hasButtonTrigger()?-1:0}hasButtonTrigger(){const e=Array.from(this.children).find(t=>t.tagName!=="TEMPLATE")?.tagName;return e==="BUTTON"||e==="ESP-BUTTON"}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",this.handleKeydown)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("keydown",this.handleKeydown)}firstUpdated(e){super.firstUpdated(e);const t=this.querySelector("template");t&&this.contentRef.value&&this.contentRef.value.appendChild(t.content.cloneNode(!0)),this.syncTriggerDescribedBy()}updated(e){super.updated(e),e.has("triggerTabindex")&&this.syncTriggerDescribedBy()}syncTriggerDescribedBy(){const e=Array.from(this.children).find(t=>t.tagName!=="TEMPLATE");e&&v(e,{add:this.effectiveTriggerTabindex<0?[this.tooltipId]:[],remove:[this.tooltipId]})}render(){return u`
|
|
2
2
|
<esp-popover
|
|
3
3
|
${c(this.popoverRef)}
|
|
4
4
|
trigger="focus-hover"
|
|
@@ -23,7 +23,7 @@ var o=function(a,e,t,n){var p=arguments.length,r=p<3?e:n===null?n=Object.getOwnP
|
|
|
23
23
|
role="tooltip"
|
|
24
24
|
class="tooltip-content"
|
|
25
25
|
>
|
|
26
|
-
${this.text?this.text:
|
|
26
|
+
${this.text?this.text:y}
|
|
27
27
|
</div>
|
|
28
28
|
</esp-popover>
|
|
29
29
|
`}};i.styles=[...g.styles,f`
|
|
@@ -44,6 +44,9 @@ var o=function(a,e,t,n){var p=arguments.length,r=p<3?e:n===null?n=Object.getOwnP
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.tooltip-content {
|
|
47
|
+
|
|
48
|
+
white-space: normal;
|
|
49
|
+
overflow-wrap: anywhere;
|
|
47
50
|
background: var(--esp-tooltip-background, var(--esp-color-layer-1));
|
|
48
51
|
color: var(--esp-tooltip-color, var(--esp-color-text));
|
|
49
52
|
border: var(--esp-tooltip-border, 1px solid var(--esp-color-border));
|
|
@@ -54,4 +57,4 @@ var o=function(a,e,t,n){var p=arguments.length,r=p<3?e:n===null?n=Object.getOwnP
|
|
|
54
57
|
box-shadow: var(--esp-tooltip-shadow, 2px 2px 4px var(--esp-color-shadow));
|
|
55
58
|
line-height: 1.4;
|
|
56
59
|
}
|
|
57
|
-
`],o([s({type:String})],i.prototype,"text",void 0),o([s({type:String})],i.prototype,"attach",void 0),o([s({type:String})],i.prototype,"align",void 0),o([s({type:String})],i.prototype,"offset",void 0),o([s({attribute:"show-delay",type:Number})],i.prototype,"showDelay",void 0),o([s({attribute:"hide-delay",type:Number})],i.prototype,"hideDelay",void 0),o([s({attribute:"trigger-tabindex",type:Number,hasChanged:()=>!0})],i.prototype,"triggerTabindex",null),i=o([
|
|
60
|
+
`],o([s({type:String})],i.prototype,"text",void 0),o([s({type:String})],i.prototype,"attach",void 0),o([s({type:String})],i.prototype,"align",void 0),o([s({type:String})],i.prototype,"offset",void 0),o([s({attribute:"show-delay",type:Number})],i.prototype,"showDelay",void 0),o([s({attribute:"hide-delay",type:Number})],i.prototype,"hideDelay",void 0),o([s({attribute:"trigger-tabindex",type:Number,hasChanged:()=>!0})],i.prototype,"triggerTabindex",null),i=o([b("esp-tooltip")],i);export{i as EspalierTooltip};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taprootio/espalier",
|
|
3
|
-
"version": "4.14.
|
|
3
|
+
"version": "4.14.1",
|
|
4
4
|
"packageManager": "bun@1.3.12",
|
|
5
5
|
"description": "Espalier — a themeable, accessible, framework-agnostic, enterprise-grade design system built on web standards and love.",
|
|
6
6
|
"customElements": "custom-elements.json",
|