@campxdev/shared 1.11.44 → 1.11.45

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/shared",
3
- "version": "1.11.44",
3
+ "version": "1.11.45",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -7,7 +7,7 @@ import { IOption } from '../Input/types'
7
7
  interface MultiSelectProps {
8
8
  control: any
9
9
  label: ReactNode
10
- size: string
10
+ size?: string
11
11
  name: string
12
12
  options: IOption[]
13
13
  placeholder?: string
@@ -90,7 +90,7 @@ interface MultiSelectProps {
90
90
  limitTags?: number
91
91
  onOpen?: (e: any) => void
92
92
  noOptionsText?: string
93
- size: any
93
+ size?: any
94
94
  }
95
95
  export default function MultiSelect({
96
96
  name,