@kompasid/lit-web-components 0.1.0 → 0.3.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/.github/workflows/npm-publish.yml +6 -6
- package/README.md +44 -13
- package/assets/kompas-icon.svg +362 -0
- package/demo/index.html +2 -0
- package/dist/assets/font-awesome.d.ts +2 -2
- package/dist/src/components/kompas-footer/KompasFooter.d.ts +1 -1
- package/dist/src/components/kompas-footer/KompasFooter.js +1 -1
- package/dist/src/components/kompas-footer/KompasFooter.js.map +1 -1
- package/dist/src/components/kompas-metered-paywall/KompasMeteredPaywall.d.ts +1 -1
- package/dist/src/components/kompas-metered-paywall/KompasMeteredPaywall.js +1 -1
- package/dist/src/components/kompas-metered-paywall/KompasMeteredPaywall.js.map +1 -1
- package/dist/src/components/kompas-paywall/KompasPaywall.d.ts +1 -1
- package/dist/src/components/kompas-paywall/KompasPaywall.js.map +1 -1
- package/dist/src/components/kompas-paywall-banner-registration/KompasPaywallBannerRegistration.d.ts +2 -1
- package/dist/src/components/kompas-paywall-banner-registration/KompasPaywallBannerRegistration.js +9 -2
- package/dist/src/components/kompas-paywall-banner-registration/KompasPaywallBannerRegistration.js.map +1 -1
- package/dist/src/components/kompas-paywall-body/KompasPaywallBody.d.ts +1 -1
- package/dist/src/components/kompas-paywall-body/KompasPaywallBody.js +17 -11
- package/dist/src/components/kompas-paywall-body/KompasPaywallBody.js.map +1 -1
- package/dist/src/components/kompas-paywall-information-header/KompasPaywallInformationHeader.d.ts +1 -1
- package/dist/src/components/kompas-paywall-information-header/KompasPaywallInformationHeader.js.map +1 -1
- package/dist/src/components/kompas-paywall-video/KompasPaywallVideo.d.ts +2 -4
- package/dist/src/components/kompas-paywall-video/KompasPaywallVideo.js +7 -12
- package/dist/src/components/kompas-paywall-video/KompasPaywallVideo.js.map +1 -1
- package/dist/tailwind/tailwind.js +1343 -1368
- package/dist/tailwind/tailwind.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/pull_request_template.md +9 -0
- package/src/components/kompas-footer/KompasFooter.ts +1 -1
- package/src/components/kompas-metered-paywall/KompasMeteredPaywall.ts +1 -1
- package/src/components/kompas-metered-paywall/readme.md +19 -25
- package/src/components/kompas-paywall/readme.md +0 -111
- package/src/components/kompas-paywall-banner-registration/KompasPaywallBannerRegistration.ts +10 -2
- package/src/components/kompas-paywall-banner-registration/readme.md +0 -5
- package/src/components/kompas-paywall-body/KompasPaywallBody.ts +18 -10
- package/src/components/kompas-paywall-body/readme.md +0 -5
- package/src/components/kompas-paywall-information-header/readme.md +0 -5
- package/src/components/kompas-paywall-video/KompasPaywallVideo.ts +7 -6
- package/src/components/kompas-paywall-video/readme.md +17 -21
- package/tailwind/tailwind.css +0 -9
- package/tailwind/tailwind.ts +1344 -1368
- package/tsconfig.json +1 -0