@limetech/lime-elements 36.3.0-next.1 → 36.3.0-next.10
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/cjs/limel-button.cjs.entry.js +1 -2
- package/dist/cjs/limel-chip-set.cjs.entry.js +1 -1
- package/dist/cjs/limel-collapsible-section.cjs.entry.js +1 -1
- package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +11 -1
- package/dist/cjs/limel-form.cjs.entry.js +1 -1
- package/dist/cjs/limel-header.cjs.entry.js +2 -2
- package/dist/cjs/limel-info-tile.cjs.entry.js +1 -1
- package/dist/cjs/limel-input-field.cjs.entry.js +1 -1
- package/dist/cjs/limel-list_2.cjs.entry.js +1 -1
- package/dist/cjs/limel-menu-list.cjs.entry.js +1 -1
- package/dist/cjs/limel-switch.cjs.entry.js +1 -1
- package/dist/collection/components/button/button.css +16 -13
- package/dist/collection/components/button/button.js +4 -5
- package/dist/collection/components/chip-set/chip-set.css +3 -0
- package/dist/collection/components/collapsible-section/collapsible-section.css +1 -0
- package/dist/collection/components/form/form.css +16 -4
- package/dist/collection/components/header/header.css +2 -2
- package/dist/collection/components/header/header.js +8 -2
- package/dist/collection/components/info-tile/info-tile.css +1 -1
- package/dist/collection/components/input-field/input-field.css +2 -0
- package/dist/collection/components/list/list.css +9 -4
- package/dist/collection/components/menu-list/menu-list.css +9 -4
- package/dist/collection/components/switch/switch.css +1 -0
- package/dist/collection/style/internal/shared_input-select-picker.scss +4 -0
- package/dist/esm/limel-button.entry.js +1 -2
- package/dist/esm/limel-chip-set.entry.js +1 -1
- package/dist/esm/limel-collapsible-section.entry.js +1 -1
- package/dist/esm/limel-flatpickr-adapter.entry.js +11 -1
- package/dist/esm/limel-form.entry.js +1 -1
- package/dist/esm/limel-header.entry.js +2 -2
- package/dist/esm/limel-info-tile.entry.js +1 -1
- package/dist/esm/limel-input-field.entry.js +1 -1
- package/dist/esm/limel-list_2.entry.js +1 -1
- package/dist/esm/limel-menu-list.entry.js +1 -1
- package/dist/esm/limel-switch.entry.js +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/p-004aad18.entry.js +1 -0
- package/dist/lime-elements/{p-8ca53aa2.entry.js → p-15c3ec8e.entry.js} +1 -1
- package/dist/lime-elements/{p-524bd0cc.entry.js → p-5393213b.entry.js} +1 -1
- package/dist/lime-elements/{p-65a3be2c.entry.js → p-81df4a1f.entry.js} +1 -1
- package/dist/lime-elements/{p-d2d6123c.entry.js → p-93ad8b90.entry.js} +1 -1
- package/dist/lime-elements/{p-5f13035a.entry.js → p-95cefb5f.entry.js} +1 -1
- package/dist/lime-elements/{p-31c9c5b9.entry.js → p-95fd48d0.entry.js} +1 -1
- package/dist/lime-elements/{p-d9c96100.entry.js → p-9ec08ebc.entry.js} +1 -1
- package/dist/lime-elements/{p-be2b7486.entry.js → p-c4a89055.entry.js} +1 -1
- package/dist/lime-elements/{p-a94e949f.entry.js → p-c6e913a4.entry.js} +1 -1
- package/dist/lime-elements/{p-864db270.entry.js → p-ff340a70.entry.js} +1 -1
- package/dist/lime-elements/style/internal/shared_input-select-picker.scss +4 -0
- package/dist/types/components/button/button.d.ts +4 -6
- package/dist/types/components/header/header.d.ts +7 -1
- package/dist/types/components.d.ts +2 -2
- package/package.json +9 -9
- package/dist/lime-elements/p-c6c37de3.entry.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as e,h as r}from"./p-d4e788e1.js";const i=class{constructor(r){e(this,r),this.icon=void 0,this.heading=void 0,this.subheading=void 0,this.supportingText=void 0}render(){return[r("div",{class:"information"},this.renderIcon(),r("div",{class:"headings"},r("h1",{class:"heading",title:this.heading},this.heading),r("h2",{class:"subheading",title:this.subheading},this.subheading,this.renderSupportingText()))),r("
|
|
1
|
+
import{r as e,h as r}from"./p-d4e788e1.js";const i=class{constructor(r){e(this,r),this.icon=void 0,this.heading=void 0,this.subheading=void 0,this.supportingText=void 0}render(){return[r("div",{class:"information"},this.renderIcon(),r("div",{class:"headings"},r("h1",{class:"heading",title:this.heading},this.heading),r("h2",{class:"subheading",title:this.subheading},this.subheading,this.renderSupportingText()))),r("slot",{name:"actions"},r("slot",null))]}renderIcon(){if(this.icon)return r("limel-icon",{class:"icon",badge:!0,name:this.icon})}renderSupportingText(){if(this.supportingText)return r("span",{class:"information__headings__subheading__supporting-text"},r("span",null,"·")," ",this.supportingText)}};i.style=":host(limel-header){display:flex;align-items:center;box-sizing:border-box;width:100%;background-color:var(--header-background-color, rgb(var(--contrast-300)));border-top-left-radius:var(--header-top-right-left-border-radius, 0.75rem);border-top-right-radius:var(--header-top-right-left-border-radius, 0.75rem);padding:0.25rem}.information{display:flex;flex-grow:1;align-items:center;min-width:0}.icon{flex-shrink:0;color:var(--header-icon-color, rgb(var(--contrast-1100)));background-color:var(--header-icon-background-color, transparent);width:1.75rem;margin:0 0.5rem}.headings{min-width:0;margin-left:0.25rem}.heading,.subheading{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0;padding:0}.heading{color:var(--header-heading-color, rgb(var(--contrast-1100)));font-size:1.0625rem}.subheading{color:var(--header-subheading-color, rgb(var(--contrast-900)));font-size:0.875rem;font-weight:lighter}.subheading__supporting-text{color:var(--header-supporting-text-color, var(--header-subheading-color))}.subheading__supporting-text span{margin:0 0.5rem;font-weight:bold}slot[name=actions]{flex-shrink:0}:host(limel-header.is-narrow){padding:0.125rem 0.25rem}:host(limel-header.is-narrow) .icon{margin-right:0.125rem;width:1.25rem}:host(limel-header.is-narrow) .heading{font-size:0.9375rem}:host(limel-header.has-responsive-layout){display:grid;grid-template-columns:repeat(auto-fit, minmax(clamp(50%, var(--header-responsive-breakpoint, 22rem), 100%), 1fr))}:host(limel-header.has-responsive-layout) .headings{padding-right:0.5rem}:host(limel-header.has-responsive-layout) slot[name=actions]{display:flex;justify-content:flex-end}";export{i as limel_header}
|