@thecb/components 10.7.0-beta.0 → 10.7.0-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "10.7.0-beta.0",
3
+ "version": "10.7.0-beta.2",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -89,6 +89,8 @@ const ButtonWithAction = forwardRef(
89
89
  variant
90
90
  );
91
91
  const { isMobile } = themeContext;
92
+ console.log("button text / theme context is", text, themeContext);
93
+ console.log("button text / theme values are", text, themeValues);
92
94
 
93
95
  const hoverStyles = `
94
96
  outline: none;
@@ -91,6 +91,7 @@ const Obligation = ({
91
91
  configIconMap={config.iconMap}
92
92
  iconValue={config.iconValue}
93
93
  customAttributes={customAttributes}
94
+ iconColor={themeValues.iconColor}
94
95
  />
95
96
  )}
96
97
  <TitleModule