@aarhus-university/au-designsystem-delphinus 1.3.4 → 1.3.5

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/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 1.3.5 (January 16, 2024)
2
+
3
+ ### Core Delphinus Updates
4
+ * Fixed hover color on highlighted .shortcut
5
+
1
6
  ## 1.3.4 (January 16, 2024)
2
7
 
3
8
  ### Core Delphinus Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aarhus-university/au-designsystem-delphinus",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "concurrently \"npm run nodemon\" \"npm run sass\" \"npm run build\"",
@@ -32,7 +32,7 @@ block content
32
32
  p Show the open state of the autocomplete component.
33
33
  .form__field
34
34
  .autosuggest.autosuggest--open(role="combobox" aria-haspopup="listbox" aria-owns="react-autowhatever-1" aria-expanded="true")
35
- input.autosuggest__input.autosuggest__input--open.autosuggest__input--focused(type="text" autocomplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-1" aria-label="" id="" value="hdaklsdhsakljhd")
35
+ input.autosuggest__input.autosuggest__input--open.autosuggest__input--focused(type="text" autocomplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-1" aria-label="Static empty state form field example" id="" value="hdaklsdhsakljhd")
36
36
  .autosuggest__suggestions.autosuggest__suggestions--open(id="react-autowhatever-1" role="listbox")
37
37
  ul.autosuggest__suggestions__list(role="listbox")
38
38
  li.autosuggest__suggestions__list__item.autosuggest__suggestions__list--first(role="option" id="react-autowhatever-1--item-0" aria-selected="false" data-suggestion-index="0")
@@ -45,7 +45,7 @@ block content
45
45
  p Show the open state of the autocomplete component.
46
46
  .form__field
47
47
  .autosuggest.autosuggest--open(role="combobox" aria-haspopup="listbox" aria-owns="react-autowhatever-1" aria-expanded="true")
48
- input.autosuggest__input.autosuggest__input--open.autosuggest__input--focused(type="text" autocomplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-1" aria-label="" id="" value="hansen")
48
+ input.autosuggest__input.autosuggest__input--open.autosuggest__input--focused(type="text" autocomplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-1" aria-label="Static form markup example" id="" value="hansen")
49
49
  .autosuggest__suggestions.autosuggest__suggestions--open(id="react-autowhatever-1" role="listbox")
50
50
  ul.autosuggest__suggestions__list(role="listbox")
51
51
  li.autosuggest__suggestions__list__item.autosuggest__suggestions__list--first(role="option" id="react-autowhatever-1--item-0" aria-selected="false" data-suggestion-index="0")
@@ -5,6 +5,10 @@
5
5
 
6
6
  &--highlighted {
7
7
  @include set-colors('theme');
8
+
9
+ &:hover {
10
+ @include set-colors('theme-hover');
11
+ }
8
12
  }
9
13
 
10
14
  &:hover {