@crediblemark/build 0.24.0 → 0.24.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.
|
@@ -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
package/dist/no-external.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/no-external.mjs
CHANGED