@gomusdev/web-components 1.17.0 → 1.18.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.
@@ -953,6 +953,8 @@ ul[data-go-timeslots] label:has(input[type='radio']:checked) {
953
953
  border-color: #12826a;
954
954
  border-color: var(--primary);
955
955
  color: white;
956
+ outline: 3px solid #12826a;
957
+ outline: var(--outline-hover);
956
958
  }
957
959
 
958
960
  /* Finished (unavailable) timeslot */
@@ -983,6 +985,8 @@ ul[data-go-timeslots] label:hover {
983
985
  /*background-color: #f0f0f0;*/
984
986
  border-color: #12826a;
985
987
  border-color: var(--primary);
988
+ outline: 3px solid #12826a;
989
+ outline: var(--outline-hover);
986
990
  }
987
991
 
988
992
  /* Focus state for better accessibility */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "1.17.0",
7
+ "version": "1.18.0",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",