@yakavkaz/uikit 0.0.26 → 0.0.28
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/components/button/Button.d.ts +6 -0
- package/dist/components/button/Button.d.ts.map +1 -1
- package/dist/components/header/parts/headerProfile.d.ts +2 -1
- package/dist/components/header/parts/headerProfile.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2040,9 +2040,10 @@ function Pe({
|
|
|
2040
2040
|
onClick: e,
|
|
2041
2041
|
label: g = "Войти",
|
|
2042
2042
|
variant: i = "outlineBlackText",
|
|
2043
|
-
className: M
|
|
2043
|
+
className: M,
|
|
2044
|
+
size: Y = "lg"
|
|
2044
2045
|
}) {
|
|
2045
|
-
return /* @__PURE__ */ A(D, { type: "button", onClick: e, variant: i, className: M, children: g });
|
|
2046
|
+
return /* @__PURE__ */ A(D, { type: "button", size: Y, onClick: e, variant: i, className: M, children: g });
|
|
2046
2047
|
}
|
|
2047
2048
|
function be({
|
|
2048
2049
|
userName: e,
|