@weni/unnnic-system 2.6.2 → 2.7.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 +9 -0
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +4797 -4455
- package/dist/unnnic.umd.js +18 -18
- package/package.json +1 -1
- package/src/components/Tour/Tour.vue +129 -0
- package/src/components/Tour/TourMask.vue +135 -0
- package/src/components/Tour/TourPopover.vue +229 -0
- package/src/components/Tour/propsValidation.js +82 -0
- package/src/components/index.js +3 -0
- package/src/stories/Tour.stories.js +216 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,8 +5,17 @@ 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
|
+
## 2.7.0 (2024-08-14)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Added Tour component;
|
|
13
|
+
- Added Tour story.
|
|
14
|
+
|
|
8
15
|
## 2.6.2 (2024-08-13)
|
|
9
16
|
|
|
17
|
+
### Added
|
|
18
|
+
|
|
10
19
|
- Added returnName prop in EmojiPicker component to return the id/name instead of its native
|
|
11
20
|
|
|
12
21
|
## 2.6.1 (2024-08-02)
|