@rocket.chat/fuselage 0.32.0-dev.392 → 0.32.0-dev.393
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":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.tsx"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.tsx"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC"}
|
|
@@ -15792,6 +15792,7 @@ function Tabs(_a) {
|
|
|
15792
15792
|
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Box__WEBPACK_IMPORTED_MODULE_1__["default"], { is: 'div', "rcx-tabs__scroll-box": true },
|
|
15793
15793
|
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Box__WEBPACK_IMPORTED_MODULE_1__["default"], { is: 'div', "rcx-tabs__wrapper": true, children: children, role: 'tablist' }))));
|
|
15794
15794
|
}
|
|
15795
|
+
/** @deprecated use named export TabsItem instead */
|
|
15795
15796
|
Tabs.Item = _TabsItem__WEBPACK_IMPORTED_MODULE_2__.TabsItem;
|
|
15796
15797
|
|
|
15797
15798
|
|
|
@@ -15850,9 +15851,12 @@ var TabsItem = (0,react__WEBPACK_IMPORTED_MODULE_0__.forwardRef)(function TabsIt
|
|
|
15850
15851
|
|
|
15851
15852
|
__webpack_require__.r(__webpack_exports__);
|
|
15852
15853
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
15853
|
-
/* harmony export */ "Tabs": function() { return /* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_0__.Tabs; }
|
|
15854
|
+
/* harmony export */ "Tabs": function() { return /* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_0__.Tabs; },
|
|
15855
|
+
/* harmony export */ "TabsItem": function() { return /* reexport safe */ _TabsItem__WEBPACK_IMPORTED_MODULE_1__.TabsItem; }
|
|
15854
15856
|
/* harmony export */ });
|
|
15855
15857
|
/* harmony import */ var _Tabs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Tabs */ "./src/components/Tabs/Tabs.tsx");
|
|
15858
|
+
/* harmony import */ var _TabsItem__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./TabsItem */ "./src/components/Tabs/TabsItem.tsx");
|
|
15859
|
+
|
|
15856
15860
|
|
|
15857
15861
|
|
|
15858
15862
|
|
|
@@ -16693,6 +16697,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16693
16697
|
/* harmony export */ "TableSelection": function() { return /* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_51__.TableSelection; },
|
|
16694
16698
|
/* harmony export */ "TableSelectionButton": function() { return /* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_51__.TableSelectionButton; },
|
|
16695
16699
|
/* harmony export */ "Tabs": function() { return /* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_52__.Tabs; },
|
|
16700
|
+
/* harmony export */ "TabsItem": function() { return /* reexport safe */ _Tabs__WEBPACK_IMPORTED_MODULE_52__.TabsItem; },
|
|
16696
16701
|
/* harmony export */ "Tag": function() { return /* reexport safe */ _Tag__WEBPACK_IMPORTED_MODULE_53__.Tag; },
|
|
16697
16702
|
/* harmony export */ "TelephoneInput": function() { return /* reexport safe */ _TelephoneInput__WEBPACK_IMPORTED_MODULE_54__.TelephoneInput; },
|
|
16698
16703
|
/* harmony export */ "TextAreaInput": function() { return /* reexport safe */ _TextAreaInput__WEBPACK_IMPORTED_MODULE_55__.TextAreaInput; },
|
|
@@ -17645,6 +17650,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17645
17650
|
/* harmony export */ "TableSelection": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.TableSelection; },
|
|
17646
17651
|
/* harmony export */ "TableSelectionButton": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.TableSelectionButton; },
|
|
17647
17652
|
/* harmony export */ "Tabs": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.Tabs; },
|
|
17653
|
+
/* harmony export */ "TabsItem": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.TabsItem; },
|
|
17648
17654
|
/* harmony export */ "Tag": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.Tag; },
|
|
17649
17655
|
/* harmony export */ "TelephoneInput": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.TelephoneInput; },
|
|
17650
17656
|
/* harmony export */ "TextAreaInput": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.TextAreaInput; },
|