@julseb-lib/react 0.1.61 → 0.1.63

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
@@ -140,6 +140,7 @@ __export(index_exports, {
140
140
  convertPrice: () => import_utils149.convertPrice,
141
141
  convertToEmail: () => import_utils149.convertToEmail,
142
142
  convertYoutube: () => import_utils149.convertYoutube,
143
+ countries: () => countries,
143
144
  deleteDuplicates: () => import_utils149.deleteDuplicates,
144
145
  designTokens: () => designTokens,
145
146
  detectLanguage: () => import_utils149.detectLanguage,
@@ -5391,7 +5392,7 @@ var InputCheck = ({
5391
5392
  className: clsx(
5392
5393
  "inline-flex items-start gap-1 outline-none cursor-pointer",
5393
5394
  variant === "tile" && [
5394
- "w-full border-gray-200 border p-2 rounded-lg",
5395
+ "w-full border-gray-200 border p-2 rounded-lg bg-background",
5395
5396
  "has-[input:checked]:border-primary-500",
5396
5397
  validation === false && "has-[input:checked]:border-danger-500",
5397
5398
  disabled && "has-[input:checked]:border-gray-500"
@@ -10871,6 +10872,7 @@ var CodeContainer = ({
10871
10872
  convertPrice,
10872
10873
  convertToEmail,
10873
10874
  convertYoutube,
10875
+ countries,
10874
10876
  deleteDuplicates,
10875
10877
  designTokens,
10876
10878
  detectLanguage,