opus-toolkit-components 0.4.1 → 0.4.2
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.
|
@@ -570,7 +570,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
570
570
|
Dropdown: () => (/* reexport */ Dropdown),
|
|
571
571
|
Input: () => (/* reexport */ Inputs_Input),
|
|
572
572
|
RadioButton: () => (/* reexport */ RadioButton),
|
|
573
|
-
Table: () => (/* reexport */
|
|
573
|
+
Table: () => (/* reexport */ Table)
|
|
574
574
|
});
|
|
575
575
|
|
|
576
576
|
// EXTERNAL MODULE: external "react"
|
|
@@ -986,7 +986,7 @@ var table_update = injectStylesIntoStyleTag_default()(table/* default */.A, tabl
|
|
|
986
986
|
;// ./src/components/Tables/Table.js
|
|
987
987
|
|
|
988
988
|
|
|
989
|
-
function
|
|
989
|
+
function Table(_ref) {
|
|
990
990
|
let {
|
|
991
991
|
data = [],
|
|
992
992
|
// Array defining columns and rendering logic
|
|
@@ -9282,4 +9282,4 @@ function Dropdown(_ref) {
|
|
|
9282
9282
|
/******/ })()
|
|
9283
9283
|
;
|
|
9284
9284
|
});
|
|
9285
|
-
//# sourceMappingURL=main.
|
|
9285
|
+
//# sourceMappingURL=main.e560d9256b4456e21fe5.js.map
|