@lukso/web-components 1.27.0 → 1.29.0
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.cjs +3 -2
- package/dist/components/index.js +3 -2
- package/dist/components/lukso-button/index.cjs +24 -1
- package/dist/components/lukso-button/index.js +24 -1
- package/dist/components/lukso-card/index.cjs +2 -2
- package/dist/components/lukso-card/index.js +2 -2
- package/dist/components/lukso-icon/index.cjs +2 -2
- package/dist/components/lukso-icon/index.js +2 -2
- package/dist/components/lukso-input/index.cjs +15 -2
- package/dist/components/lukso-input/index.js +15 -2
- package/dist/components/lukso-modal/index.cjs +1 -1
- package/dist/components/lukso-modal/index.js +1 -1
- package/dist/components/lukso-navbar/index.cjs +1 -1
- package/dist/components/lukso-navbar/index.js +1 -1
- package/dist/components/lukso-profile/index.cjs +11 -8
- package/dist/components/lukso-profile/index.js +11 -8
- package/dist/components/lukso-progress/index.cjs +2 -2
- package/dist/components/lukso-progress/index.js +2 -2
- package/dist/components/lukso-sanitize/index.cjs +58 -28
- package/dist/components/lukso-sanitize/index.js +58 -28
- package/dist/components/lukso-share/index.cjs +1 -1
- package/dist/components/lukso-share/index.js +1 -1
- package/dist/components/lukso-switch/index.cjs +5 -5
- package/dist/components/lukso-switch/index.js +5 -5
- package/dist/components/lukso-tag/index.cjs +2 -2
- package/dist/components/lukso-tag/index.js +2 -2
- package/dist/components/lukso-terms/index.cjs +2 -2
- package/dist/components/lukso-terms/index.js +2 -2
- package/dist/components/lukso-test/index.cjs +1 -1
- package/dist/components/lukso-test/index.js +1 -1
- package/dist/components/lukso-username/index.cjs +2 -2
- package/dist/components/lukso-username/index.js +2 -2
- package/dist/components/lukso-wizard/index.cjs +1 -1
- package/dist/components/lukso-wizard/index.js +1 -1
- package/dist/index-90c43338.js +54 -0
- package/dist/index-c600bfd6.cjs +61 -0
- package/dist/index.cjs +3 -2
- package/dist/index.js +3 -2
- package/dist/shared/tailwind-element/index.cjs +1 -1
- package/dist/shared/tailwind-element/index.js +1 -1
- package/dist/{color-palette.d.ts → shared/tools/color-palette.d.ts} +0 -1
- package/dist/{components → src/components}/index.d.ts +0 -1
- package/dist/{components → src/components}/lukso-button/index.d.ts +6 -4
- package/dist/src/components/lukso-button/lukso-button.stories.d.ts +33 -0
- package/dist/src/components/lukso-button/lukso-button.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-card/index.d.ts +4 -5
- package/dist/src/components/lukso-card/lukso-card.stories.d.ts +19 -0
- package/dist/src/components/lukso-card/lukso-card.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-icon/icons/add-photo.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/arrow-down-lg.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/arrow-down-sm.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/arrow-left-lg.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/arrow-left-sm.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/arrow-right-lg.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/arrow-right-sm.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/arrow-up-lg.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/arrow-up-sm.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/barbell-outline.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/bulb-outline.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/camera.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/clipboard.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/clock.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/close-lg.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/close-sm.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/cloud.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/compass-outline.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/complete-filled-fade-in.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/complete-filled.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/complete-outline.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/connect.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/connections.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/contract-lock.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/contract-signed.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/controller.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/copy.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/cross-outline.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/desktop-sharp.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/dots.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/edit.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/error.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/eth-logo.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/expand.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/extension.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/eye-hide.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/eye-show.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/filter.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/fish-outline.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/flip.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/globe.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/google-color.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/hamburger.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/infinite.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/information.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/key-outline.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/link.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/link1.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/link2.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/link3.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/link4.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/loading.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/location.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/locked.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/login-2.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/login-3.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/login.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/logo-brave.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/logo-chrome.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/logo-edge.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/logo-firefox.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/logo-opera.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/logo-safari.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/lyx-logo.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/mail.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/menu-1.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/menu-2.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/migrate.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/minimize.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/network.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/notifications.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/phone-portrait-outline.d.ts +1 -2
- package/dist/src/components/lukso-icon/icons/pin.d.ts +2 -0
- package/dist/{components → src/components}/lukso-icon/icons/play-filled.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/play-outline.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/plus.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/profile-add.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/profile-export.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/profile-import.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/profile-recovery-2.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/profile-recovery.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/profile-restore.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/profile.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/progress-complete.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/progress-indicator-alt.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/progress-indicator.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/pulse-dot.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/qr-code.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/relayer.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/reload.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/return-down.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/return-left.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/return-right.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/return-up.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/search.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/settings.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/smart-contract-doc.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/smart-contract.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/spinner.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/star-filled.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/star-outline.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/step-dot.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/step-progress.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/steps.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/switched.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/tick.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/timer-outline.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/transaction-receive.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/transaction-send.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/transfer.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/trash.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/turn-down.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/turn-left.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/turn-right.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/turn-up.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/unlocked.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/wallet-outline.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/warning-round.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/icons/warning-triangle.d.ts +1 -2
- package/dist/{components → src/components}/lukso-icon/index.d.ts +1 -2
- package/dist/src/components/lukso-icon/lukso-icon.stories.d.ts +25 -0
- package/dist/src/components/lukso-icon/lukso-icon.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-input/index.d.ts +7 -7
- package/dist/src/components/lukso-input/lukso-input.stories.d.ts +23 -0
- package/dist/src/components/lukso-input/lukso-input.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-modal/index.d.ts +1 -2
- package/dist/src/components/lukso-modal/lukso-modal.stories.d.ts +6 -0
- package/dist/src/components/lukso-modal/lukso-modal.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-navbar/index.d.ts +3 -4
- package/dist/src/components/lukso-navbar/lukso-navbar.stories.d.ts +15 -0
- package/dist/src/components/lukso-navbar/lukso-navbar.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-profile/index.d.ts +1 -2
- package/dist/src/components/lukso-profile/lukso-profile.stories.d.ts +24 -0
- package/dist/src/components/lukso-profile/lukso-profile.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-progress/index.d.ts +1 -2
- package/dist/src/components/lukso-progress/lukso-progress.stories.d.ts +9 -0
- package/dist/src/components/lukso-progress/lukso-progress.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-sanitize/index.d.ts +1 -2
- package/dist/src/components/lukso-sanitize/lukso-sanitize.stories.d.ts +11 -0
- package/dist/src/components/lukso-sanitize/lukso-sanitize.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-share/index.d.ts +2 -3
- package/dist/src/components/lukso-share/lukso-share.stories.d.ts +7 -0
- package/dist/src/components/lukso-share/lukso-share.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-switch/index.d.ts +1 -2
- package/dist/src/components/lukso-switch/lukso-switch.stories.d.ts +9 -0
- package/dist/src/components/lukso-switch/lukso-switch.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-tag/index.d.ts +1 -2
- package/dist/src/components/lukso-tag/lukso-tag.stories.d.ts +15 -0
- package/dist/src/components/lukso-tag/lukso-tag.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-terms/index.d.ts +1 -2
- package/dist/src/components/lukso-terms/lukso-terms.stories.d.ts +7 -0
- package/dist/src/components/lukso-terms/lukso-terms.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-test/index.d.ts +1 -2
- package/dist/src/components/lukso-test/test.stories.d.ts +15 -0
- package/dist/src/components/lukso-test/test.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-username/index.d.ts +1 -2
- package/dist/src/components/lukso-username/lukso-username.stories.d.ts +17 -0
- package/dist/src/components/lukso-username/lukso-username.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/lukso-wizard/index.d.ts +2 -3
- package/dist/src/components/lukso-wizard/lukso-wizard.stories.d.ts +10 -0
- package/dist/src/components/lukso-wizard/lukso-wizard.stories.d.ts.map +1 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/postcss.config.d.ts +10 -0
- package/dist/src/postcss.config.d.ts.map +1 -0
- package/dist/src/shared/index.d.ts +4 -0
- package/dist/src/shared/index.d.ts.map +1 -0
- package/dist/{shared → src/shared}/tailwind-element/index.d.ts +0 -1
- package/dist/style-map-06219dec.js +21 -0
- package/dist/{style-map-3b3cdad1.cjs → style-map-09c2cd24.cjs} +1 -1
- package/dist/{style-map-a05761f1.js → style-map-105316ca.js} +1 -1
- package/dist/style-map-ce3031bc.cjs +23 -0
- package/dist/vite.full.config.d.ts +11 -0
- package/dist/vite.full.config.d.ts.map +1 -0
- package/dist/vite.tools.config.d.ts +2 -0
- package/dist/vite.tools.config.d.ts.map +1 -0
- package/package.json +1 -1
- package/tools/__tests__/slice-address.spec.d.ts +2 -0
- package/tools/__tests__/slice-address.spec.d.ts.map +1 -0
- package/tools/assets/{fonts → assets/fonts}/index.d.ts +0 -1
- package/tools/assets/{images → assets/images}/index.d.ts +0 -1
- package/tools/assets/{index.d.ts → assets/index.d.ts} +0 -1
- package/tools/assets/fonts/index.cjs +1 -4
- package/tools/assets/fonts/index.js +1 -4
- package/tools/assets/images/index.cjs +1 -4
- package/tools/assets/images/index.js +1 -4
- package/tools/assets/index.cjs +1 -4
- package/tools/assets/index.js +1 -4
- package/tools/color-palette.d.ts +0 -1
- package/tools/copy-assets.d.ts +0 -1
- package/tools/hsl-color-map.d.ts +0 -1
- package/tools/index.d.ts +0 -1
- package/tools/sass/{index.d.ts → styles/index.d.ts} +0 -1
- package/tools/slice-address.d.ts +0 -1
- package/tools/styles/index.cjs +1 -1
- package/tools/styles/index.js +1 -1
- package/tools/styles/{index.d.ts → styles/index.d.ts} +0 -1
- package/dist/color-palette.d.ts.map +0 -1
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/lukso-button/index.d.ts.map +0 -1
- package/dist/components/lukso-card/index.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/add-photo.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/arrow-down-lg.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/arrow-down-sm.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/arrow-left-lg.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/arrow-left-sm.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/arrow-right-lg.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/arrow-right-sm.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/arrow-up-lg.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/arrow-up-sm.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/barbell-outline.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/bulb-outline.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/camera.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/clipboard.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/clock.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/close-lg.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/close-sm.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/cloud.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/compass-outline.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/complete-filled-fade-in.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/complete-filled.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/complete-outline.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/connect.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/connections.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/contract-lock.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/contract-signed.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/controller.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/copy.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/cross-outline.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/desktop-sharp.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/dots.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/edit.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/error.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/eth-logo.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/expand.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/extension.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/eye-hide.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/eye-show.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/filter.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/fish-outline.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/flip.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/globe.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/google-color.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/hamburger.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/infinite.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/information.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/key-outline.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/link.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/link1.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/link2.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/link3.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/link4.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/loading.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/location.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/locked.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/login-2.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/login-3.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/login.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/logo-brave.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/logo-chrome.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/logo-edge.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/logo-firefox.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/logo-opera.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/logo-safari.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/lyx-logo.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/mail.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/menu-1.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/menu-2.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/migrate.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/minimize.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/network.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/notifications.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/phone-portrait-outline.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/pin.d.ts +0 -3
- package/dist/components/lukso-icon/icons/pin.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/play-filled.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/play-outline.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/plus.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/profile-add.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/profile-export.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/profile-import.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/profile-recovery-2.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/profile-recovery.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/profile-restore.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/profile.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/progress-complete.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/progress-indicator-alt.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/progress-indicator.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/pulse-dot.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/qr-code.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/relayer.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/reload.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/return-down.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/return-left.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/return-right.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/return-up.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/search.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/settings.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/smart-contract-doc.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/smart-contract.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/spinner.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/star-filled.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/star-outline.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/step-dot.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/step-progress.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/steps.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/switched.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/tick.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/timer-outline.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/transaction-receive.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/transaction-send.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/transfer.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/trash.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/turn-down.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/turn-left.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/turn-right.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/turn-up.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/unlocked.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/wallet-outline.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/warning-round.d.ts.map +0 -1
- package/dist/components/lukso-icon/icons/warning-triangle.d.ts.map +0 -1
- package/dist/components/lukso-icon/index.d.ts.map +0 -1
- package/dist/components/lukso-input/index.d.ts.map +0 -1
- package/dist/components/lukso-modal/index.d.ts.map +0 -1
- package/dist/components/lukso-navbar/index.d.ts.map +0 -1
- package/dist/components/lukso-profile/index.d.ts.map +0 -1
- package/dist/components/lukso-progress/index.d.ts.map +0 -1
- package/dist/components/lukso-sanitize/index.d.ts.map +0 -1
- package/dist/components/lukso-share/index.d.ts.map +0 -1
- package/dist/components/lukso-switch/index.d.ts.map +0 -1
- package/dist/components/lukso-tag/index.d.ts.map +0 -1
- package/dist/components/lukso-terms/index.d.ts.map +0 -1
- package/dist/components/lukso-test/index.d.ts.map +0 -1
- package/dist/components/lukso-username/index.d.ts.map +0 -1
- package/dist/components/lukso-wizard/index.d.ts.map +0 -1
- package/dist/index-1fd66a06.js +0 -52
- package/dist/index-430746dd.cjs +0 -59
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/shared/tailwind-element/index.d.ts.map +0 -1
- package/tools/assets/fonts/index.d.ts.map +0 -1
- package/tools/assets/images/index.d.ts.map +0 -1
- package/tools/assets/index.d.ts.map +0 -1
- package/tools/color-palette.d.ts.map +0 -1
- package/tools/copy-assets.d.ts.map +0 -1
- package/tools/hsl-color-map.d.ts.map +0 -1
- package/tools/index.d.ts.map +0 -1
- package/tools/sass/index.d.ts.map +0 -1
- package/tools/slice-address.d.ts.map +0 -1
- package/tools/styles/index.d.ts.map +0 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-c600bfd6.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -11,7 +11,7 @@ const directive = require('../../directive-db00f5fb.cjs');
|
|
|
11
11
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
12
12
|
*/class e extends directive.i{constructor(i){if(super(i),this.et=shared_tailwindElement_index.A,i.type!==directive.t.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(r){if(r===shared_tailwindElement_index.A||null==r)return this.ft=void 0,this.et=r;if(r===shared_tailwindElement_index.T)return r;if("string"!=typeof r)throw Error(this.constructor.directiveName+"() called with a non-string value");if(r===this.et)return this.ft;this.et=r;const s=[r];return s.raw=s,this.ft={_$litType$:this.constructor.resultType,strings:s,values:[]}}}e.directiveName="unsafeHTML",e.resultType=1;const o=directive.e$2(e);
|
|
13
13
|
|
|
14
|
-
/*! @license DOMPurify 3.0.
|
|
14
|
+
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
|
|
15
15
|
|
|
16
16
|
const {
|
|
17
17
|
entries,
|
|
@@ -87,7 +87,9 @@ function unconstruct(func) {
|
|
|
87
87
|
/* Add properties to a lookup table */
|
|
88
88
|
|
|
89
89
|
function addToSet(set, array, transformCaseFunc) {
|
|
90
|
-
|
|
90
|
+
var _transformCaseFunc;
|
|
91
|
+
|
|
92
|
+
transformCaseFunc = (_transformCaseFunc = transformCaseFunc) !== null && _transformCaseFunc !== void 0 ? _transformCaseFunc : stringToLowerCase;
|
|
91
93
|
|
|
92
94
|
if (setPrototypeOf) {
|
|
93
95
|
// Make 'in' and truthy checks like Boolean(set.constructor)
|
|
@@ -161,12 +163,12 @@ function lookupGetter(object, prop) {
|
|
|
161
163
|
const html$1 = freeze(['a', 'abbr', 'acronym', 'address', 'area', 'article', 'aside', 'audio', 'b', 'bdi', 'bdo', 'big', 'blink', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'content', 'data', 'datalist', 'dd', 'decorator', 'del', 'details', 'dfn', 'dialog', 'dir', 'div', 'dl', 'dt', 'element', 'em', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meter', 'nav', 'nobr', 'ol', 'optgroup', 'option', 'output', 'p', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'section', 'select', 'shadow', 'small', 'source', 'spacer', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr']); // SVG
|
|
162
164
|
|
|
163
165
|
const svg$1 = freeze(['svg', 'a', 'altglyph', 'altglyphdef', 'altglyphitem', 'animatecolor', 'animatemotion', 'animatetransform', 'circle', 'clippath', 'defs', 'desc', 'ellipse', 'filter', 'font', 'g', 'glyph', 'glyphref', 'hkern', 'image', 'line', 'lineargradient', 'marker', 'mask', 'metadata', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialgradient', 'rect', 'stop', 'style', 'switch', 'symbol', 'text', 'textpath', 'title', 'tref', 'tspan', 'view', 'vkern']);
|
|
164
|
-
const svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']); // List of SVG elements that are disallowed by default.
|
|
166
|
+
const svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feDropShadow', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']); // List of SVG elements that are disallowed by default.
|
|
165
167
|
// We still need to know them so that we can do namespace
|
|
166
168
|
// checks properly in case one wants to add them to
|
|
167
169
|
// allow-list.
|
|
168
170
|
|
|
169
|
-
const svgDisallowed = freeze(['animate', 'color-profile', 'cursor', 'discard', '
|
|
171
|
+
const svgDisallowed = freeze(['animate', 'color-profile', 'cursor', 'discard', 'font-face', 'font-face-format', 'font-face-name', 'font-face-src', 'font-face-uri', 'foreignobject', 'hatch', 'hatchpath', 'mesh', 'meshgradient', 'meshpatch', 'meshrow', 'missing-glyph', 'script', 'set', 'solidcolor', 'unknown', 'use']);
|
|
170
172
|
const mathMl$1 = freeze(['math', 'menclose', 'merror', 'mfenced', 'mfrac', 'mglyph', 'mi', 'mlabeledtr', 'mmultiscripts', 'mn', 'mo', 'mover', 'mpadded', 'mphantom', 'mroot', 'mrow', 'ms', 'mspace', 'msqrt', 'mstyle', 'msub', 'msup', 'msubsup', 'mtable', 'mtd', 'mtext', 'mtr', 'munder', 'munderover', 'mprescripts']); // Similarly to SVG, we want to know all MathML elements,
|
|
171
173
|
// even those that we disallow by default.
|
|
172
174
|
|
|
@@ -211,13 +213,13 @@ const getGlobal = () => typeof window === 'undefined' ? null : window;
|
|
|
211
213
|
* Creates a no-op policy for internal use only.
|
|
212
214
|
* Don't export this function outside this module!
|
|
213
215
|
* @param {?TrustedTypePolicyFactory} trustedTypes The policy factory.
|
|
214
|
-
* @param {
|
|
216
|
+
* @param {HTMLScriptElement} purifyHostElement The Script element used to load DOMPurify (to determine policy name suffix).
|
|
215
217
|
* @return {?TrustedTypePolicy} The policy created (or null, if Trusted Types
|
|
216
|
-
* are not supported).
|
|
218
|
+
* are not supported or creating the policy failed).
|
|
217
219
|
*/
|
|
218
220
|
|
|
219
221
|
|
|
220
|
-
const _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedTypes,
|
|
222
|
+
const _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedTypes, purifyHostElement) {
|
|
221
223
|
if (typeof trustedTypes !== 'object' || typeof trustedTypes.createPolicy !== 'function') {
|
|
222
224
|
return null;
|
|
223
225
|
} // Allow the callers to control the unique policy name
|
|
@@ -228,8 +230,8 @@ const _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedType
|
|
|
228
230
|
let suffix = null;
|
|
229
231
|
const ATTR_NAME = 'data-tt-policy-suffix';
|
|
230
232
|
|
|
231
|
-
if (
|
|
232
|
-
suffix =
|
|
233
|
+
if (purifyHostElement && purifyHostElement.hasAttribute(ATTR_NAME)) {
|
|
234
|
+
suffix = purifyHostElement.getAttribute(ATTR_NAME);
|
|
233
235
|
}
|
|
234
236
|
|
|
235
237
|
const policyName = 'dompurify' + (suffix ? '#' + suffix : '');
|
|
@@ -264,7 +266,7 @@ function createDOMPurify() {
|
|
|
264
266
|
*/
|
|
265
267
|
|
|
266
268
|
|
|
267
|
-
DOMPurify.version = '3.0.
|
|
269
|
+
DOMPurify.version = '3.0.5';
|
|
268
270
|
/**
|
|
269
271
|
* Array of elements that DOMPurify removed during sanitation.
|
|
270
272
|
* Empty if nothing was removed.
|
|
@@ -280,6 +282,7 @@ function createDOMPurify() {
|
|
|
280
282
|
}
|
|
281
283
|
|
|
282
284
|
const originalDocument = window.document;
|
|
285
|
+
const currentScript = originalDocument.currentScript;
|
|
283
286
|
let {
|
|
284
287
|
document
|
|
285
288
|
} = window;
|
|
@@ -313,9 +316,8 @@ function createDOMPurify() {
|
|
|
313
316
|
}
|
|
314
317
|
}
|
|
315
318
|
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
const emptyHTML = trustedTypesPolicy ? trustedTypesPolicy.createHTML('') : '';
|
|
319
|
+
let trustedTypesPolicy;
|
|
320
|
+
let emptyHTML = '';
|
|
319
321
|
const {
|
|
320
322
|
implementation,
|
|
321
323
|
createNodeIterator,
|
|
@@ -330,7 +332,7 @@ function createDOMPurify() {
|
|
|
330
332
|
* Expose whether this browser supports running the full DOMPurify.
|
|
331
333
|
*/
|
|
332
334
|
|
|
333
|
-
DOMPurify.isSupported = typeof entries === 'function' && typeof getParentNode === 'function' && implementation &&
|
|
335
|
+
DOMPurify.isSupported = typeof entries === 'function' && typeof getParentNode === 'function' && implementation && implementation.createHTMLDocument !== undefined;
|
|
334
336
|
const {
|
|
335
337
|
MUSTACHE_EXPR,
|
|
336
338
|
ERB_EXPR,
|
|
@@ -677,6 +679,31 @@ function createDOMPurify() {
|
|
|
677
679
|
if (ALLOWED_TAGS.table) {
|
|
678
680
|
addToSet(ALLOWED_TAGS, ['tbody']);
|
|
679
681
|
delete FORBID_TAGS.tbody;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
if (cfg.TRUSTED_TYPES_POLICY) {
|
|
685
|
+
if (typeof cfg.TRUSTED_TYPES_POLICY.createHTML !== 'function') {
|
|
686
|
+
throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
if (typeof cfg.TRUSTED_TYPES_POLICY.createScriptURL !== 'function') {
|
|
690
|
+
throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
|
|
691
|
+
} // Overwrite existing TrustedTypes policy.
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
trustedTypesPolicy = cfg.TRUSTED_TYPES_POLICY; // Sign local variables required by `sanitize`.
|
|
695
|
+
|
|
696
|
+
emptyHTML = trustedTypesPolicy.createHTML('');
|
|
697
|
+
} else {
|
|
698
|
+
// Uninitialized policy, attempt to initialize the internal dompurify policy.
|
|
699
|
+
if (trustedTypesPolicy === undefined) {
|
|
700
|
+
trustedTypesPolicy = _createTrustedTypesPolicy(trustedTypes, currentScript);
|
|
701
|
+
} // If creating the internal policy succeeded sign internal variables.
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
if (trustedTypesPolicy !== null && typeof emptyHTML === 'string') {
|
|
705
|
+
emptyHTML = trustedTypesPolicy.createHTML('');
|
|
706
|
+
}
|
|
680
707
|
} // Prevent further manipulation of configuration.
|
|
681
708
|
// Not available in IE8, Safari 5, etc.
|
|
682
709
|
|
|
@@ -1048,10 +1075,10 @@ function createDOMPurify() {
|
|
|
1048
1075
|
|
|
1049
1076
|
return true;
|
|
1050
1077
|
}
|
|
1051
|
-
/* Make sure that older browsers don't get
|
|
1078
|
+
/* Make sure that older browsers don't get fallback-tag mXSS */
|
|
1052
1079
|
|
|
1053
1080
|
|
|
1054
|
-
if ((tagName === 'noscript' || tagName === 'noembed') && regExpTest(/<\/no(script|embed)/i, currentNode.innerHTML)) {
|
|
1081
|
+
if ((tagName === 'noscript' || tagName === 'noembed' || tagName === 'noframes') && regExpTest(/<\/no(script|embed|frames)/i, currentNode.innerHTML)) {
|
|
1055
1082
|
_forceRemove(currentNode);
|
|
1056
1083
|
|
|
1057
1084
|
return true;
|
|
@@ -1113,9 +1140,9 @@ function createDOMPurify() {
|
|
|
1113
1140
|
}
|
|
1114
1141
|
/* Check value is safe. First, is attr inert? If so, is safe */
|
|
1115
1142
|
|
|
1116
|
-
} else if (URI_SAFE_ATTRIBUTES[lcName]) ; else if (regExpTest(IS_ALLOWED_URI$1, stringReplace(value, ATTR_WHITESPACE, ''))) ; else if ((lcName === 'src' || lcName === 'xlink:href' || lcName === 'href') && lcTag !== 'script' && stringIndexOf(value, 'data:') === 0 && DATA_URI_TAGS[lcTag]) ; else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA, stringReplace(value, ATTR_WHITESPACE, ''))) ; else if (
|
|
1143
|
+
} else if (URI_SAFE_ATTRIBUTES[lcName]) ; else if (regExpTest(IS_ALLOWED_URI$1, stringReplace(value, ATTR_WHITESPACE, ''))) ; else if ((lcName === 'src' || lcName === 'xlink:href' || lcName === 'href') && lcTag !== 'script' && stringIndexOf(value, 'data:') === 0 && DATA_URI_TAGS[lcTag]) ; else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA, stringReplace(value, ATTR_WHITESPACE, ''))) ; else if (value) {
|
|
1117
1144
|
return false;
|
|
1118
|
-
}
|
|
1145
|
+
} else ;
|
|
1119
1146
|
|
|
1120
1147
|
return true;
|
|
1121
1148
|
};
|
|
@@ -1245,12 +1272,16 @@ function createDOMPurify() {
|
|
|
1245
1272
|
if (namespaceURI) ; else {
|
|
1246
1273
|
switch (trustedTypes.getAttributeType(lcTag, lcName)) {
|
|
1247
1274
|
case 'TrustedHTML':
|
|
1248
|
-
|
|
1249
|
-
|
|
1275
|
+
{
|
|
1276
|
+
value = trustedTypesPolicy.createHTML(value);
|
|
1277
|
+
break;
|
|
1278
|
+
}
|
|
1250
1279
|
|
|
1251
1280
|
case 'TrustedScriptURL':
|
|
1252
|
-
|
|
1253
|
-
|
|
1281
|
+
{
|
|
1282
|
+
value = trustedTypesPolicy.createScriptURL(value);
|
|
1283
|
+
break;
|
|
1284
|
+
}
|
|
1254
1285
|
}
|
|
1255
1286
|
}
|
|
1256
1287
|
}
|
|
@@ -1343,15 +1374,14 @@ function createDOMPurify() {
|
|
|
1343
1374
|
|
|
1344
1375
|
|
|
1345
1376
|
if (typeof dirty !== 'string' && !_isNode(dirty)) {
|
|
1346
|
-
|
|
1347
|
-
if (typeof dirty.toString !== 'function') {
|
|
1348
|
-
throw typeErrorCreate('toString is not a function');
|
|
1349
|
-
} else {
|
|
1377
|
+
if (typeof dirty.toString === 'function') {
|
|
1350
1378
|
dirty = dirty.toString();
|
|
1351
1379
|
|
|
1352
1380
|
if (typeof dirty !== 'string') {
|
|
1353
1381
|
throw typeErrorCreate('dirty is not a string, aborting');
|
|
1354
1382
|
}
|
|
1383
|
+
} else {
|
|
1384
|
+
throw typeErrorCreate('toString is not a function');
|
|
1355
1385
|
}
|
|
1356
1386
|
}
|
|
1357
1387
|
/* Return dirty HTML if DOMPurify cannot run */
|
|
@@ -1466,7 +1496,7 @@ function createDOMPurify() {
|
|
|
1466
1496
|
returnNode = body;
|
|
1467
1497
|
}
|
|
1468
1498
|
|
|
1469
|
-
if (ALLOWED_ATTR.shadowroot || ALLOWED_ATTR.
|
|
1499
|
+
if (ALLOWED_ATTR.shadowroot || ALLOWED_ATTR.shadowrootmode) {
|
|
1470
1500
|
/*
|
|
1471
1501
|
AdoptNode() is not used because internal state is not reset
|
|
1472
1502
|
(e.g. the past names map of a HTMLFormElement), this is safe
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A, b as T, a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { A, b as T, a as TailwindElement, x } from '../../index-90c43338.js';
|
|
2
2
|
import { i, t, b as e$1, e as e$2, a as e$3 } from '../../directive-9ec64c08.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -7,7 +7,7 @@ import { i, t, b as e$1, e as e$2, a as e$3 } from '../../directive-9ec64c08.js'
|
|
|
7
7
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
8
8
|
*/class e extends i{constructor(i){if(super(i),this.et=A,i.type!==t.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(r){if(r===A||null==r)return this.ft=void 0,this.et=r;if(r===T)return r;if("string"!=typeof r)throw Error(this.constructor.directiveName+"() called with a non-string value");if(r===this.et)return this.ft;this.et=r;const s=[r];return s.raw=s,this.ft={_$litType$:this.constructor.resultType,strings:s,values:[]}}}e.directiveName="unsafeHTML",e.resultType=1;const o=e$1(e);
|
|
9
9
|
|
|
10
|
-
/*! @license DOMPurify 3.0.
|
|
10
|
+
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
|
|
11
11
|
|
|
12
12
|
const {
|
|
13
13
|
entries,
|
|
@@ -83,7 +83,9 @@ function unconstruct(func) {
|
|
|
83
83
|
/* Add properties to a lookup table */
|
|
84
84
|
|
|
85
85
|
function addToSet(set, array, transformCaseFunc) {
|
|
86
|
-
|
|
86
|
+
var _transformCaseFunc;
|
|
87
|
+
|
|
88
|
+
transformCaseFunc = (_transformCaseFunc = transformCaseFunc) !== null && _transformCaseFunc !== void 0 ? _transformCaseFunc : stringToLowerCase;
|
|
87
89
|
|
|
88
90
|
if (setPrototypeOf) {
|
|
89
91
|
// Make 'in' and truthy checks like Boolean(set.constructor)
|
|
@@ -157,12 +159,12 @@ function lookupGetter(object, prop) {
|
|
|
157
159
|
const html$1 = freeze(['a', 'abbr', 'acronym', 'address', 'area', 'article', 'aside', 'audio', 'b', 'bdi', 'bdo', 'big', 'blink', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'content', 'data', 'datalist', 'dd', 'decorator', 'del', 'details', 'dfn', 'dialog', 'dir', 'div', 'dl', 'dt', 'element', 'em', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meter', 'nav', 'nobr', 'ol', 'optgroup', 'option', 'output', 'p', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'section', 'select', 'shadow', 'small', 'source', 'spacer', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr']); // SVG
|
|
158
160
|
|
|
159
161
|
const svg$1 = freeze(['svg', 'a', 'altglyph', 'altglyphdef', 'altglyphitem', 'animatecolor', 'animatemotion', 'animatetransform', 'circle', 'clippath', 'defs', 'desc', 'ellipse', 'filter', 'font', 'g', 'glyph', 'glyphref', 'hkern', 'image', 'line', 'lineargradient', 'marker', 'mask', 'metadata', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialgradient', 'rect', 'stop', 'style', 'switch', 'symbol', 'text', 'textpath', 'title', 'tref', 'tspan', 'view', 'vkern']);
|
|
160
|
-
const svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']); // List of SVG elements that are disallowed by default.
|
|
162
|
+
const svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feDropShadow', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']); // List of SVG elements that are disallowed by default.
|
|
161
163
|
// We still need to know them so that we can do namespace
|
|
162
164
|
// checks properly in case one wants to add them to
|
|
163
165
|
// allow-list.
|
|
164
166
|
|
|
165
|
-
const svgDisallowed = freeze(['animate', 'color-profile', 'cursor', 'discard', '
|
|
167
|
+
const svgDisallowed = freeze(['animate', 'color-profile', 'cursor', 'discard', 'font-face', 'font-face-format', 'font-face-name', 'font-face-src', 'font-face-uri', 'foreignobject', 'hatch', 'hatchpath', 'mesh', 'meshgradient', 'meshpatch', 'meshrow', 'missing-glyph', 'script', 'set', 'solidcolor', 'unknown', 'use']);
|
|
166
168
|
const mathMl$1 = freeze(['math', 'menclose', 'merror', 'mfenced', 'mfrac', 'mglyph', 'mi', 'mlabeledtr', 'mmultiscripts', 'mn', 'mo', 'mover', 'mpadded', 'mphantom', 'mroot', 'mrow', 'ms', 'mspace', 'msqrt', 'mstyle', 'msub', 'msup', 'msubsup', 'mtable', 'mtd', 'mtext', 'mtr', 'munder', 'munderover', 'mprescripts']); // Similarly to SVG, we want to know all MathML elements,
|
|
167
169
|
// even those that we disallow by default.
|
|
168
170
|
|
|
@@ -207,13 +209,13 @@ const getGlobal = () => typeof window === 'undefined' ? null : window;
|
|
|
207
209
|
* Creates a no-op policy for internal use only.
|
|
208
210
|
* Don't export this function outside this module!
|
|
209
211
|
* @param {?TrustedTypePolicyFactory} trustedTypes The policy factory.
|
|
210
|
-
* @param {
|
|
212
|
+
* @param {HTMLScriptElement} purifyHostElement The Script element used to load DOMPurify (to determine policy name suffix).
|
|
211
213
|
* @return {?TrustedTypePolicy} The policy created (or null, if Trusted Types
|
|
212
|
-
* are not supported).
|
|
214
|
+
* are not supported or creating the policy failed).
|
|
213
215
|
*/
|
|
214
216
|
|
|
215
217
|
|
|
216
|
-
const _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedTypes,
|
|
218
|
+
const _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedTypes, purifyHostElement) {
|
|
217
219
|
if (typeof trustedTypes !== 'object' || typeof trustedTypes.createPolicy !== 'function') {
|
|
218
220
|
return null;
|
|
219
221
|
} // Allow the callers to control the unique policy name
|
|
@@ -224,8 +226,8 @@ const _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedType
|
|
|
224
226
|
let suffix = null;
|
|
225
227
|
const ATTR_NAME = 'data-tt-policy-suffix';
|
|
226
228
|
|
|
227
|
-
if (
|
|
228
|
-
suffix =
|
|
229
|
+
if (purifyHostElement && purifyHostElement.hasAttribute(ATTR_NAME)) {
|
|
230
|
+
suffix = purifyHostElement.getAttribute(ATTR_NAME);
|
|
229
231
|
}
|
|
230
232
|
|
|
231
233
|
const policyName = 'dompurify' + (suffix ? '#' + suffix : '');
|
|
@@ -260,7 +262,7 @@ function createDOMPurify() {
|
|
|
260
262
|
*/
|
|
261
263
|
|
|
262
264
|
|
|
263
|
-
DOMPurify.version = '3.0.
|
|
265
|
+
DOMPurify.version = '3.0.5';
|
|
264
266
|
/**
|
|
265
267
|
* Array of elements that DOMPurify removed during sanitation.
|
|
266
268
|
* Empty if nothing was removed.
|
|
@@ -276,6 +278,7 @@ function createDOMPurify() {
|
|
|
276
278
|
}
|
|
277
279
|
|
|
278
280
|
const originalDocument = window.document;
|
|
281
|
+
const currentScript = originalDocument.currentScript;
|
|
279
282
|
let {
|
|
280
283
|
document
|
|
281
284
|
} = window;
|
|
@@ -309,9 +312,8 @@ function createDOMPurify() {
|
|
|
309
312
|
}
|
|
310
313
|
}
|
|
311
314
|
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
const emptyHTML = trustedTypesPolicy ? trustedTypesPolicy.createHTML('') : '';
|
|
315
|
+
let trustedTypesPolicy;
|
|
316
|
+
let emptyHTML = '';
|
|
315
317
|
const {
|
|
316
318
|
implementation,
|
|
317
319
|
createNodeIterator,
|
|
@@ -326,7 +328,7 @@ function createDOMPurify() {
|
|
|
326
328
|
* Expose whether this browser supports running the full DOMPurify.
|
|
327
329
|
*/
|
|
328
330
|
|
|
329
|
-
DOMPurify.isSupported = typeof entries === 'function' && typeof getParentNode === 'function' && implementation &&
|
|
331
|
+
DOMPurify.isSupported = typeof entries === 'function' && typeof getParentNode === 'function' && implementation && implementation.createHTMLDocument !== undefined;
|
|
330
332
|
const {
|
|
331
333
|
MUSTACHE_EXPR,
|
|
332
334
|
ERB_EXPR,
|
|
@@ -673,6 +675,31 @@ function createDOMPurify() {
|
|
|
673
675
|
if (ALLOWED_TAGS.table) {
|
|
674
676
|
addToSet(ALLOWED_TAGS, ['tbody']);
|
|
675
677
|
delete FORBID_TAGS.tbody;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
if (cfg.TRUSTED_TYPES_POLICY) {
|
|
681
|
+
if (typeof cfg.TRUSTED_TYPES_POLICY.createHTML !== 'function') {
|
|
682
|
+
throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
if (typeof cfg.TRUSTED_TYPES_POLICY.createScriptURL !== 'function') {
|
|
686
|
+
throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
|
|
687
|
+
} // Overwrite existing TrustedTypes policy.
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
trustedTypesPolicy = cfg.TRUSTED_TYPES_POLICY; // Sign local variables required by `sanitize`.
|
|
691
|
+
|
|
692
|
+
emptyHTML = trustedTypesPolicy.createHTML('');
|
|
693
|
+
} else {
|
|
694
|
+
// Uninitialized policy, attempt to initialize the internal dompurify policy.
|
|
695
|
+
if (trustedTypesPolicy === undefined) {
|
|
696
|
+
trustedTypesPolicy = _createTrustedTypesPolicy(trustedTypes, currentScript);
|
|
697
|
+
} // If creating the internal policy succeeded sign internal variables.
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
if (trustedTypesPolicy !== null && typeof emptyHTML === 'string') {
|
|
701
|
+
emptyHTML = trustedTypesPolicy.createHTML('');
|
|
702
|
+
}
|
|
676
703
|
} // Prevent further manipulation of configuration.
|
|
677
704
|
// Not available in IE8, Safari 5, etc.
|
|
678
705
|
|
|
@@ -1044,10 +1071,10 @@ function createDOMPurify() {
|
|
|
1044
1071
|
|
|
1045
1072
|
return true;
|
|
1046
1073
|
}
|
|
1047
|
-
/* Make sure that older browsers don't get
|
|
1074
|
+
/* Make sure that older browsers don't get fallback-tag mXSS */
|
|
1048
1075
|
|
|
1049
1076
|
|
|
1050
|
-
if ((tagName === 'noscript' || tagName === 'noembed') && regExpTest(/<\/no(script|embed)/i, currentNode.innerHTML)) {
|
|
1077
|
+
if ((tagName === 'noscript' || tagName === 'noembed' || tagName === 'noframes') && regExpTest(/<\/no(script|embed|frames)/i, currentNode.innerHTML)) {
|
|
1051
1078
|
_forceRemove(currentNode);
|
|
1052
1079
|
|
|
1053
1080
|
return true;
|
|
@@ -1109,9 +1136,9 @@ function createDOMPurify() {
|
|
|
1109
1136
|
}
|
|
1110
1137
|
/* Check value is safe. First, is attr inert? If so, is safe */
|
|
1111
1138
|
|
|
1112
|
-
} else if (URI_SAFE_ATTRIBUTES[lcName]) ; else if (regExpTest(IS_ALLOWED_URI$1, stringReplace(value, ATTR_WHITESPACE, ''))) ; else if ((lcName === 'src' || lcName === 'xlink:href' || lcName === 'href') && lcTag !== 'script' && stringIndexOf(value, 'data:') === 0 && DATA_URI_TAGS[lcTag]) ; else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA, stringReplace(value, ATTR_WHITESPACE, ''))) ; else if (
|
|
1139
|
+
} else if (URI_SAFE_ATTRIBUTES[lcName]) ; else if (regExpTest(IS_ALLOWED_URI$1, stringReplace(value, ATTR_WHITESPACE, ''))) ; else if ((lcName === 'src' || lcName === 'xlink:href' || lcName === 'href') && lcTag !== 'script' && stringIndexOf(value, 'data:') === 0 && DATA_URI_TAGS[lcTag]) ; else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA, stringReplace(value, ATTR_WHITESPACE, ''))) ; else if (value) {
|
|
1113
1140
|
return false;
|
|
1114
|
-
}
|
|
1141
|
+
} else ;
|
|
1115
1142
|
|
|
1116
1143
|
return true;
|
|
1117
1144
|
};
|
|
@@ -1241,12 +1268,16 @@ function createDOMPurify() {
|
|
|
1241
1268
|
if (namespaceURI) ; else {
|
|
1242
1269
|
switch (trustedTypes.getAttributeType(lcTag, lcName)) {
|
|
1243
1270
|
case 'TrustedHTML':
|
|
1244
|
-
|
|
1245
|
-
|
|
1271
|
+
{
|
|
1272
|
+
value = trustedTypesPolicy.createHTML(value);
|
|
1273
|
+
break;
|
|
1274
|
+
}
|
|
1246
1275
|
|
|
1247
1276
|
case 'TrustedScriptURL':
|
|
1248
|
-
|
|
1249
|
-
|
|
1277
|
+
{
|
|
1278
|
+
value = trustedTypesPolicy.createScriptURL(value);
|
|
1279
|
+
break;
|
|
1280
|
+
}
|
|
1250
1281
|
}
|
|
1251
1282
|
}
|
|
1252
1283
|
}
|
|
@@ -1339,15 +1370,14 @@ function createDOMPurify() {
|
|
|
1339
1370
|
|
|
1340
1371
|
|
|
1341
1372
|
if (typeof dirty !== 'string' && !_isNode(dirty)) {
|
|
1342
|
-
|
|
1343
|
-
if (typeof dirty.toString !== 'function') {
|
|
1344
|
-
throw typeErrorCreate('toString is not a function');
|
|
1345
|
-
} else {
|
|
1373
|
+
if (typeof dirty.toString === 'function') {
|
|
1346
1374
|
dirty = dirty.toString();
|
|
1347
1375
|
|
|
1348
1376
|
if (typeof dirty !== 'string') {
|
|
1349
1377
|
throw typeErrorCreate('dirty is not a string, aborting');
|
|
1350
1378
|
}
|
|
1379
|
+
} else {
|
|
1380
|
+
throw typeErrorCreate('toString is not a function');
|
|
1351
1381
|
}
|
|
1352
1382
|
}
|
|
1353
1383
|
/* Return dirty HTML if DOMPurify cannot run */
|
|
@@ -1462,7 +1492,7 @@ function createDOMPurify() {
|
|
|
1462
1492
|
returnNode = body;
|
|
1463
1493
|
}
|
|
1464
1494
|
|
|
1465
|
-
if (ALLOWED_ATTR.shadowroot || ALLOWED_ATTR.
|
|
1495
|
+
if (ALLOWED_ATTR.shadowroot || ALLOWED_ATTR.shadowrootmode) {
|
|
1466
1496
|
/*
|
|
1467
1497
|
AdoptNode() is not used because internal state is not reset
|
|
1468
1498
|
(e.g. the past names map of a HTMLFormElement), this is safe
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-c600bfd6.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
const index = require('../../index-7dc05ee5.cjs');
|
|
8
8
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x } from '../../index-90c43338.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
3
|
import { c as customClassMap } from '../../index-714323c9.js';
|
|
4
4
|
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-c600bfd6.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
|
-
const styleMap = require('../../style-map-
|
|
7
|
+
const styleMap = require('../../style-map-09c2cd24.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
9
9
|
|
|
10
10
|
var __defProp = Object.defineProperty;
|
|
@@ -30,15 +30,15 @@ exports.LuksoSwitch = class LuksoSwitch extends shared_tailwindElement_index.Tai
|
|
|
30
30
|
handleChange(event) {
|
|
31
31
|
this.isChecked = !this.isChecked;
|
|
32
32
|
const target = event.target;
|
|
33
|
-
const
|
|
33
|
+
const changeEvent = new CustomEvent("on-change", {
|
|
34
34
|
detail: {
|
|
35
|
-
value: target.
|
|
35
|
+
value: target.checked,
|
|
36
36
|
event
|
|
37
37
|
},
|
|
38
38
|
bubbles: false,
|
|
39
39
|
composed: true
|
|
40
40
|
});
|
|
41
|
-
this.dispatchEvent(
|
|
41
|
+
this.dispatchEvent(changeEvent);
|
|
42
42
|
}
|
|
43
43
|
render() {
|
|
44
44
|
return shared_tailwindElement_index.x`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-90c43338.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
|
-
import { o } from '../../style-map-
|
|
3
|
+
import { o } from '../../style-map-105316ca.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.js';
|
|
5
5
|
|
|
6
6
|
var __defProp = Object.defineProperty;
|
|
@@ -26,15 +26,15 @@ let LuksoSwitch = class extends TailwindElement {
|
|
|
26
26
|
handleChange(event) {
|
|
27
27
|
this.isChecked = !this.isChecked;
|
|
28
28
|
const target = event.target;
|
|
29
|
-
const
|
|
29
|
+
const changeEvent = new CustomEvent("on-change", {
|
|
30
30
|
detail: {
|
|
31
|
-
value: target.
|
|
31
|
+
value: target.checked,
|
|
32
32
|
event
|
|
33
33
|
},
|
|
34
34
|
bubbles: false,
|
|
35
35
|
composed: true
|
|
36
36
|
});
|
|
37
|
-
this.dispatchEvent(
|
|
37
|
+
this.dispatchEvent(changeEvent);
|
|
38
38
|
}
|
|
39
39
|
render() {
|
|
40
40
|
return x`
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-c600bfd6.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
|
-
const styleMap = require('../../style-map-
|
|
7
|
+
const styleMap = require('../../style-map-09c2cd24.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
9
9
|
|
|
10
10
|
var __defProp = Object.defineProperty;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-90c43338.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
|
-
import { o } from '../../style-map-
|
|
3
|
+
import { o } from '../../style-map-105316ca.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.js';
|
|
5
5
|
|
|
6
6
|
var __defProp = Object.defineProperty;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-c600bfd6.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
const state = require('../../state-a62a7d5d.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
9
9
|
require('../lukso-icon/index.cjs');
|
|
10
10
|
require('../lukso-sanitize/index.cjs');
|
|
11
|
-
require('../../style-map-
|
|
11
|
+
require('../../style-map-09c2cd24.cjs');
|
|
12
12
|
|
|
13
13
|
const style = ":host {\n display: flex;\n height: 100%\n}";
|
|
14
14
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x } from '../../index-
|
|
1
|
+
import { T as TailwindStyledElement, x } from '../../index-90c43338.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
3
|
import { t } from '../../state-7fde94d1.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.js';
|
|
5
5
|
import '../lukso-icon/index.js';
|
|
6
6
|
import '../lukso-sanitize/index.js';
|
|
7
|
-
import '../../style-map-
|
|
7
|
+
import '../../style-map-105316ca.js';
|
|
8
8
|
|
|
9
9
|
const style = ":host {\n display: flex;\n height: 100%\n}";
|
|
10
10
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-c600bfd6.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as T$1, T as TailwindStyledElement, x as x$2 } from '../../index-
|
|
1
|
+
import { b as T$1, T as TailwindStyledElement, x as x$2 } from '../../index-90c43338.js';
|
|
2
2
|
import { b as e$3, i as i$3, t as t$3, e as e$4, a as e$5 } from '../../directive-9ec64c08.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-c600bfd6.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
|
-
const styleMap = require('../../style-map-
|
|
7
|
+
const styleMap = require('../../style-map-ce3031bc.cjs');
|
|
8
8
|
const index = require('../../index-7dc05ee5.cjs');
|
|
9
9
|
|
|
10
10
|
const sliceAddress = (address, startSliceBy = 6, endSliceBy) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as TailwindElement, x } from '../../index-
|
|
1
|
+
import { a as TailwindElement, x } from '../../index-90c43338.js';
|
|
2
2
|
import { e, a as e$1 } from '../../directive-9ec64c08.js';
|
|
3
|
-
import { o } from '../../style-map-
|
|
3
|
+
import { o } from '../../style-map-06219dec.js';
|
|
4
4
|
import { c as customClassMap } from '../../index-714323c9.js';
|
|
5
5
|
|
|
6
6
|
const sliceAddress = (address, startSliceBy = 6, endSliceBy) => {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-c600bfd6.cjs');
|
|
6
6
|
const directive = require('../../directive-db00f5fb.cjs');
|
|
7
7
|
const index = require('../../index-7dc05ee5.cjs');
|
|
8
8
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Z, b as T, T as TailwindStyledElement, x } from '../../index-
|
|
1
|
+
import { Z, b as T, T as TailwindStyledElement, x } from '../../index-90c43338.js';
|
|
2
2
|
import { b as e, i, t, e as e$1, a as e$2 } from '../../directive-9ec64c08.js';
|
|
3
3
|
import { c as customClassMap } from '../../index-714323c9.js';
|
|
4
4
|
|