@coorpacademy/components 11.9.3-alpha.29 → 11.9.3-alpha.31
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/es/atom/autocomplete/index.js +3 -0
- package/es/atom/autocomplete/index.js.map +1 -1
- package/es/atom/avatar/index.js +2 -0
- package/es/atom/avatar/index.js.map +1 -1
- package/es/atom/button/index.js +8 -0
- package/es/atom/button/index.js.map +1 -1
- package/es/atom/button/index.native.d.ts +1 -1
- package/es/atom/button/index.native.d.ts.map +1 -1
- package/es/atom/button/index.native.js +4 -0
- package/es/atom/button/index.native.js.map +1 -1
- package/es/atom/button-link/index.js +10 -0
- package/es/atom/button-link/index.js.map +1 -1
- package/es/atom/button-link-icon-only/index.js +12 -0
- package/es/atom/button-link-icon-only/index.js.map +1 -1
- package/es/atom/button-menu/index.js +5 -0
- package/es/atom/button-menu/index.js.map +1 -1
- package/es/atom/card-image-preview/index.js +3 -0
- package/es/atom/card-image-preview/index.js.map +1 -1
- package/es/atom/catalog-section/index.js +2 -0
- package/es/atom/catalog-section/index.js.map +1 -1
- package/es/atom/centered-text/index.js +2 -0
- package/es/atom/centered-text/index.js.map +1 -1
- package/es/atom/checkbox/index.js +11 -5
- package/es/atom/checkbox/index.js.map +1 -1
- package/es/atom/checkbox-with-title/index.js +4 -0
- package/es/atom/checkbox-with-title/index.js.map +1 -1
- package/es/atom/chips/index.js +2 -0
- package/es/atom/chips/index.js.map +1 -1
- package/es/atom/choice/index.native.d.ts +1 -1
- package/es/atom/choice/index.native.d.ts.map +1 -1
- package/es/atom/choice/index.native.js +12 -2
- package/es/atom/choice/index.native.js.map +1 -1
- package/es/atom/clue/index.js +14 -0
- package/es/atom/clue/index.js.map +1 -1
- package/es/atom/content-badge/index.js +2 -0
- package/es/atom/content-badge/index.js.map +1 -1
- package/es/atom/cta/index.js +13 -0
- package/es/atom/cta/index.js.map +1 -1
- package/es/atom/difficulty-level/index.js +7 -0
- package/es/atom/difficulty-level/index.js.map +1 -1
- package/es/atom/drag-and-drop/index.js +15 -0
- package/es/atom/drag-and-drop/index.js.map +1 -1
- package/es/atom/empty-search-result/index.js +2 -0
- package/es/atom/empty-search-result/index.js.map +1 -1
- package/es/atom/gradient/index.native.d.ts +1 -1
- package/es/atom/gradient/index.native.d.ts.map +1 -1
- package/es/atom/gradient/index.native.js +7 -0
- package/es/atom/gradient/index.native.js.map +1 -1
- package/es/atom/header-back-button/index.native.d.ts +1 -1
- package/es/atom/header-back-button/index.native.d.ts.map +1 -1
- package/es/atom/header-back-button/index.native.js +6 -0
- package/es/atom/header-back-button/index.native.js.map +1 -1
- package/es/atom/header-back-icon/index.native.d.ts +1 -1
- package/es/atom/header-back-icon/index.native.d.ts.map +1 -1
- package/es/atom/header-back-icon/index.native.js +2 -0
- package/es/atom/header-back-icon/index.native.js.map +1 -1
- package/es/atom/html/index.native.d.ts +1 -1
- package/es/atom/html/index.native.d.ts.map +1 -1
- package/es/atom/html/index.native.js +12 -6
- package/es/atom/html/index.native.js.map +1 -1
- package/es/atom/image-background/index.native.d.ts +1 -1
- package/es/atom/image-background/index.native.d.ts.map +1 -1
- package/es/atom/image-background/index.native.js +24 -11
- package/es/atom/image-background/index.native.js.map +1 -1
- package/es/atom/image-upload/index.js +6 -0
- package/es/atom/image-upload/index.js.map +1 -1
- package/es/atom/input-checkbox/index.js +4 -0
- package/es/atom/input-checkbox/index.js.map +1 -1
- package/es/atom/input-color/index.js +2 -0
- package/es/atom/input-color/index.js.map +1 -1
- package/es/atom/input-doublestep/index.js +14 -0
- package/es/atom/input-doublestep/index.js.map +1 -1
- package/es/atom/input-html/index.js +9 -0
- package/es/atom/input-html/index.js.map +1 -1
- package/es/atom/input-html/input-preview.js +3 -2
- package/es/atom/input-html/input-preview.js.map +1 -1
- package/es/atom/input-readonly/index.js +2 -0
- package/es/atom/input-readonly/index.js.map +1 -1
- package/es/atom/input-search/index.d.ts.map +1 -1
- package/es/atom/input-search/index.js +3 -0
- package/es/atom/input-search/index.js.map +1 -1
- package/es/atom/input-switch/index.d.ts +2 -0
- package/es/atom/input-switch/index.d.ts.map +1 -1
- package/es/atom/input-switch/index.js +33 -11
- package/es/atom/input-switch/index.js.map +1 -1
- package/es/atom/input-text/index.js +3 -2
- package/es/atom/input-text/index.js.map +1 -1
- package/es/atom/input-text-with-title/index.js +3 -0
- package/es/atom/input-text-with-title/index.js.map +1 -1
- package/es/atom/input-textarea/index.js +3 -2
- package/es/atom/input-textarea/index.js.map +1 -1
- package/es/atom/label/index.js +2 -0
- package/es/atom/label/index.js.map +1 -1
- package/es/atom/life/index.js +7 -0
- package/es/atom/life/index.js.map +1 -1
- package/es/atom/link/index.js +24 -7
- package/es/atom/link/index.js.map +1 -1
- package/es/atom/loader/index.js +2 -0
- package/es/atom/loader/index.js.map +1 -1
- package/es/atom/loader/index.native.d.ts +1 -1
- package/es/atom/loader/index.native.d.ts.map +1 -1
- package/es/atom/loader/index.native.js +12 -2
- package/es/atom/loader/index.native.js.map +1 -1
- package/es/atom/lottie-wrapper/index.js +11 -3
- package/es/atom/lottie-wrapper/index.js.map +1 -1
- package/es/atom/lottie-wrapper/prop-types.d.ts +1 -1
- package/es/atom/lottie-wrapper/prop-types.d.ts.map +1 -1
- package/es/atom/lottie-wrapper/prop-types.js.map +1 -1
- package/es/atom/notification/index.js +2 -0
- package/es/atom/notification/index.js.map +1 -1
- package/es/atom/picture/index.js +8 -0
- package/es/atom/picture/index.js.map +1 -1
- package/es/atom/picture-background/index.js +2 -0
- package/es/atom/picture-background/index.js.map +1 -1
- package/es/atom/promo-code/index.js +2 -0
- package/es/atom/promo-code/index.js.map +1 -1
- package/es/atom/provider/index.js +19 -2
- package/es/atom/provider/index.js.map +1 -1
- package/es/atom/provider/web-context.d.ts +3 -3
- package/es/atom/provider/web-context.d.ts.map +1 -1
- package/es/atom/provider/web-context.js +12 -5
- package/es/atom/provider/web-context.js.map +1 -1
- package/es/atom/radio-group/index.js +8 -0
- package/es/atom/radio-group/index.js.map +1 -1
- package/es/atom/radio-group/item.js +7 -0
- package/es/atom/radio-group/item.js.map +1 -1
- package/es/atom/range/handle.js +17 -9
- package/es/atom/range/handle.js.map +1 -1
- package/es/atom/range/index.js +23 -0
- package/es/atom/range/index.js.map +1 -1
- package/es/atom/resource-miniature/index.js +6 -2
- package/es/atom/resource-miniature/index.js.map +1 -1
- package/es/atom/review-header-step-item/index.js +8 -0
- package/es/atom/review-header-step-item/index.js.map +1 -1
- package/es/atom/review-header-step-item/index.native.js +14 -0
- package/es/atom/review-header-step-item/index.native.js.map +1 -1
- package/es/atom/review-header-step-item/types.d.ts +2 -2
- package/es/atom/review-header-step-item/types.d.ts.map +1 -1
- package/es/atom/review-header-step-item/types.js.map +1 -1
- package/es/atom/review-presentation/index.js +8 -5
- package/es/atom/review-presentation/index.js.map +1 -1
- package/es/atom/review-presentation/index.native.js +10 -3
- package/es/atom/review-presentation/index.native.js.map +1 -1
- package/es/atom/review-presentation/prop-types.d.ts +2 -2
- package/es/atom/review-presentation/prop-types.d.ts.map +1 -1
- package/es/atom/review-presentation/prop-types.js.map +1 -1
- package/es/atom/select/index.d.ts +1 -0
- package/es/atom/select/index.d.ts.map +1 -1
- package/es/atom/select/index.js +21 -10
- package/es/atom/select/index.js.map +1 -1
- package/es/atom/select-modal/index.native.d.ts +2 -2
- package/es/atom/select-modal/index.native.d.ts.map +1 -1
- package/es/atom/select-modal/index.native.js +11 -0
- package/es/atom/select-modal/index.native.js.map +1 -1
- package/es/atom/slide/index.js +3 -0
- package/es/atom/slide/index.js.map +1 -1
- package/es/atom/social-link/index.js +2 -0
- package/es/atom/social-link/index.js.map +1 -1
- package/es/atom/space/index.native.d.ts +1 -1
- package/es/atom/space/index.native.d.ts.map +1 -1
- package/es/atom/space/index.native.js +2 -0
- package/es/atom/space/index.native.js.map +1 -1
- package/es/atom/spinner/index.js +2 -0
- package/es/atom/spinner/index.js.map +1 -1
- package/es/atom/tab/index.js +2 -0
- package/es/atom/tab/index.js.map +1 -1
- package/es/atom/tab-content/index.js +2 -0
- package/es/atom/tab-content/index.js.map +1 -1
- package/es/atom/tag/index.js +2 -0
- package/es/atom/tag/index.js.map +1 -1
- package/es/atom/text/index.native.d.ts +1 -1
- package/es/atom/text/index.native.d.ts.map +1 -1
- package/es/atom/text/index.native.js +3 -0
- package/es/atom/text/index.native.js.map +1 -1
- package/es/atom/title/index.js +8 -0
- package/es/atom/title/index.js.map +1 -1
- package/es/atom/tooltip/index.js +5 -0
- package/es/atom/tooltip/index.js.map +1 -1
- package/es/atom/video-upload/index.js +3 -0
- package/es/atom/video-upload/index.js.map +1 -1
- package/es/atom/wizard-steps/index.js +2 -0
- package/es/atom/wizard-steps/index.js.map +1 -1
- package/es/hoc/animation/index.js +11 -0
- package/es/hoc/animation/index.js.map +1 -1
- package/es/hoc/animation-scheduler/index.js +18 -0
- package/es/hoc/animation-scheduler/index.js.map +1 -1
- package/es/hoc/modal/index.native.d.ts +1 -1
- package/es/hoc/modal/index.native.d.ts.map +1 -1
- package/es/hoc/modal/index.native.js +6 -0
- package/es/hoc/modal/index.native.js.map +1 -1
- package/es/hoc/modal/select/index.native.d.ts +2 -2
- package/es/hoc/modal/select/index.native.d.ts.map +1 -1
- package/es/hoc/modal/select/index.native.js +10 -0
- package/es/hoc/modal/select/index.native.js.map +1 -1
- package/es/hoc/modal/select-item/index.native.d.ts +1 -1
- package/es/hoc/modal/select-item/index.native.d.ts.map +1 -1
- package/es/hoc/modal/select-item/index.native.js +8 -0
- package/es/hoc/modal/select-item/index.native.js.map +1 -1
- package/es/hoc/swapper/index.js +14 -4
- package/es/hoc/swapper/index.js.map +1 -1
- package/es/hoc/touchable/index.native.d.ts +1 -1
- package/es/hoc/touchable/index.native.d.ts.map +1 -1
- package/es/hoc/touchable/index.native.js +6 -0
- package/es/hoc/touchable/index.native.js.map +1 -1
- package/es/hoc/transition/index.js +4 -0
- package/es/hoc/transition/index.js.map +1 -1
- package/es/index.js.map +1 -1
- package/es/molecule/add-to-my-list/index.js +7 -0
- package/es/molecule/add-to-my-list/index.js.map +1 -1
- package/es/molecule/answer/index.d.ts +0 -3
- package/es/molecule/answer/index.d.ts.map +1 -1
- package/es/molecule/answer/index.js +27 -14
- package/es/molecule/answer/index.js.map +1 -1
- package/es/molecule/answer/index.native.js +11 -0
- package/es/molecule/answer/index.native.js.map +1 -1
- package/es/molecule/answer/prop-types.d.ts +3 -3
- package/es/molecule/answer/prop-types.d.ts.map +1 -1
- package/es/molecule/answer/prop-types.js +3 -0
- package/es/molecule/answer/prop-types.js.map +1 -1
- package/es/molecule/audio/index.js +12 -2
- package/es/molecule/audio/index.js.map +1 -1
- package/es/molecule/banner/index.js +2 -0
- package/es/molecule/banner/index.js.map +1 -1
- package/es/molecule/battle-request/index.js +6 -2
- package/es/molecule/battle-request/index.js.map +1 -1
- package/es/molecule/brand-card/description.js +2 -0
- package/es/molecule/brand-card/description.js.map +1 -1
- package/es/molecule/brand-card/index.js +2 -0
- package/es/molecule/brand-card/index.js.map +1 -1
- package/es/molecule/brand-card-create/index.js +2 -0
- package/es/molecule/brand-card-create/index.js.map +1 -1
- package/es/molecule/brand-create-form/index.js +2 -0
- package/es/molecule/brand-create-form/index.js.map +1 -1
- package/es/molecule/brand-download-box/index.js +4 -0
- package/es/molecule/brand-download-box/index.js.map +1 -1
- package/es/molecule/brand-form-group/index.d.ts +8 -0
- package/es/molecule/brand-form-group/index.js +29 -0
- package/es/molecule/brand-form-group/index.js.map +1 -1
- package/es/molecule/brand-logo/index.native.js +5 -0
- package/es/molecule/brand-logo/index.native.js.map +1 -1
- package/es/molecule/brand-tabs/index.js +4 -0
- package/es/molecule/brand-tabs/index.js.map +1 -1
- package/es/molecule/brand-upload-box/index.js +11 -0
- package/es/molecule/brand-upload-box/index.js.map +1 -1
- package/es/molecule/breadcrumbs/index.js +6 -0
- package/es/molecule/breadcrumbs/index.js.map +1 -1
- package/es/molecule/bullet-point-menu-button/index.js +2 -0
- package/es/molecule/bullet-point-menu-button/index.js.map +1 -1
- package/es/molecule/card/customer.js +2 -0
- package/es/molecule/card/customer.js.map +1 -1
- package/es/molecule/card/favorite.js +9 -0
- package/es/molecule/card/favorite.js.map +1 -1
- package/es/molecule/card/index.js +21 -0
- package/es/molecule/card/index.js.map +1 -1
- package/es/molecule/card/notification.js +5 -0
- package/es/molecule/card/notification.js.map +1 -1
- package/es/molecule/card/selectable.js +2 -0
- package/es/molecule/card/selectable.js.map +1 -1
- package/es/molecule/card-congrats/index.native.js +7 -0
- package/es/molecule/card-congrats/index.native.js.map +1 -1
- package/es/molecule/card-congrats/types.d.ts +1 -1
- package/es/molecule/card-congrats/types.d.ts.map +1 -1
- package/es/molecule/card-content/index.js +13 -2
- package/es/molecule/card-content/index.js.map +1 -1
- package/es/molecule/card-with-button/index.js +6 -0
- package/es/molecule/card-with-button/index.js.map +1 -1
- package/es/molecule/cm-popin/index.js +10 -4
- package/es/molecule/cm-popin/index.js.map +1 -1
- package/es/molecule/cm-popin/index.native.js +6 -0
- package/es/molecule/cm-popin/index.native.js.map +1 -1
- package/es/molecule/cm-popin/types.d.ts +4 -2
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/cm-popin/types.js.map +1 -1
- package/es/molecule/cookie-banner/index.js +4 -0
- package/es/molecule/cookie-banner/index.js.map +1 -1
- package/es/molecule/coorp-manager-roles/index.js +3 -0
- package/es/molecule/coorp-manager-roles/index.js.map +1 -1
- package/es/molecule/course-section/index.js +2 -0
- package/es/molecule/course-section/index.js.map +1 -1
- package/es/molecule/course-sections/index.js +6 -0
- package/es/molecule/course-sections/index.js.map +1 -1
- package/es/molecule/dashboard/battle-request-list/index.js.map +1 -1
- package/es/molecule/dashboard/cards-list/index.js +49 -2
- package/es/molecule/dashboard/cards-list/index.js.map +1 -1
- package/es/molecule/dashboard/news-list/index.js.map +1 -1
- package/es/molecule/dashboard/review-banner/index.js +3 -0
- package/es/molecule/dashboard/review-banner/index.js.map +1 -1
- package/es/molecule/dashboard/start-battle/index.js.map +1 -1
- package/es/molecule/discipline-cta/index.js +4 -0
- package/es/molecule/discipline-cta/index.js.map +1 -1
- package/es/molecule/discipline-header/index.js +11 -4
- package/es/molecule/discipline-header/index.js.map +1 -1
- package/es/molecule/discipline-partners/index.js +11 -0
- package/es/molecule/discipline-partners/index.js.map +1 -1
- package/es/molecule/discipline-scope/index.js +2 -0
- package/es/molecule/discipline-scope/index.js.map +1 -1
- package/es/molecule/drag-and-drop/index.js +3 -0
- package/es/molecule/drag-and-drop/index.js.map +1 -1
- package/es/molecule/drag-and-drop/overlay.js.map +1 -1
- package/es/molecule/drag-and-drop/placeholder.js.map +1 -1
- package/es/molecule/drag-and-drop/upload-report.js +13 -0
- package/es/molecule/drag-and-drop/upload-report.js.map +1 -1
- package/es/molecule/drag-and-drop-wrapper/index.js +4 -0
- package/es/molecule/drag-and-drop-wrapper/index.js.map +1 -1
- package/es/molecule/draggable/index.js +4 -0
- package/es/molecule/draggable/index.js.map +1 -1
- package/es/molecule/draggable-list/index.d.ts +2 -0
- package/es/molecule/draggable-list/index.js +3 -0
- package/es/molecule/draggable-list/index.js.map +1 -1
- package/es/molecule/empty-state-dashboard/index.js +3 -0
- package/es/molecule/empty-state-dashboard/index.js.map +1 -1
- package/es/molecule/empty-state-dashboard/types.d.ts +1 -1
- package/es/molecule/empty-state-dashboard/types.d.ts.map +1 -1
- package/es/molecule/empty-state-dashboard/types.js.map +1 -1
- package/es/molecule/external-content-button/index.js +5 -0
- package/es/molecule/external-content-button/index.js.map +1 -1
- package/es/molecule/external-content-viewer/index.js +2 -0
- package/es/molecule/external-content-viewer/index.js.map +1 -1
- package/es/molecule/feedback/index.js +9 -6
- package/es/molecule/feedback/index.js.map +1 -1
- package/es/molecule/filters/filters-wrapper.d.ts.map +1 -1
- package/es/molecule/filters/filters-wrapper.js +17 -1
- package/es/molecule/filters/filters-wrapper.js.map +1 -1
- package/es/molecule/filters/index.d.ts +2 -0
- package/es/molecule/filters/index.d.ts.map +1 -1
- package/es/molecule/filters/index.js +21 -3
- package/es/molecule/filters/index.js.map +1 -1
- package/es/molecule/forum/forum-comment/index.js +5 -0
- package/es/molecule/forum/forum-comment/index.js.map +1 -1
- package/es/molecule/forum/forum-post/index.js +6 -0
- package/es/molecule/forum/forum-post/index.js.map +1 -1
- package/es/molecule/forum/forum-thread/index.js +4 -0
- package/es/molecule/forum/forum-thread/index.js.map +1 -1
- package/es/molecule/forum/post-conditions.js.map +1 -1
- package/es/molecule/go1-banner/index.js +4 -4
- package/es/molecule/go1-banner/index.js.map +1 -1
- package/es/molecule/hero/index.js +4 -0
- package/es/molecule/hero/index.js.map +1 -1
- package/es/molecule/input-text-with-titled-checkbox/index.js +2 -0
- package/es/molecule/input-text-with-titled-checkbox/index.js.map +1 -1
- package/es/molecule/list-badges/index.js +2 -0
- package/es/molecule/list-badges/index.js.map +1 -1
- package/es/molecule/login-alert/index.js +3 -2
- package/es/molecule/login-alert/index.js.map +1 -1
- package/es/molecule/menu-list/index.js +2 -0
- package/es/molecule/menu-list/index.js.map +1 -1
- package/es/molecule/message-popin/index.js +2 -0
- package/es/molecule/message-popin/index.js.map +1 -1
- package/es/molecule/modal/index.js +7 -6
- package/es/molecule/modal/index.js.map +1 -1
- package/es/molecule/module-bubble/index.js +6 -0
- package/es/molecule/module-bubble/index.js.map +1 -1
- package/es/molecule/module-card/index.js +7 -2
- package/es/molecule/module-card/index.js.map +1 -1
- package/es/molecule/news/index.js +3 -0
- package/es/molecule/news/index.js.map +1 -1
- package/es/molecule/notification-banner/index.js +7 -0
- package/es/molecule/notification-banner/index.js.map +1 -1
- package/es/molecule/pagination/index.js +2 -0
- package/es/molecule/pagination/index.js.map +1 -1
- package/es/molecule/payment-form/index.js +13 -0
- package/es/molecule/payment-form/index.js.map +1 -1
- package/es/molecule/pdf/index.js +6 -2
- package/es/molecule/pdf/index.js.map +1 -1
- package/es/molecule/popin/index.js +7 -2
- package/es/molecule/popin/index.js.map +1 -1
- package/es/molecule/product-card/index.js +4 -0
- package/es/molecule/product-card/index.js.map +1 -1
- package/es/molecule/progress-bar/index.js +6 -0
- package/es/molecule/progress-bar/index.js.map +1 -1
- package/es/molecule/questions/drop-down/index.js +4 -0
- package/es/molecule/questions/drop-down/index.js.map +1 -1
- package/es/molecule/questions/free-text/index.js +6 -0
- package/es/molecule/questions/free-text/index.js.map +1 -1
- package/es/molecule/questions/free-text/index.native.d.ts +1 -1
- package/es/molecule/questions/free-text/index.native.d.ts.map +1 -1
- package/es/molecule/questions/free-text/index.native.js +11 -12
- package/es/molecule/questions/free-text/index.native.js.map +1 -1
- package/es/molecule/questions/mobile/draggable/index.native.js +11 -0
- package/es/molecule/questions/mobile/draggable/index.native.js.map +1 -1
- package/es/molecule/questions/mobile/slider/index.native.d.ts +2 -2
- package/es/molecule/questions/mobile/slider/index.native.d.ts.map +1 -1
- package/es/molecule/questions/mobile/slider/index.native.js +7 -0
- package/es/molecule/questions/mobile/slider/index.native.js.map +1 -1
- package/es/molecule/questions/mobile/switch/index.native.d.ts +1 -1
- package/es/molecule/questions/mobile/switch/index.native.d.ts.map +1 -1
- package/es/molecule/questions/mobile/switch/index.native.js +13 -0
- package/es/molecule/questions/mobile/switch/index.native.js.map +1 -1
- package/es/molecule/questions/mobile/template/index.native.d.ts +1 -1
- package/es/molecule/questions/mobile/template/index.native.d.ts.map +1 -1
- package/es/molecule/questions/mobile/template/index.native.js +16 -0
- package/es/molecule/questions/mobile/template/index.native.js.map +1 -1
- package/es/molecule/questions/qcm/index.js +7 -3
- package/es/molecule/questions/qcm/index.js.map +1 -1
- package/es/molecule/questions/qcm-drag/index.js +14 -4
- package/es/molecule/questions/qcm-drag/index.js.map +1 -1
- package/es/molecule/questions/qcm-graphic/index.js +7 -2
- package/es/molecule/questions/qcm-graphic/index.js.map +1 -1
- package/es/molecule/questions/question-range/index.js +17 -12
- package/es/molecule/questions/question-range/index.js.map +1 -1
- package/es/molecule/questions/template/index.js +16 -5
- package/es/molecule/questions/template/index.js.map +1 -1
- package/es/molecule/questions/types.d.ts +12 -12
- package/es/molecule/questions/types.d.ts.map +1 -1
- package/es/molecule/quick-access-card/index.js +18 -0
- package/es/molecule/quick-access-card/index.js.map +1 -1
- package/es/molecule/quick-access-cards-group/index.js +4 -0
- package/es/molecule/quick-access-cards-group/index.js.map +1 -1
- package/es/molecule/resource-player/index.js +25 -5
- package/es/molecule/resource-player/index.js.map +1 -1
- package/es/molecule/review-card-congrats/index.js +7 -2
- package/es/molecule/review-card-congrats/index.js.map +1 -1
- package/es/molecule/review-card-congrats/prop-types.d.ts +1 -1
- package/es/molecule/review-card-congrats/prop-types.d.ts.map +1 -1
- package/es/molecule/review-card-congrats/prop-types.js.map +1 -1
- package/es/molecule/review-correction-popin/index.js +9 -4
- package/es/molecule/review-correction-popin/index.js.map +1 -1
- package/es/molecule/review-correction-popin/index.native.js +9 -0
- package/es/molecule/review-correction-popin/index.native.js.map +1 -1
- package/es/molecule/review-correction-popin/prop-types.d.ts +3 -3
- package/es/molecule/review-correction-popin/prop-types.d.ts.map +1 -1
- package/es/molecule/review-correction-popin/prop-types.js.map +1 -1
- package/es/molecule/review-header-steps/index.js +3 -0
- package/es/molecule/review-header-steps/index.js.map +1 -1
- package/es/molecule/review-header-steps/prop-types.d.ts +1 -1
- package/es/molecule/review-header-steps/prop-types.d.ts.map +1 -1
- package/es/molecule/review-header-steps/prop-types.js.map +1 -1
- package/es/molecule/scope-content/index.js +21 -6
- package/es/molecule/scope-content/index.js.map +1 -1
- package/es/molecule/scope-tabs/index.js +6 -0
- package/es/molecule/scope-tabs/index.js.map +1 -1
- package/es/molecule/search-form/index.js +6 -0
- package/es/molecule/search-form/index.js.map +1 -1
- package/es/molecule/select-multiple/index.js +18 -2
- package/es/molecule/select-multiple/index.js.map +1 -1
- package/es/molecule/setup-cohort-item/index.js +10 -0
- package/es/molecule/setup-cohort-item/index.js.map +1 -1
- package/es/molecule/setup-section/index.d.ts +2 -0
- package/es/molecule/setup-section/index.d.ts.map +1 -1
- package/es/molecule/setup-section/index.js +10 -0
- package/es/molecule/setup-section/index.js.map +1 -1
- package/es/molecule/setup-sections/index.d.ts +2 -0
- package/es/molecule/setup-sections/index.js +3 -0
- package/es/molecule/setup-sections/index.js.map +1 -1
- package/es/molecule/setup-slide/index.d.ts +3 -0
- package/es/molecule/setup-slide/index.js +17 -0
- package/es/molecule/setup-slide/index.js.map +1 -1
- package/es/molecule/setup-slider/index.d.ts +3 -0
- package/es/molecule/setup-slider/index.js +6 -0
- package/es/molecule/setup-slider/index.js.map +1 -1
- package/es/molecule/share/index.js +15 -6
- package/es/molecule/share/index.js.map +1 -1
- package/es/molecule/skill-card/index.js +3 -0
- package/es/molecule/skill-card/index.js.map +1 -1
- package/es/molecule/skill-card/index.native.js +6 -0
- package/es/molecule/skill-card/index.native.js.map +1 -1
- package/es/molecule/skill-card/prop-types.d.ts +1 -1
- package/es/molecule/skill-card/prop-types.d.ts.map +1 -1
- package/es/molecule/skill-card/prop-types.js.map +1 -1
- package/es/molecule/ssmenu-list/index.js +2 -0
- package/es/molecule/ssmenu-list/index.js.map +1 -1
- package/es/molecule/subscription-freemium/index.js +2 -0
- package/es/molecule/subscription-freemium/index.js.map +1 -1
- package/es/molecule/subscription-premium/index.js +6 -0
- package/es/molecule/subscription-premium/index.js.map +1 -1
- package/es/molecule/table/index.js +18 -0
- package/es/molecule/table/index.js.map +1 -1
- package/es/molecule/teams-popin/index.js +2 -0
- package/es/molecule/teams-popin/index.js.map +1 -1
- package/es/molecule/theme-image/index.js +2 -0
- package/es/molecule/theme-image/index.js.map +1 -1
- package/es/molecule/title-and-checkbox-wrapper/index.js +3 -0
- package/es/molecule/title-and-checkbox-wrapper/index.js.map +1 -1
- package/es/molecule/titled-checkbox/index.js +2 -0
- package/es/molecule/titled-checkbox/index.js.map +1 -1
- package/es/molecule/unsubscribe/index.js +2 -0
- package/es/molecule/unsubscribe/index.js.map +1 -1
- package/es/molecule/vertical-tabs/index.js +4 -0
- package/es/molecule/vertical-tabs/index.js.map +1 -1
- package/es/molecule/video-iframe/index.js +12 -0
- package/es/molecule/video-iframe/index.js.map +1 -1
- package/es/molecule/video-player/index.js +23 -6
- package/es/molecule/video-player/index.js.map +1 -1
- package/es/molecule/video-player/jwplayer-prop-types.js.map +1 -1
- package/es/molecule/video-player/jwplayer.js +29 -3
- package/es/molecule/video-player/jwplayer.js.map +1 -1
- package/es/molecule/video-player/prop-types.js.map +1 -1
- package/es/molecule/video-player/vimeo.js +42 -0
- package/es/molecule/video-player/vimeo.js.map +1 -1
- package/es/molecule/wizard-summary/index.js +18 -2
- package/es/molecule/wizard-summary/index.js.map +1 -1
- package/es/organism/accordion/container/index.js +9 -0
- package/es/organism/accordion/container/index.js.map +1 -1
- package/es/organism/accordion/coorp-manager/index.js +13 -0
- package/es/organism/accordion/coorp-manager/index.js.map +1 -1
- package/es/organism/accordion/coorp-manager/part/index.js +10 -0
- package/es/organism/accordion/coorp-manager/part/index.js.map +1 -1
- package/es/organism/accordion/part/index.js +5 -0
- package/es/organism/accordion/part/index.js.map +1 -1
- package/es/organism/accordion/toggler/index.js +11 -0
- package/es/organism/accordion/toggler/index.js.map +1 -1
- package/es/organism/brand-analytics/analytics-popin.js +6 -0
- package/es/organism/brand-analytics/analytics-popin.js.map +1 -1
- package/es/organism/brand-analytics/index.js +11 -0
- package/es/organism/brand-analytics/index.js.map +1 -1
- package/es/organism/brand-dashboard/index.js +3 -0
- package/es/organism/brand-dashboard/index.js.map +1 -1
- package/es/organism/brand-form/index.d.ts +8 -0
- package/es/organism/brand-form/index.js +6 -0
- package/es/organism/brand-form/index.js.map +1 -1
- package/es/organism/brand-table/index.js +2 -0
- package/es/organism/brand-table/index.js.map +1 -1
- package/es/organism/brand-upload/index.js +4 -0
- package/es/organism/brand-upload/index.js.map +1 -1
- package/es/organism/cards-grid/index.js +4 -0
- package/es/organism/cards-grid/index.js.map +1 -1
- package/es/organism/cart/index.js +2 -0
- package/es/organism/cart/index.js.map +1 -1
- package/es/organism/content-translation/index.js +5 -0
- package/es/organism/content-translation/index.js.map +1 -1
- package/es/organism/course-selection/index.js +8 -0
- package/es/organism/course-selection/index.js.map +1 -1
- package/es/organism/discussion/index.js +4 -2
- package/es/organism/discussion/index.js.map +1 -1
- package/es/organism/get-the-app/index.js +16 -0
- package/es/organism/get-the-app/index.js.map +1 -1
- package/es/organism/grid-list/index.js +2 -0
- package/es/organism/grid-list/index.js.map +1 -1
- package/es/organism/header/index.js +2 -0
- package/es/organism/header/index.js.map +1 -1
- package/es/organism/header-v2/index.native.js +6 -3
- package/es/organism/header-v2/index.native.js.map +1 -1
- package/es/organism/hero/index.js +4 -0
- package/es/organism/hero/index.js.map +1 -1
- package/es/organism/list-item/index.js +4 -0
- package/es/organism/list-item/index.js.map +1 -1
- package/es/organism/list-items/index.js +3 -0
- package/es/organism/list-items/index.js.map +1 -1
- package/es/organism/mobile-navigation/index.native.d.ts +2 -2
- package/es/organism/mobile-navigation/index.native.d.ts.map +1 -1
- package/es/organism/mobile-navigation/index.native.js +7 -0
- package/es/organism/mobile-navigation/index.native.js.map +1 -1
- package/es/organism/mooc/image-slider/index.js +5 -0
- package/es/organism/mooc/image-slider/index.js.map +1 -1
- package/es/organism/mooc-footer/index.js +9 -10
- package/es/organism/mooc-footer/index.js.map +1 -1
- package/es/organism/mooc-header/index.d.ts.map +1 -1
- package/es/organism/mooc-header/index.js +51 -1
- package/es/organism/mooc-header/index.js.map +1 -1
- package/es/organism/podcast-popin-intro/index.native.d.ts +2 -2
- package/es/organism/podcast-popin-intro/index.native.d.ts.map +1 -1
- package/es/organism/podcast-popin-intro/index.native.js +6 -0
- package/es/organism/podcast-popin-intro/index.native.js.map +1 -1
- package/es/organism/popin/index.js +5 -0
- package/es/organism/popin/index.js.map +1 -1
- package/es/organism/resource-browser/index.js +10 -0
- package/es/organism/resource-browser/index.js.map +1 -1
- package/es/organism/review-congrats/index.js +5 -1
- package/es/organism/review-congrats/index.js.map +1 -1
- package/es/organism/review-congrats/index.native.js +10 -2
- package/es/organism/review-congrats/index.native.js.map +1 -1
- package/es/organism/review-congrats/prop-types.d.ts +1 -1
- package/es/organism/review-congrats/prop-types.d.ts.map +1 -1
- package/es/organism/review-congrats/prop-types.js.map +1 -1
- package/es/organism/review-header/index.js +2 -0
- package/es/organism/review-header/index.js.map +1 -1
- package/es/organism/review-header/index.native.js +3 -0
- package/es/organism/review-header/index.native.js.map +1 -1
- package/es/organism/review-header/types.d.ts +1 -1
- package/es/organism/review-header/types.d.ts.map +1 -1
- package/es/organism/review-header/types.js.map +1 -1
- package/es/organism/review-no-skills/index.js +2 -0
- package/es/organism/review-no-skills/index.js.map +1 -1
- package/es/organism/review-no-skills/index.native.js +6 -0
- package/es/organism/review-no-skills/index.native.js.map +1 -1
- package/es/organism/review-no-skills/prop-types.d.ts +1 -1
- package/es/organism/review-no-skills/prop-types.d.ts.map +1 -1
- package/es/organism/review-no-skills/prop-types.js.map +1 -1
- package/es/organism/review-skills/index.js +2 -0
- package/es/organism/review-skills/index.js.map +1 -1
- package/es/organism/review-skills/index.native.js +3 -0
- package/es/organism/review-skills/index.native.js.map +1 -1
- package/es/organism/review-skills/prop-types.d.ts +1 -1
- package/es/organism/review-skills/prop-types.d.ts.map +1 -1
- package/es/organism/review-skills/prop-types.js.map +1 -1
- package/es/organism/review-slide/index.js +16 -8
- package/es/organism/review-slide/index.js.map +1 -1
- package/es/organism/review-slide/index.native.js +10 -3
- package/es/organism/review-slide/index.native.js.map +1 -1
- package/es/organism/review-slide/prop-types.d.ts +5 -5
- package/es/organism/review-slide/prop-types.d.ts.map +1 -1
- package/es/organism/review-slide/prop-types.js +1 -1
- package/es/organism/review-slide/prop-types.js.map +1 -1
- package/es/organism/review-stacked-slides/index.js +9 -2
- package/es/organism/review-stacked-slides/index.js.map +1 -1
- package/es/organism/review-stacked-slides/index.native.js +10 -5
- package/es/organism/review-stacked-slides/index.native.js.map +1 -1
- package/es/organism/review-stacked-slides/prop-types.d.ts +1 -1
- package/es/organism/review-stacked-slides/prop-types.d.ts.map +1 -1
- package/es/organism/review-stacked-slides/prop-types.js.map +1 -1
- package/es/organism/rewards-form/index.js +8 -3
- package/es/organism/rewards-form/index.js.map +1 -1
- package/es/organism/search-and-chips-results/index.js +6 -0
- package/es/organism/search-and-chips-results/index.js.map +1 -1
- package/es/organism/settings/index.js +12 -5
- package/es/organism/settings/index.js.map +1 -1
- package/es/organism/setup-header/index.js +5 -0
- package/es/organism/setup-header/index.js.map +1 -1
- package/es/organism/sidebar/index.js +26 -8
- package/es/organism/sidebar/index.js.map +1 -1
- package/es/organism/slider/index.js +18 -2
- package/es/organism/slider/index.js.map +1 -1
- package/es/organism/user-preferences/index.d.ts +2 -0
- package/es/organism/user-preferences/index.js +13 -5
- package/es/organism/user-preferences/index.js.map +1 -1
- package/es/organism/wizard-contents/index.d.ts +8 -0
- package/es/organism/wizard-contents/index.js +13 -0
- package/es/organism/wizard-contents/index.js.map +1 -1
- package/es/template/activity/engine-stars.js +17 -5
- package/es/template/activity/engine-stars.js.map +1 -1
- package/es/template/activity/index.d.ts +12 -11
- package/es/template/activity/index.d.ts.map +1 -1
- package/es/template/activity/index.js +10 -5
- package/es/template/activity/index.js.map +1 -1
- package/es/template/activity/progression-item.js +7 -2
- package/es/template/activity/progression-item.js.map +1 -1
- package/es/template/activity/stars-summary.js +13 -0
- package/es/template/activity/stars-summary.js.map +1 -1
- package/es/template/app-player/loading/index.d.ts +2 -0
- package/es/template/app-player/loading/index.js +2 -0
- package/es/template/app-player/loading/index.js.map +1 -1
- package/es/template/app-player/player/index.d.ts +4 -0
- package/es/template/app-player/player/index.js +3 -0
- package/es/template/app-player/player/index.js.map +1 -1
- package/es/template/app-player/player/slides/footer/index.js +16 -0
- package/es/template/app-player/player/slides/footer/index.js.map +1 -1
- package/es/template/app-player/player/slides/header/index.js +2 -0
- package/es/template/app-player/player/slides/header/index.js.map +1 -1
- package/es/template/app-player/player/slides/header/learner.js +14 -4
- package/es/template/app-player/player/slides/header/learner.js.map +1 -1
- package/es/template/app-player/player/slides/header/lives.js +3 -0
- package/es/template/app-player/player/slides/header/lives.js.map +1 -1
- package/es/template/app-player/player/slides/header/microlearning.js +5 -2
- package/es/template/app-player/player/slides/header/microlearning.js.map +1 -1
- package/es/template/app-player/player/slides/index.d.ts +2 -0
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/player/slides/index.js +64 -21
- package/es/template/app-player/player/slides/index.js.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +2 -0
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.js +34 -10
- package/es/template/app-player/popin-correction/index.js.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +2 -0
- package/es/template/app-player/popin-end/index.js +5 -0
- package/es/template/app-player/popin-end/index.js.map +1 -1
- package/es/template/app-player/popin-end/summary.js +54 -22
- package/es/template/app-player/popin-end/summary.js.map +1 -1
- package/es/template/app-player/popin-header/index.js +46 -12
- package/es/template/app-player/popin-header/index.js.map +1 -1
- package/es/template/app-player/popin-no-access/index.js +2 -0
- package/es/template/app-player/popin-no-access/index.js.map +1 -1
- package/es/template/app-review/demo-ts/index.js +2 -0
- package/es/template/app-review/demo-ts/index.js.map +1 -1
- package/es/template/app-review/demo-ts/index.native.js +2 -0
- package/es/template/app-review/demo-ts/index.native.js.map +1 -1
- package/es/template/app-review/demo-ts/typings.d.ts +1 -1
- package/es/template/app-review/demo-ts/typings.d.ts.map +1 -1
- package/es/template/app-review/demo-ts/typings.js.map +1 -1
- package/es/template/app-review/index.d.ts +2 -0
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/index.js +3 -0
- package/es/template/app-review/index.js.map +1 -1
- package/es/template/app-review/index.native.js +4 -2
- package/es/template/app-review/index.native.js.map +1 -1
- package/es/template/app-review/onboarding/index.js.map +1 -1
- package/es/template/app-review/onboarding/index.native.js.map +1 -1
- package/es/template/app-review/player/background-review.js +2 -0
- package/es/template/app-review/player/background-review.js.map +1 -1
- package/es/template/app-review/player/index.js +2 -0
- package/es/template/app-review/player/index.js.map +1 -1
- package/es/template/app-review/player/index.native.js +6 -0
- package/es/template/app-review/player/index.native.js.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +3 -1
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.js +1 -0
- package/es/template/app-review/player/prop-types.js.map +1 -1
- package/es/template/app-review/prop-types.d.ts +4 -2
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.js +1 -0
- package/es/template/app-review/prop-types.js.map +1 -1
- package/es/template/app-review/skills/index.js +2 -0
- package/es/template/app-review/skills/index.js.map +1 -1
- package/es/template/app-review/skills/index.native.js +6 -0
- package/es/template/app-review/skills/index.native.js.map +1 -1
- package/es/template/app-review/skills/prop-types.d.ts +1 -1
- package/es/template/app-review/skills/prop-types.d.ts.map +1 -1
- package/es/template/app-review/skills/prop-types.js.map +1 -1
- package/es/template/app-review/template-context.d.ts +5 -5
- package/es/template/app-review/template-context.d.ts.map +1 -1
- package/es/template/app-review/template-context.js +5 -0
- package/es/template/app-review/template-context.js.map +1 -1
- package/es/template/back-office/brand-create/index.js.map +1 -1
- package/es/template/back-office/brand-list/index.js +14 -8
- package/es/template/back-office/brand-list/index.js.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +18 -0
- package/es/template/back-office/brand-update/index.js +25 -4
- package/es/template/back-office/brand-update/index.js.map +1 -1
- package/es/template/back-office/dashboard-preview/dashboard-popin.js +5 -0
- package/es/template/back-office/dashboard-preview/dashboard-popin.js.map +1 -1
- package/es/template/back-office/dashboard-preview/index.js +14 -0
- package/es/template/back-office/dashboard-preview/index.js.map +1 -1
- package/es/template/back-office/layout/index.js +3 -0
- package/es/template/back-office/layout/index.js.map +1 -1
- package/es/template/battle-requests/index.js +3 -2
- package/es/template/battle-requests/index.js.map +1 -1
- package/es/template/cockpit/jw-uploader/index.js +3 -0
- package/es/template/cockpit/jw-uploader/index.js.map +1 -1
- package/es/template/common/authors/index.js +10 -2
- package/es/template/common/authors/index.js.map +1 -1
- package/es/template/common/coorp-header/content.js +4 -0
- package/es/template/common/coorp-header/content.js.map +1 -1
- package/es/template/common/coorp-header/index.js +2 -0
- package/es/template/common/coorp-header/index.js.map +1 -1
- package/es/template/common/dashboard/index.d.ts +2 -0
- package/es/template/common/dashboard/index.js +13 -0
- package/es/template/common/dashboard/index.js.map +1 -1
- package/es/template/common/discipline/index.js +2 -0
- package/es/template/common/discipline/index.js.map +1 -1
- package/es/template/common/search-page/index.d.ts +3 -0
- package/es/template/common/search-page/index.d.ts.map +1 -1
- package/es/template/common/search-page/index.js +12 -3
- package/es/template/common/search-page/index.js.map +1 -1
- package/es/template/external-course/index.js +10 -2
- package/es/template/external-course/index.js.map +1 -1
- package/es/template/review-dashboard-skills/index.js +2 -0
- package/es/template/review-dashboard-skills/index.js.map +1 -1
- package/es/template/teams-dashboard/index.js +4 -0
- package/es/template/teams-dashboard/index.js.map +1 -1
- package/es/util/bubbling.js +1 -0
- package/es/util/bubbling.js.map +1 -1
- package/es/util/build-query-string.d.ts +1 -1
- package/es/util/build-query-string.d.ts.map +1 -1
- package/es/util/build-query-string.js +2 -0
- package/es/util/build-query-string.js.map +1 -1
- package/es/util/button-icons.js.map +1 -1
- package/es/util/closest-step.js +6 -0
- package/es/util/closest-step.js.map +1 -1
- package/es/util/constants.js.map +1 -1
- package/es/util/external-content.js.map +1 -1
- package/es/util/get-class-state.js +2 -0
- package/es/util/get-class-state.js.map +1 -1
- package/es/util/get-clean-uri.js +1 -0
- package/es/util/get-clean-uri.js.map +1 -1
- package/es/util/get-resized-image.js +7 -0
- package/es/util/get-resized-image.js.map +1 -1
- package/es/util/get-shadow-box-color-from-primary.js +1 -2
- package/es/util/get-shadow-box-color-from-primary.js.map +1 -1
- package/es/util/image.js +4 -0
- package/es/util/image.js.map +1 -1
- package/es/util/navigation.js +9 -0
- package/es/util/navigation.js.map +1 -1
- package/es/util/parse-template-string.js +6 -0
- package/es/util/parse-template-string.js.map +1 -1
- package/es/util/proptypes.js.map +1 -1
- package/es/util/render-with-context.js +14 -8
- package/es/util/render-with-context.js.map +1 -1
- package/es/util/shallow-compare.js +2 -0
- package/es/util/shallow-compare.js.map +1 -1
- package/es/variables/analytics.d.ts +2 -2
- package/es/variables/analytics.d.ts.map +1 -1
- package/es/variables/analytics.js.map +1 -1
- package/es/variables/brand.native.d.ts +1 -1
- package/es/variables/brand.native.d.ts.map +1 -1
- package/es/variables/brand.native.js.map +1 -1
- package/es/variables/colors.d.ts +1 -1
- package/es/variables/colors.d.ts.map +1 -1
- package/es/variables/colors.js.map +1 -1
- package/es/variables/default-mobile-translations.d.ts +2 -2
- package/es/variables/default-mobile-translations.d.ts.map +1 -1
- package/es/variables/default-mobile-translations.js.map +1 -1
- package/es/variables/shadow.d.ts +1 -1
- package/es/variables/shadow.d.ts.map +1 -1
- package/es/variables/shadow.js +1 -0
- package/es/variables/shadow.js.map +1 -1
- package/es/variables/theme.native.d.ts +3 -3
- package/es/variables/theme.native.d.ts.map +1 -1
- package/es/variables/theme.native.js.map +1 -1
- package/es/variables/vibration.d.ts +2 -2
- package/es/variables/vibration.d.ts.map +1 -1
- package/es/variables/vibration.js.map +1 -1
- package/lib/atom/autocomplete/index.js +14 -0
- package/lib/atom/autocomplete/index.js.map +1 -1
- package/lib/atom/avatar/index.js +7 -0
- package/lib/atom/avatar/index.js.map +1 -1
- package/lib/atom/button/index.js +15 -0
- package/lib/atom/button/index.js.map +1 -1
- package/lib/atom/button/index.native.d.ts +1 -1
- package/lib/atom/button/index.native.d.ts.map +1 -1
- package/lib/atom/button/index.native.js +12 -0
- package/lib/atom/button/index.native.js.map +1 -1
- package/lib/atom/button-link/index.js +20 -0
- package/lib/atom/button-link/index.js.map +1 -1
- package/lib/atom/button-link-icon-only/index.js +22 -0
- package/lib/atom/button-link-icon-only/index.js.map +1 -1
- package/lib/atom/button-menu/index.js +13 -0
- package/lib/atom/button-menu/index.js.map +1 -1
- package/lib/atom/card-image-preview/index.js +9 -0
- package/lib/atom/card-image-preview/index.js.map +1 -1
- package/lib/atom/catalog-section/index.js +6 -0
- package/lib/atom/catalog-section/index.js.map +1 -1
- package/lib/atom/centered-text/index.js +6 -0
- package/lib/atom/centered-text/index.js.map +1 -1
- package/lib/atom/checkbox/index.js +17 -5
- package/lib/atom/checkbox/index.js.map +1 -1
- package/lib/atom/checkbox-with-title/index.js +11 -0
- package/lib/atom/checkbox-with-title/index.js.map +1 -1
- package/lib/atom/chips/index.js +10 -0
- package/lib/atom/chips/index.js.map +1 -1
- package/lib/atom/choice/index.native.d.ts +1 -1
- package/lib/atom/choice/index.native.d.ts.map +1 -1
- package/lib/atom/choice/index.native.js +22 -2
- package/lib/atom/choice/index.native.js.map +1 -1
- package/lib/atom/clue/index.js +19 -0
- package/lib/atom/clue/index.js.map +1 -1
- package/lib/atom/content-badge/index.js +8 -0
- package/lib/atom/content-badge/index.js.map +1 -1
- package/lib/atom/cta/index.js +21 -0
- package/lib/atom/cta/index.js.map +1 -1
- package/lib/atom/difficulty-level/index.js +14 -0
- package/lib/atom/difficulty-level/index.js.map +1 -1
- package/lib/atom/drag-and-drop/index.js +25 -0
- package/lib/atom/drag-and-drop/index.js.map +1 -1
- package/lib/atom/empty-search-result/index.js +6 -0
- package/lib/atom/empty-search-result/index.js.map +1 -1
- package/lib/atom/gradient/index.native.d.ts +1 -1
- package/lib/atom/gradient/index.native.d.ts.map +1 -1
- package/lib/atom/gradient/index.native.js +11 -0
- package/lib/atom/gradient/index.native.js.map +1 -1
- package/lib/atom/header-back-button/index.native.d.ts +1 -1
- package/lib/atom/header-back-button/index.native.d.ts.map +1 -1
- package/lib/atom/header-back-button/index.native.js +16 -0
- package/lib/atom/header-back-button/index.native.js.map +1 -1
- package/lib/atom/header-back-icon/index.native.d.ts +1 -1
- package/lib/atom/header-back-icon/index.native.d.ts.map +1 -1
- package/lib/atom/header-back-icon/index.native.js +7 -0
- package/lib/atom/header-back-icon/index.native.js.map +1 -1
- package/lib/atom/html/index.native.d.ts +1 -1
- package/lib/atom/html/index.native.d.ts.map +1 -1
- package/lib/atom/html/index.native.js +21 -6
- package/lib/atom/html/index.native.js.map +1 -1
- package/lib/atom/image-background/index.native.d.ts +1 -1
- package/lib/atom/image-background/index.native.d.ts.map +1 -1
- package/lib/atom/image-background/index.native.js +33 -11
- package/lib/atom/image-background/index.native.js.map +1 -1
- package/lib/atom/image-upload/index.js +16 -0
- package/lib/atom/image-upload/index.js.map +1 -1
- package/lib/atom/input-checkbox/index.js +15 -0
- package/lib/atom/input-checkbox/index.js.map +1 -1
- package/lib/atom/input-color/index.js +10 -0
- package/lib/atom/input-color/index.js.map +1 -1
- package/lib/atom/input-doublestep/index.js +25 -0
- package/lib/atom/input-doublestep/index.js.map +1 -1
- package/lib/atom/input-html/index.js +16 -0
- package/lib/atom/input-html/index.js.map +1 -1
- package/lib/atom/input-html/input-preview.js +8 -2
- package/lib/atom/input-html/input-preview.js.map +1 -1
- package/lib/atom/input-readonly/index.js +6 -0
- package/lib/atom/input-readonly/index.js.map +1 -1
- package/lib/atom/input-search/index.d.ts.map +1 -1
- package/lib/atom/input-search/index.js +14 -0
- package/lib/atom/input-search/index.js.map +1 -1
- package/lib/atom/input-switch/index.d.ts +2 -0
- package/lib/atom/input-switch/index.d.ts.map +1 -1
- package/lib/atom/input-switch/index.js +39 -11
- package/lib/atom/input-switch/index.js.map +1 -1
- package/lib/atom/input-text/index.js +17 -2
- package/lib/atom/input-text/index.js.map +1 -1
- package/lib/atom/input-text-with-title/index.js +8 -0
- package/lib/atom/input-text-with-title/index.js.map +1 -1
- package/lib/atom/input-textarea/index.js +16 -2
- package/lib/atom/input-textarea/index.js.map +1 -1
- package/lib/atom/label/index.js +7 -0
- package/lib/atom/label/index.js.map +1 -1
- package/lib/atom/life/index.js +15 -0
- package/lib/atom/life/index.js.map +1 -1
- package/lib/atom/link/index.js +32 -7
- package/lib/atom/link/index.js.map +1 -1
- package/lib/atom/loader/index.js +8 -0
- package/lib/atom/loader/index.js.map +1 -1
- package/lib/atom/loader/index.native.d.ts +1 -1
- package/lib/atom/loader/index.native.d.ts.map +1 -1
- package/lib/atom/loader/index.native.js +18 -2
- package/lib/atom/loader/index.native.js.map +1 -1
- package/lib/atom/lottie-wrapper/index.js +26 -3
- package/lib/atom/lottie-wrapper/index.js.map +1 -1
- package/lib/atom/lottie-wrapper/prop-types.d.ts +1 -1
- package/lib/atom/lottie-wrapper/prop-types.d.ts.map +1 -1
- package/lib/atom/lottie-wrapper/prop-types.js +4 -0
- package/lib/atom/lottie-wrapper/prop-types.js.map +1 -1
- package/lib/atom/notification/index.js +8 -0
- package/lib/atom/notification/index.js.map +1 -1
- package/lib/atom/picture/index.js +21 -0
- package/lib/atom/picture/index.js.map +1 -1
- package/lib/atom/picture-background/index.js +10 -0
- package/lib/atom/picture-background/index.js.map +1 -1
- package/lib/atom/promo-code/index.js +7 -0
- package/lib/atom/promo-code/index.js.map +1 -1
- package/lib/atom/provider/index.js +28 -2
- package/lib/atom/provider/index.js.map +1 -1
- package/lib/atom/provider/web-context.d.ts +3 -3
- package/lib/atom/provider/web-context.d.ts.map +1 -1
- package/lib/atom/provider/web-context.js +18 -6
- package/lib/atom/provider/web-context.js.map +1 -1
- package/lib/atom/radio-group/index.js +13 -0
- package/lib/atom/radio-group/index.js.map +1 -1
- package/lib/atom/radio-group/item.js +14 -0
- package/lib/atom/radio-group/item.js.map +1 -1
- package/lib/atom/range/handle.js +25 -9
- package/lib/atom/range/handle.js.map +1 -1
- package/lib/atom/range/index.js +28 -0
- package/lib/atom/range/index.js.map +1 -1
- package/lib/atom/resource-miniature/index.js +13 -2
- package/lib/atom/resource-miniature/index.js.map +1 -1
- package/lib/atom/review-header-step-item/index.js +15 -0
- package/lib/atom/review-header-step-item/index.js.map +1 -1
- package/lib/atom/review-header-step-item/index.native.js +20 -0
- package/lib/atom/review-header-step-item/index.native.js.map +1 -1
- package/lib/atom/review-header-step-item/types.d.ts +2 -2
- package/lib/atom/review-header-step-item/types.d.ts.map +1 -1
- package/lib/atom/review-header-step-item/types.js +3 -0
- package/lib/atom/review-header-step-item/types.js.map +1 -1
- package/lib/atom/review-presentation/index.js +18 -5
- package/lib/atom/review-presentation/index.js.map +1 -1
- package/lib/atom/review-presentation/index.native.js +19 -3
- package/lib/atom/review-presentation/index.native.js.map +1 -1
- package/lib/atom/review-presentation/prop-types.d.ts +2 -2
- package/lib/atom/review-presentation/prop-types.d.ts.map +1 -1
- package/lib/atom/review-presentation/prop-types.js +4 -0
- package/lib/atom/review-presentation/prop-types.js.map +1 -1
- package/lib/atom/select/index.d.ts +1 -0
- package/lib/atom/select/index.d.ts.map +1 -1
- package/lib/atom/select/index.js +43 -10
- package/lib/atom/select/index.js.map +1 -1
- package/lib/atom/select-modal/index.native.d.ts +2 -2
- package/lib/atom/select-modal/index.native.d.ts.map +1 -1
- package/lib/atom/select-modal/index.native.js +25 -0
- package/lib/atom/select-modal/index.native.js.map +1 -1
- package/lib/atom/slide/index.js +8 -0
- package/lib/atom/slide/index.js.map +1 -1
- package/lib/atom/social-link/index.js +8 -0
- package/lib/atom/social-link/index.js.map +1 -1
- package/lib/atom/space/index.native.d.ts +1 -1
- package/lib/atom/space/index.native.d.ts.map +1 -1
- package/lib/atom/space/index.native.js +7 -0
- package/lib/atom/space/index.native.js.map +1 -1
- package/lib/atom/spinner/index.js +5 -0
- package/lib/atom/spinner/index.js.map +1 -1
- package/lib/atom/tab/index.js +9 -0
- package/lib/atom/tab/index.js.map +1 -1
- package/lib/atom/tab-content/index.js +7 -0
- package/lib/atom/tab-content/index.js.map +1 -1
- package/lib/atom/tag/index.js +8 -0
- package/lib/atom/tag/index.js.map +1 -1
- package/lib/atom/text/index.native.d.ts +1 -1
- package/lib/atom/text/index.native.d.ts.map +1 -1
- package/lib/atom/text/index.native.js +10 -0
- package/lib/atom/text/index.native.js.map +1 -1
- package/lib/atom/title/index.js +12 -0
- package/lib/atom/title/index.js.map +1 -1
- package/lib/atom/tooltip/index.js +16 -0
- package/lib/atom/tooltip/index.js.map +1 -1
- package/lib/atom/video-upload/index.js +8 -0
- package/lib/atom/video-upload/index.js.map +1 -1
- package/lib/atom/wizard-steps/index.js +7 -0
- package/lib/atom/wizard-steps/index.js.map +1 -1
- package/lib/hoc/animation/index.js +18 -0
- package/lib/hoc/animation/index.js.map +1 -1
- package/lib/hoc/animation-scheduler/index.js +39 -0
- package/lib/hoc/animation-scheduler/index.js.map +1 -1
- package/lib/hoc/modal/index.native.d.ts +1 -1
- package/lib/hoc/modal/index.native.d.ts.map +1 -1
- package/lib/hoc/modal/index.native.js +14 -0
- package/lib/hoc/modal/index.native.js.map +1 -1
- package/lib/hoc/modal/select/index.native.d.ts +2 -2
- package/lib/hoc/modal/select/index.native.d.ts.map +1 -1
- package/lib/hoc/modal/select/index.native.js +19 -0
- package/lib/hoc/modal/select/index.native.js.map +1 -1
- package/lib/hoc/modal/select-item/index.native.d.ts +1 -1
- package/lib/hoc/modal/select-item/index.native.d.ts.map +1 -1
- package/lib/hoc/modal/select-item/index.native.js +16 -0
- package/lib/hoc/modal/select-item/index.native.js.map +1 -1
- package/lib/hoc/swapper/index.js +20 -4
- package/lib/hoc/swapper/index.js.map +1 -1
- package/lib/hoc/touchable/index.native.d.ts +1 -1
- package/lib/hoc/touchable/index.native.d.ts.map +1 -1
- package/lib/hoc/touchable/index.native.js +13 -0
- package/lib/hoc/touchable/index.native.js.map +1 -1
- package/lib/hoc/transition/index.js +11 -0
- package/lib/hoc/transition/index.js.map +1 -1
- package/lib/index.js +13 -0
- package/lib/index.js.map +1 -1
- package/lib/molecule/add-to-my-list/index.js +22 -0
- package/lib/molecule/add-to-my-list/index.js.map +1 -1
- package/lib/molecule/answer/index.d.ts +0 -3
- package/lib/molecule/answer/index.d.ts.map +1 -1
- package/lib/molecule/answer/index.js +44 -14
- package/lib/molecule/answer/index.js.map +1 -1
- package/lib/molecule/answer/index.native.js +14 -0
- package/lib/molecule/answer/index.native.js.map +1 -1
- package/lib/molecule/answer/prop-types.d.ts +3 -3
- package/lib/molecule/answer/prop-types.d.ts.map +1 -1
- package/lib/molecule/answer/prop-types.js +13 -0
- package/lib/molecule/answer/prop-types.js.map +1 -1
- package/lib/molecule/audio/index.js +18 -2
- package/lib/molecule/audio/index.js.map +1 -1
- package/lib/molecule/banner/index.js +11 -0
- package/lib/molecule/banner/index.js.map +1 -1
- package/lib/molecule/battle-request/index.js +13 -2
- package/lib/molecule/battle-request/index.js.map +1 -1
- package/lib/molecule/brand-card/description.js +7 -0
- package/lib/molecule/brand-card/description.js.map +1 -1
- package/lib/molecule/brand-card/index.js +10 -0
- package/lib/molecule/brand-card/index.js.map +1 -1
- package/lib/molecule/brand-card-create/index.js +7 -0
- package/lib/molecule/brand-card-create/index.js.map +1 -1
- package/lib/molecule/brand-create-form/index.js +11 -0
- package/lib/molecule/brand-create-form/index.js.map +1 -1
- package/lib/molecule/brand-download-box/index.js +10 -0
- package/lib/molecule/brand-download-box/index.js.map +1 -1
- package/lib/molecule/brand-form-group/index.d.ts +8 -0
- package/lib/molecule/brand-form-group/index.js +58 -0
- package/lib/molecule/brand-form-group/index.js.map +1 -1
- package/lib/molecule/brand-logo/index.native.js +11 -0
- package/lib/molecule/brand-logo/index.native.js.map +1 -1
- package/lib/molecule/brand-tabs/index.js +10 -0
- package/lib/molecule/brand-tabs/index.js.map +1 -1
- package/lib/molecule/brand-upload-box/index.js +17 -0
- package/lib/molecule/brand-upload-box/index.js.map +1 -1
- package/lib/molecule/breadcrumbs/index.js +13 -0
- package/lib/molecule/breadcrumbs/index.js.map +1 -1
- package/lib/molecule/bullet-point-menu-button/index.js +12 -0
- package/lib/molecule/bullet-point-menu-button/index.js.map +1 -1
- package/lib/molecule/card/customer.js +9 -0
- package/lib/molecule/card/customer.js.map +1 -1
- package/lib/molecule/card/favorite.js +15 -0
- package/lib/molecule/card/favorite.js.map +1 -1
- package/lib/molecule/card/index.js +34 -0
- package/lib/molecule/card/index.js.map +1 -1
- package/lib/molecule/card/notification.js +12 -0
- package/lib/molecule/card/notification.js.map +1 -1
- package/lib/molecule/card/selectable.js +9 -0
- package/lib/molecule/card/selectable.js.map +1 -1
- package/lib/molecule/card-congrats/index.native.js +15 -0
- package/lib/molecule/card-congrats/index.native.js.map +1 -1
- package/lib/molecule/card-congrats/types.d.ts +1 -1
- package/lib/molecule/card-congrats/types.d.ts.map +1 -1
- package/lib/molecule/card-content/index.js +26 -2
- package/lib/molecule/card-content/index.js.map +1 -1
- package/lib/molecule/card-with-button/index.js +12 -0
- package/lib/molecule/card-with-button/index.js.map +1 -1
- package/lib/molecule/cm-popin/index.js +19 -4
- package/lib/molecule/cm-popin/index.js.map +1 -1
- package/lib/molecule/cm-popin/index.native.js +15 -0
- package/lib/molecule/cm-popin/index.native.js.map +1 -1
- package/lib/molecule/cm-popin/types.d.ts +4 -2
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/cm-popin/types.js +5 -0
- package/lib/molecule/cm-popin/types.js.map +1 -1
- package/lib/molecule/cookie-banner/index.js +10 -0
- package/lib/molecule/cookie-banner/index.js.map +1 -1
- package/lib/molecule/coorp-manager-roles/index.js +8 -0
- package/lib/molecule/coorp-manager-roles/index.js.map +1 -1
- package/lib/molecule/course-section/index.js +9 -0
- package/lib/molecule/course-section/index.js.map +1 -1
- package/lib/molecule/course-sections/index.js +16 -0
- package/lib/molecule/course-sections/index.js.map +1 -1
- package/lib/molecule/dashboard/battle-request-list/index.js +7 -0
- package/lib/molecule/dashboard/battle-request-list/index.js.map +1 -1
- package/lib/molecule/dashboard/cards-list/index.js +59 -2
- package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
- package/lib/molecule/dashboard/news-list/index.js +10 -0
- package/lib/molecule/dashboard/news-list/index.js.map +1 -1
- package/lib/molecule/dashboard/review-banner/index.js +10 -0
- package/lib/molecule/dashboard/review-banner/index.js.map +1 -1
- package/lib/molecule/dashboard/start-battle/index.js +9 -0
- package/lib/molecule/dashboard/start-battle/index.js.map +1 -1
- package/lib/molecule/discipline-cta/index.js +11 -0
- package/lib/molecule/discipline-cta/index.js.map +1 -1
- package/lib/molecule/discipline-header/index.js +20 -4
- package/lib/molecule/discipline-header/index.js.map +1 -1
- package/lib/molecule/discipline-partners/index.js +21 -0
- package/lib/molecule/discipline-partners/index.js.map +1 -1
- package/lib/molecule/discipline-scope/index.js +7 -0
- package/lib/molecule/discipline-scope/index.js.map +1 -1
- package/lib/molecule/drag-and-drop/index.js +20 -0
- package/lib/molecule/drag-and-drop/index.js.map +1 -1
- package/lib/molecule/drag-and-drop/overlay.js +10 -0
- package/lib/molecule/drag-and-drop/overlay.js.map +1 -1
- package/lib/molecule/drag-and-drop/placeholder.js +7 -0
- package/lib/molecule/drag-and-drop/placeholder.js.map +1 -1
- package/lib/molecule/drag-and-drop/upload-report.js +30 -0
- package/lib/molecule/drag-and-drop/upload-report.js.map +1 -1
- package/lib/molecule/drag-and-drop-wrapper/index.js +8 -0
- package/lib/molecule/drag-and-drop-wrapper/index.js.map +1 -1
- package/lib/molecule/draggable/index.js +11 -0
- package/lib/molecule/draggable/index.js.map +1 -1
- package/lib/molecule/draggable-list/index.d.ts +2 -0
- package/lib/molecule/draggable-list/index.js +12 -0
- package/lib/molecule/draggable-list/index.js.map +1 -1
- package/lib/molecule/empty-state-dashboard/index.js +8 -0
- package/lib/molecule/empty-state-dashboard/index.js.map +1 -1
- package/lib/molecule/empty-state-dashboard/types.d.ts +1 -1
- package/lib/molecule/empty-state-dashboard/types.d.ts.map +1 -1
- package/lib/molecule/empty-state-dashboard/types.js +4 -0
- package/lib/molecule/empty-state-dashboard/types.js.map +1 -1
- package/lib/molecule/external-content-button/index.js +11 -0
- package/lib/molecule/external-content-button/index.js.map +1 -1
- package/lib/molecule/external-content-viewer/index.js +9 -0
- package/lib/molecule/external-content-viewer/index.js.map +1 -1
- package/lib/molecule/feedback/index.js +19 -6
- package/lib/molecule/feedback/index.js.map +1 -1
- package/lib/molecule/filters/filters-wrapper.d.ts.map +1 -1
- package/lib/molecule/filters/filters-wrapper.js +26 -1
- package/lib/molecule/filters/filters-wrapper.js.map +1 -1
- package/lib/molecule/filters/index.d.ts +2 -0
- package/lib/molecule/filters/index.d.ts.map +1 -1
- package/lib/molecule/filters/index.js +26 -3
- package/lib/molecule/filters/index.js.map +1 -1
- package/lib/molecule/forum/forum-comment/index.js +14 -0
- package/lib/molecule/forum/forum-comment/index.js.map +1 -1
- package/lib/molecule/forum/forum-post/index.js +15 -0
- package/lib/molecule/forum/forum-post/index.js.map +1 -1
- package/lib/molecule/forum/forum-thread/index.js +9 -0
- package/lib/molecule/forum/forum-thread/index.js.map +1 -1
- package/lib/molecule/forum/post-conditions.js +4 -0
- package/lib/molecule/forum/post-conditions.js.map +1 -1
- package/lib/molecule/go1-banner/index.js +9 -4
- package/lib/molecule/go1-banner/index.js.map +1 -1
- package/lib/molecule/hero/index.js +13 -0
- package/lib/molecule/hero/index.js.map +1 -1
- package/lib/molecule/input-text-with-titled-checkbox/index.js +8 -0
- package/lib/molecule/input-text-with-titled-checkbox/index.js.map +1 -1
- package/lib/molecule/list-badges/index.js +8 -0
- package/lib/molecule/list-badges/index.js.map +1 -1
- package/lib/molecule/login-alert/index.js +8 -2
- package/lib/molecule/login-alert/index.js.map +1 -1
- package/lib/molecule/menu-list/index.js +10 -0
- package/lib/molecule/menu-list/index.js.map +1 -1
- package/lib/molecule/message-popin/index.js +6 -0
- package/lib/molecule/message-popin/index.js.map +1 -1
- package/lib/molecule/modal/index.js +13 -6
- package/lib/molecule/modal/index.js.map +1 -1
- package/lib/molecule/module-bubble/index.js +12 -0
- package/lib/molecule/module-bubble/index.js.map +1 -1
- package/lib/molecule/module-card/index.js +12 -2
- package/lib/molecule/module-card/index.js.map +1 -1
- package/lib/molecule/news/index.js +10 -0
- package/lib/molecule/news/index.js.map +1 -1
- package/lib/molecule/notification-banner/index.js +14 -0
- package/lib/molecule/notification-banner/index.js.map +1 -1
- package/lib/molecule/pagination/index.js +7 -0
- package/lib/molecule/pagination/index.js.map +1 -1
- package/lib/molecule/payment-form/index.js +18 -0
- package/lib/molecule/payment-form/index.js.map +1 -1
- package/lib/molecule/pdf/index.js +12 -2
- package/lib/molecule/pdf/index.js.map +1 -1
- package/lib/molecule/popin/index.js +14 -2
- package/lib/molecule/popin/index.js.map +1 -1
- package/lib/molecule/product-card/index.js +8 -0
- package/lib/molecule/product-card/index.js.map +1 -1
- package/lib/molecule/progress-bar/index.js +9 -0
- package/lib/molecule/progress-bar/index.js.map +1 -1
- package/lib/molecule/questions/drop-down/index.js +10 -0
- package/lib/molecule/questions/drop-down/index.js.map +1 -1
- package/lib/molecule/questions/free-text/index.js +13 -0
- package/lib/molecule/questions/free-text/index.js.map +1 -1
- package/lib/molecule/questions/free-text/index.native.d.ts +1 -1
- package/lib/molecule/questions/free-text/index.native.d.ts.map +1 -1
- package/lib/molecule/questions/free-text/index.native.js +18 -12
- package/lib/molecule/questions/free-text/index.native.js.map +1 -1
- package/lib/molecule/questions/mobile/draggable/index.native.js +18 -0
- package/lib/molecule/questions/mobile/draggable/index.native.js.map +1 -1
- package/lib/molecule/questions/mobile/slider/index.native.d.ts +2 -2
- package/lib/molecule/questions/mobile/slider/index.native.d.ts.map +1 -1
- package/lib/molecule/questions/mobile/slider/index.native.js +16 -0
- package/lib/molecule/questions/mobile/slider/index.native.js.map +1 -1
- package/lib/molecule/questions/mobile/switch/index.native.d.ts +1 -1
- package/lib/molecule/questions/mobile/switch/index.native.d.ts.map +1 -1
- package/lib/molecule/questions/mobile/switch/index.native.js +26 -0
- package/lib/molecule/questions/mobile/switch/index.native.js.map +1 -1
- package/lib/molecule/questions/mobile/template/index.native.d.ts +1 -1
- package/lib/molecule/questions/mobile/template/index.native.d.ts.map +1 -1
- package/lib/molecule/questions/mobile/template/index.native.js +29 -0
- package/lib/molecule/questions/mobile/template/index.native.js.map +1 -1
- package/lib/molecule/questions/qcm/index.js +18 -3
- package/lib/molecule/questions/qcm/index.js.map +1 -1
- package/lib/molecule/questions/qcm-drag/index.js +25 -4
- package/lib/molecule/questions/qcm-drag/index.js.map +1 -1
- package/lib/molecule/questions/qcm-graphic/index.js +14 -2
- package/lib/molecule/questions/qcm-graphic/index.js.map +1 -1
- package/lib/molecule/questions/question-range/index.js +25 -12
- package/lib/molecule/questions/question-range/index.js.map +1 -1
- package/lib/molecule/questions/template/index.js +24 -5
- package/lib/molecule/questions/template/index.js.map +1 -1
- package/lib/molecule/questions/types.d.ts +12 -12
- package/lib/molecule/questions/types.d.ts.map +1 -1
- package/lib/molecule/quick-access-card/index.js +24 -0
- package/lib/molecule/quick-access-card/index.js.map +1 -1
- package/lib/molecule/quick-access-cards-group/index.js +10 -0
- package/lib/molecule/quick-access-cards-group/index.js.map +1 -1
- package/lib/molecule/resource-player/index.js +36 -5
- package/lib/molecule/resource-player/index.js.map +1 -1
- package/lib/molecule/review-card-congrats/index.js +23 -2
- package/lib/molecule/review-card-congrats/index.js.map +1 -1
- package/lib/molecule/review-card-congrats/prop-types.d.ts +1 -1
- package/lib/molecule/review-card-congrats/prop-types.d.ts.map +1 -1
- package/lib/molecule/review-card-congrats/prop-types.js +4 -0
- package/lib/molecule/review-card-congrats/prop-types.js.map +1 -1
- package/lib/molecule/review-correction-popin/index.js +16 -4
- package/lib/molecule/review-correction-popin/index.js.map +1 -1
- package/lib/molecule/review-correction-popin/index.native.js +20 -0
- package/lib/molecule/review-correction-popin/index.native.js.map +1 -1
- package/lib/molecule/review-correction-popin/prop-types.d.ts +3 -3
- package/lib/molecule/review-correction-popin/prop-types.d.ts.map +1 -1
- package/lib/molecule/review-correction-popin/prop-types.js +3 -0
- package/lib/molecule/review-correction-popin/prop-types.js.map +1 -1
- package/lib/molecule/review-header-steps/index.js +11 -0
- package/lib/molecule/review-header-steps/index.js.map +1 -1
- package/lib/molecule/review-header-steps/prop-types.d.ts +1 -1
- package/lib/molecule/review-header-steps/prop-types.d.ts.map +1 -1
- package/lib/molecule/review-header-steps/prop-types.js +4 -0
- package/lib/molecule/review-header-steps/prop-types.js.map +1 -1
- package/lib/molecule/scope-content/index.js +25 -6
- package/lib/molecule/scope-content/index.js.map +1 -1
- package/lib/molecule/scope-tabs/index.js +16 -0
- package/lib/molecule/scope-tabs/index.js.map +1 -1
- package/lib/molecule/search-form/index.js +12 -0
- package/lib/molecule/search-form/index.js.map +1 -1
- package/lib/molecule/select-multiple/index.js +35 -2
- package/lib/molecule/select-multiple/index.js.map +1 -1
- package/lib/molecule/setup-cohort-item/index.js +17 -0
- package/lib/molecule/setup-cohort-item/index.js.map +1 -1
- package/lib/molecule/setup-section/index.d.ts +2 -0
- package/lib/molecule/setup-section/index.d.ts.map +1 -1
- package/lib/molecule/setup-section/index.js +15 -0
- package/lib/molecule/setup-section/index.js.map +1 -1
- package/lib/molecule/setup-sections/index.d.ts +2 -0
- package/lib/molecule/setup-sections/index.js +10 -0
- package/lib/molecule/setup-sections/index.js.map +1 -1
- package/lib/molecule/setup-slide/index.d.ts +3 -0
- package/lib/molecule/setup-slide/index.js +30 -0
- package/lib/molecule/setup-slide/index.js.map +1 -1
- package/lib/molecule/setup-slider/index.d.ts +3 -0
- package/lib/molecule/setup-slider/index.js +11 -0
- package/lib/molecule/setup-slider/index.js.map +1 -1
- package/lib/molecule/share/index.js +29 -6
- package/lib/molecule/share/index.js.map +1 -1
- package/lib/molecule/skill-card/index.js +13 -0
- package/lib/molecule/skill-card/index.js.map +1 -1
- package/lib/molecule/skill-card/index.native.js +12 -0
- package/lib/molecule/skill-card/index.native.js.map +1 -1
- package/lib/molecule/skill-card/prop-types.d.ts +1 -1
- package/lib/molecule/skill-card/prop-types.d.ts.map +1 -1
- package/lib/molecule/skill-card/prop-types.js +3 -0
- package/lib/molecule/skill-card/prop-types.js.map +1 -1
- package/lib/molecule/ssmenu-list/index.js +6 -0
- package/lib/molecule/ssmenu-list/index.js.map +1 -1
- package/lib/molecule/subscription-freemium/index.js +7 -0
- package/lib/molecule/subscription-freemium/index.js.map +1 -1
- package/lib/molecule/subscription-premium/index.js +11 -0
- package/lib/molecule/subscription-premium/index.js.map +1 -1
- package/lib/molecule/table/index.js +28 -0
- package/lib/molecule/table/index.js.map +1 -1
- package/lib/molecule/teams-popin/index.js +10 -0
- package/lib/molecule/teams-popin/index.js.map +1 -1
- package/lib/molecule/theme-image/index.js +8 -0
- package/lib/molecule/theme-image/index.js.map +1 -1
- package/lib/molecule/title-and-checkbox-wrapper/index.js +12 -0
- package/lib/molecule/title-and-checkbox-wrapper/index.js.map +1 -1
- package/lib/molecule/titled-checkbox/index.js +11 -0
- package/lib/molecule/titled-checkbox/index.js.map +1 -1
- package/lib/molecule/unsubscribe/index.js +8 -0
- package/lib/molecule/unsubscribe/index.js.map +1 -1
- package/lib/molecule/vertical-tabs/index.js +14 -0
- package/lib/molecule/vertical-tabs/index.js.map +1 -1
- package/lib/molecule/video-iframe/index.js +19 -0
- package/lib/molecule/video-iframe/index.js.map +1 -1
- package/lib/molecule/video-player/index.js +31 -6
- package/lib/molecule/video-player/index.js.map +1 -1
- package/lib/molecule/video-player/jwplayer-prop-types.js +4 -0
- package/lib/molecule/video-player/jwplayer-prop-types.js.map +1 -1
- package/lib/molecule/video-player/jwplayer.js +36 -3
- package/lib/molecule/video-player/jwplayer.js.map +1 -1
- package/lib/molecule/video-player/prop-types.js +4 -0
- package/lib/molecule/video-player/prop-types.js.map +1 -1
- package/lib/molecule/video-player/vimeo.js +46 -0
- package/lib/molecule/video-player/vimeo.js.map +1 -1
- package/lib/molecule/wizard-summary/index.js +28 -2
- package/lib/molecule/wizard-summary/index.js.map +1 -1
- package/lib/organism/accordion/container/index.js +18 -0
- package/lib/organism/accordion/container/index.js.map +1 -1
- package/lib/organism/accordion/coorp-manager/index.js +21 -0
- package/lib/organism/accordion/coorp-manager/index.js.map +1 -1
- package/lib/organism/accordion/coorp-manager/part/index.js +19 -0
- package/lib/organism/accordion/coorp-manager/part/index.js.map +1 -1
- package/lib/organism/accordion/part/index.js +12 -0
- package/lib/organism/accordion/part/index.js.map +1 -1
- package/lib/organism/accordion/toggler/index.js +20 -0
- package/lib/organism/accordion/toggler/index.js.map +1 -1
- package/lib/organism/brand-analytics/analytics-popin.js +14 -0
- package/lib/organism/brand-analytics/analytics-popin.js.map +1 -1
- package/lib/organism/brand-analytics/index.js +21 -0
- package/lib/organism/brand-analytics/index.js.map +1 -1
- package/lib/organism/brand-dashboard/index.js +10 -0
- package/lib/organism/brand-dashboard/index.js.map +1 -1
- package/lib/organism/brand-form/index.d.ts +8 -0
- package/lib/organism/brand-form/index.js +18 -0
- package/lib/organism/brand-form/index.js.map +1 -1
- package/lib/organism/brand-table/index.js +12 -0
- package/lib/organism/brand-table/index.js.map +1 -1
- package/lib/organism/brand-upload/index.js +13 -0
- package/lib/organism/brand-upload/index.js.map +1 -1
- package/lib/organism/cards-grid/index.js +9 -0
- package/lib/organism/cards-grid/index.js.map +1 -1
- package/lib/organism/cart/index.js +11 -0
- package/lib/organism/cart/index.js.map +1 -1
- package/lib/organism/content-translation/index.js +14 -0
- package/lib/organism/content-translation/index.js.map +1 -1
- package/lib/organism/course-selection/index.js +18 -0
- package/lib/organism/course-selection/index.js.map +1 -1
- package/lib/organism/discussion/index.js +14 -2
- package/lib/organism/discussion/index.js.map +1 -1
- package/lib/organism/get-the-app/index.js +21 -0
- package/lib/organism/get-the-app/index.js.map +1 -1
- package/lib/organism/grid-list/index.js +6 -0
- package/lib/organism/grid-list/index.js.map +1 -1
- package/lib/organism/header/index.js +9 -0
- package/lib/organism/header/index.js.map +1 -1
- package/lib/organism/header-v2/index.native.js +17 -3
- package/lib/organism/header-v2/index.native.js.map +1 -1
- package/lib/organism/hero/index.js +11 -0
- package/lib/organism/hero/index.js.map +1 -1
- package/lib/organism/list-item/index.js +12 -0
- package/lib/organism/list-item/index.js.map +1 -1
- package/lib/organism/list-items/index.js +10 -0
- package/lib/organism/list-items/index.js.map +1 -1
- package/lib/organism/mobile-navigation/index.native.d.ts +2 -2
- package/lib/organism/mobile-navigation/index.native.d.ts.map +1 -1
- package/lib/organism/mobile-navigation/index.native.js +16 -0
- package/lib/organism/mobile-navigation/index.native.js.map +1 -1
- package/lib/organism/mooc/image-slider/index.js +9 -0
- package/lib/organism/mooc/image-slider/index.js.map +1 -1
- package/lib/organism/mooc-footer/index.js +22 -10
- package/lib/organism/mooc-footer/index.js.map +1 -1
- package/lib/organism/mooc-header/index.d.ts.map +1 -1
- package/lib/organism/mooc-header/index.js +59 -1
- package/lib/organism/mooc-header/index.js.map +1 -1
- package/lib/organism/podcast-popin-intro/index.native.d.ts +2 -2
- package/lib/organism/podcast-popin-intro/index.native.d.ts.map +1 -1
- package/lib/organism/podcast-popin-intro/index.native.js +15 -0
- package/lib/organism/podcast-popin-intro/index.native.js.map +1 -1
- package/lib/organism/popin/index.js +12 -0
- package/lib/organism/popin/index.js.map +1 -1
- package/lib/organism/resource-browser/index.js +16 -0
- package/lib/organism/resource-browser/index.js.map +1 -1
- package/lib/organism/review-congrats/index.js +16 -1
- package/lib/organism/review-congrats/index.js.map +1 -1
- package/lib/organism/review-congrats/index.native.js +22 -2
- package/lib/organism/review-congrats/index.native.js.map +1 -1
- package/lib/organism/review-congrats/prop-types.d.ts +1 -1
- package/lib/organism/review-congrats/prop-types.d.ts.map +1 -1
- package/lib/organism/review-congrats/prop-types.js +5 -0
- package/lib/organism/review-congrats/prop-types.js.map +1 -1
- package/lib/organism/review-header/index.js +10 -0
- package/lib/organism/review-header/index.js.map +1 -1
- package/lib/organism/review-header/index.native.js +10 -0
- package/lib/organism/review-header/index.native.js.map +1 -1
- package/lib/organism/review-header/types.d.ts +1 -1
- package/lib/organism/review-header/types.d.ts.map +1 -1
- package/lib/organism/review-header/types.js +4 -0
- package/lib/organism/review-header/types.js.map +1 -1
- package/lib/organism/review-no-skills/index.js +7 -0
- package/lib/organism/review-no-skills/index.js.map +1 -1
- package/lib/organism/review-no-skills/index.native.js +12 -0
- package/lib/organism/review-no-skills/index.native.js.map +1 -1
- package/lib/organism/review-no-skills/prop-types.d.ts +1 -1
- package/lib/organism/review-no-skills/prop-types.d.ts.map +1 -1
- package/lib/organism/review-no-skills/prop-types.js +3 -0
- package/lib/organism/review-no-skills/prop-types.js.map +1 -1
- package/lib/organism/review-skills/index.js +8 -0
- package/lib/organism/review-skills/index.js.map +1 -1
- package/lib/organism/review-skills/index.native.js +8 -0
- package/lib/organism/review-skills/index.native.js.map +1 -1
- package/lib/organism/review-skills/prop-types.d.ts +1 -1
- package/lib/organism/review-skills/prop-types.d.ts.map +1 -1
- package/lib/organism/review-skills/prop-types.js +4 -0
- package/lib/organism/review-skills/prop-types.js.map +1 -1
- package/lib/organism/review-slide/index.js +31 -8
- package/lib/organism/review-slide/index.js.map +1 -1
- package/lib/organism/review-slide/index.native.js +24 -3
- package/lib/organism/review-slide/index.native.js.map +1 -1
- package/lib/organism/review-slide/prop-types.d.ts +5 -5
- package/lib/organism/review-slide/prop-types.d.ts.map +1 -1
- package/lib/organism/review-slide/prop-types.js +7 -1
- package/lib/organism/review-slide/prop-types.js.map +1 -1
- package/lib/organism/review-stacked-slides/index.js +18 -2
- package/lib/organism/review-stacked-slides/index.js.map +1 -1
- package/lib/organism/review-stacked-slides/index.native.js +20 -5
- package/lib/organism/review-stacked-slides/index.native.js.map +1 -1
- package/lib/organism/review-stacked-slides/prop-types.d.ts +1 -1
- package/lib/organism/review-stacked-slides/prop-types.d.ts.map +1 -1
- package/lib/organism/review-stacked-slides/prop-types.js +6 -0
- package/lib/organism/review-stacked-slides/prop-types.js.map +1 -1
- package/lib/organism/rewards-form/index.js +14 -3
- package/lib/organism/rewards-form/index.js.map +1 -1
- package/lib/organism/search-and-chips-results/index.js +15 -0
- package/lib/organism/search-and-chips-results/index.js.map +1 -1
- package/lib/organism/settings/index.js +25 -5
- package/lib/organism/settings/index.js.map +1 -1
- package/lib/organism/setup-header/index.js +15 -0
- package/lib/organism/setup-header/index.js.map +1 -1
- package/lib/organism/sidebar/index.js +58 -8
- package/lib/organism/sidebar/index.js.map +1 -1
- package/lib/organism/slider/index.js +24 -2
- package/lib/organism/slider/index.js.map +1 -1
- package/lib/organism/user-preferences/index.d.ts +2 -0
- package/lib/organism/user-preferences/index.js +21 -5
- package/lib/organism/user-preferences/index.js.map +1 -1
- package/lib/organism/wizard-contents/index.d.ts +8 -0
- package/lib/organism/wizard-contents/index.js +28 -0
- package/lib/organism/wizard-contents/index.js.map +1 -1
- package/lib/template/activity/engine-stars.js +27 -5
- package/lib/template/activity/engine-stars.js.map +1 -1
- package/lib/template/activity/index.d.ts +12 -11
- package/lib/template/activity/index.d.ts.map +1 -1
- package/lib/template/activity/index.js +32 -5
- package/lib/template/activity/index.js.map +1 -1
- package/lib/template/activity/progression-item.js +17 -2
- package/lib/template/activity/progression-item.js.map +1 -1
- package/lib/template/activity/stars-summary.js +22 -0
- package/lib/template/activity/stars-summary.js.map +1 -1
- package/lib/template/app-player/loading/index.d.ts +2 -0
- package/lib/template/app-player/loading/index.js +8 -0
- package/lib/template/app-player/loading/index.js.map +1 -1
- package/lib/template/app-player/player/index.d.ts +4 -0
- package/lib/template/app-player/player/index.js +9 -0
- package/lib/template/app-player/player/index.js.map +1 -1
- package/lib/template/app-player/player/slides/footer/index.js +20 -0
- package/lib/template/app-player/player/slides/footer/index.js.map +1 -1
- package/lib/template/app-player/player/slides/header/index.js +11 -1
- package/lib/template/app-player/player/slides/header/index.js.map +1 -1
- package/lib/template/app-player/player/slides/header/learner.js +20 -4
- package/lib/template/app-player/player/slides/header/learner.js.map +1 -1
- package/lib/template/app-player/player/slides/header/lives.js +9 -0
- package/lib/template/app-player/player/slides/header/lives.js.map +1 -1
- package/lib/template/app-player/player/slides/header/microlearning.js +12 -2
- package/lib/template/app-player/player/slides/header/microlearning.js.map +1 -1
- package/lib/template/app-player/player/slides/index.d.ts +2 -0
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/player/slides/index.js +89 -21
- package/lib/template/app-player/player/slides/index.js.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +2 -0
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.js +50 -10
- package/lib/template/app-player/popin-correction/index.js.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +2 -0
- package/lib/template/app-player/popin-end/index.js +12 -0
- package/lib/template/app-player/popin-end/index.js.map +1 -1
- package/lib/template/app-player/popin-end/summary.js +69 -22
- package/lib/template/app-player/popin-end/summary.js.map +1 -1
- package/lib/template/app-player/popin-header/index.js +67 -12
- package/lib/template/app-player/popin-header/index.js.map +1 -1
- package/lib/template/app-player/popin-no-access/index.js +6 -0
- package/lib/template/app-player/popin-no-access/index.js.map +1 -1
- package/lib/template/app-review/demo-ts/index.js +5 -0
- package/lib/template/app-review/demo-ts/index.js.map +1 -1
- package/lib/template/app-review/demo-ts/index.native.js +5 -0
- package/lib/template/app-review/demo-ts/index.native.js.map +1 -1
- package/lib/template/app-review/demo-ts/typings.d.ts +1 -1
- package/lib/template/app-review/demo-ts/typings.d.ts.map +1 -1
- package/lib/template/app-review/demo-ts/typings.js +3 -0
- package/lib/template/app-review/demo-ts/typings.js.map +1 -1
- package/lib/template/app-review/index.d.ts +2 -0
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/index.js +8 -0
- package/lib/template/app-review/index.js.map +1 -1
- package/lib/template/app-review/index.native.js +14 -2
- package/lib/template/app-review/index.native.js.map +1 -1
- package/lib/template/app-review/onboarding/index.js +3 -0
- package/lib/template/app-review/onboarding/index.js.map +1 -1
- package/lib/template/app-review/onboarding/index.native.js +3 -0
- package/lib/template/app-review/onboarding/index.native.js.map +1 -1
- package/lib/template/app-review/player/background-review.js +5 -0
- package/lib/template/app-review/player/background-review.js.map +1 -1
- package/lib/template/app-review/player/index.js +13 -0
- package/lib/template/app-review/player/index.js.map +1 -1
- package/lib/template/app-review/player/index.native.js +16 -0
- package/lib/template/app-review/player/index.native.js.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +3 -1
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.js +8 -0
- package/lib/template/app-review/player/prop-types.js.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +4 -2
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.js +5 -0
- package/lib/template/app-review/prop-types.js.map +1 -1
- package/lib/template/app-review/skills/index.js +10 -0
- package/lib/template/app-review/skills/index.js.map +1 -1
- package/lib/template/app-review/skills/index.native.js +16 -0
- package/lib/template/app-review/skills/index.native.js.map +1 -1
- package/lib/template/app-review/skills/prop-types.d.ts +1 -1
- package/lib/template/app-review/skills/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/skills/prop-types.js +4 -0
- package/lib/template/app-review/skills/prop-types.js.map +1 -1
- package/lib/template/app-review/template-context.d.ts +5 -5
- package/lib/template/app-review/template-context.d.ts.map +1 -1
- package/lib/template/app-review/template-context.js +15 -0
- package/lib/template/app-review/template-context.js.map +1 -1
- package/lib/template/back-office/brand-create/index.js +8 -0
- package/lib/template/back-office/brand-create/index.js.map +1 -1
- package/lib/template/back-office/brand-list/index.js +26 -8
- package/lib/template/back-office/brand-list/index.js.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +18 -0
- package/lib/template/back-office/brand-update/index.js +51 -4
- package/lib/template/back-office/brand-update/index.js.map +1 -1
- package/lib/template/back-office/dashboard-preview/dashboard-popin.js +12 -0
- package/lib/template/back-office/dashboard-preview/dashboard-popin.js.map +1 -1
- package/lib/template/back-office/dashboard-preview/index.js +30 -0
- package/lib/template/back-office/dashboard-preview/index.js.map +1 -1
- package/lib/template/back-office/layout/index.js +8 -0
- package/lib/template/back-office/layout/index.js.map +1 -1
- package/lib/template/battle-requests/index.js +12 -2
- package/lib/template/battle-requests/index.js.map +1 -1
- package/lib/template/cockpit/jw-uploader/index.js +11 -0
- package/lib/template/cockpit/jw-uploader/index.js.map +1 -1
- package/lib/template/common/authors/index.js +18 -2
- package/lib/template/common/authors/index.js.map +1 -1
- package/lib/template/common/coorp-header/content.js +6 -0
- package/lib/template/common/coorp-header/content.js.map +1 -1
- package/lib/template/common/coorp-header/index.js +7 -0
- package/lib/template/common/coorp-header/index.js.map +1 -1
- package/lib/template/common/dashboard/index.d.ts +2 -0
- package/lib/template/common/dashboard/index.js +27 -0
- package/lib/template/common/dashboard/index.js.map +1 -1
- package/lib/template/common/discipline/index.js +20 -0
- package/lib/template/common/discipline/index.js.map +1 -1
- package/lib/template/common/search-page/index.d.ts +3 -0
- package/lib/template/common/search-page/index.d.ts.map +1 -1
- package/lib/template/common/search-page/index.js +20 -3
- package/lib/template/common/search-page/index.js.map +1 -1
- package/lib/template/external-course/index.js +25 -2
- package/lib/template/external-course/index.js.map +1 -1
- package/lib/template/review-dashboard-skills/index.js +8 -0
- package/lib/template/review-dashboard-skills/index.js.map +1 -1
- package/lib/template/teams-dashboard/index.js +14 -0
- package/lib/template/teams-dashboard/index.js.map +1 -1
- package/lib/util/bubbling.js +2 -0
- package/lib/util/bubbling.js.map +1 -1
- package/lib/util/build-query-string.d.ts +1 -1
- package/lib/util/build-query-string.d.ts.map +1 -1
- package/lib/util/build-query-string.js +4 -0
- package/lib/util/build-query-string.js.map +1 -1
- package/lib/util/button-icons.js +2 -0
- package/lib/util/button-icons.js.map +1 -1
- package/lib/util/closest-step.js +7 -0
- package/lib/util/closest-step.js.map +1 -1
- package/lib/util/constants.js.map +1 -1
- package/lib/util/external-content.js +5 -0
- package/lib/util/external-content.js.map +1 -1
- package/lib/util/get-class-state.js +3 -0
- package/lib/util/get-class-state.js.map +1 -1
- package/lib/util/get-clean-uri.js +2 -0
- package/lib/util/get-clean-uri.js.map +1 -1
- package/lib/util/get-resized-image.js +11 -0
- package/lib/util/get-resized-image.js.map +1 -1
- package/lib/util/get-shadow-box-color-from-primary.js +3 -0
- package/lib/util/get-shadow-box-color-from-primary.js.map +1 -1
- package/lib/util/image.js +5 -0
- package/lib/util/image.js.map +1 -1
- package/lib/util/navigation.js +13 -1
- package/lib/util/navigation.js.map +1 -1
- package/lib/util/parse-template-string.js +9 -0
- package/lib/util/parse-template-string.js.map +1 -1
- package/lib/util/proptypes.js +11 -0
- package/lib/util/proptypes.js.map +1 -1
- package/lib/util/render-with-context.js +22 -8
- package/lib/util/render-with-context.js.map +1 -1
- package/lib/util/shallow-compare.js +4 -0
- package/lib/util/shallow-compare.js.map +1 -1
- package/lib/variables/analytics.d.ts +2 -2
- package/lib/variables/analytics.d.ts.map +1 -1
- package/lib/variables/analytics.js.map +1 -1
- package/lib/variables/brand.native.d.ts +1 -1
- package/lib/variables/brand.native.d.ts.map +1 -1
- package/lib/variables/brand.native.js.map +1 -1
- package/lib/variables/colors.d.ts +1 -1
- package/lib/variables/colors.d.ts.map +1 -1
- package/lib/variables/colors.js.map +1 -1
- package/lib/variables/default-mobile-translations.d.ts +2 -2
- package/lib/variables/default-mobile-translations.d.ts.map +1 -1
- package/lib/variables/default-mobile-translations.js.map +1 -1
- package/lib/variables/shadow.d.ts +1 -1
- package/lib/variables/shadow.d.ts.map +1 -1
- package/lib/variables/shadow.js +1 -0
- package/lib/variables/shadow.js.map +1 -1
- package/lib/variables/theme.native.d.ts +3 -3
- package/lib/variables/theme.native.d.ts.map +1 -1
- package/lib/variables/theme.native.js +2 -0
- package/lib/variables/theme.native.js.map +1 -1
- package/lib/variables/vibration.d.ts +2 -2
- package/lib/variables/vibration.d.ts.map +1 -1
- package/lib/variables/vibration.js.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default-mobile-translations.js","names":["defaultMobileTranslations","accessTheLesson","appPodcast","podcast","podcasts","playlist","home","courseMode","allPlaylists","seeMore","podcastCoorpacademy","podcastCourseMode","podcastMode","switchText","switchCourseText","cancelSwitch","switchOk","seeLess","play","noResult","allEpisodes","seeAllEpisodes","addToFavorites","removeFromFavorites","shareEpisode","close","errorNetwork","bottomNavigation","search","favorites","byPlaylists","searchForPodcasts","searchTitle","searchText","searchSubText","settings","wifi","high","medium","low","mobile","title","addedToFavorites","removedFromFavorites","errorFavoriteAdd","errorFavorite","errorFavoriteRemove","infoNewFeature","message","cta","appReview","ariaLabel","presentation","text","button","labelList","skills","tooltip","questions","lifes","allright","listTitle","listAriaLabel","card","buttonText","noSkills","article","authenticationMagicLinkHeader","authenticationMagicLinkStepOneDescription","authenticationMagicLinkStepTwoDescription","authenticationMagicLinkStepThreeDescription","authenticationMagicLinkTitle","authenticationQRCodeHeader","authenticationQRCodeStepOneDescription","authenticationQRCodeStepTwoDescription","authenticationQRCodeStepThreeDescription","authenticationQRCodeTitle","authorizeNotifications","askForHelp","backToHome","bonus","cancel","clue","clueStarsToLoose","congratulations","connectionLost","connectionRestored","context","correction","currentlyDoingReminder","dataLost","didYouKnowThat","finishCourse","finishCourseWordings","description","finishLearning","forYou","gameOver","getAnExtralife","goodAnswer","goodJob","goToQuestion","highscore","howToSignIn","iWantIt","keyPoint","lesson","logOut","needHelp","new","next","nextChapter","nextLevel","noResults","noResultsDescription","notifications","ok","ooops","open","openBrowser","openSettings","ouch","outOfLives","notificationSamples","permission","permissionCamera","permissionNotificationHeadline","permissionNotificationDescription","permissionNotificationAuthorize","maybeLater","platformHasBeenDisabled","question","quit","reactivatePlatform","refresh","refreshEnjoyLearning","refreshNotWorking","relatedSubjects","resumeLearning","retryChapter","retryLevel","scanQRCode","scorm","externalFinishCourse","seeClue","selectSomethingBelow","startDemo","startLearning","selectAnAnswer","signInDesktop","signInMobile","step","suggestion","suggestionWordings","typeHere","validate","version","video","videoLoadingError","unlockNextLevel","upgrade","upgradeDescription","winAdditionalStars","welcome","welcomeDescription","welcomeUser","wrongAnswer","yesNotifyMe","yourAnswer","yourAnswers"],"sources":["../../src/variables/default-mobile-translations.ts"],"sourcesContent":["type NotificationWording = {\n title: string;\n description: string;\n};\n\nexport type Translations = {\n accessTheLesson: string;\n appPodcast: {\n infoNewFeature: {\n title: string;\n message: string;\n cta: string;\n };\n podcast: string;\n podcasts: string;\n playlist: string;\n home: string;\n courseMode: string;\n allPlaylists: string;\n seeMore: string;\n podcastCoorpacademy: string;\n podcastCourseMode: string;\n podcastMode: string;\n switchText: string;\n switchCourseText: string;\n cancelSwitch: string;\n switchOk: string;\n seeLess: string;\n play: string;\n noResult: string;\n allEpisodes: string;\n seeAllEpisodes: string;\n addToFavorites: string;\n removeFromFavorites: string;\n shareEpisode: string;\n close: string;\n errorNetwork: string;\n bottomNavigation: {\n home: string;\n search: string;\n favorites: string;\n podcasts: string;\n };\n search: {\n byPlaylists: string;\n searchForPodcasts: string;\n searchTitle: string;\n searchText: string;\n searchSubText: string;\n };\n settings: {\n settings: string;\n wifi: string;\n high: string;\n medium: string;\n low: string;\n mobile: string;\n };\n favorites: {\n title: string;\n podcasts: string;\n addedToFavorites: string;\n removedFromFavorites: string;\n errorFavoriteAdd: string;\n errorFavorite: string;\n errorFavoriteRemove: string;\n };\n };\n appReview: {\n ariaLabel: string;\n presentation: {\n ariaLabel: string;\n title: string;\n text: string;\n button: string;\n labelList: {\n skills: {\n text: string;\n tooltip: string;\n };\n questions: {\n text: string;\n tooltip: string;\n };\n lifes: {\n text: string;\n tooltip: string;\n };\n allright: {\n text: string;\n tooltip: string;\n };\n };\n };\n listTitle: string;\n listAriaLabel: string;\n card: {\n ariaLabel: string;\n text: string;\n buttonText: string;\n };\n noSkills: {\n title: string;\n text: string;\n };\n };\n article: string;\n authenticationMagicLinkHeader: string;\n authenticationMagicLinkStepOneDescription: string;\n authenticationMagicLinkStepTwoDescription: string;\n authenticationMagicLinkStepThreeDescription: string;\n authenticationMagicLinkTitle: string;\n authenticationQRCodeHeader: string;\n authenticationQRCodeStepOneDescription: string;\n authenticationQRCodeStepTwoDescription: string;\n authenticationQRCodeStepThreeDescription: string;\n authenticationQRCodeTitle: string;\n authorizeNotifications: string;\n askForHelp: string;\n backToHome: string;\n bonus: string;\n cancel: string;\n clue: string;\n clueStarsToLoose: string;\n congratulations: string;\n connectionLost: string;\n connectionRestored: string;\n context: string;\n correction: string;\n dataLost: string;\n didYouKnowThat: string;\n finishCourse: string;\n finishCourseWordings: NotificationWording[];\n finishLearning: string;\n forYou: string;\n gameOver: string;\n getAnExtralife: string;\n goodAnswer: string;\n goodJob: string;\n goToQuestion: string;\n highscore: string;\n howToSignIn: string;\n iWantIt: string;\n keyPoint: string;\n lesson: string;\n logOut: string;\n needHelp: string;\n new: string;\n next: string;\n nextLevel: string;\n nextChapter: string;\n noResults: string;\n noResultsDescription: string;\n ok: string;\n ooops: string;\n open: string;\n openBrowser: string;\n openSettings: string;\n ouch: string;\n outOfLives: string;\n permission: string;\n permissionCamera: string;\n notifications: string;\n notificationSamples: NotificationWording[];\n permissionNotificationHeadline: string;\n permissionNotificationDescription: string;\n permissionNotificationAuthorize: string;\n currentlyDoingReminder: string;\n yesNotifyMe: string;\n maybeLater: string;\n platformHasBeenDisabled: string;\n podcast: string;\n question: string;\n quit: string;\n reactivatePlatform: string;\n refresh: string;\n refreshEnjoyLearning: string;\n refreshNotWorking: string;\n resumeLearning: string;\n retryLevel: string;\n retryChapter: string;\n relatedSubjects: string;\n scanQRCode: string;\n scorm: string;\n externalFinishCourse: string;\n search: string;\n seeClue: string;\n selectAnAnswer: string;\n selectSomethingBelow: string;\n settings: string;\n signInDesktop: string;\n signInMobile: string;\n startDemo: string;\n startLearning: string;\n step: string;\n suggestion: string;\n suggestionWordings: NotificationWording[];\n typeHere: string;\n unlockNextLevel: string;\n upgrade: string;\n upgradeDescription: string;\n validate: string;\n version: string;\n video: string;\n videoLoadingError: string;\n welcome: string;\n welcomeDescription: string;\n welcomeUser: string;\n winAdditionalStars: string;\n wrongAnswer: string;\n yourAnswer: string;\n yourAnswers: string;\n};\n\nconst defaultMobileTranslations: Translations = {\n accessTheLesson: 'Access the lesson',\n appPodcast: {\n podcast: 'Podcast',\n podcasts: 'Podcasts',\n playlist: 'Playlist',\n home: 'Home',\n courseMode: 'Course Mode',\n allPlaylists: 'All Playlists',\n seeMore: 'See more',\n podcastCoorpacademy: 'Coorpacademy',\n podcastCourseMode: 'Course mode',\n podcastMode: 'Podcast mode',\n switchText: 'Switching to Course mode will interrupt the listening.',\n switchCourseText: 'You are about to switch on Podcast mode',\n cancelSwitch: 'No, cancel',\n switchOk: 'Yes, switch',\n seeLess: 'See less',\n play: 'Play',\n noResult: 'No results!',\n allEpisodes: 'All episodes',\n seeAllEpisodes: 'See all episode',\n addToFavorites: 'Add to my favorites',\n removeFromFavorites: 'Remove from my favorites',\n shareEpisode: 'Share this episode',\n close: 'Close',\n errorNetwork: 'something went wrong',\n bottomNavigation: {\n home: 'Home',\n search: 'Search',\n favorites: 'Favorites',\n podcasts: 'podcasts'\n },\n search: {\n byPlaylists: 'By playlists',\n searchForPodcasts: 'Search for podcasts',\n searchTitle: 'Search',\n searchText: 'No results for',\n searchSubText: 'Please check the spelling or use other keywords'\n },\n settings: {\n settings: 'Settings',\n wifi: 'Wifi audio quality',\n high: 'High quality',\n medium: 'Medium quality',\n low: 'Low quality',\n mobile: 'Mobile audio quality'\n },\n favorites: {\n title: 'Favorites',\n podcasts: 'podcasts',\n addedToFavorites: 'Added to your favorites',\n removedFromFavorites: 'Removed from your favorites',\n errorFavoriteAdd: 'Could not add to your favorites. Please try again.',\n errorFavorite: 'There was an error',\n errorFavoriteRemove: 'Could not remove from your favorites. Please try again.'\n },\n infoNewFeature: {\n title: 'Introducing the new Podcast mode',\n message:\n 'Click on the button at the top of your app to discover a whole new audio experience',\n cta: 'Start learning'\n }\n },\n appReview: {\n ariaLabel: 'Review Skills Template',\n presentation: {\n ariaLabel: 'Review Presentation Container',\n title: 'What is<br/>Revision Mode ?',\n text: 'Information vanishes from your mind as soon as it enters it? It’s perfectly normal: there is no retention without repetition! To keep your knowledge in the long term, use the Revision Mode to refresh your memory!',\n button: '',\n labelList: {\n skills: {text: 'Choose 1 skill', tooltip: 'You can review one skill at a time.'},\n questions: {\n text: 'Answer 5 questions',\n tooltip: 'Answer the 5 questions correctly to validate your revision mode session.'\n },\n lifes: {\n text: 'You have infinite live',\n tooltip: 'You can answer as many times as you like to complete your session.'\n },\n allright: {\n text: 'Get it all right',\n tooltip: 'To validate your session, you must get a correct answer to each question.'\n }\n }\n },\n listTitle: 'Skills you can review',\n listAriaLabel: 'Review Skills Container',\n card: {\n ariaLabel: 'Skill Card',\n text: '{{total}} questions to review',\n buttonText: 'Review this skill'\n },\n noSkills: {\n title: 'You have no skill to revise yet',\n text: 'First you need to complete courses before you can review different skills.'\n }\n },\n article: 'Documents',\n authenticationMagicLinkHeader:\n 'Click on the link you received by email to connect to your platform',\n authenticationMagicLinkStepOneDescription:\n 'Go to your <b>professional mailbox</b> with this phone',\n authenticationMagicLinkStepTwoDescription:\n '<b>Open the email</b> with the invitation to download the Coorpacademy App',\n authenticationMagicLinkStepThreeDescription: 'Click on the button <b>\"Connect to the App\"</b>',\n authenticationMagicLinkTitle: 'Magic link',\n authenticationQRCodeHeader:\n \"Didn't receive an email? That's fine! We'll use a computer to verify your identity on the web platform\",\n authenticationQRCodeStepOneDescription:\n 'Connect to your learning platform <b>with a computer</b>',\n authenticationQRCodeStepTwoDescription:\n 'Go to <b>your Account</b> <br/>in the upper right-hand corner',\n authenticationQRCodeStepThreeDescription:\n '<b>Voilà!</b><br/>Scan your QR code using the button below',\n authenticationQRCodeTitle: 'QR Code',\n authorizeNotifications: 'Authorize notifications',\n askForHelp: 'Ask for help',\n backToHome: 'Back to home',\n bonus: 'Bonus!',\n cancel: 'Cancel',\n clue: 'Clue',\n clueStarsToLoose:\n 'Unlocking the clue reduces the stars you can gain on this question by {{count}} (if you get it right)',\n congratulations: 'Congratulations!',\n connectionLost: 'No Internet connection',\n connectionRestored: 'You are now connected to the Internet',\n context: 'Context',\n correction: 'Correction',\n currentlyDoingReminder: 'Currently doing reminder',\n dataLost: 'Your data seems to be lost',\n didYouKnowThat: 'Did you know that?',\n finishCourse: 'Finish Course',\n finishCourseWordings: [\n {\n title: \"Let's gets it done {{givenName}}! 🚀\",\n description: 'Complete this course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your mission, should you choose to accept it 😎',\n description: 'Finish your course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, I bet you can do it! 💪',\n description: 'Finish the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Ready to learn {{givenName}}? 💪',\n description: 'Let\\'s complete \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, you are close to complete your course 🙃',\n description: 'Let\\'s finish \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Do you accept the challenge {{givenName}}? 💪',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, your challenge of the day! 😉',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"{{givenName}}, it's time to learn! 😉\",\n description: 'Continue your course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'How about learning {{givenName}}? 🚀',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"Once it's done, it's done 🙃\",\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your course is almost completed! ✓',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, you are so close! 🙃',\n description: 'Just a few questions to complete \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Come on {{givenName}}, almost finished ☑',\n description: 'Complete your course: \\\\\"{{contentName}}\\\\\"'\n }\n ],\n finishLearning: 'Continue this one first',\n forYou: 'Our top picks for you',\n gameOver: 'Game over',\n getAnExtralife: 'Get an extra life by viewing the lesson',\n goodAnswer: 'Good answer',\n goodJob: 'Good job!',\n goToQuestion: 'Go to question',\n highscore: 'You have a new highscore<br><b>you just won {{score}} stars</b>',\n howToSignIn: 'Did you receive an email to download the app?',\n iWantIt: 'I want it !',\n keyPoint: 'Key point',\n lesson: 'Lesson',\n logOut: 'Log out',\n needHelp: 'Need help?',\n new: 'new',\n next: 'Next',\n nextChapter: 'Next chapter',\n nextLevel: 'Next level',\n noResults: 'No results',\n noResultsDescription: 'Your search did not have any results.<br/>Try searching other keywords.',\n notifications: 'Notifications',\n ok: 'OK',\n ooops: 'Ooops...',\n open: 'Open',\n openBrowser: 'Open <b>my mailbox</b>',\n openSettings: 'Open settings',\n ouch: 'Ouch...',\n outOfLives: 'You are out of lives!',\n notificationSamples: [\n {title: 'Challenge of the day 👊', description: 'Start the course<br><b>Online Customer</b>'}\n ],\n permission: 'Permission',\n permissionCamera:\n 'We need to access your camera in order to scan your QR code and authenticate you.',\n permissionNotificationHeadline: 'We help you stay motivated!',\n permissionNotificationDescription:\n 'Get notifications and stay on top of your goals. We promise not to blow up your phone a million times a day.',\n permissionNotificationAuthorize: 'Authorize notifications',\n maybeLater: 'Maybe later',\n platformHasBeenDisabled: 'The app has been disabled for your platform',\n podcast: 'Podcasts',\n question: 'Question',\n quit: 'Quit',\n reactivatePlatform:\n 'if you want to reactivate it, contact your manager or click on the link below and we will pass the message on',\n refresh: 'Refresh',\n refreshEnjoyLearning:\n 'in the network between Saturn and the Earth, please refresh in order to enjoy learning',\n refreshNotWorking: 'Refresh not working?',\n relatedSubjects: 'Recommended for you:',\n resumeLearning: 'Continue Learning',\n retryChapter: 'Retry chapter',\n retryLevel: 'Retry level',\n scanQRCode: 'Scan your <b>QR code</b>',\n scorm: 'Animated resources',\n externalFinishCourse: 'I have completed this course',\n search: 'Search',\n seeClue: 'See clue',\n selectSomethingBelow: 'Select something below',\n settings: 'Settings',\n startDemo: 'No account? <a href=\"/\"><b><u>Start trial!</u></b></a>',\n startLearning: 'You should start with this one',\n selectAnAnswer: 'Select an answer',\n signInDesktop: 'No',\n signInMobile: 'Yes',\n step: 'Step',\n suggestion: 'Course recommendations',\n suggestionWordings: [\n {\n title: '{{givenName}}, here is a course for you! 👀',\n description: 'Find out with this course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'In the mood for learning {{givenName}}? 🚀',\n description: 'Check out \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your mission, should you choose to accept it 😎',\n description: 'Check out \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, your challenge of the day awaits you! 😉',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, take on the challenge 💪',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, broaden your horizons!',\n description: 'Find out more about \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"{{givenName}}, it's time to learn! 😉\",\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"It's time to (re) launch {{givenName}} 🚀\",\n description: 'Start this course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, I bet you can do it! 💪',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n }\n ],\n typeHere: 'Type here',\n validate: 'Submit',\n version: 'Version',\n video: 'Videos',\n videoLoadingError: 'An error occurred while loading the video, please try again.',\n unlockNextLevel: 'You have just unlocked<br><b>{{levelName}} level</b>',\n upgrade: 'Upgrade',\n upgradeDescription:\n 'Your application has been updated! Please download the latest version to enjoy it.',\n winAdditionalStars:\n 'Win {{count}} additional stars in this chapter the first time you view a lesson!',\n welcome: 'Welcome',\n welcomeDescription: 'This app is linked to your account on your company’s Learning Platform.',\n welcomeUser: 'Welcome, {{displayname}}!',\n wrongAnswer: 'Wrong answer',\n yesNotifyMe: 'Yes, notify me',\n yourAnswer: 'Your answer:',\n yourAnswers: 'Your answers:'\n};\n\nexport default defaultMobileTranslations;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"default-mobile-translations.js","names":["defaultMobileTranslations","accessTheLesson","appPodcast","podcast","podcasts","playlist","home","courseMode","allPlaylists","seeMore","podcastCoorpacademy","podcastCourseMode","podcastMode","switchText","switchCourseText","cancelSwitch","switchOk","seeLess","play","noResult","allEpisodes","seeAllEpisodes","addToFavorites","removeFromFavorites","shareEpisode","close","errorNetwork","bottomNavigation","search","favorites","byPlaylists","searchForPodcasts","searchTitle","searchText","searchSubText","settings","wifi","high","medium","low","mobile","title","addedToFavorites","removedFromFavorites","errorFavoriteAdd","errorFavorite","errorFavoriteRemove","infoNewFeature","message","cta","appReview","ariaLabel","presentation","text","button","labelList","skills","tooltip","questions","lifes","allright","listTitle","listAriaLabel","card","buttonText","noSkills","article","authenticationMagicLinkHeader","authenticationMagicLinkStepOneDescription","authenticationMagicLinkStepTwoDescription","authenticationMagicLinkStepThreeDescription","authenticationMagicLinkTitle","authenticationQRCodeHeader","authenticationQRCodeStepOneDescription","authenticationQRCodeStepTwoDescription","authenticationQRCodeStepThreeDescription","authenticationQRCodeTitle","authorizeNotifications","askForHelp","backToHome","bonus","cancel","clue","clueStarsToLoose","congratulations","connectionLost","connectionRestored","context","correction","currentlyDoingReminder","dataLost","didYouKnowThat","finishCourse","finishCourseWordings","description","finishLearning","forYou","gameOver","getAnExtralife","goodAnswer","goodJob","goToQuestion","highscore","howToSignIn","iWantIt","keyPoint","lesson","logOut","needHelp","new","next","nextChapter","nextLevel","noResults","noResultsDescription","notifications","ok","ooops","open","openBrowser","openSettings","ouch","outOfLives","notificationSamples","permission","permissionCamera","permissionNotificationHeadline","permissionNotificationDescription","permissionNotificationAuthorize","maybeLater","platformHasBeenDisabled","question","quit","reactivatePlatform","refresh","refreshEnjoyLearning","refreshNotWorking","relatedSubjects","resumeLearning","retryChapter","retryLevel","scanQRCode","scorm","externalFinishCourse","seeClue","selectSomethingBelow","startDemo","startLearning","selectAnAnswer","signInDesktop","signInMobile","step","suggestion","suggestionWordings","typeHere","validate","version","video","videoLoadingError","unlockNextLevel","upgrade","upgradeDescription","winAdditionalStars","welcome","welcomeDescription","welcomeUser","wrongAnswer","yesNotifyMe","yourAnswer","yourAnswers"],"sources":["../../src/variables/default-mobile-translations.ts"],"sourcesContent":["type NotificationWording = {\n title: string;\n description: string;\n};\n\nexport type Translations = {\n accessTheLesson: string;\n appPodcast: {\n infoNewFeature: {\n title: string;\n message: string;\n cta: string;\n };\n podcast: string;\n podcasts: string;\n playlist: string;\n home: string;\n courseMode: string;\n allPlaylists: string;\n seeMore: string;\n podcastCoorpacademy: string;\n podcastCourseMode: string;\n podcastMode: string;\n switchText: string;\n switchCourseText: string;\n cancelSwitch: string;\n switchOk: string;\n seeLess: string;\n play: string;\n noResult: string;\n allEpisodes: string;\n seeAllEpisodes: string;\n addToFavorites: string;\n removeFromFavorites: string;\n shareEpisode: string;\n close: string;\n errorNetwork: string;\n bottomNavigation: {\n home: string;\n search: string;\n favorites: string;\n podcasts: string;\n };\n search: {\n byPlaylists: string;\n searchForPodcasts: string;\n searchTitle: string;\n searchText: string;\n searchSubText: string;\n };\n settings: {\n settings: string;\n wifi: string;\n high: string;\n medium: string;\n low: string;\n mobile: string;\n };\n favorites: {\n title: string;\n podcasts: string;\n addedToFavorites: string;\n removedFromFavorites: string;\n errorFavoriteAdd: string;\n errorFavorite: string;\n errorFavoriteRemove: string;\n };\n };\n appReview: {\n ariaLabel: string;\n presentation: {\n ariaLabel: string;\n title: string;\n text: string;\n button: string;\n labelList: {\n skills: {\n text: string;\n tooltip: string;\n };\n questions: {\n text: string;\n tooltip: string;\n };\n lifes: {\n text: string;\n tooltip: string;\n };\n allright: {\n text: string;\n tooltip: string;\n };\n };\n };\n listTitle: string;\n listAriaLabel: string;\n card: {\n ariaLabel: string;\n text: string;\n buttonText: string;\n };\n noSkills: {\n title: string;\n text: string;\n };\n };\n article: string;\n authenticationMagicLinkHeader: string;\n authenticationMagicLinkStepOneDescription: string;\n authenticationMagicLinkStepTwoDescription: string;\n authenticationMagicLinkStepThreeDescription: string;\n authenticationMagicLinkTitle: string;\n authenticationQRCodeHeader: string;\n authenticationQRCodeStepOneDescription: string;\n authenticationQRCodeStepTwoDescription: string;\n authenticationQRCodeStepThreeDescription: string;\n authenticationQRCodeTitle: string;\n authorizeNotifications: string;\n askForHelp: string;\n backToHome: string;\n bonus: string;\n cancel: string;\n clue: string;\n clueStarsToLoose: string;\n congratulations: string;\n connectionLost: string;\n connectionRestored: string;\n context: string;\n correction: string;\n dataLost: string;\n didYouKnowThat: string;\n finishCourse: string;\n finishCourseWordings: NotificationWording[];\n finishLearning: string;\n forYou: string;\n gameOver: string;\n getAnExtralife: string;\n goodAnswer: string;\n goodJob: string;\n goToQuestion: string;\n highscore: string;\n howToSignIn: string;\n iWantIt: string;\n keyPoint: string;\n lesson: string;\n logOut: string;\n needHelp: string;\n new: string;\n next: string;\n nextLevel: string;\n nextChapter: string;\n noResults: string;\n noResultsDescription: string;\n ok: string;\n ooops: string;\n open: string;\n openBrowser: string;\n openSettings: string;\n ouch: string;\n outOfLives: string;\n permission: string;\n permissionCamera: string;\n notifications: string;\n notificationSamples: NotificationWording[];\n permissionNotificationHeadline: string;\n permissionNotificationDescription: string;\n permissionNotificationAuthorize: string;\n currentlyDoingReminder: string;\n yesNotifyMe: string;\n maybeLater: string;\n platformHasBeenDisabled: string;\n podcast: string;\n question: string;\n quit: string;\n reactivatePlatform: string;\n refresh: string;\n refreshEnjoyLearning: string;\n refreshNotWorking: string;\n resumeLearning: string;\n retryLevel: string;\n retryChapter: string;\n relatedSubjects: string;\n scanQRCode: string;\n scorm: string;\n externalFinishCourse: string;\n search: string;\n seeClue: string;\n selectAnAnswer: string;\n selectSomethingBelow: string;\n settings: string;\n signInDesktop: string;\n signInMobile: string;\n startDemo: string;\n startLearning: string;\n step: string;\n suggestion: string;\n suggestionWordings: NotificationWording[];\n typeHere: string;\n unlockNextLevel: string;\n upgrade: string;\n upgradeDescription: string;\n validate: string;\n version: string;\n video: string;\n videoLoadingError: string;\n welcome: string;\n welcomeDescription: string;\n welcomeUser: string;\n winAdditionalStars: string;\n wrongAnswer: string;\n yourAnswer: string;\n yourAnswers: string;\n};\n\nconst defaultMobileTranslations: Translations = {\n accessTheLesson: 'Access the lesson',\n appPodcast: {\n podcast: 'Podcast',\n podcasts: 'Podcasts',\n playlist: 'Playlist',\n home: 'Home',\n courseMode: 'Course Mode',\n allPlaylists: 'All Playlists',\n seeMore: 'See more',\n podcastCoorpacademy: 'Coorpacademy',\n podcastCourseMode: 'Course mode',\n podcastMode: 'Podcast mode',\n switchText: 'Switching to Course mode will interrupt the listening.',\n switchCourseText: 'You are about to switch on Podcast mode',\n cancelSwitch: 'No, cancel',\n switchOk: 'Yes, switch',\n seeLess: 'See less',\n play: 'Play',\n noResult: 'No results!',\n allEpisodes: 'All episodes',\n seeAllEpisodes: 'See all episode',\n addToFavorites: 'Add to my favorites',\n removeFromFavorites: 'Remove from my favorites',\n shareEpisode: 'Share this episode',\n close: 'Close',\n errorNetwork: 'something went wrong',\n bottomNavigation: {\n home: 'Home',\n search: 'Search',\n favorites: 'Favorites',\n podcasts: 'podcasts'\n },\n search: {\n byPlaylists: 'By playlists',\n searchForPodcasts: 'Search for podcasts',\n searchTitle: 'Search',\n searchText: 'No results for',\n searchSubText: 'Please check the spelling or use other keywords'\n },\n settings: {\n settings: 'Settings',\n wifi: 'Wifi audio quality',\n high: 'High quality',\n medium: 'Medium quality',\n low: 'Low quality',\n mobile: 'Mobile audio quality'\n },\n favorites: {\n title: 'Favorites',\n podcasts: 'podcasts',\n addedToFavorites: 'Added to your favorites',\n removedFromFavorites: 'Removed from your favorites',\n errorFavoriteAdd: 'Could not add to your favorites. Please try again.',\n errorFavorite: 'There was an error',\n errorFavoriteRemove: 'Could not remove from your favorites. Please try again.'\n },\n infoNewFeature: {\n title: 'Introducing the new Podcast mode',\n message:\n 'Click on the button at the top of your app to discover a whole new audio experience',\n cta: 'Start learning'\n }\n },\n appReview: {\n ariaLabel: 'Review Skills Template',\n presentation: {\n ariaLabel: 'Review Presentation Container',\n title: 'What is<br/>Revision Mode ?',\n text: 'Information vanishes from your mind as soon as it enters it? It’s perfectly normal: there is no retention without repetition! To keep your knowledge in the long term, use the Revision Mode to refresh your memory!',\n button: '',\n labelList: {\n skills: {text: 'Choose 1 skill', tooltip: 'You can review one skill at a time.'},\n questions: {\n text: 'Answer 5 questions',\n tooltip: 'Answer the 5 questions correctly to validate your revision mode session.'\n },\n lifes: {\n text: 'You have infinite live',\n tooltip: 'You can answer as many times as you like to complete your session.'\n },\n allright: {\n text: 'Get it all right',\n tooltip: 'To validate your session, you must get a correct answer to each question.'\n }\n }\n },\n listTitle: 'Skills you can review',\n listAriaLabel: 'Review Skills Container',\n card: {\n ariaLabel: 'Skill Card',\n text: '{{total}} questions to review',\n buttonText: 'Review this skill'\n },\n noSkills: {\n title: 'You have no skill to revise yet',\n text: 'First you need to complete courses before you can review different skills.'\n }\n },\n article: 'Documents',\n authenticationMagicLinkHeader:\n 'Click on the link you received by email to connect to your platform',\n authenticationMagicLinkStepOneDescription:\n 'Go to your <b>professional mailbox</b> with this phone',\n authenticationMagicLinkStepTwoDescription:\n '<b>Open the email</b> with the invitation to download the Coorpacademy App',\n authenticationMagicLinkStepThreeDescription: 'Click on the button <b>\"Connect to the App\"</b>',\n authenticationMagicLinkTitle: 'Magic link',\n authenticationQRCodeHeader:\n \"Didn't receive an email? That's fine! We'll use a computer to verify your identity on the web platform\",\n authenticationQRCodeStepOneDescription:\n 'Connect to your learning platform <b>with a computer</b>',\n authenticationQRCodeStepTwoDescription:\n 'Go to <b>your Account</b> <br/>in the upper right-hand corner',\n authenticationQRCodeStepThreeDescription:\n '<b>Voilà!</b><br/>Scan your QR code using the button below',\n authenticationQRCodeTitle: 'QR Code',\n authorizeNotifications: 'Authorize notifications',\n askForHelp: 'Ask for help',\n backToHome: 'Back to home',\n bonus: 'Bonus!',\n cancel: 'Cancel',\n clue: 'Clue',\n clueStarsToLoose:\n 'Unlocking the clue reduces the stars you can gain on this question by {{count}} (if you get it right)',\n congratulations: 'Congratulations!',\n connectionLost: 'No Internet connection',\n connectionRestored: 'You are now connected to the Internet',\n context: 'Context',\n correction: 'Correction',\n currentlyDoingReminder: 'Currently doing reminder',\n dataLost: 'Your data seems to be lost',\n didYouKnowThat: 'Did you know that?',\n finishCourse: 'Finish Course',\n finishCourseWordings: [\n {\n title: \"Let's gets it done {{givenName}}! 🚀\",\n description: 'Complete this course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your mission, should you choose to accept it 😎',\n description: 'Finish your course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, I bet you can do it! 💪',\n description: 'Finish the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Ready to learn {{givenName}}? 💪',\n description: 'Let\\'s complete \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, you are close to complete your course 🙃',\n description: 'Let\\'s finish \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Do you accept the challenge {{givenName}}? 💪',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, your challenge of the day! 😉',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"{{givenName}}, it's time to learn! 😉\",\n description: 'Continue your course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'How about learning {{givenName}}? 🚀',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"Once it's done, it's done 🙃\",\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your course is almost completed! ✓',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, you are so close! 🙃',\n description: 'Just a few questions to complete \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Come on {{givenName}}, almost finished ☑',\n description: 'Complete your course: \\\\\"{{contentName}}\\\\\"'\n }\n ],\n finishLearning: 'Continue this one first',\n forYou: 'Our top picks for you',\n gameOver: 'Game over',\n getAnExtralife: 'Get an extra life by viewing the lesson',\n goodAnswer: 'Good answer',\n goodJob: 'Good job!',\n goToQuestion: 'Go to question',\n highscore: 'You have a new highscore<br><b>you just won {{score}} stars</b>',\n howToSignIn: 'Did you receive an email to download the app?',\n iWantIt: 'I want it !',\n keyPoint: 'Key point',\n lesson: 'Lesson',\n logOut: 'Log out',\n needHelp: 'Need help?',\n new: 'new',\n next: 'Next',\n nextChapter: 'Next chapter',\n nextLevel: 'Next level',\n noResults: 'No results',\n noResultsDescription: 'Your search did not have any results.<br/>Try searching other keywords.',\n notifications: 'Notifications',\n ok: 'OK',\n ooops: 'Ooops...',\n open: 'Open',\n openBrowser: 'Open <b>my mailbox</b>',\n openSettings: 'Open settings',\n ouch: 'Ouch...',\n outOfLives: 'You are out of lives!',\n notificationSamples: [\n {title: 'Challenge of the day 👊', description: 'Start the course<br><b>Online Customer</b>'}\n ],\n permission: 'Permission',\n permissionCamera:\n 'We need to access your camera in order to scan your QR code and authenticate you.',\n permissionNotificationHeadline: 'We help you stay motivated!',\n permissionNotificationDescription:\n 'Get notifications and stay on top of your goals. We promise not to blow up your phone a million times a day.',\n permissionNotificationAuthorize: 'Authorize notifications',\n maybeLater: 'Maybe later',\n platformHasBeenDisabled: 'The app has been disabled for your platform',\n podcast: 'Podcasts',\n question: 'Question',\n quit: 'Quit',\n reactivatePlatform:\n 'if you want to reactivate it, contact your manager or click on the link below and we will pass the message on',\n refresh: 'Refresh',\n refreshEnjoyLearning:\n 'in the network between Saturn and the Earth, please refresh in order to enjoy learning',\n refreshNotWorking: 'Refresh not working?',\n relatedSubjects: 'Recommended for you:',\n resumeLearning: 'Continue Learning',\n retryChapter: 'Retry chapter',\n retryLevel: 'Retry level',\n scanQRCode: 'Scan your <b>QR code</b>',\n scorm: 'Animated resources',\n externalFinishCourse: 'I have completed this course',\n search: 'Search',\n seeClue: 'See clue',\n selectSomethingBelow: 'Select something below',\n settings: 'Settings',\n startDemo: 'No account? <a href=\"/\"><b><u>Start trial!</u></b></a>',\n startLearning: 'You should start with this one',\n selectAnAnswer: 'Select an answer',\n signInDesktop: 'No',\n signInMobile: 'Yes',\n step: 'Step',\n suggestion: 'Course recommendations',\n suggestionWordings: [\n {\n title: '{{givenName}}, here is a course for you! 👀',\n description: 'Find out with this course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'In the mood for learning {{givenName}}? 🚀',\n description: 'Check out \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your mission, should you choose to accept it 😎',\n description: 'Check out \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, your challenge of the day awaits you! 😉',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, take on the challenge 💪',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, broaden your horizons!',\n description: 'Find out more about \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"{{givenName}}, it's time to learn! 😉\",\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"It's time to (re) launch {{givenName}} 🚀\",\n description: 'Start this course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, I bet you can do it! 💪',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n }\n ],\n typeHere: 'Type here',\n validate: 'Submit',\n version: 'Version',\n video: 'Videos',\n videoLoadingError: 'An error occurred while loading the video, please try again.',\n unlockNextLevel: 'You have just unlocked<br><b>{{levelName}} level</b>',\n upgrade: 'Upgrade',\n upgradeDescription:\n 'Your application has been updated! Please download the latest version to enjoy it.',\n winAdditionalStars:\n 'Win {{count}} additional stars in this chapter the first time you view a lesson!',\n welcome: 'Welcome',\n welcomeDescription: 'This app is linked to your account on your company’s Learning Platform.',\n welcomeUser: 'Welcome, {{displayname}}!',\n wrongAnswer: 'Wrong answer',\n yesNotifyMe: 'Yes, notify me',\n yourAnswer: 'Your answer:',\n yourAnswers: 'Your answers:'\n};\n\nexport default defaultMobileTranslations;\n"],"mappings":"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"}
|
package/es/variables/shadow.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shadow.d.ts","sourceRoot":"","sources":["../../src/variables/shadow.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"shadow.d.ts","sourceRoot":"","sources":["../../src/variables/shadow.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ,GAAG;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAC,CAAC;IAC9C,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,QAOvB,CAAC"}
|
package/es/variables/shadow.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shadow.js","names":["BOX_STYLE","shadowColor","shadowOpacity","shadowOffset","width","height","shadowRadius","elevation","backgroundColor"],"sources":["../../src/variables/shadow.ts"],"sourcesContent":["export type BoxStyle = {\n shadowColor: string;\n shadowOpacity: number;\n shadowOffset: {width: number; height: number};\n shadowRadius: number;\n elevation: number;\n backgroundColor: string;\n};\n\nexport const BOX_STYLE: BoxStyle = {\n shadowColor: '#14171A',\n shadowOpacity: 0.15,\n shadowOffset: {width: 0, height: 0},\n shadowRadius: 8,\n elevation: 4,\n backgroundColor: 'rgba(0,0,0,0.015)' // fix shadow not visible bug on android\n};\n"],"mappings":"AASA,OAAO,MAAMA,SAAmB,GAAG;EACjCC,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"shadow.js","names":["BOX_STYLE","shadowColor","shadowOpacity","shadowOffset","width","height","shadowRadius","elevation","backgroundColor"],"sources":["../../src/variables/shadow.ts"],"sourcesContent":["export type BoxStyle = {\n shadowColor: string;\n shadowOpacity: number;\n shadowOffset: {width: number; height: number};\n shadowRadius: number;\n elevation: number;\n backgroundColor: string;\n};\n\nexport const BOX_STYLE: BoxStyle = {\n shadowColor: '#14171A',\n shadowOpacity: 0.15,\n shadowOffset: {width: 0, height: 0},\n shadowRadius: 8,\n elevation: 4,\n backgroundColor: 'rgba(0,0,0,0.015)' // fix shadow not visible bug on android\n};\n"],"mappings":"AASA,OAAO,MAAMA,SAAmB,GAAG;EACjCC,WAAW,EAAE,SADoB;EAEjCC,aAAa,EAAE,IAFkB;EAGjCC,YAAY,EAAE;IAACC,KAAK,EAAE,CAAR;IAAWC,MAAM,EAAE;EAAnB,CAHmB;EAIjCC,YAAY,EAAE,CAJmB;EAKjCC,SAAS,EAAE,CALsB;EAMjCC,eAAe,EAAE,mBANgB,CAMI;;AANJ,CAA5B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TextStyle } from 'react-native';
|
|
2
|
-
export type SpaceType = 'micro' | 'tiny' | 'small' | 'base' | 'medium' | 'large' | 'xlarge';
|
|
2
|
+
export declare type SpaceType = 'micro' | 'tiny' | 'small' | 'base' | 'medium' | 'large' | 'xlarge';
|
|
3
3
|
export declare const HTML_ANCHOR_TEXT_COLOR = "#002BDB";
|
|
4
|
-
export type Colors = {
|
|
4
|
+
export declare type Colors = {
|
|
5
5
|
border: string;
|
|
6
6
|
gray: {
|
|
7
7
|
extra: string;
|
|
@@ -29,7 +29,7 @@ export type Colors = {
|
|
|
29
29
|
notification: string;
|
|
30
30
|
salmon: string;
|
|
31
31
|
};
|
|
32
|
-
export type Theme = {
|
|
32
|
+
export declare type Theme = {
|
|
33
33
|
colors: Colors;
|
|
34
34
|
spacing: {
|
|
35
35
|
micro: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.native.d.ts","sourceRoot":"","sources":["../../src/variables/theme.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAGvC,
|
|
1
|
+
{"version":3,"file":"theme.native.d.ts","sourceRoot":"","sources":["../../src/variables/theme.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAGvC,oBAAY,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;AAE5F,eAAO,MAAM,sBAAsB,YAAY,CAAC;AAEhD,oBAAY,MAAM,GAAG;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,WAAW,EAAE,MAAM,CAAC;QACpB,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,OAAO,EAAE;QACP,UAAU,EAAE,MAAM,CAAC;QACnB,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,IAAI,EAAE;QACJ,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,oBAAY,KAAK,GAAG;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,MAAM,EAAE;QACN,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,UAAU,EAAE;QACV,OAAO,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;QACjC,QAAQ,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;QAClC,IAAI,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;QAC9B,SAAS,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;KACpC,CAAC;IACF,QAAQ,EAAE;QACR,UAAU,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAClC,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC7B,MAAM,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC9B,OAAO,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC/B,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC7B,MAAM,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC9B,OAAO,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC/B,QAAQ,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;KACjC,CAAC;IACF,aAAa,EAAE;QACb,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;CACH,CAAC;AAEF,QAAA,MAAM,YAAY,EAAE,KAkEnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.native.js","names":["COLORS","HTML_ANCHOR_TEXT_COLOR","defaultTheme","colors","border","gray","extra","lighter","light","lightMedium","medium","dark","extraDark","text","primary","secondary","cta","negative","positive","white","black","battle","notification","salmon","podcast","background","cm_grey_800","spacing","micro","tiny","small","base","large","xlarge","radius","common","card","regular","search","button","thumbnail","fontWeight","semiBold","bold","extraBold","fontSize","extraSmall","xxlarge","xxxlarge","letterSpacing","header"],"sources":["../../src/variables/theme.native.ts"],"sourcesContent":["import {TextStyle} from 'react-native';\nimport {COLORS} from './colors';\n\nexport type SpaceType = 'micro' | 'tiny' | 'small' | 'base' | 'medium' | 'large' | 'xlarge';\n\nexport const HTML_ANCHOR_TEXT_COLOR = '#002BDB';\n\nexport type Colors = {\n border: string;\n gray: {\n extra: string;\n light: string;\n lighter: string;\n lightMedium: string;\n medium: string;\n dark: string;\n extraDark: string;\n };\n podcast: {\n background: string;\n primary: string;\n };\n text: {\n primary: string;\n secondary: string;\n };\n cta: string;\n negative: string;\n positive: string;\n white: string;\n black: string;\n battle: string;\n notification: string;\n salmon: string;\n};\n\nexport type Theme = {\n colors: Colors;\n spacing: {\n micro: number;\n tiny: number;\n small: number;\n base: number;\n medium: number;\n large: number;\n xlarge: number;\n };\n radius: {\n button: number;\n common: number;\n card: number;\n medium: number;\n regular: number;\n search: number;\n thumbnail: number;\n };\n fontWeight: {\n regular: TextStyle['fontWeight'];\n semiBold: TextStyle['fontWeight'];\n bold: TextStyle['fontWeight'];\n extraBold: TextStyle['fontWeight'];\n };\n fontSize: {\n extraSmall: TextStyle['fontSize'];\n small: TextStyle['fontSize'];\n medium: TextStyle['fontSize'];\n regular: TextStyle['fontSize'];\n large: TextStyle['fontSize'];\n xlarge: TextStyle['fontSize'];\n xxlarge: TextStyle['fontSize'];\n xxxlarge: TextStyle['fontSize'];\n };\n letterSpacing: {\n header: number;\n };\n};\n\nconst defaultTheme: Theme = {\n colors: {\n border: 'rgba(0, 0, 0, 0.1)',\n gray: {\n extra: '#FAFAFA',\n lighter: '#F4F4F5',\n light: '#ededed',\n lightMedium: '#CFD8DC',\n medium: '#90A4AE',\n dark: '#546E7A',\n extraDark: '#323232'\n },\n text: {\n primary: '#06265B',\n secondary: '#FFFFFF'\n },\n cta: '#0061FF',\n negative: COLORS.negative,\n positive: COLORS.positive,\n white: '#FFFFFF',\n black: '#14171A',\n battle: '#FFDE03',\n notification: '#FF7043',\n salmon: '#FDE2E5',\n podcast: {\n background: COLORS.cm_grey_800,\n primary: '#FF541F'\n }\n },\n spacing: {\n micro: 4,\n tiny: 8,\n small: 16,\n base: 24,\n medium: 32,\n large: 48,\n xlarge: 64\n },\n radius: {\n common: 3,\n card: 5,\n regular: 8,\n medium: 12,\n search: 24,\n button: 32,\n thumbnail: 1000\n },\n fontWeight: {\n regular: '400',\n semiBold: '500',\n bold: '700',\n extraBold: '900'\n },\n fontSize: {\n extraSmall: 10,\n small: 12,\n medium: 13,\n regular: 15,\n large: 17,\n xlarge: 22,\n xxlarge: 28,\n xxxlarge: 40\n },\n letterSpacing: {\n header: 5\n }\n};\n\nexport default defaultTheme;\n"],"mappings":"AACA,SAAQA,
|
|
1
|
+
{"version":3,"file":"theme.native.js","names":["COLORS","HTML_ANCHOR_TEXT_COLOR","defaultTheme","colors","border","gray","extra","lighter","light","lightMedium","medium","dark","extraDark","text","primary","secondary","cta","negative","positive","white","black","battle","notification","salmon","podcast","background","cm_grey_800","spacing","micro","tiny","small","base","large","xlarge","radius","common","card","regular","search","button","thumbnail","fontWeight","semiBold","bold","extraBold","fontSize","extraSmall","xxlarge","xxxlarge","letterSpacing","header"],"sources":["../../src/variables/theme.native.ts"],"sourcesContent":["import {TextStyle} from 'react-native';\nimport {COLORS} from './colors';\n\nexport type SpaceType = 'micro' | 'tiny' | 'small' | 'base' | 'medium' | 'large' | 'xlarge';\n\nexport const HTML_ANCHOR_TEXT_COLOR = '#002BDB';\n\nexport type Colors = {\n border: string;\n gray: {\n extra: string;\n light: string;\n lighter: string;\n lightMedium: string;\n medium: string;\n dark: string;\n extraDark: string;\n };\n podcast: {\n background: string;\n primary: string;\n };\n text: {\n primary: string;\n secondary: string;\n };\n cta: string;\n negative: string;\n positive: string;\n white: string;\n black: string;\n battle: string;\n notification: string;\n salmon: string;\n};\n\nexport type Theme = {\n colors: Colors;\n spacing: {\n micro: number;\n tiny: number;\n small: number;\n base: number;\n medium: number;\n large: number;\n xlarge: number;\n };\n radius: {\n button: number;\n common: number;\n card: number;\n medium: number;\n regular: number;\n search: number;\n thumbnail: number;\n };\n fontWeight: {\n regular: TextStyle['fontWeight'];\n semiBold: TextStyle['fontWeight'];\n bold: TextStyle['fontWeight'];\n extraBold: TextStyle['fontWeight'];\n };\n fontSize: {\n extraSmall: TextStyle['fontSize'];\n small: TextStyle['fontSize'];\n medium: TextStyle['fontSize'];\n regular: TextStyle['fontSize'];\n large: TextStyle['fontSize'];\n xlarge: TextStyle['fontSize'];\n xxlarge: TextStyle['fontSize'];\n xxxlarge: TextStyle['fontSize'];\n };\n letterSpacing: {\n header: number;\n };\n};\n\nconst defaultTheme: Theme = {\n colors: {\n border: 'rgba(0, 0, 0, 0.1)',\n gray: {\n extra: '#FAFAFA',\n lighter: '#F4F4F5',\n light: '#ededed',\n lightMedium: '#CFD8DC',\n medium: '#90A4AE',\n dark: '#546E7A',\n extraDark: '#323232'\n },\n text: {\n primary: '#06265B',\n secondary: '#FFFFFF'\n },\n cta: '#0061FF',\n negative: COLORS.negative,\n positive: COLORS.positive,\n white: '#FFFFFF',\n black: '#14171A',\n battle: '#FFDE03',\n notification: '#FF7043',\n salmon: '#FDE2E5',\n podcast: {\n background: COLORS.cm_grey_800,\n primary: '#FF541F'\n }\n },\n spacing: {\n micro: 4,\n tiny: 8,\n small: 16,\n base: 24,\n medium: 32,\n large: 48,\n xlarge: 64\n },\n radius: {\n common: 3,\n card: 5,\n regular: 8,\n medium: 12,\n search: 24,\n button: 32,\n thumbnail: 1000\n },\n fontWeight: {\n regular: '400',\n semiBold: '500',\n bold: '700',\n extraBold: '900'\n },\n fontSize: {\n extraSmall: 10,\n small: 12,\n medium: 13,\n regular: 15,\n large: 17,\n xlarge: 22,\n xxlarge: 28,\n xxxlarge: 40\n },\n letterSpacing: {\n header: 5\n }\n};\n\nexport default defaultTheme;\n"],"mappings":"AACA,SAAQA,MAAR,QAAqB,UAArB;AAIA,OAAO,MAAMC,sBAAsB,GAAG,SAA/B;AAwEP,MAAMC,YAAmB,GAAG;EAC1BC,MAAM,EAAE;IACNC,MAAM,EAAE,oBADF;IAENC,IAAI,EAAE;MACJC,KAAK,EAAE,SADH;MAEJC,OAAO,EAAE,SAFL;MAGJC,KAAK,EAAE,SAHH;MAIJC,WAAW,EAAE,SAJT;MAKJC,MAAM,EAAE,SALJ;MAMJC,IAAI,EAAE,SANF;MAOJC,SAAS,EAAE;IAPP,CAFA;IAWNC,IAAI,EAAE;MACJC,OAAO,EAAE,SADL;MAEJC,SAAS,EAAE;IAFP,CAXA;IAeNC,GAAG,EAAE,SAfC;IAgBNC,QAAQ,EAAEjB,MAAM,CAACiB,QAhBX;IAiBNC,QAAQ,EAAElB,MAAM,CAACkB,QAjBX;IAkBNC,KAAK,EAAE,SAlBD;IAmBNC,KAAK,EAAE,SAnBD;IAoBNC,MAAM,EAAE,SApBF;IAqBNC,YAAY,EAAE,SArBR;IAsBNC,MAAM,EAAE,SAtBF;IAuBNC,OAAO,EAAE;MACPC,UAAU,EAAEzB,MAAM,CAAC0B,WADZ;MAEPZ,OAAO,EAAE;IAFF;EAvBH,CADkB;EA6B1Ba,OAAO,EAAE;IACPC,KAAK,EAAE,CADA;IAEPC,IAAI,EAAE,CAFC;IAGPC,KAAK,EAAE,EAHA;IAIPC,IAAI,EAAE,EAJC;IAKPrB,MAAM,EAAE,EALD;IAMPsB,KAAK,EAAE,EANA;IAOPC,MAAM,EAAE;EAPD,CA7BiB;EAsC1BC,MAAM,EAAE;IACNC,MAAM,EAAE,CADF;IAENC,IAAI,EAAE,CAFA;IAGNC,OAAO,EAAE,CAHH;IAIN3B,MAAM,EAAE,EAJF;IAKN4B,MAAM,EAAE,EALF;IAMNC,MAAM,EAAE,EANF;IAONC,SAAS,EAAE;EAPL,CAtCkB;EA+C1BC,UAAU,EAAE;IACVJ,OAAO,EAAE,KADC;IAEVK,QAAQ,EAAE,KAFA;IAGVC,IAAI,EAAE,KAHI;IAIVC,SAAS,EAAE;EAJD,CA/Cc;EAqD1BC,QAAQ,EAAE;IACRC,UAAU,EAAE,EADJ;IAERhB,KAAK,EAAE,EAFC;IAGRpB,MAAM,EAAE,EAHA;IAIR2B,OAAO,EAAE,EAJD;IAKRL,KAAK,EAAE,EALC;IAMRC,MAAM,EAAE,EANA;IAORc,OAAO,EAAE,EAPD;IAQRC,QAAQ,EAAE;EARF,CArDgB;EA+D1BC,aAAa,EAAE;IACbC,MAAM,EAAE;EADK;AA/DW,CAA5B;AAoEA,eAAehD,YAAf"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export type VibrationType = 'selection' | 'impactLight' | 'impactMedium' | 'impactHeavy' | 'notificationSuccess' | 'notificationWarning' | 'notificationError';
|
|
1
|
+
export declare type VibrationType = 'selection' | 'impactLight' | 'impactMedium' | 'impactHeavy' | 'notificationSuccess' | 'notificationWarning' | 'notificationError';
|
|
2
2
|
export declare const VIBRATION_TYPE: {
|
|
3
3
|
[key in 'SELECTION' | 'IMPACT_LIGHT' | 'IMPACT_MEDIUM' | 'IMPACT_HEAVY' | 'NOTIFICATION_SUCCESS' | 'NOTIFICATION_WARNING' | 'NOTIFICATION_ERROR']?: VibrationType;
|
|
4
4
|
};
|
|
5
|
-
export type Vibration = {
|
|
5
|
+
export declare type Vibration = {
|
|
6
6
|
VIBRATION_TYPE: typeof VIBRATION_TYPE;
|
|
7
7
|
vibrate: (arg0: VibrationType | void) => void;
|
|
8
8
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vibration.d.ts","sourceRoot":"","sources":["../../src/variables/vibration.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"vibration.d.ts","sourceRoot":"","sources":["../../src/variables/vibration.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa,GACrB,WAAW,GACX,aAAa,GACb,cAAc,GACd,aAAa,GACb,qBAAqB,GACrB,qBAAqB,GACrB,mBAAmB,CAAC;AAExB,eAAO,MAAM,cAAc,EAAE;KAC1B,GAAG,IACA,WAAW,GACX,cAAc,GACd,eAAe,GACf,cAAc,GACd,sBAAsB,GACtB,sBAAsB,GACtB,oBAAoB,CAAC,CAAC,EAAE,aAAa;CAS1C,CAAC;AAEF,oBAAY,SAAS,GAAG;IACtB,cAAc,EAAE,OAAO,cAAc,CAAC;IACtC,OAAO,EAAE,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,KAAK,IAAI,CAAC;CAC/C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vibration.js","names":["VIBRATION_TYPE","SELECTION","IMPACT_LIGHT","IMPACT_MEDIUM","IMPACT_HEAVY","NOTIFICATION_SUCCESS","NOTIFICATION_WARNING","NOTIFICATION_ERROR"],"sources":["../../src/variables/vibration.ts"],"sourcesContent":["export type VibrationType =\n | 'selection'\n | 'impactLight'\n | 'impactMedium'\n | 'impactHeavy'\n | 'notificationSuccess'\n | 'notificationWarning'\n | 'notificationError';\n\nexport const VIBRATION_TYPE: {\n [key in\n | 'SELECTION'\n | 'IMPACT_LIGHT'\n | 'IMPACT_MEDIUM'\n | 'IMPACT_HEAVY'\n | 'NOTIFICATION_SUCCESS'\n | 'NOTIFICATION_WARNING'\n | 'NOTIFICATION_ERROR']?: VibrationType;\n} = {\n SELECTION: 'selection',\n IMPACT_LIGHT: 'impactLight',\n IMPACT_MEDIUM: 'impactMedium',\n IMPACT_HEAVY: 'impactHeavy',\n NOTIFICATION_SUCCESS: 'notificationSuccess',\n NOTIFICATION_WARNING: 'notificationWarning',\n NOTIFICATION_ERROR: 'notificationError'\n};\n\nexport type Vibration = {\n VIBRATION_TYPE: typeof VIBRATION_TYPE;\n vibrate: (arg0: VibrationType | void) => void;\n};\n"],"mappings":"AASA,OAAO,MAAMA,cASZ,GAAG;EACFC,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"vibration.js","names":["VIBRATION_TYPE","SELECTION","IMPACT_LIGHT","IMPACT_MEDIUM","IMPACT_HEAVY","NOTIFICATION_SUCCESS","NOTIFICATION_WARNING","NOTIFICATION_ERROR"],"sources":["../../src/variables/vibration.ts"],"sourcesContent":["export type VibrationType =\n | 'selection'\n | 'impactLight'\n | 'impactMedium'\n | 'impactHeavy'\n | 'notificationSuccess'\n | 'notificationWarning'\n | 'notificationError';\n\nexport const VIBRATION_TYPE: {\n [key in\n | 'SELECTION'\n | 'IMPACT_LIGHT'\n | 'IMPACT_MEDIUM'\n | 'IMPACT_HEAVY'\n | 'NOTIFICATION_SUCCESS'\n | 'NOTIFICATION_WARNING'\n | 'NOTIFICATION_ERROR']?: VibrationType;\n} = {\n SELECTION: 'selection',\n IMPACT_LIGHT: 'impactLight',\n IMPACT_MEDIUM: 'impactMedium',\n IMPACT_HEAVY: 'impactHeavy',\n NOTIFICATION_SUCCESS: 'notificationSuccess',\n NOTIFICATION_WARNING: 'notificationWarning',\n NOTIFICATION_ERROR: 'notificationError'\n};\n\nexport type Vibration = {\n VIBRATION_TYPE: typeof VIBRATION_TYPE;\n vibrate: (arg0: VibrationType | void) => void;\n};\n"],"mappings":"AASA,OAAO,MAAMA,cASZ,GAAG;EACFC,SAAS,EAAE,WADT;EAEFC,YAAY,EAAE,aAFZ;EAGFC,aAAa,EAAE,cAHb;EAIFC,YAAY,EAAE,aAJZ;EAKFC,oBAAoB,EAAE,qBALpB;EAMFC,oBAAoB,EAAE,qBANpB;EAOFC,kBAAkB,EAAE;AAPlB,CATG"}
|
|
@@ -2,18 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.default = void 0;
|
|
5
|
+
|
|
5
6
|
var _isNil2 = _interopRequireDefault(require("lodash/fp/isNil"));
|
|
7
|
+
|
|
6
8
|
var _noop2 = _interopRequireDefault(require("lodash/fp/noop"));
|
|
9
|
+
|
|
7
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
8
12
|
var _reactAutosuggest = _interopRequireDefault(require("react-autosuggest"));
|
|
13
|
+
|
|
9
14
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
15
|
+
|
|
10
16
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
17
|
+
|
|
11
18
|
var _getClassState = _interopRequireDefault(require("../../util/get-class-state"));
|
|
19
|
+
|
|
12
20
|
var _style = _interopRequireDefault(require("./style.css"));
|
|
21
|
+
|
|
13
22
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
23
|
+
|
|
14
24
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
25
|
+
|
|
15
26
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
27
|
+
|
|
16
28
|
const renderSuggestion = suggestion => /*#__PURE__*/_react.default.createElement("span", null, suggestion.name);
|
|
29
|
+
|
|
17
30
|
const Autocomplete = props => {
|
|
18
31
|
const {
|
|
19
32
|
placeholder = '',
|
|
@@ -69,6 +82,7 @@ const Autocomplete = props => {
|
|
|
69
82
|
className: _style.default.description
|
|
70
83
|
}, description));
|
|
71
84
|
};
|
|
85
|
+
|
|
72
86
|
Autocomplete.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
73
87
|
title: _propTypes.default.string,
|
|
74
88
|
placeholder: _propTypes.default.string,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["renderSuggestion","suggestion","name","Autocomplete","props","placeholder","value","description","required","modified","error","suggestions","onChange","onFetch","onClear","onBlur","onSuggestionSelected","title","propsTitle","className","getClassState","style","default","handleChange","useMemo","e","handleBlur","selectedSuggestion","handleSuggestionsFetchRequested","handleSuggestionsClearRequested","handleSuggestionsSelected","data","inputProps","classnames","isNoTitle","container","input","suggestionsContainer","suggestionsContainerOpen","suggestionsList","suggestionHighlighted","propTypes","PropTypes","string","bool","arrayOf","shape","oneOfType","number","func"],"sources":["../../../src/atom/autocomplete/index.js"],"sourcesContent":["import React, {useMemo} from 'react';\nimport Autosuggest from 'react-autosuggest';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {noop, isNil} from 'lodash/fp';\nimport getClassState from '../../util/get-class-state';\nimport style from './style.css';\n\nconst renderSuggestion = suggestion => <span>{suggestion.name}</span>;\n\nconst Autocomplete = props => {\n const {\n placeholder = '',\n value,\n description,\n required,\n modified = false,\n error = false,\n suggestions = [],\n onChange = noop,\n onFetch = noop,\n onClear = noop,\n onBlur = noop,\n onSuggestionSelected = noop,\n title: propsTitle\n } = props;\n\n const title = `${propsTitle}${required ? ' *' : ''}`;\n const className = getClassState(style.default, style.modified, style.error, modified, error);\n\n const handleChange = useMemo(() => e => onChange(e), [onChange]);\n const handleBlur = useMemo(\n () => (e, selectedSuggestion) => onBlur(e, selectedSuggestion),\n [onBlur]\n );\n const handleSuggestionsFetchRequested = useMemo(() => e => onFetch(e), [onFetch]);\n const handleSuggestionsClearRequested = useMemo(() => e => onClear(e), [onClear]);\n const handleSuggestionsSelected = useMemo(\n () => (e, data) => onSuggestionSelected(data),\n [onSuggestionSelected]\n );\n\n const inputProps = {\n placeholder,\n value,\n onChange: handleChange,\n onBlur: handleBlur\n };\n\n return (\n <div className={classnames(className, isNil(title) && style.isNoTitle)}>\n <label>\n <span className={style.title}>{title}</span>\n <div>\n <Autosuggest\n theme={{\n container: style.container,\n input: style.input,\n suggestionsContainer: style.suggestionsContainer,\n suggestionsContainerOpen: style.suggestionsContainerOpen,\n suggestionsList: style.suggestionsList,\n suggestion: style.suggestion,\n suggestionHighlighted: style.suggestionHighlighted\n }}\n suggestions={suggestions}\n onSuggestionsFetchRequested={handleSuggestionsFetchRequested}\n onSuggestionsClearRequested={handleSuggestionsClearRequested}\n getSuggestionValue={noop}\n renderSuggestion={renderSuggestion}\n inputProps={inputProps}\n focusInputOnSuggestionClick={false}\n onSuggestionSelected={handleSuggestionsSelected}\n />\n </div>\n </label>\n <div className={style.description}>{description}</div>\n </div>\n );\n};\n\nAutocomplete.propTypes = {\n title: PropTypes.string,\n placeholder: PropTypes.string,\n value: PropTypes.string,\n description: PropTypes.string,\n required: PropTypes.bool,\n modified: PropTypes.bool,\n error: PropTypes.bool,\n suggestions: PropTypes.arrayOf(\n PropTypes.shape({\n name: PropTypes.string,\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number])\n })\n ),\n onChange: PropTypes.func,\n onFetch: PropTypes.func,\n onClear: PropTypes.func,\n onBlur: PropTypes.func,\n onSuggestionSelected: PropTypes.func\n};\n\nexport default Autocomplete;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","names":["renderSuggestion","suggestion","name","Autocomplete","props","placeholder","value","description","required","modified","error","suggestions","onChange","onFetch","onClear","onBlur","onSuggestionSelected","title","propsTitle","className","getClassState","style","default","handleChange","useMemo","e","handleBlur","selectedSuggestion","handleSuggestionsFetchRequested","handleSuggestionsClearRequested","handleSuggestionsSelected","data","inputProps","classnames","isNoTitle","container","input","suggestionsContainer","suggestionsContainerOpen","suggestionsList","suggestionHighlighted","propTypes","PropTypes","string","bool","arrayOf","shape","oneOfType","number","func"],"sources":["../../../src/atom/autocomplete/index.js"],"sourcesContent":["import React, {useMemo} from 'react';\nimport Autosuggest from 'react-autosuggest';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {noop, isNil} from 'lodash/fp';\nimport getClassState from '../../util/get-class-state';\nimport style from './style.css';\n\nconst renderSuggestion = suggestion => <span>{suggestion.name}</span>;\n\nconst Autocomplete = props => {\n const {\n placeholder = '',\n value,\n description,\n required,\n modified = false,\n error = false,\n suggestions = [],\n onChange = noop,\n onFetch = noop,\n onClear = noop,\n onBlur = noop,\n onSuggestionSelected = noop,\n title: propsTitle\n } = props;\n\n const title = `${propsTitle}${required ? ' *' : ''}`;\n const className = getClassState(style.default, style.modified, style.error, modified, error);\n\n const handleChange = useMemo(() => e => onChange(e), [onChange]);\n const handleBlur = useMemo(\n () => (e, selectedSuggestion) => onBlur(e, selectedSuggestion),\n [onBlur]\n );\n const handleSuggestionsFetchRequested = useMemo(() => e => onFetch(e), [onFetch]);\n const handleSuggestionsClearRequested = useMemo(() => e => onClear(e), [onClear]);\n const handleSuggestionsSelected = useMemo(\n () => (e, data) => onSuggestionSelected(data),\n [onSuggestionSelected]\n );\n\n const inputProps = {\n placeholder,\n value,\n onChange: handleChange,\n onBlur: handleBlur\n };\n\n return (\n <div className={classnames(className, isNil(title) && style.isNoTitle)}>\n <label>\n <span className={style.title}>{title}</span>\n <div>\n <Autosuggest\n theme={{\n container: style.container,\n input: style.input,\n suggestionsContainer: style.suggestionsContainer,\n suggestionsContainerOpen: style.suggestionsContainerOpen,\n suggestionsList: style.suggestionsList,\n suggestion: style.suggestion,\n suggestionHighlighted: style.suggestionHighlighted\n }}\n suggestions={suggestions}\n onSuggestionsFetchRequested={handleSuggestionsFetchRequested}\n onSuggestionsClearRequested={handleSuggestionsClearRequested}\n getSuggestionValue={noop}\n renderSuggestion={renderSuggestion}\n inputProps={inputProps}\n focusInputOnSuggestionClick={false}\n onSuggestionSelected={handleSuggestionsSelected}\n />\n </div>\n </label>\n <div className={style.description}>{description}</div>\n </div>\n );\n};\n\nAutocomplete.propTypes = {\n title: PropTypes.string,\n placeholder: PropTypes.string,\n value: PropTypes.string,\n description: PropTypes.string,\n required: PropTypes.bool,\n modified: PropTypes.bool,\n error: PropTypes.bool,\n suggestions: PropTypes.arrayOf(\n PropTypes.shape({\n name: PropTypes.string,\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number])\n })\n ),\n onChange: PropTypes.func,\n onFetch: PropTypes.func,\n onClear: PropTypes.func,\n onBlur: PropTypes.func,\n onSuggestionSelected: PropTypes.func\n};\n\nexport default Autocomplete;\n"],"mappings":"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"}
|
package/lib/atom/avatar/index.js
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.default = void 0;
|
|
5
|
+
|
|
5
6
|
var _react = _interopRequireDefault(require("react"));
|
|
7
|
+
|
|
6
8
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
|
+
|
|
7
10
|
var _novaIcons = require("@coorpacademy/nova-icons");
|
|
11
|
+
|
|
8
12
|
var _style = _interopRequireDefault(require("./style.css"));
|
|
13
|
+
|
|
9
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
+
|
|
10
16
|
const Avatar = ({
|
|
11
17
|
url
|
|
12
18
|
}) => {
|
|
@@ -26,6 +32,7 @@ const Avatar = ({
|
|
|
26
32
|
className: _style.default.icon
|
|
27
33
|
})));
|
|
28
34
|
};
|
|
35
|
+
|
|
29
36
|
Avatar.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
30
37
|
url: _propTypes.default.string.isRequired
|
|
31
38
|
} : {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["Avatar","url","style","container","circle","avatar","avatarImg","iconBubble","icon","propTypes","PropTypes","string","isRequired"],"sources":["../../../src/atom/avatar/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {NovaCompositionCoorpacademyBolt as BoltIcon} from '@coorpacademy/nova-icons';\nimport style from './style.css';\n\nconst Avatar = ({url}) => {\n return (\n <div className={style.container}>\n <div className={style.circle}>\n <div className={style.avatar}>\n <img className={style.avatarImg} src={url} />\n </div>\n </div>\n <div className={style.iconBubble}>\n <BoltIcon color=\"#fff\" className={style.icon} />\n </div>\n </div>\n );\n};\n\nAvatar.propTypes = {\n url: PropTypes.string.isRequired\n};\n\nexport default Avatar;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","names":["Avatar","url","style","container","circle","avatar","avatarImg","iconBubble","icon","propTypes","PropTypes","string","isRequired"],"sources":["../../../src/atom/avatar/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {NovaCompositionCoorpacademyBolt as BoltIcon} from '@coorpacademy/nova-icons';\nimport style from './style.css';\n\nconst Avatar = ({url}) => {\n return (\n <div className={style.container}>\n <div className={style.circle}>\n <div className={style.avatar}>\n <img className={style.avatarImg} src={url} />\n </div>\n </div>\n <div className={style.iconBubble}>\n <BoltIcon color=\"#fff\" className={style.icon} />\n </div>\n </div>\n );\n};\n\nAvatar.propTypes = {\n url: PropTypes.string.isRequired\n};\n\nexport default Avatar;\n"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;;;AAEA,MAAMA,MAAM,GAAG,CAAC;EAACC;AAAD,CAAD,KAAW;EACxB,oBACE;IAAK,SAAS,EAAEC,cAAA,CAAMC;EAAtB,gBACE;IAAK,SAAS,EAAED,cAAA,CAAME;EAAtB,gBACE;IAAK,SAAS,EAAEF,cAAA,CAAMG;EAAtB,gBACE;IAAK,SAAS,EAAEH,cAAA,CAAMI,SAAtB;IAAiC,GAAG,EAAEL;EAAtC,EADF,CADF,CADF,eAME;IAAK,SAAS,EAAEC,cAAA,CAAMK;EAAtB,gBACE,6BAAC,0CAAD;IAAU,KAAK,EAAC,MAAhB;IAAuB,SAAS,EAAEL,cAAA,CAAMM;EAAxC,EADF,CANF,CADF;AAYD,CAbD;;AAeAR,MAAM,CAACS,SAAP,2CAAmB;EACjBR,GAAG,EAAES,kBAAA,CAAUC,MAAV,CAAiBC;AADL,CAAnB;eAIeZ,M"}
|
package/lib/atom/button/index.js
CHANGED
|
@@ -2,14 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.default = void 0;
|
|
5
|
+
|
|
5
6
|
var _react = _interopRequireDefault(require("react"));
|
|
7
|
+
|
|
6
8
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
|
+
|
|
7
10
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
+
|
|
8
12
|
var _proptypes = require("../../util/proptypes");
|
|
13
|
+
|
|
9
14
|
var _link = _interopRequireDefault(require("../link"));
|
|
15
|
+
|
|
10
16
|
var _style = _interopRequireDefault(require("./style.css"));
|
|
17
|
+
|
|
11
18
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
19
|
+
|
|
12
20
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
21
|
+
|
|
13
22
|
const ButtonContent = props => {
|
|
14
23
|
const {
|
|
15
24
|
color,
|
|
@@ -29,6 +38,7 @@ const ButtonContent = props => {
|
|
|
29
38
|
const anchorOnClick = disabled && null || onClick;
|
|
30
39
|
const anchorHref = disabled && null || href;
|
|
31
40
|
const inputClassName = disabled && `${className} ${_style.default.buttonDisabled}` || className;
|
|
41
|
+
|
|
32
42
|
switch (type) {
|
|
33
43
|
case 'link':
|
|
34
44
|
return /*#__PURE__*/_react.default.createElement(_link.default, {
|
|
@@ -40,6 +50,7 @@ const ButtonContent = props => {
|
|
|
40
50
|
className: anchorClassName,
|
|
41
51
|
style: style
|
|
42
52
|
}, submitValue || children || 'submit');
|
|
53
|
+
|
|
43
54
|
case 'a':
|
|
44
55
|
return /*#__PURE__*/_react.default.createElement("a", {
|
|
45
56
|
"data-name": dataName,
|
|
@@ -49,6 +60,7 @@ const ButtonContent = props => {
|
|
|
49
60
|
onClick: anchorOnClick,
|
|
50
61
|
style: style
|
|
51
62
|
}, submitValue || children);
|
|
63
|
+
|
|
52
64
|
default:
|
|
53
65
|
return /*#__PURE__*/_react.default.createElement("input", {
|
|
54
66
|
"data-name": dataName,
|
|
@@ -63,6 +75,7 @@ const ButtonContent = props => {
|
|
|
63
75
|
});
|
|
64
76
|
}
|
|
65
77
|
};
|
|
78
|
+
|
|
66
79
|
ButtonContent.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
67
80
|
color: _proptypes.ColorPropType,
|
|
68
81
|
submitValue: _propTypes.default.string,
|
|
@@ -77,6 +90,7 @@ ButtonContent.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
77
90
|
style: _propTypes.default.shape({}),
|
|
78
91
|
'data-name': _propTypes.default.string
|
|
79
92
|
} : {};
|
|
93
|
+
|
|
80
94
|
const Button = props => {
|
|
81
95
|
const {
|
|
82
96
|
className,
|
|
@@ -95,6 +109,7 @@ const Button = props => {
|
|
|
95
109
|
style: _extends({}, style)
|
|
96
110
|
}), children));
|
|
97
111
|
};
|
|
112
|
+
|
|
98
113
|
Button.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
99
114
|
color: _proptypes.ColorPropType,
|
|
100
115
|
submitValue: _propTypes.default.string,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["ButtonContent","props","color","submitValue","disabled","download","href","target","onClick","className","cssStyle","button","children","type","style","dataName","anchorClassName","disabledAnchor","anchorOnClick","anchorHref","inputClassName","buttonDisabled","propTypes","ColorPropType","PropTypes","string","bool","oneOf","func","node","shape","Button","buttonContentClassName","isLinkDisabled","cNames","classnames","buttonContent"],"sources":["../../../src/atom/button/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {ColorPropType} from '../../util/proptypes';\nimport Link from '../link';\nimport cssStyle from './style.css';\n\nconst ButtonContent = props => {\n const {\n color,\n submitValue,\n disabled,\n download,\n href,\n target,\n onClick,\n className = cssStyle.button,\n children,\n type,\n style,\n 'data-name': dataName\n } = props;\n const anchorClassName = (disabled && `${className} ${cssStyle.disabledAnchor}`) || className;\n const anchorOnClick = (disabled && null) || onClick;\n const anchorHref = (disabled && null) || href;\n const inputClassName = (disabled && `${className} ${cssStyle.buttonDisabled}`) || className;\n\n switch (type) {\n case 'link':\n return (\n <Link\n data-name={dataName}\n href={anchorHref}\n download={download}\n onClick={anchorOnClick}\n target={target}\n className={anchorClassName}\n style={style}\n >\n {submitValue || children || 'submit'}\n </Link>\n );\n\n case 'a':\n return (\n <a\n data-name={dataName}\n href={anchorHref}\n target={target}\n className={anchorClassName}\n onClick={anchorOnClick}\n style={style}\n >\n {submitValue || children}\n </a>\n );\n\n default:\n return (\n <input\n data-name={dataName}\n type={type}\n value={submitValue}\n disabled={disabled}\n onClick={onClick}\n className={inputClassName}\n style={{\n color,\n ...style\n }}\n />\n );\n }\n};\n\nButtonContent.propTypes = {\n color: ColorPropType,\n submitValue: PropTypes.string,\n disabled: PropTypes.bool,\n href: PropTypes.string,\n download: PropTypes.bool,\n target: PropTypes.oneOf(['_self', '_blank', '_parent', '_top']),\n type: PropTypes.string,\n onClick: PropTypes.func,\n children: PropTypes.node,\n className: PropTypes.string,\n style: PropTypes.shape({}),\n 'data-name': PropTypes.string\n};\n\nconst Button = props => {\n const {\n className,\n buttonContentClassName,\n isLinkDisabled,\n type = 'submit',\n children,\n style\n } = props;\n const cNames =\n (isLinkDisabled && classnames([cssStyle.disabledAnchor, className])) ||\n classnames([cssStyle.button, className]);\n return (\n <div className={cNames}>\n <ButtonContent\n {...props}\n type={type}\n className={buttonContentClassName ? buttonContentClassName : cssStyle.buttonContent}\n style={{\n ...style\n }}\n >\n {children}\n </ButtonContent>\n </div>\n );\n};\n\nButton.propTypes = {\n color: ColorPropType,\n submitValue: PropTypes.string,\n disabled: PropTypes.bool,\n isLinkDisabled: PropTypes.bool,\n href: PropTypes.string,\n download: PropTypes.bool,\n target: PropTypes.oneOf(['_self', '_blank', '_parent', '_top']),\n type: PropTypes.string,\n onClick: PropTypes.func,\n children: PropTypes.node,\n className: PropTypes.string,\n buttonContentClassName: PropTypes.string,\n style: PropTypes.shape({}),\n 'data-name': PropTypes.string\n};\n\nexport default Button;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","names":["ButtonContent","props","color","submitValue","disabled","download","href","target","onClick","className","cssStyle","button","children","type","style","dataName","anchorClassName","disabledAnchor","anchorOnClick","anchorHref","inputClassName","buttonDisabled","propTypes","ColorPropType","PropTypes","string","bool","oneOf","func","node","shape","Button","buttonContentClassName","isLinkDisabled","cNames","classnames","buttonContent"],"sources":["../../../src/atom/button/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {ColorPropType} from '../../util/proptypes';\nimport Link from '../link';\nimport cssStyle from './style.css';\n\nconst ButtonContent = props => {\n const {\n color,\n submitValue,\n disabled,\n download,\n href,\n target,\n onClick,\n className = cssStyle.button,\n children,\n type,\n style,\n 'data-name': dataName\n } = props;\n const anchorClassName = (disabled && `${className} ${cssStyle.disabledAnchor}`) || className;\n const anchorOnClick = (disabled && null) || onClick;\n const anchorHref = (disabled && null) || href;\n const inputClassName = (disabled && `${className} ${cssStyle.buttonDisabled}`) || className;\n\n switch (type) {\n case 'link':\n return (\n <Link\n data-name={dataName}\n href={anchorHref}\n download={download}\n onClick={anchorOnClick}\n target={target}\n className={anchorClassName}\n style={style}\n >\n {submitValue || children || 'submit'}\n </Link>\n );\n\n case 'a':\n return (\n <a\n data-name={dataName}\n href={anchorHref}\n target={target}\n className={anchorClassName}\n onClick={anchorOnClick}\n style={style}\n >\n {submitValue || children}\n </a>\n );\n\n default:\n return (\n <input\n data-name={dataName}\n type={type}\n value={submitValue}\n disabled={disabled}\n onClick={onClick}\n className={inputClassName}\n style={{\n color,\n ...style\n }}\n />\n );\n }\n};\n\nButtonContent.propTypes = {\n color: ColorPropType,\n submitValue: PropTypes.string,\n disabled: PropTypes.bool,\n href: PropTypes.string,\n download: PropTypes.bool,\n target: PropTypes.oneOf(['_self', '_blank', '_parent', '_top']),\n type: PropTypes.string,\n onClick: PropTypes.func,\n children: PropTypes.node,\n className: PropTypes.string,\n style: PropTypes.shape({}),\n 'data-name': PropTypes.string\n};\n\nconst Button = props => {\n const {\n className,\n buttonContentClassName,\n isLinkDisabled,\n type = 'submit',\n children,\n style\n } = props;\n const cNames =\n (isLinkDisabled && classnames([cssStyle.disabledAnchor, className])) ||\n classnames([cssStyle.button, className]);\n return (\n <div className={cNames}>\n <ButtonContent\n {...props}\n type={type}\n className={buttonContentClassName ? buttonContentClassName : cssStyle.buttonContent}\n style={{\n ...style\n }}\n >\n {children}\n </ButtonContent>\n </div>\n );\n};\n\nButton.propTypes = {\n color: ColorPropType,\n submitValue: PropTypes.string,\n disabled: PropTypes.bool,\n isLinkDisabled: PropTypes.bool,\n href: PropTypes.string,\n download: PropTypes.bool,\n target: PropTypes.oneOf(['_self', '_blank', '_parent', '_top']),\n type: PropTypes.string,\n onClick: PropTypes.func,\n children: PropTypes.node,\n className: PropTypes.string,\n buttonContentClassName: PropTypes.string,\n style: PropTypes.shape({}),\n 'data-name': PropTypes.string\n};\n\nexport default Button;\n"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;AAEA,MAAMA,aAAa,GAAGC,KAAK,IAAI;EAC7B,MAAM;IACJC,KADI;IAEJC,WAFI;IAGJC,QAHI;IAIJC,QAJI;IAKJC,IALI;IAMJC,MANI;IAOJC,OAPI;IAQJC,SAAS,GAAGC,cAAA,CAASC,MARjB;IASJC,QATI;IAUJC,IAVI;IAWJC,KAXI;IAYJ,aAAaC;EAZT,IAaFd,KAbJ;EAcA,MAAMe,eAAe,GAAIZ,QAAQ,IAAK,GAAEK,SAAU,IAAGC,cAAA,CAASO,cAAe,EAArD,IAA2DR,SAAnF;EACA,MAAMS,aAAa,GAAId,QAAQ,IAAI,IAAb,IAAsBI,OAA5C;EACA,MAAMW,UAAU,GAAIf,QAAQ,IAAI,IAAb,IAAsBE,IAAzC;EACA,MAAMc,cAAc,GAAIhB,QAAQ,IAAK,GAAEK,SAAU,IAAGC,cAAA,CAASW,cAAe,EAArD,IAA2DZ,SAAlF;;EAEA,QAAQI,IAAR;IACE,KAAK,MAAL;MACE,oBACE,6BAAC,aAAD;QACE,aAAWE,QADb;QAEE,IAAI,EAAEI,UAFR;QAGE,QAAQ,EAAEd,QAHZ;QAIE,OAAO,EAAEa,aAJX;QAKE,MAAM,EAAEX,MALV;QAME,SAAS,EAAES,eANb;QAOE,KAAK,EAAEF;MAPT,GASGX,WAAW,IAAIS,QAAf,IAA2B,QAT9B,CADF;;IAcF,KAAK,GAAL;MACE,oBACE;QACE,aAAWG,QADb;QAEE,IAAI,EAAEI,UAFR;QAGE,MAAM,EAAEZ,MAHV;QAIE,SAAS,EAAES,eAJb;QAKE,OAAO,EAAEE,aALX;QAME,KAAK,EAAEJ;MANT,GAQGX,WAAW,IAAIS,QARlB,CADF;;IAaF;MACE,oBACE;QACE,aAAWG,QADb;QAEE,IAAI,EAAEF,IAFR;QAGE,KAAK,EAAEV,WAHT;QAIE,QAAQ,EAAEC,QAJZ;QAKE,OAAO,EAAEI,OALX;QAME,SAAS,EAAEY,cANb;QAOE,KAAK;UACHlB;QADG,GAEAY,KAFA;MAPP,EADF;EA/BJ;AA8CD,CAlED;;AAoEAd,aAAa,CAACsB,SAAd,2CAA0B;EACxBpB,KAAK,EAAEqB,wBADiB;EAExBpB,WAAW,EAAEqB,kBAAA,CAAUC,MAFC;EAGxBrB,QAAQ,EAAEoB,kBAAA,CAAUE,IAHI;EAIxBpB,IAAI,EAAEkB,kBAAA,CAAUC,MAJQ;EAKxBpB,QAAQ,EAAEmB,kBAAA,CAAUE,IALI;EAMxBnB,MAAM,EAAEiB,kBAAA,CAAUG,KAAV,CAAgB,CAAC,OAAD,EAAU,QAAV,EAAoB,SAApB,EAA+B,MAA/B,CAAhB,CANgB;EAOxBd,IAAI,EAAEW,kBAAA,CAAUC,MAPQ;EAQxBjB,OAAO,EAAEgB,kBAAA,CAAUI,IARK;EASxBhB,QAAQ,EAAEY,kBAAA,CAAUK,IATI;EAUxBpB,SAAS,EAAEe,kBAAA,CAAUC,MAVG;EAWxBX,KAAK,EAAEU,kBAAA,CAAUM,KAAV,CAAgB,EAAhB,CAXiB;EAYxB,aAAaN,kBAAA,CAAUC;AAZC,CAA1B;;AAeA,MAAMM,MAAM,GAAG9B,KAAK,IAAI;EACtB,MAAM;IACJQ,SADI;IAEJuB,sBAFI;IAGJC,cAHI;IAIJpB,IAAI,GAAG,QAJH;IAKJD,QALI;IAMJE;EANI,IAOFb,KAPJ;EAQA,MAAMiC,MAAM,GACTD,cAAc,IAAI,IAAAE,mBAAA,EAAW,CAACzB,cAAA,CAASO,cAAV,EAA0BR,SAA1B,CAAX,CAAnB,IACA,IAAA0B,mBAAA,EAAW,CAACzB,cAAA,CAASC,MAAV,EAAkBF,SAAlB,CAAX,CAFF;EAGA,oBACE;IAAK,SAAS,EAAEyB;EAAhB,gBACE,6BAAC,aAAD,eACMjC,KADN;IAEE,IAAI,EAAEY,IAFR;IAGE,SAAS,EAAEmB,sBAAsB,GAAGA,sBAAH,GAA4BtB,cAAA,CAAS0B,aAHxE;IAIE,KAAK,eACAtB,KADA;EAJP,IAQGF,QARH,CADF,CADF;AAcD,CA1BD;;AA4BAmB,MAAM,CAACT,SAAP,2CAAmB;EACjBpB,KAAK,EAAEqB,wBADU;EAEjBpB,WAAW,EAAEqB,kBAAA,CAAUC,MAFN;EAGjBrB,QAAQ,EAAEoB,kBAAA,CAAUE,IAHH;EAIjBO,cAAc,EAAET,kBAAA,CAAUE,IAJT;EAKjBpB,IAAI,EAAEkB,kBAAA,CAAUC,MALC;EAMjBpB,QAAQ,EAAEmB,kBAAA,CAAUE,IANH;EAOjBnB,MAAM,EAAEiB,kBAAA,CAAUG,KAAV,CAAgB,CAAC,OAAD,EAAU,QAAV,EAAoB,SAApB,EAA+B,MAA/B,CAAhB,CAPS;EAQjBd,IAAI,EAAEW,kBAAA,CAAUC,MARC;EASjBjB,OAAO,EAAEgB,kBAAA,CAAUI,IATF;EAUjBhB,QAAQ,EAAEY,kBAAA,CAAUK,IAVH;EAWjBpB,SAAS,EAAEe,kBAAA,CAAUC,MAXJ;EAYjBO,sBAAsB,EAAER,kBAAA,CAAUC,MAZjB;EAajBX,KAAK,EAAEU,kBAAA,CAAUM,KAAV,CAAgB,EAAhB,CAbU;EAcjB,aAAaN,kBAAA,CAAUC;AAdN,CAAnB;eAiBeM,M"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/atom/button/index.native.tsx"],"names":[],"mappings":";AACA,OAAO,EAAa,SAAS,EAAE,SAAS,EAAC,MAAM,cAAc,CAAC;AA8B9D,
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/atom/button/index.native.tsx"],"names":[],"mappings":";AACA,OAAO,EAAa,SAAS,EAAE,SAAS,EAAC,MAAM,cAAc,CAAC;AA8B9D,aAAK,WAAW,GAAG;IACjB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,MAAM,UAAW,WAAW,uBAuBjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -2,14 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.default = void 0;
|
|
5
|
+
|
|
5
6
|
var _react = _interopRequireWildcard(require("react"));
|
|
7
|
+
|
|
6
8
|
var _reactNative = require("react-native");
|
|
9
|
+
|
|
7
10
|
var _index = _interopRequireDefault(require("../text/index.native"));
|
|
11
|
+
|
|
8
12
|
var _templateContext = require("../../template/app-review/template-context");
|
|
13
|
+
|
|
9
14
|
var _index2 = _interopRequireDefault(require("../../hoc/touchable/index.native"));
|
|
15
|
+
|
|
10
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
|
+
|
|
11
18
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
+
|
|
12
20
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
|
+
|
|
13
22
|
const createStyle = (theme, brandTheme) => _reactNative.StyleSheet.create({
|
|
14
23
|
wrapper: {
|
|
15
24
|
backgroundColor: brandTheme?.colors?.primary || theme.colors.text.primary,
|
|
@@ -26,6 +35,7 @@ const createStyle = (theme, brandTheme) => _reactNative.StyleSheet.create({
|
|
|
26
35
|
textAlign: 'center'
|
|
27
36
|
}
|
|
28
37
|
});
|
|
38
|
+
|
|
29
39
|
const Button = props => {
|
|
30
40
|
const {
|
|
31
41
|
accessibilityLabel,
|
|
@@ -43,6 +53,7 @@ const Button = props => {
|
|
|
43
53
|
const [styleSheet, setStylesheet] = (0, _react.useState)();
|
|
44
54
|
(0, _react.useEffect)(() => {
|
|
45
55
|
const _style = createStyle(theme, brandTheme);
|
|
56
|
+
|
|
46
57
|
setStylesheet(_style);
|
|
47
58
|
}, [theme, brandTheme]);
|
|
48
59
|
if (!styleSheet) return null;
|
|
@@ -56,6 +67,7 @@ const Button = props => {
|
|
|
56
67
|
style: [styleSheet.text, textStyle]
|
|
57
68
|
}, submitValue));
|
|
58
69
|
};
|
|
70
|
+
|
|
59
71
|
var _default = Button;
|
|
60
72
|
exports.default = _default;
|
|
61
73
|
//# sourceMappingURL=index.native.js.map
|