@team_yumi/ramen 0.4.0-next.20231120-0abf65f-d0d20f04b2c100ac8f48fd12954c9396 → 0.4.0-next.20231122-d263823-a18fd9e3731f8dd2df6191ed42cd9ab1

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/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/xicon/root").IProps>;
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/xicon/root").IProps>;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team_yumi/ramen",
3
- "version": "0.4.0-next.20231120-0abf65f-d0d20f04b2c100ac8f48fd12954c9396",
3
+ "version": "0.4.0-next.20231122-d263823-a18fd9e3731f8dd2df6191ed42cd9ab1",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0"
@@ -156,8 +156,7 @@
156
156
  * @tokens-end
157
157
  */
158
158
 
159
-
160
- /**
159
+ /**
161
160
  * @tokens Colors:XTag
162
161
  * @presenter Color
163
162
  */
File without changes