@julseb-lib/react 0.1.68 → 0.1.70

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.js CHANGED
@@ -2833,7 +2833,7 @@ var Key = ({
2833
2833
  {
2834
2834
  ref,
2835
2835
  className: clsx(
2836
- "justify-self-start self-start border text-black",
2836
+ "justify-self-start self-start border text-font",
2837
2837
  genBorderRadius2[size],
2838
2838
  genFontSize[size],
2839
2839
  genPadding[size],
@@ -66466,9 +66466,6 @@ var Fieldset = ({
66466
66466
  className,
66467
66467
  ref,
66468
66468
  children,
66469
- label,
66470
- labelComment,
66471
- helper,
66472
66469
  helperBottom,
66473
66470
  id,
66474
66471
  validation,
@@ -66480,9 +66477,6 @@ var Fieldset = ({
66480
66477
  return /* @__PURE__ */ jsx320(
66481
66478
  InputContainer,
66482
66479
  {
66483
- label,
66484
- labelComment,
66485
- helper,
66486
66480
  helperBottom,
66487
66481
  id,
66488
66482
  validation,
@@ -66635,7 +66629,7 @@ var ListGroupItem = ({
66635
66629
  {
66636
66630
  ref,
66637
66631
  className: clsx(
66638
- "flex justify-between gap-2 p-2 w-full",
66632
+ "flex justify-between gap-2 bg-background p-2 w-full",
66639
66633
  !noSeparator && "[&:not(:last-child)]:border-b [&:not(:last-child)]:border-b-gray-200",
66640
66634
  "disabled:bg-gray-200 disabled:text-gray-500",
66641
66635
  "list-group-item",