vueless 0.0.272 → 0.0.273

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.272",
3
+ "version": "0.0.273",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -3,9 +3,9 @@ export default /*tw*/ {
3
3
  base: "border border-solid rounded-full inline-block !leading-none",
4
4
  variants: {
5
5
  variant: {
6
- primary: "bg-{color}-100 text-{color}-500 border-transparent",
7
- secondary: "border-{color}-500 text-{color}-500",
8
- thirdary: "text-{color}-500 border-transparent",
6
+ primary: "bg-{color}-50 text-{color}-600 border-transparent",
7
+ secondary: "border-{color}-600 text-{color}-600",
8
+ thirdary: "text-{color}-600 border-transparent",
9
9
  },
10
10
  size: {
11
11
  sm: "px-2 py-1 text-2xs",
@@ -44,8 +44,8 @@ export default /*tw*/ {
44
44
  variant: "primary",
45
45
  },
46
46
  safelist: (colors) => [
47
- { pattern: `bg-(${colors})-100` },
48
- { pattern: `border-(${colors})-500` },
49
- { pattern: `text-(${colors})-500` },
47
+ { pattern: `bg-(${colors})-50` },
48
+ { pattern: `border-(${colors})-600` },
49
+ { pattern: `text-(${colors})-600` },
50
50
  ],
51
51
  };
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.272",
4
+ "version": "0.0.273",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",