@blocklet/pages-kit 0.2.266 → 0.2.268
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.useTheme = exports.useMediaQuery = exports.styled = exports.createTheme = exports.alpha = exports.Zoom = exports.Typography = exports.ThemeProvider = exports.TextField = exports.Switch = exports.Stack = exports.Slide = exports.Popper = exports.Paper = exports.MenuList = exports.MenuItem = exports.Menu = exports.ListSubheader = exports.ListItemSecondaryAction = exports.ListItemIcon = exports.ListItemButton = exports.ListItemAvatar = exports.ListItem = exports.List = exports.Link = exports.Grow = exports.Grid = exports.GlobalStyles = exports.Fade = exports.Divider = exports.DialogTitle = exports.DialogContent = exports.DialogActions = exports.Dialog = exports.Container = exports.Collapse = exports.ClickAwayListener = exports.CircularProgress = exports.ButtonGroup = exports.Button = exports.Box = exports.Avatar = exports.Autocomplete = exports.AlertTitle = exports.Alert = void 0;
|
|
3
|
+
exports.useTheme = exports.useMediaQuery = exports.styled = exports.createTheme = exports.alpha = exports.Zoom = exports.Typography = exports.Tooltip = exports.ThemeProvider = exports.TextField = exports.Switch = exports.Stack = exports.Slide = exports.Popper = exports.Paper = exports.MenuList = exports.MenuItem = exports.Menu = exports.ListSubheader = exports.ListItemSecondaryAction = exports.ListItemIcon = exports.ListItemButton = exports.ListItemAvatar = exports.ListItem = exports.List = exports.Link = exports.Grow = exports.Grid = exports.GlobalStyles = exports.Fade = exports.Divider = exports.DialogTitle = exports.DialogContent = exports.DialogActions = exports.Dialog = exports.Container = exports.Collapse = exports.ClickAwayListener = exports.CircularProgress = exports.ButtonGroup = exports.Button = exports.Box = exports.Avatar = exports.Autocomplete = exports.AlertTitle = exports.Alert = void 0;
|
|
4
4
|
var material_1 = require("@mui/material");
|
|
5
5
|
Object.defineProperty(exports, "Alert", { enumerable: true, get: function () { return material_1.Alert; } });
|
|
6
6
|
Object.defineProperty(exports, "AlertTitle", { enumerable: true, get: function () { return material_1.AlertTitle; } });
|
|
@@ -40,6 +40,7 @@ Object.defineProperty(exports, "Stack", { enumerable: true, get: function () { r
|
|
|
40
40
|
Object.defineProperty(exports, "Switch", { enumerable: true, get: function () { return material_1.Switch; } });
|
|
41
41
|
Object.defineProperty(exports, "TextField", { enumerable: true, get: function () { return material_1.TextField; } });
|
|
42
42
|
Object.defineProperty(exports, "ThemeProvider", { enumerable: true, get: function () { return material_1.ThemeProvider; } });
|
|
43
|
+
Object.defineProperty(exports, "Tooltip", { enumerable: true, get: function () { return material_1.Tooltip; } });
|
|
43
44
|
Object.defineProperty(exports, "Typography", { enumerable: true, get: function () { return material_1.Typography; } });
|
|
44
45
|
Object.defineProperty(exports, "Zoom", { enumerable: true, get: function () { return material_1.Zoom; } });
|
|
45
46
|
Object.defineProperty(exports, "alpha", { enumerable: true, get: function () { return material_1.alpha; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Alert, AlertTitle, Autocomplete, Avatar, Box, Button, ButtonGroup, CircularProgress, ClickAwayListener, Collapse, Container, Dialog, DialogActions, DialogContent, DialogTitle, Divider, Fade, GlobalStyles, Grid, Grow, Link, List, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemSecondaryAction, ListSubheader, Menu, MenuItem, MenuList, Paper, Popper, Slide, Stack, Switch, TextField, ThemeProvider, Typography, Zoom, alpha, createTheme, styled, useMediaQuery, useTheme, } from '@mui/material';
|
|
1
|
+
export { Alert, AlertTitle, Autocomplete, Avatar, Box, Button, ButtonGroup, CircularProgress, ClickAwayListener, Collapse, Container, Dialog, DialogActions, DialogContent, DialogTitle, Divider, Fade, GlobalStyles, Grid, Grow, Link, List, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemSecondaryAction, ListSubheader, Menu, MenuItem, MenuList, Paper, Popper, Slide, Stack, Switch, TextField, ThemeProvider, Tooltip, Typography, Zoom, alpha, createTheme, styled, useMediaQuery, useTheme, } from '@mui/material';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Alert, AlertTitle, Autocomplete, Avatar, Box, Button, ButtonGroup, CircularProgress, ClickAwayListener, Collapse, Container, Dialog, DialogActions, DialogContent, DialogTitle, Divider, Fade, GlobalStyles, Grid, Grow, Link, List, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemSecondaryAction, ListSubheader, Menu, MenuItem, MenuList, Paper, Popper, Slide, Stack, Switch, TextField, ThemeProvider, Typography, Zoom, alpha, createTheme, styled, useMediaQuery, useTheme, } from '@mui/material';
|
|
1
|
+
export { Alert, AlertTitle, Autocomplete, Avatar, Box, Button, ButtonGroup, CircularProgress, ClickAwayListener, Collapse, Container, Dialog, DialogActions, DialogContent, DialogTitle, Divider, Fade, GlobalStyles, Grid, Grow, Link, List, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemSecondaryAction, ListSubheader, Menu, MenuItem, MenuList, Paper, Popper, Slide, Stack, Switch, TextField, ThemeProvider, Tooltip, Typography, Zoom, alpha, createTheme, styled, useMediaQuery, useTheme, } from '@mui/material';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.268",
|
|
4
4
|
"description": "Pages Kit components and utils",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"prepare": "npm run build"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@arcblock/did-connect": "^2.9.
|
|
96
|
+
"@arcblock/did-connect": "^2.9.58",
|
|
97
97
|
"@blocklet/ai-kit": "^0.1.24",
|
|
98
98
|
"@blocklet/sdk": "^1.16.24",
|
|
99
99
|
"@iconify/react": "^4.1.1",
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"react-markdown": "^9.0.1",
|
|
110
110
|
"react-scroll-to-bottom": "^4.2.0",
|
|
111
111
|
"react-wrap-balancer": "^1.1.0",
|
|
112
|
-
"typescript": "^5.4.
|
|
113
|
-
"ufo": "^1.5.
|
|
112
|
+
"typescript": "^5.4.3",
|
|
113
|
+
"ufo": "^1.5.3",
|
|
114
114
|
"zustand": "^4.5.2"
|
|
115
115
|
},
|
|
116
116
|
"peerDependencies": {
|
|
@@ -127,17 +127,17 @@
|
|
|
127
127
|
"react-router-dom": "^6.16.0"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
|
-
"@arcblock/ux": "^2.9.
|
|
130
|
+
"@arcblock/ux": "^2.9.58",
|
|
131
131
|
"@emotion/cache": "^11.11.0",
|
|
132
132
|
"@emotion/css": "^11.11.2",
|
|
133
133
|
"@emotion/react": "^11.11.4",
|
|
134
|
-
"@mui/icons-material": "^5.15.
|
|
135
|
-
"@mui/lab": "^5.0.0-alpha.
|
|
136
|
-
"@mui/material": "^5.15.
|
|
134
|
+
"@mui/icons-material": "^5.15.14",
|
|
135
|
+
"@mui/lab": "^5.0.0-alpha.169",
|
|
136
|
+
"@mui/material": "^5.15.14",
|
|
137
137
|
"@types/lodash": "^4.17.0",
|
|
138
138
|
"@types/mustache": "^4.2.5",
|
|
139
139
|
"@types/node-fetch": "^2.6.11",
|
|
140
|
-
"@types/react": "^18.2.
|
|
140
|
+
"@types/react": "^18.2.67",
|
|
141
141
|
"@types/react-scroll-to-bottom": "^4.2.5",
|
|
142
142
|
"axios": "^1.6.8",
|
|
143
143
|
"npm-run-all": "^4.1.5",
|