diff --git a/docs/.docgen/components-metadata.json b/docs/.docgen/components-metadata.json index 360ee409..00d75c70 100644 --- a/docs/.docgen/components-metadata.json +++ b/docs/.docgen/components-metadata.json @@ -1792,6 +1792,23 @@ "func": false, "value": "false" } + }, + { + "name": "type", + "description": "O tipo do botão.", + "tags": {}, + "values": [ + "'button'", + "'submit'", + "'reset'" + ], + "type": { + "name": "string" + }, + "defaultValue": { + "func": false, + "value": "'button'" + } } ], "events": [ diff --git a/package.json b/package.json index 57f3aae2..4ab123ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sysvale/cuida", - "version": "3.158.1", + "version": "3.158.2", "description": "A design system built by Sysvale, using storybook and Vue components", "repository": { "type": "git", @@ -86,4 +86,4 @@ "readme": "ERROR: No README data found!", "homepage": "https://github.com/Sysvale/cuida#readme", "_id": "@sysvale/cuida@3.0.0-alpha.21" -} \ No newline at end of file +} diff --git a/src/components/Button.vue b/src/components/Button.vue index a39d5ea2..c2b73f7b 100644 --- a/src/components/Button.vue +++ b/src/components/Button.vue @@ -2,6 +2,7 @@