@blerp/design 1.2.64 → 1.2.65

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
@@ -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",
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",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.2.64",
3
+ "version": "1.2.65",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {