vueless 1.2.5-beta.0 → 1.2.5-beta.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "1.2.5-beta.0",
3
+ "version": "1.2.5-beta.1",
4
4
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
5
5
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
6
6
  "homepage": "https://vueless.com",
@@ -40,7 +40,7 @@ export default /*tw*/ {
40
40
  interactive: false,
41
41
  /* icon library */
42
42
  library: "@material-symbols",
43
- path: "", // set for `custom-icons` library only.
43
+ path: "", // set for `custom` library only.
44
44
  style: "outlined",
45
45
  weight: 500,
46
46
  },
@@ -6,7 +6,7 @@ import type { ComponentConfig } from "../types";
6
6
 
7
7
  export type Config = typeof defaultConfig;
8
8
 
9
- export type IconLibraries = "@material-symbols" | "bootstrap-icons" | "heroicons" | "custom-icons";
9
+ export type IconLibraries = "@material-symbols" | "bootstrap-icons" | "heroicons" | "custom";
10
10
 
11
11
  export interface Props {
12
12
  /**