vueless 0.0.336 → 0.0.337

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.336",
3
+ "version": "0.0.337",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -16,11 +16,14 @@ export default /*tw*/ {
16
16
  true: "rounded-full",
17
17
  },
18
18
  tabindex: {
19
- true: "cursor-pointer focus:ring-dynamic focus:ring-offset-dynamic focus:ring-{color}-700/15",
19
+ true: `
20
+ cursor-pointer focus-within:ring-dynamic focus-within:ring-offset-dynamic focus-within:ring-{color}-700/15
21
+ focus:ring-dynamic focus:ring-offset-dynamic focus:ring-{color}-700/15
22
+ `,
20
23
  },
21
24
  color: {
22
- grayscale: "focus:ring-gray-700/15",
23
- white: "focus:ring-gray-700/15",
25
+ grayscale: "focus:ring-gray-700/15 focus-within:ring-gray-700/15",
26
+ white: "focus:ring-gray-700/15 focus-within:ring-gray-700/15",
24
27
  },
25
28
  },
26
29
  compoundVariants: [
@@ -66,6 +69,6 @@ export default /*tw*/ {
66
69
  { pattern: `border-(${colors})-100` },
67
70
  { pattern: `border-(${colors})-600` },
68
71
  { pattern: `text-(${colors})-600` },
69
- { pattern: `ring-(${colors})-700`, variants: ["focus"] },
72
+ { pattern: `ring-(${colors})-700`, variants: ["focus", "focus-within"] },
70
73
  ],
71
74
  };
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.336",
4
+ "version": "0.0.337",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",