@royaloperahouse/harmonic 1.0.6-n → 1.0.6-o

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.
@@ -692,13 +692,6 @@
692
692
  --color-state-focused: #1e1da0;
693
693
  --color-state-disabled: #b3b3b3;
694
694
 
695
- /* RBO Streams */
696
- --color-rbo-alto: '#DDDDDD';
697
- --color-rbo-dimGray: '#727272';
698
- --color-rbo-grey94: '#F0F0F0';
699
- --color-rbo-wildSand: '#F6F6F6';
700
- --color-rbo-error: '#CC071E';
701
-
702
695
  /* RBO Red (Core) */
703
696
  --color-rbo-red-hovered: #c40808;
704
697
  --color-rbo-red-pressed: #9d0707;
@@ -1163,6 +1156,12 @@
1163
1156
  --color-primary-button-reverse-bg: #1a1a1a;
1164
1157
  --color-primary-button-reverse: #ffffff;
1165
1158
 
1159
+ --color-border-lightgrey: #DDDDDD;
1160
+ --color-grey72: #727272;
1161
+ --color-grey94: #F0F0F0;
1162
+ --color-rbo-sand: #F6F6F6;
1163
+ --color-rbo-error: #CC071E;
1164
+
1166
1165
  --button-color: var(--color-base-white);
1167
1166
  --button-bg-color: var(--color-primary-black);
1168
1167
  --button-hover-color: var(--color-black-hovered);