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
|
@@ -13,13 +13,13 @@ export default /*tw*/ {
|
|
|
13
13
|
separated: {
|
|
14
14
|
false: `
|
|
15
15
|
flex-nowrap -space-x-px gap-0
|
|
16
|
-
[
|
|
17
|
-
[
|
|
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-
|
|
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:
|
|
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: "
|
|
32
|
+
thirdary: " bg-brand-600 bg-opacity-20 hover:bg-opacity-20 focus:bg-opacity-20",
|
|
27
33
|
},
|
|
28
34
|
},
|
|
29
35
|
},
|