bsm-design-system 1.22.3 → 1.22.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/index.d.mts CHANGED
@@ -331,7 +331,7 @@ declare const inputVariants: tailwind_variants.TVReturnType<{
331
331
  md: string;
332
332
  lg: string;
333
333
  };
334
- }, undefined, "w-full min-w-0 flex-1 rounded-none border-0 bg-transparent px-3 text-center shadow-none outline-none focus-visible:ring-0!", {
334
+ }, undefined, "peer w-full min-w-0 flex-1 rounded-none border-0 bg-transparent px-3 text-center shadow-none outline-none focus-visible:ring-0!", {
335
335
  size: {
336
336
  xs: string;
337
337
  sm: string;
@@ -345,7 +345,7 @@ declare const inputVariants: tailwind_variants.TVReturnType<{
345
345
  md: string;
346
346
  lg: string;
347
347
  };
348
- }, undefined, "w-full min-w-0 flex-1 rounded-none border-0 bg-transparent px-3 text-center shadow-none outline-none focus-visible:ring-0!", unknown, unknown, undefined>>;
348
+ }, undefined, "peer w-full min-w-0 flex-1 rounded-none border-0 bg-transparent px-3 text-center shadow-none outline-none focus-visible:ring-0!", unknown, unknown, undefined>>;
349
349
 
350
350
  type DefaultType$1 = Omit<React.ComponentProps<"input">, "size">;
351
351
 
package/index.d.ts CHANGED
@@ -331,7 +331,7 @@ declare const inputVariants: tailwind_variants.TVReturnType<{
331
331
  md: string;
332
332
  lg: string;
333
333
  };
334
- }, undefined, "w-full min-w-0 flex-1 rounded-none border-0 bg-transparent px-3 text-center shadow-none outline-none focus-visible:ring-0!", {
334
+ }, undefined, "peer w-full min-w-0 flex-1 rounded-none border-0 bg-transparent px-3 text-center shadow-none outline-none focus-visible:ring-0!", {
335
335
  size: {
336
336
  xs: string;
337
337
  sm: string;
@@ -345,7 +345,7 @@ declare const inputVariants: tailwind_variants.TVReturnType<{
345
345
  md: string;
346
346
  lg: string;
347
347
  };
348
- }, undefined, "w-full min-w-0 flex-1 rounded-none border-0 bg-transparent px-3 text-center shadow-none outline-none focus-visible:ring-0!", unknown, unknown, undefined>>;
348
+ }, undefined, "peer w-full min-w-0 flex-1 rounded-none border-0 bg-transparent px-3 text-center shadow-none outline-none focus-visible:ring-0!", unknown, unknown, undefined>>;
349
349
 
350
350
  type DefaultType$1 = Omit<React.ComponentProps<"input">, "size">;
351
351