@zenkigen-inc/component-ui 1.9.7 → 1.9.8

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.esm.js CHANGED
@@ -201,7 +201,7 @@ function Checkbox(_ref) {
201
201
  return /*#__PURE__*/jsxs("div", {
202
202
  className: "flex items-center",
203
203
  children: [/*#__PURE__*/jsxs("div", {
204
- className: "flex size-6 items-center justify-center",
204
+ className: "relative flex size-6 items-center justify-center",
205
205
  children: [/*#__PURE__*/jsx("input", {
206
206
  type: "checkbox",
207
207
  value: value,