@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/es/index.js
CHANGED
|
@@ -1700,7 +1700,7 @@ function RlsButtonToggle({ onAction, options, type, automatic, disabled, rlsThem
|
|
|
1700
1700
|
}
|
|
1701
1701
|
|
|
1702
1702
|
function RlsContent({ children, identifier, rlsTheme }) {
|
|
1703
|
-
return (jsxRuntimeExports.jsx("
|
|
1703
|
+
return (jsxRuntimeExports.jsx("div", { id: identifier, className: "rls-app__page__content", "rls-theme": rlsTheme, children: children }));
|
|
1704
1704
|
}
|
|
1705
1705
|
|
|
1706
1706
|
const errorsDictionary = {
|