@konoma-development/react-components 0.1.2 → 0.1.3

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.
@@ -7530,7 +7530,7 @@ const IMaskInputFn = (props, ref) => React__default.createElement(IMaskInputClas
7530
7530
  const IMaskInput = React__default.forwardRef(IMaskInputFn);
7531
7531
 
7532
7532
  const baseClasses$b = {
7533
- classes: "w-full h-10 rounded-krc-input px-3 py-2 outline-hidden placeholder:text-secondary-500 placeholder:text-sm text-secondary-900 text-sm disabled:pointer-events-none ",
7533
+ classes: "w-full h-10 rounded-krc-input px-3 py-2 outline-hidden placeholder:text-secondary-500 placeholder:text-sm text-secondary-900 text-sm disabled:pointer-events-none bg-white",
7534
7534
  wrapperClasses: "group flex flex-col gap-1",
7535
7535
  labelClasses: "flex flex-row justify-start text-sm font-medium text-secondary-900",
7536
7536
  iconLeftClasses: "absolute bottom-0 left-3 top-0 my-auto h-5 w-5 text-secondary-300",
@@ -16139,6 +16139,12 @@ function Select({
16139
16139
  instanceId: useId$1(),
16140
16140
  classNamePrefix: "select",
16141
16141
  className: wrapperClasses,
16142
+ styles: {
16143
+ control: (base) => ({
16144
+ ...base,
16145
+ borderRadius: void 0
16146
+ })
16147
+ },
16142
16148
  isSearchable: searchable,
16143
16149
  menuPlacement: "auto",
16144
16150
  isDisabled: disabled,
@@ -16223,7 +16229,7 @@ function Select({
16223
16229
  }
16224
16230
 
16225
16231
  const baseClasses$9 = {
16226
- classes: "w-full h-10 rounded-krc-phone-input rounded-l-none px-3 py-2 outline-hidden placeholder:text-secondary-500 placeholder:text-sm text-secondary-900 text-sm disabled:pointer-events-none ",
16232
+ classes: "w-full h-10 rounded-krc-phone-input rounded-l-none px-3 py-2 outline-hidden placeholder:text-secondary-500 placeholder:text-sm text-secondary-900 text-sm disabled:pointer-events-none bg-white",
16227
16233
  wrapperClasses: "group flex flex-col gap-1",
16228
16234
  labelClasses: "flex flex-row justify-start text-sm font-medium text-secondary-900",
16229
16235
  wrapperLeftClasses: "absolute bottom-0 left-3 top-0 my-auto h-5 w-5 text-sm text-secondary-900",
@@ -24216,11 +24222,7 @@ function Table({
24216
24222
  })
24217
24223
  );
24218
24224
  },
24219
- className: [
24220
- headerClasses,
24221
- hasFilters ? "h-24" : "h-12",
24222
- column.sortKey ? "cursor-pointer" : ""
24223
- ].join(" "),
24225
+ className: [headerClasses, hasFilters ? "h-24" : "h-12", column.sortKey ? "cursor-pointer" : ""].join(" "),
24224
24226
  children: [
24225
24227
  /* @__PURE__ */ jsxs("div", { className: "flex flex-row items-center gap-2 w-full justify-between", children: [
24226
24228
  /* @__PURE__ */ jsx$1("span", { children: column.title }),
@@ -24291,11 +24293,7 @@ function Table({
24291
24293
  minWidth: column.initialWidth,
24292
24294
  maxWidth: column.initialWidth
24293
24295
  },
24294
- className: [
24295
- headerClasses,
24296
- hasFilters ? "h-24" : "h-12",
24297
- column.sortKey ? "cursor-pointer" : ""
24298
- ].join(" "),
24296
+ className: [headerClasses, hasFilters ? "h-24" : "h-12", column.sortKey ? "cursor-pointer" : ""].join(" "),
24299
24297
  onClick: () => {
24300
24298
  return column.sortKey && onSort(
24301
24299
  Object.assign({}, column, {