vueless 0.0.281 → 0.0.282
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 +1 -1
- package/ui.button/configs/default.config.js +1 -1
- package/ui.button-link/configs/default.config.js +1 -1
- package/ui.form-input/configs/default.config.js +1 -1
- package/ui.form-select/configs/default.config.js +1 -1
- package/ui.form-textarea/configs/default.config.js +1 -1
- package/web-types.json +1 -1
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@ export default /*tw*/ {
|
|
|
6
6
|
border border-solid transition
|
|
7
7
|
focus:ring-{color}-700/15 focus:ring-dynamic focus:ring-offset-dynamic
|
|
8
8
|
focus-within:ring-{color}-700/15 focus-within:ring-dynamic focus-within:ring-offset-dynamic
|
|
9
|
-
disabled:ring-0 disabled:cursor-not-allowed cursor-pointer
|
|
9
|
+
disabled:ring-0 disabled:ring-offset-0 disabled:cursor-not-allowed cursor-pointer
|
|
10
10
|
`,
|
|
11
11
|
variants: {
|
|
12
12
|
size: {
|
|
@@ -10,7 +10,7 @@ export default /*tw*/ {
|
|
|
10
10
|
white: "focus-within:ring-white/15",
|
|
11
11
|
},
|
|
12
12
|
disabled: {
|
|
13
|
-
true: "focus-within:ring-0 cursor-not-allowed",
|
|
13
|
+
true: "focus-within:ring-0 focus-within:ring-offset-0 cursor-not-allowed",
|
|
14
14
|
},
|
|
15
15
|
noRing: {
|
|
16
16
|
true: "focus-within:ring-0 focus-within:ring-offset-0",
|
|
@@ -20,7 +20,7 @@ export default /*tw*/ {
|
|
|
20
20
|
disabled: {
|
|
21
21
|
true: `
|
|
22
22
|
border-gray-100 bg-gray-100 text-gray-900 hover:border-gray-100
|
|
23
|
-
focus-within:border-gray-100 focus-within:ring-0
|
|
23
|
+
focus-within:border-gray-100 focus-within:ring-0 focus-within:ring-offset-0
|
|
24
24
|
`,
|
|
25
25
|
},
|
|
26
26
|
},
|