@ncds/ui-admin 1.8.21-alpha.8 → 1.8.21

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.
Files changed (56) hide show
  1. package/dist/cjs/src/components/feedback-and-status/badge/Badge.js +1 -1
  2. package/dist/cjs/src/components/forms-and-input/input-base/InputBase.js +13 -7
  3. package/dist/cjs/src/components/forms-and-input/input-base/__tests__/InputBase.test.js +16 -11
  4. package/dist/cjs/src/components/navigation/pagination/Pagination.js +3 -1
  5. package/dist/cjs/src/components/navigation/pagination/__tests__/Pagination.test.js +74 -0
  6. package/dist/cjs/src/components/overlays/notification/CalloutNotification.js +6 -1
  7. package/dist/cjs/src/components/overlays/notification/Notification.js +22 -2
  8. package/dist/cjs/src/components/overlays/notification/__tests__/CalloutNotification.test.js +128 -0
  9. package/dist/cjs/src/components/overlays/notification/__tests__/Notification.test.js +83 -0
  10. package/dist/cjs/src/components/overlays/postcode-search-modal/PostcodeSearchModal.js +72 -90
  11. package/dist/cjs/src/components/overlays/postcode-search-modal/PostcodeSearchModalTip.js +70 -0
  12. package/dist/cjs/src/components/overlays/postcode-search-modal/__tests__/PostcodeSearchModal.test.js +96 -39
  13. package/dist/cjs/src/generated/scoped-css.js +1 -1
  14. package/dist/esm/src/components/feedback-and-status/badge/Badge.js +1 -1
  15. package/dist/esm/src/components/forms-and-input/input-base/InputBase.js +13 -7
  16. package/dist/esm/src/components/forms-and-input/input-base/__tests__/InputBase.test.js +16 -11
  17. package/dist/esm/src/components/navigation/pagination/Pagination.js +3 -1
  18. package/dist/esm/src/components/navigation/pagination/__tests__/Pagination.test.js +74 -0
  19. package/dist/esm/src/components/overlays/notification/CalloutNotification.js +6 -1
  20. package/dist/esm/src/components/overlays/notification/Notification.js +22 -2
  21. package/dist/esm/src/components/overlays/notification/__tests__/CalloutNotification.test.js +125 -0
  22. package/dist/esm/src/components/overlays/notification/__tests__/Notification.test.js +80 -0
  23. package/dist/esm/src/components/overlays/postcode-search-modal/PostcodeSearchModal.js +72 -90
  24. package/dist/esm/src/components/overlays/postcode-search-modal/PostcodeSearchModalTip.js +63 -0
  25. package/dist/esm/src/components/overlays/postcode-search-modal/__tests__/PostcodeSearchModal.test.js +96 -39
  26. package/dist/esm/src/generated/scoped-css.js +1 -1
  27. package/dist/temp/src/components/feedback-and-status/badge/Badge.d.ts +1 -1
  28. package/dist/temp/src/components/feedback-and-status/badge/Badge.js +1 -1
  29. package/dist/temp/src/components/forms-and-input/input-base/InputBase.js +10 -4
  30. package/dist/temp/src/components/forms-and-input/input-base/__tests__/InputBase.test.js +14 -12
  31. package/dist/temp/src/components/navigation/pagination/Pagination.js +3 -1
  32. package/dist/temp/src/components/navigation/pagination/__tests__/Pagination.test.js +74 -0
  33. package/dist/temp/src/components/overlays/notification/CalloutNotification.d.ts +3 -1
  34. package/dist/temp/src/components/overlays/notification/CalloutNotification.js +5 -1
  35. package/dist/temp/src/components/overlays/notification/Notification.d.ts +12 -2
  36. package/dist/temp/src/components/overlays/notification/Notification.js +9 -4
  37. package/dist/temp/src/components/overlays/notification/__tests__/CalloutNotification.test.d.ts +1 -0
  38. package/dist/temp/src/components/overlays/notification/__tests__/CalloutNotification.test.js +108 -0
  39. package/dist/temp/src/components/overlays/notification/__tests__/Notification.test.d.ts +1 -0
  40. package/dist/temp/src/components/overlays/notification/__tests__/Notification.test.js +71 -0
  41. package/dist/temp/src/components/overlays/postcode-search-modal/PostcodeSearchModal.d.ts +2 -6
  42. package/dist/temp/src/components/overlays/postcode-search-modal/PostcodeSearchModal.js +38 -27
  43. package/dist/temp/src/components/overlays/postcode-search-modal/PostcodeSearchModalTip.d.ts +16 -0
  44. package/dist/temp/src/components/overlays/postcode-search-modal/PostcodeSearchModalTip.js +24 -0
  45. package/dist/temp/src/components/overlays/postcode-search-modal/__tests__/PostcodeSearchModal.test.js +82 -35
  46. package/dist/temp/src/generated/scoped-css.js +1 -1
  47. package/dist/types/src/components/feedback-and-status/badge/Badge.d.ts +1 -1
  48. package/dist/types/src/components/overlays/notification/CalloutNotification.d.ts +3 -1
  49. package/dist/types/src/components/overlays/notification/Notification.d.ts +12 -2
  50. package/dist/types/src/components/overlays/notification/__tests__/CalloutNotification.test.d.ts +1 -0
  51. package/dist/types/src/components/overlays/notification/__tests__/Notification.test.d.ts +1 -0
  52. package/dist/types/src/components/overlays/postcode-search-modal/PostcodeSearchModal.d.ts +2 -6
  53. package/dist/types/src/components/overlays/postcode-search-modal/PostcodeSearchModalTip.d.ts +16 -0
  54. package/dist/ui-admin/assets/styles/style.css +91 -33
  55. package/package.json +1 -1
  56. package/dist/ui-admin/assets/styles/style.scoped.css +0 -8557

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.