@rolster/react-components 18.24.1 → 18.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.
package/dist/cjs/index.js
CHANGED
|
@@ -1702,7 +1702,7 @@ function RlsButtonToggle({ onAction, options, type, automatic, disabled, rlsThem
|
|
|
1702
1702
|
}
|
|
1703
1703
|
|
|
1704
1704
|
function RlsContent({ children, identifier, rlsTheme }) {
|
|
1705
|
-
return (jsxRuntimeExports.jsx("
|
|
1705
|
+
return (jsxRuntimeExports.jsx("div", { id: identifier, className: "rls-app__page__content", "rls-theme": rlsTheme, children: children }));
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
1708
|
const errorsDictionary = {
|