@team_yumi/ramen 0.4.0-next.20231120-9c1481a-370e6b3173b28305b5e6dbadf08eca03 → 0.4.0-next.20231122-6c23a89-c587da26d90e05e962417adff5551535
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/components/core/{xicon → x-icon}/root.d.ts +9 -0
- package/components/mobile/xselect/root.d.ts +3 -1
- package/index.core.d.ts +1 -1
- package/index.css +48 -44
- package/index.js +1 -1
- package/index.mobile.d.ts +1 -1
- package/index.web.d.ts +1 -1
- package/models/Collections/IIconColor.d.ts +1 -1
- package/package.json +1 -1
- package/themes/default.theme.css +1 -2
- /package/components/core/{xicon → x-icon}/icons/bold/index.d.ts +0 -0
- /package/components/core/{xicon → x-icon}/icons/extrabold/index.d.ts +0 -0
- /package/components/core/{xicon → x-icon}/icons/filled/index.d.ts +0 -0
- /package/components/core/{xicon → x-icon}/icons/index.d.ts +0 -0
- /package/components/core/{xicon → x-icon}/icons/outline/index.d.ts +0 -0
- /package/components/core/{xicon → x-icon}/index.d.ts +0 -0
package/index.mobile.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ declare const _default: {
|
|
|
77
77
|
XCardCounter: import("react").FC<import("./components/core/xcard-counter/root").IProps>;
|
|
78
78
|
XBox: import("react").FC<import("./components/core/xbox/root").IProps>;
|
|
79
79
|
XText: import("react").FC<import("./components/core/xtext/root").IProps>;
|
|
80
|
-
XIcon: import("react").FC<import("./components/core/
|
|
80
|
+
XIcon: import("react").FC<import("./components/core/x-icon/root").IProps>;
|
|
81
81
|
XButton: import("react").FC<import("./components/core/xbutton/root").IProps>;
|
|
82
82
|
XButtonIcon: import("react").FC<import("./components/core/xbuttonicon/root").IProps>;
|
|
83
83
|
XBadge: import("react").FC<import("./components/core/xbadge/root").IProps>;
|
package/index.web.d.ts
CHANGED
|
@@ -65,7 +65,7 @@ declare const _default: {
|
|
|
65
65
|
XCardCounter: import("react").FC<import("./components/core/xcard-counter/root").IProps>;
|
|
66
66
|
XBox: import("react").FC<import("./components/core/xbox/root").IProps>;
|
|
67
67
|
XText: import("react").FC<import("./components/core/xtext/root").IProps>;
|
|
68
|
-
XIcon: import("react").FC<import("./components/core/
|
|
68
|
+
XIcon: import("react").FC<import("./components/core/x-icon/root").IProps>;
|
|
69
69
|
XButton: import("react").FC<import("./components/core/xbutton/root").IProps>;
|
|
70
70
|
XButtonIcon: import("react").FC<import("./components/core/xbuttonicon/root").IProps>;
|
|
71
71
|
XBadge: import("react").FC<import("./components/core/xbadge/root").IProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const IIconColor: readonly ["black", "gray", "green", "sky-blue", "orange", "red", "purple", "pink", "green-check", "red-refuse", "yellow", "turquoise"];
|
|
1
|
+
export declare const IIconColor: readonly ["black", "gray", "disabled", "green", "sky-blue", "orange", "red", "purple", "pink", "green-check", "red-refuse", "yellow", "turquoise"];
|
package/package.json
CHANGED
package/themes/default.theme.css
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|