@namba_one/ui-kit-2 1.2.20 → 1.2.22
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.es.js +2 -2
- package/dist/index.umd.js +1 -1
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -7571,7 +7571,7 @@ const Zw = {
|
|
|
7571
7571
|
p.description && !p.isError ? (v(), W(h(me), {
|
|
7572
7572
|
class: m(p.$style.bottom),
|
|
7573
7573
|
key: "description",
|
|
7574
|
-
size: "
|
|
7574
|
+
size: "caption",
|
|
7575
7575
|
color: "text-common-base-secondary-default"
|
|
7576
7576
|
}, {
|
|
7577
7577
|
default: k(() => [
|
|
@@ -7582,7 +7582,7 @@ const Zw = {
|
|
|
7582
7582
|
p.errorText && p.isError ? (v(), W(h(me), {
|
|
7583
7583
|
class: m(p.$style.bottom),
|
|
7584
7584
|
key: "error",
|
|
7585
|
-
size: "
|
|
7585
|
+
size: "caption",
|
|
7586
7586
|
color: "text-common-critical-primary-default"
|
|
7587
7587
|
}, {
|
|
7588
7588
|
default: k(() => [
|