vueless 1.2.12-beta.2 → 1.2.12-beta.3
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/constants.d.ts +1 -1
- package/constants.js +1 -1
- package/package.json +1 -1
package/constants.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export const OUTLINE_INCREMENT: 1;
|
|
|
27
27
|
export const DEFAULT_ROUNDING: 8;
|
|
28
28
|
export const ROUNDING_DECREMENT: 4;
|
|
29
29
|
export const ROUNDING_INCREMENT: 6;
|
|
30
|
-
export const DEFAULT_SPACING:
|
|
30
|
+
export const DEFAULT_SPACING: 4;
|
|
31
31
|
export const DEFAULT_DISABLED_OPACITY: 50;
|
|
32
32
|
export const DEFAULT_LETTER_SPACING: 0;
|
|
33
33
|
export const PRIMARY_COLORS: string[];
|
package/constants.js
CHANGED
|
@@ -39,7 +39,7 @@ export const OUTLINE_INCREMENT = 1; /* pixels */
|
|
|
39
39
|
export const DEFAULT_ROUNDING = 8; /* pixels */
|
|
40
40
|
export const ROUNDING_DECREMENT = 4; /* pixels */
|
|
41
41
|
export const ROUNDING_INCREMENT = 6; /* pixels */
|
|
42
|
-
export const DEFAULT_SPACING =
|
|
42
|
+
export const DEFAULT_SPACING = 4; /* pixels */
|
|
43
43
|
export const DEFAULT_DISABLED_OPACITY = 50; /* presents */
|
|
44
44
|
export const DEFAULT_LETTER_SPACING = 0; /* em */
|
|
45
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vueless",
|
|
3
|
-
"version": "1.2.12-beta.
|
|
3
|
+
"version": "1.2.12-beta.3",
|
|
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",
|