@superdispatch/ui-lab 0.21.4 → 0.21.5
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 +1 -1
- package/dist-node/index.js.map +1 -1
- package/dist-src/sidebar/Sidebar.js +1 -1
- package/dist-types/index.d.ts +308 -308
- package/dist-web/index.js +1 -1
- package/dist-web/index.js.map +1 -1
- package/package.json +34 -34
package/dist-node/index.js
CHANGED
|
@@ -1598,7 +1598,7 @@ var SidebarRoot = /*#__PURE__*/styled__default.aside.withConfig({
|
|
|
1598
1598
|
var SidebarHeader = /*#__PURE__*/styled__default.div.withConfig({
|
|
1599
1599
|
displayName: "Sidebar__SidebarHeader",
|
|
1600
1600
|
componentId: "SD__sc-b77o22-1"
|
|
1601
|
-
})(["top:0;z-index:
|
|
1601
|
+
})(["top:0;z-index:2;position:sticky;padding-left:24px;padding-right:24px;padding-bottom:8px;background-color:", ";"], ui.Color.White);
|
|
1602
1602
|
var SidebarTitle = /*#__PURE__*/styled__default.div.withConfig({
|
|
1603
1603
|
displayName: "Sidebar__SidebarTitle",
|
|
1604
1604
|
componentId: "SD__sc-b77o22-2"
|