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
|
@@ -98,7 +98,7 @@ Gap.parameters = {
|
|
|
98
98
|
|
|
99
99
|
export const RowGap = EnumTemplate.bind({});
|
|
100
100
|
RowGap.args = { enum: "rowGap" };
|
|
101
|
-
|
|
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
|
-
|
|
111
|
+
ColGap.parameters = {
|
|
112
112
|
docs: {
|
|
113
113
|
description: {
|
|
114
114
|
story: "Horizontal gap override.",
|