@sunbird-cb/consumption 0.1.24-cbrelease-4.8.27-multilingual → 0.1.24-cbrelease-4.8.28
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/esm2022/lib/_common/cards/card-portrait/card-portrait.component.mjs +4 -1
- package/esm2022/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.mjs +2 -1
- package/esm2022/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.mjs +1 -1
- package/esm2022/lib/_common/dialog-components/certificate-dialog/certificate-dialog.component.mjs +2 -2
- package/esm2022/lib/_common/microsites/mdo-channels/components/column-section-display/column-section-display.component.mjs +54 -0
- package/esm2022/lib/_common/microsites/mdo-channels/components/competency/competency.component.mjs +50 -0
- package/esm2022/lib/_common/microsites/mdo-channels/components/content-strip/content-strip.component.mjs +56 -0
- package/esm2022/lib/_common/microsites/mdo-channels/components/editor-dialog/editor-dialog.component.mjs +286 -0
- package/esm2022/lib/_common/microsites/mdo-channels/components/looker-section/looker-section.component.mjs +45 -0
- package/esm2022/lib/_common/microsites/mdo-channels/components/main-content/main-content.component.mjs +143 -0
- package/esm2022/lib/_common/microsites/mdo-channels/components/mobile-sections/mobile-sections.component.mjs +35 -0
- package/esm2022/lib/_common/microsites/mdo-channels/components/support-section/support-section.component.mjs +30 -0
- package/esm2022/lib/_common/microsites/mdo-channels/components/top-learners/top-learners.component.mjs +42 -0
- package/esm2022/lib/_common/microsites/mdo-channels/components/top-section/top-section.component.mjs +99 -0
- package/esm2022/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.mjs +986 -2
- package/esm2022/lib/_common/microsites/mdo-channels/mdo-channel-v3/mdo-channel-v3.component.mjs +222 -0
- package/esm2022/lib/_common/microsites/mdo-channels/mdo-channel.module.mjs +83 -7
- package/esm2022/lib/_models/card-content.model.mjs +1 -1
- package/esm2022/lib/_services/widget-content-lib.service.mjs +5 -1
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/sunbird-cb-consumption.mjs +2061 -34
- package/fesm2022/sunbird-cb-consumption.mjs.map +1 -1
- package/lib/_common/cards/card-portrait/card-portrait.component.d.ts.map +1 -1
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.d.ts.map +1 -1
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.d.ts +1 -0
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.d.ts.map +1 -1
- package/lib/_common/microsites/mdo-channels/components/column-section-display/column-section-display.component.d.ts +20 -0
- package/lib/_common/microsites/mdo-channels/components/column-section-display/column-section-display.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/components/competency/competency.component.d.ts +16 -0
- package/lib/_common/microsites/mdo-channels/components/competency/competency.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/components/content-strip/content-strip.component.d.ts +16 -0
- package/lib/_common/microsites/mdo-channels/components/content-strip/content-strip.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/components/editor-dialog/editor-dialog.component.d.ts +61 -0
- package/lib/_common/microsites/mdo-channels/components/editor-dialog/editor-dialog.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/components/looker-section/looker-section.component.d.ts +17 -0
- package/lib/_common/microsites/mdo-channels/components/looker-section/looker-section.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/components/main-content/main-content.component.d.ts +32 -0
- package/lib/_common/microsites/mdo-channels/components/main-content/main-content.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/components/mobile-sections/mobile-sections.component.d.ts +15 -0
- package/lib/_common/microsites/mdo-channels/components/mobile-sections/mobile-sections.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/components/support-section/support-section.component.d.ts +10 -0
- package/lib/_common/microsites/mdo-channels/components/support-section/support-section.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/components/top-learners/top-learners.component.d.ts +13 -0
- package/lib/_common/microsites/mdo-channels/components/top-learners/top-learners.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/components/top-section/top-section.component.d.ts +23 -0
- package/lib/_common/microsites/mdo-channels/components/top-section/top-section.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.d.ts.map +1 -1
- package/lib/_common/microsites/mdo-channels/mdo-channel-v3/mdo-channel-v3.component.d.ts +54 -0
- package/lib/_common/microsites/mdo-channels/mdo-channel-v3/mdo-channel-v3.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/mdo-channel.module.d.ts +46 -26
- package/lib/_common/microsites/mdo-channels/mdo-channel.module.d.ts.map +1 -1
- package/lib/_models/card-content.model.d.ts +1 -0
- package/lib/_models/card-content.model.d.ts.map +1 -1
- package/lib/_services/widget-content-lib.service.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +1 -0
- package/public-api.d.ts.map +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.