@blerp/design 1.0.110 → 1.0.111

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 CHANGED
@@ -7411,7 +7411,7 @@ var _templateObject$4, _templateObject2, _templateObject3, _templateObject4, _te
7411
7411
  //primary and secondary action buttons
7412
7412
 
7413
7413
  var YellowHoverBorder = styled__default['default'].div(_templateObject$4 || (_templateObject$4 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n height: 105%;\n width: 105%;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n border: 4px solid rgb(255, 225, 76);\n border-radius: 20px;\n transition: opacity 0.3s ease-in-out;\n /* Opacity should be changed to \"1\" onHover of this component's parent */\n opacity: 0;\n"])));
7414
- var LineClamp$1 = styled__default['default'].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 92%;\n"])));
7414
+ var LineClamp$1 = styled__default['default'].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 80%;\n"])));
7415
7415
  var TopPill = styled__default['default'].div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 32px;\n width: ", ";\n position: absolute;\n top: 8px;\n left: 8px;\n border-radius: 20px;\n overflow: hidden;\n transition: width 0.3s ease-in-out;\n"])), function (props) {
7416
7416
  return props.isLocked ? props.collectionHovered ? "90%" : "70%" : "45%";
7417
7417
  });
@@ -7807,7 +7807,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7807
7807
  textDecoration: "none"
7808
7808
  }
