asv-hlps 1.2.44 → 1.2.45

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 +1 @@
1
- export declare type BtnVariant = "warning" | "purple" | "secondary" | "pink" | "primary" | "success" | "danger" | "info";
1
+ export declare type VariantType = "warning" | "purple" | "secondary" | "pink" | "primary" | "success" | "danger" | "info";
@@ -1 +1 @@
1
- export declare type BtnVariant = "warning" | "purple" | "secondary" | "pink" | "primary" | "success" | "danger" | "info";
1
+ export declare type VariantType = "warning" | "purple" | "secondary" | "pink" | "primary" | "success" | "danger" | "info";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps",
3
- "version": "1.2.44",
3
+ "version": "1.2.45",
4
4
  "description": "helpers",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",