@coorpacademy/components 10.24.3 → 10.24.4
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/button-link/index.d.ts +25 -0
- package/es/atom/button-link/index.d.ts.map +1 -0
- package/es/atom/button-link-icon-only/index.d.ts +20 -0
- package/es/atom/button-link-icon-only/index.d.ts.map +1 -0
- package/es/atom/choice/index.native.d.ts +17 -0
- package/es/atom/choice/index.native.d.ts.map +1 -0
- package/es/atom/choice/test/fixtures/default.d.ts +7 -0
- package/es/atom/choice/test/fixtures/default.d.ts.map +1 -0
- package/es/atom/choice/test/fixtures/disabled.d.ts +7 -0
- package/es/atom/choice/test/fixtures/disabled.d.ts.map +1 -0
- package/es/atom/choice/test/fixtures/selected.d.ts +7 -0
- package/es/atom/choice/test/fixtures/selected.d.ts.map +1 -0
- package/es/atom/choice/test/fixtures/squeezed.d.ts +7 -0
- package/es/atom/choice/test/fixtures/squeezed.d.ts.map +1 -0
- package/es/atom/choice/test/fixtures/with-html-content.d.ts +7 -0
- package/es/atom/choice/test/fixtures/with-html-content.d.ts.map +1 -0
- package/es/atom/choice/test/fixtures/with-image.d.ts +7 -0
- package/es/atom/choice/test/fixtures/with-image.d.ts.map +1 -0
- package/es/atom/gradient/index.native.d.ts +14 -0
- package/es/atom/gradient/index.native.d.ts.map +1 -0
- package/es/atom/gradient/test/fixtures/default.d.ts +7 -0
- package/es/atom/gradient/test/fixtures/default.d.ts.map +1 -0
- package/es/atom/gradient/test/fixtures/with-all-props.d.ts +7 -0
- package/es/atom/gradient/test/fixtures/with-all-props.d.ts.map +1 -0
- package/es/atom/gradient/test/fixtures/with-children.d.ts +7 -0
- package/es/atom/gradient/test/fixtures/with-children.d.ts.map +1 -0
- package/es/atom/header-back-button/index.native.d.ts +16 -0
- package/es/atom/header-back-button/index.native.d.ts.map +1 -0
- package/es/atom/header-back-button/test/fixtures/back.d.ts +7 -0
- package/es/atom/header-back-button/test/fixtures/back.d.ts.map +1 -0
- package/es/atom/header-back-button/test/fixtures/close.d.ts +7 -0
- package/es/atom/header-back-button/test/fixtures/close.d.ts.map +1 -0
- package/es/atom/header-back-button/test/fixtures/custom-color.d.ts +7 -0
- package/es/atom/header-back-button/test/fixtures/custom-color.d.ts.map +1 -0
- package/es/atom/header-back-button/test/fixtures/home.d.ts +7 -0
- package/es/atom/header-back-button/test/fixtures/home.d.ts.map +1 -0
- package/es/atom/header-back-button/test/fixtures/no-safe-area.d.ts +7 -0
- package/es/atom/header-back-button/test/fixtures/no-safe-area.d.ts.map +1 -0
- package/es/atom/header-back-button/test/fixtures/not-floating.d.ts +7 -0
- package/es/atom/header-back-button/test/fixtures/not-floating.d.ts.map +1 -0
- package/es/atom/header-back-button/test/on-press.d.ts +2 -0
- package/es/atom/header-back-button/test/on-press.d.ts.map +1 -0
- package/es/atom/header-back-icon/index.native.d.ts +11 -0
- package/es/atom/header-back-icon/index.native.d.ts.map +1 -0
- package/es/atom/header-back-icon/test/fixtures/colored-and-sized.d.ts +7 -0
- package/es/atom/header-back-icon/test/fixtures/colored-and-sized.d.ts.map +1 -0
- package/es/atom/header-back-icon/test/fixtures/default.d.ts +7 -0
- package/es/atom/header-back-icon/test/fixtures/default.d.ts.map +1 -0
- package/es/atom/html/index.native.d.ts +17 -0
- package/es/atom/html/index.native.d.ts.map +1 -0
- package/es/atom/html/test/fixtures/default.d.ts +7 -0
- package/es/atom/html/test/fixtures/default.d.ts.map +1 -0
- package/es/atom/html/test/fixtures/with-image.d.ts +7 -0
- package/es/atom/html/test/fixtures/with-image.d.ts.map +1 -0
- package/es/atom/image-background/index.native.d.ts +15 -0
- package/es/atom/image-background/index.native.d.ts.map +1 -0
- package/es/atom/image-background/test/fixtures/default.d.ts +8 -0
- package/es/atom/image-background/test/fixtures/default.d.ts.map +1 -0
- package/es/atom/image-background/test/fixtures/max-height.d.ts +7 -0
- package/es/atom/image-background/test/fixtures/max-height.d.ts.map +1 -0
- package/es/atom/image-background/test/fixtures/max-width-and-height.d.ts +7 -0
- package/es/atom/image-background/test/fixtures/max-width-and-height.d.ts.map +1 -0
- package/es/atom/image-background/test/fixtures/max-width.d.ts +7 -0
- package/es/atom/image-background/test/fixtures/max-width.d.ts.map +1 -0
- package/es/atom/image-background/test/fixtures/resize-mode-contain.d.ts +7 -0
- package/es/atom/image-background/test/fixtures/resize-mode-contain.d.ts.map +1 -0
- package/es/atom/image-background/test/fixtures/with-gradient.d.ts +8 -0
- package/es/atom/image-background/test/fixtures/with-gradient.d.ts.map +1 -0
- package/es/atom/image-background/test/resize.d.ts +2 -0
- package/es/atom/image-background/test/resize.d.ts.map +1 -0
- package/es/atom/input-switch/index.d.ts +21 -0
- package/es/atom/input-switch/index.d.ts.map +1 -0
- package/es/atom/link/index.d.ts +56 -0
- package/es/atom/link/index.d.ts.map +1 -0
- package/es/atom/lottie-wrapper/prop-types.d.ts +26 -0
- package/es/atom/lottie-wrapper/prop-types.d.ts.map +1 -0
- package/es/atom/provider/index.d.ts +89 -0
- package/es/atom/provider/index.d.ts.map +1 -0
- package/es/atom/provider/web-context.d.ts +17 -0
- package/es/atom/provider/web-context.d.ts.map +1 -0
- package/es/atom/review-background/prop-types.d.ts +6 -0
- package/es/atom/review-background/prop-types.d.ts.map +1 -0
- package/es/atom/review-header-step-item/index.d.ts +12 -0
- package/es/atom/review-header-step-item/index.d.ts.map +1 -0
- package/es/atom/review-header-step-item/index.native.d.ts +5 -0
- package/es/atom/review-header-step-item/index.native.d.ts.map +1 -0
- package/es/atom/review-header-step-item/test/fixtures/current.d.ts +4 -0
- package/es/atom/review-header-step-item/test/fixtures/current.d.ts.map +1 -0
- package/es/atom/review-header-step-item/test/fixtures/default.d.ts +4 -0
- package/es/atom/review-header-step-item/test/fixtures/default.d.ts.map +1 -0
- package/es/atom/review-header-step-item/test/fixtures/right.d.ts +4 -0
- package/es/atom/review-header-step-item/test/fixtures/right.d.ts.map +1 -0
- package/es/atom/review-header-step-item/test/fixtures/wrong.d.ts +4 -0
- package/es/atom/review-header-step-item/test/fixtures/wrong.d.ts.map +1 -0
- package/es/atom/review-header-step-item/types.d.ts +16 -0
- package/es/atom/review-header-step-item/types.d.ts.map +1 -0
- package/es/atom/select-modal/index.native.d.ts +28 -0
- package/es/atom/select-modal/index.native.d.ts.map +1 -0
- package/es/atom/select-modal/test/fixtures/colored.d.ts +7 -0
- package/es/atom/select-modal/test/fixtures/colored.d.ts.map +1 -0
- package/es/atom/select-modal/test/fixtures/default.d.ts +8 -0
- package/es/atom/select-modal/test/fixtures/default.d.ts.map +1 -0
- package/es/atom/select-modal/test/fixtures/disabled.d.ts +7 -0
- package/es/atom/select-modal/test/fixtures/disabled.d.ts.map +1 -0
- package/es/atom/select-modal/test/fixtures/focused.d.ts +7 -0
- package/es/atom/select-modal/test/fixtures/focused.d.ts.map +1 -0
- package/es/atom/select-modal/test/fixtures/with-place-holder.d.ts +7 -0
- package/es/atom/select-modal/test/fixtures/with-place-holder.d.ts.map +1 -0
- package/es/atom/select-modal/test/fixtures/with-value.d.ts +7 -0
- package/es/atom/select-modal/test/fixtures/with-value.d.ts.map +1 -0
- package/es/atom/select-modal/test/on-blur.d.ts +2 -0
- package/es/atom/select-modal/test/on-blur.d.ts.map +1 -0
- package/es/atom/select-modal/test/on-change.d.ts +2 -0
- package/es/atom/select-modal/test/on-change.d.ts.map +1 -0
- package/es/atom/select-modal/test/on-focus.d.ts +2 -0
- package/es/atom/select-modal/test/on-focus.d.ts.map +1 -0
- package/es/atom/space/index.native.d.ts +8 -0
- package/es/atom/space/index.native.d.ts.map +1 -0
- package/es/atom/space/test/fixtures/base.d.ts +7 -0
- package/es/atom/space/test/fixtures/base.d.ts.map +1 -0
- package/es/atom/space/test/fixtures/default.d.ts +7 -0
- package/es/atom/space/test/fixtures/default.d.ts.map +1 -0
- package/es/atom/space/test/fixtures/large.d.ts +7 -0
- package/es/atom/space/test/fixtures/large.d.ts.map +1 -0
- package/es/atom/space/test/fixtures/medium.d.ts +7 -0
- package/es/atom/space/test/fixtures/medium.d.ts.map +1 -0
- package/es/atom/space/test/fixtures/micro.d.ts +7 -0
- package/es/atom/space/test/fixtures/micro.d.ts.map +1 -0
- package/es/atom/space/test/fixtures/small.d.ts +7 -0
- package/es/atom/space/test/fixtures/small.d.ts.map +1 -0
- package/es/atom/space/test/fixtures/tiny.d.ts +7 -0
- package/es/atom/space/test/fixtures/tiny.d.ts.map +1 -0
- package/es/atom/space/test/fixtures/xlarge.d.ts +7 -0
- package/es/atom/space/test/fixtures/xlarge.d.ts.map +1 -0
- package/es/atom/text/index.native.d.ts +15 -0
- package/es/atom/text/index.native.d.ts.map +1 -0
- package/es/atom/text/test/fixtures/default.d.ts +7 -0
- package/es/atom/text/test/fixtures/default.d.ts.map +1 -0
- package/es/hoc/modal/index.native.d.ts +15 -0
- package/es/hoc/modal/index.native.d.ts.map +1 -0
- package/es/hoc/modal/select/index.native.d.ts +14 -0
- package/es/hoc/modal/select/index.native.d.ts.map +1 -0
- package/es/hoc/modal/select/test/fixtures/default.d.ts +7 -0
- package/es/hoc/modal/select/test/fixtures/default.d.ts.map +1 -0
- package/es/hoc/modal/select/test/fixtures/with-value.d.ts +7 -0
- package/es/hoc/modal/select/test/fixtures/with-value.d.ts.map +1 -0
- package/es/hoc/modal/select/test/on-change.d.ts +2 -0
- package/es/hoc/modal/select/test/on-change.d.ts.map +1 -0
- package/es/hoc/modal/select/test/on-close.d.ts +2 -0
- package/es/hoc/modal/select/test/on-close.d.ts.map +1 -0
- package/es/hoc/modal/select-item/index.native.d.ts +11 -0
- package/es/hoc/modal/select-item/index.native.d.ts.map +1 -0
- package/es/hoc/modal/select-item/test/fixtures/default.d.ts +7 -0
- package/es/hoc/modal/select-item/test/fixtures/default.d.ts.map +1 -0
- package/es/hoc/modal/select-item/test/fixtures/selected.d.ts +7 -0
- package/es/hoc/modal/select-item/test/fixtures/selected.d.ts.map +1 -0
- package/es/hoc/modal/select-item/test/on-press.d.ts +2 -0
- package/es/hoc/modal/select-item/test/on-press.d.ts.map +1 -0
- package/es/hoc/modal/test/fixtures/custom-color.d.ts +7 -0
- package/es/hoc/modal/test/fixtures/custom-color.d.ts.map +1 -0
- package/es/hoc/modal/test/fixtures/defaults.d.ts +7 -0
- package/es/hoc/modal/test/fixtures/defaults.d.ts.map +1 -0
- package/es/hoc/modal/test/on-close.d.ts +2 -0
- package/es/hoc/modal/test/on-close.d.ts.map +1 -0
- package/es/hoc/touchable/index.native.d.ts +32 -0
- package/es/hoc/touchable/index.native.d.ts.map +1 -0
- package/es/hoc/touchable/test/fixtures/default.d.ts +7 -0
- package/es/hoc/touchable/test/fixtures/default.d.ts.map +1 -0
- package/es/hoc/touchable/test/fixtures/disabled.d.ts +7 -0
- package/es/hoc/touchable/test/fixtures/disabled.d.ts.map +1 -0
- package/es/hoc/touchable/test/fixtures/highlight.d.ts +7 -0
- package/es/hoc/touchable/test/fixtures/highlight.d.ts.map +1 -0
- package/es/hoc/touchable/test/fixtures/without-feedback.d.ts +7 -0
- package/es/hoc/touchable/test/fixtures/without-feedback.d.ts.map +1 -0
- package/es/hoc/touchable/test/on-longpress-behaviours.d.ts +2 -0
- package/es/hoc/touchable/test/on-longpress-behaviours.d.ts.map +1 -0
- package/es/hoc/touchable/test/on-press-behaviours.d.ts +2 -0
- package/es/hoc/touchable/test/on-press-behaviours.d.ts.map +1 -0
- package/es/molecule/answer/index.native.d.ts +5 -0
- package/es/molecule/answer/index.native.d.ts.map +1 -0
- package/es/molecule/answer/prop-types.d.ts +143 -0
- package/es/molecule/answer/prop-types.d.ts.map +1 -0
- package/es/molecule/answer/test/fixtures/drop-down.d.ts +9 -0
- package/es/molecule/answer/test/fixtures/drop-down.d.ts.map +1 -0
- package/es/molecule/answer/test/fixtures/template.d.ts +9 -0
- package/es/molecule/answer/test/fixtures/template.d.ts.map +1 -0
- package/es/molecule/brand-logo/index.native.d.ts +7 -0
- package/es/molecule/brand-logo/index.native.d.ts.map +1 -0
- package/es/molecule/brand-logo/test/fixtures/default.d.ts +9 -0
- package/es/molecule/brand-logo/test/fixtures/default.d.ts.map +1 -0
- package/es/molecule/cm-popin/index.d.ts +56 -0
- package/es/molecule/cm-popin/index.d.ts.map +1 -0
- package/es/molecule/questions/drop-down/test/fixtures/default.d.ts +16 -0
- package/es/molecule/questions/drop-down/test/fixtures/default.d.ts.map +1 -0
- package/es/molecule/questions/free-text/index.native.d.ts +15 -0
- package/es/molecule/questions/free-text/index.native.d.ts.map +1 -0
- package/es/molecule/questions/mobile/draggable/index.native.d.ts +14 -0
- package/es/molecule/questions/mobile/draggable/index.native.d.ts.map +1 -0
- package/es/molecule/questions/mobile/draggable/test/fixtures/choices-without-value.d.ts +7 -0
- package/es/molecule/questions/mobile/draggable/test/fixtures/choices-without-value.d.ts.map +1 -0
- package/es/molecule/questions/mobile/draggable/test/fixtures/default.d.ts +7 -0
- package/es/molecule/questions/mobile/draggable/test/fixtures/default.d.ts.map +1 -0
- package/es/molecule/questions/mobile/draggable/test/on-item-press.test.d.ts +2 -0
- package/es/molecule/questions/mobile/draggable/test/on-item-press.test.d.ts.map +1 -0
- package/es/molecule/questions/mobile/slider/index.native.d.ts +16 -0
- package/es/molecule/questions/mobile/slider/index.native.d.ts.map +1 -0
- package/es/molecule/questions/mobile/slider/test/fixtures/default.d.ts +7 -0
- package/es/molecule/questions/mobile/slider/test/fixtures/default.d.ts.map +1 -0
- package/es/molecule/questions/mobile/slider/test/fixtures/with-step.d.ts +7 -0
- package/es/molecule/questions/mobile/slider/test/fixtures/with-step.d.ts.map +1 -0
- package/es/molecule/questions/mobile/slider/test/fixtures/with-unit.d.ts +7 -0
- package/es/molecule/questions/mobile/slider/test/fixtures/with-unit.d.ts.map +1 -0
- package/es/molecule/questions/mobile/slider/test/on-sliding-complete.d.ts +2 -0
- package/es/molecule/questions/mobile/slider/test/on-sliding-complete.d.ts.map +1 -0
- package/es/molecule/questions/mobile/switch/index.native.d.ts +20 -0
- package/es/molecule/questions/mobile/switch/index.native.d.ts.map +1 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/qcm-basic.d.ts +7 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/qcm-basic.d.ts.map +1 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/qcm-draggable.d.ts +7 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/qcm-draggable.d.ts.map +1 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/qcm-graphic.d.ts +7 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/qcm-graphic.d.ts.map +1 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/qcm.d.ts +9 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/qcm.d.ts.map +1 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/slider-without-min-max.d.ts +7 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/slider-without-min-max.d.ts.map +1 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/slider.d.ts +7 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/slider.d.ts.map +1 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/template-empty.d.ts +9 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/template-empty.d.ts.map +1 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/template.d.ts +9 -0
- package/es/molecule/questions/mobile/switch/test/fixtures/template.d.ts.map +1 -0
- package/es/molecule/questions/mobile/switch/test/on-input-value-change.test.d.ts +2 -0
- package/es/molecule/questions/mobile/switch/test/on-input-value-change.test.d.ts.map +1 -0
- package/es/molecule/questions/mobile/switch/test/on-item-input-change.test.d.ts +2 -0
- package/es/molecule/questions/mobile/switch/test/on-item-input-change.test.d.ts.map +1 -0
- package/es/molecule/questions/mobile/switch/test/on-item-press.test.d.ts +2 -0
- package/es/molecule/questions/mobile/switch/test/on-item-press.test.d.ts.map +1 -0
- package/es/molecule/questions/mobile/template/index.native.d.ts +15 -0
- package/es/molecule/questions/mobile/template/index.native.d.ts.map +1 -0
- package/es/molecule/questions/mobile/template/test/fixtures/default.d.ts +10 -0
- package/es/molecule/questions/mobile/template/test/fixtures/default.d.ts.map +1 -0
- package/es/molecule/questions/mobile/template/test/fixtures/disabled.d.ts +7 -0
- package/es/molecule/questions/mobile/template/test/fixtures/disabled.d.ts.map +1 -0
- package/es/molecule/questions/mobile/template/test/fixtures/incorrect-items.d.ts +9 -0
- package/es/molecule/questions/mobile/template/test/fixtures/incorrect-items.d.ts.map +1 -0
- package/es/molecule/questions/template/test/fixtures/multiple.d.ts +34 -0
- package/es/molecule/questions/template/test/fixtures/multiple.d.ts.map +1 -0
- package/es/molecule/questions/types.d.ts +55 -0
- package/es/molecule/questions/types.d.ts.map +1 -0
- package/es/molecule/review-card-congrats/prop-types.d.ts +31 -0
- package/es/molecule/review-card-congrats/prop-types.d.ts.map +1 -0
- package/es/molecule/review-correction-popin/prop-types.d.ts +21 -0
- package/es/molecule/review-correction-popin/prop-types.d.ts.map +1 -0
- package/es/molecule/review-header-steps/prop-types.d.ts +10 -0
- package/es/molecule/review-header-steps/prop-types.d.ts.map +1 -0
- package/es/molecule/skill-card/prop-types.d.ts +14 -0
- package/es/molecule/skill-card/prop-types.d.ts.map +1 -0
- package/es/molecule/video-player/prop-types.d.ts +61 -0
- package/es/molecule/video-player/prop-types.d.ts.map +1 -0
- package/es/organism/header-v2/index.native.d.ts +11 -0
- package/es/organism/header-v2/index.native.d.ts.map +1 -0
- package/es/organism/header-v2/test/fixtures/default.d.ts +9 -0
- package/es/organism/header-v2/test/fixtures/default.d.ts.map +1 -0
- package/es/organism/header-v2/test/on-longpress.d.ts +2 -0
- package/es/organism/header-v2/test/on-longpress.d.ts.map +1 -0
- package/es/organism/header-v2/test/on-search.d.ts +2 -0
- package/es/organism/header-v2/test/on-search.d.ts.map +1 -0
- package/es/organism/header-v2/test/on-setting.d.ts +2 -0
- package/es/organism/header-v2/test/on-setting.d.ts.map +1 -0
- package/es/organism/mobile-navigation/index.native.d.ts +14 -0
- package/es/organism/mobile-navigation/index.native.d.ts.map +1 -0
- package/es/organism/mobile-navigation/test/fixtures/menu-selected-0.d.ts +7 -0
- package/es/organism/mobile-navigation/test/fixtures/menu-selected-0.d.ts.map +1 -0
- package/es/organism/mobile-navigation/test/fixtures/menu-selected-1.d.ts +7 -0
- package/es/organism/mobile-navigation/test/fixtures/menu-selected-1.d.ts.map +1 -0
- package/es/organism/mobile-navigation/test/fixtures/menu-selected-2.d.ts +7 -0
- package/es/organism/mobile-navigation/test/fixtures/menu-selected-2.d.ts.map +1 -0
- package/es/organism/review-congrats/prop-types.d.ts +91 -0
- package/es/organism/review-congrats/prop-types.d.ts.map +1 -0
- package/es/organism/review-header/index.native.d.ts +5 -0
- package/es/organism/review-header/index.native.d.ts.map +1 -0
- package/es/organism/review-header/types.d.ts +26 -0
- package/es/organism/review-header/types.d.ts.map +1 -0
- package/es/organism/review-skills/prop-types.d.ts +41 -0
- package/es/organism/review-skills/prop-types.d.ts.map +1 -0
- package/es/organism/review-slide/index.native.d.ts +5 -0
- package/es/organism/review-slide/index.native.d.ts.map +1 -0
- package/es/organism/review-slide/prop-types.d.ts +215 -0
- package/es/organism/review-slide/prop-types.d.ts.map +1 -0
- package/es/organism/review-stacked-slides/index.native.d.ts +6 -0
- package/es/organism/review-stacked-slides/index.native.d.ts.map +1 -0
- package/es/organism/review-stacked-slides/prop-types.d.ts +408 -0
- package/es/organism/review-stacked-slides/prop-types.d.ts.map +1 -0
- package/es/template/app-review/demo-ts/index.d.ts +5 -0
- package/es/template/app-review/demo-ts/index.d.ts.map +1 -0
- package/es/template/app-review/demo-ts/index.native.d.ts +5 -0
- package/es/template/app-review/demo-ts/index.native.d.ts.map +1 -0
- package/es/template/app-review/demo-ts/test/fixtures/default.d.ts +7 -0
- package/es/template/app-review/demo-ts/test/fixtures/default.d.ts.map +1 -0
- package/es/template/app-review/demo-ts/typings.d.ts +8 -0
- package/es/template/app-review/demo-ts/typings.d.ts.map +1 -0
- package/es/template/app-review/player/index.native.d.ts +5 -0
- package/es/template/app-review/player/index.native.d.ts.map +1 -0
- package/es/template/app-review/player/prop-types.d.ts +564 -0
- package/es/template/app-review/player/prop-types.d.ts.map +1 -0
- package/es/template/app-review/skills/index.native.d.ts +5 -0
- package/es/template/app-review/skills/index.native.d.ts.map +1 -0
- package/es/template/app-review/skills/prop-types.d.ts +55 -0
- package/es/template/app-review/skills/prop-types.d.ts.map +1 -0
- package/es/template/app-review/skills/stories.d.ts +1 -0
- package/es/template/app-review/skills/stories.d.ts.map +1 -0
- package/es/template/app-review/template-context.d.ts +32 -0
- package/es/template/app-review/template-context.d.ts.map +1 -0
- package/es/test/helpers/mock-mobile-context.d.ts +11 -0
- package/es/test/helpers/mock-mobile-context.d.ts.map +1 -0
- package/es/test/helpers/mocked-gesture-event.d.ts +4 -0
- package/es/test/helpers/mocked-gesture-event.d.ts.map +1 -0
- package/es/types/translations.d.ts +12 -0
- package/es/types/translations.d.ts.map +1 -0
- package/es/util/build-query-string.d.ts +6 -0
- package/es/util/build-query-string.d.ts.map +1 -0
- package/es/util/button-icons.d.ts +18 -0
- package/es/util/button-icons.d.ts.map +1 -0
- package/es/util/get-class-state.d.ts +3 -0
- package/es/util/get-class-state.d.ts.map +1 -0
- package/es/util/get-clean-uri.d.ts +3 -0
- package/es/util/get-clean-uri.d.ts.map +1 -0
- package/es/util/get-resized-image.d.ts +8 -0
- package/es/util/get-resized-image.d.ts.map +1 -0
- package/es/util/navigation.d.ts +5 -0
- package/es/util/navigation.d.ts.map +1 -0
- package/es/util/parse-template-string.d.ts +3 -0
- package/es/util/parse-template-string.d.ts.map +1 -0
- package/es/util/proptypes.d.ts +8 -0
- package/es/util/proptypes.d.ts.map +1 -0
- package/es/variables/analytics.d.ts +28 -0
- package/es/variables/analytics.d.ts.map +1 -0
- package/es/variables/brand.native.d.ts +19 -0
- package/es/variables/brand.native.d.ts.map +1 -0
- package/es/variables/colors.d.ts +8 -0
- package/es/variables/colors.d.ts.map +1 -0
- package/es/variables/shadow.d.ts +13 -0
- package/es/variables/shadow.d.ts.map +1 -0
- package/es/variables/theme.native.d.ts +70 -0
- package/es/variables/theme.native.d.ts.map +1 -0
- package/es/variables/vibration.d.ts +9 -0
- package/es/variables/vibration.d.ts.map +1 -0
- package/lib/atom/button-link/index.d.ts +25 -0
- package/lib/atom/button-link/index.d.ts.map +1 -0
- package/lib/atom/button-link-icon-only/index.d.ts +20 -0
- package/lib/atom/button-link-icon-only/index.d.ts.map +1 -0
- package/lib/atom/choice/index.native.d.ts +17 -0
- package/lib/atom/choice/index.native.d.ts.map +1 -0
- package/lib/atom/choice/test/fixtures/default.d.ts +7 -0
- package/lib/atom/choice/test/fixtures/default.d.ts.map +1 -0
- package/lib/atom/choice/test/fixtures/disabled.d.ts +7 -0
- package/lib/atom/choice/test/fixtures/disabled.d.ts.map +1 -0
- package/lib/atom/choice/test/fixtures/selected.d.ts +7 -0
- package/lib/atom/choice/test/fixtures/selected.d.ts.map +1 -0
- package/lib/atom/choice/test/fixtures/squeezed.d.ts +7 -0
- package/lib/atom/choice/test/fixtures/squeezed.d.ts.map +1 -0
- package/lib/atom/choice/test/fixtures/with-html-content.d.ts +7 -0
- package/lib/atom/choice/test/fixtures/with-html-content.d.ts.map +1 -0
- package/lib/atom/choice/test/fixtures/with-image.d.ts +7 -0
- package/lib/atom/choice/test/fixtures/with-image.d.ts.map +1 -0
- package/lib/atom/gradient/index.native.d.ts +14 -0
- package/lib/atom/gradient/index.native.d.ts.map +1 -0
- package/lib/atom/gradient/test/fixtures/default.d.ts +7 -0
- package/lib/atom/gradient/test/fixtures/default.d.ts.map +1 -0
- package/lib/atom/gradient/test/fixtures/with-all-props.d.ts +7 -0
- package/lib/atom/gradient/test/fixtures/with-all-props.d.ts.map +1 -0
- package/lib/atom/gradient/test/fixtures/with-children.d.ts +7 -0
- package/lib/atom/gradient/test/fixtures/with-children.d.ts.map +1 -0
- package/lib/atom/header-back-button/index.native.d.ts +16 -0
- package/lib/atom/header-back-button/index.native.d.ts.map +1 -0
- package/lib/atom/header-back-button/test/fixtures/back.d.ts +7 -0
- package/lib/atom/header-back-button/test/fixtures/back.d.ts.map +1 -0
- package/lib/atom/header-back-button/test/fixtures/close.d.ts +7 -0
- package/lib/atom/header-back-button/test/fixtures/close.d.ts.map +1 -0
- package/lib/atom/header-back-button/test/fixtures/custom-color.d.ts +7 -0
- package/lib/atom/header-back-button/test/fixtures/custom-color.d.ts.map +1 -0
- package/lib/atom/header-back-button/test/fixtures/home.d.ts +7 -0
- package/lib/atom/header-back-button/test/fixtures/home.d.ts.map +1 -0
- package/lib/atom/header-back-button/test/fixtures/no-safe-area.d.ts +7 -0
- package/lib/atom/header-back-button/test/fixtures/no-safe-area.d.ts.map +1 -0
- package/lib/atom/header-back-button/test/fixtures/not-floating.d.ts +7 -0
- package/lib/atom/header-back-button/test/fixtures/not-floating.d.ts.map +1 -0
- package/lib/atom/header-back-button/test/on-press.d.ts +2 -0
- package/lib/atom/header-back-button/test/on-press.d.ts.map +1 -0
- package/lib/atom/header-back-icon/index.native.d.ts +11 -0
- package/lib/atom/header-back-icon/index.native.d.ts.map +1 -0
- package/lib/atom/header-back-icon/test/fixtures/colored-and-sized.d.ts +7 -0
- package/lib/atom/header-back-icon/test/fixtures/colored-and-sized.d.ts.map +1 -0
- package/lib/atom/header-back-icon/test/fixtures/default.d.ts +7 -0
- package/lib/atom/header-back-icon/test/fixtures/default.d.ts.map +1 -0
- package/lib/atom/html/index.native.d.ts +17 -0
- package/lib/atom/html/index.native.d.ts.map +1 -0
- package/lib/atom/html/test/fixtures/default.d.ts +7 -0
- package/lib/atom/html/test/fixtures/default.d.ts.map +1 -0
- package/lib/atom/html/test/fixtures/with-image.d.ts +7 -0
- package/lib/atom/html/test/fixtures/with-image.d.ts.map +1 -0
- package/lib/atom/image-background/index.native.d.ts +15 -0
- package/lib/atom/image-background/index.native.d.ts.map +1 -0
- package/lib/atom/image-background/test/fixtures/default.d.ts +8 -0
- package/lib/atom/image-background/test/fixtures/default.d.ts.map +1 -0
- package/lib/atom/image-background/test/fixtures/max-height.d.ts +7 -0
- package/lib/atom/image-background/test/fixtures/max-height.d.ts.map +1 -0
- package/lib/atom/image-background/test/fixtures/max-width-and-height.d.ts +7 -0
- package/lib/atom/image-background/test/fixtures/max-width-and-height.d.ts.map +1 -0
- package/lib/atom/image-background/test/fixtures/max-width.d.ts +7 -0
- package/lib/atom/image-background/test/fixtures/max-width.d.ts.map +1 -0
- package/lib/atom/image-background/test/fixtures/resize-mode-contain.d.ts +7 -0
- package/lib/atom/image-background/test/fixtures/resize-mode-contain.d.ts.map +1 -0
- package/lib/atom/image-background/test/fixtures/with-gradient.d.ts +8 -0
- package/lib/atom/image-background/test/fixtures/with-gradient.d.ts.map +1 -0
- package/lib/atom/image-background/test/resize.d.ts +2 -0
- package/lib/atom/image-background/test/resize.d.ts.map +1 -0
- package/lib/atom/input-switch/index.d.ts +21 -0
- package/lib/atom/input-switch/index.d.ts.map +1 -0
- package/lib/atom/link/index.d.ts +56 -0
- package/lib/atom/link/index.d.ts.map +1 -0
- package/lib/atom/lottie-wrapper/prop-types.d.ts +26 -0
- package/lib/atom/lottie-wrapper/prop-types.d.ts.map +1 -0
- package/lib/atom/provider/index.d.ts +89 -0
- package/lib/atom/provider/index.d.ts.map +1 -0
- package/lib/atom/provider/web-context.d.ts +17 -0
- package/lib/atom/provider/web-context.d.ts.map +1 -0
- package/lib/atom/review-background/prop-types.d.ts +6 -0
- package/lib/atom/review-background/prop-types.d.ts.map +1 -0
- package/lib/atom/review-header-step-item/index.d.ts +12 -0
- package/lib/atom/review-header-step-item/index.d.ts.map +1 -0
- package/lib/atom/review-header-step-item/index.native.d.ts +5 -0
- package/lib/atom/review-header-step-item/index.native.d.ts.map +1 -0
- package/lib/atom/review-header-step-item/test/fixtures/current.d.ts +4 -0
- package/lib/atom/review-header-step-item/test/fixtures/current.d.ts.map +1 -0
- package/lib/atom/review-header-step-item/test/fixtures/default.d.ts +4 -0
- package/lib/atom/review-header-step-item/test/fixtures/default.d.ts.map +1 -0
- package/lib/atom/review-header-step-item/test/fixtures/right.d.ts +4 -0
- package/lib/atom/review-header-step-item/test/fixtures/right.d.ts.map +1 -0
- package/lib/atom/review-header-step-item/test/fixtures/wrong.d.ts +4 -0
- package/lib/atom/review-header-step-item/test/fixtures/wrong.d.ts.map +1 -0
- package/lib/atom/review-header-step-item/types.d.ts +16 -0
- package/lib/atom/review-header-step-item/types.d.ts.map +1 -0
- package/lib/atom/select-modal/index.native.d.ts +28 -0
- package/lib/atom/select-modal/index.native.d.ts.map +1 -0
- package/lib/atom/select-modal/test/fixtures/colored.d.ts +7 -0
- package/lib/atom/select-modal/test/fixtures/colored.d.ts.map +1 -0
- package/lib/atom/select-modal/test/fixtures/default.d.ts +8 -0
- package/lib/atom/select-modal/test/fixtures/default.d.ts.map +1 -0
- package/lib/atom/select-modal/test/fixtures/disabled.d.ts +7 -0
- package/lib/atom/select-modal/test/fixtures/disabled.d.ts.map +1 -0
- package/lib/atom/select-modal/test/fixtures/focused.d.ts +7 -0
- package/lib/atom/select-modal/test/fixtures/focused.d.ts.map +1 -0
- package/lib/atom/select-modal/test/fixtures/with-place-holder.d.ts +7 -0
- package/lib/atom/select-modal/test/fixtures/with-place-holder.d.ts.map +1 -0
- package/lib/atom/select-modal/test/fixtures/with-value.d.ts +7 -0
- package/lib/atom/select-modal/test/fixtures/with-value.d.ts.map +1 -0
- package/lib/atom/select-modal/test/on-blur.d.ts +2 -0
- package/lib/atom/select-modal/test/on-blur.d.ts.map +1 -0
- package/lib/atom/select-modal/test/on-change.d.ts +2 -0
- package/lib/atom/select-modal/test/on-change.d.ts.map +1 -0
- package/lib/atom/select-modal/test/on-focus.d.ts +2 -0
- package/lib/atom/select-modal/test/on-focus.d.ts.map +1 -0
- package/lib/atom/space/index.native.d.ts +8 -0
- package/lib/atom/space/index.native.d.ts.map +1 -0
- package/lib/atom/space/test/fixtures/base.d.ts +7 -0
- package/lib/atom/space/test/fixtures/base.d.ts.map +1 -0
- package/lib/atom/space/test/fixtures/default.d.ts +7 -0
- package/lib/atom/space/test/fixtures/default.d.ts.map +1 -0
- package/lib/atom/space/test/fixtures/large.d.ts +7 -0
- package/lib/atom/space/test/fixtures/large.d.ts.map +1 -0
- package/lib/atom/space/test/fixtures/medium.d.ts +7 -0
- package/lib/atom/space/test/fixtures/medium.d.ts.map +1 -0
- package/lib/atom/space/test/fixtures/micro.d.ts +7 -0
- package/lib/atom/space/test/fixtures/micro.d.ts.map +1 -0
- package/lib/atom/space/test/fixtures/small.d.ts +7 -0
- package/lib/atom/space/test/fixtures/small.d.ts.map +1 -0
- package/lib/atom/space/test/fixtures/tiny.d.ts +7 -0
- package/lib/atom/space/test/fixtures/tiny.d.ts.map +1 -0
- package/lib/atom/space/test/fixtures/xlarge.d.ts +7 -0
- package/lib/atom/space/test/fixtures/xlarge.d.ts.map +1 -0
- package/lib/atom/text/index.native.d.ts +15 -0
- package/lib/atom/text/index.native.d.ts.map +1 -0
- package/lib/atom/text/test/fixtures/default.d.ts +7 -0
- package/lib/atom/text/test/fixtures/default.d.ts.map +1 -0
- package/lib/hoc/modal/index.native.d.ts +15 -0
- package/lib/hoc/modal/index.native.d.ts.map +1 -0
- package/lib/hoc/modal/select/index.native.d.ts +14 -0
- package/lib/hoc/modal/select/index.native.d.ts.map +1 -0
- package/lib/hoc/modal/select/test/fixtures/default.d.ts +7 -0
- package/lib/hoc/modal/select/test/fixtures/default.d.ts.map +1 -0
- package/lib/hoc/modal/select/test/fixtures/with-value.d.ts +7 -0
- package/lib/hoc/modal/select/test/fixtures/with-value.d.ts.map +1 -0
- package/lib/hoc/modal/select/test/on-change.d.ts +2 -0
- package/lib/hoc/modal/select/test/on-change.d.ts.map +1 -0
- package/lib/hoc/modal/select/test/on-close.d.ts +2 -0
- package/lib/hoc/modal/select/test/on-close.d.ts.map +1 -0
- package/lib/hoc/modal/select-item/index.native.d.ts +11 -0
- package/lib/hoc/modal/select-item/index.native.d.ts.map +1 -0
- package/lib/hoc/modal/select-item/test/fixtures/default.d.ts +7 -0
- package/lib/hoc/modal/select-item/test/fixtures/default.d.ts.map +1 -0
- package/lib/hoc/modal/select-item/test/fixtures/selected.d.ts +7 -0
- package/lib/hoc/modal/select-item/test/fixtures/selected.d.ts.map +1 -0
- package/lib/hoc/modal/select-item/test/on-press.d.ts +2 -0
- package/lib/hoc/modal/select-item/test/on-press.d.ts.map +1 -0
- package/lib/hoc/modal/test/fixtures/custom-color.d.ts +7 -0
- package/lib/hoc/modal/test/fixtures/custom-color.d.ts.map +1 -0
- package/lib/hoc/modal/test/fixtures/defaults.d.ts +7 -0
- package/lib/hoc/modal/test/fixtures/defaults.d.ts.map +1 -0
- package/lib/hoc/modal/test/on-close.d.ts +2 -0
- package/lib/hoc/modal/test/on-close.d.ts.map +1 -0
- package/lib/hoc/touchable/index.native.d.ts +32 -0
- package/lib/hoc/touchable/index.native.d.ts.map +1 -0
- package/lib/hoc/touchable/test/fixtures/default.d.ts +7 -0
- package/lib/hoc/touchable/test/fixtures/default.d.ts.map +1 -0
- package/lib/hoc/touchable/test/fixtures/disabled.d.ts +7 -0
- package/lib/hoc/touchable/test/fixtures/disabled.d.ts.map +1 -0
- package/lib/hoc/touchable/test/fixtures/highlight.d.ts +7 -0
- package/lib/hoc/touchable/test/fixtures/highlight.d.ts.map +1 -0
- package/lib/hoc/touchable/test/fixtures/without-feedback.d.ts +7 -0
- package/lib/hoc/touchable/test/fixtures/without-feedback.d.ts.map +1 -0
- package/lib/hoc/touchable/test/on-longpress-behaviours.d.ts +2 -0
- package/lib/hoc/touchable/test/on-longpress-behaviours.d.ts.map +1 -0
- package/lib/hoc/touchable/test/on-press-behaviours.d.ts +2 -0
- package/lib/hoc/touchable/test/on-press-behaviours.d.ts.map +1 -0
- package/lib/molecule/answer/index.native.d.ts +5 -0
- package/lib/molecule/answer/index.native.d.ts.map +1 -0
- package/lib/molecule/answer/prop-types.d.ts +143 -0
- package/lib/molecule/answer/prop-types.d.ts.map +1 -0
- package/lib/molecule/answer/test/fixtures/drop-down.d.ts +9 -0
- package/lib/molecule/answer/test/fixtures/drop-down.d.ts.map +1 -0
- package/lib/molecule/answer/test/fixtures/template.d.ts +9 -0
- package/lib/molecule/answer/test/fixtures/template.d.ts.map +1 -0
- package/lib/molecule/brand-logo/index.native.d.ts +7 -0
- package/lib/molecule/brand-logo/index.native.d.ts.map +1 -0
- package/lib/molecule/brand-logo/test/fixtures/default.d.ts +9 -0
- package/lib/molecule/brand-logo/test/fixtures/default.d.ts.map +1 -0
- package/lib/molecule/cm-popin/index.d.ts +56 -0
- package/lib/molecule/cm-popin/index.d.ts.map +1 -0
- package/lib/molecule/questions/drop-down/test/fixtures/default.d.ts +16 -0
- package/lib/molecule/questions/drop-down/test/fixtures/default.d.ts.map +1 -0
- package/lib/molecule/questions/free-text/index.native.d.ts +15 -0
- package/lib/molecule/questions/free-text/index.native.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/draggable/index.native.d.ts +14 -0
- package/lib/molecule/questions/mobile/draggable/index.native.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/draggable/test/fixtures/choices-without-value.d.ts +7 -0
- package/lib/molecule/questions/mobile/draggable/test/fixtures/choices-without-value.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/draggable/test/fixtures/default.d.ts +7 -0
- package/lib/molecule/questions/mobile/draggable/test/fixtures/default.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/draggable/test/on-item-press.test.d.ts +2 -0
- package/lib/molecule/questions/mobile/draggable/test/on-item-press.test.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/slider/index.native.d.ts +16 -0
- package/lib/molecule/questions/mobile/slider/index.native.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/slider/test/fixtures/default.d.ts +7 -0
- package/lib/molecule/questions/mobile/slider/test/fixtures/default.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/slider/test/fixtures/with-step.d.ts +7 -0
- package/lib/molecule/questions/mobile/slider/test/fixtures/with-step.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/slider/test/fixtures/with-unit.d.ts +7 -0
- package/lib/molecule/questions/mobile/slider/test/fixtures/with-unit.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/slider/test/on-sliding-complete.d.ts +2 -0
- package/lib/molecule/questions/mobile/slider/test/on-sliding-complete.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/switch/index.native.d.ts +20 -0
- package/lib/molecule/questions/mobile/switch/index.native.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/qcm-basic.d.ts +7 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/qcm-basic.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/qcm-draggable.d.ts +7 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/qcm-draggable.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/qcm-graphic.d.ts +7 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/qcm-graphic.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/qcm.d.ts +9 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/qcm.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/slider-without-min-max.d.ts +7 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/slider-without-min-max.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/slider.d.ts +7 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/slider.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/template-empty.d.ts +9 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/template-empty.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/template.d.ts +9 -0
- package/lib/molecule/questions/mobile/switch/test/fixtures/template.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/switch/test/on-input-value-change.test.d.ts +2 -0
- package/lib/molecule/questions/mobile/switch/test/on-input-value-change.test.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/switch/test/on-item-input-change.test.d.ts +2 -0
- package/lib/molecule/questions/mobile/switch/test/on-item-input-change.test.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/switch/test/on-item-press.test.d.ts +2 -0
- package/lib/molecule/questions/mobile/switch/test/on-item-press.test.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/template/index.native.d.ts +15 -0
- package/lib/molecule/questions/mobile/template/index.native.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/template/test/fixtures/default.d.ts +10 -0
- package/lib/molecule/questions/mobile/template/test/fixtures/default.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/template/test/fixtures/disabled.d.ts +7 -0
- package/lib/molecule/questions/mobile/template/test/fixtures/disabled.d.ts.map +1 -0
- package/lib/molecule/questions/mobile/template/test/fixtures/incorrect-items.d.ts +9 -0
- package/lib/molecule/questions/mobile/template/test/fixtures/incorrect-items.d.ts.map +1 -0
- package/lib/molecule/questions/template/test/fixtures/multiple.d.ts +34 -0
- package/lib/molecule/questions/template/test/fixtures/multiple.d.ts.map +1 -0
- package/lib/molecule/questions/types.d.ts +55 -0
- package/lib/molecule/questions/types.d.ts.map +1 -0
- package/lib/molecule/review-card-congrats/prop-types.d.ts +31 -0
- package/lib/molecule/review-card-congrats/prop-types.d.ts.map +1 -0
- package/lib/molecule/review-correction-popin/prop-types.d.ts +21 -0
- package/lib/molecule/review-correction-popin/prop-types.d.ts.map +1 -0
- package/lib/molecule/review-header-steps/prop-types.d.ts +10 -0
- package/lib/molecule/review-header-steps/prop-types.d.ts.map +1 -0
- package/lib/molecule/skill-card/prop-types.d.ts +14 -0
- package/lib/molecule/skill-card/prop-types.d.ts.map +1 -0
- package/lib/molecule/video-player/prop-types.d.ts +61 -0
- package/lib/molecule/video-player/prop-types.d.ts.map +1 -0
- package/lib/organism/header-v2/index.native.d.ts +11 -0
- package/lib/organism/header-v2/index.native.d.ts.map +1 -0
- package/lib/organism/header-v2/test/fixtures/default.d.ts +9 -0
- package/lib/organism/header-v2/test/fixtures/default.d.ts.map +1 -0
- package/lib/organism/header-v2/test/on-longpress.d.ts +2 -0
- package/lib/organism/header-v2/test/on-longpress.d.ts.map +1 -0
- package/lib/organism/header-v2/test/on-search.d.ts +2 -0
- package/lib/organism/header-v2/test/on-search.d.ts.map +1 -0
- package/lib/organism/header-v2/test/on-setting.d.ts +2 -0
- package/lib/organism/header-v2/test/on-setting.d.ts.map +1 -0
- package/lib/organism/mobile-navigation/index.native.d.ts +14 -0
- package/lib/organism/mobile-navigation/index.native.d.ts.map +1 -0
- package/lib/organism/mobile-navigation/test/fixtures/menu-selected-0.d.ts +7 -0
- package/lib/organism/mobile-navigation/test/fixtures/menu-selected-0.d.ts.map +1 -0
- package/lib/organism/mobile-navigation/test/fixtures/menu-selected-1.d.ts +7 -0
- package/lib/organism/mobile-navigation/test/fixtures/menu-selected-1.d.ts.map +1 -0
- package/lib/organism/mobile-navigation/test/fixtures/menu-selected-2.d.ts +7 -0
- package/lib/organism/mobile-navigation/test/fixtures/menu-selected-2.d.ts.map +1 -0
- package/lib/organism/review-congrats/prop-types.d.ts +91 -0
- package/lib/organism/review-congrats/prop-types.d.ts.map +1 -0
- package/lib/organism/review-header/index.native.d.ts +5 -0
- package/lib/organism/review-header/index.native.d.ts.map +1 -0
- package/lib/organism/review-header/types.d.ts +26 -0
- package/lib/organism/review-header/types.d.ts.map +1 -0
- package/lib/organism/review-skills/prop-types.d.ts +41 -0
- package/lib/organism/review-skills/prop-types.d.ts.map +1 -0
- package/lib/organism/review-slide/index.native.d.ts +5 -0
- package/lib/organism/review-slide/index.native.d.ts.map +1 -0
- package/lib/organism/review-slide/prop-types.d.ts +215 -0
- package/lib/organism/review-slide/prop-types.d.ts.map +1 -0
- package/lib/organism/review-stacked-slides/index.native.d.ts +6 -0
- package/lib/organism/review-stacked-slides/index.native.d.ts.map +1 -0
- package/lib/organism/review-stacked-slides/prop-types.d.ts +408 -0
- package/lib/organism/review-stacked-slides/prop-types.d.ts.map +1 -0
- package/lib/template/app-review/demo-ts/index.d.ts +5 -0
- package/lib/template/app-review/demo-ts/index.d.ts.map +1 -0
- package/lib/template/app-review/demo-ts/index.native.d.ts +5 -0
- package/lib/template/app-review/demo-ts/index.native.d.ts.map +1 -0
- package/lib/template/app-review/demo-ts/test/fixtures/default.d.ts +7 -0
- package/lib/template/app-review/demo-ts/test/fixtures/default.d.ts.map +1 -0
- package/lib/template/app-review/demo-ts/typings.d.ts +8 -0
- package/lib/template/app-review/demo-ts/typings.d.ts.map +1 -0
- package/lib/template/app-review/player/index.native.d.ts +5 -0
- package/lib/template/app-review/player/index.native.d.ts.map +1 -0
- package/lib/template/app-review/player/prop-types.d.ts +564 -0
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -0
- package/lib/template/app-review/skills/index.native.d.ts +5 -0
- package/lib/template/app-review/skills/index.native.d.ts.map +1 -0
- package/lib/template/app-review/skills/prop-types.d.ts +55 -0
- package/lib/template/app-review/skills/prop-types.d.ts.map +1 -0
- package/lib/template/app-review/skills/stories.d.ts +1 -0
- package/lib/template/app-review/skills/stories.d.ts.map +1 -0
- package/lib/template/app-review/template-context.d.ts +32 -0
- package/lib/template/app-review/template-context.d.ts.map +1 -0
- package/lib/test/helpers/mock-mobile-context.d.ts +11 -0
- package/lib/test/helpers/mock-mobile-context.d.ts.map +1 -0
- package/lib/test/helpers/mocked-gesture-event.d.ts +4 -0
- package/lib/test/helpers/mocked-gesture-event.d.ts.map +1 -0
- package/lib/types/translations.d.ts +12 -0
- package/lib/types/translations.d.ts.map +1 -0
- package/lib/util/build-query-string.d.ts +6 -0
- package/lib/util/build-query-string.d.ts.map +1 -0
- package/lib/util/button-icons.d.ts +18 -0
- package/lib/util/button-icons.d.ts.map +1 -0
- package/lib/util/get-class-state.d.ts +3 -0
- package/lib/util/get-class-state.d.ts.map +1 -0
- package/lib/util/get-clean-uri.d.ts +3 -0
- package/lib/util/get-clean-uri.d.ts.map +1 -0
- package/lib/util/get-resized-image.d.ts +8 -0
- package/lib/util/get-resized-image.d.ts.map +1 -0
- package/lib/util/navigation.d.ts +5 -0
- package/lib/util/navigation.d.ts.map +1 -0
- package/lib/util/parse-template-string.d.ts +3 -0
- package/lib/util/parse-template-string.d.ts.map +1 -0
- package/lib/util/proptypes.d.ts +8 -0
- package/lib/util/proptypes.d.ts.map +1 -0
- package/lib/variables/analytics.d.ts +28 -0
- package/lib/variables/analytics.d.ts.map +1 -0
- package/lib/variables/brand.native.d.ts +19 -0
- package/lib/variables/brand.native.d.ts.map +1 -0
- package/lib/variables/colors.d.ts +8 -0
- package/lib/variables/colors.d.ts.map +1 -0
- package/lib/variables/shadow.d.ts +13 -0
- package/lib/variables/shadow.d.ts.map +1 -0
- package/lib/variables/theme.native.d.ts +70 -0
- package/lib/variables/theme.native.d.ts.map +1 -0
- package/lib/variables/vibration.d.ts +9 -0
- package/lib/variables/vibration.d.ts.map +1 -0
- package/package.json +11 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-unit.d.ts","sourceRoot":"","sources":["../../../../../../../src/molecule/questions/mobile/slider/test/fixtures/with-unit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAEzC,aAAK,OAAO,GAAG;IAAC,KAAK,EAAE,KAAK,CAAA;CAAC,CAAC;AAE9B,QAAA,MAAM,OAAO,EAAE,OAUd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"on-sliding-complete.d.ts","sourceRoot":"","sources":["../../../../../../src/molecule/questions/mobile/slider/test/on-sliding-complete.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { QuestionType, Choice } from '../../types';
|
|
3
|
+
export declare type Props = {
|
|
4
|
+
type: QuestionType;
|
|
5
|
+
isDisabled?: boolean;
|
|
6
|
+
template?: string;
|
|
7
|
+
choices?: Array<Choice>;
|
|
8
|
+
min?: number;
|
|
9
|
+
max?: number;
|
|
10
|
+
unit?: string;
|
|
11
|
+
step?: number;
|
|
12
|
+
value?: number;
|
|
13
|
+
onInputValueChange?: (value: string) => void;
|
|
14
|
+
onSliderChange?: (value: number) => void;
|
|
15
|
+
onItemInputChange?: (item: Choice, value: string) => void;
|
|
16
|
+
onItemPress?: (item: Choice) => void;
|
|
17
|
+
};
|
|
18
|
+
declare const Switch: (props: Props) => JSX.Element;
|
|
19
|
+
export default Switch;
|
|
20
|
+
//# sourceMappingURL=index.native.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../../../src/molecule/questions/mobile/switch/index.native.tsx"],"names":[],"mappings":";AAYA,OAAO,KAAK,EACV,YAAY,EACZ,MAAM,EAIP,MAAM,aAAa,CAAC;AAErB,oBAAY,KAAK,GAAG;IAClB,IAAI,EAAE,YAAY,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAEzC,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1D,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC,CAAC;AAqBF,QAAA,MAAM,MAAM,UAAW,KAAK,gBAoK3B,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qcm-basic.d.ts","sourceRoot":"","sources":["../../../../../../../src/molecule/questions/mobile/switch/test/fixtures/qcm-basic.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAGzC,aAAK,OAAO,GAAG;IAAC,KAAK,EAAE,KAAK,CAAA;CAAC,CAAC;AAE9B,QAAA,MAAM,OAAO,EAAE,OAMd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qcm-draggable.d.ts","sourceRoot":"","sources":["../../../../../../../src/molecule/questions/mobile/switch/test/fixtures/qcm-draggable.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAGzC,aAAK,OAAO,GAAG;IAAC,KAAK,EAAE,KAAK,CAAA;CAAC,CAAC;AAE9B,QAAA,MAAM,OAAO,EAAE,OAMd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qcm-graphic.d.ts","sourceRoot":"","sources":["../../../../../../../src/molecule/questions/mobile/switch/test/fixtures/qcm-graphic.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAIzC,aAAK,OAAO,GAAG;IAAC,KAAK,EAAE,KAAK,CAAA;CAAC,CAAC;AAsB9B,QAAA,MAAM,OAAO,EAAE,OAMd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Props } from '../../index.native';
|
|
2
|
+
import { SelectableChoice } from '../../../../types';
|
|
3
|
+
export declare const choices: SelectableChoice[];
|
|
4
|
+
declare type Fixture = {
|
|
5
|
+
props: Props;
|
|
6
|
+
};
|
|
7
|
+
declare const fixture: Fixture;
|
|
8
|
+
export default fixture;
|
|
9
|
+
//# sourceMappingURL=qcm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qcm.d.ts","sourceRoot":"","sources":["../../../../../../../src/molecule/questions/mobile/switch/test/fixtures/qcm.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AACzC,OAAO,EAAC,gBAAgB,EAAC,MAAM,mBAAmB,CAAC;AAEnD,eAAO,MAAM,OAAO,EAAE,gBAAgB,EAgCrC,CAAC;AAEF,aAAK,OAAO,GAAG;IAAC,KAAK,EAAE,KAAK,CAAA;CAAC,CAAC;AAE9B,QAAA,MAAM,OAAO,EAAE,OAMd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slider-without-min-max.d.ts","sourceRoot":"","sources":["../../../../../../../src/molecule/questions/mobile/switch/test/fixtures/slider-without-min-max.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAEzC,aAAK,OAAO,GAAG;IAAC,KAAK,EAAE,KAAK,CAAA;CAAC,CAAC;AAE9B,QAAA,MAAM,OAAO,EAAE,OASd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../../../../../src/molecule/questions/mobile/switch/test/fixtures/slider.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAEzC,aAAK,OAAO,GAAG;IAAC,KAAK,EAAE,KAAK,CAAA;CAAC,CAAC;AAE9B,QAAA,MAAM,OAAO,EAAE,OAad,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Props } from '../../index.native';
|
|
2
|
+
import { TemplateContextValues } from '../../../../../../template/app-review/template-context';
|
|
3
|
+
declare type Fixture = {
|
|
4
|
+
props: Props;
|
|
5
|
+
mobileContext: TemplateContextValues;
|
|
6
|
+
};
|
|
7
|
+
declare const fixture: Fixture;
|
|
8
|
+
export default fixture;
|
|
9
|
+
//# sourceMappingURL=template-empty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-empty.d.ts","sourceRoot":"","sources":["../../../../../../../src/molecule/questions/mobile/switch/test/fixtures/template-empty.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAGzC,OAAO,EAAC,qBAAqB,EAAC,MAAM,wDAAwD,CAAC;AAE7F,aAAK,OAAO,GAAG;IACb,KAAK,EAAE,KAAK,CAAC;IACb,aAAa,EAAE,qBAAqB,CAAC;CACtC,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAgBd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Props } from '../../index.native';
|
|
2
|
+
import { TemplateContextValues } from '../../../../../../template/app-review/template-context';
|
|
3
|
+
declare type Fixture = {
|
|
4
|
+
props: Props;
|
|
5
|
+
mobileContext: TemplateContextValues;
|
|
6
|
+
};
|
|
7
|
+
declare const fixture: Fixture;
|
|
8
|
+
export default fixture;
|
|
9
|
+
//# sourceMappingURL=template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../../../../../../src/molecule/questions/mobile/switch/test/fixtures/template.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAGzC,OAAO,EAAC,qBAAqB,EAAC,MAAM,wDAAwD,CAAC;AAE7F,aAAK,OAAO,GAAG;IACb,KAAK,EAAE,KAAK,CAAC;IACb,aAAa,EAAE,qBAAqB,CAAC;CACtC,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAgBd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"on-input-value-change.test.d.ts","sourceRoot":"","sources":["../../../../../../src/molecule/questions/mobile/switch/test/on-input-value-change.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"on-item-input-change.test.d.ts","sourceRoot":"","sources":["../../../../../../src/molecule/questions/mobile/switch/test/on-item-input-change.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"on-item-press.test.d.ts","sourceRoot":"","sources":["../../../../../../src/molecule/questions/mobile/switch/test/on-item-press.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { TemplateListOfChoices, TemplateTextChoice } from '../../types';
|
|
3
|
+
import { FocusedSelectId, HandleBlur, HandleFocus } from '../../../../template/app-review/template-context';
|
|
4
|
+
export declare type Props = {
|
|
5
|
+
isDisabled?: boolean;
|
|
6
|
+
template: string;
|
|
7
|
+
choices: Array<TemplateTextChoice | TemplateListOfChoices>;
|
|
8
|
+
onInputChange: (item: TemplateTextChoice | TemplateListOfChoices, value: string) => void;
|
|
9
|
+
focusedSelectId: FocusedSelectId;
|
|
10
|
+
handleBlur: HandleBlur;
|
|
11
|
+
handleFocus: HandleFocus;
|
|
12
|
+
};
|
|
13
|
+
declare const QuestionTemplate: (props: Props) => JSX.Element | null;
|
|
14
|
+
export default QuestionTemplate;
|
|
15
|
+
//# sourceMappingURL=index.native.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../../../src/molecule/questions/mobile/template/index.native.tsx"],"names":[],"mappings":";AAQA,OAAO,KAAK,EAAC,qBAAqB,EAAE,kBAAkB,EAAC,MAAM,aAAa,CAAC;AAE3E,OAAO,EACL,eAAe,EACf,UAAU,EACV,WAAW,EAEZ,MAAM,kDAAkD,CAAC;AA+J1D,oBAAY,KAAK,GAAG;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,KAAK,CAAC,kBAAkB,GAAG,qBAAqB,CAAC,CAAC;IAC3D,aAAa,EAAE,CAAC,IAAI,EAAE,kBAAkB,GAAG,qBAAqB,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzF,eAAe,EAAE,eAAe,CAAC;IACjC,UAAU,EAAE,UAAU,CAAC;IACvB,WAAW,EAAE,WAAW,CAAC;CAC1B,CAAC;AAEF,QAAA,MAAM,gBAAgB,UAAW,KAAK,uBA+CrC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Props } from '../../index.native';
|
|
2
|
+
import { TemplateListOfChoices, TemplateTextChoice } from '../../../../types';
|
|
3
|
+
declare type Fixture = {
|
|
4
|
+
props: Props;
|
|
5
|
+
};
|
|
6
|
+
export declare const template = "My app {{inp1}}<br><s> NOT on</s> {{sel1}}, <br/>but {{inp2}} <br /><i>is on</i> {{sel2}}";
|
|
7
|
+
export declare const choices: (TemplateTextChoice | TemplateListOfChoices)[];
|
|
8
|
+
declare const fixture: Fixture;
|
|
9
|
+
export default fixture;
|
|
10
|
+
//# sourceMappingURL=default.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../../src/molecule/questions/mobile/template/test/fixtures/default.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AACzC,OAAO,EAAC,qBAAqB,EAAE,kBAAkB,EAAC,MAAM,mBAAmB,CAAC;AAE5E,aAAK,OAAO,GAAG;IAAC,KAAK,EAAE,KAAK,CAAA;CAAC,CAAC;AA4C9B,eAAO,MAAM,QAAQ,8FACwE,CAAC;AAE9F,eAAO,MAAM,OAAO,gDAAmC,CAAC;AAExD,QAAA,MAAM,OAAO,EAAE,OASd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disabled.d.ts","sourceRoot":"","sources":["../../../../../../../src/molecule/questions/mobile/template/test/fixtures/disabled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAGzC,aAAK,OAAO,GAAG;IAAC,KAAK,EAAE,KAAK,CAAA;CAAC,CAAC;AAE9B,QAAA,MAAM,OAAO,EAAE,OAKd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Props } from '../../index.native';
|
|
2
|
+
import { Choice } from '../../../../types';
|
|
3
|
+
declare type Fixture = {
|
|
4
|
+
props: Props;
|
|
5
|
+
};
|
|
6
|
+
export declare const choices: Choice[];
|
|
7
|
+
declare const fixture: Fixture;
|
|
8
|
+
export default fixture;
|
|
9
|
+
//# sourceMappingURL=incorrect-items.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"incorrect-items.d.ts","sourceRoot":"","sources":["../../../../../../../src/molecule/questions/mobile/template/test/fixtures/incorrect-items.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AACzC,OAAO,EAAC,MAAM,EAAC,MAAM,mBAAmB,CAAC;AAGzC,aAAK,OAAO,GAAG;IAAC,KAAK,EAAE,KAAK,CAAA;CAAC,CAAC;AAmB9B,eAAO,MAAM,OAAO,UAA2B,CAAC;AAEhD,QAAA,MAAM,OAAO,EAAE,OAMd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
namespace props {
|
|
3
|
+
const template: string;
|
|
4
|
+
const answers: ({
|
|
5
|
+
type: string;
|
|
6
|
+
name: string;
|
|
7
|
+
label: string;
|
|
8
|
+
placeholder: string;
|
|
9
|
+
value: string;
|
|
10
|
+
onChange: (value: any) => void;
|
|
11
|
+
options?: undefined;
|
|
12
|
+
} | {
|
|
13
|
+
type: string;
|
|
14
|
+
name: string;
|
|
15
|
+
label: string;
|
|
16
|
+
onChange: (value: any) => void;
|
|
17
|
+
options: ({
|
|
18
|
+
name: string;
|
|
19
|
+
value: string;
|
|
20
|
+
validOption: boolean;
|
|
21
|
+
selected: boolean;
|
|
22
|
+
} | {
|
|
23
|
+
name: string;
|
|
24
|
+
value: string;
|
|
25
|
+
selected: boolean;
|
|
26
|
+
validOption?: undefined;
|
|
27
|
+
})[];
|
|
28
|
+
placeholder?: undefined;
|
|
29
|
+
value?: undefined;
|
|
30
|
+
})[];
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
export default _default;
|
|
34
|
+
//# sourceMappingURL=multiple.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multiple.d.ts","sourceRoot":"","sources":["../../../../../../src/molecule/questions/template/test/fixtures/multiple.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { ChoiceItem } from '../../atom/select-modal/index.native';
|
|
2
|
+
declare type Url = string;
|
|
3
|
+
declare type VideoMimeType = 'application/kontiki' | 'application/jwplayer' | 'application/youtube' | 'application/omniPlayer' | 'application/vimeo';
|
|
4
|
+
declare type ResourceMimeType = 'video/mp4' | 'image/jpeg' | 'image/png' | 'application/pdf' | VideoMimeType;
|
|
5
|
+
export declare type Source = {
|
|
6
|
+
_id?: string;
|
|
7
|
+
mimeType?: ResourceMimeType;
|
|
8
|
+
url: Url;
|
|
9
|
+
videoId?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare type MediaType = 'img' | 'video' | 'pdf';
|
|
12
|
+
export declare type Media = {
|
|
13
|
+
type?: MediaType;
|
|
14
|
+
description?: string;
|
|
15
|
+
mimeType?: ResourceMimeType;
|
|
16
|
+
_id?: string;
|
|
17
|
+
mediaUrl?: Url;
|
|
18
|
+
url?: Url;
|
|
19
|
+
subtitles?: Array<string>;
|
|
20
|
+
posters?: Array<Url>;
|
|
21
|
+
src?: Array<Source>;
|
|
22
|
+
};
|
|
23
|
+
export declare type QuestionType = 'qcm' | 'qcmGraphic' | 'slider' | 'qcmDrag' | 'basic' | 'template';
|
|
24
|
+
declare type ChoiceBase = {
|
|
25
|
+
_id: string;
|
|
26
|
+
value?: string;
|
|
27
|
+
name?: string;
|
|
28
|
+
label?: string;
|
|
29
|
+
};
|
|
30
|
+
export declare type SelectableChoice = {
|
|
31
|
+
_id: string;
|
|
32
|
+
label: string;
|
|
33
|
+
selected: boolean;
|
|
34
|
+
onPress: Function;
|
|
35
|
+
media?: Media;
|
|
36
|
+
};
|
|
37
|
+
export declare type TemplateTextChoice = {
|
|
38
|
+
type: 'text';
|
|
39
|
+
_id: string;
|
|
40
|
+
name: string;
|
|
41
|
+
value: string;
|
|
42
|
+
label: string;
|
|
43
|
+
selected: boolean;
|
|
44
|
+
};
|
|
45
|
+
export declare type TemplateListOfChoices = {
|
|
46
|
+
type: 'select';
|
|
47
|
+
_id: string;
|
|
48
|
+
name: string;
|
|
49
|
+
value: string;
|
|
50
|
+
label: string;
|
|
51
|
+
items: Array<ChoiceItem>;
|
|
52
|
+
};
|
|
53
|
+
export declare type Choice = ChoiceBase | SelectableChoice | TemplateListOfChoices | TemplateTextChoice;
|
|
54
|
+
export {};
|
|
55
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/questions/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,sCAAsC,CAAC;AAEhE,aAAK,GAAG,GAAG,MAAM,CAAC;AAElB,aAAK,aAAa,GACd,qBAAqB,GACrB,sBAAsB,GACtB,qBAAqB,GACrB,wBAAwB,GACxB,mBAAmB,CAAC;AAExB,aAAK,gBAAgB,GACjB,WAAW,GACX,YAAY,GACZ,WAAW,GACX,iBAAiB,GACjB,aAAa,CAAC;AAElB,oBAAY,MAAM,GAAG;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,GAAG,EAAE,GAAG,CAAC;IACT,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,oBAAY,SAAS,GAAG,KAAK,GAAG,OAAO,GAAG,KAAK,CAAC;AAEhD,oBAAY,KAAK,GAAG;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B,OAAO,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IACrB,GAAG,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACrB,CAAC;AAEF,oBAAY,YAAY,GAAG,KAAK,GAAG,YAAY,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,UAAU,CAAC;AAE9F,aAAK,UAAU,GAAG;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,oBAAY,gBAAgB,GAAG;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,QAAQ,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,oBAAY,kBAAkB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,oBAAY,qBAAqB,GAAG;IAClC,IAAI,EAAE,QAAQ,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CAC1B,CAAC;AAEF,oBAAY,MAAM,GAAG,UAAU,GAAG,gBAAgB,GAAG,qBAAqB,GAAG,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
3
|
+
'data-name': PropTypes.Requireable<string>;
|
|
4
|
+
animationLottie: PropTypes.Requireable<PropTypes.InferProps<{
|
|
5
|
+
'aria-label': PropTypes.Validator<string>;
|
|
6
|
+
'data-name': PropTypes.Requireable<string>;
|
|
7
|
+
animationSrc: PropTypes.Validator<string>;
|
|
8
|
+
loop: PropTypes.Requireable<boolean>;
|
|
9
|
+
rendererSettings: PropTypes.Requireable<PropTypes.InferProps<{
|
|
10
|
+
hideOnTransparent: PropTypes.Requireable<boolean>;
|
|
11
|
+
className: PropTypes.Requireable<string>;
|
|
12
|
+
}>>;
|
|
13
|
+
height: PropTypes.Requireable<number>;
|
|
14
|
+
width: PropTypes.Requireable<number>;
|
|
15
|
+
className: PropTypes.Requireable<string>;
|
|
16
|
+
ie11ImageBackup: PropTypes.Validator<string>;
|
|
17
|
+
backupImageClassName: PropTypes.Requireable<string>;
|
|
18
|
+
autoplay: PropTypes.Requireable<boolean>;
|
|
19
|
+
animationControl: PropTypes.Requireable<string>;
|
|
20
|
+
}>>;
|
|
21
|
+
cardType: PropTypes.Requireable<string>;
|
|
22
|
+
iconAriaLabel: PropTypes.Requireable<string>;
|
|
23
|
+
className: PropTypes.Requireable<string>;
|
|
24
|
+
reviewCardTitle: PropTypes.Requireable<string>;
|
|
25
|
+
reviewCardValue: PropTypes.Requireable<string>;
|
|
26
|
+
rankSuffix: PropTypes.Requireable<string>;
|
|
27
|
+
timerAnimation: PropTypes.Requireable<number>;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
30
|
+
import PropTypes from "prop-types";
|
|
31
|
+
//# sourceMappingURL=prop-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/molecule/review-card-congrats/prop-types.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const type: PropTypes.Requireable<string>;
|
|
3
|
+
const resultLabel: PropTypes.Requireable<string>;
|
|
4
|
+
const information: PropTypes.Requireable<PropTypes.InferProps<{
|
|
5
|
+
label: PropTypes.Requireable<string>;
|
|
6
|
+
message: PropTypes.Requireable<string>;
|
|
7
|
+
}>>;
|
|
8
|
+
const next: PropTypes.Requireable<PropTypes.InferProps<{
|
|
9
|
+
label: PropTypes.Requireable<string>;
|
|
10
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
11
|
+
'data-name': PropTypes.Requireable<string>;
|
|
12
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
13
|
+
}>>;
|
|
14
|
+
const klf: PropTypes.Requireable<PropTypes.InferProps<{
|
|
15
|
+
label: PropTypes.Requireable<string>;
|
|
16
|
+
tooltip: PropTypes.Requireable<string>;
|
|
17
|
+
}>>;
|
|
18
|
+
}
|
|
19
|
+
export default _default;
|
|
20
|
+
import PropTypes from "prop-types";
|
|
21
|
+
//# sourceMappingURL=prop-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/molecule/review-correction-popin/prop-types.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const steps: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
3
|
+
current: PropTypes.Requireable<boolean>;
|
|
4
|
+
icon: PropTypes.Requireable<string>;
|
|
5
|
+
value: PropTypes.Requireable<string>;
|
|
6
|
+
}> | null | undefined)[]>;
|
|
7
|
+
}
|
|
8
|
+
export default _default;
|
|
9
|
+
import PropTypes from "prop-types";
|
|
10
|
+
//# sourceMappingURL=prop-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/molecule/review-header-steps/prop-types.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
3
|
+
skillTitle: PropTypes.Requireable<string>;
|
|
4
|
+
skillAriaLabel: PropTypes.Requireable<string>;
|
|
5
|
+
buttonLabel: PropTypes.Requireable<string>;
|
|
6
|
+
buttonAriaLabel: PropTypes.Requireable<string>;
|
|
7
|
+
reviseLabel: PropTypes.Requireable<string>;
|
|
8
|
+
reviseAriaLabel: PropTypes.Requireable<string>;
|
|
9
|
+
isCustom: PropTypes.Requireable<boolean>;
|
|
10
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
import PropTypes from "prop-types";
|
|
14
|
+
//# sourceMappingURL=prop-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/molecule/skill-card/prop-types.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export namespace JWPlayerPropTypes {
|
|
2
|
+
const mimeType: PropTypes.Requireable<string>;
|
|
3
|
+
const scriptErrorMessage: PropTypes.Requireable<string>;
|
|
4
|
+
const disableAutostart: PropTypes.Requireable<boolean>;
|
|
5
|
+
const jwpOptions: PropTypes.Requireable<PropTypes.InferProps<{
|
|
6
|
+
file: PropTypes.Requireable<any>;
|
|
7
|
+
customProps: PropTypes.Requireable<PropTypes.InferProps<{
|
|
8
|
+
aspectratio: PropTypes.Requireable<string>;
|
|
9
|
+
tracks: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
10
|
+
file: PropTypes.Requireable<any>;
|
|
11
|
+
label: PropTypes.Requireable<string>;
|
|
12
|
+
kind: PropTypes.Requireable<string>;
|
|
13
|
+
default: PropTypes.Requireable<boolean>;
|
|
14
|
+
}> | null | undefined)[]>;
|
|
15
|
+
autostart: PropTypes.Requireable<string>;
|
|
16
|
+
width: PropTypes.Requireable<string>;
|
|
17
|
+
skin: PropTypes.Requireable<PropTypes.InferProps<{
|
|
18
|
+
name: PropTypes.Requireable<string>;
|
|
19
|
+
}>>;
|
|
20
|
+
}>>;
|
|
21
|
+
licenseKey: PropTypes.Validator<string>;
|
|
22
|
+
playerScript: PropTypes.Validator<any>;
|
|
23
|
+
playerId: PropTypes.Validator<string>;
|
|
24
|
+
}>>;
|
|
25
|
+
const onPlay: PropTypes.Requireable<(...args: any[]) => any>;
|
|
26
|
+
const onResume: PropTypes.Requireable<(...args: any[]) => any>;
|
|
27
|
+
const onPause: PropTypes.Requireable<(...args: any[]) => any>;
|
|
28
|
+
const onEnded: PropTypes.Requireable<(...args: any[]) => any>;
|
|
29
|
+
const onError: PropTypes.Requireable<(...args: any[]) => any>;
|
|
30
|
+
const onPlayAttemptFailed: PropTypes.Requireable<(...args: any[]) => any>;
|
|
31
|
+
const onAutostartNotAllowed: PropTypes.Requireable<(...args: any[]) => any>;
|
|
32
|
+
const onSetupError: PropTypes.Requireable<(...args: any[]) => any>;
|
|
33
|
+
const onWarning: PropTypes.Requireable<(...args: any[]) => any>;
|
|
34
|
+
}
|
|
35
|
+
declare namespace _default {
|
|
36
|
+
export const id: PropTypes.Requireable<string>;
|
|
37
|
+
export const width: PropTypes.Requireable<string>;
|
|
38
|
+
export const height: PropTypes.Requireable<string>;
|
|
39
|
+
export { SrcPropType as url };
|
|
40
|
+
const onPlay_1: PropTypes.Requireable<(...args: any[]) => any>;
|
|
41
|
+
export { onPlay_1 as onPlay };
|
|
42
|
+
const onResume_1: PropTypes.Requireable<(...args: any[]) => any>;
|
|
43
|
+
export { onResume_1 as onResume };
|
|
44
|
+
const onPause_1: PropTypes.Requireable<(...args: any[]) => any>;
|
|
45
|
+
export { onPause_1 as onPause };
|
|
46
|
+
const onEnded_1: PropTypes.Requireable<(...args: any[]) => any>;
|
|
47
|
+
export { onEnded_1 as onEnded };
|
|
48
|
+
const onError_1: PropTypes.Requireable<(...args: any[]) => any>;
|
|
49
|
+
export { onError_1 as onError };
|
|
50
|
+
export const autoplay: PropTypes.Requireable<boolean>;
|
|
51
|
+
const disableAutostart_1: PropTypes.Requireable<boolean>;
|
|
52
|
+
export { disableAutostart_1 as disableAutostart };
|
|
53
|
+
import jwpOptions_1 = JWPlayerPropTypes.jwpOptions;
|
|
54
|
+
export { jwpOptions_1 as jwpOptions };
|
|
55
|
+
const mimeType_1: PropTypes.Validator<string>;
|
|
56
|
+
export { mimeType_1 as mimeType };
|
|
57
|
+
}
|
|
58
|
+
export default _default;
|
|
59
|
+
import PropTypes from "prop-types";
|
|
60
|
+
import { SrcPropType } from "../../util/proptypes";
|
|
61
|
+
//# sourceMappingURL=prop-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/molecule/video-player/prop-types.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { GestureResponderEvent } from 'react-native';
|
|
3
|
+
export interface Props {
|
|
4
|
+
onSearchPress: (event: GestureResponderEvent) => any;
|
|
5
|
+
onSettingsPress: (event: GestureResponderEvent) => any;
|
|
6
|
+
onLogoLongPress: (event: GestureResponderEvent) => any;
|
|
7
|
+
}
|
|
8
|
+
export declare const HEADER_HEIGHT = 67;
|
|
9
|
+
declare const Header: (props: Props) => JSX.Element | null;
|
|
10
|
+
export default Header;
|
|
11
|
+
//# sourceMappingURL=index.native.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/organism/header-v2/index.native.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAmB,qBAAqB,EAAY,MAAM,cAAc,CAAC;AAWhF,MAAM,WAAW,KAAK;IACpB,aAAa,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,GAAG,CAAC;IACrD,eAAe,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,GAAG,CAAC;IACvD,eAAe,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,GAAG,CAAC;CACxD;AAED,eAAO,MAAM,aAAa,KAAK,CAAC;AA0ChC,QAAA,MAAM,MAAM,UAAW,KAAK,uBAyD3B,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TemplateContextValues } from '../../../../template/app-review/template-context';
|
|
2
|
+
import { Props } from '../../index.native';
|
|
3
|
+
declare type Fixture = {
|
|
4
|
+
props: Props;
|
|
5
|
+
mobileContext?: TemplateContextValues;
|
|
6
|
+
};
|
|
7
|
+
declare const fixture: Fixture;
|
|
8
|
+
export default fixture;
|
|
9
|
+
//# sourceMappingURL=default.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../src/organism/header-v2/test/fixtures/default.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,qBAAqB,EAAC,MAAM,kDAAkD,CAAC;AAEvF,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAEzC,aAAK,OAAO,GAAG;IACb,KAAK,EAAE,KAAK,CAAC;IACb,aAAa,CAAC,EAAE,qBAAqB,CAAC;CACvC,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAgBd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"on-longpress.d.ts","sourceRoot":"","sources":["../../../../src/organism/header-v2/test/on-longpress.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"on-search.d.ts","sourceRoot":"","sources":["../../../../src/organism/header-v2/test/on-search.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"on-setting.d.ts","sourceRoot":"","sources":["../../../../src/organism/header-v2/test/on-setting.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type NavItemType = {
|
|
3
|
+
label: string;
|
|
4
|
+
icon: any;
|
|
5
|
+
onPress: () => void;
|
|
6
|
+
};
|
|
7
|
+
export interface Props {
|
|
8
|
+
testID?: string;
|
|
9
|
+
items: Array<NavItemType>;
|
|
10
|
+
selectedItemIndex: number;
|
|
11
|
+
}
|
|
12
|
+
declare const NavigationBar: ({ items, selectedItemIndex }: Props) => JSX.Element | null;
|
|
13
|
+
export default NavigationBar;
|
|
14
|
+
//# sourceMappingURL=index.native.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/organism/mobile-navigation/index.native.tsx"],"names":[],"mappings":";AASA,oBAAY,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;CAC3B;AAwFD,QAAA,MAAM,aAAa,iCAAgC,KAAK,uBAoCvD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-selected-0.d.ts","sourceRoot":"","sources":["../../../../../src/organism/mobile-navigation/test/fixtures/menu-selected-0.ts"],"names":[],"mappings":"AAKA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAEzC,aAAK,OAAO,GAAG;IAAC,KAAK,EAAE,KAAK,CAAA;CAAC,CAAC;AAE9B,QAAA,MAAM,OAAO,EAAE,OASd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-selected-1.d.ts","sourceRoot":"","sources":["../../../../../src/organism/mobile-navigation/test/fixtures/menu-selected-1.ts"],"names":[],"mappings":"AAKA,OAAO,EAAC,KAAK,EAAC,MAAM,oBAAoB,CAAC;AAEzC,aAAK,OAAO,GAAG;IAAC,KAAK,EAAE,KAAK,CAAA;CAAC,CAAC;AAE9B,QAAA,MAAM,OAAO,EAAE,OASd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|