@yamada-ui/button 0.3.15 → 0.3.16
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/button-group.d.mts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
|
2
|
-
import { HTMLUIProps, ThemeProps,
|
|
2
|
+
import { HTMLUIProps, ThemeProps, CSSUIObject } from '@yamada-ui/core';
|
|
3
3
|
|
|
4
4
|
type ButtonGroupOptions = {
|
|
5
5
|
/**
|
|
6
6
|
* The CSS `flex-direction` property.
|
|
7
7
|
*/
|
|
8
|
-
direction?:
|
|
8
|
+
direction?: CSSUIObject['flexDirection'];
|
|
9
9
|
/**
|
|
10
10
|
* If `true`, the borderRadius of button that are direct children will be altered to look flushed together.
|
|
11
11
|
*
|
package/dist/button-group.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
|
2
|
-
import { HTMLUIProps, ThemeProps,
|
|
2
|
+
import { HTMLUIProps, ThemeProps, CSSUIObject } from '@yamada-ui/core';
|
|
3
3
|
|
|
4
4
|
type ButtonGroupOptions = {
|
|
5
5
|
/**
|
|
6
6
|
* The CSS `flex-direction` property.
|
|
7
7
|
*/
|
|
8
|
-
direction?:
|
|
8
|
+
direction?: CSSUIObject['flexDirection'];
|
|
9
9
|
/**
|
|
10
10
|
* If `true`, the borderRadius of button that are direct children will be altered to look flushed together.
|
|
11
11
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/button",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.16",
|
|
4
4
|
"description": "Yamada UI button components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"url": "https://github.com/hirotomoyamada/yamada-ui/issues"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@yamada-ui/core": "0.12.
|
|
41
|
-
"@yamada-ui/utils": "0.3.
|
|
42
|
-
"@yamada-ui/loading": "0.5.
|
|
40
|
+
"@yamada-ui/core": "0.12.5",
|
|
41
|
+
"@yamada-ui/utils": "0.3.3",
|
|
42
|
+
"@yamada-ui/loading": "0.5.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"react": "^18.0.0",
|