@wmoney/ui-kit 1.0.32 → 1.0.33
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2165,7 +2165,7 @@ function nn({ className: e, ...t }) {
|
|
|
2165
2165
|
}
|
|
2166
2166
|
//#endregion
|
|
2167
2167
|
//#region src/components/Button.tsx
|
|
2168
|
-
var rn = T("text-sm
|
|
2168
|
+
var rn = T("text-sm font-medium inline-flex items-center justify-center gap-2.5 whitespace-nowrap rounded-md transition-[color,background-color,border-color,box-shadow,opacity,transform] cursor-pointer disabled:opacity-50 [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive disabled:cursor-not-allowed relative antialiased select-none active:scale-[0.96] disabled:active:scale-100", {
|
|
2169
2169
|
variants: {
|
|
2170
2170
|
variant: {
|
|
2171
2171
|
default: "bg-primary text-white hover:bg-primary/90 shadow-[inset_0_1px_0_0_rgba(255,255,255,0.1)]",
|