@solfacil/girassol 0.34.0 → 0.34.1

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.
@@ -71,7 +71,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
71
71
  checkboxes: CheckboxType[];
72
72
  direction: "row" | "column";
73
73
  }) => any;
74
- showMoreLabel: (_: {
74
+ showLegend: (_: {
75
75
  updateCurrentStep: () => void;
76
76
  }) => any;
77
77
  }>;
@@ -71,7 +71,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
71
71
  radios: RadioType[];
72
72
  direction: "row" | "column";
73
73
  }) => any;
74
- showMoreLabel: (_: {
74
+ showLegend: (_: {
75
75
  updateCurrentStep: () => void;
76
76
  }) => any;
77
77
  }>;
@@ -1641,7 +1641,7 @@ export declare const components: {
1641
1641
  radios: import("./components/forms/radio/types").Radio[];
1642
1642
  direction: "row" | "column";
1643
1643
  }) => any;
1644
- showMoreLabel: (_: {
1644
+ showLegend: (_: {
1645
1645
  updateCurrentStep: () => void;
1646
1646
  }) => any;
1647
1647
  };
@@ -2087,7 +2087,7 @@ export declare const components: {
2087
2087
  checkboxes: import("./components/forms/checkbox/type").Checkbox[];
2088
2088
  direction: "row" | "column";
2089
2089
  }) => any;
2090
- showMoreLabel: (_: {
2090
+ showLegend: (_: {
2091
2091
  updateCurrentStep: () => void;
2092
2092
  }) => any;
2093
2093
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solfacil/girassol",
3
3
  "description": "Girassol design system",
4
- "version": "0.34.0",
4
+ "version": "0.34.1",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {