@namba_one/ui-kit-2 1.0.62 → 1.0.64
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 +4410 -4403
- package/dist/index.umd.js +13 -13
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1266,6 +1266,7 @@ export declare type PriceProps = {
|
|
|
1266
1266
|
value: number | string;
|
|
1267
1267
|
size: TheTextProps['size'];
|
|
1268
1268
|
weight: TheTextProps['weight'];
|
|
1269
|
+
color: Color;
|
|
1269
1270
|
};
|
|
1270
1271
|
|
|
1271
1272
|
export declare const ResponseBase: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|