indicator-ui 0.0.54 → 0.0.55

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.js CHANGED
@@ -10435,6 +10435,8 @@ __webpack_require__.r(__webpack_exports__);
10435
10435
  /* harmony export */ TabFrame: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_0__.TabFrame)
10436
10436
  /* harmony export */ });
10437
10437
  /* harmony import */ var _ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ui */ "./src/ui/TabFrame/ui/index.ts");
10438
+ /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./types */ "./src/ui/TabFrame/types/index.ts");
10439
+
10438
10440
 
10439
10441
 
10440
10442
 
@@ -10455,6 +10457,33 @@ __webpack_require__.r(__webpack_exports__);
10455
10457
 
10456
10458
 
10457
10459
 
10460
+ /***/ }),
10461
+
10462
+ /***/ "./src/ui/TabFrame/types/TabFrameTypes.ts":
10463
+ /*!************************************************!*\
10464
+ !*** ./src/ui/TabFrame/types/TabFrameTypes.ts ***!
10465
+ \************************************************/
10466
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10467
+
10468
+ "use strict";
10469
+ __webpack_require__.r(__webpack_exports__);
10470
+
10471
+
10472
+
10473
+ /***/ }),
10474
+
10475
+ /***/ "./src/ui/TabFrame/types/index.ts":
10476
+ /*!****************************************!*\
10477
+ !*** ./src/ui/TabFrame/types/index.ts ***!
10478
+ \****************************************/
10479
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10480
+
10481
+ "use strict";
10482
+ __webpack_require__.r(__webpack_exports__);
10483
+ /* harmony import */ var _TabFrameTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./TabFrameTypes */ "./src/ui/TabFrame/types/TabFrameTypes.ts");
10484
+
10485
+
10486
+
10458
10487
  /***/ }),
10459
10488
 
10460
10489
  /***/ "./src/ui/TabFrame/ui/TabFrame.tsx":