@tiddh/brave-vue 1.93.76 → 1.93.77

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.
@@ -40,7 +40,7 @@ export const Secondary = () => ({
40
40
  <br>
41
41
  <div class="storybook-12">
42
42
  <Button kind="secondary" :size="sizes" icon="right" width="fluid" :disabled="disabled" :inverted="inverted"@click="action">
43
- <Icon name="collapse" stroke="transparent" />
43
+ <Icon name="collapse" stroke="transparent" :size="sizes" />
44
44
  Fluid - Cols 12
45
45
  </Button>
46
46
  </div>
@@ -40,7 +40,7 @@ export const Secondary = () => ({
40
40
  <br>
41
41
  <div class="storybook-12">
42
42
  <Button kind="secondary" :size="sizes" icon="right" width="fluid" :disabled="disabled" :inverted="inverted"@click="action">
43
- <Icon name="collapse" stroke="transparent" />
43
+ <Icon name="collapse" stroke="transparent" :size="sizes" />
44
44
  Fluid - Cols 12
45
45
  </Button>
46
46
  </div>
@@ -40,7 +40,7 @@ export const Secondary = () => ({
40
40
  <br>
41
41
  <div class="storybook-12">
42
42
  <Button kind="secondary" :size="sizes" icon="right" width="fluid" :disabled="disabled" :inverted="inverted"@click="action">
43
- <Icon name="collapse" stroke="transparent" />
43
+ <Icon name="collapse" stroke="transparent" :size="sizes" />
44
44
  Fluid - Cols 12
45
45
  </Button>
46
46
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiddh/brave-vue",
3
- "version": "1.93.76",
3
+ "version": "1.93.77",
4
4
  "private": false,
5
5
  "main": "dist/brave-vue.ssr.js",
6
6
  "browser": "dist/brave-vue.esm.js",