vueless 0.0.273 → 0.0.274

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.273",
3
+ "version": "0.0.274",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -2,7 +2,7 @@ export default /*tw*/ {
2
2
  button: {
3
3
  base: `
4
4
  flex items-center justify-center
5
- text-base font-medium outline-none
5
+ font-medium outline-none
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
@@ -43,8 +43,8 @@ export default /*tw*/ {
43
43
  `,
44
44
  },
45
45
  color: {
46
- grayscale: "focus:ring-gray-700/15 focus-within:ring-gray-700/15 disabled:text-gray-400",
47
- white: "focus:ring-gray-700/15 focus-within:ring-gray-700/15 disabled:text-gray-400",
46
+ grayscale: "focus:ring-gray-700/15 focus-within:ring-gray-700/15",
47
+ white: "focus:ring-gray-700/15 focus-within:ring-gray-700/15",
48
48
  },
49
49
  loading: {
50
50
  true: "pointer-events-none gap-0",
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.273",
4
+ "version": "0.0.274",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",