@weni/unnnic-system 2.5.0 → 2.6.0
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/CHANGELOG.md +7 -0
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +3 -2
- package/dist/unnnic.umd.js +1 -1
- package/package.json +10 -2
- package/src/components/Checkbox/Checkbox.vue +1 -0
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +66 -0
- package/src/components/Label/__tests__/Label.spec.js +30 -0
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +3 -0
- package/src/stories/Checkbox.stories.js +7 -11
package/dist/unnnic.mjs
CHANGED
|
@@ -13468,11 +13468,12 @@ function UU(e, i, n, s, r, o) {
|
|
|
13468
13468
|
"unnnic-checkbox__label",
|
|
13469
13469
|
"unnnic-checkbox__label__right",
|
|
13470
13470
|
`unnnic-checkbox__label__${n.size}`
|
|
13471
|
-
])
|
|
13471
|
+
]),
|
|
13472
|
+
"data-testid": "checkbox-text-right"
|
|
13472
13473
|
}, M(n.textRight), 3)) : T("", !0)
|
|
13473
13474
|
]);
|
|
13474
13475
|
}
|
|
13475
|
-
const i0 = /* @__PURE__ */ C(VU, [["render", UU], ["__scopeId", "data-v-
|
|
13476
|
+
const i0 = /* @__PURE__ */ C(VU, [["render", UU], ["__scopeId", "data-v-7fb32042"]]);
|
|
13476
13477
|
const PU = {
|
|
13477
13478
|
components: {
|
|
13478
13479
|
UnnnicIcon: G,
|