fis-component 0.0.35 → 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;
|
|
@@ -73545,6 +73543,7 @@ exports.FISLinkButton = FISLinkButton;
|
|
|
73545
73543
|
exports.FISMenuItem = FISMenuItem;
|
|
73546
73544
|
exports.FISMenuSection = FISMenuSection;
|
|
73547
73545
|
exports.FISMenuSelect = FISMenuSelect;
|
|
73546
|
+
exports.FISPagination = FISPagination;
|
|
73548
73547
|
exports.FISProgressCircular = FISProgressCircular;
|
|
73549
73548
|
exports.FISProgressLinear = FISProgressLinear;
|
|
73550
73549
|
exports.FISRadio = FISRadio;
|
|
@@ -73557,12 +73556,11 @@ exports.FISSplitButton = FISSplitButton;
|
|
|
73557
73556
|
exports.FISSwitch = FISSwitch;
|
|
73558
73557
|
exports.FISTab = FISTab;
|
|
73559
73558
|
exports.FISTable = FISTable;
|
|
73560
|
-
exports.
|
|
73561
|
-
exports.
|
|
73559
|
+
exports.FISTableCell = FISColumnCell;
|
|
73560
|
+
exports.FISTableHeaderCell = FISHeaderCell;
|
|
73562
73561
|
exports.FISThemeProvider = FISThemeProvider;
|
|
73563
73562
|
exports.FISToast = FISToast;
|
|
73564
73563
|
exports.FISTooltip = FISTooltip;
|
|
73565
|
-
exports.Pagination = FISPagination;
|
|
73566
73564
|
exports.SegmentedPanelItem = SegmentedPanelItem;
|
|
73567
73565
|
exports.TabPanelItem = TabPanelItem;
|
|
73568
73566
|
exports.useNotification = useNotification;
|