@volverjs/ui-vue 0.0.1-beta.2 → 0.0.1-beta.5
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/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/stories/Button/Button.test.d.ts +11 -0
- package/dist/test/expect.d.ts +13 -0
- package/dist/ui-vue.es.js +3 -3
- package/dist/ui-vue.umd.js +1 -1
- package/package.json +4 -2
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/stories/Breadcrumb/Breadcrumb.stories.mdx +0 -1
- package/src/stories/Button/Button.stories.mdx +2 -8
- package/src/stories/Button/Button.test.ts +57 -0
- package/src/stories/Button/ButtonBadge.stories.mdx +2 -1
- package/src/stories/Button/ButtonIcon.stories.mdx +3 -11
- package/src/stories/Button/ButtonIconPosition.stories.mdx +17 -14
- package/src/stories/Button/ButtonLink.stories.mdx +13 -44
- package/src/stories/Button/ButtonLoading.stories.mdx +22 -3
- package/src/stories/Button/ButtonModifiers.stories.mdx +30 -44
- package/src/stories/Button/ButtonVariant.stories.mdx +33 -51
- package/src/stories/volver-ui-vue.stories.mdx +2 -1
- package/src/test/expect.ts +52 -0
- package/src/test/types.d.ts +3 -0
package/dist/icons.es.js
CHANGED
|
@@ -601,11 +601,11 @@ const t = {
|
|
|
601
601
|
}
|
|
602
602
|
}, o = 24, e = 24, l = {
|
|
603
603
|
prefix: r,
|
|
604
|
-
lastModified:
|
|
604
|
+
lastModified: 1668072348,
|
|
605
605
|
icons: t,
|
|
606
606
|
width: o,
|
|
607
607
|
height: e
|
|
608
|
-
}, n = "detailed", i =
|
|
608
|
+
}, n = "detailed", i = 1668072348, a = {
|
|
609
609
|
add: {
|
|
610
610
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 15.999h24m-12-12v24"/>'
|
|
611
611
|
},
|
|
@@ -1209,7 +1209,7 @@ const t = {
|
|
|
1209
1209
|
icons: a,
|
|
1210
1210
|
width: c,
|
|
1211
1211
|
height: h
|
|
1212
|
-
}, d = "simple", k =
|
|
1212
|
+
}, d = "simple", k = 1668072348, m = {
|
|
1213
1213
|
add: {
|
|
1214
1214
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" d="M.5 8h15M8 .5v15"/>'
|
|
1215
1215
|
},
|