vueless 0.0.620 → 0.0.622

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.620",
3
+ "version": "0.0.622",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -64,8 +64,8 @@ export default /*tw*/ {
64
64
  {
65
65
  color: ["grayscale", "white"],
66
66
  class: `
67
- focus:ring-gray-700/15 dark:focus:ring-gray-500/15
68
- focus-within:ring-gray-700/15 dark:focus-within:ring-gray-500/15
67
+ focus:ring-gray-500/10 dark:focus:ring-gray-400/10
68
+ focus-within:ring-gray-500/10 dark:focus-within:ring-gray-400/10
69
69
  `,
70
70
  },
71
71
  {
@@ -93,9 +93,9 @@ export default /*tw*/ {
93
93
  variant: "thirdary",
94
94
  class: `
95
95
  text-gray-900 dark:text-gray-100
96
- hover:text-gray-800 hover:bg-gray-800/15 dark:hover:text-gray-200 dark:hover:bg-gray-200/15
97
- focus:text-gray-800 focus:bg-gray-800/15 dark:focus:text-gray-200 dark:focus:bg-gray-200/15
98
- active:text-gray-700 active:bg-gray-700/20 dark:active:text-gray-300 dark:active:bg-gray-300/20
96
+ hover:text-gray-800 hover:bg-gray-800/10 dark:hover:text-gray-200 dark:hover:bg-gray-200/10
97
+ focus:text-gray-800 focus:bg-gray-800/10 dark:focus:text-gray-200 dark:focus:bg-gray-200/10
98
+ active:text-gray-700 active:bg-gray-700/15 dark:active:text-gray-300 dark:active:bg-gray-300/15
99
99
  `,
100
100
  },
101
101
  {
@@ -6,9 +6,9 @@ export default /*tw*/ {
6
6
  },
7
7
  },
8
8
  toggleButtonActive: {
9
- base: "{UButton} {>toggleButton}",
9
+ base: "{UButton} {>toggleButton} !bg-{color}-800/15",
10
10
  defaults: {
11
- variant: "primary",
11
+ filled: true,
12
12
  },
13
13
  },
14
14
  toggleInput: "p-0 m-0 size-0 invisible absolute",
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.620",
4
+ "version": "0.0.622",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",