vueless 1.3.6-beta.3 → 1.3.6-beta.4

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": "1.3.6-beta.3",
3
+ "version": "1.3.6-beta.4",
4
4
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
5
5
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
6
6
  "homepage": "https://vueless.com",
@@ -98,7 +98,7 @@ Gap.parameters = {
98
98
 
99
99
  export const RowGap = EnumTemplate.bind({});
100
100
  RowGap.args = { enum: "rowGap" };
101
- Gap.parameters = {
101
+ RowGap.parameters = {
102
102
  docs: {
103
103
  description: {
104
104
  story: "Vertical gap override.",
@@ -108,7 +108,7 @@ Gap.parameters = {
108
108
 
109
109
  export const ColGap = EnumTemplate.bind({});
110
110
  ColGap.args = { enum: "colGap" };
111
- Gap.parameters = {
111
+ ColGap.parameters = {
112
112
  docs: {
113
113
  description: {
114
114
  story: "Horizontal gap override.",