ps-toolkit-ui 0.2.61 → 0.2.64

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.
@@ -8,6 +8,7 @@ export declare class LoginClass {
8
8
  onSuccess: (result: any) => void;
9
9
  sendCodeUrl: string;
10
10
  loginUrl: string;
11
+ rules: string;
11
12
  setCookie(r: any): void;
12
13
  }
13
14
  export declare class LoginStepClass {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "0.2.61",
3
+ "version": "0.2.64",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"
@@ -80,7 +80,7 @@ a:focus{outline: none!important;}
80
80
  --border-base: 1px solid var(--black-white);
81
81
  --border-radius-base: 5px;
82
82
  }
83
- .c-base-dark{color: var(--base-dark)} .c-base{color: var(--base)} .c-base-light{color: var(--base-light)} .c-base-white{color: var(--base-white)} .c-green-dark{color: var(--green-dark)} .c-green{color: var(--green)} .c-green-light{color: var(--green-light)} .c-green-white{color: var(--green-white)} .c-blue-dark{color: var(--blue-dark)} .c-blue{color: var(--blue)} .c-blue-light{color: var(--blue-light)} .c-blue-white{color: var(--blue-white)} .c-red-dark{color: var(--red-dark)} .c-red{color: var(--red)} .c-red-light{color: var(--red-light)} .c-red-white{color: var(--red-white)} .c-yellow-dark{color: var(--yellow-dark)} .c-yellow{color: var(--yellow)} .c-yellow-light{color: var(--yellow-light)} .c-yellow-white{color: var(--yellow-white)} .c-black-dark{color: var(--black-dark)} .c-black{color: var(--black)} .c-black-light{color: var(--black-light)} .c-black-44{color: var(--black-44)} .c-black-white{color: var(--black-white)} .c-white-dark{color: var(--white-dark)} .c-white{color: var(--white)} .c-primary-dark{color: var(--primary-dark)} .c-primary{color: var(--primary)} .c-primary-light{color: var(--primary-light)} .c-primary-white{color: var(--primary-white)} .c-secondary-dark{color: var(--secondary-dark)} .c-secondary{color: var(--secondary)} .c-secondary-light{color: var(--secondary-light)} .c-secondary-white{color: var(--secondary-white)}
83
+ .c-base-dark{color: var(--base-dark) !important; } .c-base{color: var(--base) !important; } .c-base-light{color: var(--base-light) !important; } .c-base-white{color: var(--base-white) !important; } .c-green-dark{color: var(--green-dark) !important; } .c-green{color: var(--green) !important; } .c-green-light{color: var(--green-light) !important; } .c-green-white{color: var(--green-white) !important; } .c-blue-dark{color: var(--blue-dark) !important; } .c-blue{color: var(--blue) !important; } .c-blue-light{color: var(--blue-light) !important; } .c-blue-white{color: var(--blue-white) !important; } .c-red-dark{color: var(--red-dark) !important; } .c-red{color: var(--red) !important; } .c-red-light{color: var(--red-light) !important; } .c-red-white{color: var(--red-white) !important; } .c-yellow-dark{color: var(--yellow-dark) !important; } .c-yellow{color: var(--yellow) !important; } .c-yellow-light{color: var(--yellow-light) !important; } .c-yellow-white{color: var(--yellow-white) !important; } .c-black-dark{color: var(--black-dark) !important; } .c-black{color: var(--black) !important; } .c-black-light{color: var(--black-light) !important; } .c-black-44{color: var(--black-44) !important; } .c-black-white{color: var(--black-white) !important; } .c-white-dark{color: var(--white-dark) !important; } .c-white{color: var(--white) !important; } .c-primary-dark{color: var(--primary-dark) !important; } .c-primary{color: var(--primary) !important; } .c-primary-light{color: var(--primary-light) !important; } .c-primary-white{color: var(--primary-white) !important; } .c-secondary-dark{color: var(--secondary-dark) !important; } .c-secondary{color: var(--secondary) !important; } .c-secondary-light{color: var(--secondary-light) !important; } .c-secondary-white{color: var(--secondary-white) !important;}
84
84
  .underline:after, .form-group-title:after{
85
85
  content:"";
86
86
  border: 0;