7809
7809
  }, /*#__PURE__*/React__default['default'].createElement(LineClamp$1, null, /*#__PURE__*/React__default['default'].createElement(Text, {
7810
- fontSize: fontSize ? fontSize : "22px",
7810
+ fontSize: fontSize ? fontSize : "21px",
7811
7811
  color: "white.override",
7812
7812
  textAlign: "center",
7813
7813
  sx: {
@@ -7820,7 +7820,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7820
7820
  sx: {
7821
7821
  zIndex: isLocked ? "1" : "3"
7822
7822
  },
7823
- fontSize: fontSize ? fontSize : "22px",
7823
+ fontSize: fontSize ? fontSize : "21px",
7824
7824
  color: "white.override",
7825
7825
  textAlign: "center"
7826
7826
  }, collection === null || collection === void 0 ? void 0 : collection.title)), isLocked ? /*#__PURE__*/React__default['default'].createElement(LockedScrim, {
@@ -7916,7 +7916,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7916
7916
  };
7917
7917
 
7918
7918
  var _templateObject$3;
7919
- var LineClamp = styled__default['default'].div(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 92%;\n"]))); //on background click
7919
+ var LineClamp = styled__default['default'].div(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 80%;\n"]))); //on background click
7920
7920
  //primary and secondary action buttons
7921
7921
 
7922
7922
  var CollectionCard$1 = function CollectionCard(_ref) {
@@ -8203,7 +8203,7 @@ var CollectionCard$1 = function CollectionCard(_ref) {
8203
8203
  fontSize: "35px"
8204
8204
  }
8205
8205
  })), /*#__PURE__*/React__default['default'].createElement(LineClamp, null, /*#__PURE__*/React__default['default'].createElement(Text, {
8206
- fontSize: fontSize ? fontSize : "22px",
8206
+ fontSize: fontSize ? fontSize : "24px",
8207
8207
  color: "white.override",
8208
8208
  textAlign: "center"
8209
8209
  }, collection === null || collection === void 0 ? void 0 : collection.title))) : /*#__PURE__*/React__default['default'].createElement(Box, {
@@ -8269,7 +8269,7 @@ var CollectionCard$1 = function CollectionCard(_ref) {
8269
8269
  textDecoration: "none"
8270
8270
  }
8271
8271
  }, /*#__PURE__*/React__default['default'].createElement(Text, {
8272
- fontSize: fontSize ? fontSize : "22px",
8272
+ fontSize: fontSize ? fontSize : "24px",
8273
8273
  color: "white.override",
8274
8274
  textAlign: "center",
8275
8275
  sx: {
@@ -8278,7 +8278,7 @@ var CollectionCard$1 = function CollectionCard(_ref) {
8278
8278
  }
8279
8279
  }
8280
8280
  }, collection === null || collection === void 0 ? void 0 : collection.title)) : /*#__PURE__*/React__default['default'].createElement(Text, {
8281
- fontSize: fontSize ? fontSize : "22px",
8281
+ fontSize: fontSize ? fontSize : "24px",
8282
8282
  color: "white.override",
8283
8283
  textAlign: "center"
8284
8284
  }, collection === null || collection === void 0 ? void 0 : collection.title)))) : /*#__PURE__*/React__default['default'].createElement(Box, {
@@ -90046,6 +90046,7 @@ var Pagination = material.Pagination;
90046
90046
  var SpeedDial = material.SpeedDial;
90047
90047
  var Stepper = material.Stepper;
90048
90048
  var Tabs = material.Tabs;
90049
+ var Tab = material.Tab;
90049
90050
  var Accordion = material.Accordion;
90050
90051
  var AppBar = material.AppBar;
90051
90052
  var Card = material.Card;
@@ -90401,6 +90402,7 @@ exports.SpeedDial = SpeedDial;
90401
90402
  exports.Stack = Stack;
90402
90403
  exports.Stepper = Stepper;
90403
90404
  exports.Switch = Switch;
90405
+ exports.Tab = Tab;
90404
90406
  exports.Table = Table;
90405
90407
  exports.Tabs = Tabs;
90406
90408
  exports.Text = Text;
package/dist/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- import { SvgIcon, InputAdornment as InputAdornment$1, Box as Box$1, Container as Container$1, Grid as Grid$1, Stack as Stack$1, 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, 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';
1
+ import { SvgIcon, InputAdornment as InputAdornment$1, Box as Box$1, Container as Container$1, Grid as Grid$1, Stack as Stack$1, 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';
@@ -7342,7 +7342,7 @@ var _templateObject$4, _templateObject2, _templateObject3, _templateObject4, _te
7342
7342
  //primary and secondary action buttons
7343
7343
 
7344
7344
  var YellowHoverBorder = styled.div(_templateObject$4 || (_templateObject$4 = _taggedTemplateLiteral(["\n position: absolute;\n height: 105%;\n width: 105%;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n border: 4px solid rgb(255, 225, 76);\n border-radius: 20px;\n transition: opacity 0.3s ease-in-out;\n /* Opacity should be changed to \"1\" onHover of this component's parent */\n opacity: 0;\n"])));
7345
- var LineClamp$1 = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 92%;\n"])));
7345
+ var LineClamp$1 = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 80%;\n"])));
7346
7346
  var TopPill = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 32px;\n width: ", ";\n position: absolute;\n top: 8px;\n left: 8px;\n border-radius: 20px;\n overflow: hidden;\n transition: width 0.3s ease-in-out;\n"])), function (props) {
7347
7347
  return props.isLocked ? props.collectionHovered ? "90%" : "70%" : "45%";
7348
7348
  });
@@ -7738,7 +7738,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7738
7738
  textDecoration: "none"
7739
7739
  }
7740
7740
  }, /*#__PURE__*/React__default.createElement(LineClamp$1, null, /*#__PURE__*/React__default.createElement(Text, {
7741
- fontSize: fontSize ? fontSize : "22px",
7741
+ fontSize: fontSize ? fontSize : "21px",
7742
7742
  color: "white.override",
7743
7743
  textAlign: "center",
7744
7744
  sx: {
@@ -7751,7 +7751,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7751
7751
  sx: {
7752
7752
  zIndex: isLocked ? "1" : "3"
7753
7753
  },
7754
- fontSize: fontSize ? fontSize : "22px",
7754
+ fontSize: fontSize ? fontSize : "21px",
7755
7755
  color: "white.override",
7756
7756
  textAlign: "center"
7757
7757
  }, collection === null || collection === void 0 ? void 0 : collection.title)), isLocked ? /*#__PURE__*/React__default.createElement(LockedScrim, {
@@ -7847,7 +7847,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
7847
7847
  };
7848
7848
 
7849
7849
  var _templateObject$3;
7850
- var LineClamp = styled.div(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral(["\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 92%;\n"]))); //on background click
7850
+ var LineClamp = styled.div(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral(["\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 80%;\n"]))); //on background click
7851
7851
  //primary and secondary action buttons
7852
7852
 
