@matthiaskrijgsman/mat-ui 0.0.33 → 0.0.35

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/types.d.ts CHANGED
@@ -30,6 +30,7 @@ export type { InputSelectGroupHeaderProps } from "./components/inputs/InputSelec
30
30
  export type { InputSelectDividerProps } from "./components/inputs/InputSelectDivider.tsx";
31
31
  export type { InputSelectSearchableProps, Option as InputSelectSearchableOption, Size as InputSelectSearchableSize } from "./components/inputs/InputSelectSearchable.tsx";
32
32
  export type { InputSelectSearchableAsyncProps, Option as InputSelectSearchableAsyncOption, Size as InputSelectSearchableAsyncSize } from "./components/inputs/InputSelectSearchableAsync.tsx";
33
+ export type { InputSelectMultipleProps, Size as InputSelectMultipleSize } from "./components/inputs/InputSelectMultiple.tsx";
33
34
  export type { InputSelectOptionProps } from "./components/inputs/InputSelectOption.tsx";
34
35
  export type { PanelProps } from "./components/panel/Panel.tsx";
35
36
  export type { PanelStackProps } from "./components/panel/PanelStack.tsx";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matthiaskrijgsman/mat-ui",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",