vueless 0.0.274 → 0.0.276

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.274",
3
+ "version": "0.0.276",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -37,7 +37,7 @@
37
37
  "@release-it/bumper": "^6.0.1",
38
38
  "@vitejs/plugin-vue": "^5.0.5",
39
39
  "@vue/eslint-config-prettier": "^9.0.0",
40
- "@vueless/plugin-vite": "^0.0.49",
40
+ "@vueless/plugin-vite": "^0.0.50",
41
41
  "@vueless/storybook": "^0.0.34",
42
42
  "@vueless/web-types": "^0.0.13",
43
43
  "autoprefixer": "^10.4.19",
@@ -1,17 +1,17 @@
1
1
  export default /*tw*/ {
2
2
  wrapper: {
3
- base: `w-max pb-2 text-center cursor-pointer`,
3
+ base: "w-max text-center cursor-pointer -mb-px",
4
4
  variants: {
5
5
  size: {
6
- sm: "text-xs",
7
- md: "text-sm",
8
- lg: "text-base",
6
+ sm: "text-xs pb-1",
7
+ md: "text-sm pb-2",
8
+ lg: "text-base pb-3",
9
9
  },
10
10
  disabled: {
11
- true: "text-gray-500 cursor-not-allowed",
11
+ true: "text-gray-400 cursor-not-allowed",
12
12
  },
13
13
  selected: {
14
- true: "border-b-2 text-brand-600 border-brand-600",
14
+ true: "border-b-2 text-brand-700 border-brand-700",
15
15
  },
16
16
  },
17
17
  },
@@ -1,9 +1,14 @@
1
1
  export default /*tw*/ {
2
2
  wrapper: {
3
- base: "mb-6 flex gap-8",
3
+ base: "mb-6 flex",
4
4
  variants: {
5
+ size: {
6
+ sm: "gap-5",
7
+ md: "gap-6",
8
+ lg: "gap-7",
9
+ },
5
10
  underlined: {
6
- true: "border-b border-brand-100",
11
+ true: "border-b border-gray-100",
7
12
  },
8
13
  },
9
14
  },
@@ -3,9 +3,9 @@ export default /*tw*/ {
3
3
  base: "p-4 flex flex-col rounded-dynamic",
4
4
  variants: {
5
5
  variant: {
6
- primary: "bg-{color}-500 text-white",
7
- secondary: "bg-transparent border border-{color}-500 text-{color}-500",
8
- thirdary: "bg-{color}-50 text-{color}-700",
6
+ primary: "bg-{color}-600 text-white",
7
+ secondary: "bg-transparent border border-{color}-600 text-{color}-600",
8
+ thirdary: "bg-{color}-50 text-{color}-600",
9
9
  },
10
10
  size: {
11
11
  xs: "text-2xs",
@@ -58,10 +58,9 @@ export default /*tw*/ {
58
58
  },
59
59
  safelist: (colors) => [
60
60
  { pattern: `bg-(${colors})-50` },
61
- { pattern: `bg-(${colors})-500` },
62
- { pattern: `text-(${colors})-500` },
63
- { pattern: `text-(${colors})-700` },
61
+ { pattern: `bg-(${colors})-600` },
62
+ { pattern: `text-(${colors})-600` },
64
63
  { pattern: `border-(${colors})-100` },
65
- { pattern: `border-(${colors})-500` },
64
+ { pattern: `border-(${colors})-600` },
66
65
  ],
67
66
  };
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.274",
4
+ "version": "0.0.276",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",