@aws-amplify/ui-vue 3.1.27 → 3.1.29
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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/src/version.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7495,7 +7495,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
7495
7495
|
};
|
|
7496
7496
|
}
|
|
7497
7497
|
});
|
|
7498
|
-
const VERSION = "3.1.
|
|
7498
|
+
const VERSION = "3.1.29";
|
|
7499
7499
|
const _sfc_main$e = {};
|
|
7500
7500
|
function _sfc_render(_ctx, _cache) {
|
|
7501
7501
|
return renderSlot(_ctx.$slots, "textI", normalizeProps(guardReactiveProps(_ctx.$attrs)), () => [
|
package/dist/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "3.1.
|
|
1
|
+
export declare const VERSION = "3.1.29";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|