@ons/design-system 72.2.0 → 72.2.1

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.
@@ -83,7 +83,6 @@ describe('FOR: Macro: Address-input', () => {
83
83
  ariaYouHaveSelected: '[params.ariaYouHaveSelected]',
84
84
  ariaMinChars: '[params.ariaMinChars]',
85
85
  minChars: '[params.minChars]',
86
- ariaResultsLabel: '[params.ariaResultsLabel]',
87
86
  ariaOneResult: '[params.ariaOneResult]',
88
87
  ariaNResults: '[params.ariaNResults]',
89
88
  ariaLimitedResults: '[params.ariaLimitedResults]',
@@ -15,7 +15,6 @@ const EXAMPLE_ADDRESS_INPUT = {
15
15
  ariaYouHaveSelected: 'You have selected',
16
16
  ariaMinChars: 'Enter 3 or more characters for suggestions.',
17
17
  minChars: 3,
18
- ariaResultsLabel: 'Country suggestions',
19
18
  ariaOneResult: 'There is one suggestion available.',
20
19
  ariaNResults: 'There are {n} suggestions available.',
21
20
  ariaLimitedResults: 'Type more characters to improve your search',
@@ -16,7 +16,6 @@ const EXAMPLE_AUTOSUGGEST = {
16
16
  ariaYouHaveSelected: 'You have selected',
17
17
  ariaMinChars: 'Enter 3 or more characters for suggestions.',
18
18
  minChars: 3,
19
- ariaResultsLabel: 'Country suggestions',
20
19
  ariaOneResult: 'There is one suggestion available.',
21
20
  ariaNResults: 'There are {n} suggestions available.',
22
21
  ariaLimitedResults: 'Type more characters to improve your search',
@@ -40,7 +39,6 @@ const EXAMPLE_AUTOSUGGEST_WITH_LANGUAGE = {
40
39
  ariaYouHaveSelected: 'You have selected',
41
40
  ariaMinChars: 'Enter 3 or more characters for suggestions.',
42
41
  minChars: 3,
43
- ariaResultsLabel: 'Country suggestions',
44
42
  ariaOneResult: 'There is one suggestion available.',
45
43
  ariaNResults: 'There are {n} suggestions available.',
46
44
  ariaLimitedResults: 'Type more characters to improve your search',
@@ -28,8 +28,9 @@ $button-shadow-size: 3px;
28
28
 
29
29
  &--search {
30
30
  .ons-icon {
31
- @include mq(s, l) {
32
- margin-right: 0.5rem;
31
+ margin: 0.125rem 0.5rem 0.125rem 0;
32
+ @include mq(xs, s) {
33
+ margin-right: 0;
33
34
  }
34
35
  }
35
36
  }