@inntechcorp/it-design 2.1.65 → 2.1.67

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.d.ts CHANGED
@@ -438,11 +438,10 @@ declare const Select: SelectComponentProps;
438
438
  type GroupProps = {
439
439
  className?: string;
440
440
  gap?: number;
441
- columns?: number;
442
441
  horizontal?: boolean;
443
442
  children?: ChildrenProps$1;
444
443
  };
445
- declare function Group({ gap, columns, horizontal, className, children }: GroupProps): react_jsx_runtime.JSX.Element;
444
+ declare function Group({ gap, horizontal, className, children }: GroupProps): react_jsx_runtime.JSX.Element;
446
445
 
447
446
  type ControlProps = {
448
447
  className?: string;
@@ -1567,7 +1566,8 @@ declare enum FormValidationTypes {
1567
1566
  TC_IDENTITY = "TCIdentity",
1568
1567
  PASSWORD = "password",
1569
1568
  EMAIL = "email",
1570
- USERNAME = "username"
1569
+ USERNAME = "username",
1570
+ HAS_UPPER_CASE = "hasUpperCase"
1571
1571
  }
1572
1572
 
1573
1573
  declare const resources: {
@@ -1614,6 +1614,7 @@ declare const resources: {
1614
1614
  usernameRule: string;
1615
1615
  wrongTCIdentity: string;
1616
1616
  fieldMustBeTheSame: string;
1617
+ hasUpperCase: string;
1617
1618
  };
1618
1619
  uploader: {
1619
1620
  header: string;
@@ -1902,6 +1903,7 @@ declare const resources: {
1902
1903
  usernameRule: string;
1903
1904
  wrongTCIdentity: string;
1904
1905
  fieldMustBeTheSame: string;
1906
+ hasUpperCase: string;
1905
1907
  };
1906
1908
  uploader: {
1907
1909
  header: string;