@blerp/design 1.2.64 → 1.2.66
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 +8 -3
- package/dist/index.esm.js +8 -3
- package/dist/index.umd.js +8 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2404,6 +2404,11 @@ var NewBlerp$1 = function NewBlerp(_ref7) {
|
|
|
2404
2404
|
})), /*#__PURE__*/React__default['default'].createElement(HoverScrollText, {
|
|
2405
2405
|
hover: ((_titleRef$current = titleRef.current) === null || _titleRef$current === void 0 ? void 0 : (_titleRef$current$get = _titleRef$current.getBoundingClientRect()) === null || _titleRef$current$get === void 0 ? void 0 : _titleRef$current$get.width) > 190,
|
|
2406
2406
|
onClick: onTitleClick
|
|
2407
|
+
}, /*#__PURE__*/React__default['default'].createElement("a", {
|
|
2408
|
+
href: "/soundbites/".concat(bite._id),
|
|
2409
|
+
style: {
|
|
2410
|
+
textDecoration: "none"
|
|
2411
|
+
}
|
|
2407
2412
|
}, /*#__PURE__*/React__default['default'].createElement(Text, {
|
|
2408
2413
|
ref: titleRef,
|
|
2409
2414
|
sx: {
|
|
@@ -2411,7 +2416,7 @@ var NewBlerp$1 = function NewBlerp(_ref7) {
|
|
|
2411
2416
|
fontWeight: "400",
|
|
2412
2417
|
lineHeight: "1"
|
|
2413
2418
|
}
|
|
2414
|
-
}, bite === null || bite === void 0 ? void 0 : bite.title), /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
2419
|
+
}, bite === null || bite === void 0 ? void 0 : bite.title)), /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
2415
2420
|
sx: {
|
|
2416
2421
|
position: "absolute",
|
|
2417
2422
|
right: "0",
|
|
@@ -5858,7 +5863,7 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5858
5863
|
vertical: "bottom",
|
|
5859
5864
|
horizontal: "center"
|
|
5860
5865
|
},
|
|
5861
|
-
color: "
|
|
5866
|
+
color: "grey8",
|
|
5862
5867
|
transitionType: "slide",
|
|
5863
5868
|
slideDirection: "up",
|
|
5864
5869
|
severity: "success",
|
|
@@ -5964,7 +5969,7 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5964
5969
|
sx: {
|
|
5965
5970
|
width: "100%",
|
|
5966
5971
|
"& svg": {
|
|
5967
|
-
color:
|
|
5972
|
+
color: snackbarValues.color
|
|
5968
5973
|
}
|
|
5969
5974
|
}
|
|
5970
5975
|
}, snackbarValues.message)), props.children);
|
package/dist/index.esm.js
CHANGED
|
@@ -2327,6 +2327,11 @@ var NewBlerp$1 = function NewBlerp(_ref7) {
|
|
|
2327
2327
|
})), /*#__PURE__*/React__default.createElement(HoverScrollText, {
|
|
2328
2328
|
hover: ((_titleRef$current = titleRef.current) === null || _titleRef$current === void 0 ? void 0 : (_titleRef$current$get = _titleRef$current.getBoundingClientRect()) === null || _titleRef$current$get === void 0 ? void 0 : _titleRef$current$get.width) > 190,
|
|
2329
2329
|
onClick: onTitleClick
|
|
2330
|
+
}, /*#__PURE__*/React__default.createElement("a", {
|
|
2331
|
+
href: "/soundbites/".concat(bite._id),
|
|
2332
|
+
style: {
|
|
2333
|
+
textDecoration: "none"
|
|
2334
|
+
}
|
|
2330
2335
|
}, /*#__PURE__*/React__default.createElement(Text, {
|
|
2331
2336
|
ref: titleRef,
|
|
2332
2337
|
sx: {
|
|
@@ -2334,7 +2339,7 @@ var NewBlerp$1 = function NewBlerp(_ref7) {
|
|
|
2334
2339
|
fontWeight: "400",
|
|
2335
2340
|
lineHeight: "1"
|
|
2336
2341
|
}
|
|
2337
|
-
}, bite === null || bite === void 0 ? void 0 : bite.title), /*#__PURE__*/React__default.createElement(Stack, {
|
|
2342
|
+
}, bite === null || bite === void 0 ? void 0 : bite.title)), /*#__PURE__*/React__default.createElement(Stack, {
|
|
2338
2343
|
sx: {
|
|
2339
2344
|
position: "absolute",
|
|
2340
2345
|
right: "0",
|
|
@@ -5781,7 +5786,7 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5781
5786
|
vertical: "bottom",
|
|
5782
5787
|
horizontal: "center"
|
|
5783
5788
|
},
|
|
5784
|
-
color: "
|
|
5789
|
+
color: "grey8",
|
|
5785
5790
|
transitionType: "slide",
|
|
5786
5791
|
slideDirection: "up",
|
|
5787
5792
|
severity: "success",
|
|
@@ -5887,7 +5892,7 @@ var SnackbarProvider = function SnackbarProvider(props) {
|
|
|
5887
5892
|
sx: {
|
|
5888
5893
|
width: "100%",
|
|
5889
5894
|
"& svg": {
|
|
5890
|
-
color:
|
|
5895
|
+
color: snackbarValues.color
|
|
5891
5896
|
}
|
|
5892
5897
|
}
|
|
5893
5898
|
}, snackbarValues.message)), props.children);
|
package/dist/index.umd.js
CHANGED
|
@@ -2348,6 +2348,11 @@
|
|
|
2348
2348
|
})), /*#__PURE__*/React__default['default'].createElement(HoverScrollText, {
|
|
2349
2349
|
hover: ((_titleRef$current = titleRef.current) === null || _titleRef$current === void 0 ? void 0 : (_titleRef$current$get = _titleRef$current.getBoundingClientRect()) === null || _titleRef$current$get === void 0 ? void 0 : _titleRef$current$get.width) > 190,
|
|
2350
2350
|
onClick: onTitleClick
|
|
2351
|
+
}, /*#__PURE__*/React__default['default'].createElement("a", {
|
|
2352
|
+
href: "/soundbites/".concat(bite._id),
|
|
2353
|
+
style: {
|
|
2354
|
+
textDecoration: "none"
|
|
2355
|
+
}
|
|
2351
2356
|
}, /*#__PURE__*/React__default['default'].createElement(Text, {
|
|
2352
2357
|
ref: titleRef,
|
|
2353
2358
|
sx: {
|
|
@@ -2355,7 +2360,7 @@
|
|
|
2355
2360
|
fontWeight: "400",
|
|
2356
2361
|
lineHeight: "1"
|
|
2357
2362
|
}
|
|
2358
|
-
}, bite === null || bite === void 0 ? void 0 : bite.title), /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
2363
|
+
}, bite === null || bite === void 0 ? void 0 : bite.title)), /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
2359
2364
|
sx: {
|
|
2360
2365
|
position: "absolute",
|
|
2361
2366
|
right: "0",
|
|
@@ -5802,7 +5807,7 @@
|
|
|
5802
5807
|
vertical: "bottom",
|
|
5803
5808
|
horizontal: "center"
|
|
5804
5809
|
},
|
|
5805
|
-
color: "
|
|
5810
|
+
color: "grey8",
|
|
5806
5811
|
transitionType: "slide",
|
|
5807
5812
|
slideDirection: "up",
|
|
5808
5813
|
severity: "success",
|
|
@@ -5908,7 +5913,7 @@
|
|
|
5908
5913
|
sx: {
|
|
5909
5914
|
width: "100%",
|
|
5910
5915
|
"& svg": {
|
|
5911
|
-
color:
|
|
5916
|
+
color: snackbarValues.color
|
|
5912
5917
|
}
|
|
5913
5918
|
}
|
|
5914
5919
|
}, snackbarValues.message)), props.children);
|