fis-component 0.0.36 → 0.0.37
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/cjs/index.js
CHANGED
|
@@ -73528,11 +73528,9 @@ exports.FISCheckbox = FISCheckbox;
|
|
|
73528
73528
|
exports.FISCheckboxGroup = FISCheckboxGroup;
|
|
73529
73529
|
exports.FISChipButton = FISChipButton;
|
|
73530
73530
|
exports.FISCollapse = FISCollapse;
|
|
73531
|
-
exports.FISColumnCell = FISColumnCell;
|
|
73532
73531
|
exports.FISCombobox = FISCombobox;
|
|
73533
73532
|
exports.FISDateRange = FISDateRange;
|
|
73534
73533
|
exports.FISDivider = FISDivider;
|
|
73535
|
-
exports.FISHeaderCell = FISHeaderCell;
|
|
73536
73534
|
exports.FISIconButton = FISIconButton;
|
|
73537
73535
|
exports.FISInputArea = FISInputArea;
|
|
73538
73536
|
exports.FISInputDate = FISInputDate;
|
|
@@ -73558,8 +73556,8 @@ exports.FISSplitButton = FISSplitButton;
|
|
|
73558
73556
|
exports.FISSwitch = FISSwitch;
|
|
73559
73557
|
exports.FISTab = FISTab;
|
|
73560
73558
|
exports.FISTable = FISTable;
|
|
73561
|
-
exports.
|
|
73562
|
-
exports.
|
|
73559
|
+
exports.FISTableCell = FISColumnCell;
|
|
73560
|
+
exports.FISTableHeaderCell = FISHeaderCell;
|
|
73563
73561
|
exports.FISThemeProvider = FISThemeProvider;
|
|
73564
73562
|
exports.FISToast = FISToast;
|
|
73565
73563
|
exports.FISTooltip = FISTooltip;
|