@lmvz-ds/components 0.17.1 → 0.18.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/CHANGELOG.md +39 -0
- package/{readme.md → README.md} +3 -0
- package/assets/.DS_Store +0 -0
- package/assets/icons/.DS_Store +0 -0
- package/{dist/cjs/aria-loader-BRxRUIyi.js → cjs/aria-loader-CfFuAbJn.js} +2 -2
- package/cjs/icons-swqMn6s2.js +163 -0
- package/{dist/cjs/index-BBqtydE-.js → cjs/index--7IqZZqn.js} +22965 -11151
- package/{dist/cjs/index-CH-YLRgg.js → cjs/index-C2yDXRqP.js} +45 -10
- package/cjs/index.cjs.js +25 -0
- package/{dist/cjs → cjs}/lmvz-action.cjs.entry.js +2 -2
- package/{dist/cjs → cjs}/lmvz-button.cjs.entry.js +4 -4
- package/{dist/cjs → cjs}/lmvz-card.cjs.entry.js +24 -4
- package/{dist/cjs → cjs}/lmvz-chip.cjs.entry.js +2 -2
- package/{dist/cjs → cjs}/lmvz-components.cjs.js +3 -3
- package/{dist/cjs → cjs}/lmvz-header_2.cjs.entry.js +6 -6
- package/{dist/cjs → cjs}/lmvz-icon.cjs.entry.js +25 -14
- package/{dist/cjs → cjs}/lmvz-input.cjs.entry.js +5 -5
- package/{dist/cjs → cjs}/lmvz-menuitem.cjs.entry.js +4 -4
- package/{dist/cjs → cjs}/lmvz-select.cjs.entry.js +4 -4
- package/cjs/loader.cjs.js +13 -0
- package/cjs/logger-Bn2yoZGP.js +7189 -0
- package/{dist/cjs/reactive-controller-host-vy1TIIXv.js → cjs/reactive-controller-host-CtaVAiYJ.js} +30 -26
- package/collection/api/ds.constants.js +7 -0
- package/collection/assets/.DS_Store +0 -0
- package/collection/assets/icons/.DS_Store +0 -0
- package/{dist/collection → collection}/collection-manifest.json +2 -2
- package/{dist/collection → collection}/components/lmvz-action/lmvz-action.js +1 -1
- package/{dist/collection → collection}/components/lmvz-button/lmvz-button.js +5 -5
- package/{dist/collection → collection}/components/lmvz-card/lmvz-card.js +1 -1
- package/{dist/collection → collection}/components/lmvz-chip/lmvz-chip.js +1 -1
- package/{dist/collection → collection}/components/lmvz-header/lmvz-header.js +2 -2
- package/{dist/collection → collection}/components/lmvz-icon/lmvz-icon.css +5 -5
- package/{dist/collection → collection}/components/lmvz-icon/lmvz-icon.js +49 -18
- package/{dist/collection → collection}/components/lmvz-input/lmvz-input.js +6 -6
- package/{dist/collection → collection}/components/lmvz-menuitem/lmvz-menuitem.js +1 -1
- package/{dist/collection → collection}/components/lmvz-select/lmvz-select.js +1 -1
- package/collection/index.js +3 -0
- package/collection/integration/header-integration/header-integration.js +51 -0
- package/{dist/collection → collection}/utils/aria/aria-validation-controller.js +29 -25
- package/collection/utils/http.js +21 -0
- package/{dist/collection → collection}/utils/http.unit.js +5 -5
- package/collection/utils/icons/icons-registry.js +34 -0
- package/collection/utils/icons/icons.js +49 -0
- package/collection/utils/icons/icons.unit.js +73 -0
- package/collection/utils/icons/public.js +2 -0
- package/collection/utils/public.js +1 -0
- package/components/index.d.ts.bak +55 -0
- package/components/index.js +1 -0
- package/components/lmvz-action.d.ts.bak +11 -0
- package/components/lmvz-action.js +1 -0
- package/components/lmvz-button.d.ts.bak +11 -0
- package/{dist/components → components}/lmvz-button.js +1 -1
- package/components/lmvz-card.d.ts.bak +11 -0
- package/components/lmvz-card.js +1 -0
- package/components/lmvz-chip.d.ts.bak +11 -0
- package/{dist/components → components}/lmvz-chip.js +1 -1
- package/components/lmvz-header.d.ts.bak +11 -0
- package/{dist/components → components}/lmvz-header.js +1 -1
- package/components/lmvz-icon.d.ts.bak +11 -0
- package/components/lmvz-icon.js +1 -0
- package/components/lmvz-input.d.ts.bak +11 -0
- package/{dist/components → components}/lmvz-input.js +1 -1
- package/components/lmvz-menuitem.d.ts.bak +11 -0
- package/{dist/components → components}/lmvz-menuitem.js +1 -1
- package/components/lmvz-select.d.ts.bak +11 -0
- package/{dist/components → components}/lmvz-select.js +1 -1
- package/components/p-CBLAeife.js +1 -0
- package/components/p-C_bScbrd.js +1 -0
- package/components/p-DXOTa5VF.js +12 -0
- package/components/p-fiRXhuXK.js +1 -0
- package/{dist/esm/aria-loader-JxXwTAe5.js → esm/aria-loader-BF_AYtbb.js} +2 -2
- package/esm/icons-Ca8oMiRa.js +157 -0
- package/{dist/esm/index-BW1YMEA3.js → esm/index-7Ru1khgk.js} +23076 -11262
- package/{dist/esm/index-CQb-mBBB.js → esm/index-saW7O-EW.js} +45 -10
- package/esm/index.js +11 -0
- package/{dist/esm → esm}/lmvz-action.entry.js +2 -2
- package/{dist/esm → esm}/lmvz-button.entry.js +4 -4
- package/{dist/esm → esm}/lmvz-card.entry.js +22 -3
- package/{dist/esm → esm}/lmvz-chip.entry.js +2 -2
- package/esm/lmvz-components.js +21 -0
- package/{dist/esm → esm}/lmvz-header_2.entry.js +6 -6
- package/{dist/esm → esm}/lmvz-icon.entry.js +25 -14
- package/{dist/esm → esm}/lmvz-input.entry.js +5 -5
- package/{dist/esm → esm}/lmvz-menuitem.entry.js +4 -4
- package/{dist/esm → esm}/lmvz-select.entry.js +4 -4
- package/esm/loader.js +11 -0
- package/esm/logger-fiRXhuXK.js +6990 -0
- package/{dist/esm/reactive-controller-host-OhKYwMvP.js → esm/reactive-controller-host-sR2jJxNG.js} +30 -26
- package/hydrate/index.js +183 -3898
- package/hydrate/index.mjs +183 -3898
- package/lmvz-components/index.esm.js +1 -0
- package/lmvz-components/lmvz-components.esm.js +1 -0
- package/{dist/lmvz-components/p-b8926640.entry.js → lmvz-components/p-30b99f11.entry.js} +1 -1
- package/lmvz-components/p-43e295ba.entry.js +1 -0
- package/lmvz-components/p-5f150890.entry.js +1 -0
- package/{dist/lmvz-components/p-b9d1953f.entry.js → lmvz-components/p-77007422.entry.js} +1 -1
- package/{dist/lmvz-components/p-Bx29-tJt.js → lmvz-components/p-B3dnXEPG.js} +1 -1
- package/lmvz-components/p-Bh2Epkwf.js +1 -0
- package/lmvz-components/p-Bkfdgg0T.js +1 -0
- package/lmvz-components/p-DXOTa5VF.js +12 -0
- package/lmvz-components/p-ae4aeb0a.entry.js +1 -0
- package/lmvz-components/p-b0208356.entry.js +1 -0
- package/{dist/lmvz-components/p-4530f088.entry.js → lmvz-components/p-bfd7db0a.entry.js} +1 -1
- package/{dist/lmvz-components/p-150ecfb6.entry.js → lmvz-components/p-d2e42f6a.entry.js} +1 -1
- package/{dist/lmvz-components/p-47d7ed0e.entry.js → lmvz-components/p-ffa21507.entry.js} +1 -1
- package/lmvz-components/p-fiRXhuXK.js +1 -0
- package/lmvz-components/p-saW7O-EW.js +2 -0
- package/loader/cdn.js +1 -1
- package/loader/index.cjs.js +1 -1
- package/loader/index.d.ts +1 -1
- package/loader/index.es2017.js +1 -1
- package/loader/index.js +1 -1
- package/{dist/manifest.json → manifest.json} +65 -284
- package/package.json +44 -105
- package/types/api/ds.constants.d.ts +29 -0
- package/types/api/ds.types.d.ts +4 -0
- package/{dist/types → types}/api/index.d.ts +0 -1
- package/{dist/types → types}/components/lmvz-action/lmvz-action.d.ts +1 -0
- package/{dist/types → types}/components/lmvz-button/lmvz-button.d.ts +2 -2
- package/{dist/types → types}/components/lmvz-card/lmvz-card.d.ts +1 -0
- package/{dist/types → types}/components/lmvz-chip/lmvz-chip.d.ts +1 -0
- package/{dist/types → types}/components/lmvz-header/lmvz-header.d.ts +1 -0
- package/{dist/types → types}/components/lmvz-icon/lmvz-icon.d.ts +4 -1
- package/{dist/types → types}/components/lmvz-input/lmvz-input.d.ts +1 -0
- package/{dist/types → types}/components/lmvz-menuitem/lmvz-menuitem.d.ts +1 -0
- package/{dist/types → types}/components/lmvz-select/lmvz-select.d.ts +1 -0
- package/types/components.d.ts +747 -0
- package/{dist/types → types}/index.d.ts +2 -2
- package/{dist/types → types}/utils/aria/aria-validation-controller.d.ts +1 -0
- package/{dist/types → types}/utils/aria/element-activation-controller.d.ts +1 -0
- package/{dist/types → types}/utils/aria/list-keyboard-controller.d.ts +1 -0
- package/{dist/types → types}/utils/assets.d.ts +1 -0
- package/{dist/types → types}/utils/component.d.ts +2 -4
- package/{dist/types → types}/utils/environment.d.ts +1 -0
- package/types/utils/http.d.ts +27 -0
- package/types/utils/http.unit.d.ts +2 -0
- package/types/utils/icons/icons-registry.d.ts +13 -0
- package/types/utils/icons/icons.d.ts +8 -0
- package/types/utils/icons/icons.unit.d.ts +8 -0
- package/types/utils/icons/public.d.ts +4 -0
- package/types/utils/public.d.ts +2 -0
- package/{dist/types → types}/utils/reactive-controller-host.d.ts +1 -0
- package/assets/icons/actions.svg +0 -5
- package/assets/icons/adduser.svg +0 -3
- package/assets/icons/alert.svg +0 -3
- package/assets/icons/apple.svg +0 -3
- package/assets/icons/arrow-down.svg +0 -3
- package/assets/icons/arrow-left.svg +0 -3
- package/assets/icons/arrow-right.svg +0 -3
- package/assets/icons/arrow-up.svg +0 -3
- package/assets/icons/book.svg +0 -3
- package/assets/icons/bookmark.svg +0 -3
- package/assets/icons/checkmark.svg +0 -3
- package/assets/icons/chevron-left.svg +0 -3
- package/assets/icons/chevron-right.svg +0 -3
- package/assets/icons/chevron-up.svg +0 -3
- package/assets/icons/close-l.svg +0 -3
- package/assets/icons/close-sm.svg +0 -3
- package/assets/icons/cog.svg +0 -4
- package/assets/icons/computer.svg +0 -3
- package/assets/icons/dashboard.svg +0 -6
- package/assets/icons/delete.svg +0 -3
- package/assets/icons/download.svg +0 -3
- package/assets/icons/edit.svg +0 -3
- package/assets/icons/external.svg +0 -3
- package/assets/icons/facebook.svg +0 -3
- package/assets/icons/favorite.svg +0 -3
- package/assets/icons/filter.svg +0 -3
- package/assets/icons/group.svg +0 -3
- package/assets/icons/hide.svg +0 -3
- package/assets/icons/home.svg +0 -3
- package/assets/icons/info.svg +0 -3
- package/assets/icons/instagram.svg +0 -3
- package/assets/icons/letter.svg +0 -3
- package/assets/icons/linkedin.svg +0 -5
- package/assets/icons/logout.svg +0 -3
- package/assets/icons/map.svg +0 -3
- package/assets/icons/minus.svg +0 -3
- package/assets/icons/navigation.svg +0 -3
- package/assets/icons/plus.svg +0 -3
- package/assets/icons/qr-scan.svg +0 -3
- package/assets/icons/question.svg +0 -10
- package/assets/icons/reader.svg +0 -3
- package/assets/icons/reset.svg +0 -3
- package/assets/icons/school.svg +0 -3
- package/assets/icons/search.svg +0 -3
- package/assets/icons/send.svg +0 -3
- package/assets/icons/settings.svg +0 -3
- package/assets/icons/share.svg +0 -10
- package/assets/icons/shopping-cart.svg +0 -3
- package/assets/icons/show.svg +0 -3
- package/assets/icons/snapchat.svg +0 -3
- package/assets/icons/sort.svg +0 -3
- package/assets/icons/speech-bubble.svg +0 -3
- package/assets/icons/star.svg +0 -3
- package/assets/icons/student.svg +0 -3
- package/assets/icons/upload.svg +0 -3
- package/assets/icons/user.svg +0 -3
- package/assets/icons/warn-circle.svg +0 -3
- package/assets/icons/warn-triangle.svg +0 -3
- package/assets/icons/whatsapp.svg +0 -4
- package/assets/icons/world.svg +0 -10
- package/assets/icons/x.svg +0 -3
- package/assets/icons/youtube.svg +0 -3
- package/dist/cjs/Effect-DdYOHaR4.js +0 -19037
- package/dist/cjs/assets-OvQ-WUwR.js +0 -26
- package/dist/cjs/icons-EHBLbidD.js +0 -653
- package/dist/cjs/index.cjs.js +0 -104
- package/dist/cjs/loader.cjs.js +0 -13
- package/dist/collection/api/ds.constants.js +0 -73
- package/dist/collection/api/index.js +0 -1
- package/dist/collection/assets/icons/actions.svg +0 -5
- package/dist/collection/assets/icons/adduser.svg +0 -3
- package/dist/collection/assets/icons/alert.svg +0 -3
- package/dist/collection/assets/icons/apple.svg +0 -3
- package/dist/collection/assets/icons/arrow-down.svg +0 -3
- package/dist/collection/assets/icons/arrow-left.svg +0 -3
- package/dist/collection/assets/icons/arrow-right.svg +0 -3
- package/dist/collection/assets/icons/arrow-up.svg +0 -3
- package/dist/collection/assets/icons/book.svg +0 -3
- package/dist/collection/assets/icons/bookmark.svg +0 -3
- package/dist/collection/assets/icons/checkmark.svg +0 -3
- package/dist/collection/assets/icons/chevron-left.svg +0 -3
- package/dist/collection/assets/icons/chevron-right.svg +0 -3
- package/dist/collection/assets/icons/chevron-up.svg +0 -3
- package/dist/collection/assets/icons/close-l.svg +0 -3
- package/dist/collection/assets/icons/close-sm.svg +0 -3
- package/dist/collection/assets/icons/cog.svg +0 -4
- package/dist/collection/assets/icons/computer.svg +0 -3
- package/dist/collection/assets/icons/dashboard.svg +0 -6
- package/dist/collection/assets/icons/delete.svg +0 -3
- package/dist/collection/assets/icons/download.svg +0 -3
- package/dist/collection/assets/icons/edit.svg +0 -3
- package/dist/collection/assets/icons/external.svg +0 -3
- package/dist/collection/assets/icons/facebook.svg +0 -3
- package/dist/collection/assets/icons/favorite.svg +0 -3
- package/dist/collection/assets/icons/filter.svg +0 -3
- package/dist/collection/assets/icons/group.svg +0 -3
- package/dist/collection/assets/icons/hide.svg +0 -3
- package/dist/collection/assets/icons/home.svg +0 -3
- package/dist/collection/assets/icons/info.svg +0 -3
- package/dist/collection/assets/icons/instagram.svg +0 -3
- package/dist/collection/assets/icons/letter.svg +0 -3
- package/dist/collection/assets/icons/linkedin.svg +0 -5
- package/dist/collection/assets/icons/logout.svg +0 -3
- package/dist/collection/assets/icons/map.svg +0 -3
- package/dist/collection/assets/icons/minus.svg +0 -3
- package/dist/collection/assets/icons/navigation.svg +0 -3
- package/dist/collection/assets/icons/plus.svg +0 -3
- package/dist/collection/assets/icons/qr-scan.svg +0 -3
- package/dist/collection/assets/icons/question.svg +0 -10
- package/dist/collection/assets/icons/reader.svg +0 -3
- package/dist/collection/assets/icons/reset.svg +0 -3
- package/dist/collection/assets/icons/school.svg +0 -3
- package/dist/collection/assets/icons/search.svg +0 -3
- package/dist/collection/assets/icons/send.svg +0 -3
- package/dist/collection/assets/icons/settings.svg +0 -3
- package/dist/collection/assets/icons/share.svg +0 -10
- package/dist/collection/assets/icons/shopping-cart.svg +0 -3
- package/dist/collection/assets/icons/show.svg +0 -3
- package/dist/collection/assets/icons/snapchat.svg +0 -3
- package/dist/collection/assets/icons/sort.svg +0 -3
- package/dist/collection/assets/icons/speech-bubble.svg +0 -3
- package/dist/collection/assets/icons/star.svg +0 -3
- package/dist/collection/assets/icons/student.svg +0 -3
- package/dist/collection/assets/icons/upload.svg +0 -3
- package/dist/collection/assets/icons/user.svg +0 -3
- package/dist/collection/assets/icons/warn-circle.svg +0 -3
- package/dist/collection/assets/icons/warn-triangle.svg +0 -3
- package/dist/collection/assets/icons/whatsapp.svg +0 -4
- package/dist/collection/assets/icons/world.svg +0 -10
- package/dist/collection/assets/icons/x.svg +0 -3
- package/dist/collection/assets/icons/youtube.svg +0 -3
- package/dist/collection/components/lmvz-icon/icons.js +0 -36
- package/dist/collection/components/lmvz-icon/public.js +0 -1
- package/dist/collection/components/lmvz-icon/test/icons.unit.js +0 -98
- package/dist/collection/index.js +0 -4
- package/dist/collection/integration/header-integration.js +0 -46
- package/dist/collection/utils/effect.js +0 -6
- package/dist/collection/utils/http.js +0 -24
- package/dist/collection/utils/public.js +0 -1
- package/dist/collection/utils/validation/svg.js +0 -24
- package/dist/components/index.js +0 -1
- package/dist/components/lmvz-action.js +0 -1
- package/dist/components/lmvz-card.js +0 -1
- package/dist/components/lmvz-icon.js +0 -1
- package/dist/components/p-BsHYIl56.js +0 -1
- package/dist/components/p-CKtksB0G.js +0 -1
- package/dist/components/p-CahBdGGN.js +0 -1
- package/dist/components/p-GKEnURpp.js +0 -1
- package/dist/components/p-vIq2biqy.js +0 -12
- package/dist/esm/Effect-9SROYpxM.js +0 -18828
- package/dist/esm/assets-CNHv_WMG.js +0 -23
- package/dist/esm/icons-B255FOe4.js +0 -649
- package/dist/esm/index.js +0 -87
- package/dist/esm/lmvz-components.js +0 -21
- package/dist/esm/loader.js +0 -11
- package/dist/ext-libs.d.ts +0 -1
- package/dist/lmvz-components/index.esm.js +0 -1
- package/dist/lmvz-components/lmvz-components.esm.js +0 -1
- package/dist/lmvz-components/p-22f67eff.entry.js +0 -1
- package/dist/lmvz-components/p-5c3f1404.entry.js +0 -1
- package/dist/lmvz-components/p-8d51e396.entry.js +0 -1
- package/dist/lmvz-components/p-9SROYpxM.js +0 -1
- package/dist/lmvz-components/p-CQb-mBBB.js +0 -2
- package/dist/lmvz-components/p-Cp76bcGb.js +0 -1
- package/dist/lmvz-components/p-Cp7cp10e.js +0 -12
- package/dist/lmvz-components/p-DyO6wO4l.js +0 -1
- package/dist/lmvz-components/p-d9c3f542.entry.js +0 -1
- package/dist/lmvz-components/p-i2508Ct1.js +0 -1
- package/dist/stencil.config.base.js +0 -44
- package/dist/stencil.config.dev.js +0 -21
- package/dist/stencil.config.integration.js +0 -26
- package/dist/stencil.config.js +0 -15
- package/dist/stencil.config.prod.js +0 -29
- package/dist/types/api/ds.constants.d.ts +0 -8
- package/dist/types/api/ds.types.d.ts +0 -39
- package/dist/types/components/lmvz-icon/icons.d.ts +0 -8
- package/dist/types/components/lmvz-icon/public.d.ts +0 -1
- package/dist/types/components/lmvz-icon/test/icons.unit.d.ts +0 -1
- package/dist/types/components.d.ts +0 -931
- package/dist/types/opt/atlassian/pipelines/agent/build/packages/components/.stencil/stencil.config.base.d.ts +0 -2
- package/dist/types/opt/atlassian/pipelines/agent/build/packages/components/.stencil/stencil.config.d.ts +0 -2
- package/dist/types/opt/atlassian/pipelines/agent/build/packages/components/.stencil/stencil.config.dev.d.ts +0 -2
- package/dist/types/opt/atlassian/pipelines/agent/build/packages/components/.stencil/stencil.config.integration.d.ts +0 -2
- package/dist/types/opt/atlassian/pipelines/agent/build/packages/components/.stencil/stencil.config.prod.d.ts +0 -2
- package/dist/types/utils/effect.d.ts +0 -3
- package/dist/types/utils/http.d.ts +0 -24
- package/dist/types/utils/http.unit.d.ts +0 -1
- package/dist/types/utils/public.d.ts +0 -1
- package/dist/types/utils/validation/svg.d.ts +0 -11
- /package/{dist/cjs → cjs}/app-globals-V2Kpy_OQ.js +0 -0
- /package/{dist/cjs → cjs}/component-Csg9MtNK.js +0 -0
- /package/{dist/cjs → cjs}/element-activation-controller-DC_6T0Rt.js +0 -0
- /package/{dist/cjs → cjs}/index-Bp6Dd2i1.js +0 -0
- /package/{dist/collection → collection}/assets/LMVZ_logo_175.svg +0 -0
- /package/{dist/collection → collection}/assets/card-placeholder.svg +0 -0
- /package/{dist/collection → collection}/assets/fonts/Router-Bold.woff +0 -0
- /package/{dist/collection → collection}/assets/fonts/Router-Book.woff +0 -0
- /package/{dist/collection → collection}/assets/fonts/Router-Medium.woff +0 -0
- /package/{dist/collection → collection}/assets/icons/Logo.svg +0 -0
- /package/{dist/collection → collection}/assets/icons/chevron-down.svg +0 -0
- /package/{dist/collection → collection}/assets/zukunftslinie.svg +0 -0
- /package/{dist/collection → collection}/components/lmvz-action/lmvz-action.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-button/lmvz-button.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-card/lmvz-card.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-chip/lmvz-chip.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-header/lmvz-header.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-input/lmvz-input.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-menuitem/lmvz-menuitem.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-select/lmvz-select.css +0 -0
- /package/{dist/collection → collection}/utils/aria/element-activation-controller.js +0 -0
- /package/{dist/collection → collection}/utils/aria/list-keyboard-controller.js +0 -0
- /package/{dist/collection → collection}/utils/assets.js +0 -0
- /package/{dist/collection → collection}/utils/component.js +0 -0
- /package/{dist/collection → collection}/utils/environment.js +0 -0
- /package/{dist/collection → collection}/utils/reactive-controller-host.js +0 -0
- /package/{dist/components → components}/index.d.ts +0 -0
- /package/{dist/components → components}/lmvz-action.d.ts +0 -0
- /package/{dist/components → components}/lmvz-button.d.ts +0 -0
- /package/{dist/components → components}/lmvz-card.d.ts +0 -0
- /package/{dist/components → components}/lmvz-chip.d.ts +0 -0
- /package/{dist/components → components}/lmvz-header.d.ts +0 -0
- /package/{dist/components → components}/lmvz-icon.d.ts +0 -0
- /package/{dist/components → components}/lmvz-input.d.ts +0 -0
- /package/{dist/components → components}/lmvz-menuitem.d.ts +0 -0
- /package/{dist/components → components}/lmvz-select.d.ts +0 -0
- /package/{dist/components → components}/p-BfTCfPZ1.js +0 -0
- /package/{dist/components → components}/p-CN0JX9-m.js +0 -0
- /package/{dist/components → components}/p-DQEkWkMh.js +0 -0
- /package/{dist/esm → esm}/app-globals-DQuL1Twl.js +0 -0
- /package/{dist/esm → esm}/component-DIrAQ4IB.js +0 -0
- /package/{dist/esm → esm}/element-activation-controller-CN0JX9-m.js +0 -0
- /package/{dist/esm → esm}/index-BfTCfPZ1.js +0 -0
- /package/{dist/index.cjs.js → index.cjs.js} +0 -0
- /package/{dist/index.js → index.js} +0 -0
- /package/{dist/lmvz-components → lmvz-components}/p-BfTCfPZ1.js +0 -0
- /package/{dist/lmvz-components → lmvz-components}/p-CN0JX9-m.js +0 -0
- /package/{dist/lmvz-components → lmvz-components}/p-DIrAQ4IB.js +0 -0
- /package/{dist/lmvz-components → lmvz-components}/p-DQuL1Twl.js +0 -0
- /package/{dist/manifest.d.ts → manifest.d.ts} +0 -0
- /package/{dist/types → types}/api/aria-types.d.ts +0 -0
- /package/{dist/types → types}/stencil-public-runtime.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,108 +1,79 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmvz-ds/components",
|
|
3
3
|
"private": false,
|
|
4
|
+
"version": "0.18.0",
|
|
4
5
|
"type": "module",
|
|
5
|
-
"version": "0.17.1",
|
|
6
6
|
"description": "The components of the design system",
|
|
7
7
|
"author": "Patrick Nemenz <patrick.nemenz@adesso.at>",
|
|
8
|
-
"volta": {
|
|
9
|
-
"extends": "../../package.json"
|
|
10
|
-
},
|
|
11
8
|
"publishConfig": {
|
|
12
|
-
"access": "public"
|
|
13
|
-
|
|
14
|
-
"lerna": {
|
|
15
|
-
"command": {
|
|
16
|
-
"publish": {
|
|
17
|
-
"directory": "./",
|
|
18
|
-
"assets": [
|
|
19
|
-
"dist/",
|
|
20
|
-
"loader/",
|
|
21
|
-
"hydrate/",
|
|
22
|
-
{
|
|
23
|
-
"from": "src/assets/*",
|
|
24
|
-
"to": "assets"
|
|
25
|
-
}
|
|
26
|
-
]
|
|
27
|
-
}
|
|
28
|
-
}
|
|
9
|
+
"access": "public",
|
|
10
|
+
"linkDirectory": false
|
|
29
11
|
},
|
|
30
|
-
"files": [
|
|
31
|
-
"dist/",
|
|
32
|
-
"loader/",
|
|
33
|
-
"hydrate/",
|
|
34
|
-
"assets/"
|
|
35
|
-
],
|
|
36
12
|
"exports": {
|
|
37
13
|
".": {
|
|
38
|
-
"types": "./
|
|
39
|
-
"import": "./
|
|
14
|
+
"types": "./components/index.d.ts",
|
|
15
|
+
"import": "./components/index.js"
|
|
40
16
|
},
|
|
41
17
|
"./components": {
|
|
42
|
-
"types": "./
|
|
43
|
-
"import": "./
|
|
18
|
+
"types": "./components/index.d.ts",
|
|
19
|
+
"import": "./components/index.js"
|
|
44
20
|
},
|
|
45
|
-
"./
|
|
46
|
-
|
|
47
|
-
|
|
21
|
+
"./manifest.json": "./manifest.json",
|
|
22
|
+
"./assets/*": "./dist/assets/*",
|
|
23
|
+
"./hydrate": {
|
|
24
|
+
"types": "./hydrate/index.d.ts",
|
|
25
|
+
"import": "./hydrate/index.js"
|
|
48
26
|
},
|
|
49
|
-
"./manifest.json": "./dist/manifest.json",
|
|
50
|
-
"./assets/*": "./assets/*",
|
|
51
27
|
"./components/hydrate": {
|
|
52
28
|
"types": "./hydrate/index.d.ts",
|
|
53
29
|
"import": "./hydrate/index.js"
|
|
54
30
|
},
|
|
55
31
|
"./loader": {
|
|
56
32
|
"types": "./loader/index.d.ts",
|
|
57
|
-
"import": "./loader/index.js"
|
|
58
|
-
"require": "./loader/index.cjs"
|
|
33
|
+
"import": "./loader/index.js"
|
|
59
34
|
},
|
|
60
35
|
"./lmvz-action": {
|
|
61
|
-
"
|
|
62
|
-
"
|
|
36
|
+
"types": "./components/lmvz-action.d.ts",
|
|
37
|
+
"import": "./components/lmvz-action.js"
|
|
63
38
|
},
|
|
64
39
|
"./lmvz-button": {
|
|
65
|
-
"types": "./
|
|
66
|
-
"import": "./
|
|
40
|
+
"types": "./components/lmvz-button.d.ts",
|
|
41
|
+
"import": "./components/lmvz-button.js"
|
|
67
42
|
},
|
|
68
43
|
"./lmvz-card": {
|
|
69
|
-
"types": "./
|
|
70
|
-
"import": "./
|
|
44
|
+
"types": "./components/lmvz-card.d.ts",
|
|
45
|
+
"import": "./components/lmvz-card.js"
|
|
71
46
|
},
|
|
72
47
|
"./lmvz-chip": {
|
|
73
|
-
"types": "./
|
|
74
|
-
"import": "./
|
|
48
|
+
"types": "./components/lmvz-chip.d.ts",
|
|
49
|
+
"import": "./components/lmvz-chip.js"
|
|
50
|
+
},
|
|
51
|
+
"./lmvz-header": {
|
|
52
|
+
"types": "./components/lmvz-header.d.ts",
|
|
53
|
+
"import": "./components/lmvz-header.js"
|
|
75
54
|
},
|
|
76
55
|
"./lmvz-icon": {
|
|
77
|
-
"types": "./
|
|
78
|
-
"import": "./
|
|
56
|
+
"types": "./components/lmvz-icon.d.ts",
|
|
57
|
+
"import": "./components/lmvz-icon.js"
|
|
79
58
|
},
|
|
80
59
|
"./lmvz-input": {
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
},
|
|
84
|
-
"./lmvz-header": {
|
|
85
|
-
"import": "./dist/components/lmvz-header.js",
|
|
86
|
-
"types": "./dist/components/lmvz-header.d.ts"
|
|
87
|
-
},
|
|
88
|
-
"./header-integration": {
|
|
89
|
-
"import": "./dist/components/header-integration.js",
|
|
90
|
-
"types": "./dist/components/header-integration.d.ts"
|
|
60
|
+
"types": "./components/lmvz-input.d.ts",
|
|
61
|
+
"import": "./components/lmvz-input.js"
|
|
91
62
|
},
|
|
92
63
|
"./lmvz-menuitem": {
|
|
93
|
-
"
|
|
94
|
-
"
|
|
64
|
+
"types": "./components/lmvz-menuitem.d.ts",
|
|
65
|
+
"import": "./components/lmvz-menuitem.js"
|
|
95
66
|
},
|
|
96
67
|
"./lmvz-select": {
|
|
97
|
-
"
|
|
98
|
-
"
|
|
68
|
+
"types": "./components/lmvz-select.d.ts",
|
|
69
|
+
"import": "./components/lmvz-select.js"
|
|
99
70
|
}
|
|
100
71
|
},
|
|
101
|
-
"main": "
|
|
102
|
-
"module": "
|
|
103
|
-
"unpkg": "
|
|
104
|
-
"types": "
|
|
105
|
-
"collection": "
|
|
72
|
+
"main": "./index.cjs.js",
|
|
73
|
+
"module": "./components/index.js",
|
|
74
|
+
"unpkg": "./lmvz-components/index.esm.js",
|
|
75
|
+
"types": "./components/index.d.ts",
|
|
76
|
+
"collection": "./collection/collection-manifest.json",
|
|
106
77
|
"license": "UNLICENSED",
|
|
107
78
|
"repository": {
|
|
108
79
|
"type": "git",
|
|
@@ -110,44 +81,12 @@
|
|
|
110
81
|
},
|
|
111
82
|
"dependencies": {
|
|
112
83
|
"classnames": "^2.5.1",
|
|
113
|
-
"effect": "^3.21.
|
|
114
|
-
"@lmvz-ds/aria-validation": "~0.16.0"
|
|
84
|
+
"effect": "^3.21.1"
|
|
115
85
|
},
|
|
116
|
-
"
|
|
117
|
-
"@
|
|
118
|
-
"@stencil/angular-output-target": "1.3.0",
|
|
119
|
-
"@stencil/core": "^4.43.3",
|
|
120
|
-
"@stencil/react-output-target": "1.4.2",
|
|
121
|
-
"@stencil/vitest": "1.8.3",
|
|
122
|
-
"@stencil/vue-output-target": "0.13.1",
|
|
123
|
-
"@types/postcss-import": "^14.0.3",
|
|
124
|
-
"concurrently": "^9.2.1",
|
|
125
|
-
"happy-dom": "^20.8.4",
|
|
126
|
-
"postcss-auto-var-fallback": "1.1.0",
|
|
127
|
-
"postcss-import": "^16.1.1",
|
|
128
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
129
|
-
"stylelint": "^16.0.1",
|
|
130
|
-
"stylelint-config-standard": "^38.0.0",
|
|
131
|
-
"stylelint-value-no-unknown-custom-properties": "6.1.1",
|
|
132
|
-
"tslib": "^2.8.1",
|
|
133
|
-
"tsx": "^4.8.1",
|
|
134
|
-
"vite": "^8.0.2",
|
|
135
|
-
"vitest": "^4.1.0",
|
|
136
|
-
"@lmvz-ds/design-tokens": "~0.17.1",
|
|
137
|
-
"@lmvz-ds/lib-styles": "~0.16.0",
|
|
138
|
-
"@lmvz-ds/lib-config": "0.15.2",
|
|
139
|
-
"@lmvz-ds/styles": "~0.17.1"
|
|
86
|
+
"optionalDependencies": {
|
|
87
|
+
"@lmvz-ds/aria-validation": "~0.16.1"
|
|
140
88
|
},
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
"dev": "stencil build --watch --dev --serve --config stencil.config.dev.ts",
|
|
145
|
-
"build": "stencil build --docs --prod --config stencil.config.prod.ts",
|
|
146
|
-
"build:debug": "node --inspect-brk ../../node_modules/.bin/stencil build --debug --docs --config ./stencil.config.dev.ts",
|
|
147
|
-
"build:integration": "stencil build --config stencil.config.integration.ts",
|
|
148
|
-
"test": "pnpm stencil-test",
|
|
149
|
-
"test:watch": "pnpm stencil-test --watch",
|
|
150
|
-
"lint": "concurrently 'eslint \"src/**\"' 'stylelint \"src/**/*.css\" --config ./stylelint.config.mjs'",
|
|
151
|
-
"generate": "stencil generate"
|
|
152
|
-
}
|
|
89
|
+
"files": [
|
|
90
|
+
"**/*"
|
|
91
|
+
]
|
|
153
92
|
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export declare const variants: readonly ["primary", "secondary", "tertiary"];
|
|
2
|
+
export declare const scaleValues: readonly ["small", "default", "large"];
|
|
3
|
+
export declare const sizes: readonly ["xs", "sm", "md", "lg"];
|
|
4
|
+
export declare const textSizes: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
5
|
+
export declare const inputTypes: readonly ["text", "email", "password", "tel", "url", "search", "number"];
|
|
6
|
+
export declare const iconSizes: readonly ["xs", "sm", "md", "lg", "inherit"];
|
|
7
|
+
export declare const iconWeights: readonly ["thin", "medium", "bold", "filled"];
|
|
8
|
+
export declare namespace LmvzDS {
|
|
9
|
+
type Variant = (typeof variants)[number];
|
|
10
|
+
type Size = (typeof sizes)[number];
|
|
11
|
+
}
|
|
12
|
+
export declare namespace Typography {
|
|
13
|
+
type Size = (typeof textSizes)[number];
|
|
14
|
+
}
|
|
15
|
+
export declare namespace Button {
|
|
16
|
+
type Scale = (typeof scaleValues)[number];
|
|
17
|
+
type Variant = LmvzDS.Variant;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace Icon {
|
|
20
|
+
type Size = (typeof iconSizes)[number];
|
|
21
|
+
type IconWeight = (typeof iconWeights)[number];
|
|
22
|
+
}
|
|
23
|
+
export declare namespace Input {
|
|
24
|
+
type Type = (typeof inputTypes)[number];
|
|
25
|
+
type Autocomplete = HTMLInputElement['autocomplete'];
|
|
26
|
+
type Inputmode = 'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url';
|
|
27
|
+
type Autocapitalize = 'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters';
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=ds.constants.d.ts.map
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { type EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
import type { Button } from '../../api';
|
|
2
|
+
import type { Button, FormRef } from '../../api';
|
|
3
3
|
import { type AriaValidationHost } from '../../utils/aria/aria-validation-controller';
|
|
4
4
|
import { type ElementActivationHost } from '../../utils/aria/element-activation-controller';
|
|
5
|
-
import { type FormRef } from '../../utils/component';
|
|
6
5
|
import { ReactiveControllerHost } from '../../utils/reactive-controller-host';
|
|
7
6
|
export declare class LmvzButton extends ReactiveControllerHost implements AriaValidationHost, ElementActivationHost {
|
|
8
7
|
el: HTMLLmvzButtonElement;
|
|
@@ -24,3 +23,4 @@ export declare class LmvzButton extends ReactiveControllerHost implements AriaVa
|
|
|
24
23
|
private handleClick;
|
|
25
24
|
render(): any;
|
|
26
25
|
}
|
|
26
|
+
//# sourceMappingURL=lmvz-button.d.ts.map
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SVGString } from '@lmvz-ds/lib-ts/validation/SVGString.d.ts';
|
|
1
2
|
import type { Icon } from '../../api';
|
|
2
3
|
import { type AriaValidationHost } from '../../utils/aria/aria-validation-controller';
|
|
3
4
|
import { ReactiveControllerHost } from '../../utils/reactive-controller-host';
|
|
@@ -6,9 +7,10 @@ export declare class LmvzIcon extends ReactiveControllerHost implements AriaVali
|
|
|
6
7
|
private readonly ariaValidationController;
|
|
7
8
|
el: HTMLElement;
|
|
8
9
|
validationEl: HTMLElement | undefined;
|
|
9
|
-
icon:
|
|
10
|
+
icon: SVGString | string;
|
|
10
11
|
weight?: Icon.IconWeight;
|
|
11
12
|
size?: Icon.Size;
|
|
13
|
+
iconset?: string;
|
|
12
14
|
private iconData?;
|
|
13
15
|
private visible;
|
|
14
16
|
ariaLabel?: string;
|
|
@@ -21,3 +23,4 @@ export declare class LmvzIcon extends ReactiveControllerHost implements AriaVali
|
|
|
21
23
|
render(): any;
|
|
22
24
|
private waitUntilVisible;
|
|
23
25
|
}
|
|
26
|
+
//# sourceMappingURL=lmvz-icon.d.ts.map
|