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/components/index.cjs.map +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/providers/index.cjs +1 -0
- package/dist/providers/index.cjs.map +1 -1
- package/dist/providers/index.js +1 -0
- package/dist/providers/index.js.map +1 -1
- package/package.json +1 -1
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(() => {
|