@gomusdev/web-components 1.17.0 → 1.19.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.
@@ -756,7 +756,7 @@
756
756
  background-color: #12826a;
757
757
  background-color: var(--primary);
758
758
  color: white;
759
- font-size: 1.2rem;
759
+ font-size: 1rem;
760
760
  padding: 20px 60px;
761
761
  border: none;
762
762
  border-radius: 0;
@@ -769,7 +769,33 @@
769
769
  background-color: #12826a;
770
770
  background-color: var(--primary);
771
771
  color: white;
772
- font-size: 1.2rem;
772
+ font-size: 1rem;
773
+ padding: 20px 60px;
774
+ border: none;
775
+ border-radius: 0;
776
+ cursor: pointer;
777
+ transition: background-color 0.3s ease;
778
+ }
779
+
780
+ :host .button-primary {
781
+ margin-top: 2rem;
782
+ background-color: #12826a;
783
+ background-color: var(--primary);
784
+ color: white;
785
+ font-size: 1rem;
786
+ padding: 20px 60px;
787
+ border: none;
788
+ border-radius: 0;
789
+ cursor: pointer;
790
+ transition: background-color 0.3s ease;
791
+ }
792
+
793
+ :root .button-primary {
794
+ margin-top: 2rem;
795
+ background-color: #12826a;
796
+ background-color: var(--primary);
797
+ color: white;
798
+ font-size: 1rem;
773
799
  padding: 20px 60px;
774
800
  border: none;
775
801
  border-radius: 0;
@@ -953,6 +979,8 @@ ul[data-go-timeslots] label:has(input[type='radio']:checked) {
953
979
  border-color: #12826a;
954
980
  border-color: var(--primary);
955
981
  color: white;
982
+ outline: 3px solid #12826a;
983
+ outline: var(--outline-hover);
956
984
  }
957
985
 
958
986
  /* Finished (unavailable) timeslot */
@@ -983,6 +1011,8 @@ ul[data-go-timeslots] label:hover {
983
1011
  /*background-color: #f0f0f0;*/
984
1012
  border-color: #12826a;
985
1013
  border-color: var(--primary);
1014
+ outline: 3px solid #12826a;
1015
+ outline: var(--outline-hover);
986
1016
  }
987
1017
 
988
1018
  /* 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.19.0",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",