@royaloperahouse/harmonic 1.0.6-l → 1.0.6-n

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,6 +692,13 @@
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
+
695
702
  /* RBO Red (Core) */
696
703
  --color-rbo-red-hovered: #c40808;
697
704
  --color-rbo-red-pressed: #9d0707;
@@ -5769,7 +5769,9 @@ var Accordions = function Accordions(_ref) {
5769
5769
  title: accordion.title,
5770
5770
  showBottomLine: isLastAccordion(index),
5771
5771
  expandedStateIcon: accordion.expandedStateIcon,
5772
- collapsedStateIcon: accordion.collapsedStateIcon
5772
+ collapsedStateIcon: accordion.collapsedStateIcon,
5773
+ titleMargin: accordion.titleMargin,
5774
+ childrenContainerStyle: accordion.childrenContainerStyle
5773
5775
  }, accordion.children);
5774
5776
  }));
5775
5777
  };