7853
7853
  var CollectionCard$1 = function CollectionCard(_ref) {
@@ -8134,7 +8134,7 @@ var CollectionCard$1 = function CollectionCard(_ref) {
8134
8134
  fontSize: "35px"
8135
8135
  }
8136
8136
  })), /*#__PURE__*/React__default.createElement(LineClamp, null, /*#__PURE__*/React__default.createElement(Text, {
8137
- fontSize: fontSize ? fontSize : "22px",
8137
+ fontSize: fontSize ? fontSize : "24px",
8138
8138
  color: "white.override",
8139
8139
  textAlign: "center"
8140
8140
  }, collection === null || collection === void 0 ? void 0 : collection.title))) : /*#__PURE__*/React__default.createElement(Box, {
@@ -8200,7 +8200,7 @@ var CollectionCard$1 = function CollectionCard(_ref) {
8200
8200
  textDecoration: "none"
8201
8201
  }
8202
8202
  }, /*#__PURE__*/React__default.createElement(Text, {
8203
- fontSize: fontSize ? fontSize : "22px",
8203
+ fontSize: fontSize ? fontSize : "24px",
8204
8204
  color: "white.override",
8205
8205
  textAlign: "center",
8206
8206
  sx: {
@@ -8209,7 +8209,7 @@ var CollectionCard$1 = function CollectionCard(_ref) {
8209
8209
  }
8210
8210
  }
8211
8211
  }, collection === null || collection === void 0 ? void 0 : collection.title)) : /*#__PURE__*/React__default.createElement(Text, {
8212
- fontSize: fontSize ? fontSize : "22px",
8212
+ fontSize: fontSize ? fontSize : "24px",
8213
8213
  color: "white.override",
8214
8214
  textAlign: "center"
8215
8215
  }, collection === null || collection === void 0 ? void 0 : collection.title)))) : /*#__PURE__*/React__default.createElement(Box, {
@@ -89977,6 +89977,7 @@ var Pagination = Pagination$1;
89977
89977
  var SpeedDial = SpeedDial$1;
89978
89978
  var Stepper = Stepper$1;
89979
89979
  var Tabs = Tabs$1;
89980
+ var Tab = Tab$1;
89980
89981
  var Accordion = Accordion$1;
89981
89982
  var AppBar = AppBar$1;
89982
89983
  var Card = Card$1;
@@ -90249,4 +90250,4 @@ var Themes = {
90249
90250
  // };
90250
90251
  // export default returnLibrary();
90251
90252
 
90252
- export { Accordion, Alert, AppBar, Autocomplete, Avatar, Backdrop, Badge, Blerp, 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, NewCollectionModal, NewDiscordIcon, 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, Table, Tabs, Text, Theme, Themes, TikTokIcon, Toggle, Toolbar, Tooltip, TwitchBitIcon, TwitchIcon, UnsafeIcon, UserLibraryHeader, UserProfileHeader, WalkonIcon, WindowsIcon, darkThemeV1, lightThemeV1, mainTheme };
90253
+ export { Accordion, Alert, AppBar, Autocomplete, Avatar, Backdrop, Badge, Blerp, 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, NewCollectionModal, NewDiscordIcon, 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 };
package/dist/index.umd.js CHANGED
@@ -7363,7 +7363,7 @@
7363
7363
  //primary and secondary action buttons
7364
7364
 
7365
7365
  var YellowHoverBorder = styled__default['default'].div(_templateObject$4 || (_templateObject$4 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n height: 105%;\n width: 105%;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n border: 4px solid rgb(255, 225, 76);\n border-radius: 20px;\n transition: opacity 0.3s ease-in-out;\n /* Opacity should be changed to \"1\" onHover of this component's parent */\n opacity: 0;\n"])));
7366
- var LineClamp$1 = styled__default['default'].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 92%;\n"])));
7366
+ var LineClamp$1 = styled__default['default'].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 80%;\n"])));
7367
7367
  var TopPill = styled__default['default'].div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 32px;\n width: ", ";\n position: absolute;\n top: 8px;\n left: 8px;\n border-radius: 20px;\n overflow: hidden;\n transition: width 0.3s ease-in-out;\n"])), function (props) {
7368
7368
  return props.isLocked ? props.collectionHovered ? "90%" : "70%" : "45%";
7369
7369
  });
@@ -7759,7 +7759,7 @@
7759
7759
  textDecoration: "none"
7760
7760
  }
7761
7761
  }, /*#__PURE__*/React__default['default'].createElement(LineClamp$1, null, /*#__PURE__*/React__default['default'].createElement(Text, {
7762
- fontSize: fontSize ? fontSize : "22px",
7762
+ fontSize: fontSize ? fontSize : "21px",
7763
7763
  color: "white.override",
7764
7764
  textAlign: "center",
7765
7765
  sx: {
@@ -7772,7 +7772,7 @@
7772
7772
  sx: {
7773
7773
  zIndex: isLocked ? "1" : "3"
7774
7774
  },
7775
- fontSize: fontSize ? fontSize : "22px",
7775
+ fontSize: fontSize ? fontSize : "21px",
7776
7776
  color: "white.override",
7777
7777
  textAlign: "center"
7778
7778
  }, collection === null || collection === void 0 ? void 0 : collection.title)), isLocked ? /*#__PURE__*/React__default['default'].createElement(LockedScrim, {
@@ -7868,7 +7868,7 @@
7868
7868
  };
7869
7869
 
7870
7870
  var _templateObject$3;
7871
- var LineClamp = styled__default['default'].div(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 92%;\n"]))); //on background click
7871
+ var LineClamp = styled__default['default'].div(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteral__default['default'](["\n display: -webkit-box;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n overflow: hidden;\n margin: 5px 0;\n max-width: 80%;\n"]))); //on background click
7872
7872
  //primary and secondary action buttons
7873
7873
 
7874
7874
  var CollectionCard$1 = function CollectionCard(_ref) {
@@ -8155,7 +8155,7 @@
8155
8155
  fontSize: "35px"
8156
8156
  }
8157
8157
  })), /*#__PURE__*/React__default['default'].createElement(LineClamp, null, /*#__PURE__*/React__default['default'].createElement(Text, {
8158
- fontSize: fontSize ? fontSize : "22px",
8158
+ fontSize: fontSize ? fontSize : "24px",
8159
8159
  color: "white.override",
8160
8160
  textAlign: "center"
8161
8161
  }, collection === null || collection === void 0 ? void 0 : collection.title))) : /*#__PURE__*/React__default['default'].createElement(Box, {
@@ -8221,7 +8221,7 @@
8221
8221
  textDecoration: "none"
8222
8222
  }
8223
8223
  }, /*#__PURE__*/React__default['default'].createElement(Text, {
8224
- fontSize: fontSize ? fontSize : "22px",
8224
+ fontSize: fontSize ? fontSize : "24px",
8225
8225
  color: "white.override",
8226
8226
  textAlign: "center",
8227
8227
  sx: {
@@ -8230,7 +8230,7 @@
8230
8230
  }
8231
8231
  }
8232
8232
  }, collection === null || collection === void 0 ? void 0 : collection.title)) : /*#__PURE__*/React__default['default'].createElement(Text, {
8233
- fontSize: fontSize ? fontSize : "22px",
8233
+ fontSize: fontSize ? fontSize : "24px",
8234
8234
  color: "white.override",
8235
8235
  textAlign: "center"
8236
8236
  }, collection === null || collection === void 0 ? void 0 : collection.title)))) : /*#__PURE__*/React__default['default'].createElement(Box, {
@@ -89998,6 +89998,7 @@
89998
89998
  var SpeedDial = material.SpeedDial;
89999
89999
  var Stepper = material.Stepper;
90000
90000
  var Tabs = material.Tabs;
90001
+ var Tab = material.Tab;
90001
90002
  var Accordion = material.Accordion;
90002
90003
  var AppBar = material.AppBar;
90003
90004
  var Card = material.Card;
@@ -90353,6 +90354,7 @@
90353
90354
  exports.Stack = Stack;
90354
90355
  exports.Stepper = Stepper;
90355
90356
  exports.Switch = Switch;
90357
+ exports.Tab = Tab;
90356
90358
  exports.Table = Table;
90357
90359
  exports.Tabs = Tabs;
90358
90360
  exports.Text = Text;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.0.110",
3
+ "version": "1.0.111",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {