@modul/mbui 0.0.40-beta-for-dev-a4ce6e34 → 0.0.40-beta-for-dev-54fe60c1

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.
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { type VariantProps } from 'class-variance-authority';
3
3
  declare const chipVariants: (props?: {
4
- variant?: "primary" | "secondary" | "success" | "primary-outline" | "outline" | "ghost";
4
+ variant?: "outline" | "primary" | "secondary" | "success" | "primary-outline" | "ghost";
5
5
  size?: "lg" | "md" | "sm" | "xs" | "xxs";
6
6
  } & import("class-variance-authority/dist/types").ClassProp) => string;
7
7
  export interface IChipProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof chipVariants> {
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
- declare const InputOTP: React.ForwardRefExoticComponent<((Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "containerClassName" | "noScriptCSSFallback"> & {
2
+ declare const InputOTP: React.ForwardRefExoticComponent<((Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "textAlign" | "maxLength" | "onComplete" | "pushPasswordManagerStrategy" | "containerClassName" | "noScriptCSSFallback"> & {
3
3
  value?: string;
4
4
  onChange?: (newValue: string) => unknown;
5
5
  maxLength: number;
6
- textAlign?: "center" | "right" | "left";
6
+ textAlign?: "left" | "right" | "center";
7
7
  onComplete?: (...args: any[]) => unknown;
8
8
  pushPasswordManagerStrategy?: "none" | "increase-width";
9
9
  containerClassName?: string;
@@ -11,11 +11,11 @@ declare const InputOTP: React.ForwardRefExoticComponent<((Omit<Omit<React.InputH
11
11
  } & {
12
12
  render: (props: import("input-otp").RenderProps) => React.ReactNode;
13
13
  children?: never;
14
- } & React.RefAttributes<HTMLInputElement>, "ref"> | Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "containerClassName" | "noScriptCSSFallback"> & {
14
+ } & React.RefAttributes<HTMLInputElement>, "ref"> | Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "textAlign" | "maxLength" | "onComplete" | "pushPasswordManagerStrategy" | "containerClassName" | "noScriptCSSFallback"> & {
15
15
  value?: string;
16
16
  onChange?: (newValue: string) => unknown;
17
17
  maxLength: number;
18
- textAlign?: "center" | "right" | "left";
18
+ textAlign?: "left" | "right" | "center";
19
19
  onComplete?: (...args: any[]) => unknown;
20
20
  pushPasswordManagerStrategy?: "none" | "increase-width";
21
21
  containerClassName?: string;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="96" height="78" fill="none"><path fill="url(#a)" d="M48 74c19.33 0 35-15.67 35-35S67.33 4 48 4 13 19.67 13 39s15.67 35 35 35"/><path fill="#fff" d="m51.953 39.112 9.124-9.175a2 2 0 0 0 0-2.82l-.954-.96a2 2 0 0 0-2.836 0l-9.11 9.159-9.11-9.16a2 2 0 0 0-2.836.001l-.954.96a2 2 0 0 0 0 2.82l9.126 9.175-9.125 9.175a2 2 0 0 0 0 2.82l.953.96a2 2 0 0 0 2.837 0l9.109-9.159 9.11 9.16a2 2 0 0 0 2.836 0l.955-.96a2 2 0 0 0 0-2.821z"/><defs><linearGradient id="a" x1="24.359" x2="69.783" y1="62.641" y2="17.217" gradientUnits="userSpaceOnUse"><stop stop-color="#D43D3D"/><stop offset="1" stop-color="#E35F19"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="96" height="78" fill="none"><path fill="url(#a)" d="M48 74c19.33 0 35-15.67 35-35S67.33 4 48 4 13 19.67 13 39s15.67 35 35 35"/><path fill="#fff" d="M64.279 26.03a2 2 0 0 0-2.84 0L43.522 44.08a1 1 0 0 1-1.417.002l-5.201-5.203a2 2 0 0 0-2.844.016l-.75.766a2 2 0 0 0 .01 2.807l8.075 8.134a2 2 0 0 0 2.839 0l20.82-20.973a2 2 0 0 0 .001-2.818l-.775-.781Z"/><defs><linearGradient id="a" x1="24.359" x2="70.961" y1="62.641" y2="16.039" gradientUnits="userSpaceOnUse"><stop stop-color="#88BD1F"/><stop offset="1" stop-color="#A4D73E"/></linearGradient></defs></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modul/mbui",
3
- "version": "0.0.40-beta-for-dev-a4ce6e34",
3
+ "version": "0.0.40-beta-for-dev-54fe60c1",
4
4
  "packageManager": "yarn@3.5.1",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",