@6thbridge/hexa 0.0.85 → 0.0.87
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -443,6 +443,7 @@ type FilterListDate = {
|
|
|
443
443
|
type FilterListInputDropDown = {
|
|
444
444
|
type: "drop-down" | "multi" | "radio";
|
|
445
445
|
options: SelectOption[];
|
|
446
|
+
hideSearch?: boolean;
|
|
446
447
|
};
|
|
447
448
|
type FilterListItem = Base & (FilterListOption | FilterListInputDropDown | FilterListDate);
|
|
448
449
|
type FilterContentProps = {
|
package/dist/index.d.ts
CHANGED
|
@@ -443,6 +443,7 @@ type FilterListDate = {
|
|
|
443
443
|
type FilterListInputDropDown = {
|
|
444
444
|
type: "drop-down" | "multi" | "radio";
|
|
445
445
|
options: SelectOption[];
|
|
446
|
+
hideSearch?: boolean;
|
|
446
447
|
};
|
|
447
448
|
type FilterListItem = Base & (FilterListOption | FilterListInputDropDown | FilterListDate);
|
|
448
449
|
type FilterContentProps = {
|