@namba_one/ui-kit-2 1.0.63 → 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 +6 -5
- package/dist/index.umd.js +1 -1
- 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"]>;
|
package/dist/index.es.js
CHANGED
|
@@ -16624,7 +16624,8 @@ const Ry = /* @__PURE__ */ _e({
|
|
|
16624
16624
|
props: {
|
|
16625
16625
|
value: {},
|
|
16626
16626
|
size: { default: "body" },
|
|
16627
|
-
weight: { default: "regular" }
|
|
16627
|
+
weight: { default: "regular" },
|
|
16628
|
+
color: {}
|
|
16628
16629
|
},
|
|
16629
16630
|
setup(t) {
|
|
16630
16631
|
const e = sa(), a = P(
|
|
@@ -16659,20 +16660,20 @@ const Ry = /* @__PURE__ */ _e({
|
|
|
16659
16660
|
}, [
|
|
16660
16661
|
ae(f(Re), {
|
|
16661
16662
|
size: l.size,
|
|
16662
|
-
color:
|
|
16663
|
+
color: l.color,
|
|
16663
16664
|
weight: l.weight
|
|
16664
16665
|
}, {
|
|
16665
16666
|
default: G(() => [
|
|
16666
16667
|
Me(ke(a.value), 1)
|
|
16667
16668
|
]),
|
|
16668
16669
|
_: 1
|
|
16669
|
-
}, 8, ["size", "weight"]),
|
|
16670
|
+
}, 8, ["size", "color", "weight"]),
|
|
16670
16671
|
ae(f(et), {
|
|
16671
16672
|
name: n.value,
|
|
16672
16673
|
size: r.value,
|
|
16673
16674
|
height: s.value,
|
|
16674
|
-
color:
|
|
16675
|
-
}, null, 8, ["name", "size", "height"])
|
|
16675
|
+
color: l.color
|
|
16676
|
+
}, null, 8, ["name", "size", "height", "color"])
|
|
16676
16677
|
], 2));
|
|
16677
16678
|
}
|
|
16678
16679
|
}), t_ = "Price__root_65fbf", a_ = "Price__size_caption_ba7cc", n_ = "Price__size_subhead_65554", r_ = "Price__size_body_6fdc3", s_ = "Price__size_headline_5ae76", i_ = "Price__size_title3_1b860", l_ = "Price__size_title2_c0aef", o_ = "Price__size_title1_ca830", u_ = {
|