@superdispatch/ui-lab 0.21.4 → 0.21.5-alpha.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 +58 -58
- package/dist-node/index.js.map +1 -1
- package/dist-src/alert/Alert.js +2 -2
- package/dist-src/button/Button.js +1 -1
- package/dist-src/button-area/ButtonArea.js +1 -1
- package/dist-src/file-drop-zone/FileDropZone.js +2 -2
- package/dist-src/file-list-item/FileListItem.js +2 -2
- package/dist-src/linked-text/LinkedText.js +1 -1
- package/dist-src/navbar/Navbar.js +1 -1
- package/dist-src/navbar/NavbarAccordion.js +2 -2
- package/dist-src/navbar/NavbarAvatar.js +1 -1
- package/dist-src/navbar/NavbarBottomBar.js +2 -2
- package/dist-src/navbar/NavbarList.js +2 -2
- package/dist-src/navbar/NavbarMenu.js +1 -1
- package/dist-src/sidebar/Sidebar.js +1 -1
- package/dist-src/sidebar/SidebarBackButton.js +2 -2
- package/dist-src/sidebar/SidebarContent.js +1 -1
- package/dist-src/sidebar/SidebarDivider.js +1 -1
- package/dist-src/sidebar/SidebarMenuItem.js +2 -2
- package/dist-src/sidebar/SidebarMenuItemAction.js +1 -1
- package/dist-src/sidebar/SidebarMenuItemAvatar.js +1 -1
- package/dist-types/index.d.ts +311 -311
- package/dist-web/index.js +4 -4
- package/dist-web/index.js.map +1 -1
- package/package.json +34 -34
package/dist-web/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CheckCircle, Info, Error as Error$1, Image, Refresh, Delete, Menu, ExpandMore, MenuOpen, ArrowBack, OpenInNew } from '@
|
|
2
|
-
import { Alert as Alert$1 } from '@
|
|
1
|
+
import { CheckCircle, Info, Error as Error$1, Image, Refresh, Delete, Menu, ExpandMore, MenuOpen, ArrowBack, OpenInNew } from '@mui/icons-material';
|
|
2
|
+
import { Alert as Alert$1 } from '@mui/lab';
|
|
3
3
|
import { Color, parseResponsiveProp, isColorProp, parseSpaceProp, Stack, mergeRefs, useUID, isEmptyReactNode, Columns, Column, Inline, CardButton, useResponsiveValue, useCollapseBreakpoint } from '@superdispatch/ui';
|
|
4
4
|
import { forwardRef, useState, useEffect, useRef, useLayoutEffect, Suspense, memo, useContext, createContext, useMemo, createElement } from 'react';
|
|
5
5
|
import styled, { css, keyframes } from 'styled-components';
|
|
@@ -7,7 +7,7 @@ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
|
7
7
|
import _objectSpread from '@babel/runtime/helpers/objectSpread2';
|
|
8
8
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
9
9
|
import { CSSTransition } from 'react-transition-group';
|
|
10
|
-
import { ButtonBase, Typography, CircularProgress, SvgIcon, Link, Tooltip, IconButton, BottomNavigation, BottomNavigationAction, AccordionSummary, Accordion, useTheme, useMediaQuery, Drawer, Avatar, MenuItem, Menu as Menu$1, Toolbar, AppBar, Divider as Divider$1, Checkbox } from '@material
|
|
10
|
+
import { ButtonBase, Typography, CircularProgress, SvgIcon, Link, Tooltip, IconButton, BottomNavigation, BottomNavigationAction, AccordionSummary, Accordion, useTheme, useMediaQuery, Drawer, Avatar, MenuItem, Menu as Menu$1, Toolbar, AppBar, Divider as Divider$1, Checkbox } from '@mui/material';
|
|
11
11
|
import { mdiUpload, mdiFilePdfBox, mdiTextBox } from '@mdi/js';
|
|
12
12
|
import Dropzone from 'react-dropzone';
|
|
13
13
|
import { Anchorme } from 'react-anchorme';
|
|
@@ -1591,7 +1591,7 @@ var SidebarRoot = /*#__PURE__*/styled.aside.withConfig({
|
|
|
1591
1591
|
var SidebarHeader = /*#__PURE__*/styled.div.withConfig({
|
|
1592
1592
|
displayName: "Sidebar__SidebarHeader",
|
|
1593
1593
|
componentId: "SD__sc-b77o22-1"
|
|
1594
|
-
})(["top:0;z-index:
|
|
1594
|
+
})(["top:0;z-index:2;position:sticky;padding-left:24px;padding-right:24px;padding-bottom:8px;background-color:", ";"], Color.White);
|
|
1595
1595
|
var SidebarTitle = /*#__PURE__*/styled.div.withConfig({
|
|
1596
1596
|
displayName: "Sidebar__SidebarTitle",
|
|
1597
1597
|
componentId: "SD__sc-b77o22-2"
|