@weni/unnnic-system 3.12.8-alpha.0 → 3.12.8-alpha.1
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 +34 -0
- package/dist/{es-52edeb71.mjs → es-9d6892f7.mjs} +1 -1
- package/dist/{index-756fe685.mjs → index-78117c0a.mjs} +3 -3
- package/dist/{pt-br-24583c8c.mjs → pt-br-89839646.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +1 -1
- package/package.json +1 -1
- package/src/assets/scss/scheme-colors.scss +223 -223
- package/src/components/EmojiPicker/EmojiPicker.vue +1 -1
- package/src/components/Input/Input.scss +2 -0
- package/src/components/ui/popover/PopoverContent.vue +1 -1
- package/dist/apple-64.png +0 -0
- package/public/apple-64.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,41 @@ 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.14.0 (2025-01-12)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- **MultiSelect**:
|
|
13
|
+
- Rebuilt on Popover primitives with inline search, localized empty state, width syncing, checkbox options, and `returnObject` support.
|
|
14
|
+
|
|
15
|
+
# 3.13.0 (2025-01-12)
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- **Select Component**:
|
|
20
|
+
- Introduced `UnnnicSelect`, a popover-backed single select that mirrors `UnnnicInput`, supports keyboard navigation, disabled items, optional search input, custom `itemLabel`/`itemValue`, `returnObject`, auto width syncing, dynamic `optionsLines` height, clear action, and localized empty states.
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
|
|
24
|
+
- **Input Family**:
|
|
25
|
+
- Reintroduced focus transition styling and added `readonly`, `useFocusProp`, `focus`, and `showClear` props across `UnnnicInput`, `TextInput`, and `BaseInput` so programmatic focus and inline clear affordances are available without losing sanitization.
|
|
26
|
+
|
|
27
|
+
# 3.12.8 (2025-12-30)
|
|
28
|
+
|
|
29
|
+
### Fixed
|
|
30
|
+
|
|
31
|
+
- **Popover Content**:
|
|
32
|
+
- Fixed padding space
|
|
33
|
+
- Fixed scrollbar visual
|
|
34
|
+
- Fixed borders visual
|
|
35
|
+
|
|
36
|
+
### Added
|
|
37
|
+
|
|
38
|
+
- **Popover Content**:
|
|
39
|
+
- Added width prop to support custom sizes
|
|
40
|
+
|
|
8
41
|
# 3.12.7 (2025-12-26)
|
|
42
|
+
|
|
9
43
|
### Fixed
|
|
10
44
|
|
|
11
45
|
- **RadioGroup exports**:
|
|
@@ -31840,8 +31840,8 @@ function ZQ(e, a, t, i, n, o) {
|
|
|
31840
31840
|
});
|
|
31841
31841
|
}
|
|
31842
31842
|
const JQ = /* @__PURE__ */ G(KQ, [["render", ZQ], ["__scopeId", "data-v-9b793da0"]]);
|
|
31843
|
-
import("./es-
|
|
31844
|
-
import("./pt-br-
|
|
31843
|
+
import("./es-9d6892f7.mjs");
|
|
31844
|
+
import("./pt-br-89839646.mjs");
|
|
31845
31845
|
const U0 = {
|
|
31846
31846
|
name: "ChatsContact",
|
|
31847
31847
|
components: {
|
|
@@ -98487,7 +98487,7 @@ const LW = "#00A49F", qW = /* @__PURE__ */ ce({
|
|
|
98487
98487
|
], 34));
|
|
98488
98488
|
}
|
|
98489
98489
|
});
|
|
98490
|
-
const Z0 = /* @__PURE__ */ G(qW, [["__scopeId", "data-v-
|
|
98490
|
+
const Z0 = /* @__PURE__ */ G(qW, [["__scopeId", "data-v-0f5e35cc"]]);
|
|
98491
98491
|
const zW = {
|
|
98492
98492
|
name: "UnnnicChartFunnelBaseRow",
|
|
98493
98493
|
props: {
|