@assecosolutions/fox-list
Advanced tools
Comparing version 1.11.0-next.26 to 1.11.0-next.26-beta.0
36
index.js
@@ -14,3 +14,3 @@ import { ListBase } from '@material/mwc-list/mwc-list-base'; | ||
let _$4 = t => t, | ||
_t$4; | ||
_t$4; | ||
const styles$1 = css(_t$4 || (_t$4 = _$4`:host([outline=dashed]){--mdc-list-item-meta-size: auto}:host([outline=dashed]) ::slotted(fox-list-item){border:1px dotted var(--fox-base-grey-40-color, #cbd5df);margin:15px 0;border-radius:4px}:host([outline=dashed]) ::slotted(fox-list-item[activated]){border:1px dotted var(--fox-client-base-color, #4599ff)}:host{--mdc-list-inset-margin: 60px}`)); | ||
@@ -22,6 +22,4 @@ | ||
*/ | ||
FoxList.styles = [styles$2, styles$1]; | ||
const name$3 = 'fox-list'; | ||
if (!customElements.get(name$3)) { | ||
@@ -34,3 +32,3 @@ customElements.define(name$3, FoxList); | ||
let _$3 = t => t, | ||
_t$3; | ||
_t$3; | ||
const styles = css(_t$3 || (_t$3 = _$3` | ||
@@ -358,6 +356,6 @@ :host { | ||
let _$2 = t => t, | ||
_t$2, | ||
_t2$2, | ||
_t3$2, | ||
_t4; | ||
_t$2, | ||
_t2$2, | ||
_t3$2, | ||
_t4; | ||
class FoxListItem extends ListItemBase { | ||
@@ -371,3 +369,2 @@ render() { | ||
} | ||
renderBorder() { | ||
@@ -378,3 +375,2 @@ return html(_t4 || (_t4 = _$2`<div | ||
} | ||
} | ||
@@ -384,6 +380,4 @@ /** | ||
*/ | ||
FoxListItem.styles = [styles]; | ||
const name$2 = 'fox-list-item'; | ||
if (!customElements.get(name$2)) { | ||
@@ -396,5 +390,5 @@ customElements.define(name$2, FoxListItem); | ||
let _$1 = t => t, | ||
_t$1, | ||
_t2$1, | ||
_t3$1; | ||
_t$1, | ||
_t2$1, | ||
_t3$1; | ||
class FoxCheckListItem extends CheckListItemBase { | ||
@@ -423,3 +417,2 @@ render() { | ||
} | ||
} | ||
@@ -429,6 +422,4 @@ /** | ||
*/ | ||
FoxCheckListItem.styles = [styles$3, styles$4, styles]; | ||
const name$1 = 'fox-check-list-item'; | ||
if (!customElements.get(name$1)) { | ||
@@ -441,5 +432,5 @@ customElements.define(name$1, FoxCheckListItem); | ||
let _ = t => t, | ||
_t, | ||
_t2, | ||
_t3; | ||
_t, | ||
_t2, | ||
_t3; | ||
class FoxRadioListItem extends RadioListItemBase { | ||
@@ -468,3 +459,2 @@ render() { | ||
} | ||
} | ||
@@ -474,6 +464,4 @@ /** | ||
*/ | ||
FoxRadioListItem.styles = [styles$3, styles$4, styles]; | ||
const name = 'fox-radio-list-item'; | ||
if (!customElements.get(name)) { | ||
@@ -480,0 +468,0 @@ customElements.define(name, FoxRadioListItem); |
{ | ||
"name": "@assecosolutions/fox-list", | ||
"version": "1.11.0-next.26", | ||
"version": "1.11.0-next.26-beta.0", | ||
"public": true, | ||
@@ -18,3 +18,3 @@ "publishConfig": { | ||
"type": "module", | ||
"types": "./index.d.ts", | ||
"types": "./src/index.d.ts", | ||
"dependencies": {}, | ||
@@ -21,0 +21,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21170