vueless 0.0.600 → 0.0.601

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.600",
3
+ "version": "0.0.601",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -2,7 +2,7 @@ export default /*tw*/ {
2
2
  selectLabel: "{ULabel}",
3
3
  wrapper: {
4
4
  base: `
5
- py-2 flex flex-row-reverse justify-between w-full min-h-full box-border relative
5
+ flex flex-row-reverse justify-between w-full min-h-full box-border relative
6
6
  rounded-dynamic border border-gray-300 bg-white
7
7
  hover:border-gray-400 hover:transition hover:focus-within:border-brand-500
8
8
  focus-within:ring-brand-700/15 focus-within:ring-dynamic focus-within:ring-offset-dynamic
@@ -32,12 +32,13 @@ export default /*tw*/ {
32
32
  ],
33
33
  },
34
34
  innerWrapper: {
35
- base: "px-3 flex min-h-full w-full overflow-hidden justify-between",
35
+ base: "py-2 px-3 flex min-h-full w-full overflow-hidden justify-between",
36
36
  variants: {
37
37
  multiple: {
38
38
  true: "grid grid-cols-1 grid-rows-[minmax(0, 1fr)_min-content]",
39
39
  },
40
40
  },
41
+ compoundVariants: [{ labelAlign: "topInside", label: true, class: "pt-0" }],
41
42
  },
42
43
  selectedLabels: "flex flex-col col-span-2",
43
44
  selectedLabel: {
@@ -71,11 +72,11 @@ export default /*tw*/ {
71
72
  beforeCaret: "{>caret}",
72
73
  afterCaret: "{>caret} mr-3",
73
74
  caret: {
74
- base: "flex items-center mt-0",
75
+ base: "flex items-center",
75
76
  compoundVariants: [
76
- { labelAlign: "topInside", size: "sm", label: true, class: "-mt-3" },
77
- { labelAlign: "topInside", size: "md", label: true, class: "-mt-4" },
78
- { labelAlign: "topInside", size: "lg", label: true, class: "-mt-[1.125rem]" },
77
+ { labelAlign: "topInside", size: "sm", label: true, class: "-mt-4" },
78
+ { labelAlign: "topInside", size: "md", label: true, class: "-mt-5" },
79
+ { labelAlign: "topInside", size: "lg", label: true, class: "-mt-6" },
79
80
  ],
80
81
  },
81
82
  toggle: "{>caret} mr-3",
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.600",
4
+ "version": "0.0.601",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",