@namba_one/ui-kit-2 1.0.139 → 1.0.140
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/index.d.ts +1 -0
- package/dist/index.es.js +1616 -1613
- package/dist/index.umd.js +1 -1
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2791,6 +2791,7 @@ export declare type PriceProps = {
|
|
|
2791
2791
|
weight: TheTextProps['weight'];
|
|
2792
2792
|
color: Color;
|
|
2793
2793
|
isShowPlusSign?: boolean;
|
|
2794
|
+
align?: 'left' | 'center' | 'right';
|
|
2794
2795
|
};
|
|
2795
2796
|
|
|
2796
2797
|
export declare const ResponseBase: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|