@skalar-saas/design-system 0.1.113 → 0.1.114
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/design-system.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11108,10 +11108,15 @@ const qe = ({
|
|
|
11108
11108
|
/* @__PURE__ */ e(Sr, { children: /* @__PURE__ */ e(
|
|
11109
11109
|
"button",
|
|
11110
11110
|
{
|
|
11111
|
+
type: "button",
|
|
11111
11112
|
className: p(
|
|
11112
|
-
|
|
11113
|
-
"
|
|
11114
|
-
|
|
11113
|
+
// Base styles matching ButtonGroup xs + secondary variant
|
|
11114
|
+
"h-[28px] px-[9.2px] text-[10px]",
|
|
11115
|
+
"inline-flex items-center justify-center font-semibold whitespace-nowrap",
|
|
11116
|
+
"border border-surface-3 border-none rounded-none text-high-em bg-transparent",
|
|
11117
|
+
"transition-colors duration-200",
|
|
11118
|
+
!r && "hover:bg-surface-2",
|
|
11119
|
+
r && "opacity-50 cursor-not-allowed pointer-events-none"
|
|
11115
11120
|
),
|
|
11116
11121
|
disabled: r,
|
|
11117
11122
|
children: /* @__PURE__ */ e(zt, { size: 12 })
|