@foxeltech/angular-ui 0.0.5 → 0.0.6

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.ts CHANGED
@@ -244,7 +244,6 @@ declare class FxUtils {
244
244
  static convertColorFromVariable(name: string, alpha?: number): string;
245
245
  static getTagClass(key: string, isCriticalExist?: boolean): TagType;
246
246
  static validateEmail(value: string): boolean;
247
- static isStrongPassword(password: string): boolean;
248
247
  static formatSizeUnits(bytes: number): string;
249
248
  }
250
249
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foxeltech/angular-ui",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "license": "MIT",
5
5
  "main": "bundles/ui.umd.js",
6
6
  "module": "fesm2022/foxeltech-angular-ui.mjs",