@weni/unnnic-system 3.2.9-alpha.4 → 3.2.9-alpha.6
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 +8 -0
- package/dist/components/Chip/Chip.vue.d.ts.map +1 -1
- package/dist/{es-0c19f636.js → es-1bd57600.js} +1 -1
- package/dist/{index-4b1fed3d.js → index-4cd729ce.js} +3 -3
- package/dist/{pt-br-688d3863.js → pt-br-59f06c05.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.js +1 -1
- package/dist/unnnic.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/components/Chip/Chip.vue +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
# 3.2.9 (2025-10-03)
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- **Chip Component**: Fixed layout shift issue when border state changes:
|
|
13
|
+
- **Consistent Sizing**: Component now maintains consistent dimensions regardless of border visibility
|
|
14
|
+
- **Smooth Transitions**: Eliminated visual "jumps" when toggling between selected/unselected states
|
|
15
|
+
|
|
8
16
|
# 3.2.8 (2025-09-25)
|
|
9
17
|
|
|
10
18
|
### Changed
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Chip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/Chip.vue"],"names":[],"mappings":"AA6BA;
|
|
1
|
+
{"version":3,"file":"Chip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/Chip.vue"],"names":[],"mappings":"AA6BA;AAsIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;;;;;;AAsHzC,wBAQG"}
|
|
@@ -24387,8 +24387,8 @@ function NR(e, t, a, r, s, o) {
|
|
|
24387
24387
|
});
|
|
24388
24388
|
}
|
|
24389
24389
|
const SR = /* @__PURE__ */ y(IR, [["render", NR], ["__scopeId", "data-v-9b793da0"]]);
|
|
24390
|
-
import("./es-
|
|
24391
|
-
import("./pt-br-
|
|
24390
|
+
import("./es-1bd57600.js");
|
|
24391
|
+
import("./pt-br-59f06c05.js");
|
|
24392
24392
|
const y3 = {
|
|
24393
24393
|
name: "ChatsContact",
|
|
24394
24394
|
components: {
|
|
@@ -93483,7 +93483,7 @@ const V3 = /* @__PURE__ */ y(GX, [["__scopeId", "data-v-8a5c40a8"]]), ZX = /* @_
|
|
|
93483
93483
|
], 2));
|
|
93484
93484
|
}
|
|
93485
93485
|
});
|
|
93486
|
-
const P3 = /* @__PURE__ */ y(ZX, [["__scopeId", "data-v-
|
|
93486
|
+
const P3 = /* @__PURE__ */ y(ZX, [["__scopeId", "data-v-cf90ea74"]]), Co = {
|
|
93487
93487
|
unnnicFormElement: cr,
|
|
93488
93488
|
unnnicInput: rn,
|
|
93489
93489
|
unnnicInputNext: Ko,
|