vueless 1.4.3-beta.2 → 1.4.3-beta.4
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 +2 -2
- package/ui.button/config.ts +1 -1
- package/ui.button-link/config.ts +1 -0
- package/ui.button-toggle/config.ts +1 -1
- package/ui.container-collapsible/config.ts +1 -1
- package/ui.dropdown-link/config.ts +1 -0
- package/ui.form-calendar/config.ts +1 -1
- package/ui.form-checkbox/config.ts +1 -1
- package/ui.form-input/config.ts +1 -1
- package/ui.form-input-file/config.ts +1 -1
- package/ui.form-radio/config.ts +1 -1
- package/ui.form-select/config.ts +2 -2
- package/ui.form-switch/config.ts +1 -1
- package/ui.form-textarea/config.ts +1 -1
- package/ui.text-alert/config.ts +2 -2
- package/ui.text-badge/config.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vueless",
|
|
3
|
-
"version": "1.4.3-beta.
|
|
3
|
+
"version": "1.4.3-beta.4",
|
|
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",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
58
58
|
"@vue/test-utils": "^2.4.6",
|
|
59
59
|
"@vue/tsconfig": "^0.7.0",
|
|
60
|
-
"@vueless/storybook": "^1.4.
|
|
60
|
+
"@vueless/storybook": "^1.4.17",
|
|
61
61
|
"eslint": "^9.32.0",
|
|
62
62
|
"eslint-plugin-storybook": "^10.0.2",
|
|
63
63
|
"eslint-plugin-vue": "^10.3.0",
|
package/ui.button/config.ts
CHANGED
|
@@ -2,7 +2,7 @@ export default /*tw*/ {
|
|
|
2
2
|
button: {
|
|
3
3
|
base: `
|
|
4
4
|
flex items-center justify-center font-medium leading-snug! whitespace-nowrap
|
|
5
|
-
border border-solid transition cursor-pointer
|
|
5
|
+
border border-solid outline-solid outline-transparent transition cursor-pointer
|
|
6
6
|
focus-visible:outline-medium focus-visible:outline-offset-2 focus-visible:outline-{color}
|
|
7
7
|
disabled:cursor-not-allowed disabled:outline-0 disabled:outline-offset-0
|
|
8
8
|
`,
|
package/ui.button-link/config.ts
CHANGED
|
@@ -5,6 +5,7 @@ export default /*tw*/ {
|
|
|
5
5
|
text-{color} decoration-{color} underline-offset-4
|
|
6
6
|
hover:text-{color}-lifted hover:decoration-{color}-lifted
|
|
7
7
|
active:text-{color}-accented active:decoration-{color}-accented
|
|
8
|
+
outline-solid outline-transparent
|
|
8
9
|
focus-visible:outline-medium focus-visible:rounded-small
|
|
9
10
|
focus-visible:outline-offset-4 focus-visible:outline-{color}
|
|
10
11
|
`,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default /*tw*/ {
|
|
2
2
|
wrapper: {
|
|
3
3
|
base: `
|
|
4
|
-
relative inline-block h-max rounded-medium transition cursor-pointer outline-transparent
|
|
4
|
+
relative inline-block h-max rounded-medium transition cursor-pointer outline-solid outline-transparent
|
|
5
5
|
focus-visible:outline-medium focus-visible:outline-offset-2 focus-visible:outline-primary`,
|
|
6
6
|
variants: {
|
|
7
7
|
disabled: {
|
|
@@ -56,7 +56,7 @@ export default /*tw*/ {
|
|
|
56
56
|
timepicker: "mt-2 pl-1 pt-3 text-medium flex items-stretch justify-between gap-2 border-t border-muted",
|
|
57
57
|
timepickerLabel: "w-full self-center",
|
|
58
58
|
timepickerInputWrapper: `
|
|
59
|
-
flex items-center rounded-medium border border-solid border-default
|
|
59
|
+
flex items-center rounded-medium border border-solid border-default outline-solid outline-transparent
|
|
60
60
|
hover:focus-within:border-primary focus-within:border-primary
|
|
61
61
|
focus-within:outline focus-within:outline-small focus-within:outline-primary
|
|
62
62
|
`,
|
|
@@ -12,7 +12,7 @@ export default /*tw*/ {
|
|
|
12
12
|
},
|
|
13
13
|
checkbox: {
|
|
14
14
|
base: `
|
|
15
|
-
{>checkboxBase} ml-0 bg-default border border-solid border-default outline-transparent
|
|
15
|
+
{>checkboxBase} ml-0 bg-default border border-solid border-default outline-solid outline-transparent
|
|
16
16
|
appearance-none p-0 print:color-adjust-exact inline-block align-middle bg-origin-border select-none shrink-0
|
|
17
17
|
hover:border-lifted
|
|
18
18
|
active:border-{color} active:bg-{color}/15
|
package/ui.form-input/config.ts
CHANGED
|
@@ -12,7 +12,7 @@ export default /*tw*/ {
|
|
|
12
12
|
wrapper: {
|
|
13
13
|
base: `
|
|
14
14
|
flex gap-3 w-full px-3 relative bg-default transition
|
|
15
|
-
border border-solid rounded-medium border-default outline-transparent
|
|
15
|
+
border border-solid rounded-medium border-default outline-solid outline-transparent
|
|
16
16
|
hover:border-lifted hover:focus-within:border-primary focus-within:border-primary
|
|
17
17
|
focus-within:outline focus-within:outline-small focus-within:outline-primary focus-within:transition
|
|
18
18
|
`,
|
|
@@ -3,7 +3,7 @@ export default /*tw*/ {
|
|
|
3
3
|
dropzone: {
|
|
4
4
|
base: `
|
|
5
5
|
p-3 size-auto w-full bg-default transition
|
|
6
|
-
rounded-medium border border-solid border-default
|
|
6
|
+
rounded-medium border border-solid border-default outline-solid outline-transparent
|
|
7
7
|
hover:border-lifted hover:focus-within:border-primary focus-within:border-primary
|
|
8
8
|
focus-within:outline focus-within:outline-small focus-within:outline-primary
|
|
9
9
|
`,
|
package/ui.form-radio/config.ts
CHANGED
|
@@ -3,7 +3,7 @@ export default /*tw*/ {
|
|
|
3
3
|
radio: {
|
|
4
4
|
base: `
|
|
5
5
|
bg-default cursor-pointer transition
|
|
6
|
-
border border-solid border-default rounded-full outline-transparent
|
|
6
|
+
border border-solid border-default rounded-full outline-solid outline-transparent
|
|
7
7
|
appearance-none p-0 print:color-adjust-exact inline-block align-middle bg-origin-border select-none shrink-0
|
|
8
8
|
hover:border-lifted hover:checked:border-{color}
|
|
9
9
|
active:border-{color} active:bg-{color}/15
|
package/ui.form-select/config.ts
CHANGED
|
@@ -12,7 +12,7 @@ export default /*tw*/ {
|
|
|
12
12
|
wrapper: {
|
|
13
13
|
base: `
|
|
14
14
|
flex flex-row-reverse justify-between w-full min-h-full box-border relative
|
|
15
|
-
rounded-medium border border-solid border-default bg-default outline-transparent
|
|
15
|
+
rounded-medium border border-solid border-default bg-default outline-solid outline-transparent
|
|
16
16
|
hover:border-lifted hover:transition hover:focus-within:border-primary focus-within:border-primary
|
|
17
17
|
focus-within:outline focus-within:outline-small focus-within:outline-primary focus-within:transition
|
|
18
18
|
`,
|
|
@@ -131,7 +131,7 @@ export default /*tw*/ {
|
|
|
131
131
|
},
|
|
132
132
|
},
|
|
133
133
|
listbox: `
|
|
134
|
-
{UListbox} border-0 outline-1! outline-default
|
|
134
|
+
{UListbox} border-0 outline-solid outline-1! outline-default
|
|
135
135
|
my-2 group-[*]/top:bottom-full group-[*]/top:top-auto top-full w-full
|
|
136
136
|
`,
|
|
137
137
|
i18n: {
|
package/ui.form-switch/config.ts
CHANGED
|
@@ -6,7 +6,7 @@ export default /*tw*/ {
|
|
|
6
6
|
},
|
|
7
7
|
wrapper: {
|
|
8
8
|
base: `
|
|
9
|
-
flex items-center p-0.5 relative rounded-full outline-transparent cursor-pointer transition focus-within:transition
|
|
9
|
+
flex items-center p-0.5 relative rounded-full outline-solid outline-transparent cursor-pointer transition focus-within:transition
|
|
10
10
|
focus-visible:outline focus-visible:outline-medium focus-visible:outline-offset-2 focus-visible:outline-{color}
|
|
11
11
|
`,
|
|
12
12
|
variants: {
|
|
@@ -15,7 +15,7 @@ export default /*tw*/ {
|
|
|
15
15
|
wrapper: {
|
|
16
16
|
base: `
|
|
17
17
|
flex px-3 py-2 gap-3 w-full bg-default transition
|
|
18
|
-
rounded-medium border border-solid border-default outline-transparent
|
|
18
|
+
rounded-medium border border-solid border-default outline-solid outline-transparent
|
|
19
19
|
hover:border-lifted hover:focus-within:border-primary focus-within:border-primary
|
|
20
20
|
focus-within:outline focus-within:outline-small focus-within:outline-primary focus-within:transition
|
|
21
21
|
`,
|
package/ui.text-alert/config.ts
CHANGED
|
@@ -17,8 +17,8 @@ export default /*tw*/ {
|
|
|
17
17
|
},
|
|
18
18
|
},
|
|
19
19
|
body: "flex items-center justify-between",
|
|
20
|
-
contentWrapper: "flex gap-2",
|
|
21
|
-
content: "",
|
|
20
|
+
contentWrapper: "flex gap-2 w-full",
|
|
21
|
+
content: "w-full",
|
|
22
22
|
title: "font-semibold leading-tight",
|
|
23
23
|
description: "mt-0.5",
|
|
24
24
|
text: "{UText}",
|
package/ui.text-badge/config.ts
CHANGED
|
@@ -2,7 +2,7 @@ export default /*tw*/ {
|
|
|
2
2
|
badge: {
|
|
3
3
|
base: `
|
|
4
4
|
inline-flex items-center justify-between py-1
|
|
5
|
-
border border-solid rounded-medium leading-none! outline-
|
|
5
|
+
border border-solid rounded-medium leading-none! outline-solid outline-transparent
|
|
6
6
|
`,
|
|
7
7
|
variants: {
|
|
8
8
|
variant: {
|