@ballistix.digital/react-components 0.4.71 → 0.4.72

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.ts CHANGED
@@ -763,7 +763,7 @@ declare const TableExcelExportCustom: FC<TProps>;
763
763
 
764
764
  type TSelectMenuFormProps = {
765
765
  name: string;
766
- type: 'normal' | 'inset' | 'overlapping' | 'pill' | 'floored';
766
+ type?: 'normal' | 'inset' | 'overlapping' | 'pill' | 'floored';
767
767
  label?: string;
768
768
  description?: string;
769
769
  placeholder?: {
package/dist/index.esm.js CHANGED
@@ -2673,8 +2673,8 @@ var base = {
2673
2673
  input: 'block w-full flex border',
2674
2674
  menuButton: '',
2675
2675
  menu: '!px-0 !py-0 !w-full rounded-md overflow-hidden border !mt-1 absolute bg-white',
2676
- list: '!px-0 !py-0 !w-full [&>*]:px-0 max-h-56 overflow-scroll !py-1',
2677
- listItem: '!px-0 !py-0 !w-full !list-none hover:bg-primary-500 hover:text-white !py-2 !px-2',
2676
+ list: '!px-0 !w-full [&>*]:px-0 max-h-56 overflow-scroll !py-1',
2677
+ listItem: '!w-full !list-none hover:bg-primary-500 hover:text-white !py-2 !px-2',
2678
2678
  searchContainer: '!px-0 !py-0 !w-full !px-2 !py-2 border-b',
2679
2679
  emptyState: 'w-full inline-flex items-start justify-start px-4',
2680
2680
  trailing: 'pointer-events-none absolute inset-y-0 right-0 flex items-center',
package/dist/index.js CHANGED
@@ -2683,8 +2683,8 @@ var base = {
2683
2683
  input: 'block w-full flex border',
2684
2684
  menuButton: '',
2685
2685
  menu: '!px-0 !py-0 !w-full rounded-md overflow-hidden border !mt-1 absolute bg-white',
2686
- list: '!px-0 !py-0 !w-full [&>*]:px-0 max-h-56 overflow-scroll !py-1',
2687
- listItem: '!px-0 !py-0 !w-full !list-none hover:bg-primary-500 hover:text-white !py-2 !px-2',
2686
+ list: '!px-0 !w-full [&>*]:px-0 max-h-56 overflow-scroll !py-1',
2687
+ listItem: '!w-full !list-none hover:bg-primary-500 hover:text-white !py-2 !px-2',
2688
2688
  searchContainer: '!px-0 !py-0 !w-full !px-2 !py-2 border-b',
2689
2689
  emptyState: 'w-full inline-flex items-start justify-start px-4',
2690
2690
  trailing: 'pointer-events-none absolute inset-y-0 right-0 flex items-center',
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "email": "info@ballistix.digital",
8
8
  "url": "https://ballistix.digital"
9
9
  },
10
- "version": "0.4.71",
10
+ "version": "0.4.72",
11
11
  "private": false,
12
12
  "main": "dist/index.js",
13
13
  "module": "dist/index.esm.js",