@weni/unnnic-system 3.25.4 → 3.25.5-alpha.2

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 (67) hide show
  1. package/dist/{es-DhZJ3CJX.mjs → es-DZ_FnVji.mjs} +1 -1
  2. package/dist/{index-Cy43R3kL.mjs → index-Dms_aGcB.mjs} +7817 -7763
  3. package/dist/index.d.ts +162 -0
  4. package/dist/{pt-br-FleRBCmo.mjs → pt-br-CKFqBtpf.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 +18 -17
  9. package/dist/unnnic.umd.js +29 -29
  10. package/package.json +3 -2
  11. package/src/assets/scss/colors-hsl.scss +2 -0
  12. package/src/assets/scss/colors.scss +0 -43
  13. package/src/assets/scss/deprecated/colors.scss +1 -0
  14. package/src/assets/scss/scheme-colors.scss +3 -0
  15. package/src/assets/scss/semantic-colors.scss +48 -0
  16. package/src/assets/scss/semantic-text-utilities.scss +9 -0
  17. package/src/assets/scss/tailwind.scss +1 -1
  18. package/src/assets/scss/theme.scss +98 -0
  19. package/src/assets/scss/unnnic.scss +2 -0
  20. package/src/assets/tokens/colors-primitives.json +155 -0
  21. package/src/assets/tokens/colors-semantic-dark.json +55 -0
  22. package/src/assets/tokens/colors-semantic.json +55 -0
  23. package/src/components/AudioRecorder/AudioTranscriptionButton.vue +3 -1
  24. package/src/components/Button/Button.vue +17 -18
  25. package/src/components/Card/CardCompany.vue +1 -1
  26. package/src/components/CardNumber/CardNumber.vue +1 -1
  27. package/src/components/CardProject/CardProject.vue +4 -4
  28. package/src/components/Carousel/TagCarousel.vue +2 -2
  29. package/src/components/ChartRainbow/ChartRainbow.vue +2 -2
  30. package/src/components/ChatsContact/ChatsContact.vue +32 -2
  31. package/src/components/ChatsContact/__tests__/ChatsContact.spec.js +45 -1
  32. package/src/components/ChatsContact/__tests__/__snapshots__/ChatsContact.spec.js.snap +1 -0
  33. package/src/components/ChatsMessage/ChatsMessage.vue +2 -2
  34. package/src/components/ChatsMessage/ChatsMessageStatusBackdrop.vue +1 -1
  35. package/src/components/ChatsMessage/ReplyMessage.vue +4 -4
  36. package/src/components/ChatsNavbar/ChatsNavbar.vue +1 -1
  37. package/src/components/ChatsUserAvatar/ChatsUserAvatar.vue +3 -3
  38. package/src/components/Chip/Chip.vue +20 -26
  39. package/src/components/DataTable/index.vue +2 -2
  40. package/src/components/DatePicker/DatePicker.vue +4 -4
  41. package/src/components/EmojiPicker/EmojiPicker.vue +40 -4
  42. package/src/components/FormElement/FormElement.vue +1 -1
  43. package/src/components/Input/Input.scss +2 -2
  44. package/src/components/Input/TextInput.vue +1 -1
  45. package/src/components/InputDatePicker/InputDatePicker.vue +12 -1
  46. package/src/components/SelectTime/index.vue +1 -1
  47. package/src/components/Sidebar/index.vue +1 -1
  48. package/src/components/SkeletonLoading/skeletonTheme.vue +2 -4
  49. package/src/components/Table/Table.vue +1 -1
  50. package/src/components/Tag/DefaultTag.vue +9 -11
  51. package/src/components/TemplatePreview/TemplatePreview.vue +1 -1
  52. package/src/components/Toast/Toast.vue +4 -4
  53. package/src/components/ToolTip/ToolTip.vue +1 -1
  54. package/src/components/Tour/TourMask.vue +1 -1
  55. package/src/components/ui/dialog/DialogContent.vue +1 -1
  56. package/src/components/ui/popover/PopoverContent.vue +1 -1
  57. package/src/components/ui/popover/PopoverOption.vue +2 -2
  58. package/src/components/ui/tooltip/TooltipContent.vue +5 -4
  59. package/src/composables/useTheme.ts +67 -0
  60. package/src/index.ts +2 -0
  61. package/src/stories/ChatsContact.stories.js +30 -0
  62. package/src/stories/Colors.stories.js +6 -1
  63. package/src/stories/Icon.stories.js +1 -0
  64. package/src/stories/IconLoading.stories.js +1 -0
  65. package/src/stories/InputDatePicker.stories.js +7 -0
  66. package/src/types/scheme-colors.d.ts +2 -0
  67. package/src/assets/tokens/colors.json +0 -552
@@ -1,4 +1,4 @@
1
- import { h as r } from "./index-Cy43R3kL.mjs";
1
+ import { h as r } from "./index-Dms_aGcB.mjs";
2
2
  //! moment.js locale configuration
3
3
  //! locale : Spanish [es]
4
4
  //! author : Julio Napurí : https://github.com/julionc