@ttoss/ui 4.1.14 → 4.1.15

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 CHANGED
@@ -80,11 +80,11 @@ type SelectProps = Omit<Props<SelectOption, IsMulti>, 'styles' | 'value' | 'onCh
80
80
  * https://react-select.com/home
81
81
  */
82
82
  declare const Select: React.ForwardRefExoticComponent<Omit<Props<SelectOption, false>, "value" | "onChange" | "styles" | "components"> & SxProp & {
83
- value?: SelectOptionValue | undefined;
84
- onChange?: ((value: SelectOptionValue | undefined) => void) | undefined;
85
- disabled?: boolean | undefined;
86
- leadingIcon?: IconType | undefined;
87
- trailingIcon?: IconType | undefined;
83
+ value?: SelectOptionValue;
84
+ onChange?: (value: SelectOptionValue | undefined) => void;
85
+ disabled?: boolean;
86
+ leadingIcon?: IconType;
87
+ trailingIcon?: IconType;
88
88
  } & React.RefAttributes<any>>;
89
89
 
90
90
  declare const IconButton: React.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
package/dist/index.d.ts CHANGED
@@ -80,11 +80,11 @@ type SelectProps = Omit<Props<SelectOption, IsMulti>, 'styles' | 'value' | 'onCh
80
80
  * https://react-select.com/home
81
81
  */
82
82
  declare const Select: React.ForwardRefExoticComponent<Omit<Props<SelectOption, false>, "value" | "onChange" | "styles" | "components"> & SxProp & {
83
- value?: SelectOptionValue | undefined;
84
- onChange?: ((value: SelectOptionValue | undefined) => void) | undefined;
85
- disabled?: boolean | undefined;
86
- leadingIcon?: IconType | undefined;
87
- trailingIcon?: IconType | undefined;
83
+ value?: SelectOptionValue;
84
+ onChange?: (value: SelectOptionValue | undefined) => void;
85
+ disabled?: boolean;
86
+ leadingIcon?: IconType;
87
+ trailingIcon?: IconType;
88
88
  } & React.RefAttributes<any>>;
89
89
 
90
90
  declare const IconButton: React.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/ui",
3
- "version": "4.1.14",
3
+ "version": "4.1.15",
4
4
  "description": "Primitive layout, typographic, and other components for styling applications.",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -27,12 +27,12 @@
27
27
  "@theme-ui/match-media": "^0.16.2",
28
28
  "react-select": "^5.8.0",
29
29
  "theme-ui": "^0.16.2",
30
- "@ttoss/theme": "^1.7.11"
30
+ "@ttoss/theme": "^1.7.12"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@emotion/react": "^11",
34
- "@ttoss/react-icons": "^0",
35
- "react": ">=16.8.0"
34
+ "react": ">=16.8.0",
35
+ "@ttoss/react-icons": "^0.3.11"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@emotion/react": "^11.11.4",
@@ -41,10 +41,10 @@
41
41
  "@types/react": "^18.3.3",
42
42
  "jest": "^29.7.0",
43
43
  "react": "^18.3.1",
44
- "tsup": "^8.1.0",
45
- "@ttoss/config": "^1.32.6",
46
- "@ttoss/react-icons": "^0.3.10",
47
- "@ttoss/test-utils": "^2.1.10"
44
+ "tsup": "^8.2.4",
45
+ "@ttoss/config": "^1.32.7",
46
+ "@ttoss/test-utils": "^2.1.11",
47
+ "@ttoss/react-icons": "^0.3.11"
48
48
  },
49
49
  "keywords": [
50
50
  "React",