@blerp/design 1.0.73 → 1.0.74

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
@@ -1127,7 +1127,29 @@ var BlerpTopRow = function BlerpTopRow(_ref) {
1127
1127
  marginRight: "4px",
1128
1128
  zIndex: "1"
1129
1129
  }
1130
- }) : /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null))), (bite.visibility !== "PUBLIC" || !isOwner) && /*#__PURE__*/React__default['default'].createElement("div", null), bite.visibility !== "PUBLIC" && /*#__PURE__*/React__default['default'].createElement(Stack, {
1130
+ }) : /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null)), bite.edgeType === "NewTwitchBiteEdge" && /*#__PURE__*/React__default['default'].createElement(Tooltip, {
1131
+ title: "Featured on Twitch Bits"
1132
+ }, /*#__PURE__*/React__default['default'].createElement(Stack, {
1133
+ sx: {
1134
+ alignItems: "center"
1135
+ }
1136
+ }, /*#__PURE__*/React__default['default'].createElement(TwitchIcon, {
1137
+ sx: {
1138
+ zIndex: "1",
1139
+ fontSize: "18px"
1140
+ }
1141
+ }))), bite.edgeType === "ChannelPointsBiteEdge" && /*#__PURE__*/React__default['default'].createElement(Tooltip, {
1142
+ title: "Featured on Twitch Channel Points"
1143
+ }, /*#__PURE__*/React__default['default'].createElement(Stack, {
1144
+ sx: {
1145
+ alignItems: "center"
1146
+ }
1147
+ }, /*#__PURE__*/React__default['default'].createElement(ChannelPointsIcon, {
1148
+ sx: {
1149
+ zIndex: "1",
1150
+ fontSize: "18px"
1151
+ }
1152
+ })))), (bite.visibility !== "PUBLIC" || !isOwner) && /*#__PURE__*/React__default['default'].createElement("div", null), bite.visibility !== "PUBLIC" && /*#__PURE__*/React__default['default'].createElement(Stack, {
1131
1153
  direction: "row",
1132
1154
  sx: {
1133
1155
  position: "relative",
@@ -2736,7 +2758,10 @@ var lightPalette = {
2736
2758
  contrastText: "#fff"
2737
2759
  },
2738
2760
  buntingBlue: {
2739
- main: colors.buntingBlue
2761
+ light: colors.buntingBlue,
2762
+ main: colors.buntingBlue,
2763
+ dark: colors.buntingBlue,
2764
+ contrastText: "#fff"
2740
2765
  },
2741
2766
  starling: {
2742
2767
  light: colors.starling,
@@ -2828,7 +2853,10 @@ var darkPalette = {
2828
2853
  contrastText: "#fff"
2829
2854
  },
2830
2855
  buntingBlue: {
2831
- main: colors.buntingBlue
2856
+ light: colors.buntingBlue,
2857
+ main: colors.buntingBlue,
2858
+ dark: colors.buntingBlue,
2859
+ contrastText: "#fff"
2832
2860
  },
2833
2861
  starling: {
2834
2862
  light: colors.starling,
package/dist/index.esm.js CHANGED
@@ -1059,7 +1059,29 @@ var BlerpTopRow = function BlerpTopRow(_ref) {
1059
1059
  marginRight: "4px",
1060
1060
  zIndex: "1"
1061
1061
  }
1062
- }) : /*#__PURE__*/React__default.createElement(React__default.Fragment, null))), (bite.visibility !== "PUBLIC" || !isOwner) && /*#__PURE__*/React__default.createElement("div", null), bite.visibility !== "PUBLIC" && /*#__PURE__*/React__default.createElement(Stack, {
1062
+ }) : /*#__PURE__*/React__default.createElement(React__default.Fragment, null)), bite.edgeType === "NewTwitchBiteEdge" && /*#__PURE__*/React__default.createElement(Tooltip, {
1063
+ title: "Featured on Twitch Bits"
1064
+ }, /*#__PURE__*/React__default.createElement(Stack, {
1065
+ sx: {
1066
+ alignItems: "center"
1067
+ }
1068
+ }, /*#__PURE__*/React__default.createElement(TwitchIcon, {
1069
+ sx: {
1070
+ zIndex: "1",
1071
+ fontSize: "18px"
1072
+ }
1073
+ }))), bite.edgeType === "ChannelPointsBiteEdge" && /*#__PURE__*/React__default.createElement(Tooltip, {
1074
+ title: "Featured on Twitch Channel Points"
1075
+ }, /*#__PURE__*/React__default.createElement(Stack, {
1076
+ sx: {
1077
+ alignItems: "center"
1078
+ }
1079
+ }, /*#__PURE__*/React__default.createElement(ChannelPointsIcon, {
1080
+ sx: {
1081
+ zIndex: "1",
1082
+ fontSize: "18px"
1083
+ }
1084
+ })))), (bite.visibility !== "PUBLIC" || !isOwner) && /*#__PURE__*/React__default.createElement("div", null), bite.visibility !== "PUBLIC" && /*#__PURE__*/React__default.createElement(Stack, {
1063
1085
  direction: "row",
1064
1086
  sx: {
1065
1087
  position: "relative",
@@ -2668,7 +2690,10 @@ var lightPalette = {
2668
2690
  contrastText: "#fff"
2669
2691
  },
2670
2692
  buntingBlue: {
2671
- main: colors.buntingBlue
2693
+ light: colors.buntingBlue,
2694
+ main: colors.buntingBlue,
2695
+ dark: colors.buntingBlue,
2696
+ contrastText: "#fff"
2672
2697
  },
2673
2698
  starling: {
2674
2699
  light: colors.starling,
@@ -2760,7 +2785,10 @@ var darkPalette = {
2760
2785
  contrastText: "#fff"
2761
2786
  },
2762
2787
  buntingBlue: {
2763
- main: colors.buntingBlue
2788
+ light: colors.buntingBlue,
2789
+ main: colors.buntingBlue,
2790
+ dark: colors.buntingBlue,
2791
+ contrastText: "#fff"
2764
2792
  },
2765
2793
  starling: {
2766
2794
  light: colors.starling,
package/dist/index.umd.js CHANGED
@@ -1080,7 +1080,29 @@
1080
1080
  marginRight: "4px",
1081
1081
  zIndex: "1"
1082
1082
  }
1083
- }) : /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null))), (bite.visibility !== "PUBLIC" || !isOwner) && /*#__PURE__*/React__default['default'].createElement("div", null), bite.visibility !== "PUBLIC" && /*#__PURE__*/React__default['default'].createElement(Stack, {
1083
+ }) : /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null)), bite.edgeType === "NewTwitchBiteEdge" && /*#__PURE__*/React__default['default'].createElement(Tooltip, {
1084
+ title: "Featured on Twitch Bits"
1085
+ }, /*#__PURE__*/React__default['default'].createElement(Stack, {
1086
+ sx: {
1087
+ alignItems: "center"
1088
+ }
1089
+ }, /*#__PURE__*/React__default['default'].createElement(TwitchIcon, {
1090
+ sx: {
1091
+ zIndex: "1",
1092
+ fontSize: "18px"
1093
+ }
1094
+ }))), bite.edgeType === "ChannelPointsBiteEdge" && /*#__PURE__*/React__default['default'].createElement(Tooltip, {
1095
+ title: "Featured on Twitch Channel Points"
1096
+ }, /*#__PURE__*/React__default['default'].createElement(Stack, {
1097
+ sx: {
1098
+ alignItems: "center"
1099
+ }
1100
+ }, /*#__PURE__*/React__default['default'].createElement(ChannelPointsIcon, {
1101
+ sx: {
1102
+ zIndex: "1",
1103
+ fontSize: "18px"
1104
+ }
1105
+ })))), (bite.visibility !== "PUBLIC" || !isOwner) && /*#__PURE__*/React__default['default'].createElement("div", null), bite.visibility !== "PUBLIC" && /*#__PURE__*/React__default['default'].createElement(Stack, {
1084
1106
  direction: "row",
1085
1107
  sx: {
1086
1108
  position: "relative",
@@ -2689,7 +2711,10 @@
2689
2711
  contrastText: "#fff"
2690
2712
  },
2691
2713
  buntingBlue: {
2692
- main: colors.buntingBlue
2714
+ light: colors.buntingBlue,
2715
+ main: colors.buntingBlue,
2716
+ dark: colors.buntingBlue,
2717
+ contrastText: "#fff"
2693
2718
  },
2694
2719
  starling: {
2695
2720
  light: colors.starling,
@@ -2781,7 +2806,10 @@
2781
2806
  contrastText: "#fff"
2782
2807
  },
2783
2808
  buntingBlue: {
2784
- main: colors.buntingBlue
2809
+ light: colors.buntingBlue,
2810
+ main: colors.buntingBlue,
2811
+ dark: colors.buntingBlue,
2812
+ contrastText: "#fff"
2785
2813
  },
2786
2814
  starling: {
2787
2815
  light: colors.starling,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.0.73",
3
+ "version": "1.0.74",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {