ps-toolkit-ui 0.2.62 → 0.2.65
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/bundles/ps-toolkit-ui.umd.js +4 -4
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/form/file/form.file.component.js +4 -4
- package/esm2015/lib/components/login/login.component.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +4 -4
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/styles/base.css +1 -1
package/package.json
CHANGED
|
@@ -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;
|