@ttoss/ui 4.0.0 → 4.0.1
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +9 -9
package/dist/index.d.mts
CHANGED
|
@@ -125,4 +125,4 @@ type ActionButtonProps = Omit<ButtonProps, 'rightIcon' | 'leftIcon' | 'variant'>
|
|
|
125
125
|
};
|
|
126
126
|
declare const ActionButton: ({ icon, variant, sx, ...props }: ActionButtonProps) => react_jsx_runtime.JSX.Element;
|
|
127
127
|
|
|
128
|
-
export { ActionButton, ActionButtonProps, Badge, BadgeProps, Button, ButtonProps, CloseButton, CloseButtonProps, Container, HelpText, HelpTextProps, IconButton, InfiniteLinearProgress, Input, InputNumber, InputNumberProps, InputPassword, InputPasswordProps, InputProps, Label, LabelProps, Link, LinkProps, Select, SelectOption, SelectOptions, SelectProps, Stack, StackProps, Textarea, TextareaProps, ThemeProvider, ThemeProviderProps, useTheme };
|
|
128
|
+
export { ActionButton, type ActionButtonProps, Badge, type BadgeProps, Button, type ButtonProps, CloseButton, type CloseButtonProps, Container, HelpText, type HelpTextProps, IconButton, InfiniteLinearProgress, Input, InputNumber, type InputNumberProps, InputPassword, type InputPasswordProps, type InputProps, Label, type LabelProps, Link, type LinkProps, Select, type SelectOption, type SelectOptions, type SelectProps, Stack, type StackProps, Textarea, type TextareaProps, ThemeProvider, type ThemeProviderProps, useTheme };
|
package/dist/index.d.ts
CHANGED
|
@@ -125,4 +125,4 @@ type ActionButtonProps = Omit<ButtonProps, 'rightIcon' | 'leftIcon' | 'variant'>
|
|
|
125
125
|
};
|
|
126
126
|
declare const ActionButton: ({ icon, variant, sx, ...props }: ActionButtonProps) => react_jsx_runtime.JSX.Element;
|
|
127
127
|
|
|
128
|
-
export { ActionButton, ActionButtonProps, Badge, BadgeProps, Button, ButtonProps, CloseButton, CloseButtonProps, Container, HelpText, HelpTextProps, IconButton, InfiniteLinearProgress, Input, InputNumber, InputNumberProps, InputPassword, InputPasswordProps, InputProps, Label, LabelProps, Link, LinkProps, Select, SelectOption, SelectOptions, SelectProps, Stack, StackProps, Textarea, TextareaProps, ThemeProvider, ThemeProviderProps, useTheme };
|
|
128
|
+
export { ActionButton, type ActionButtonProps, Badge, type BadgeProps, Button, type ButtonProps, CloseButton, type CloseButtonProps, Container, HelpText, type HelpTextProps, IconButton, InfiniteLinearProgress, Input, InputNumber, type InputNumberProps, InputPassword, type InputPasswordProps, type InputProps, Label, type LabelProps, Link, type LinkProps, Select, type SelectOption, type SelectOptions, type SelectProps, Stack, type StackProps, Textarea, type TextareaProps, ThemeProvider, type ThemeProviderProps, useTheme };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/ui",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Primitive layout, typographic, and other components for styling applications.",
|
|
5
5
|
"author": "ttoss",
|
|
6
6
|
"contributors": [
|
|
@@ -23,24 +23,24 @@
|
|
|
23
23
|
"@theme-ui/match-media": "^0.16.1",
|
|
24
24
|
"react-select": "^5.8.0",
|
|
25
25
|
"theme-ui": "^0.16.1",
|
|
26
|
-
"@ttoss/theme": "^1.6.
|
|
26
|
+
"@ttoss/theme": "^1.6.7"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@emotion/react": "^11",
|
|
30
30
|
"react": ">=16.8.0",
|
|
31
|
-
"@ttoss/react-icons": "^0.2.
|
|
31
|
+
"@ttoss/react-icons": "^0.2.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@emotion/react": "^11.11.1",
|
|
35
35
|
"@iconify-icons/mdi-light": "^1.2.5",
|
|
36
|
-
"@types/jest": "^29.5.
|
|
37
|
-
"@types/react": "^18.2.
|
|
36
|
+
"@types/jest": "^29.5.10",
|
|
37
|
+
"@types/react": "^18.2.38",
|
|
38
38
|
"jest": "^29.7.0",
|
|
39
39
|
"react": "^18.2.0",
|
|
40
|
-
"tsup": "^
|
|
41
|
-
"@ttoss/config": "^1.31.
|
|
42
|
-
"@ttoss/react-icons": "^0.2.
|
|
43
|
-
"@ttoss/test-utils": "^
|
|
40
|
+
"tsup": "^8.0.1",
|
|
41
|
+
"@ttoss/config": "^1.31.1",
|
|
42
|
+
"@ttoss/react-icons": "^0.2.2",
|
|
43
|
+
"@ttoss/test-utils": "^2.0.0"
|
|
44
44
|
},
|
|
45
45
|
"keywords": [
|
|
46
46
|
"React",
|