vueless 0.0.158 → 0.0.159

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.158",
3
+ "version": "0.0.159",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -13,13 +13,13 @@ export default /*tw*/ {
13
13
  separated: {
14
14
  false: `
15
15
  flex-nowrap -space-x-px gap-0
16
- [&>*:first-child]:rounded-l-lg [&>*:first-child]:rounded-r-none
17
- [&>*:last-child]:rounded-r-lg [&>*:last-child]:rounded-l-none
16
+ [&>:first-child]:rounded-l-lg [&>:last-child]:rounded-r-lg
17
+ [&>:first-child>*>*]:rounded-l-lg [&>:last-child>*>*]:rounded-r-lg
18
18
  `,
19
19
  },
20
20
  },
21
21
  compoundVariants: [
22
- { separated: false, variant: "thirdary", class: "space-x-0" },
22
+ { separated: false, variant: "thirdary", class: "space-x-px" },
23
23
  { separated: false, multiple: true, class: "space-x-px" },
24
24
  ],
25
25
  },
@@ -12,7 +12,13 @@ export default /*tw*/ {
12
12
  false: "rounded-none",
13
13
  },
14
14
  variant: {
15
- thirdary: "border-none hover:bg-brand-600 hover:bg-opacity-5",
15
+ thirdary: `
16
+ !text-gray-900 bg-brand-600
17
+ border-transparent bg-opacity-10
18
+ hover:border-transparent hover:bg-opacity-15
19
+ focus:border-transparent focus:bg-opacity-15
20
+ active:border-transparent active:bg-opacity-20
21
+ `,
16
22
  },
17
23
  },
18
24
  },
@@ -23,7 +29,7 @@ export default /*tw*/ {
23
29
  variant: {
24
30
  primary: "!text-white bg-brand-600 border-brand-600 disabled:border-brand-600",
25
31
  secondary: "text-brand-600 border-brand-600 disabled:border-brand-600 bg-brand-600 bg-opacity-10",
26
- thirdary: "text-brand-600 bg-brand-600 bg-opacity-10",
32
+ thirdary: " bg-brand-600 bg-opacity-20 hover:bg-opacity-20 focus:bg-opacity-20",
27
33
  },
28
34
  },
29
35
  },
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.158",
4
+ "version": "0.0.159",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",