@mage-ui/components 0.0.53 → 0.0.54
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,5 +1,5 @@
|
|
|
1
1
|
import { ButtonProps } from "../button/Button.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime5 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/buttons/button-icon/ButtonIcon.d.ts
|
|
5
5
|
type ButtonIconProps = ButtonProps & {
|
|
@@ -15,7 +15,7 @@ declare const ButtonIcon: ({
|
|
|
15
15
|
icon,
|
|
16
16
|
classNames,
|
|
17
17
|
...props
|
|
18
|
-
}: ButtonIconProps) =>
|
|
18
|
+
}: ButtonIconProps) => react_jsx_runtime5.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { ButtonIcon, ButtonIconProps };
|
|
21
21
|
//# sourceMappingURL=ButtonIcon.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
2
2
|
import { ReactNode } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/navigation/breadcrumbs/Breadcrumbs.d.ts
|
|
@@ -17,7 +17,7 @@ declare const Breadcrumbs: {
|
|
|
17
17
|
separator,
|
|
18
18
|
children,
|
|
19
19
|
classNames
|
|
20
|
-
}: BreadcrumbsProps):
|
|
20
|
+
}: BreadcrumbsProps): react_jsx_runtime4.JSX.Element;
|
|
21
21
|
Item: {
|
|
22
22
|
({
|
|
23
23
|
children
|
package/dist/panda.json
CHANGED
|
@@ -163,7 +163,9 @@
|
|
|
163
163
|
"variant]___[value:ghost]___[recipe:inputButton",
|
|
164
164
|
"color]___[value:danger]___[recipe:inputButton",
|
|
165
165
|
"size]___[value:s]___[recipe:inputButton",
|
|
166
|
-
"color]___[value:neutral]___[recipe:inputButton"
|
|
166
|
+
"color]___[value:neutral]___[recipe:inputButton",
|
|
167
|
+
"variant]___[value:filled]___[recipe:inputButton",
|
|
168
|
+
"size]___[value:m]___[recipe:inputButton"
|
|
167
169
|
],
|
|
168
170
|
"radio": [],
|
|
169
171
|
"radioBody": [],
|
|
@@ -248,6 +250,7 @@
|
|
|
248
250
|
"tableScrollScrollbar": [],
|
|
249
251
|
"tableScrollThumb": [],
|
|
250
252
|
"comboboxSection": [],
|
|
253
|
+
"radioOnlyIconDescription": [],
|
|
251
254
|
"radioOnlyIconError": [],
|
|
252
255
|
"inputToggle": [
|
|
253
256
|
"variant]___[value:filled]___[recipe:inputToggle",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mage-ui/components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.54",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [],
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"rimraf": "^6.0.1",
|
|
27
27
|
"tsdown": "^0.15.6",
|
|
28
28
|
"typescript": "^5.9.3",
|
|
29
|
-
"@mage-ui/preset": "0.0.
|
|
30
|
-
"@mage-ui/styled-system": "0.0.
|
|
29
|
+
"@mage-ui/preset": "0.0.54",
|
|
30
|
+
"@mage-ui/styled-system": "0.0.54"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@hookform/resolvers": "^5.2.2",
|