@weni/unnnic-system 3.25.3-alpha.2 → 3.25.3-alpha.4
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/{es-xRAbzNgn.mjs → es-DoVYyeyX.mjs} +1 -1
- package/dist/{index-ljq98LwZ.mjs → index-CQwdZrf6.mjs} +5008 -4974
- package/dist/index.d.ts +179 -31
- package/dist/{pt-br-Bau4F41w.mjs → pt-br-CfNAqcnl.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/tokens/colors.d.ts +2 -0
- package/dist/tokens/colors.mjs +2 -0
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +29 -29
- package/package.json +1 -1
- package/src/assets/scss/colors-hsl.scss +2 -0
- package/src/assets/scss/scheme-colors.scss +2 -0
- package/src/assets/scss/semantic-colors.scss +2 -0
- package/src/assets/scss/semantic-text-utilities.scss +8 -0
- package/src/assets/scss/tailwind.scss +1 -1
- package/src/assets/scss/theme.scss +5 -1
- package/src/assets/tokens/colors-semantic-dark.json +4 -2
- package/src/assets/tokens/colors-semantic.json +3 -1
- package/src/components/AudioRecorder/AudioTranscriptionButton.vue +3 -1
- package/src/components/Button/Button.vue +5 -5
- package/src/components/Card/CardCompany.vue +1 -1
- package/src/components/CardNumber/CardNumber.vue +1 -1
- package/src/components/CardProject/CardProject.vue +4 -4
- package/src/components/Carousel/TagCarousel.vue +2 -2
- package/src/components/ChartRainbow/ChartRainbow.vue +2 -2
- package/src/components/ChatsContact/ChatsContact.vue +2 -2
- package/src/components/ChatsMessage/ReplyMessage.vue +4 -4
- package/src/components/ChatsNavbar/ChatsNavbar.vue +1 -1
- package/src/components/ChatsUserAvatar/ChatsUserAvatar.vue +3 -3
- package/src/components/Chip/Chip.vue +19 -26
- package/src/components/DataTable/index.vue +2 -2
- package/src/components/DatePicker/DatePicker.vue +4 -4
- package/src/components/Drawer/Drawer.vue +10 -0
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +1 -1
- package/src/components/EmojiPicker/EmojiPicker.vue +1 -1
- package/src/components/Input/TextInput.vue +1 -1
- package/src/components/SelectTime/index.vue +1 -1
- package/src/components/Sidebar/index.vue +1 -1
- package/src/components/Table/Table.vue +1 -1
- package/src/components/TemplatePreview/TemplatePreview.vue +1 -1
- package/src/components/Toast/Toast.vue +4 -4
- package/src/components/ToolTip/ToolTip.vue +1 -1
- package/src/components/Tour/TourMask.vue +1 -1
- package/src/components/ui/dialog/Dialog.vue +35 -3
- package/src/components/ui/dialog/DialogContent.vue +3 -2
- package/src/components/ui/drawer/Drawer.vue +56 -3
- package/src/components/ui/drawer/DrawerContent.vue +2 -1
- package/src/components/ui/popover/PopoverContent.vue +1 -1
- package/src/components/ui/popover/PopoverOption.vue +2 -2
- package/src/components/ui/tooltip/TooltipContent.vue +4 -3
- package/src/composables/useDelayedUnmount.ts +48 -0
- package/src/stories/Dialog.stories.js +18 -0
- package/src/stories/DrawerNext.stories.js +18 -0
- package/src/stories/Icon.stories.js +1 -0
- package/src/stories/IconLoading.stories.js +1 -0
- package/src/types/scheme-colors.d.ts +2 -0