@trading-game/design-intelligence-layer 0.9.3 → 0.9.4

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 CHANGED
@@ -6129,17 +6129,20 @@ function Stepper({
6129
6129
  className: "text-center [appearance:textfield] [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:appearance-none"
6130
6130
  }
6131
6131
  ),
6132
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputGroupAddon, { align: "inline-end", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6133
- InputGroupButton,
6134
- {
6135
- size: "icon-xs",
6136
- variant: "secondary",
6137
- onClick: handleIncrement,
6138
- disabled: disabled || currentValue >= max,
6139
- "aria-label": "Increase value",
6140
- children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_lucide_react22.Plus, { className: "size-3.5" })
6141
- }
6142
- ) })
6132
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(InputGroupAddon, { align: "inline-end", children: [
6133
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputGroupText, { className: "font-normal text-on-subtle", children: "USDT" }),
6134
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6135
+ InputGroupButton,
6136
+ {
6137
+ size: "icon-xs",
6138
+ variant: "secondary",
6139
+ onClick: handleIncrement,
6140
+ disabled: disabled || currentValue >= max,
6141
+ "aria-label": "Increase value",
6142
+ children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_lucide_react22.Plus, { className: "size-3.5" })
6143
+ }
6144
+ )
6145
+ ] })
6143
6146
  ]
6144
6147
  }
6145
6148
  );