vueless 1.2.12-beta.1 → 1.2.12-beta.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "1.2.12-beta.1",
3
+ "version": "1.2.12-beta.2",
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",
package/types.ts CHANGED
@@ -502,7 +502,7 @@ export interface VuelessCssVariables {
502
502
  "--vl-bg-accented": string;
503
503
  "--vl-bg-muted": string;
504
504
  "--vl-bg-inverted": string;
505
- /* Amy other design system CSS variables */
505
+ /* Any other design system CSS variables */
506
506
  [key: string]: string;
507
507
  }
508
508