@edu-tosel/design 1.0.29 → 1.0.30

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.
@@ -1,3 +1,3 @@
1
1
  import { HTMLSelectElement } from "../../interface";
2
- declare function Select<T extends string>(props: HTMLSelectElement<T>): import("react/jsx-runtime").JSX.Element;
2
+ declare function Select<T>(props: HTMLSelectElement<T>): import("react/jsx-runtime").JSX.Element;
3
3
  export default Select;
@@ -1,2 +1,2 @@
1
1
  import { HTMLSelectElement } from "../../interface";
2
- export default function SelectDesign<T extends string>({ state, selectOptions, placeholder, options, }: HTMLSelectElement<T>): import("react/jsx-runtime").JSX.Element;
2
+ export default function SelectDesign<T>({ state, selectOptions, placeholder, options, }: HTMLSelectElement<T>): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edu-tosel/design",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
package/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.29
1
+ 1.0.30