@ons/design-system 65.0.0 → 65.1.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.
Files changed (61) hide show
  1. package/components/address-input/autosuggest.address.error.js +1 -1
  2. package/components/address-input/autosuggest.address.js +2 -2
  3. package/components/address-input/autosuggest.address.spec.js +5 -5
  4. package/components/autosuggest/_autosuggest.scss +11 -6
  5. package/components/autosuggest/_macro.njk +32 -31
  6. package/components/autosuggest/_macro.spec.js +18 -18
  7. package/components/autosuggest/autosuggest.spec.js +31 -31
  8. package/components/autosuggest/autosuggest.ui.js +8 -9
  9. package/components/card/_card.scss +14 -0
  10. package/components/card/_macro.njk +7 -8
  11. package/components/checkboxes/example-checkboxes-with-revealed-checkboxes-expanded.njk +88 -0
  12. package/components/checkboxes/example-checkboxes-with-revealed-radios-expanded.njk +70 -0
  13. package/components/checkboxes/example-checkboxes-with-revealed-select-expanded.njk +72 -0
  14. package/components/checkboxes/example-checkboxes-with-revealed-text-input-expanded.njk +60 -0
  15. package/components/content-pagination/_content-pagination.scss +1 -1
  16. package/components/document-list/_macro.njk +5 -7
  17. package/components/document-list/_macro.spec.js +2 -2
  18. package/components/document-list/example-document-list-search-result-featured.njk +1 -1
  19. package/components/document-list/example-document-list-search-results.njk +3 -3
  20. package/components/fieldset/_fieldset.scss +1 -1
  21. package/components/header/_macro.njk +4 -4
  22. package/components/header/example-header-external-with-navigation.njk +5 -5
  23. package/components/header/example-header-external-with-service-links.njk +3 -3
  24. package/components/header/example-header-external-with-sub-navigation.njk +10 -10
  25. package/components/header/example-header-internal.njk +2 -2
  26. package/components/header/example-header-neutral-for-multicoloured-logo.njk +6 -6
  27. package/components/list/_list.scss +5 -2
  28. package/components/list/_macro.njk +22 -10
  29. package/components/list/_macro.spec.js +42 -0
  30. package/components/navigation/_macro.njk +6 -6
  31. package/components/navigation/_macro.spec.js +4 -4
  32. package/components/pagination/_macro.njk +17 -2
  33. package/components/pagination/_pagination.scss +14 -0
  34. package/components/question/example-question-interviewer-note.njk +1 -1
  35. package/components/radios/example-radios-with-clear-button-expanded.njk +98 -0
  36. package/components/radios/example-radios-with-revealed-checkboxes-expanded.njk +70 -0
  37. package/components/radios/example-radios-with-revealed-radios-expanded.njk +69 -0
  38. package/components/radios/example-radios-with-revealed-select-expanded.njk +70 -0
  39. package/components/radios/example-radios-with-revealed-text-input-expanded.njk +81 -0
  40. package/components/relationships/_macro.spec.js +9 -11
  41. package/components/relationships/example-relationships-error.njk +28 -28
  42. package/components/relationships/example-relationships-you.njk +29 -29
  43. package/components/relationships/example-relationships.njk +28 -28
  44. package/components/relationships/relationships.spec.js +13 -13
  45. package/components/reply/_macro.njk +5 -2
  46. package/components/reply/_macro.spec.js +7 -1
  47. package/components/section-navigation/_macro.njk +2 -1
  48. package/components/section-navigation/_macro.spec.js +2 -13
  49. package/components/tabs/_macro.njk +5 -5
  50. package/components/tabs/_macro.spec.js +1 -1
  51. package/components/tabs/example-tabs-details.njk +3 -0
  52. package/components/tabs/example-tabs.njk +0 -1
  53. package/components/textarea/example-textarea-error.njk +4 -4
  54. package/css/main.css +2 -2
  55. package/css/print.css +1 -1
  56. package/js/cookies-settings.js +1 -1
  57. package/package.json +19 -21
  58. package/scripts/main.es5.js +1 -1
  59. package/scripts/main.js +1 -1
  60. package/scss/overrides/hcm.scss +4 -4
  61. package/scss/print.scss +1 -1
@@ -15,17 +15,17 @@
15
15
  }
16
16
 
17
17
  // Adds some style adjustments to the focused item to make it obvious something is selected
18
- .ons-autosuggest-input {
18
+ .ons-autosuggest {
19
19
  &__results {
20
20
  border: 1px solid Highlight !important;
21
21
  }
22
22
 
23
- .ons-autosuggest-input__option {
23
+ .ons-autosuggest__option {
24
24
  &:focus,
25
25
  &:hover,
26
- &:hover .ons-autosuggest-input__category,
26
+ &:hover .ons-autosuggest__category,
27
27
  &--focused,
28
- &--focused .ons-autosuggest-input__category {
28
+ &--focused .ons-autosuggest__category {
29
29
  background: Highlight !important;
30
30
  color: HighlightText !important;
31
31
  forced-color-adjust: none;
package/scss/print.scss CHANGED
@@ -51,7 +51,7 @@ details > summary {
51
51
  }
52
52
 
53
53
  .ons-hero {
54
- color-adjust: exact;
54
+ print-color-adjust: exact;
55
55
  }
56
56
 
57
57
  .ons-grid__col {