@blerp/design 1.2.14 → 1.2.15
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/index.cjs.js +371 -50
- package/dist/index.esm.js +373 -54
- package/dist/index.umd.js +374 -54
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SvgIcon, InputAdornment as InputAdornment$1, Box as Box$1, Container as Container$2, Grid as Grid$1, Stack as Stack$
|
|
1
|
+
import { SvgIcon, InputAdornment as InputAdornment$1, Box as Box$1, Container as Container$2, Grid as Grid$1, Stack as Stack$2, ImageList as ImageList$1, Autocomplete as Autocomplete$1, Button as Button$1, ButtonGroup as ButtonGroup$1, Checkbox as Checkbox$1, Fab, Radio, Rating as Rating$1, Select as Select$1, Slider as Slider$3, Switch as Switch$2, TextField, BottomNavigation as BottomNavigation$1, Breadcrumbs as Breadcrumbs$1, Drawer as Drawer$1, Link as Link$1, Menu as Menu$1, Pagination as Pagination$1, SpeedDial as SpeedDial$1, Stepper as Stepper$1, Tabs as Tabs$1, Tab as Tab$1, Accordion as Accordion$1, AppBar as AppBar$1, Card as Card$1, Paper as Paper$1, Alert as Alert$1, Backdrop as Backdrop$1, Dialog as Dialog$1, LinearProgress as LinearProgress$1, Skeleton as Skeleton$1, Snackbar as Snackbar$1, Avatar as Avatar$1, Badge as Badge$1, Chip as Chip$1, Divider as Divider$1, List as List$1, Table as Table$1, Tooltip as Tooltip$1, Toolbar as Toolbar$1, Typography, Modal as Modal$1, Popover as Popover$1, IconButton as IconButton$1, MenuItem as MenuItem$1 } from '@mui/material';
|
|
2
2
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import * as React from 'react';
|
|
@@ -6,7 +6,7 @@ import React__default, { useState, useEffect, useContext, useRef, createContext,
|
|
|
6
6
|
import { ColorExtractor } from 'react-color-extractor';
|
|
7
7
|
import styled, { ThemeContext, keyframes, ThemeProvider as ThemeProvider$1 } from 'styled-components';
|
|
8
8
|
import _taggedTemplateLiteral from '@babel/runtime/helpers/taggedTemplateLiteral';
|
|
9
|
-
import { PauseCircleOutlineRounded, LockRounded, CheckRounded, CloseRounded, BookmarkRounded, BookmarkAddOutlined, AccountCircleRounded, VisibilityOffRounded, CancelRounded } from '@mui/icons-material';
|
|
9
|
+
import { PauseCircleOutlineRounded, LockRounded, VerifiedRounded, CheckRounded, CloseRounded, BookmarkRounded, BookmarkAddOutlined, AccountCircleRounded, VisibilityOffRounded, CancelRounded } from '@mui/icons-material';
|
|
10
10
|
import BookmarkOutlinedIcon from '@mui/icons-material/BookmarkOutlined';
|
|
11
11
|
import LockRoundedIcon from '@mui/icons-material/LockRounded';
|
|
12
12
|
import AddRoundedIcon from '@mui/icons-material/AddRounded';
|
|
@@ -17,6 +17,7 @@ import PauseRoundedIcon from '@mui/icons-material/PauseRounded';
|
|
|
17
17
|
import PlayArrowRoundedIcon from '@mui/icons-material/PlayArrowRounded';
|
|
18
18
|
import WarningRoundedIcon from '@mui/icons-material/WarningRounded';
|
|
19
19
|
import '@mui/icons-material/DoNotDisturbRounded';
|
|
20
|
+
import { Stack as Stack$1, Text as Text$1 } from '.';
|
|
20
21
|
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
21
22
|
import _regeneratorRuntime from '@babel/runtime/regenerator';
|
|
22
23
|
import BookmarkAddOutlinedIcon from '@mui/icons-material/BookmarkAddOutlined';
|
|
@@ -56,8 +57,8 @@ import SearchRoundedIcon from '@mui/icons-material/SearchRounded';
|
|
|
56
57
|
import BookmarkRemoveOutlinedIcon from '@mui/icons-material/BookmarkRemoveOutlined';
|
|
57
58
|
import VisibilityOffRoundedIcon from '@mui/icons-material/VisibilityOffRounded';
|
|
58
59
|
|
|
59
|
-
var _templateObject$
|
|
60
|
-
var BlerpImage$
|
|
60
|
+
var _templateObject$j, _templateObject2$b, _templateObject3$8, _templateObject4$7;
|
|
61
|
+
var BlerpImage$3 = styled.div(_templateObject$j || (_templateObject$j = _taggedTemplateLiteral(["\n height: 150px;\n width: 150px;\n background-image: url(", ");\n background-size: cover;\n border-radius: 50%;\n position: relative;\n transition: 0.2s;\n\n &:hover {\n transform: scale(1.1);\n }\n"])), function (props) {
|
|
61
62
|
return props.url;
|
|
62
63
|
});
|
|
63
64
|
var SaveContainer$2 = styled.div(_templateObject2$b || (_templateObject2$b = _taggedTemplateLiteral(["\n position: absolute;\n top: 0;\n right: 0;\n width: 20px;\n height: 20px;\n opacity: 1;\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 5px;\n transition: 0.3s;\n background-color: ", ";\n\n &:hover {\n background-color: ", ";\n }\n\n &:hover svg {\n color: ", ";\n }\n"])), function (props) {
|
|
@@ -103,7 +104,7 @@ var BlerpImageRow = function BlerpImageRow(_ref) {
|
|
|
103
104
|
return /*#__PURE__*/React__default.createElement(Stack, {
|
|
104
105
|
direction: "row",
|
|
105
106
|
marginTop: sizeParams.buttonSize === "small" && "28px"
|
|
106
|
-
}, /*#__PURE__*/React__default.createElement(BlerpImage$
|
|
107
|
+
}, /*#__PURE__*/React__default.createElement(BlerpImage$3, {
|
|
107
108
|
style: {
|
|
108
109
|
width: sizeParams.imageSize,
|
|
109
110
|
height: sizeParams.imageSize
|
|
@@ -133,7 +134,7 @@ var BlerpImageRow = function BlerpImageRow(_ref) {
|
|
|
133
134
|
return /*#__PURE__*/React__default.createElement(Stack, {
|
|
134
135
|
direction: "row",
|
|
135
136
|
marginTop: sizeParams.buttonSize === "small" && "28px"
|
|
136
|
-
}, /*#__PURE__*/React__default.createElement(BlerpImage$
|
|
137
|
+
}, /*#__PURE__*/React__default.createElement(BlerpImage$3, {
|
|
137
138
|
style: {
|
|
138
139
|
width: sizeParams.imageSize,
|
|
139
140
|
height: sizeParams.imageSize
|
|
@@ -227,8 +228,8 @@ var BlerpImageRow = function BlerpImageRow(_ref) {
|
|
|
227
228
|
}) : /*#__PURE__*/React__default.createElement(BookmarkAddRounded, null)))))));
|
|
228
229
|
};
|
|
229
230
|
|
|
230
|
-
var _templateObject$
|
|
231
|
-
var ReactionButton$1 = styled.div(_templateObject$
|
|
231
|
+
var _templateObject$i;
|
|
232
|
+
var ReactionButton$1 = styled.div(_templateObject$i || (_templateObject$i = _taggedTemplateLiteral(["\n border-radius: 50%;\n width: 30px;\n height: 30px;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 8px;\n transition: 0.2s;\n margin-right: 0;\n cursor: pointer;\n background-color: ", ";\n\n &:hover {\n background-color: ", ";\n }\n"])), function (props) {
|
|
232
233
|
return props.active ? props.theme.colors.ibisRed : props.theme.colors.grey5Override;
|
|
233
234
|
}, function (props) {
|
|
234
235
|
return props.theme.colors.ibisRed;
|
|
@@ -371,8 +372,8 @@ var BlerpSavePopup = function BlerpSavePopup(_ref) {
|
|
|
371
372
|
}, "Organize")));
|
|
372
373
|
};
|
|
373
374
|
|
|
374
|
-
var _templateObject$
|
|
375
|
-
var LineClamp$2 = styled.div(_templateObject$
|
|
375
|
+
var _templateObject$h;
|
|
376
|
+
var LineClamp$2 = styled.div(_templateObject$h || (_templateObject$h = _taggedTemplateLiteral(["\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n margin: 0;\n text-overflow: ellipsis;\n overflow: hidden;\n"])));
|
|
376
377
|
|
|
377
378
|
var BlerpTitleRow = function BlerpTitleRow(_ref) {
|
|
378
379
|
var bite = _ref.bite,
|
|
@@ -1495,14 +1496,104 @@ Blerp$1.propTypes = {
|
|
|
1495
1496
|
handleClickTitle: PropTypes.func.isRequired
|
|
1496
1497
|
};
|
|
1497
1498
|
|
|
1498
|
-
var
|
|
1499
|
-
var
|
|
1499
|
+
var UserCard$1 = function UserCard(_ref) {
|
|
1500
|
+
var _user$twitchChannelIn, _user$twitchChannelIn2;
|
|
1501
|
+
|
|
1502
|
+
var user = _ref.user;
|
|
1503
|
+
return /*#__PURE__*/React__default.createElement(Stack, {
|
|
1504
|
+
direction: "row",
|
|
1505
|
+
sx: {
|
|
1506
|
+
backgroundColor: "grey3.main",
|
|
1507
|
+
minWidth: "280px",
|
|
1508
|
+
maxWidth: "320px",
|
|
1509
|
+
height: "121px",
|
|
1510
|
+
borderRadius: "12px",
|
|
1511
|
+
alignItems: "center",
|
|
1512
|
+
padding: "16px",
|
|
1513
|
+
boxSizing: "border-box",
|
|
1514
|
+
justifyContent: "space-around"
|
|
1515
|
+
}
|
|
1516
|
+
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
1517
|
+
sx: {
|
|
1518
|
+
position: "relative"
|
|
1519
|
+
}
|
|
1520
|
+
}, /*#__PURE__*/React__default.createElement("img", {
|
|
1521
|
+
style: {
|
|
1522
|
+
width: "89px",
|
|
1523
|
+
height: "89px",
|
|
1524
|
+
borderRadius: "50%",
|
|
1525
|
+
border: "2px solid transparent",
|
|
1526
|
+
borderColor: (user === null || user === void 0 ? void 0 : (_user$twitchChannelIn = user.twitchChannelInfo) === null || _user$twitchChannelIn === void 0 ? void 0 : _user$twitchChannelIn.twitchJourneyStatus) === "CHAMPION" ? "#FFFFFF" : (user === null || user === void 0 ? void 0 : (_user$twitchChannelIn2 = user.twitchChannelInfo) === null || _user$twitchChannelIn2 === void 0 ? void 0 : _user$twitchChannelIn2.twitchJourneyStatus) === "AFFILIATE" ? "#27AAFF" : "transparent",
|
|
1527
|
+
padding: "6px",
|
|
1528
|
+
boxSizing: "border-box"
|
|
1529
|
+
},
|
|
1530
|
+
src: user === null || user === void 0 ? void 0 : user.profileUrl,
|
|
1531
|
+
alt: "profile"
|
|
1532
|
+
}), (user === null || user === void 0 ? void 0 : user.verified) && /*#__PURE__*/React__default.createElement(VerifiedRounded, {
|
|
1533
|
+
sx: {
|
|
1534
|
+
position: "absolute",
|
|
1535
|
+
bottom: "5px",
|
|
1536
|
+
right: "5px",
|
|
1537
|
+
fontSize: "17px"
|
|
1538
|
+
}
|
|
1539
|
+
})), /*#__PURE__*/React__default.createElement(Stack, {
|
|
1540
|
+
sx: {
|
|
1541
|
+
flex: 1,
|
|
1542
|
+
marginLeft: "22px"
|
|
1543
|
+
}
|
|
1544
|
+
}, /*#__PURE__*/React__default.createElement(Text, {
|
|
1545
|
+
sx: {
|
|
1546
|
+
fontSize: "18px",
|
|
1547
|
+
fontWeight: "400",
|
|
1548
|
+
maxWidth: "150px",
|
|
1549
|
+
whiteSpace: "nowrap",
|
|
1550
|
+
textOverflow: "ellipsis",
|
|
1551
|
+
marginBottom: "10px",
|
|
1552
|
+
overflow: "hidden"
|
|
1553
|
+
}
|
|
1554
|
+
}, user === null || user === void 0 ? void 0 : user.username), /*#__PURE__*/React__default.createElement(Stack, {
|
|
1555
|
+
direction: "row",
|
|
1556
|
+
sx: {
|
|
1557
|
+
alignItems: "center",
|
|
1558
|
+
justifyContent: "space-around"
|
|
1559
|
+
}
|
|
1560
|
+
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
1561
|
+
alignItems: "center"
|
|
1562
|
+
}, /*#__PURE__*/React__default.createElement(Text, {
|
|
1563
|
+
sx: {
|
|
1564
|
+
fontSize: "14px",
|
|
1565
|
+
fontWeight: "400"
|
|
1566
|
+
}
|
|
1567
|
+
}, (user === null || user === void 0 ? void 0 : user.followerCount) || 0), /*#__PURE__*/React__default.createElement(Text, {
|
|
1568
|
+
sx: {
|
|
1569
|
+
fontSize: "12px",
|
|
1570
|
+
fontWeight: "300",
|
|
1571
|
+
color: "grey7.main"
|
|
1572
|
+
}
|
|
1573
|
+
}, "followers")), /*#__PURE__*/React__default.createElement(Stack, {
|
|
1574
|
+
alignItems: "center"
|
|
1575
|
+
}, /*#__PURE__*/React__default.createElement(Text, {
|
|
1576
|
+
sx: {
|
|
1577
|
+
fontSize: "14px",
|
|
1578
|
+
fontWeight: "400"
|
|
1579
|
+
}
|
|
1580
|
+
}, (user === null || user === void 0 ? void 0 : user.created) || 0), /*#__PURE__*/React__default.createElement(Text, {
|
|
1581
|
+
sx: {
|
|
1582
|
+
fontSize: "12px",
|
|
1583
|
+
fontWeight: "300",
|
|
1584
|
+
color: "grey7.main"
|
|
1585
|
+
}
|
|
1586
|
+
}, "created")))));
|
|
1587
|
+
};
|
|
1588
|
+
|
|
1589
|
+
var _templateObject$g, _templateObject2$a;
|
|
1590
|
+
var PremiumContainer = styled.div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteral(["\n background: transparent;\n overflow: hidden;\n min-width: 210px;\n max-width: 260px;\n width: 100%;\n max-height: 322px;\n flex: 1;\n min-height: 272px;\n aspect-ratio: 260 / 322;\n gap: 10px;\n border-radius: 18px;\n box-sizing: border-box;\n padding: 2px;\n position: relative;\n transition: 0.3s;\n"])));
|
|
1500
1591
|
var Container$1 = styled.div(_templateObject2$a || (_templateObject2$a = _taggedTemplateLiteral(["\n background-color: ", ";\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n position: relative;\n height: 100%;\n padding: 10px;\n border-radius: 17px;\n box-sizing: border-box;\n"])), function (props) {
|
|
1501
1592
|
return props.theme.colors.grey7;
|
|
1502
1593
|
});
|
|
1503
1594
|
|
|
1504
1595
|
var AddContentDropdown = function AddContentDropdown(_ref) {
|
|
1505
|
-
var _item$channelPointsCo, _item$whitelistContex, _item$walkOnContext;
|
|
1596
|
+
var _item$channelPointsCo, _item$whitelistContex, _item$walkOnContext, _item$discordContext, _item$soundEmotesCont;
|
|
1506
1597
|
|
|
1507
1598
|
var item = _ref.item,
|
|
1508
1599
|
active = _ref.active,
|
|
@@ -1519,6 +1610,22 @@ var AddContentDropdown = function AddContentDropdown(_ref) {
|
|
|
1519
1610
|
name: "WalkOn",
|
|
1520
1611
|
value: "WALK_ON",
|
|
1521
1612
|
added: item === null || item === void 0 ? void 0 : (_item$walkOnContext = item.walkOnContext) === null || _item$walkOnContext === void 0 ? void 0 : _item$walkOnContext._id
|
|
1613
|
+
}, {
|
|
1614
|
+
name: "Discord",
|
|
1615
|
+
value: "DISCORD",
|
|
1616
|
+
added: item === null || item === void 0 ? void 0 : (_item$discordContext = item.discordContext) === null || _item$discordContext === void 0 ? void 0 : _item$discordContext._id
|
|
1617
|
+
}, {
|
|
1618
|
+
name: "Sound Emotes",
|
|
1619
|
+
value: "SOUND_EMOTES",
|
|
1620
|
+
added: item === null || item === void 0 ? void 0 : (_item$soundEmotesCont = item.soundEmotesContext) === null || _item$soundEmotesCont === void 0 ? void 0 : _item$soundEmotesCont._id
|
|
1621
|
+
}, {
|
|
1622
|
+
name: "Add To Group",
|
|
1623
|
+
value: "ADD_TO_GROUP",
|
|
1624
|
+
added: false
|
|
1625
|
+
}, {
|
|
1626
|
+
name: "Suggest To...",
|
|
1627
|
+
value: "SUGGEST",
|
|
1628
|
+
added: false
|
|
1522
1629
|
}];
|
|
1523
1630
|
var anchorRef = useRef(null);
|
|
1524
1631
|
|
|
@@ -1693,11 +1800,12 @@ var AddContentButton = function AddContentButton(_ref2) {
|
|
|
1693
1800
|
|
|
1694
1801
|
var FavoriteIconWithCounter = function FavoriteIconWithCounter(_ref3) {
|
|
1695
1802
|
var saved = _ref3.saved,
|
|
1696
|
-
count = _ref3.count
|
|
1697
|
-
_ref3.onClick;
|
|
1803
|
+
count = _ref3.count,
|
|
1804
|
+
onClick = _ref3.onClick;
|
|
1698
1805
|
return /*#__PURE__*/React__default.createElement(Stack, {
|
|
1699
1806
|
direction: "row",
|
|
1700
|
-
alignItems: "center"
|
|
1807
|
+
alignItems: "center",
|
|
1808
|
+
onClick: onClick
|
|
1701
1809
|
}, saved ? /*#__PURE__*/React__default.createElement(FavoriteIcon, {
|
|
1702
1810
|
sx: {
|
|
1703
1811
|
fontSize: "16px",
|
|
@@ -1725,7 +1833,6 @@ var FavoriteIconWithCounter = function FavoriteIconWithCounter(_ref3) {
|
|
|
1725
1833
|
}
|
|
1726
1834
|
}, count));
|
|
1727
1835
|
};
|
|
1728
|
-
|
|
1729
1836
|
var AddedToIcons = function AddedToIcons(_ref4) {
|
|
1730
1837
|
var _item$channelPointsCo2, _item$whitelistContex2, _item$walkOnContext2;
|
|
1731
1838
|
|
|
@@ -1895,7 +2002,7 @@ var ReportedWarning = function ReportedWarning(_ref7) {
|
|
|
1895
2002
|
};
|
|
1896
2003
|
|
|
1897
2004
|
var NewBlerp$1 = function NewBlerp(_ref8) {
|
|
1898
|
-
var _bite$image, _bite$image$original, _bite$ownerObject;
|
|
2005
|
+
var _bite$image, _bite$image$original, _bite$ownerObject, _bite$ownerObject2;
|
|
1899
2006
|
|
|
1900
2007
|
var Waveform = _ref8.Waveform,
|
|
1901
2008
|
bite = _ref8.bite,
|
|
@@ -1912,6 +2019,12 @@ var NewBlerp$1 = function NewBlerp(_ref8) {
|
|
|
1912
2019
|
addedToPlace = _useState12[0],
|
|
1913
2020
|
setAddedToPlace = _useState12[1];
|
|
1914
2021
|
|
|
2022
|
+
var _useState13 = useState(null),
|
|
2023
|
+
_useState14 = _slicedToArray(_useState13, 2),
|
|
2024
|
+
userCardRef = _useState14[0],
|
|
2025
|
+
setUserCardRef = _useState14[1];
|
|
2026
|
+
|
|
2027
|
+
var openUserCard = Boolean(userCardRef);
|
|
1915
2028
|
var formatter = Intl.NumberFormat("en", {
|
|
1916
2029
|
notation: "compact"
|
|
1917
2030
|
});
|
|
@@ -1995,7 +2108,7 @@ var NewBlerp$1 = function NewBlerp(_ref8) {
|
|
|
1995
2108
|
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null);
|
|
1996
2109
|
}
|
|
1997
2110
|
|
|
1998
|
-
return /*#__PURE__*/React__default.createElement(PremiumContainer, {
|
|
2111
|
+
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(PremiumContainer, {
|
|
1999
2112
|
style: {
|
|
2000
2113
|
background: addedToPlace ? "white" : (bite === null || bite === void 0 ? void 0 : bite.isPremium) && "linear-gradient(315deg, #a839ff 0%, #53c3db 100%)"
|
|
2001
2114
|
}
|
|
@@ -2007,7 +2120,6 @@ var NewBlerp$1 = function NewBlerp(_ref8) {
|
|
|
2007
2120
|
return console.log("clicked save");
|
|
2008
2121
|
}
|
|
2009
2122
|
}), /*#__PURE__*/React__default.createElement(Container$1, null, /*#__PURE__*/React__default.createElement(Stack, {
|
|
2010
|
-
id: "blerp-audio-button-".concat(bite === null || bite === void 0 ? void 0 : bite._id),
|
|
2011
2123
|
sx: {
|
|
2012
2124
|
backgroundImage: "url(".concat(bite === null || bite === void 0 ? void 0 : (_bite$image = bite.image) === null || _bite$image === void 0 ? void 0 : (_bite$image$original = _bite$image.original) === null || _bite$image$original === void 0 ? void 0 : _bite$image$original.url, ")"),
|
|
2013
2125
|
backgroundSize: "cover",
|
|
@@ -2031,11 +2143,12 @@ var NewBlerp$1 = function NewBlerp(_ref8) {
|
|
|
2031
2143
|
setHovering(false);
|
|
2032
2144
|
}
|
|
2033
2145
|
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
2146
|
+
id: "blerp-audio-button-".concat(bite === null || bite === void 0 ? void 0 : bite._id),
|
|
2034
2147
|
className: "blerp-hover",
|
|
2035
2148
|
onClick: function onClick() {
|
|
2036
2149
|
play({
|
|
2037
2150
|
bite: bite
|
|
2038
|
-
});
|
|
2151
|
+
}); // play({ bite });
|
|
2039
2152
|
},
|
|
2040
2153
|
sx: {
|
|
2041
2154
|
width: "100%",
|
|
@@ -2055,7 +2168,8 @@ var NewBlerp$1 = function NewBlerp(_ref8) {
|
|
|
2055
2168
|
justifyContent: "space-between",
|
|
2056
2169
|
width: "100%",
|
|
2057
2170
|
sx: {
|
|
2058
|
-
position: "relative"
|
|
2171
|
+
position: "relative",
|
|
2172
|
+
minHeight: "20px"
|
|
2059
2173
|
}
|
|
2060
2174
|
}, /*#__PURE__*/React__default.createElement(Stack, null, /*#__PURE__*/React__default.createElement(RatingInfo, {
|
|
2061
2175
|
rating: bite === null || bite === void 0 ? void 0 : bite.strictAudienceRating
|
|
@@ -2073,7 +2187,7 @@ var NewBlerp$1 = function NewBlerp(_ref8) {
|
|
|
2073
2187
|
transition: "0.3s",
|
|
2074
2188
|
opacity: hovering ? "1" : "0",
|
|
2075
2189
|
pointerEvents: "none",
|
|
2076
|
-
zIndex: "
|
|
2190
|
+
zIndex: "3"
|
|
2077
2191
|
}
|
|
2078
2192
|
}, renderPlayStateIcon()), Waveform({
|
|
2079
2193
|
hovering: hovering
|
|
@@ -2163,14 +2277,212 @@ var NewBlerp$1 = function NewBlerp(_ref8) {
|
|
|
2163
2277
|
whiteSpace: "nowrap",
|
|
2164
2278
|
overflow: "hidden",
|
|
2165
2279
|
margin: "0 10px"
|
|
2166
|
-
}
|
|
2280
|
+
},
|
|
2281
|
+
onClick: function onClick(e) {
|
|
2282
|
+
setUserCardRef(e.target);
|
|
2283
|
+
} // onMouseLeave={() => {
|
|
2284
|
+
// setUserCardRef(null);
|
|
2285
|
+
// }}
|
|
2286
|
+
|
|
2167
2287
|
}, bite === null || bite === void 0 ? void 0 : (_bite$ownerObject = bite.ownerObject) === null || _bite$ownerObject === void 0 ? void 0 : _bite$ownerObject.username), /*#__PURE__*/React__default.createElement(Text, {
|
|
2168
2288
|
sx: {
|
|
2169
2289
|
fontWeight: "300",
|
|
2170
2290
|
fontSize: "12px",
|
|
2171
2291
|
color: "grey7.main"
|
|
2172
2292
|
}
|
|
2173
|
-
}, ((bite === null || bite === void 0 ? void 0 : bite.audioDuration) / 1000).toFixed(0), "s"))))
|
|
2293
|
+
}, ((bite === null || bite === void 0 ? void 0 : bite.audioDuration) / 1000).toFixed(0), "s")))), /*#__PURE__*/React__default.createElement(Popover, {
|
|
2294
|
+
id: "user-card-".concat(bite === null || bite === void 0 ? void 0 : bite._id, "-").concat(bite === null || bite === void 0 ? void 0 : (_bite$ownerObject2 = bite.ownerObject) === null || _bite$ownerObject2 === void 0 ? void 0 : _bite$ownerObject2._id),
|
|
2295
|
+
open: openUserCard,
|
|
2296
|
+
anchorEl: userCardRef,
|
|
2297
|
+
anchorOrigin: {
|
|
2298
|
+
vertical: "bottom",
|
|
2299
|
+
horizontal: "left"
|
|
2300
|
+
},
|
|
2301
|
+
transformOrigin: {
|
|
2302
|
+
vertical: "top",
|
|
2303
|
+
horizontal: "left"
|
|
2304
|
+
},
|
|
2305
|
+
PaperProps: {
|
|
2306
|
+
// onMouseEnter: (e) => {
|
|
2307
|
+
// setUserCardRef(e.target);
|
|
2308
|
+
// },
|
|
2309
|
+
sx: {
|
|
2310
|
+
backgroundColor: "transparent"
|
|
2311
|
+
},
|
|
2312
|
+
onMouseLeave: function onMouseLeave() {
|
|
2313
|
+
setUserCardRef(null);
|
|
2314
|
+
}
|
|
2315
|
+
},
|
|
2316
|
+
onClose: function onClose() {
|
|
2317
|
+
return setUserCardRef(null);
|
|
2318
|
+
}
|
|
2319
|
+
}, /*#__PURE__*/React__default.createElement(UserCard$1, {
|
|
2320
|
+
user: bite === null || bite === void 0 ? void 0 : bite.ownerObject
|
|
2321
|
+
})));
|
|
2322
|
+
};
|
|
2323
|
+
|
|
2324
|
+
var _templateObject$f;
|
|
2325
|
+
var BlerpImage$2 = styled.div(_templateObject$f || (_templateObject$f = _taggedTemplateLiteral(["\n background-image: url(", ");\n background-repeat: no-repeat;\n background-size: cover;\n width: 140px;\n height: 140px;\n border-radius: 12px;\n transition: 0.3s;\n position: absolute;\n opacity: ", ";\n transform: rotate(", ");\n"])), function (props) {
|
|
2326
|
+
return props.image;
|
|
2327
|
+
}, function (props) {
|
|
2328
|
+
return props.firstImage ? "1" : props.hovering ? "1" : "0.5";
|
|
2329
|
+
}, function (props) {
|
|
2330
|
+
return props.hovering ? "45deg" : "20deg";
|
|
2331
|
+
});
|
|
2332
|
+
var GroupCard$1 = function GroupCard(_ref) {
|
|
2333
|
+
var _group$blerps14;
|
|
2334
|
+
|
|
2335
|
+
var group = _ref.group;
|
|
2336
|
+
|
|
2337
|
+
var _useState = useState(false),
|
|
2338
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
2339
|
+
hovering = _useState2[0],
|
|
2340
|
+
setHovering = _useState2[1];
|
|
2341
|
+
|
|
2342
|
+
var formatter = Intl.NumberFormat("en", {
|
|
2343
|
+
notation: "compact"
|
|
2344
|
+
});
|
|
2345
|
+
var saveCount = formatter.format(group === null || group === void 0 ? void 0 : group.totalSaveCount);
|
|
2346
|
+
|
|
2347
|
+
var calculateBottom = function calculateBottom(index) {
|
|
2348
|
+
if (hovering) {
|
|
2349
|
+
return "-20px";
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
return "".concat((index - 2) * 10, "px");
|
|
2353
|
+
};
|
|
2354
|
+
|
|
2355
|
+
var calculateLeft = function calculateLeft(index) {
|
|
2356
|
+
var _group$blerps, _group$blerps2, _group$blerps5, _group$blerps8, _group$blerps11;
|
|
2357
|
+
|
|
2358
|
+
if ((group === null || group === void 0 ? void 0 : (_group$blerps = group.blerps) === null || _group$blerps === void 0 ? void 0 : _group$blerps.length) === 1) {
|
|
2359
|
+
return "25%";
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
if ((group === null || group === void 0 ? void 0 : (_group$blerps2 = group.blerps) === null || _group$blerps2 === void 0 ? void 0 : _group$blerps2.length) === 2) {
|
|
2363
|
+
var _group$blerps4;
|
|
2364
|
+
|
|
2365
|
+
if (hovering) {
|
|
2366
|
+
var _group$blerps3;
|
|
2367
|
+
|
|
2368
|
+
return "".concat((index - 0.05) / (group === null || group === void 0 ? void 0 : (_group$blerps3 = group.blerps) === null || _group$blerps3 === void 0 ? void 0 : _group$blerps3.length) * 100, "%");
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2371
|
+
return "".concat((index + 0.5) / ((group === null || group === void 0 ? void 0 : (_group$blerps4 = group.blerps) === null || _group$blerps4 === void 0 ? void 0 : _group$blerps4.length) + 2.5) * 100, "%");
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
if ((group === null || group === void 0 ? void 0 : (_group$blerps5 = group.blerps) === null || _group$blerps5 === void 0 ? void 0 : _group$blerps5.length) === 3) {
|
|
2375
|
+
var _group$blerps7;
|
|
2376
|
+
|
|
2377
|
+
if (hovering) {
|
|
2378
|
+
var _group$blerps6;
|
|
2379
|
+
|
|
2380
|
+
return "".concat((index - 0.35) / (group === null || group === void 0 ? void 0 : (_group$blerps6 = group.blerps) === null || _group$blerps6 === void 0 ? void 0 : _group$blerps6.length) * 100, "%");
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2383
|
+
return "".concat((index + 0.4) / ((group === null || group === void 0 ? void 0 : (_group$blerps7 = group.blerps) === null || _group$blerps7 === void 0 ? void 0 : _group$blerps7.length) + 2.5) * 100, "%");
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
if ((group === null || group === void 0 ? void 0 : (_group$blerps8 = group.blerps) === null || _group$blerps8 === void 0 ? void 0 : _group$blerps8.length) === 4) {
|
|
2387
|
+
var _group$blerps10;
|
|
2388
|
+
|
|
2389
|
+
if (hovering) {
|
|
2390
|
+
var _group$blerps9;
|
|
2391
|
+
|
|
2392
|
+
return "".concat((index - 0.6) / (group === null || group === void 0 ? void 0 : (_group$blerps9 = group.blerps) === null || _group$blerps9 === void 0 ? void 0 : _group$blerps9.length) * 100, "%");
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
return "".concat((index + 0.2) / ((group === null || group === void 0 ? void 0 : (_group$blerps10 = group.blerps) === null || _group$blerps10 === void 0 ? void 0 : _group$blerps10.length) + 2.5) * 100, "%");
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
if ((group === null || group === void 0 ? void 0 : (_group$blerps11 = group.blerps) === null || _group$blerps11 === void 0 ? void 0 : _group$blerps11.length) === 5) {
|
|
2399
|
+
var _group$blerps13;
|
|
2400
|
+
|
|
2401
|
+
if (hovering) {
|
|
2402
|
+
var _group$blerps12;
|
|
2403
|
+
|
|
2404
|
+
return "".concat((index - 0.7) / (group === null || group === void 0 ? void 0 : (_group$blerps12 = group.blerps) === null || _group$blerps12 === void 0 ? void 0 : _group$blerps12.length) * 100, "%");
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
return "".concat((index + 0.2) / ((group === null || group === void 0 ? void 0 : (_group$blerps13 = group.blerps) === null || _group$blerps13 === void 0 ? void 0 : _group$blerps13.length) + 2.5) * 100, "%");
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2410
|
+
return "".concat((index - 2) * 10, "px");
|
|
2411
|
+
};
|
|
2412
|
+
|
|
2413
|
+
return /*#__PURE__*/React__default.createElement(Stack$1, {
|
|
2414
|
+
sx: {
|
|
2415
|
+
minWidth: "250px",
|
|
2416
|
+
maxWidth: "290px",
|
|
2417
|
+
minHeight: "250px",
|
|
2418
|
+
maxHeight: "290px",
|
|
2419
|
+
width: "100%",
|
|
2420
|
+
height: "100%",
|
|
2421
|
+
aspectRatio: "1 / 1",
|
|
2422
|
+
backgroundColor: "grey2.main",
|
|
2423
|
+
borderRadius: "12px",
|
|
2424
|
+
padding: "30px",
|
|
2425
|
+
position: "relative",
|
|
2426
|
+
boxSizing: "border-box",
|
|
2427
|
+
flex: "1",
|
|
2428
|
+
overflow: "hidden"
|
|
2429
|
+
},
|
|
2430
|
+
onMouseEnter: function onMouseEnter() {
|
|
2431
|
+
setHovering(true);
|
|
2432
|
+
},
|
|
2433
|
+
onMouseLeave: function onMouseLeave() {
|
|
2434
|
+
setHovering(false);
|
|
2435
|
+
}
|
|
2436
|
+
}, /*#__PURE__*/React__default.createElement(Stack$1, {
|
|
2437
|
+
height: "100%"
|
|
2438
|
+
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
2439
|
+
sx: {
|
|
2440
|
+
color: "grey5.main",
|
|
2441
|
+
fontSize: "12px",
|
|
2442
|
+
fontWeight: "300"
|
|
2443
|
+
}
|
|
2444
|
+
}, (group === null || group === void 0 ? void 0 : group.biteCount) || 0, " Sounds"), /*#__PURE__*/React__default.createElement(Text$1, {
|
|
2445
|
+
sx: {
|
|
2446
|
+
whiteSpace: "nowrap",
|
|
2447
|
+
overflowX: "hidden",
|
|
2448
|
+
textOverflow: "ellipsis",
|
|
2449
|
+
maxWidth: "200px",
|
|
2450
|
+
fontSize: "24px",
|
|
2451
|
+
fontWeight: "600",
|
|
2452
|
+
lineHeight: "1",
|
|
2453
|
+
height: "31px",
|
|
2454
|
+
marginBottom: "5px"
|
|
2455
|
+
}
|
|
2456
|
+
}, group === null || group === void 0 ? void 0 : group.title), /*#__PURE__*/React__default.createElement(Stack$1, {
|
|
2457
|
+
direction: "row"
|
|
2458
|
+
}, /*#__PURE__*/React__default.createElement(AddedToIcons, {
|
|
2459
|
+
item: group,
|
|
2460
|
+
hovering: true
|
|
2461
|
+
}), /*#__PURE__*/React__default.createElement(FavoriteIconWithCounter, {
|
|
2462
|
+
saved: group === null || group === void 0 ? void 0 : group.saved,
|
|
2463
|
+
count: saveCount
|
|
2464
|
+
})), /*#__PURE__*/React__default.createElement(Stack$1, {
|
|
2465
|
+
direction: "row",
|
|
2466
|
+
sx: {
|
|
2467
|
+
width: "100%",
|
|
2468
|
+
height: "100%",
|
|
2469
|
+
right: "0",
|
|
2470
|
+
bottom: "0"
|
|
2471
|
+
}
|
|
2472
|
+
}, (_group$blerps14 = group.blerps) === null || _group$blerps14 === void 0 ? void 0 : _group$blerps14.map(function (blerp, index) {
|
|
2473
|
+
var _group$blerps15, _blerp$image, _blerp$image$original;
|
|
2474
|
+
|
|
2475
|
+
return /*#__PURE__*/React__default.createElement(BlerpImage$2, {
|
|
2476
|
+
index: index,
|
|
2477
|
+
firstImage: index === ((_group$blerps15 = group.blerps) === null || _group$blerps15 === void 0 ? void 0 : _group$blerps15.length) - 1,
|
|
2478
|
+
hovering: hovering,
|
|
2479
|
+
image: blerp === null || blerp === void 0 ? void 0 : (_blerp$image = blerp.image) === null || _blerp$image === void 0 ? void 0 : (_blerp$image$original = _blerp$image.original) === null || _blerp$image$original === void 0 ? void 0 : _blerp$image$original.url,
|
|
2480
|
+
style: {
|
|
2481
|
+
bottom: calculateBottom(index),
|
|
2482
|
+
left: calculateLeft(index)
|
|
2483
|
+
}
|
|
2484
|
+
});
|
|
2485
|
+
}))));
|
|
2174
2486
|
};
|
|
2175
2487
|
|
|
2176
2488
|
var BlerpAudioContext = /*#__PURE__*/createContext({});
|
|
@@ -2180,7 +2492,7 @@ var BlerpAudioContextProvider$1 = function BlerpAudioContextProvider(_ref) {
|
|
|
2180
2492
|
var _useState = useState(null),
|
|
2181
2493
|
_useState2 = _slicedToArray(_useState, 2),
|
|
2182
2494
|
selectedBlerp = _useState2[0],
|
|
2183
|
-
|
|
2495
|
+
setSelectedBlerp = _useState2[1];
|
|
2184
2496
|
|
|
2185
2497
|
var _useState3 = useState("stopped"),
|
|
2186
2498
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -2219,23 +2531,23 @@ var BlerpAudioContextProvider$1 = function BlerpAudioContextProvider(_ref) {
|
|
|
2219
2531
|
};
|
|
2220
2532
|
}();
|
|
2221
2533
|
|
|
2222
|
-
var
|
|
2534
|
+
var mplay = /*#__PURE__*/function () {
|
|
2223
2535
|
var _ref4 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3(_ref3) {
|
|
2224
|
-
var _bite$
|
|
2536
|
+
var _bite$audio, _bite$audio$mp;
|
|
2225
2537
|
|
|
2226
|
-
var bite, _ref3$gain, gain, _ref3$startTime, startTime, _ref3$forcePlay, forcePlay,
|
|
2538
|
+
var bite, _ref3$gain, gain, _ref3$startTime, startTime, _ref3$forcePlay, forcePlay, newGain, audioCtx, gainNode, source;
|
|
2227
2539
|
|
|
2228
2540
|
return _regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
2229
2541
|
while (1) {
|
|
2230
2542
|
switch (_context3.prev = _context3.next) {
|
|
2231
2543
|
case 0:
|
|
2232
2544
|
bite = _ref3.bite, _ref3$gain = _ref3.gain, gain = _ref3$gain === void 0 ? 1 : _ref3$gain, _ref3$startTime = _ref3.startTime, startTime = _ref3$startTime === void 0 ? 0 : _ref3$startTime, _ref3$forcePlay = _ref3.forcePlay, forcePlay = _ref3$forcePlay === void 0 ? false : _ref3$forcePlay;
|
|
2233
|
-
console.log("astats", startTime, playState);
|
|
2234
2545
|
|
|
2235
2546
|
if (!audioRef.current) {
|
|
2236
|
-
audioRef.current = new Audio(
|
|
2547
|
+
audioRef.current = new Audio();
|
|
2237
2548
|
}
|
|
2238
2549
|
|
|
2550
|
+
console.log("astats", startTime, playState);
|
|
2239
2551
|
startTime = audioRef.current.currentTime > 0 ? audioRef.current.currentTime : startTime;
|
|
2240
2552
|
console.log("play", playState, startTime);
|
|
2241
2553
|
|
|
@@ -2262,7 +2574,7 @@ var BlerpAudioContextProvider$1 = function BlerpAudioContextProvider(_ref) {
|
|
|
2262
2574
|
return _context3.abrupt("return");
|
|
2263
2575
|
|
|
2264
2576
|
case 12:
|
|
2265
|
-
audioRef.current = new Audio(bite === null || bite === void 0 ? void 0 : (_bite$
|
|
2577
|
+
audioRef.current = new Audio(bite === null || bite === void 0 ? void 0 : (_bite$audio = bite.audio) === null || _bite$audio === void 0 ? void 0 : (_bite$audio$mp = _bite$audio.mp3) === null || _bite$audio$mp === void 0 ? void 0 : _bite$audio$mp.url);
|
|
2266
2578
|
audioRef.current.crossOrigin = "anonymous";
|
|
2267
2579
|
console.log("current time", startTime);
|
|
2268
2580
|
audioRef.current.currentTime = startTime;
|
|
@@ -2317,7 +2629,7 @@ var BlerpAudioContextProvider$1 = function BlerpAudioContextProvider(_ref) {
|
|
|
2317
2629
|
// console.log("playing failed witihin", error);
|
|
2318
2630
|
// });
|
|
2319
2631
|
// }
|
|
2320
|
-
|
|
2632
|
+
setSelectedBlerp(bite);
|
|
2321
2633
|
|
|
2322
2634
|
case 27:
|
|
2323
2635
|
case "end":
|
|
@@ -2327,7 +2639,7 @@ var BlerpAudioContextProvider$1 = function BlerpAudioContextProvider(_ref) {
|
|
|
2327
2639
|
}, _callee3);
|
|
2328
2640
|
}));
|
|
2329
2641
|
|
|
2330
|
-
return function
|
|
2642
|
+
return function mplay(_x) {
|
|
2331
2643
|
return _ref4.apply(this, arguments);
|
|
2332
2644
|
};
|
|
2333
2645
|
}();
|
|
@@ -2335,29 +2647,35 @@ var BlerpAudioContextProvider$1 = function BlerpAudioContextProvider(_ref) {
|
|
|
2335
2647
|
return /*#__PURE__*/React__default.createElement(BlerpAudioContext.Provider, {
|
|
2336
2648
|
value: {
|
|
2337
2649
|
selectedBlerp: selectedBlerp,
|
|
2338
|
-
setSelectedBlerp:
|
|
2339
|
-
var bite = _ref6.bite;
|
|
2340
|
-
|
|
2341
|
-
_setSelectedBlerp(bite);
|
|
2342
|
-
},
|
|
2650
|
+
setSelectedBlerp: setSelectedBlerp,
|
|
2343
2651
|
pause: pause,
|
|
2344
|
-
play:
|
|
2652
|
+
play: mplay,
|
|
2653
|
+
// play: async (bite, onPlay) => {
|
|
2654
|
+
// // const tempBite = {...bite}
|
|
2655
|
+
// if (bite?._id !== selectedBlerp?._id) {
|
|
2656
|
+
// setPlayState("playing")
|
|
2657
|
+
// setSelectedBlerp({...bite})
|
|
2658
|
+
// return
|
|
2659
|
+
// }
|
|
2660
|
+
// if (playState === "playing" && bite?._id === selectedBlerp?._id) {
|
|
2661
|
+
// setPlayState("paused")
|
|
2662
|
+
// return
|
|
2663
|
+
// }
|
|
2664
|
+
// if (bite?._id === selectedBlerp?._id) {
|
|
2665
|
+
// setPlayState("playing")
|
|
2666
|
+
// return
|
|
2667
|
+
// }
|
|
2668
|
+
// },
|
|
2345
2669
|
stop: function () {
|
|
2346
2670
|
var _stop = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee4() {
|
|
2347
|
-
var _audioRef$current;
|
|
2348
|
-
|
|
2349
2671
|
return _regeneratorRuntime.wrap(function _callee4$(_context4) {
|
|
2350
2672
|
while (1) {
|
|
2351
2673
|
switch (_context4.prev = _context4.next) {
|
|
2352
2674
|
case 0:
|
|
2353
|
-
setPlayState("stopped");
|
|
2354
|
-
|
|
2355
|
-
return (_audioRef$current = audioRef.current) === null || _audioRef$current === void 0 ? void 0 : _audioRef$current.pause();
|
|
2356
|
-
|
|
2357
|
-
case 3:
|
|
2358
|
-
audioRef.current.currentTime = 0;
|
|
2675
|
+
setPlayState("stopped"); // await audioRef.current?.pause();
|
|
2676
|
+
// audioRef.current.currentTime = 0;
|
|
2359
2677
|
|
|
2360
|
-
case
|
|
2678
|
+
case 1:
|
|
2361
2679
|
case "end":
|
|
2362
2680
|
return _context4.stop();
|
|
2363
2681
|
}
|
|
@@ -2371,13 +2689,12 @@ var BlerpAudioContextProvider$1 = function BlerpAudioContextProvider(_ref) {
|
|
|
2371
2689
|
|
|
2372
2690
|
return stop;
|
|
2373
2691
|
}(),
|
|
2374
|
-
getPlayState: function getPlayState(
|
|
2375
|
-
var biteId = _ref7.biteId;
|
|
2376
|
-
|
|
2692
|
+
getPlayState: function getPlayState(biteId) {
|
|
2377
2693
|
if (biteId === (selectedBlerp && selectedBlerp._id)) {
|
|
2378
2694
|
return playState;
|
|
2379
2695
|
}
|
|
2380
2696
|
},
|
|
2697
|
+
setPlayState: setPlayState,
|
|
2381
2698
|
setStartTime: setStartTime
|
|
2382
2699
|
}
|
|
2383
2700
|
}, children);
|
|
@@ -91069,7 +91386,7 @@ var Theme = BlerpTheme;
|
|
|
91069
91386
|
var Box = Box$1;
|
|
91070
91387
|
var Container = Container$2;
|
|
91071
91388
|
var Grid = Grid$1;
|
|
91072
|
-
var Stack = Stack$
|
|
91389
|
+
var Stack = Stack$2;
|
|
91073
91390
|
var ImageList = ImageList$1;
|
|
91074
91391
|
var Autocomplete = Autocomplete$1;
|
|
91075
91392
|
var Button = Button$1;
|
|
@@ -91115,6 +91432,8 @@ var Modal = Modal$1;
|
|
|
91115
91432
|
var Popover = Popover$1;
|
|
91116
91433
|
var Blerp = Blerp$1;
|
|
91117
91434
|
var NewBlerp = NewBlerp$1;
|
|
91435
|
+
var GroupCard = GroupCard$1;
|
|
91436
|
+
var UserCard = UserCard$1;
|
|
91118
91437
|
var BlerpAudioContextProvider = BlerpAudioContextProvider$1;
|
|
91119
91438
|
var IconButton = IconButton$1;
|
|
91120
91439
|
var Toggle = Toggle$1;
|
|
@@ -91367,4 +91686,4 @@ var Themes = {
|
|
|
91367
91686
|
// };
|
|
91368
91687
|
// export default returnLibrary();
|
|
91369
91688
|
|
|
91370
|
-
export { Accordion, Alert, AppBar, Autocomplete, Avatar, Backdrop, Badge, Blerp, BlerpAudioContextProvider, BlerpCardIcon, BlerpCoinsIcon, BlerpListView, BlerpListViewPremium, BlerpListViewSkeleton, BlerpSkeleton, BlerpyIcon, BookmarkAddRounded, BottomNavigation, Box, Breadcrumbs, BroomIcon, Button, ButtonGroup, Card, ChannelPointsIcon, Checkbox, CheckoutModal, Chip, ClockIcon, CogIcon, CollectionCard, CollectionListViewPremium, CollectionSkeleton, Container, CrownIcon, Dialog, DiamondIcon, DiscordIcon, Divider, Drawer, Dropdown, FloatingActionButton, GiftIcon, Grid, IconButton, ImageList, Input, InputAdornment, LightbulbIcon, LinearProgress, Link, List, Menu, MenuItem, Modal, NewBlerp, NewCollectionModal, NewDiscordIcon, NewDropdown, OpenLockIcon, Pagination, Paper, PlayOutlineIcon, PlaySolidIcon, PointerFingerIcon, Popover, PremiumBlerpCheckoutModal, PremiumCollectionCheckoutModal, PremiumSubscriptionCheckoutModal, PresentGiftIcon, RadarDishIcon, RadioButton, Rating, ReactionButtons, Select, ShortcutIcon, Skeleton, Slider, Snackbar, SnackbarContext, SnackbarProvider, SparkleGiftIcon, SpeedDial, Stack, Stepper, Switch, Tab, Table, Tabs, Text, Theme, Themes, TikTokIcon, Toggle, Toolbar, Tooltip, TwitchBitIcon, TwitchIcon, UnsafeIcon, UserLibraryHeader, UserProfileHeader, WalkonIcon, WindowsIcon, darkThemeV1, lightThemeV1, mainTheme };
|
|
91689
|
+
export { Accordion, Alert, AppBar, Autocomplete, Avatar, Backdrop, Badge, Blerp, BlerpAudioContextProvider, BlerpCardIcon, BlerpCoinsIcon, BlerpListView, BlerpListViewPremium, BlerpListViewSkeleton, BlerpSkeleton, BlerpyIcon, BookmarkAddRounded, BottomNavigation, Box, Breadcrumbs, BroomIcon, Button, ButtonGroup, Card, ChannelPointsIcon, Checkbox, CheckoutModal, Chip, ClockIcon, CogIcon, CollectionCard, CollectionListViewPremium, CollectionSkeleton, Container, CrownIcon, Dialog, DiamondIcon, DiscordIcon, Divider, Drawer, Dropdown, FloatingActionButton, GiftIcon, Grid, GroupCard, IconButton, ImageList, Input, InputAdornment, LightbulbIcon, LinearProgress, Link, List, Menu, MenuItem, Modal, NewBlerp, NewCollectionModal, NewDiscordIcon, NewDropdown, OpenLockIcon, Pagination, Paper, PlayOutlineIcon, PlaySolidIcon, PointerFingerIcon, Popover, PremiumBlerpCheckoutModal, PremiumCollectionCheckoutModal, PremiumSubscriptionCheckoutModal, PresentGiftIcon, RadarDishIcon, RadioButton, Rating, ReactionButtons, Select, ShortcutIcon, Skeleton, Slider, Snackbar, SnackbarContext, SnackbarProvider, SparkleGiftIcon, SpeedDial, Stack, Stepper, Switch, Tab, Table, Tabs, Text, Theme, Themes, TikTokIcon, Toggle, Toolbar, Tooltip, TwitchBitIcon, TwitchIcon, UnsafeIcon, UserCard, UserLibraryHeader, UserProfileHeader, WalkonIcon, WindowsIcon, darkThemeV1, lightThemeV1, mainTheme };
|