le-kit 0.1.12 → 0.1.14
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/components/index.d.ts +33 -0
- package/dist/components/le-box.d.ts +11 -0
- package/dist/components/le-button.d.ts +11 -0
- package/dist/components/le-card.d.ts +11 -0
- package/dist/components/le-checkbox.d.ts +11 -0
- package/dist/components/le-component.d.ts +11 -0
- package/dist/components/le-number-input.d.ts +11 -0
- package/dist/components/le-popover.d.ts +11 -0
- package/dist/components/le-popup.d.ts +11 -0
- package/dist/components/le-round-progress.d.ts +11 -0
- package/dist/components/le-slot.d.ts +11 -0
- package/dist/components/le-stack.d.ts +11 -0
- package/dist/components/le-string-input.d.ts +11 -0
- package/dist/components/le-text.d.ts +11 -0
- package/dist/components/le-turntable.d.ts +11 -0
- package/dist/core/cjs/{index-BsRb_UTe.js → index-B0mg71He.js} +6 -6
- package/dist/core/cjs/index-B0mg71He.js.map +1 -0
- package/dist/core/cjs/index.cjs.js +2 -2
- package/dist/core/cjs/le-box.cjs.entry.js +2 -2
- package/dist/core/cjs/le-button.cjs.entry.js +2 -2
- package/dist/core/cjs/le-card.cjs.entry.js +2 -2
- package/dist/core/cjs/le-checkbox.cjs.entry.js +2 -2
- package/dist/core/cjs/le-kit.cjs.js +1 -1
- package/dist/core/cjs/le-number-input.cjs.entry.js +2 -2
- package/dist/core/cjs/le-popover.cjs.entry.js +1 -1
- package/dist/core/cjs/le-popup.cjs.entry.js +1 -1
- package/dist/core/cjs/le-round-progress.cjs.entry.js +1 -1
- package/dist/core/cjs/le-stack.cjs.entry.js +2 -2
- package/dist/core/cjs/le-string-input.cjs.entry.js +2 -2
- package/dist/core/cjs/le-text.cjs.entry.js +2 -2
- package/dist/core/cjs/le-turntable.cjs.entry.js +1 -1
- package/dist/core/cjs/loader.cjs.js +1 -1
- package/dist/{cjs/utils-DqhadIxH.js → core/cjs/utils-jdqP71LP.js} +3 -3
- package/dist/core/cjs/{utils-nsP8_w8_.js.map → utils-jdqP71LP.js.map} +1 -1
- package/dist/core/collection/global/app.js +4 -4
- package/dist/core/collection/global/app.js.map +1 -1
- package/dist/core/components/index.d.ts +33 -0
- package/dist/{esm → core/components}/index.js +9 -2
- package/dist/core/components/index.js.map +1 -0
- package/dist/core/components/le-box.d.ts +11 -0
- package/dist/{cjs/le-box.cjs.entry.js → core/components/le-box.js} +87 -14
- package/dist/core/components/le-box.js.map +1 -0
- package/dist/core/components/le-button.d.ts +11 -0
- package/dist/core/components/le-button.js +9 -0
- package/dist/core/components/le-button.js.map +1 -0
- package/dist/{esm/le-button_6.entry.js → core/components/le-button2.js} +919 -972
- package/dist/core/components/le-button2.js.map +1 -0
- package/dist/core/components/le-card.d.ts +11 -0
- package/dist/core/components/le-card.js +84 -0
- package/dist/core/components/le-card.js.map +1 -0
- package/dist/core/components/le-checkbox.d.ts +11 -0
- package/dist/core/components/le-checkbox.js +9 -0
- package/dist/core/components/le-checkbox.js.map +1 -0
- package/dist/core/components/le-component.d.ts +11 -0
- package/dist/core/components/le-component.js +9 -0
- package/dist/core/components/le-component.js.map +1 -0
- package/dist/core/components/le-number-input.d.ts +11 -0
- package/dist/{cjs/le-number-input.cjs.entry.js → core/components/le-number-input.js} +85 -15
- package/dist/core/components/le-number-input.js.map +1 -0
- package/dist/core/components/le-popover.d.ts +11 -0
- package/dist/core/components/le-popover.js +9 -0
- package/dist/core/components/le-popover.js.map +1 -0
- package/dist/{collection/components/le-popover/le-popover.js → core/components/le-popover2.js} +49 -360
- package/dist/core/components/le-popover2.js.map +1 -0
- package/dist/core/components/le-popup.d.ts +11 -0
- package/dist/{cjs/le-popup.cjs.entry.js → core/components/le-popup.js} +88 -21
- package/dist/core/components/le-popup.js.map +1 -0
- package/dist/core/components/le-round-progress.d.ts +11 -0
- package/dist/{cjs/le-round-progress.cjs.entry.js → core/components/le-round-progress.js} +43 -14
- package/dist/core/components/le-round-progress.js.map +1 -0
- package/dist/core/components/le-slot.d.ts +11 -0
- package/dist/core/components/le-slot.js +9 -0
- package/dist/core/components/le-slot.js.map +1 -0
- package/dist/core/components/le-stack.d.ts +11 -0
- package/dist/{cjs/le-stack.cjs.entry.js → core/components/le-stack.js} +78 -14
- package/dist/core/components/le-stack.js.map +1 -0
- package/dist/core/components/le-string-input.d.ts +11 -0
- package/dist/core/components/le-string-input.js +9 -0
- package/dist/core/components/le-string-input.js.map +1 -0
- package/dist/core/components/le-text.d.ts +11 -0
- package/dist/{cjs/le-text.cjs.entry.js → core/components/le-text.js} +80 -16
- package/dist/core/components/le-text.js.map +1 -0
- package/dist/core/components/le-turntable.d.ts +11 -0
- package/dist/{cjs/le-turntable.cjs.entry.js → core/components/le-turntable.js} +37 -12
- package/dist/core/components/le-turntable.js.map +1 -0
- package/dist/core/components/utils.js +310 -0
- package/dist/core/components/utils.js.map +1 -0
- package/dist/core/esm/{index-CJ-z5Zj1.js → index-SKsXnjWI.js} +6 -6
- package/dist/core/{le-kit/p-CJ-z5Zj1.js.map → esm/index-SKsXnjWI.js.map} +1 -1
- package/dist/core/esm/index.js +2 -2
- package/dist/core/esm/le-box.entry.js +2 -2
- package/dist/core/esm/le-button.entry.js +2 -2
- package/dist/core/esm/le-card.entry.js +2 -2
- package/dist/core/esm/le-checkbox.entry.js +2 -2
- package/dist/core/esm/le-kit.js +2 -2
- package/dist/core/esm/le-number-input.entry.js +2 -2
- package/dist/core/esm/le-popover.entry.js +1 -1
- package/dist/core/esm/le-popup.entry.js +1 -1
- package/dist/core/esm/le-round-progress.entry.js +1 -1
- package/dist/core/esm/le-stack.entry.js +2 -2
- package/dist/core/esm/le-string-input.entry.js +2 -2
- package/dist/core/esm/le-text.entry.js +2 -2
- package/dist/core/esm/le-turntable.entry.js +1 -1
- package/dist/core/esm/loader.js +2 -2
- package/dist/{esm/utils-Cf7fMI0j.js → core/esm/utils-DZdP1JiG.js} +3 -3
- package/dist/core/esm/{utils-Bxmld82M.js.map → utils-DZdP1JiG.js.map} +1 -1
- package/dist/core/le-kit/index.esm.js +1 -1
- package/dist/core/le-kit/le-kit.esm.js +1 -1
- package/dist/core/le-kit/p--VxUdzYV.js +2 -0
- package/dist/core/le-kit/{p-Drz36PDp.js.map → p--VxUdzYV.js.map} +1 -1
- package/dist/core/le-kit/{p-2ac4789a.entry.js → p-189cb775.entry.js} +2 -2
- package/dist/core/le-kit/{p-556086ca.entry.js → p-35c1d413.entry.js} +2 -2
- package/dist/core/le-kit/{p-aa6e906f.entry.js → p-4f133e72.entry.js} +2 -2
- package/dist/core/le-kit/{p-df552906.entry.js → p-55f70091.entry.js} +2 -2
- package/dist/core/le-kit/{p-e0861e82.entry.js → p-5fd7b23a.entry.js} +2 -2
- package/dist/core/le-kit/{p-5ef81068.entry.js → p-6e414a5c.entry.js} +2 -2
- package/dist/core/le-kit/{p-d75214f9.entry.js → p-7b121ca7.entry.js} +2 -2
- package/dist/core/le-kit/{p-45eace7c.entry.js → p-8c81fa95.entry.js} +2 -2
- package/dist/core/le-kit/{p-257495cc.entry.js → p-9aa81442.entry.js} +2 -2
- package/dist/core/le-kit/p-SKsXnjWI.js +3 -0
- package/dist/core/le-kit/p-SKsXnjWI.js.map +1 -0
- package/dist/core/le-kit/{p-66d35f48.entry.js → p-a9d05ef6.entry.js} +2 -2
- package/dist/core/le-kit/{p-73682c5e.entry.js → p-b2bd2a80.entry.js} +2 -2
- package/dist/core/le-kit/{p-0308bd1f.entry.js → p-ccac9611.entry.js} +2 -2
- package/dist/core/types/global/app.d.ts +4 -4
- package/dist/le-kit/assets/custom-elements.json +1230 -1230
- package/dist/le-kit/index-CAY3Hk_i.js +4559 -0
- package/dist/le-kit/index-CAY3Hk_i.js.map +1 -0
- package/dist/le-kit/index.esm.js +116 -2
- package/dist/le-kit/index.esm.js.map +1 -1
- package/dist/{esm → le-kit}/le-box.entry.js +3 -3
- package/dist/le-kit/le-button.entry.esm.js.map +1 -0
- package/dist/le-kit/le-button.entry.js +90 -0
- package/dist/{esm → le-kit}/le-card.entry.js +3 -3
- package/dist/le-kit/le-checkbox.entry.esm.js.map +1 -0
- package/dist/le-kit/le-checkbox.entry.js +59 -0
- package/dist/le-kit/le-component.entry.esm.js.map +1 -0
- package/dist/{collection/components/le-component/le-component.js → le-kit/le-component.entry.js} +19 -138
- package/dist/le-kit/le-kit.css +1010 -1
- package/dist/le-kit/le-kit.esm.js +48 -2
- package/dist/le-kit/le-kit.esm.js.map +1 -1
- package/dist/{esm → le-kit}/le-number-input.entry.js +5 -5
- package/dist/le-kit/le-popover.entry.esm.js.map +1 -0
- package/dist/le-kit/le-popover.entry.js +346 -0
- package/dist/{esm → le-kit}/le-popup.entry.js +6 -6
- package/dist/{esm → le-kit}/le-round-progress.entry.js +2 -2
- package/dist/le-kit/le-slot.entry.esm.js.map +1 -0
- package/dist/{collection/components/le-slot/le-slot.js → le-kit/le-slot.entry.js} +20 -273
- package/dist/{esm → le-kit}/le-stack.entry.js +3 -3
- package/dist/le-kit/le-string-input.entry.esm.js.map +1 -0
- package/dist/le-kit/le-string-input.entry.js +93 -0
- package/dist/{esm → le-kit}/le-text.entry.js +3 -3
- package/dist/{esm → le-kit}/le-turntable.entry.js +2 -2
- package/dist/{core/esm/utils-Bxmld82M.js → le-kit/utils-cwSNy7ZS.js} +3 -3
- package/dist/{esm/utils-Cf7fMI0j.js.map → le-kit/utils-cwSNy7ZS.js.map} +1 -1
- package/dist/types/global/app.d.ts +4 -4
- package/package.json +4 -5
- package/readme.md +2 -2
- package/custom-elements.json +0 -4305
- package/dist/cjs/index-o1DRKw1g.js +0 -1842
- package/dist/cjs/index-o1DRKw1g.js.map +0 -1
- package/dist/cjs/index.cjs.js +0 -119
- package/dist/cjs/index.cjs.js.map +0 -1
- package/dist/cjs/le-box.entry.cjs.js.map +0 -1
- package/dist/cjs/le-button.le-checkbox.le-component.le-popover.le-slot.le-string-input.entry.cjs.js.map +0 -1
- package/dist/cjs/le-button_6.cjs.entry.js +0 -1206
- package/dist/cjs/le-card.cjs.entry.js +0 -29
- package/dist/cjs/le-card.entry.cjs.js.map +0 -1
- package/dist/cjs/le-kit.cjs.js +0 -25
- package/dist/cjs/le-kit.cjs.js.map +0 -1
- package/dist/cjs/le-number-input.entry.cjs.js.map +0 -1
- package/dist/cjs/le-popup.entry.cjs.js.map +0 -1
- package/dist/cjs/le-round-progress.entry.cjs.js.map +0 -1
- package/dist/cjs/le-stack.entry.cjs.js.map +0 -1
- package/dist/cjs/le-text.entry.cjs.js.map +0 -1
- package/dist/cjs/le-turntable.entry.cjs.js.map +0 -1
- package/dist/cjs/loader.cjs.js +0 -13
- package/dist/cjs/loader.cjs.js.map +0 -1
- package/dist/cjs/utils-DqhadIxH.js.map +0 -1
- package/dist/collection/assets/custom-elements.json +0 -4305
- package/dist/collection/collection-manifest.json +0 -26
- package/dist/collection/components/le-box/le-box.default.css +0 -37
- package/dist/collection/components/le-box/le-box.js +0 -614
- package/dist/collection/components/le-box/le-box.js.map +0 -1
- package/dist/collection/components/le-button/le-button.default.css +0 -263
- package/dist/collection/components/le-button/le-button.js +0 -368
- package/dist/collection/components/le-button/le-button.js.map +0 -1
- package/dist/collection/components/le-card/le-card.default.css +0 -74
- package/dist/collection/components/le-card/le-card.js +0 -102
- package/dist/collection/components/le-card/le-card.js.map +0 -1
- package/dist/collection/components/le-checkbox/le-checkbox.css +0 -93
- package/dist/collection/components/le-checkbox/le-checkbox.js +0 -192
- package/dist/collection/components/le-checkbox/le-checkbox.js.map +0 -1
- package/dist/collection/components/le-component/le-component.css +0 -189
- package/dist/collection/components/le-component/le-component.js.map +0 -1
- package/dist/collection/components/le-number-input/le-number-input.css +0 -135
- package/dist/collection/components/le-number-input/le-number-input.js +0 -515
- package/dist/collection/components/le-number-input/le-number-input.js.map +0 -1
- package/dist/collection/components/le-popover/le-popover.css +0 -143
- package/dist/collection/components/le-popover/le-popover.js.map +0 -1
- package/dist/collection/components/le-popup/le-popup.api.js +0 -101
- package/dist/collection/components/le-popup/le-popup.api.js.map +0 -1
- package/dist/collection/components/le-popup/le-popup.css +0 -222
- package/dist/collection/components/le-popup/le-popup.js +0 -596
- package/dist/collection/components/le-popup/le-popup.js.map +0 -1
- package/dist/collection/components/le-round-progress/le-round-progress.css +0 -34
- package/dist/collection/components/le-round-progress/le-round-progress.js +0 -184
- package/dist/collection/components/le-round-progress/le-round-progress.js.map +0 -1
- package/dist/collection/components/le-slot/le-slot.default.css +0 -222
- package/dist/collection/components/le-slot/le-slot.js.map +0 -1
- package/dist/collection/components/le-stack/le-stack.default.css +0 -37
- package/dist/collection/components/le-stack/le-stack.js +0 -389
- package/dist/collection/components/le-stack/le-stack.js.map +0 -1
- package/dist/collection/components/le-string-input/le-string-input.css +0 -83
- package/dist/collection/components/le-string-input/le-string-input.js +0 -359
- package/dist/collection/components/le-string-input/le-string-input.js.map +0 -1
- package/dist/collection/components/le-text/le-text.default.css +0 -169
- package/dist/collection/components/le-text/le-text.js +0 -475
- package/dist/collection/components/le-text/le-text.js.map +0 -1
- package/dist/collection/components/le-turntable/le-turntable.css +0 -10
- package/dist/collection/components/le-turntable/le-turntable.js +0 -210
- package/dist/collection/components/le-turntable/le-turntable.js.map +0 -1
- package/dist/collection/global/app.js +0 -167
- package/dist/collection/global/app.js.map +0 -1
- package/dist/collection/index.js +0 -15
- package/dist/collection/index.js.map +0 -1
- package/dist/collection/types/blocks.js +0 -115
- package/dist/collection/types/blocks.js.map +0 -1
- package/dist/collection/types/options.js +0 -2
- package/dist/collection/types/options.js.map +0 -1
- package/dist/collection/utils/utils.js +0 -141
- package/dist/collection/utils/utils.js.map +0 -1
- package/dist/core/cjs/index-BsRb_UTe.js.map +0 -1
- package/dist/core/cjs/utils-nsP8_w8_.js +0 -152
- package/dist/core/esm/index-CJ-z5Zj1.js.map +0 -1
- package/dist/core/le-kit/p-CJ-z5Zj1.js +0 -3
- package/dist/core/le-kit/p-Drz36PDp.js +0 -2
- package/dist/docs.d.ts +0 -443
- package/dist/docs.json +0 -5185
- package/dist/esm/index-CwNQ1GTa.js +0 -1824
- package/dist/esm/index-CwNQ1GTa.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/le-box.entry.js.map +0 -1
- package/dist/esm/le-button.le-checkbox.le-component.le-popover.le-slot.le-string-input.entry.js.map +0 -1
- package/dist/esm/le-card.entry.js.map +0 -1
- package/dist/esm/le-kit.js +0 -21
- package/dist/esm/le-kit.js.map +0 -1
- package/dist/esm/le-number-input.entry.js.map +0 -1
- package/dist/esm/le-popup.entry.js.map +0 -1
- package/dist/esm/le-round-progress.entry.js.map +0 -1
- package/dist/esm/le-stack.entry.js.map +0 -1
- package/dist/esm/le-text.entry.js.map +0 -1
- package/dist/esm/le-turntable.entry.js.map +0 -1
- package/dist/esm/loader.js +0 -11
- package/dist/esm/loader.js.map +0 -1
- package/dist/index.cjs.js +0 -1
- package/dist/index.js +0 -1
- package/dist/le-kit/le-button.le-checkbox.le-component.le-popover.le-slot.le-string-input.entry.esm.js.map +0 -1
- package/dist/le-kit/p-08dbcc25.entry.js +0 -2
- package/dist/le-kit/p-08dbcc25.entry.js.map +0 -1
- package/dist/le-kit/p-5dc35729.entry.js +0 -2
- package/dist/le-kit/p-5dc35729.entry.js.map +0 -1
- package/dist/le-kit/p-64374730.entry.js +0 -2
- package/dist/le-kit/p-64374730.entry.js.map +0 -1
- package/dist/le-kit/p-79ec6f7c.entry.js +0 -2
- package/dist/le-kit/p-79ec6f7c.entry.js.map +0 -1
- package/dist/le-kit/p-8daf3c7f.entry.js +0 -2
- package/dist/le-kit/p-8daf3c7f.entry.js.map +0 -1
- package/dist/le-kit/p-9c69235d.entry.js +0 -2
- package/dist/le-kit/p-9c69235d.entry.js.map +0 -1
- package/dist/le-kit/p-CwNQ1GTa.js +0 -3
- package/dist/le-kit/p-CwNQ1GTa.js.map +0 -1
- package/dist/le-kit/p-ad398acd.entry.js +0 -2
- package/dist/le-kit/p-ad398acd.entry.js.map +0 -1
- package/dist/le-kit/p-b8122ad6.entry.js +0 -2
- package/dist/le-kit/p-b8122ad6.entry.js.map +0 -1
- package/dist/le-kit/p-f9008505.entry.js +0 -2
- package/dist/le-kit/p-f9008505.entry.js.map +0 -1
- package/dist/le-kit/p-y3FECAx9.js +0 -2
- package/dist/le-kit/p-y3FECAx9.js.map +0 -1
- package/dist/themes/base.css +0 -89
- package/dist/themes/dark.css +0 -100
- package/dist/themes/default.css +0 -108
- package/dist/themes/gradient.css +0 -100
- package/dist/themes/index.css +0 -413
- package/dist/themes/minimal.css +0 -100
- package/dist/themes/warm.css +0 -100
- /package/dist/{collection → components}/themes/base.css +0 -0
- /package/dist/{collection → components}/themes/dark.css +0 -0
- /package/dist/{collection → components}/themes/default.css +0 -0
- /package/dist/{collection → components}/themes/gradient.css +0 -0
- /package/dist/{collection → components}/themes/index.css +0 -0
- /package/dist/{collection → components}/themes/minimal.css +0 -0
- /package/dist/{collection → components}/themes/warm.css +0 -0
- /package/dist/core/le-kit/{p-2ac4789a.entry.js.map → p-189cb775.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-556086ca.entry.js.map → p-35c1d413.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-aa6e906f.entry.js.map → p-4f133e72.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-df552906.entry.js.map → p-55f70091.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-e0861e82.entry.js.map → p-5fd7b23a.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-5ef81068.entry.js.map → p-6e414a5c.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-d75214f9.entry.js.map → p-7b121ca7.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-45eace7c.entry.js.map → p-8c81fa95.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-257495cc.entry.js.map → p-9aa81442.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-66d35f48.entry.js.map → p-a9d05ef6.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-73682c5e.entry.js.map → p-b2bd2a80.entry.js.map} +0 -0
- /package/dist/core/le-kit/{p-0308bd1f.entry.js.map → p-ccac9611.entry.js.map} +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/base.css +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/dark.css +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/default.css +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/gradient.css +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/index.css +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/minimal.css +0 -0
- /package/dist/le-kit/{themes → dist/components/themes}/warm.css +0 -0
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
const e="le-kit";const r={hydratedSelectorName:"hydrated",lazyLoad:true,propChangeCallback:true,state:true,updatable:true};function o(){}function l(e){const r=e.getAttribute("mode");if(r){return r}let o=e;while(o){if(o instanceof Element&&o.parentElement){o=o.parentElement;const e=o.getAttribute?.("mode");if(e){return e}}else{const e=o.getRootNode();if(e instanceof ShadowRoot){o=e.host;const r=o.getAttribute?.("mode");if(r){return r}}else{break}}}const l=document.documentElement.getAttribute("mode");if(l){return l}return"default"}function f(e){const r=e.getAttribute("theme");if(r){return r}let o=e.parentElement;while(o){const e=o.getAttribute("theme");if(e){return e}o=o.parentElement}const l=document.documentElement.getAttribute("theme");if(l){return l}return"default"}function a(e){document.documentElement.setAttribute("mode",e)}function c(e){document.documentElement.setAttribute("theme",e)}let t={manifestUrl:"/custom-elements.json"};function n(e){t={...t,...e}}function s(){return t}const i=o;const d=':root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--le-spacing-0:0;--le-spacing-1:0.25rem;--le-spacing-2:0.5rem;--le-spacing-3:0.75rem;--le-spacing-4:1rem;--le-spacing-5:1.25rem;--le-spacing-6:1.5rem;--le-spacing-8:2rem;--le-spacing-10:2.5rem;--le-spacing-12:3rem;--le-spacing-16:4rem;--le-font-family-base:-apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--le-font-family-mono:\'SF Mono\', \'Monaco\', \'Inconsolata\', \'Fira Code\', monospace;--le-font-size-xs:0.75rem;--le-font-size-sm:0.875rem;--le-font-size-md:1rem;--le-font-size-lg:1.125rem;--le-font-size-xl:1.25rem;--le-font-size-2xl:1.5rem;--le-font-size-3xl:1.875rem;--le-font-size-4xl:2.25rem;--le-font-weight-normal:400;--le-font-weight-medium:500;--le-font-weight-semibold:600;--le-font-weight-bold:700;--le-line-height-tight:1.25;--le-line-height-normal:1.5;--le-line-height-relaxed:1.75;--le-radius-none:0;--le-radius-xs:0.066rem;--le-radius-sm:0.125rem;--le-radius-md:0.25rem;--le-radius-lg:0.5rem;--le-radius-xl:0.75rem;--le-radius-2xl:1rem;--le-radius-full:9999px;--le-transition-fast:100ms;--le-transition-normal:200ms;--le-transition-slow:300ms;--le-transition-easing:cubic-bezier(0.4, 0, 0.2, 1);--le-z-dropdown:1000;--le-z-sticky:1020;--le-z-fixed:1030;--le-z-modal-backdrop:1040;--le-z-modal:1050;--le-z-popover:1060;--le-z-tooltip:1070}:root,[theme="default"]{--le-color-primary:#0088ff;--le-color-primary-light:#4da6ff;--le-color-primary-dark:#0066cc;--le-color-primary-contrast:#ffffff;--le-color-secondary:#6c757d;--le-color-secondary-light:#868e96;--le-color-secondary-dark:#545b62;--le-color-secondary-contrast:#ffffff;--le-color-success:#28a745;--le-color-success-light:#48c764;--le-color-success-dark:#1e7e34;--le-color-success-contrast:#ffffff;--le-color-warning:#ffc107;--le-color-warning-light:#ffcd39;--le-color-warning-dark:#d39e00;--le-color-warning-contrast:#212529;--le-color-danger:#dc3545;--le-color-danger-light:#e4606d;--le-color-danger-dark:#bd2130;--le-color-danger-contrast:#ffffff;--le-color-info:#17a2b8;--le-color-info-light:#3ab0c3;--le-color-info-dark:#117a8b;--le-color-info-contrast:#ffffff;--le-color-white:#ffffff;--le-color-black:#000000;--le-color-gray-50:#fafafa;--le-color-gray-100:#f5f5f5;--le-color-gray-200:#eeeeee;--le-color-gray-300:#e0e0e0;--le-color-gray-400:#bdbdbd;--le-color-gray-500:#9e9e9e;--le-color-gray-600:#757575;--le-color-gray-700:#616161;--le-color-gray-800:#424242;--le-color-gray-900:#212121;--le-color-background:#ffffff;--le-color-background-secondary:#f5f5f5;--le-color-background-tertiary:#eeeeee;--le-color-surface:#ffffff;--le-color-surface-elevated:#ffffff;--le-color-text-primary:#212121;--le-color-text-secondary:#757575;--le-color-text-disabled:#9e9e9e;--le-color-text-inverse:#ffffff;--le-color-border:#e0e0e0;--le-color-border-light:#eeeeee;--le-color-border-dark:#bdbdbd;--le-border-width:2px;--le-color-border-input:#c4d6e6;--le-color-focus:rgba(0, 136, 255, 0.5);--le-radius-none:0;--le-radius-sm:0.125rem;--le-radius-md:0.25rem;--le-radius-lg:0.5rem;--le-radius-xl:0.75rem;--le-radius-2xl:1rem;--le-radius-full:9999px;--le-shadow-none:none;--le-shadow-sm:0 1px 2px rgba(0, 0, 0, 0.05);--le-shadow-md:0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);--le-shadow-lg:0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);--le-shadow-xl:0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);--le-shadow-2xl:0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04)}[theme="dark"]{--le-color-primary:#4da6ff;--le-color-primary-light:#80c1ff;--le-color-primary-dark:#0088ff;--le-color-primary-contrast:#000000;--le-color-secondary:#868e96;--le-color-secondary-light:#adb5bd;--le-color-secondary-dark:#6c757d;--le-color-secondary-contrast:#000000;--le-color-success:#48c764;--le-color-success-light:#6dd587;--le-color-success-dark:#28a745;--le-color-success-contrast:#000000;--le-color-warning:#ffcd39;--le-color-warning-light:#ffda6a;--le-color-warning-dark:#ffc107;--le-color-warning-contrast:#000000;--le-color-danger:#e4606d;--le-color-danger-light:#ea868f;--le-color-danger-dark:#dc3545;--le-color-danger-contrast:#000000;--le-color-info:#3ab0c3;--le-color-info-light:#6dc4d3;--le-color-info-dark:#17a2b8;--le-color-info-contrast:#000000;--le-color-white:#ffffff;--le-color-black:#000000;--le-color-gray-50:#212121;--le-color-gray-100:#424242;--le-color-gray-200:#616161;--le-color-gray-300:#757575;--le-color-gray-400:#9e9e9e;--le-color-gray-500:#bdbdbd;--le-color-gray-600:#e0e0e0;--le-color-gray-700:#eeeeee;--le-color-gray-800:#f5f5f5;--le-color-gray-900:#fafafa;--le-color-background:#121212;--le-color-background-secondary:#1e1e1e;--le-color-background-tertiary:#2d2d2d;--le-color-surface:#1e1e1e;--le-color-surface-elevated:#2d2d2d;--le-color-text-primary:#ffffff;--le-color-text-secondary:#b3b3b3;--le-color-text-disabled:#666666;--le-color-text-inverse:#121212;--le-color-border:#333333;--le-color-border-light:#2d2d2d;--le-color-border-dark:#444444;--le-border-width:2px;--le-color-border-input:#515c6b;--le-color-focus:rgba(77, 166, 255, 0.5);--le-radius-none:0;--le-radius-sm:0.125rem;--le-radius-md:0.25rem;--le-radius-lg:0.5rem;--le-radius-xl:0.75rem;--le-radius-2xl:1rem;--le-radius-full:9999px;--le-shadow-none:none;--le-shadow-sm:0 1px 2px rgba(0, 0, 0, 0.3);--le-shadow-md:0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);--le-shadow-lg:0 4px 6px rgba(0, 0, 0, 0.4), 0 2px 4px rgba(0, 0, 0, 0.3);--le-shadow-xl:0 10px 15px rgba(0, 0, 0, 0.4), 0 4px 6px rgba(0, 0, 0, 0.3);--le-shadow-2xl:0 20px 25px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(0, 0, 0, 0.3)}[theme="gradient"]{--le-color-primary:#8b5cf6;--le-color-primary-light:#a78bfa;--le-color-primary-dark:#7c3aed;--le-color-primary-contrast:#ffffff;--le-color-secondary:#ec4899;--le-color-secondary-light:#f472b6;--le-color-secondary-dark:#db2777;--le-color-secondary-contrast:#ffffff;--le-color-success:#10b981;--le-color-success-light:#34d399;--le-color-success-dark:#059669;--le-color-success-contrast:#ffffff;--le-color-warning:#f59e0b;--le-color-warning-light:#fbbf24;--le-color-warning-dark:#d97706;--le-color-warning-contrast:#000000;--le-color-danger:#ef4444;--le-color-danger-light:#f87171;--le-color-danger-dark:#dc2626;--le-color-danger-contrast:#ffffff;--le-color-info:#06b6d4;--le-color-info-light:#22d3ee;--le-color-info-dark:#0891b2;--le-color-info-contrast:#ffffff;--le-color-white:#ffffff;--le-color-black:#000000;--le-color-gray-50:#faf5ff;--le-color-gray-100:#f3e8ff;--le-color-gray-200:#e9d5ff;--le-color-gray-300:#d8b4fe;--le-color-gray-400:#c084fc;--le-color-gray-500:#a855f7;--le-color-gray-600:#9333ea;--le-color-gray-700:#7e22ce;--le-color-gray-800:#6b21a8;--le-color-gray-900:#581c87;--le-color-background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);--le-color-background-secondary:rgba(255, 255, 255, 0.1);--le-color-background-tertiary:rgba(255, 255, 255, 0.05);--le-color-surface:rgba(255, 255, 255, 0.95);--le-color-surface-elevated:#ffffff;--le-color-text-primary:#1f2937;--le-color-text-secondary:#6b7280;--le-color-text-disabled:#9ca3af;--le-color-text-inverse:#ffffff;--le-color-border:rgba(139, 92, 246, 0.3);--le-color-border-light:rgba(139, 92, 246, 0.1);--le-color-border-dark:rgba(139, 92, 246, 0.5);--le-border-width:2px;--le-color-border-input:#eccddd;--le-color-focus:rgba(139, 92, 246, 0.5);--le-radius-none:0;--le-radius-sm:0.25rem;--le-radius-md:0.5rem;--le-radius-lg:1rem;--le-radius-xl:1.5rem;--le-radius-2xl:2rem;--le-radius-full:9999px;--le-shadow-none:none;--le-shadow-sm:0 1px 2px rgba(139, 92, 246, 0.1);--le-shadow-md:0 4px 6px rgba(139, 92, 246, 0.15), 0 2px 4px rgba(139, 92, 246, 0.1);--le-shadow-lg:0 10px 20px rgba(139, 92, 246, 0.2), 0 4px 8px rgba(139, 92, 246, 0.1);--le-shadow-xl:0 20px 40px rgba(139, 92, 246, 0.25), 0 8px 16px rgba(139, 92, 246, 0.15);--le-shadow-2xl:0 30px 60px rgba(139, 92, 246, 0.3), 0 15px 30px rgba(139, 92, 246, 0.2)}[theme="minimal"]{--le-color-primary:#111827;--le-color-primary-light:#374151;--le-color-primary-dark:#030712;--le-color-primary-contrast:#ffffff;--le-color-secondary:#6b7280;--le-color-secondary-light:#9ca3af;--le-color-secondary-dark:#4b5563;--le-color-secondary-contrast:#ffffff;--le-color-success:#059669;--le-color-success-light:#10b981;--le-color-success-dark:#047857;--le-color-success-contrast:#ffffff;--le-color-warning:#d97706;--le-color-warning-light:#f59e0b;--le-color-warning-dark:#b45309;--le-color-warning-contrast:#ffffff;--le-color-danger:#dc2626;--le-color-danger-light:#ef4444;--le-color-danger-dark:#b91c1c;--le-color-danger-contrast:#ffffff;--le-color-info:#0284c7;--le-color-info-light:#0ea5e9;--le-color-info-dark:#0369a1;--le-color-info-contrast:#ffffff;--le-color-white:#ffffff;--le-color-black:#000000;--le-color-gray-50:#f9fafb;--le-color-gray-100:#f3f4f6;--le-color-gray-200:#e5e7eb;--le-color-gray-300:#d1d5db;--le-color-gray-400:#9ca3af;--le-color-gray-500:#6b7280;--le-color-gray-600:#4b5563;--le-color-gray-700:#374151;--le-color-gray-800:#1f2937;--le-color-gray-900:#111827;--le-color-background:#ffffff;--le-color-background-secondary:#fafafa;--le-color-background-tertiary:#f5f5f5;--le-color-surface:#ffffff;--le-color-surface-elevated:#ffffff;--le-color-text-primary:#111827;--le-color-text-secondary:#6b7280;--le-color-text-disabled:#9ca3af;--le-color-text-inverse:#ffffff;--le-color-border:#e5e7eb;--le-color-border-light:#f3f4f6;--le-color-border-dark:#d1d5db;--le-border-width:1px;--le-color-border-input:#c8cfdd;--le-color-focus:rgba(17, 24, 39, 0.3);--le-radius-none:0;--le-radius-sm:0;--le-radius-md:2px;--le-radius-lg:4px;--le-radius-xl:6px;--le-radius-2xl:8px;--le-radius-full:9999px;--le-shadow-none:none;--le-shadow-sm:none;--le-shadow-md:0 1px 2px rgba(0, 0, 0, 0.05);--le-shadow-lg:0 1px 3px rgba(0, 0, 0, 0.08);--le-shadow-xl:0 2px 4px rgba(0, 0, 0, 0.1);--le-shadow-2xl:0 4px 8px rgba(0, 0, 0, 0.1)}[theme="warm"]{--le-color-primary:#ea580c;--le-color-primary-light:#fb923c;--le-color-primary-dark:#c2410c;--le-color-primary-contrast:#ffffff;--le-color-secondary:#b45309;--le-color-secondary-light:#d97706;--le-color-secondary-dark:#92400e;--le-color-secondary-contrast:#ffffff;--le-color-success:#16a34a;--le-color-success-light:#22c55e;--le-color-success-dark:#15803d;--le-color-success-contrast:#ffffff;--le-color-warning:#ca8a04;--le-color-warning-light:#eab308;--le-color-warning-dark:#a16207;--le-color-warning-contrast:#000000;--le-color-danger:#dc2626;--le-color-danger-light:#ef4444;--le-color-danger-dark:#b91c1c;--le-color-danger-contrast:#ffffff;--le-color-info:#0891b2;--le-color-info-light:#06b6d4;--le-color-info-dark:#0e7490;--le-color-info-contrast:#ffffff;--le-color-white:#ffffff;--le-color-black:#000000;--le-color-gray-50:#fffbeb;--le-color-gray-100:#fef3c7;--le-color-gray-200:#fde68a;--le-color-gray-300:#fcd34d;--le-color-gray-400:#fbbf24;--le-color-gray-500:#f59e0b;--le-color-gray-600:#d97706;--le-color-gray-700:#b45309;--le-color-gray-800:#92400e;--le-color-gray-900:#78350f;--le-color-background:#fffbeb;--le-color-background-secondary:#fef3c7;--le-color-background-tertiary:#fde68a;--le-color-surface:#ffffff;--le-color-surface-elevated:#ffffff;--le-color-text-primary:#78350f;--le-color-text-secondary:#92400e;--le-color-text-disabled:#d97706;--le-color-text-inverse:#ffffff;--le-color-border:#fcd34d;--le-color-border-light:#fde68a;--le-color-border-dark:#fbbf24;--le-border-width:2px;--le-color-border-input:#e7d4c4;--le-color-focus:rgba(234, 88, 12, 0.5);--le-radius-none:0;--le-radius-sm:0.125rem;--le-radius-md:0.375rem;--le-radius-lg:0.625rem;--le-radius-xl:0.875rem;--le-radius-2xl:1.125rem;--le-radius-full:9999px;--le-shadow-none:none;--le-shadow-sm:0 1px 2px rgba(234, 88, 12, 0.05);--le-shadow-md:0 4px 6px rgba(234, 88, 12, 0.1), 0 2px 4px rgba(234, 88, 12, 0.06);--le-shadow-lg:0 10px 15px rgba(234, 88, 12, 0.15), 0 4px 6px rgba(234, 88, 12, 0.08);--le-shadow-xl:0 20px 25px rgba(234, 88, 12, 0.15), 0 10px 10px rgba(234, 88, 12, 0.1);--le-shadow-2xl:0 25px 50px rgba(234, 88, 12, 0.2), 0 12px 24px rgba(234, 88, 12, 0.12)}:root{--le-space-xs:4px;--le-space-sm:8px;--le-space-md:16px;--le-space-lg:24px;--le-space-xl:32px;--le-space-2xl:48px;--le-space-3xl:64px;--le-font-family:system-ui, -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--le-font-family-mono:\'SF Mono\', Monaco, \'Cascadia Code\', \'Roboto Mono\', Consolas, monospace;--le-font-size-xs:0.75rem;--le-font-size-sm:0.875rem;--le-font-size-md:1rem;--le-font-size-lg:1.125rem;--le-font-size-xl:1.25rem;--le-font-size-2xl:1.5rem;--le-font-size-3xl:2rem;--le-font-size-4xl:2.5rem;--le-font-weight-normal:400;--le-font-weight-medium:500;--le-font-weight-semibold:600;--le-font-weight-bold:700;--le-line-height-tight:1.25;--le-line-height-normal:1.5;--le-line-height-relaxed:1.75;--le-transition-fast:150ms ease;--le-transition-normal:250ms ease;--le-transition-slow:400ms ease;--le-transition-bounce:400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);--le-z-dropdown:1000;--le-z-sticky:1020;--le-z-fixed:1030;--le-z-modal-backdrop:1040;--le-z-modal:1050;--le-z-popover:1060;--le-z-tooltip:1070}:root,[theme="default"]{--le-color-primary:#3b82f6;--le-color-primary-hover:#2563eb;--le-color-primary-active:#1d4ed8;--le-color-primary-subtle:#eff6ff;--le-color-on-primary:#ffffff;--le-color-secondary:#64748b;--le-color-secondary-hover:#475569;--le-color-secondary-active:#334155;--le-color-secondary-subtle:#f1f5f9;--le-color-on-secondary:#ffffff;--le-color-success:#22c55e;--le-color-success-subtle:#f0fdf4;--le-color-on-success:#ffffff;--le-color-warning:#f59e0b;--le-color-warning-subtle:#fffbeb;--le-color-on-warning:#000000;--le-color-error:#ef4444;--le-color-error-subtle:#fef2f2;--le-color-on-error:#ffffff;--le-color-info:#06b6d4;--le-color-info-subtle:#ecfeff;--le-color-on-info:#ffffff;--le-color-background:#ffffff;--le-color-surface:#ffffff;--le-color-surface-raised:#ffffff;--le-color-surface-overlay:rgba(0, 0, 0, 0.5);--le-color-text:#1e293b;--le-color-text-secondary:#64748b;--le-color-text-muted:#94a3b8;--le-color-text-inverse:#ffffff;--le-color-border:#e2e8f0;--le-color-border-strong:#cbd5e1;--le-color-border-focus:var(--le-color-primary);--le-radius-none:0;--le-radius-sm:4px;--le-radius-md:7px;--le-radius-lg:12px;--le-radius-xl:16px;--le-radius-2xl:24px;--le-radius-full:9999px;--le-shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--le-shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--le-shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--le-shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);--le-shadow-focus:0 0 0 3px rgba(59, 130, 246, 0.3)}[theme="dark"]{--le-color-primary:#60a5fa;--le-color-primary-hover:#93c5fd;--le-color-primary-active:#3b82f6;--le-color-primary-subtle:#1e3a5f;--le-color-on-primary:#0f172a;--le-color-secondary:#94a3b8;--le-color-secondary-hover:#cbd5e1;--le-color-secondary-active:#64748b;--le-color-secondary-subtle:#1e293b;--le-color-on-secondary:#0f172a;--le-color-success:#4ade80;--le-color-success-subtle:#14532d;--le-color-on-success:#0f172a;--le-color-warning:#fbbf24;--le-color-warning-subtle:#422006;--le-color-on-warning:#0f172a;--le-color-error:#f87171;--le-color-error-subtle:#450a0a;--le-color-on-error:#0f172a;--le-color-info:#22d3ee;--le-color-info-subtle:#164e63;--le-color-on-info:#0f172a;--le-color-background:#0f172a;--le-color-surface:#1e293b;--le-color-surface-raised:#334155;--le-color-surface-overlay:rgba(0, 0, 0, 0.7);--le-color-text:#f1f5f9;--le-color-text-secondary:#94a3b8;--le-color-text-muted:#64748b;--le-color-text-inverse:#0f172a;--le-color-border:#334155;--le-color-border-strong:#475569;--le-color-border-focus:var(--le-color-primary);--le-shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.3);--le-shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -2px rgba(0, 0, 0, 0.3);--le-shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -4px rgba(0, 0, 0, 0.3);--le-shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 8px 10px -6px rgba(0, 0, 0, 0.4);--le-shadow-focus:0 0 0 3px rgba(96, 165, 250, 0.4)}[theme="gradient"]{--le-color-primary:#8b5cf6;--le-color-primary-hover:#a78bfa;--le-color-primary-active:#7c3aed;--le-color-primary-subtle:#f5f3ff;--le-color-on-primary:#ffffff;--le-color-secondary:#ec4899;--le-color-secondary-hover:#f472b6;--le-color-secondary-active:#db2777;--le-color-secondary-subtle:#fdf2f8;--le-color-on-secondary:#ffffff;--le-color-success:#10b981;--le-color-success-subtle:#ecfdf5;--le-color-on-success:#ffffff;--le-color-warning:#f59e0b;--le-color-warning-subtle:#fffbeb;--le-color-on-warning:#000000;--le-color-error:#f43f5e;--le-color-error-subtle:#fff1f2;--le-color-on-error:#ffffff;--le-color-info:#06b6d4;--le-color-info-subtle:#ecfeff;--le-color-on-info:#ffffff;--le-color-background:linear-gradient(135deg, #faf5ff 0%, #fdf2f8 50%, #fff7ed 100%);--le-color-surface:rgba(255, 255, 255, 0.9);--le-color-surface-raised:#ffffff;--le-color-surface-overlay:rgba(139, 92, 246, 0.3);--le-color-text:#1f2937;--le-color-text-secondary:#6b7280;--le-color-text-muted:#9ca3af;--le-color-text-inverse:#ffffff;--le-color-border:rgba(139, 92, 246, 0.2);--le-color-border-strong:rgba(139, 92, 246, 0.4);--le-color-border-focus:var(--le-color-primary);--le-radius-sm:6px;--le-radius-md:12px;--le-radius-lg:16px;--le-radius-xl:20px;--le-radius-2xl:28px;--le-shadow-sm:0 1px 3px 0 rgba(139, 92, 246, 0.1);--le-shadow-md:0 4px 6px -1px rgba(139, 92, 246, 0.15), 0 2px 4px -2px rgba(236, 72, 153, 0.1);--le-shadow-lg:0 10px 15px -3px rgba(139, 92, 246, 0.2), 0 4px 6px -4px rgba(236, 72, 153, 0.15);--le-shadow-xl:0 20px 25px -5px rgba(139, 92, 246, 0.25), 0 8px 10px -6px rgba(236, 72, 153, 0.2);--le-shadow-focus:0 0 0 3px rgba(139, 92, 246, 0.4)}[theme="minimal"]{--le-color-primary:#374151;--le-color-primary-hover:#1f2937;--le-color-primary-active:#111827;--le-color-primary-subtle:#f3f4f6;--le-color-on-primary:#ffffff;--le-color-secondary:#9ca3af;--le-color-secondary-hover:#6b7280;--le-color-secondary-active:#4b5563;--le-color-secondary-subtle:#f9fafb;--le-color-on-secondary:#ffffff;--le-color-success:#059669;--le-color-success-subtle:#f0fdf4;--le-color-on-success:#ffffff;--le-color-warning:#d97706;--le-color-warning-subtle:#fffbeb;--le-color-on-warning:#ffffff;--le-color-error:#dc2626;--le-color-error-subtle:#fef2f2;--le-color-on-error:#ffffff;--le-color-info:#0891b2;--le-color-info-subtle:#ecfeff;--le-color-on-info:#ffffff;--le-color-background:#fafafa;--le-color-surface:#ffffff;--le-color-surface-raised:#ffffff;--le-color-surface-overlay:rgba(0, 0, 0, 0.4);--le-color-text:#111827;--le-color-text-secondary:#6b7280;--le-color-text-muted:#9ca3af;--le-color-text-inverse:#ffffff;--le-color-border:#e5e7eb;--le-color-border-strong:#d1d5db;--le-color-border-focus:var(--le-color-primary);--le-radius-none:0;--le-radius-sm:2px;--le-radius-md:4px;--le-radius-lg:6px;--le-radius-xl:8px;--le-radius-2xl:12px;--le-radius-full:9999px;--le-shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.03);--le-shadow-md:0 2px 4px -1px rgba(0, 0, 0, 0.06);--le-shadow-lg:0 4px 8px -2px rgba(0, 0, 0, 0.08);--le-shadow-xl:0 8px 16px -4px rgba(0, 0, 0, 0.1);--le-shadow-focus:0 0 0 2px rgba(55, 65, 81, 0.2)}[theme="warm"]{--le-color-primary:#ea580c;--le-color-primary-hover:#f97316;--le-color-primary-active:#c2410c;--le-color-primary-subtle:#fff7ed;--le-color-on-primary:#ffffff;--le-color-secondary:#78716c;--le-color-secondary-hover:#57534e;--le-color-secondary-active:#44403c;--le-color-secondary-subtle:#fafaf9;--le-color-on-secondary:#ffffff;--le-color-success:#65a30d;--le-color-success-subtle:#f7fee7;--le-color-on-success:#ffffff;--le-color-warning:#d97706;--le-color-warning-subtle:#fffbeb;--le-color-on-warning:#000000;--le-color-error:#dc2626;--le-color-error-subtle:#fef2f2;--le-color-on-error:#ffffff;--le-color-info:#0891b2;--le-color-info-subtle:#ecfeff;--le-color-on-info:#ffffff;--le-color-background:#fffbf5;--le-color-surface:#ffffff;--le-color-surface-raised:#ffffff;--le-color-surface-overlay:rgba(120, 53, 15, 0.4);--le-color-text:#292524;--le-color-text-secondary:#78716c;--le-color-text-muted:#a8a29e;--le-color-text-inverse:#ffffff;--le-color-border:#e7e5e4;--le-color-border-strong:#d6d3d1;--le-color-border-focus:var(--le-color-primary);--le-radius-sm:4px;--le-radius-md:8px;--le-radius-lg:12px;--le-radius-xl:16px;--le-radius-2xl:24px;--le-shadow-sm:0 1px 2px 0 rgba(120, 53, 15, 0.05);--le-shadow-md:0 4px 6px -1px rgba(120, 53, 15, 0.1), 0 2px 4px -2px rgba(120, 53, 15, 0.08);--le-shadow-lg:0 10px 15px -3px rgba(120, 53, 15, 0.12), 0 4px 6px -4px rgba(120, 53, 15, 0.1);--le-shadow-xl:0 20px 25px -5px rgba(120, 53, 15, 0.15), 0 8px 10px -6px rgba(120, 53, 15, 0.12);--le-shadow-focus:0 0 0 3px rgba(234, 88, 12, 0.3)}';var u=Object.defineProperty;var p=(e,r)=>{for(var o in r)u(e,o,{get:r[o],enumerable:true})};var b="http://www.w3.org/2000/svg";var g="http://www.w3.org/1999/xhtml";var x=(e,r)=>{var o;const l=r.o;const f=Object.entries((o=l.l)!=null?o:{});f.map((([o,[l]])=>{if(l&31||l&32){const l=e[o];const f=m(Object.getPrototypeOf(e),o)||Object.getOwnPropertyDescriptor(e,o);if(f){Object.defineProperty(e,o,{get(){return f.get.call(this)},set(e){f.set.call(this,e)},configurable:true,enumerable:true})}e[o]=r.t.has(o)?r.t.get(o):l}}))};function m(e,r){while(e){const o=Object.getOwnPropertyDescriptor(e,r);if(o==null?void 0:o.get)return o;e=Object.getPrototypeOf(e)}return void 0}var h=e=>{if(e.__stencil__getHostRef){return e.__stencil__getHostRef()}return void 0};var y=(e,o)=>{if(!o)return;e.__stencil__getHostRef=()=>o;o.i=e;if(o.o.u&512&&r.state){x(e,o)}};var v=(e,r)=>{const o={u:0,$hostElement$:e,o:r,t:new Map,p:new Map};{o.m=new Promise((e=>o.h=e))}{o.v=new Promise((e=>o.k=e));e["s-p"]=[];e["s-rc"]=[]}{o.S=[]}const l=o;e.__stencil__getHostRef=()=>l;return l};var w=(e,r)=>r in e;var k=(e,r)=>(0,console.error)(e,r);var S=new Map;var $=(e,r,o)=>{const l=e.$.replace(/-/g,"_");const f=e.j;if(!f){return void 0}const a=S.get(f);if(a){return a[l]}
|
|
2
|
-
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import(`./${f}.entry.js${""}`).then((e=>{{S.set(f,e)}return e[l]}),(e=>{k(e,r.$hostElement$)}))};var j=new Map;var z="{visibility:hidden}.hydrated{visibility:inherit}";var O="slot-fb{display:contents}slot-fb[hidden]{display:none}";var C="http://www.w3.org/1999/xlink";var M=typeof window!=="undefined"?window:{};var E={u:0,O:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,r,o,l)=>e.addEventListener(r,o,l),rel:(e,r,o,l)=>e.removeEventListener(r,o,l),ce:(e,r)=>new CustomEvent(e,r)};var U=(()=>{var e;let r=false;try{(e=M.document)==null?void 0:e.addEventListener("e",null,Object.defineProperty({},"passive",{get(){r=true}}))}catch(e){}return r})();var R=e=>Promise.resolve(e);var F=(()=>{try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(e){}return false})();var P=F?(()=>!!M.document&&Object.getOwnPropertyDescriptor(M.document.adoptedStyleSheets,"length").writable)():false;var N=false;var D=[];var W=[];var A=(e,r)=>o=>{e.push(o);if(!N){N=true;if(r&&E.u&4){H(L)}else{E.raf(L)}}};var I=e=>{for(let r=0;r<e.length;r++){try{e[r](performance.now())}catch(e){k(e)}}e.length=0};var L=()=>{I(D);{I(W);if(N=D.length>0){E.raf(L)}}};var H=e=>R().then(e);var T=A(W,true);var V=e=>{e=typeof e;return e==="object"||e==="function"};function q(e){var r,o,l;return(l=(o=(r=e.head)==null?void 0:r.querySelector('meta[name="csp-nonce"]'))==null?void 0:o.getAttribute("content"))!=null?l:void 0}var B=e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");var G={};p(G,{err:()=>_,map:()=>J,ok:()=>Y,unwrap:()=>K,unwrapErr:()=>Q});var Y=e=>({isOk:true,isErr:false,value:e});var _=e=>({isOk:false,isErr:true,value:e});function J(e,r){if(e.isOk){const o=r(e.value);if(o instanceof Promise){return o.then((e=>Y(e)))}else{return Y(o)}}if(e.isErr){const r=e.value;return _(r)}throw"should never get here"}var K=e=>{if(e.isOk){return e.value}else{throw e.value}};var Q=e=>{if(e.isErr){return e.value}else{throw e.value}};function X(e){if(!F)return void 0;const r=new CSSStyleSheet;r.replaceSync(e);return r}var Z;function ee(e){var r;const o=this.attachShadow({mode:"open"});if(Z===void 0)Z=(r=X(d))!=null?r:null;if(Z){if(P){o.adoptedStyleSheets.push(Z)}else{o.adoptedStyleSheets=[...o.adoptedStyleSheets,Z]}}}var re=(e,r="")=>{{return()=>{}}};var oe=(e,r)=>{{return()=>{}}};var le=new WeakMap;var fe=(e,r,o)=>{let l=j.get(e);if(F&&o){l=l||new CSSStyleSheet;if(typeof l==="string"){l=r}else{l.replaceSync(r)}}else{l=r}j.set(e,l)};var ae=(e,r,o)=>{var l;const f=te(r);const a=j.get(f);if(!M.document){return f}e=e.nodeType===11?e:M.document;if(a){if(typeof a==="string"){e=e.head||e;let o=le.get(e);let c;if(!o){le.set(e,o=new Set)}if(!o.has(f)){{c=M.document.createElement("style");c.innerHTML=a;const o=(l=E.C)!=null?l:q(M.document);if(o!=null){c.setAttribute("nonce",o)}if(!(r.u&1)){if(e.nodeName==="HEAD"){const r=e.querySelectorAll("link[rel=preconnect]");const o=r.length>0?r[r.length-1].nextSibling:e.querySelector("style");e.insertBefore(c,(o==null?void 0:o.parentNode)===e?o:null)}else if("host"in e){if(F){const r=new CSSStyleSheet;r.replaceSync(a);if(P){e.adoptedStyleSheets.unshift(r)}else{e.adoptedStyleSheets=[r,...e.adoptedStyleSheets]}}else{const r=e.querySelector("style");if(r){r.innerHTML=a+r.innerHTML}else{e.prepend(c)}}}else{e.append(c)}}if(r.u&1){e.insertBefore(c,null)}}if(r.u&4){c.innerHTML+=O}if(o){o.add(f)}}}else if(!e.adoptedStyleSheets.includes(a)){if(P){e.adoptedStyleSheets.push(a)}else{e.adoptedStyleSheets=[...e.adoptedStyleSheets,a]}}}return f};var ce=e=>{const r=e.o;const o=e.$hostElement$;const l=r.u;const f=re("attachStyles",r.$);const a=ae(o.shadowRoot?o.shadowRoot:o.getRootNode(),r);if(l&10){o["s-sc"]=a;o.classList.add(a+"-h")}f()};var te=(e,r)=>"sc-"+e.$;var ne=(e,r,...o)=>{let l=null;let f=null;let a=false;let c=false;const t=[];const n=r=>{for(let o=0;o<r.length;o++){l=r[o];if(Array.isArray(l)){n(l)}else if(l!=null&&typeof l!=="boolean"){if(a=typeof e!=="function"&&!V(l)){l=String(l)}if(a&&c){t[t.length-1].M+=l}else{t.push(a?se(null,l):l)}c=a}}};n(o);if(r){if(r.key){f=r.key}{const e=r.className||r.class;if(e){r.class=typeof e!=="object"?e:Object.keys(e).filter((r=>e[r])).join(" ")}}}if(typeof e==="function"){return e(r===null?{}:r,t,ue)}const s=se(e,null);s.U=r;if(t.length>0){s.R=t}{s.F=f}return s};var se=(e,r)=>{const o={u:0,P:e,M:r,N:null,R:null};{o.U=null}{o.F=null}return o};var ie={};var de=e=>e&&e.P===ie;var ue={forEach:(e,r)=>e.map(pe).forEach(r),map:(e,r)=>e.map(pe).map(r).map(be)};var pe=e=>({vattrs:e.U,vchildren:e.R,vkey:e.F,vname:e.D,vtag:e.P,vtext:e.M});var be=e=>{if(typeof e.vtag==="function"){const r={...e.vattrs};if(e.vkey){r.key=e.vkey}if(e.vname){r.name=e.vname}return ne(e.vtag,r,...e.vchildren||[])}const r=se(e.vtag,e.vtext);r.U=e.vattrs;r.R=e.vchildren;r.F=e.vkey;r.D=e.vname;return r};var ge=e=>{const r=B(e);return new RegExp(`(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?${r}))(${r}\\b)`,"g")};ge("::slotted");ge(":host");ge(":host-context");var xe=(e,r,o)=>{if(e!=null&&!V(e)){if(r&4){{return e==="false"?false:e===""||!!e}}if(r&2){return typeof e==="string"?parseFloat(e):typeof e==="number"?e:NaN}if(r&1){return String(e)}return e}return e};var me=e=>{var r;return(r=h(e))==null?void 0:r.$hostElement$};var he=(e,r,o)=>{const l=me(e);return{emit:e=>ye(l,r,{bubbles:true,composed:true,cancelable:true,detail:e})}};var ye=(e,r,o)=>{const l=E.ce(r,o);e.dispatchEvent(l);return l};var ve=(e,r,o,l,f,a,c)=>{if(o===l){return}let t=w(e,r);let n=r.toLowerCase();if(r==="class"){const r=e.classList;const f=ke(o);let a=ke(l);{r.remove(...f.filter((e=>e&&!a.includes(e))));r.add(...a.filter((e=>e&&!f.includes(e))))}}else if(r==="style"){{for(const r in o){if(!l||l[r]==null){if(r.includes("-")){e.style.removeProperty(r)}else{e.style[r]=""}}}}for(const r in l){if(!o||l[r]!==o[r]){if(r.includes("-")){e.style.setProperty(r,l[r])}else{e.style[r]=l[r]}}}}else if(r==="key");else if(r==="ref"){if(l){l(e)}}else if(!t&&r[0]==="o"&&r[1]==="n"){if(r[2]==="-"){r=r.slice(3)}else if(w(M,n)){r=n.slice(2)}else{r=n[2]+r.slice(3)}if(o||l){const f=r.endsWith(Se);r=r.replace($e,"");if(o){E.rel(e,r,o,f)}if(l){E.ael(e,r,l,f)}}}else{const c=V(l);if((t||c&&l!==null)&&!f){try{if(!e.tagName.includes("-")){const f=l==null?"":l;if(r==="list"){t=false}else if(o==null||e[r]!=f){if(typeof e.__lookupSetter__(r)==="function"){e[r]=f}else{e.setAttribute(r,f)}}}else if(e[r]!==l){e[r]=l}}catch(e){}}let s=false;{if(n!==(n=n.replace(/^xlink\:?/,""))){r=n;s=true}}if(l==null||l===false){if(l!==false||e.getAttribute(r)===""){if(s){e.removeAttributeNS(C,r)}else{e.removeAttribute(r)}}}else if((!t||a&4||f)&&!c&&e.nodeType===1){l=l===true?"":l;if(s){e.setAttributeNS(C,r,l)}else{e.setAttribute(r,l)}}}};var we=/\s/;var ke=e=>{if(typeof e==="object"&&e&&"baseVal"in e){e=e.baseVal}if(!e||typeof e!=="string"){return[]}return e.split(we)};var Se="Capture";var $e=new RegExp(Se+"$");var je=(e,r,o,l)=>{const f=r.N.nodeType===11&&r.N.host?r.N.host:r.N;const a=e&&e.U||{};const c=r.U||{};{for(const e of ze(Object.keys(a))){if(!(e in c)){ve(f,e,a[e],void 0,o,r.u)}}}for(const e of ze(Object.keys(c))){ve(f,e,a[e],c[e],o,r.u)}};function ze(e){return e.includes("ref")?[...e.filter((e=>e!=="ref")),"ref"]:e}var Oe;var Ce=false;var Me=(e,r,o)=>{const l=r.R[o];let f=0;let a;let c;if(l.M!==null){a=l.N=M.document.createTextNode(l.M)}else{if(!Ce){Ce=l.P==="svg"}if(!M.document){throw new Error("You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component.")}a=l.N=M.document.createElementNS(Ce?b:g,l.P);if(Ce&&l.P==="foreignObject"){Ce=false}{je(null,l,Ce)}if(l.R){for(f=0;f<l.R.length;++f){c=Me(e,l,f);if(c){a.appendChild(c)}}}{if(l.P==="svg"){Ce=false}else if(a.tagName==="foreignObject"){Ce=true}}}a["s-hn"]=Oe;return a};var Ee=(e,r,o,l,f,a)=>{let c=e;let t;if(c.shadowRoot&&c.tagName===Oe){c=c.shadowRoot}for(;f<=a;++f){if(l[f]){t=Me(null,o,f);if(t){l[f].N=t;De(c,t,r)}}}};var Ue=(e,r,o)=>{for(let l=r;l<=o;++l){const r=e[l];if(r){const e=r.N;Ne(r);if(e){e.remove()}}}};var Re=(e,r,o,l,f=false)=>{let a=0;let c=0;let t=0;let n=0;let s=r.length-1;let i=r[0];let d=r[s];let u=l.length-1;let p=l[0];let b=l[u];let g;let x;while(a<=s&&c<=u){if(i==null){i=r[++a]}else if(d==null){d=r[--s]}else if(p==null){p=l[++c]}else if(b==null){b=l[--u]}else if(Fe(i,p,f)){Pe(i,p,f);i=r[++a];p=l[++c]}else if(Fe(d,b,f)){Pe(d,b,f);d=r[--s];b=l[--u]}else if(Fe(i,b,f)){Pe(i,b,f);De(e,i.N,d.N.nextSibling);i=r[++a];b=l[--u]}else if(Fe(d,p,f)){Pe(d,p,f);De(e,d.N,i.N);d=r[--s];p=l[++c]}else{t=-1;{for(n=a;n<=s;++n){if(r[n]&&r[n].F!==null&&r[n].F===p.F){t=n;break}}}if(t>=0){x=r[t];if(x.P!==p.P){g=Me(r&&r[c],o,t)}else{Pe(x,p,f);r[t]=void 0;g=x.N}p=l[++c]}else{g=Me(r&&r[c],o,c);p=l[++c]}if(g){{De(i.N.parentNode,g,i.N)}}}}if(a>s){Ee(e,l[u+1]==null?null:l[u+1].N,o,l,c,u)}else if(c>u){Ue(r,a,s)}};var Fe=(e,r,o=false)=>{if(e.P===r.P){if(!o){return e.F===r.F}if(o&&!e.F&&r.F){e.F=r.F}return true}return false};var Pe=(e,o,l=false)=>{const f=o.N=e.N;const a=e.R;const c=o.R;const t=o.P;const n=o.M;if(n===null){{Ce=t==="svg"?true:t==="foreignObject"?false:Ce}{je(e,o,Ce)}if(a!==null&&c!==null){Re(f,a,o,c,l)}else if(c!==null){if(e.M!==null){f.textContent=""}Ee(f,null,o,c,0,c.length-1)}else if(!l&&r.updatable&&a!==null){Ue(a,0,a.length-1)}else;if(Ce&&t==="svg"){Ce=false}}else if(e.M!==n){f.data=n}};var Ne=e=>{{e.U&&e.U.ref&&e.U.ref(null);e.R&&e.R.map(Ne)}};var De=(e,r,o)=>{{return e==null?void 0:e.insertBefore(r,o)}};var We=(e,r,o=false)=>{const l=e.$hostElement$;const f=e.o;const a=e.W||se(null,null);const c=de(r);const t=c?r:ne(null,null,r);Oe=l.tagName;if(f.A){t.U=t.U||{};f.A.forEach((([e,r])=>{{t.U[r]=l[e]}}))}if(o&&t.U){for(const e of Object.keys(t.U)){if(l.hasAttribute(e)&&!["key","ref","style","class"].includes(e)){t.U[e]=l[e]}}}t.P=null;t.u|=4;e.W=t;t.N=a.N=l.shadowRoot||l;Pe(a,t,o)};var Ae=(e,r)=>{if(r&&!e.I&&r["s-p"]){const o=r["s-p"].push(new Promise((l=>e.I=()=>{r["s-p"].splice(o-1,1);l()})))}};var Ie=(e,r)=>{{e.u|=16}if(e.u&4){e.u|=512;return}Ae(e,e.L);const o=()=>Le(e,r);if(r){queueMicrotask((()=>{o()}));return}return T(o)};var Le=(e,r)=>{const o=e.$hostElement$;const l=re("scheduleUpdate",e.o.$);const f=e.i;if(!f){throw new Error(`Can't render component <${o.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`)}let a;if(r){{{e.u|=256;if(e.H){e.H.map((([e,r])=>Ye(f,e,r,o)));e.H=void 0}}if(e.S.length){e.S.forEach((e=>e(o)))}}a=Ye(f,"componentWillLoad",void 0,o)}else{a=Ye(f,"componentWillUpdate",void 0,o)}a=He(a,(()=>Ye(f,"componentWillRender",void 0,o)));l();return He(a,(()=>Ve(e,f,r)))};var He=(e,r)=>Te(e)?e.then(r).catch((e=>{console.error(e);r()})):r();var Te=e=>e instanceof Promise||e&&e.then&&typeof e.then==="function";var Ve=async(e,r,o)=>{var l;const f=e.$hostElement$;const a=re("update",e.o.$);const c=f["s-rc"];if(o){ce(e)}const t=re("render",e.o.$);{qe(e,r,f,o)}if(c){c.map((e=>e()));f["s-rc"]=void 0}t();a();{const r=(l=f["s-p"])!=null?l:[];const o=()=>Be(e);if(r.length===0){o()}else{Promise.all(r).then(o);e.u|=4;r.length=0}}};var qe=(e,r,o,l)=>{try{r=r.render();{e.u&=-17}{e.u|=2}{{{We(e,r,l)}}}}catch(r){k(r,e.$hostElement$)}return null};var Be=e=>{const r=e.o.$;const o=e.$hostElement$;const l=re("postUpdate",r);const f=e.i;const a=e.L;Ye(f,"componentDidRender",void 0,o);if(!(e.u&64)){e.u|=64;{_e(o)}Ye(f,"componentDidLoad",void 0,o);l();{e.k(o);if(!a){Ge()}}}else{Ye(f,"componentDidUpdate",void 0,o);l()}{e.h(o)}{if(e.I){e.I();e.I=void 0}if(e.u&512){H((()=>Ie(e,false)))}e.u&=-517}};var Ge=r=>{H((()=>ye(M,"appload",{detail:{namespace:e}})))};var Ye=(e,r,o,l)=>{if(e&&e[r]){try{return e[r](o)}catch(e){k(e,l)}}return void 0};var _e=e=>{var o;return e.classList.add((o=r.hydratedSelectorName)!=null?o:"hydrated")};var Je=(e,r)=>h(e).t.get(r);var Ke=(e,r,o,l)=>{const f=h(e);if(!f){return}if(!f){throw new Error(`Couldn't find host element for "${l.$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`)}const a=f.$hostElement$;const c=f.t.get(r);const t=f.u;const n=f.i;o=xe(o,l.l[r][0]);const s=Number.isNaN(c)&&Number.isNaN(o);const i=o!==c&&!s;if((!(t&8)||c===void 0)&&i){f.t.set(r,o);if(n){if(l.T&&t&128){const e=l.T[r];if(e){e.map((e=>{try{n[e](o,c,r)}catch(e){k(e,a)}}))}}if((t&(2|16))===2){if(n.componentShouldUpdate){if(n.componentShouldUpdate(o,c,r)===false){return}}Ie(f,false)}}}};var Qe=(e,o,l)=>{var f,a;const c=e.prototype;if(o.l||r.propChangeCallback){{if(e.watchers&&!o.T){o.T=e.watchers}if(e.deserializers&&!o.V){o.V=e.deserializers}if(e.serializers&&!o.q){o.q=e.serializers}}const t=Object.entries((f=o.l)!=null?f:{});t.map((([e,[r]])=>{if(r&31||l&2&&r&32){const{get:f,set:a}=Object.getOwnPropertyDescriptor(c,e)||{};if(f)o.l[e][0]|=2048;if(a)o.l[e][0]|=4096;if(l&1||!f){Object.defineProperty(c,e,{get(){{if((o.l[e][0]&2048)===0){return Je(this,e)}const r=h(this);const l=r?r.i:c;if(!l)return;return l[e]}},configurable:true,enumerable:true})}Object.defineProperty(c,e,{set(f){const c=h(this);if(!c){return}if(a){const l=r&32?this[e]:c.$hostElement$[e];if(typeof l==="undefined"&&c.t.get(e)){f=c.t.get(e)}a.apply(this,[xe(f,r)]);f=r&32?this[e]:c.$hostElement$[e];Ke(this,e,f,o);return}{if((l&1)===0||(o.l[e][0]&4096)===0){Ke(this,e,f,o);if(l&1&&!c.i){c.S.push((()=>{if(o.l[e][0]&4096&&c.i[e]!==c.t.get(e)){c.i[e]=f}}))}return}const a=()=>{const l=c.i[e];if(!c.t.get(e)&&l){c.t.set(e,l)}c.i[e]=xe(f,r);Ke(this,e,c.i[e],o)};if(c.i){a()}else{c.S.push((()=>{a()}))}}}})}else if(l&1&&r&64){Object.defineProperty(c,e,{value(...r){var o;const l=h(this);return(o=l==null?void 0:l.m)==null?void 0:o.then((()=>{var o;return(o=l.i)==null?void 0:o[e](...r)}))}})}}));if(l&1){const l=new Map;c.attributeChangedCallback=function(e,f,a){E.jmp((()=>{var n;const s=l.get(e);const i=h(this);if(this.hasOwnProperty(s)&&r.lazyLoad){a=this[s];delete this[s]}if(c.hasOwnProperty(s)&&typeof this[s]==="number"&&this[s]==a){return}else if(s==null){const r=i==null?void 0:i.u;if(i&&r&&!(r&8)&&r&128&&a!==f){const r=i.i;const l=(n=o.T)==null?void 0:n[e];l==null?void 0:l.forEach((o=>{if(r[o]!=null){r[o].call(r,a,f,e)}}))}return}const d=t.find((([e])=>e===s));if(d&&d[1][0]&4){a=a===null||a==="false"?false:true}const u=Object.getOwnPropertyDescriptor(c,s);if(a!=this[s]&&(!u.get||!!u.set)){this[s]=a}}))};e.observedAttributes=Array.from(new Set([...Object.keys((a=o.T)!=null?a:{}),...t.filter((([e,r])=>r[0]&31)).map((([e,r])=>{var f;const a=r[1]||e;l.set(a,e);if(r[0]&512){(f=o.A)==null?void 0:f.push([e,a])}return a}))]))}}return e};var Xe=async(e,r,o,l)=>{let f;if((r.u&32)===0){r.u|=32;const l=o.j;if(l){const l=$(o,r);if(l&&"then"in l){const e=oe();f=await l;e()}else{f=l}if(!f){throw new Error(`Constructor for "${o.$}#${r.B}" was not found`)}if(!f.isProxied){{o.T=f.watchers;o.q=f.serializers;o.V=f.deserializers}Qe(f,o,2);f.isProxied=true}const a=re("createInstance",o.$);{r.u|=8}try{new f(r)}catch(r){k(r,e)}{r.u&=-9}{r.u|=128}a();Ze(r.i,e)}else{f=e.constructor;const o=e.localName;customElements.whenDefined(o).then((()=>r.u|=128))}if(f&&f.style){let e;if(typeof f.style==="string"){e=f.style}const r=te(o);if(!j.has(r)){const l=re("registerStyles",o.$);fe(r,e,!!(o.u&1));l()}}}const a=r.L;const c=()=>Ie(r,true);if(a&&a["s-rc"]){a["s-rc"].push(c)}else{c()}};var Ze=(e,r)=>{{Ye(e,"connectedCallback",void 0,r)}};var er=e=>{if((E.u&1)===0){const r=h(e);if(!r){return}const o=r.o;const l=re("connectedCallback",o.$);if(!(r.u&1)){r.u|=1;{let o=e;while(o=o.parentNode||o.host){if(o["s-p"]){Ae(r,r.L=o);break}}}if(o.l){Object.entries(o.l).map((([r,[o]])=>{if(o&31&&r in e&&e[r]!==Object.prototype[r]){const o=e[r];delete e[r];e[r]=o}}))}{Xe(e,r,o)}}else{ar(e,r,o.G);if(r==null?void 0:r.i){Ze(r.i,e)}else if(r==null?void 0:r.v){r.v.then((()=>Ze(r.i,e)))}}l()}};var rr=(e,r)=>{{Ye(e,"disconnectedCallback",void 0,r||e)}};var or=async e=>{if((E.u&1)===0){const r=h(e);{if(r==null?void 0:r.Y){r.Y.map((e=>e()));r.Y=void 0}}if(r==null?void 0:r.i){rr(r.i,e)}else if(r==null?void 0:r.v){r.v.then((()=>rr(r.i,e)))}}if(le.has(e)){le.delete(e)}if(e.shadowRoot&&le.has(e.shadowRoot)){le.delete(e.shadowRoot)}};var lr=(e,r={})=>{var o;if(!M.document){console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");return}const l=re();const f=[];const a=r.exclude||[];const c=M.customElements;const t=M.document.head;const n=t.querySelector("meta[charset]");const s=M.document.createElement("style");const i=[];let d;let u=true;Object.assign(E,r);E.O=new URL(r.resourcesUrl||"./",M.document.baseURI).href;let p=false;e.map((e=>{e[1].map((r=>{var o,l,t;const n={u:r[0],$:r[1],l:r[2],G:r[3]};if(n.u&4){p=true}{n.l=r[2]}{n.G=r[3]}{n.A=[]}{n.T=(o=r[4])!=null?o:{};n.q=(l=r[5])!=null?l:{};n.V=(t=r[6])!=null?t:{}}const s=n.$;const b=class extends HTMLElement{constructor(e){super(e);this.hasRegisteredEventListeners=false;e=this;v(e,n);if(n.u&1){{if(!e.shadowRoot){ee.call(e,n)}else{if(e.shadowRoot.mode!=="open"){throw new Error(`Unable to re-use existing shadow root for ${n.$}! Mode is set to ${e.shadowRoot.mode} but Stencil only supports open shadow roots.`)}}}}}connectedCallback(){const e=h(this);if(!e){return}if(!this.hasRegisteredEventListeners){this.hasRegisteredEventListeners=true;ar(this,e,n.G)}if(d){clearTimeout(d);d=null}if(u){i.push(this)}else{E.jmp((()=>er(this)))}}disconnectedCallback(){E.jmp((()=>or(this)));E.raf((()=>{var e;const r=h(this);if(!r){return}const o=i.findIndex((e=>e===this));if(o>-1){i.splice(o,1)}if(((e=r==null?void 0:r.W)==null?void 0:e.N)instanceof Node&&!r.W.N.isConnected){delete r.W.N}}))}componentOnReady(){var e;return(e=h(this))==null?void 0:e.v}};n.j=e[0];if(!a.includes(s)&&!c.get(s)){f.push(s);c.define(s,Qe(b,n,1))}}))}));if(f.length>0){if(p){s.textContent+=O}{s.textContent+=f.sort()+z}if(s.innerHTML.length){s.setAttribute("data-styles","");const e=(o=E.C)!=null?o:q(M.document);if(e!=null){s.setAttribute("nonce",e)}t.insertBefore(s,n?n.nextSibling:t.firstChild)}}u=false;if(i.length){i.map((e=>e.connectedCallback()))}else{{E.jmp((()=>d=setTimeout(Ge,30)))}}l()};var fr=(e,r)=>r;var ar=(e,r,o,l)=>{if(o&&M.document){o.map((([o,l,f])=>{const a=tr(M.document,e,o);const c=cr(r,f);const t=nr(o);E.ael(a,l,c,t);(r.Y=r.Y||[]).push((()=>E.rel(a,l,c,t)))}))}};var cr=(e,r)=>o=>{var l;try{{if(e.u&256){(l=e.i)==null?void 0:l[r](o)}else{(e.H=e.H||[]).push([r,o])}}}catch(r){k(r,e.$hostElement$)}};var tr=(e,r,o)=>{if(o&8){return M}return r};var nr=e=>U?{passive:(e&1)!==0,capture:(e&2)!==0}:(e&2)!==0;var sr=e=>E.C=e;export{fr as F,ie as H,l as a,lr as b,a as c,f as d,c as e,n as f,i as g,s as h,he as i,me as j,ne as k,R as p,y as r,sr as s};
|
|
3
|
-
//# sourceMappingURL=p-CJ-z5Zj1.js.map
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{a as t}from"./p-CJ-z5Zj1.js";function e(t="le"){return`${t}-${Math.random().toString(36).substring(2,9)}`}function r(t){if(!t)return[];return t.split(",").map((t=>t.trim())).filter(Boolean)}function o(t,e=""){const r=e?`[slot="${e}"]`:":not([slot])";return t.querySelector(r)!==null}function i(e,r){r(t(e));const o=new MutationObserver((()=>{r(t(e))}));o.observe(e,{attributes:true,attributeFilter:["mode"]});o.observe(document.documentElement,{attributes:true,attributeFilter:["mode"]});let i=e;while(i){if(i instanceof Element&&i.parentElement){i=i.parentElement;o.observe(i,{attributes:true,attributeFilter:["mode"]});if(i.hasAttribute("mode")){break}}else{const t=i.getRootNode();if(t instanceof ShadowRoot){i=t.host;o.observe(i,{attributes:true,attributeFilter:["mode"]});if(i.hasAttribute("mode")){break}}else{break}}}return()=>o.disconnect()}function n(...t){const e=[];t.forEach((t=>{if(!t)return;if(typeof t==="string"){e.push(t)}else if(Array.isArray(t)){e.push(n(...t))}else if(typeof t==="object"){Object.entries(t).forEach((([t,r])=>{if(r){e.push(t)}}))}}));return e.join(" ")}export{n as c,e as g,i as o,r as p,o as s};
|
|
2
|
-
//# sourceMappingURL=p-Drz36PDp.js.map
|
package/dist/docs.d.ts
DELETED
|
@@ -1,443 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/**
|
|
3
|
-
* This is an autogenerated file created by the Stencil compiler.
|
|
4
|
-
* DO NOT MODIFY IT MANUALLY
|
|
5
|
-
*/
|
|
6
|
-
interface ComponentCompilerPropertyComplexType {
|
|
7
|
-
/**
|
|
8
|
-
* The string of the original type annotation in the Stencil source code
|
|
9
|
-
*/
|
|
10
|
-
original: string;
|
|
11
|
-
/**
|
|
12
|
-
* A 'resolved' type, where e.g. imported types have been resolved and inlined
|
|
13
|
-
*
|
|
14
|
-
* For instance, an annotation like `(foo: Foo) => string;` will be
|
|
15
|
-
* converted to `(foo: { foo: string }) => string;`.
|
|
16
|
-
*/
|
|
17
|
-
resolved: string;
|
|
18
|
-
/**
|
|
19
|
-
* A record of the types which were referenced in the assorted type
|
|
20
|
-
* annotation in the original source file.
|
|
21
|
-
*/
|
|
22
|
-
references: ComponentCompilerTypeReferences;
|
|
23
|
-
}
|
|
24
|
-
type ComponentCompilerTypeReferences = Record<string, ComponentCompilerTypeReference>;
|
|
25
|
-
interface ComponentCompilerTypeReference {
|
|
26
|
-
/**
|
|
27
|
-
* A type may be defined:
|
|
28
|
-
* - locally (in the same file as the component that uses it)
|
|
29
|
-
* - globally
|
|
30
|
-
* - by importing it into a file (and is defined elsewhere)
|
|
31
|
-
*/
|
|
32
|
-
location: "local" | "global" | "import";
|
|
33
|
-
/**
|
|
34
|
-
* The path to the type reference, if applicable (global types should not need a path associated with them)
|
|
35
|
-
*/
|
|
36
|
-
path?: string;
|
|
37
|
-
/**
|
|
38
|
-
* An ID for this type which is unique within a Stencil project.
|
|
39
|
-
*/
|
|
40
|
-
id: string;
|
|
41
|
-
}
|
|
42
|
-
interface ComponentCompilerReferencedType {
|
|
43
|
-
/**
|
|
44
|
-
* The path to the module where the type is declared.
|
|
45
|
-
*/
|
|
46
|
-
path: string;
|
|
47
|
-
/**
|
|
48
|
-
* The string of the original type annotation in the Stencil source code
|
|
49
|
-
*/
|
|
50
|
-
declaration: string;
|
|
51
|
-
/**
|
|
52
|
-
* An extracted docstring
|
|
53
|
-
*/
|
|
54
|
-
docstring: string;
|
|
55
|
-
}
|
|
56
|
-
interface ComponentCompilerEventComplexType {
|
|
57
|
-
original: string;
|
|
58
|
-
resolved: string;
|
|
59
|
-
references: ComponentCompilerTypeReferences;
|
|
60
|
-
}
|
|
61
|
-
interface ComponentCompilerMethodComplexType {
|
|
62
|
-
signature: string;
|
|
63
|
-
parameters: JsonDocMethodParameter[];
|
|
64
|
-
references: ComponentCompilerTypeReferences;
|
|
65
|
-
return: string;
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* The Type Library holds information about the types which are used in a
|
|
69
|
-
* Stencil project. During compilation, Stencil gathers information about the
|
|
70
|
-
* types which form part of a component's public API, such as properties
|
|
71
|
-
* decorated with `@Prop`, `@Event`, `@Watch`, etc. This type information is
|
|
72
|
-
* then added to the Type Library, where it can be accessed later on for
|
|
73
|
-
* generating documentation.
|
|
74
|
-
*
|
|
75
|
-
* This information is included in the file written by the `docs-json` output
|
|
76
|
-
* target (see {@link JsonDocs.typeLibrary}).
|
|
77
|
-
*/
|
|
78
|
-
export type JsonDocsTypeLibrary = Record<string, ComponentCompilerReferencedType>;
|
|
79
|
-
/**
|
|
80
|
-
* A container for JSDoc metadata for a project
|
|
81
|
-
*/
|
|
82
|
-
export interface JsonDocs {
|
|
83
|
-
/**
|
|
84
|
-
* The metadata for the JSDocs for each component in a Stencil project
|
|
85
|
-
*/
|
|
86
|
-
components: JsonDocsComponent[];
|
|
87
|
-
/**
|
|
88
|
-
* The timestamp at which the metadata was generated, in the format YYYY-MM-DDThh:mm:ss
|
|
89
|
-
*/
|
|
90
|
-
timestamp: string;
|
|
91
|
-
compiler: {
|
|
92
|
-
/**
|
|
93
|
-
* The name of the compiler that generated the metadata
|
|
94
|
-
*/
|
|
95
|
-
name: string;
|
|
96
|
-
/**
|
|
97
|
-
* The version of the Stencil compiler that generated the metadata
|
|
98
|
-
*/
|
|
99
|
-
version: string;
|
|
100
|
-
/**
|
|
101
|
-
* The version of TypeScript that was used to generate the metadata
|
|
102
|
-
*/
|
|
103
|
-
typescriptVersion: string;
|
|
104
|
-
};
|
|
105
|
-
typeLibrary: JsonDocsTypeLibrary;
|
|
106
|
-
}
|
|
107
|
-
/**
|
|
108
|
-
* Container for JSDoc metadata for a single Stencil component
|
|
109
|
-
*/
|
|
110
|
-
export interface JsonDocsComponent {
|
|
111
|
-
/**
|
|
112
|
-
* The directory containing the Stencil component, minus the file name.
|
|
113
|
-
*
|
|
114
|
-
* @example /workspaces/stencil-project/src/components/my-component
|
|
115
|
-
*/
|
|
116
|
-
dirPath?: string;
|
|
117
|
-
/**
|
|
118
|
-
* The name of the file containing the Stencil component, with no path
|
|
119
|
-
*
|
|
120
|
-
* @example my-component.tsx
|
|
121
|
-
*/
|
|
122
|
-
fileName?: string;
|
|
123
|
-
/**
|
|
124
|
-
* The full path of the file containing the Stencil component
|
|
125
|
-
*
|
|
126
|
-
* @example /workspaces/stencil-project/src/components/my-component/my-component.tsx
|
|
127
|
-
*/
|
|
128
|
-
filePath?: string;
|
|
129
|
-
/**
|
|
130
|
-
* The path to the component's `readme.md` file, including the filename
|
|
131
|
-
*
|
|
132
|
-
* @example /workspaces/stencil-project/src/components/my-component/readme.md
|
|
133
|
-
*/
|
|
134
|
-
readmePath?: string;
|
|
135
|
-
/**
|
|
136
|
-
* The path to the component's `usage` directory
|
|
137
|
-
*
|
|
138
|
-
* @example /workspaces/stencil-project/src/components/my-component/usage/
|
|
139
|
-
*/
|
|
140
|
-
usagesDir?: string;
|
|
141
|
-
/**
|
|
142
|
-
* The encapsulation strategy for a component
|
|
143
|
-
*/
|
|
144
|
-
encapsulation: "shadow" | "scoped" | "none";
|
|
145
|
-
/**
|
|
146
|
-
* The tag name for the component, for use in HTML
|
|
147
|
-
*/
|
|
148
|
-
tag: string;
|
|
149
|
-
/**
|
|
150
|
-
* The contents of a component's `readme.md` that are user generated.
|
|
151
|
-
*
|
|
152
|
-
* Auto-generated contents are not stored in this reference.
|
|
153
|
-
*/
|
|
154
|
-
readme: string;
|
|
155
|
-
/**
|
|
156
|
-
* The description of a Stencil component, found in the JSDoc that sits above the component's declaration
|
|
157
|
-
*/
|
|
158
|
-
docs: string;
|
|
159
|
-
/**
|
|
160
|
-
* JSDoc tags found in the JSDoc comment written atop a component's declaration
|
|
161
|
-
*/
|
|
162
|
-
docsTags: JsonDocsTag[];
|
|
163
|
-
/**
|
|
164
|
-
* The text from the class-level JSDoc for a Stencil component, if present.
|
|
165
|
-
*/
|
|
166
|
-
overview?: string;
|
|
167
|
-
/**
|
|
168
|
-
* A mapping of usage example file names to their contents for the component.
|
|
169
|
-
*/
|
|
170
|
-
usage: JsonDocsUsage;
|
|
171
|
-
/**
|
|
172
|
-
* Array of metadata for a component's `@Prop`s
|
|
173
|
-
*/
|
|
174
|
-
props: JsonDocsProp[];
|
|
175
|
-
/**
|
|
176
|
-
* Array of metadata for a component's `@Method`s
|
|
177
|
-
*/
|
|
178
|
-
methods: JsonDocsMethod[];
|
|
179
|
-
/**
|
|
180
|
-
* Array of metadata for a component's `@Event`s
|
|
181
|
-
*/
|
|
182
|
-
events: JsonDocsEvent[];
|
|
183
|
-
/**
|
|
184
|
-
* Array of metadata for a component's `@Listen` handlers
|
|
185
|
-
*/
|
|
186
|
-
listeners: JsonDocsListener[];
|
|
187
|
-
/**
|
|
188
|
-
* Array of metadata for a component's CSS styling information
|
|
189
|
-
*/
|
|
190
|
-
styles: JsonDocsStyle[];
|
|
191
|
-
/**
|
|
192
|
-
* Array of component Slot information, generated from `@slot` tags
|
|
193
|
-
*/
|
|
194
|
-
slots: JsonDocsSlot[];
|
|
195
|
-
/**
|
|
196
|
-
* Array of component Parts information, generate from `@part` tags
|
|
197
|
-
*/
|
|
198
|
-
parts: JsonDocsPart[];
|
|
199
|
-
/**
|
|
200
|
-
* Array of metadata describing where the current component is used
|
|
201
|
-
*/
|
|
202
|
-
dependents: string[];
|
|
203
|
-
/**
|
|
204
|
-
* Array of metadata listing the components which are used in current component
|
|
205
|
-
*/
|
|
206
|
-
dependencies: string[];
|
|
207
|
-
/**
|
|
208
|
-
* Describes a tree of components coupling
|
|
209
|
-
*/
|
|
210
|
-
dependencyGraph: JsonDocsDependencyGraph;
|
|
211
|
-
/**
|
|
212
|
-
* A deprecation reason/description found following a `@deprecated` tag
|
|
213
|
-
*/
|
|
214
|
-
deprecation?: string;
|
|
215
|
-
}
|
|
216
|
-
export interface JsonDocsDependencyGraph {
|
|
217
|
-
[tagName: string]: string[];
|
|
218
|
-
}
|
|
219
|
-
/**
|
|
220
|
-
* A descriptor for a single JSDoc tag found in a block comment
|
|
221
|
-
*/
|
|
222
|
-
export interface JsonDocsTag {
|
|
223
|
-
/**
|
|
224
|
-
* The tag name (immediately following the '@')
|
|
225
|
-
*/
|
|
226
|
-
name: string;
|
|
227
|
-
/**
|
|
228
|
-
* The description that immediately follows the tag name
|
|
229
|
-
*/
|
|
230
|
-
text?: string;
|
|
231
|
-
}
|
|
232
|
-
export interface JsonDocsValue {
|
|
233
|
-
value?: string;
|
|
234
|
-
type: string;
|
|
235
|
-
}
|
|
236
|
-
/**
|
|
237
|
-
* A mapping of file names to their contents.
|
|
238
|
-
*
|
|
239
|
-
* This type is meant to be used when reading one or more usage markdown files associated with a component. For the
|
|
240
|
-
* given directory structure:
|
|
241
|
-
* ```
|
|
242
|
-
* src/components/my-component
|
|
243
|
-
* ├── my-component.tsx
|
|
244
|
-
* └── usage
|
|
245
|
-
* ├── bar.md
|
|
246
|
-
* └── foo.md
|
|
247
|
-
* ```
|
|
248
|
-
* an instance of this type would include the name of the markdown file, mapped to its contents:
|
|
249
|
-
* ```ts
|
|
250
|
-
* {
|
|
251
|
-
* 'bar': STRING_CONTENTS_OF_BAR.MD
|
|
252
|
-
* 'foo': STRING_CONTENTS_OF_FOO.MD
|
|
253
|
-
* }
|
|
254
|
-
* ```
|
|
255
|
-
*/
|
|
256
|
-
export interface JsonDocsUsage {
|
|
257
|
-
[key: string]: string;
|
|
258
|
-
}
|
|
259
|
-
/**
|
|
260
|
-
* An intermediate representation of a `@Prop` decorated member's JSDoc
|
|
261
|
-
*/
|
|
262
|
-
export interface JsonDocsProp {
|
|
263
|
-
/**
|
|
264
|
-
* the name of the prop
|
|
265
|
-
*/
|
|
266
|
-
name: string;
|
|
267
|
-
complexType?: ComponentCompilerPropertyComplexType;
|
|
268
|
-
/**
|
|
269
|
-
* the type of the prop, in terms of the TypeScript type system (as opposed to JavaScript's or HTML's)
|
|
270
|
-
*/
|
|
271
|
-
type: string;
|
|
272
|
-
/**
|
|
273
|
-
* `true` if the prop was configured as "mutable" where it was declared, `false` otherwise
|
|
274
|
-
*/
|
|
275
|
-
mutable: boolean;
|
|
276
|
-
/**
|
|
277
|
-
* The name of the attribute that is exposed to configure a compiled web component
|
|
278
|
-
*/
|
|
279
|
-
attr?: string;
|
|
280
|
-
/**
|
|
281
|
-
* `true` if the prop was configured to "reflect" back to HTML where it (the prop) was declared, `false` otherwise
|
|
282
|
-
*/
|
|
283
|
-
reflectToAttr: boolean;
|
|
284
|
-
/**
|
|
285
|
-
* the JSDoc description text associated with the prop
|
|
286
|
-
*/
|
|
287
|
-
docs: string;
|
|
288
|
-
/**
|
|
289
|
-
* JSDoc tags associated with the prop
|
|
290
|
-
*/
|
|
291
|
-
docsTags: JsonDocsTag[];
|
|
292
|
-
/**
|
|
293
|
-
* The default value of the prop
|
|
294
|
-
*/
|
|
295
|
-
default?: string;
|
|
296
|
-
/**
|
|
297
|
-
* Deprecation text associated with the prop. This is the text that immediately follows a `@deprecated` tag
|
|
298
|
-
*/
|
|
299
|
-
deprecation?: string;
|
|
300
|
-
values: JsonDocsValue[];
|
|
301
|
-
/**
|
|
302
|
-
* `true` if a component is declared with a '?', `false` otherwise
|
|
303
|
-
*
|
|
304
|
-
* @example
|
|
305
|
-
* ```tsx
|
|
306
|
-
* @Prop() componentProps?: any;
|
|
307
|
-
* ```
|
|
308
|
-
*/
|
|
309
|
-
optional: boolean;
|
|
310
|
-
/**
|
|
311
|
-
* `true` if a component is declared with a '!', `false` otherwise
|
|
312
|
-
*
|
|
313
|
-
* @example
|
|
314
|
-
* ```tsx
|
|
315
|
-
* @Prop() componentProps!: any;
|
|
316
|
-
* ```
|
|
317
|
-
*/
|
|
318
|
-
required: boolean;
|
|
319
|
-
/**
|
|
320
|
-
* `true` if the prop has a `get()`. `false` otherwise
|
|
321
|
-
*/
|
|
322
|
-
getter: boolean;
|
|
323
|
-
/**
|
|
324
|
-
* `true` if the prop has a `set()`. `false` otherwise
|
|
325
|
-
*/
|
|
326
|
-
setter: boolean;
|
|
327
|
-
}
|
|
328
|
-
export interface JsonDocsMethod {
|
|
329
|
-
name: string;
|
|
330
|
-
docs: string;
|
|
331
|
-
docsTags: JsonDocsTag[];
|
|
332
|
-
deprecation?: string;
|
|
333
|
-
signature: string;
|
|
334
|
-
returns: JsonDocsMethodReturn;
|
|
335
|
-
parameters: JsonDocMethodParameter[];
|
|
336
|
-
complexType: ComponentCompilerMethodComplexType;
|
|
337
|
-
}
|
|
338
|
-
export interface JsonDocsMethodReturn {
|
|
339
|
-
type: string;
|
|
340
|
-
docs: string;
|
|
341
|
-
}
|
|
342
|
-
export interface JsonDocMethodParameter {
|
|
343
|
-
name: string;
|
|
344
|
-
type: string;
|
|
345
|
-
docs: string;
|
|
346
|
-
}
|
|
347
|
-
export interface JsonDocsEvent {
|
|
348
|
-
event: string;
|
|
349
|
-
bubbles: boolean;
|
|
350
|
-
cancelable: boolean;
|
|
351
|
-
composed: boolean;
|
|
352
|
-
complexType: ComponentCompilerEventComplexType;
|
|
353
|
-
docs: string;
|
|
354
|
-
docsTags: JsonDocsTag[];
|
|
355
|
-
deprecation?: string;
|
|
356
|
-
detail: string;
|
|
357
|
-
}
|
|
358
|
-
/**
|
|
359
|
-
* Type describing a CSS Style, as described by a JSDoc-style comment
|
|
360
|
-
*/
|
|
361
|
-
export interface JsonDocsStyle {
|
|
362
|
-
/**
|
|
363
|
-
* The name of the style
|
|
364
|
-
*/
|
|
365
|
-
name: string;
|
|
366
|
-
/**
|
|
367
|
-
* The type/description associated with the style
|
|
368
|
-
*/
|
|
369
|
-
docs: string;
|
|
370
|
-
/**
|
|
371
|
-
* The annotation used in the JSDoc of the style (e.g. `@prop`)
|
|
372
|
-
*/
|
|
373
|
-
annotation: string;
|
|
374
|
-
/**
|
|
375
|
-
* The mode associated with the style
|
|
376
|
-
*/
|
|
377
|
-
mode: string | undefined;
|
|
378
|
-
}
|
|
379
|
-
export interface JsonDocsListener {
|
|
380
|
-
event: string;
|
|
381
|
-
target?: string;
|
|
382
|
-
capture: boolean;
|
|
383
|
-
passive: boolean;
|
|
384
|
-
}
|
|
385
|
-
/**
|
|
386
|
-
* A descriptor for a slot
|
|
387
|
-
*
|
|
388
|
-
* Objects of this type are translated from the JSDoc tag, `@slot`
|
|
389
|
-
*/
|
|
390
|
-
export interface JsonDocsSlot {
|
|
391
|
-
/**
|
|
392
|
-
* The name of the slot. Defaults to an empty string for an unnamed slot.
|
|
393
|
-
*/
|
|
394
|
-
name: string;
|
|
395
|
-
/**
|
|
396
|
-
* A textual description of the slot.
|
|
397
|
-
*/
|
|
398
|
-
docs: string;
|
|
399
|
-
}
|
|
400
|
-
/**
|
|
401
|
-
* A descriptor of a CSS Shadow Part
|
|
402
|
-
*
|
|
403
|
-
* Objects of this type are translated from the JSDoc tag, `@part`, or the 'part'
|
|
404
|
-
* attribute on a component in TSX
|
|
405
|
-
*/
|
|
406
|
-
export interface JsonDocsPart {
|
|
407
|
-
/**
|
|
408
|
-
* The name of the Shadow part
|
|
409
|
-
*/
|
|
410
|
-
name: string;
|
|
411
|
-
/**
|
|
412
|
-
* A textual description of the Shadow part.
|
|
413
|
-
*/
|
|
414
|
-
docs: string;
|
|
415
|
-
}
|
|
416
|
-
/**
|
|
417
|
-
* Represents a parsed block comment in a CSS, Sass, etc. file for a custom property.
|
|
418
|
-
*/
|
|
419
|
-
export interface StyleDoc {
|
|
420
|
-
/**
|
|
421
|
-
* The name of the CSS property
|
|
422
|
-
*/
|
|
423
|
-
name: string;
|
|
424
|
-
/**
|
|
425
|
-
* The user-defined description of the CSS property
|
|
426
|
-
*/
|
|
427
|
-
docs: string;
|
|
428
|
-
/**
|
|
429
|
-
* The JSDoc-style annotation (e.g. `@prop`) that was used in the block comment to detect the comment.
|
|
430
|
-
* Used to inform Stencil where the start of a new property's description starts (and where the previous description
|
|
431
|
-
* ends).
|
|
432
|
-
*/
|
|
433
|
-
annotation: "prop";
|
|
434
|
-
/**
|
|
435
|
-
* The Stencil style-mode that is associated with this property.
|
|
436
|
-
*/
|
|
437
|
-
mode: string | undefined;
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
export {};
|
|
441
|
-
|
|
442
|
-
declare const _default: JsonDocs;
|
|
443
|
-
export default _default;
|