@royaloperahouse/harmonic 1.0.6-p → 1.0.6-r

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
@@ -5,8 +5,7 @@
5
5
  - Added new CustomStrategy filter
6
6
  - Fixed alignment between title and sponsor logo upon Header
7
7
  - extended HighlightsCarousel to change infinit from false to true
8
- ## [1.0.5]
9
- - PrimaryButton hover only for device detected hover functionality
8
+ - PrimaryButton hover only for device detected hover functionality
10
9
 
11
10
  ## [1.0.4]
12
11
  - Castfilter: fix NDVA issues
@@ -1156,10 +1156,10 @@
1156
1156
  --color-primary-button-reverse-bg: #1a1a1a;
1157
1157
  --color-primary-button-reverse: #ffffff;
1158
1158
 
1159
- --color-border-lightgrey: #DDDDDD;
1160
- --color-grey72: #727272;
1161
- --color-grey94: #F0F0F0;
1162
- --color-rbo-sand: #F6F6F6;
1159
+ --color-border-basic: #DDDDDD;
1160
+ --color-input-basic: #727272;
1161
+ --color-border-secondary: #F0F0F0;
1162
+ --color-container-backgroud: #F6F6F6;
1163
1163
  --color-rbo-error: #CC071E;
1164
1164
 
1165
1165
  --button-color: var(--color-base-white);