@comicrelief/storybook 1.30.5 → 1.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +14 -14
- package/coverage/clover.xml +177 -0
- package/coverage/coverage-final.json +9 -0
- package/coverage/lcov-report/base.css +212 -0
- package/coverage/lcov-report/index.html +125 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +1 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +158 -0
- package/coverage/lcov-report/src/components/FileUp/FileUp.js.html +543 -0
- package/coverage/lcov-report/src/components/FileUp/index.html +73 -0
- package/coverage/lcov-report/src/components/FileUp/src/service/S3FileUploadService.js.html +177 -0
- package/coverage/lcov-report/src/components/FileUp/src/service/index.html +73 -0
- package/coverage/lcov-report/src/components/SchoolsLookUp/SchoolsLookUp.js.html +1725 -0
- package/coverage/lcov-report/src/components/SchoolsLookUp/index.html +73 -0
- package/coverage/lcov-report/src/utils/index.html +73 -0
- package/coverage/lcov-report/src/utils/newid.js.html +63 -0
- package/coverage/lcov-report/tests/mocks/enzyme.js.html +69 -0
- package/coverage/lcov-report/tests/mocks/fileMock.js.html +48 -0
- package/coverage/lcov-report/tests/mocks/index.html +112 -0
- package/coverage/lcov-report/tests/mocks/shim.js.html +54 -0
- package/coverage/lcov-report/tests/mocks/styleMock.js.html +48 -0
- package/coverage/lcov.info +400 -0
- package/cypress/snapshots/All Specs/__diff_output__/Browser Support message -- should load default story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Checkbox Field -- should click checkbox.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Checkbox Field -- should load default story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Cookie Consent Message -- should load default story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/File Upload -- should load default story.diff.png +0 -0
- package/package.json +1 -1
- package/src/components/MarketingConsent/FormData.js +9 -32
- package/src/components/MarketingConsent/MarketingConsent.js +34 -31
- package/src/components/MarketingConsent/MarketingConsent.scss +99 -1
- package/src/components/MarketingConsent/MarketingConsentCheckbox.js +14 -7
- package/cypress/snapshots/All Specs/__diff_output__/Grants Infographics -- should load default story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Grants Near You -- should load default story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Input Field -- should load Checkbox story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Input Field -- should load Email Field story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Input Field -- should load Number Field story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Input Field -- should load Number Field with all props possible story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Input Field -- should load Optional text Field with only required props story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Input Field -- should load Telephone Field story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Input Field -- should load Text Field story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Input Field -- should load Text Field with inline button story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Marketing Consent -- should load default story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Postcode Lookup -- should load default story.diff.png +0 -0
- package/cypress/snapshots/All Specs/__diff_output__/Postcode Lookup -- should load results.diff.png +0 -0
- package/cypress/snapshots/components/CheckboxField_spec.js/__diff_output__/Checkbox Field -- should click checkbox.diff.png +0 -0
- package/cypress/videos/components/_Footer_spec.js.mp4 +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.