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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.281",
3
+ "version": "0.0.282",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -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",
@@ -24,7 +24,7 @@ export default /*tw*/ {
24
24
  `,
25
25
  },
26
26
  disabled: {
27
- true: "pointer-events-none",
27
+ true: "focus-within:ring-0 focus-within:ring-offset-0 pointer-events-none",
28
28
  },
29
29
  },
30
30
  },
@@ -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
  },
@@ -17,7 +17,7 @@ export default /*tw*/ {
17
17
  `,
18
18
  },
19
19
  disabled: {
20
- true: "pointer-events-none bg-gray-100",
20
+ true: "focus-within:ring-0 focus-within:ring-offset-0 bg-gray-100 pointer-events-none",
21
21
  },
22
22
  },
23
23
  compoundVariants: [
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.281",
4
+ "version": "0.0.282",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",