dirk-cfx-react 1.1.0 → 1.1.1

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/dist/index.js CHANGED
@@ -2332,6 +2332,7 @@ function DirkProvider(props) {
2332
2332
  ...props.themeOverride
2333
2333
  // Props theme will override/extend the entire theme
2334
2334
  }), [primaryColor, primaryShade, customTheme, props.themeOverride]);
2335
+ console.log("created merged theme:");
2335
2336
  console.log(mergedTheme);
2336
2337
  useEffect(() => {
2337
2338
  document.fonts.ready.then(() => {