@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.
Files changed (56) hide show
  1. package/dist/{es-xRAbzNgn.mjs → es-DoVYyeyX.mjs} +1 -1
  2. package/dist/{index-ljq98LwZ.mjs → index-CQwdZrf6.mjs} +5008 -4974
  3. package/dist/index.d.ts +179 -31
  4. package/dist/{pt-br-Bau4F41w.mjs → pt-br-CfNAqcnl.mjs} +1 -1
  5. package/dist/style.css +1 -1
  6. package/dist/tokens/colors.d.ts +2 -0
  7. package/dist/tokens/colors.mjs +2 -0
  8. package/dist/unnnic.mjs +1 -1
  9. package/dist/unnnic.umd.js +29 -29
  10. package/package.json +1 -1
  11. package/src/assets/scss/colors-hsl.scss +2 -0
  12. package/src/assets/scss/scheme-colors.scss +2 -0
  13. package/src/assets/scss/semantic-colors.scss +2 -0
  14. package/src/assets/scss/semantic-text-utilities.scss +8 -0
  15. package/src/assets/scss/tailwind.scss +1 -1
  16. package/src/assets/scss/theme.scss +5 -1
  17. package/src/assets/tokens/colors-semantic-dark.json +4 -2
  18. package/src/assets/tokens/colors-semantic.json +3 -1
  19. package/src/components/AudioRecorder/AudioTranscriptionButton.vue +3 -1
  20. package/src/components/Button/Button.vue +5 -5
  21. package/src/components/Card/CardCompany.vue +1 -1
  22. package/src/components/CardNumber/CardNumber.vue +1 -1
  23. package/src/components/CardProject/CardProject.vue +4 -4
  24. package/src/components/Carousel/TagCarousel.vue +2 -2
  25. package/src/components/ChartRainbow/ChartRainbow.vue +2 -2
  26. package/src/components/ChatsContact/ChatsContact.vue +2 -2
  27. package/src/components/ChatsMessage/ReplyMessage.vue +4 -4
  28. package/src/components/ChatsNavbar/ChatsNavbar.vue +1 -1
  29. package/src/components/ChatsUserAvatar/ChatsUserAvatar.vue +3 -3
  30. package/src/components/Chip/Chip.vue +19 -26
  31. package/src/components/DataTable/index.vue +2 -2
  32. package/src/components/DatePicker/DatePicker.vue +4 -4
  33. package/src/components/Drawer/Drawer.vue +10 -0
  34. package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +1 -1
  35. package/src/components/EmojiPicker/EmojiPicker.vue +1 -1
  36. package/src/components/Input/TextInput.vue +1 -1
  37. package/src/components/SelectTime/index.vue +1 -1
  38. package/src/components/Sidebar/index.vue +1 -1
  39. package/src/components/Table/Table.vue +1 -1
  40. package/src/components/TemplatePreview/TemplatePreview.vue +1 -1
  41. package/src/components/Toast/Toast.vue +4 -4
  42. package/src/components/ToolTip/ToolTip.vue +1 -1
  43. package/src/components/Tour/TourMask.vue +1 -1
  44. package/src/components/ui/dialog/Dialog.vue +35 -3
  45. package/src/components/ui/dialog/DialogContent.vue +3 -2
  46. package/src/components/ui/drawer/Drawer.vue +56 -3
  47. package/src/components/ui/drawer/DrawerContent.vue +2 -1
  48. package/src/components/ui/popover/PopoverContent.vue +1 -1
  49. package/src/components/ui/popover/PopoverOption.vue +2 -2
  50. package/src/components/ui/tooltip/TooltipContent.vue +4 -3
  51. package/src/composables/useDelayedUnmount.ts +48 -0
  52. package/src/stories/Dialog.stories.js +18 -0
  53. package/src/stories/DrawerNext.stories.js +18 -0
  54. package/src/stories/Icon.stories.js +1 -0
  55. package/src/stories/IconLoading.stories.js +1 -0
  56. package/src/types/scheme-colors.d.ts +2 -0
@@ -1,4 +1,4 @@
1
- import { h as r } from "./index-ljq98LwZ.mjs";
1
+ import { h as r } from "./index-CQwdZrf6.mjs";
2
2
  //! moment.js locale configuration
3
3
  //! locale : Spanish [es]
4
4
  //! author : Julio Napurí : https://github.com/julionc