@team_yumi/ramen 0.4.0-next.20240123-54bcb2d-9cbbf54591972275783f03e131569c2e → 0.4.0-next.20240130-eddcb71-594870e0bfcd9c936aafafaa18d240ce
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/x-icon/root.d.ts +1 -1
- package/components/core/x-symbol/root.d.ts +18 -0
- package/components/mobile/xfloat-button/root.d.ts +1 -0
- package/components/web/xselect/root.d.ts +1 -0
- package/css/size.css +11 -7
- package/index.core.d.ts +1 -1
- package/index.css +121 -24
- package/index.js +2 -2
- package/index.mobile.d.ts +1 -1
- package/index.web.d.ts +1 -1
- package/models/Collections/IFloatButtonBottom.d.ts +1 -0
- package/models/Collections/IIconSize.d.ts +1 -0
- package/models/Collections/ISymbolColor.d.ts +1 -0
- package/models/Collections/ISymbolSize.d.ts +1 -0
- package/models/Collections/ITextFieldSize.d.ts +1 -0
- package/models/Collections/index.d.ts +6 -1
- package/package.json +1 -1
- package/themes/default.theme.css +18 -0
- package/components/core/xsymbol/root.d.ts +0 -8
- /package/components/core/{xsymbol → x-symbol}/index.d.ts +0 -0
- /package/components/core/{xsymbol → x-symbol}/symbols/index.d.ts +0 -0
- /package/components/core/{xsymbol → x-symbol}/symbols/mdh/index.d.ts +0 -0
- /package/components/core/{xsymbol → x-symbol}/symbols/neutral/index.d.ts +0 -0
- /package/components/core/{xsymbol → x-symbol}/symbols/sm/index.d.ts +0 -0
package/index.mobile.d.ts
CHANGED
|
@@ -105,7 +105,7 @@ declare const _default: {
|
|
|
105
105
|
XFormItem: import("react").FC<import("./components/core/xform-item/root").IProps>;
|
|
106
106
|
XList: typeof import("./components/core/xlist/root").default;
|
|
107
107
|
XCard: import("react").FC<import("./components/core/xcard/root").IProps>;
|
|
108
|
-
XSymbol: import("react").FC<import("./components/core/
|
|
108
|
+
XSymbol: import("react").FC<import("./components/core/x-symbol/root").IProps>;
|
|
109
109
|
XCollapseCard: import("react").FC<import("./components/core/xcollapse-card/root").IProps>;
|
|
110
110
|
XLoadingContainer: import("react").FC<{}>;
|
|
111
111
|
XSkeleton: import("react").FC<import("./components/core/xskeleton/root").IProps>;
|
package/index.web.d.ts
CHANGED
|
@@ -91,7 +91,7 @@ declare const _default: {
|
|
|
91
91
|
XFormItem: import("react").FC<import("./components/core/xform-item/root").IProps>;
|
|
92
92
|
XList: typeof import("./components/core/xlist/root").default;
|
|
93
93
|
XCard: import("react").FC<import("./components/core/xcard/root").IProps>;
|
|
94
|
-
XSymbol: import("react").FC<import("./components/core/
|
|
94
|
+
XSymbol: import("react").FC<import("./components/core/x-symbol/root").IProps>;
|
|
95
95
|
XLoadingContainer: import("react").FC<{}>;
|
|
96
96
|
XSkeleton: import("react").FC<import("./components/core/xskeleton/root").IProps>;
|
|
97
97
|
XSkeletonRenderer: import("react").FC<import("./components/core/xskeleton-renderer/root").IProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const IFloatButtonBottom: readonly ["xs", "s", "m", "l", "xl"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const IIconSize: readonly ["xs", "s", "m", "l", "xl"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ISymbolColor: readonly ["black", "gray", "disabled", "green", "sky-blue", "orange", "red", "purple", "pink", "green-check", "red-refuse", "yellow", "turquoise", "info-blue", "error-red", "success-green", "warning-orange"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ISymbolSize: readonly ["xs", "s", "m", "l", "xl"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ITextFieldSize: readonly ["s", "l"];
|
|
@@ -89,10 +89,15 @@ import { IIconColor } from './IIconColor';
|
|
|
89
89
|
import { ICardApproveBorder } from './ICardApproveBorder';
|
|
90
90
|
import { IEmptyStateType } from './IEmptyStateType';
|
|
91
91
|
import { ITextFieldType } from './ITextFieldType';
|
|
92
|
+
import { ITextFieldSize } from './ITextFieldSize';
|
|
92
93
|
import { IBackgroundThone } from './IBackgroundThone';
|
|
93
94
|
import { IBorderColor } from './IBorderColor';
|
|
94
95
|
import { IBorderSize } from './IBorderSize';
|
|
95
96
|
import { IColor } from './IColor';
|
|
96
97
|
import { IBottomExpandableState } from './IBottomExpandableState';
|
|
98
|
+
import { IFloatButtonBottom } from './IFloatButtonBottom';
|
|
97
99
|
import { IBoxBackgroundThone } from './IBoxBackgroundThone';
|
|
98
|
-
|
|
100
|
+
import { ISymbolColor } from './ISymbolColor';
|
|
101
|
+
import { ISymbolSize } from './ISymbolSize';
|
|
102
|
+
import { IIconSize } from './IIconSize';
|
|
103
|
+
export { IFloatButtonBottom, IBoxBackgroundThone, ICardApproveBorder, IEmptyStateType, ITagStateColor, IDatepickerInputType, IDatepickerInputFormat, IDatepickerInputSize, IDatepickerType, IDatepickerFormat, IDatepickerSize, ICardScanSize, ITabsBorder, IHorizontalAlign, IVerticalAlign, IHeight, IWidth, IOverflow, IPadding, IGap, IOrientation, ITextOverflow, ILineHeight, IWeight, IFontSize, ILineClamp, IType, ISize, IIcon, IIconPosition, IBackground, ITagType, ITagSize, ITagBusinessBrand, ITagBusinessSize, IInputSize, IInputType, ITabSize, ITabType, ITabsSize, IFooterAlign, IEmailInputSize, INumberInputSize, IPasswordInputSize, IPhoneInputSize, ISearchInputSize, ITextInputSize, ISelectSize, IAppearance, INotificationType, IPlacement, ITooltipPlacement, IHeaderType, IAlertType, ISelectMultipleSize, ICardSize, IBorderType, ISymbol, IFloatButtonPlacement, IPlacementY, ISnackbarType, ICalendarSize, ITagStateType, ITagStateSize, IState, IVSpaceSize, IBorder, IRounded, ISkeletonType, ISkeletonWidth, ITextAlign, ICountry, ITheme, ICollapseCardSize, ICardImageSize, IInputMode, ISelectModalSize, ITextColorThone, ITagColor, IButtonIconState, ITabBarBorder, IExpanssionModalState, ICardDecisionSize, ICardCounterBorderType, IDecisionItemType, IDecisionItemSize, ICardState, IProgressBarType, IProgressBarSize, IDecisionValueType, IDecisionSize, ITextFieldType, ITextFieldSize, IIconColor, IBackgroundThone, IBorderColor, IBorderSize, IColor, IBottomExpandableState, ISymbolColor, ISymbolSize, IIconSize, };
|
package/package.json
CHANGED
package/themes/default.theme.css
CHANGED
|
@@ -209,6 +209,24 @@
|
|
|
209
209
|
* @tokens-end
|
|
210
210
|
*/
|
|
211
211
|
|
|
212
|
+
/**
|
|
213
|
+
* @tokens Colors:XSymbol
|
|
214
|
+
* @presenter Color
|
|
215
|
+
*/
|
|
216
|
+
--x-symbol-color-green: #11a279;
|
|
217
|
+
--x-symbol-color-sky-blue: #4a96ff;
|
|
218
|
+
--x-symbol-color-orange: #ff953b;
|
|
219
|
+
--x-symbol-color-red: #eb4849;
|
|
220
|
+
--x-symbol-color-purple: #4d54c8;
|
|
221
|
+
--x-symbol-color-pink: #f15ddb;
|
|
222
|
+
--x-symbol-color-green-check: #2b994c;
|
|
223
|
+
--x-symbol-color-red-refuse: #dd4242;
|
|
224
|
+
--x-symbol-color-yellow: #ffd65a;
|
|
225
|
+
--x-symbol-color-turquoise: #2ddfa6;
|
|
226
|
+
/**
|
|
227
|
+
* @tokens-end
|
|
228
|
+
*/
|
|
229
|
+
|
|
212
230
|
--xcard-border-color-green: #11a279;
|
|
213
231
|
--xcard-border-color-sky-blue: #4a96ff;
|
|
214
232
|
--xcard-border-color-orange: #ff953b;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Collections } from './../../../models';
|
|
3
|
-
export interface IProps {
|
|
4
|
-
symbol?: (typeof Collections.ISymbol)[number];
|
|
5
|
-
size?: (typeof Collections.ISize)[number];
|
|
6
|
-
}
|
|
7
|
-
declare const XSymbol: React.FC<IProps>;
|
|
8
|
-
export default XSymbol;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|