@weni/unnnic-system 3.12.8-alpha.0 → 3.13.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.
Files changed (71) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/{es-52edeb71.mjs → es-41fceca9.mjs} +1 -1
  3. package/dist/{index-756fe685.mjs → index-cca96b43.mjs} +26458 -29323
  4. package/dist/index.d.ts +1652 -4902
  5. package/dist/{pt-br-24583c8c.mjs → pt-br-a3088529.mjs} +1 -1
  6. package/dist/style.css +1 -1
  7. package/dist/unnnic.mjs +204 -232
  8. package/dist/unnnic.umd.js +44 -48
  9. package/package.json +2 -3
  10. package/src/assets/scss/scheme-colors.scss +223 -223
  11. package/src/assets/scss/tailwind.scss +0 -8
  12. package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
  13. package/src/components/Checkbox/Checkbox.vue +1 -1
  14. package/src/components/Drawer/Drawer.vue +269 -190
  15. package/src/components/Drawer/__tests__/Drawer.spec.js +46 -37
  16. package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +19 -18
  17. package/src/components/FormElement/FormElement.vue +1 -1
  18. package/src/components/Input/Input.scss +2 -0
  19. package/src/components/ModalDialog/ModalDialog.vue +148 -64
  20. package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +221 -11
  21. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +22 -1
  22. package/src/components/MultiSelect/MultiSelect.vue +297 -0
  23. package/src/components/Radio/Radio.vue +1 -1
  24. package/src/components/Select/index.vue +3 -3
  25. package/src/components/Switch/Switch.vue +1 -1
  26. package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -3
  27. package/src/components/TemplatePreview/TemplatePreview.vue +2 -2
  28. package/src/components/TemplatePreview/TemplatePreviewModal.vue +1 -1
  29. package/src/components/Toast/Toast.vue +9 -16
  30. package/src/components/ToolTip/ToolTip.vue +177 -25
  31. package/src/components/ToolTip/__tests__/ToolTip.spec.js +61 -339
  32. package/src/components/index.ts +2 -58
  33. package/src/components/ui/popover/PopoverContent.vue +4 -5
  34. package/src/components/ui/popover/PopoverTrigger.vue +1 -5
  35. package/src/stories/Drawer.stories.js +1 -1
  36. package/src/stories/ModalDialog.mdx +0 -3
  37. package/src/stories/ModalDialog.stories.js +1 -1
  38. package/src/stories/MultiSelect.stories.js +45 -143
  39. package/src/components/MultiSelect/MultSelectOption.vue +0 -49
  40. package/src/components/MultiSelect/__tests__/MultiSelect.spec.js +0 -557
  41. package/src/components/MultiSelect/__tests__/MultiSelectOption.spec.js +0 -229
  42. package/src/components/MultiSelect/__tests__/__snapshots__/MultiSelect.spec.js.snap +0 -87
  43. package/src/components/MultiSelect/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +0 -51
  44. package/src/components/MultiSelect/index.vue +0 -265
  45. package/src/components/ui/dialog/Dialog.vue +0 -19
  46. package/src/components/ui/dialog/DialogClose.vue +0 -29
  47. package/src/components/ui/dialog/DialogContent.vue +0 -140
  48. package/src/components/ui/dialog/DialogFooter.vue +0 -50
  49. package/src/components/ui/dialog/DialogHeader.vue +0 -83
  50. package/src/components/ui/dialog/DialogTitle.vue +0 -38
  51. package/src/components/ui/dialog/DialogTrigger.vue +0 -16
  52. package/src/components/ui/dialog/index.ts +0 -7
  53. package/src/components/ui/drawer/Drawer.vue +0 -27
  54. package/src/components/ui/drawer/DrawerClose.vue +0 -31
  55. package/src/components/ui/drawer/DrawerContent.vue +0 -111
  56. package/src/components/ui/drawer/DrawerDescription.vue +0 -40
  57. package/src/components/ui/drawer/DrawerFooter.vue +0 -38
  58. package/src/components/ui/drawer/DrawerHeader.vue +0 -57
  59. package/src/components/ui/drawer/DrawerOverlay.vue +0 -33
  60. package/src/components/ui/drawer/DrawerTitle.vue +0 -37
  61. package/src/components/ui/drawer/DrawerTrigger.vue +0 -31
  62. package/src/components/ui/drawer/index.ts +0 -10
  63. package/src/components/ui/tooltip/Tooltip.vue +0 -21
  64. package/src/components/ui/tooltip/TooltipContent.vue +0 -74
  65. package/src/components/ui/tooltip/TooltipTrigger.vue +0 -26
  66. package/src/components/ui/tooltip/index.ts +0 -3
  67. package/src/lib/layer-manager.ts +0 -92
  68. package/src/stories/Dialog.stories.js +0 -832
  69. package/src/stories/DrawerNext.stories.js +0 -611
  70. package/src/stories/LayerManager.docs.mdx +0 -40
  71. package/src/stories/LayerManager.stories.js +0 -364
package/CHANGELOG.md CHANGED
@@ -5,7 +5,34 @@ 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.13.0 (2025-01-12)
9
+
10
+ ### Added
11
+
12
+ - **Select Component**:
13
+ - 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.
14
+
15
+ ### Changed
16
+
17
+ - **Input Family**:
18
+ - 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.
19
+
20
+ # 3.12.8 (2025-12-30)
21
+
22
+ ### Fixed
23
+
24
+ - **Popover Content**:
25
+ - Fixed padding space
26
+ - Fixed scrollbar visual
27
+ - Fixed borders visual
28
+
29
+ ### Added
30
+
31
+ - **Popover Content**:
32
+ - Added width prop to support custom sizes
33
+
8
34
  # 3.12.7 (2025-12-26)
35
+
9
36
  ### Fixed
10
37
 
11
38
  - **RadioGroup exports**:
@@ -1,4 +1,4 @@
1
- import { h as n } from "./index-756fe685.mjs";
1
+ import { h as n } from "./index-cca96b43.mjs";
2
2
  import "vue";
3
3
  //! moment.js locale configuration
4
4
  //! locale : Spanish [es]