@vention/machine-ui 5.20.6 → 5.20.8
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/index.esm.js +3 -3
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { Typography, useTheme, Button, Stack, Box as Box$1, Grid, IconButton, ClickAwayListener, Modal, CircularProgress as CircularProgress$1, linearProgressClasses, LinearProgress, InputAdornment, TextField, Radio, FormControlLabel, FormControl, Select, MenuItem, FormHelperText, ButtonGroup, Paper, Card, CardMedia, CardContent, ListItemIcon, ListItemText, Popover, MenuList, Drawer, Autocomplete, Tooltip, Checkbox } from '@mui/material';
|
|
3
3
|
import { IconCheck, IconAlertTriangleFilled, IconAlertTriangle, IconExclamationMark, IconExternalLink, IconX, IconInfoCircleFilled, IconCircleCheckFilled, IconChevronUp, IconChevronDown, IconInfoCircle, IconInfoSmall, IconMinus, IconPlus, IconLoader2, IconCaretRightFilled, IconChevronsRight, IconChevronsLeft, IconChevronRight } from '@tabler/icons-react';
|
|
4
|
-
import { lazy, memo, Suspense, forwardRef, useState, cloneElement, useRef, useEffect, useCallback, useMemo, createContext, useContext, useImperativeHandle, Children, Fragment as Fragment$1, useReducer } from 'react';
|
|
4
|
+
import { lazy, memo, Suspense, forwardRef, useState, cloneElement, useRef, useEffect, useCallback, useMemo, createContext, useContext, useImperativeHandle, Children, Fragment as Fragment$1, useReducer, useLayoutEffect } from 'react';
|
|
5
5
|
import { tss } from 'tss-react/mui';
|
|
6
6
|
import Box from '@mui/material/Box';
|
|
7
7
|
import CircularProgress from '@mui/material/CircularProgress';
|
|
@@ -7467,7 +7467,7 @@ const radioColorMap = {
|
|
|
7467
7467
|
},
|
|
7468
7468
|
unchecked: {
|
|
7469
7469
|
outlined: palette => ({
|
|
7470
|
-
borderColor:
|
|
7470
|
+
borderColor: COLORS["slate"][400],
|
|
7471
7471
|
borderColorOnHover: palette.border.hover,
|
|
7472
7472
|
borderColorOnPress: palette.border.active,
|
|
7473
7473
|
borderColorOnError: palette.border.destructive,
|
|
@@ -13818,7 +13818,7 @@ function VentionPositionedComponent({
|
|
|
13818
13818
|
top: 0,
|
|
13819
13819
|
left: 0
|
|
13820
13820
|
});
|
|
13821
|
-
|
|
13821
|
+
useLayoutEffect(() => {
|
|
13822
13822
|
const {
|
|
13823
13823
|
width,
|
|
13824
13824
|
height
|