@crediblemark/build 0.24.0 → 0.24.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.
@@ -6082,6 +6082,7 @@ var Layout = ({ children }) => {
6082
6082
  className: `CredBuild ${theme === "dark" ? "dark" : ""} ${getClassName21({
6083
6083
  hidePlugins: hasLegacySideBarPlugin
6084
6084
  })}`,
6085
+ "data-theme": theme,
6085
6086
  id: instanceId,
6086
6087
  style: { height },
6087
6088
  children: [
package/dist/index.js CHANGED
@@ -14807,6 +14807,7 @@ var Layout = ({ children }) => {
14807
14807
  className: `CredBuild ${theme === "dark" ? "dark" : ""} ${getClassName43({
14808
14808
  hidePlugins: hasLegacySideBarPlugin
14809
14809
  })}`,
14810
+ "data-theme": theme,
14810
14811
  id: instanceId,
14811
14812
  style: { height },
14812
14813
  children: [
package/dist/index.mjs CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  registerOverlayPortal,
13
13
  useCredBuild,
14
14
  useGetCredBuild
15
- } from "./chunk-EDVDS4CH.mjs";
15
+ } from "./chunk-5H2KI7SK.mjs";
16
16
  import "./chunk-FC3ZRBT2.mjs";
17
17
  import {
18
18
  setDeep
@@ -14807,6 +14807,7 @@ var Layout = ({ children }) => {
14807
14807
  className: `CredBuild ${theme === "dark" ? "dark" : ""} ${getClassName43({
14808
14808
  hidePlugins: hasLegacySideBarPlugin
14809
14809
  })}`,
14810
+ "data-theme": theme,
14810
14811
  id: instanceId,
14811
14812
  style: { height },
14812
14813
  children: [
@@ -12,7 +12,7 @@ import {
12
12
  registerOverlayPortal,
13
13
  useCredBuild,
14
14
  useGetCredBuild
15
- } from "./chunk-EDVDS4CH.mjs";
15
+ } from "./chunk-5H2KI7SK.mjs";
16
16
  import "./chunk-FC3ZRBT2.mjs";
17
17
  import {
18
18
  setDeep
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crediblemark/build",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "The open-source visual editor for React",
5
5
  "author": "Rasyiqi Crediblemark",
6
6
  "repository": {