@superdispatch/ui-lab 0.38.2 → 0.39.0
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-node/index.js
CHANGED
|
@@ -36,7 +36,7 @@ var iconMapping = {
|
|
|
36
36
|
success: /*#__PURE__*/jsxRuntime.jsx(icons.CheckCircle, {}),
|
|
37
37
|
info: /*#__PURE__*/jsxRuntime.jsx(icons.Info, {}),
|
|
38
38
|
error: /*#__PURE__*/jsxRuntime.jsx(icons.Error, {}),
|
|
39
|
-
warning: /*#__PURE__*/jsxRuntime.jsx(icons.
|
|
39
|
+
warning: /*#__PURE__*/jsxRuntime.jsx(icons.WarningRounded, {})
|
|
40
40
|
};
|
|
41
41
|
var Alert = /*#__PURE__*/react.forwardRef((_ref, ref) => {
|
|
42
42
|
var {
|
|
@@ -1488,7 +1488,7 @@ function NavbarList(_ref6) {
|
|
|
1488
1488
|
var Aside = /*#__PURE__*/styled__default.aside.withConfig({
|
|
1489
1489
|
displayName: "Navbar__Aside",
|
|
1490
1490
|
componentId: "SD__sc-1oiqig8-0"
|
|
1491
|
-
})(["display:flex;flex-direction:column;overflow:auto;"]);
|
|
1491
|
+
})(["display:flex;flex-direction:column;overflow:auto;border-right:1px solid ", ";"], ui.ColorDynamic.Silver400);
|
|
1492
1492
|
var Main = /*#__PURE__*/styled__default.main.withConfig({
|
|
1493
1493
|
displayName: "Navbar__Main",
|
|
1494
1494
|
componentId: "SD__sc-1oiqig8-1"
|