@rocket.chat/fuselage 0.32.0-dev.261 → 0.32.0-dev.262
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OptionSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionSkeleton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OptionSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionSkeleton.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,cAAc,mBAInB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -11265,18 +11265,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11265
11265
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
11266
11266
|
/* harmony import */ var _Skeleton__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Skeleton */ "./src/components/Skeleton/index.tsx");
|
|
11267
11267
|
/* harmony import */ var _Option__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./Option */ "./src/components/Option/Option.tsx");
|
|
11268
|
-
/* harmony import */ var _OptionAvatar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./OptionAvatar */ "./src/components/Option/OptionAvatar.tsx");
|
|
11269
|
-
/* harmony import */ var _OptionContent__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./OptionContent */ "./src/components/Option/OptionContent.tsx");
|
|
11270
|
-
|
|
11271
|
-
|
|
11272
11268
|
|
|
11273
11269
|
|
|
11274
11270
|
|
|
11275
11271
|
var OptionSkeleton = function () { return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Option__WEBPACK_IMPORTED_MODULE_2__["default"], null,
|
|
11276
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
|
11277
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Skeleton__WEBPACK_IMPORTED_MODULE_1__.Skeleton, { variant: 'rect', width: 28, height: 28 })),
|
|
11278
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_OptionContent__WEBPACK_IMPORTED_MODULE_4__["default"], null,
|
|
11279
|
-
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Skeleton__WEBPACK_IMPORTED_MODULE_1__.Skeleton, { width: '100%' })))); };
|
|
11272
|
+
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Skeleton__WEBPACK_IMPORTED_MODULE_1__.Skeleton, { width: '100%' }))); };
|
|
11280
11273
|
/* harmony default export */ __webpack_exports__["default"] = (OptionSkeleton);
|
|
11281
11274
|
|
|
11282
11275
|
|