@semantic-components/ui 0.13.0 → 0.15.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 (80) hide show
  1. package/fesm2022/semantic-components-ui.mjs +8592 -8121
  2. package/fesm2022/semantic-components-ui.mjs.map +1 -1
  3. package/index.d.ts +2 -0
  4. package/lib/components/alert/alert-description.d.ts +3 -3
  5. package/lib/components/alert/alert-title.d.ts +3 -3
  6. package/lib/components/alert/alert.d.ts +4 -4
  7. package/lib/components/alert-dialog/alert-dialog-description.d.ts +5 -5
  8. package/lib/components/alert-dialog/alert-dialog-footer.d.ts +3 -3
  9. package/lib/components/alert-dialog/alert-dialog-header.d.ts +3 -3
  10. package/lib/components/alert-dialog/alert-dialog-title.d.ts +3 -3
  11. package/lib/components/alert-dialog/alert-dialog-trigger.d.ts +8 -0
  12. package/lib/components/alert-dialog/alert-dialog.d.ts +6 -2
  13. package/lib/components/alert-dialog/index.d.ts +1 -1
  14. package/lib/components/calendar/calendar.d.ts +1 -1
  15. package/lib/components/carousel/carousel-container.d.ts +3 -3
  16. package/lib/components/carousel/carousel-item.d.ts +4 -5
  17. package/lib/components/carousel/carousel-items.d.ts +4 -5
  18. package/lib/components/carousel/carousel-next.d.ts +8 -9
  19. package/lib/components/carousel/carousel-previous.d.ts +8 -9
  20. package/lib/components/carousel/carousel.d.ts +11 -12
  21. package/lib/components/checkbox/checkbox.d.ts +27 -20
  22. package/lib/components/checkbox-group/checkbox-group.d.ts +10 -0
  23. package/lib/components/checkbox-group/checkbox-item.d.ts +19 -0
  24. package/lib/components/checkbox-group/index.d.ts +2 -0
  25. package/lib/components/confirmation-dialog/confirmation-dialog-content.d.ts +12 -0
  26. package/lib/components/confirmation-dialog/confirmation-dialog-description.d.ts +7 -0
  27. package/lib/components/confirmation-dialog/confirmation-dialog-footer.d.ts +7 -0
  28. package/lib/components/confirmation-dialog/confirmation-dialog-header.d.ts +7 -0
  29. package/lib/components/confirmation-dialog/confirmation-dialog-title.d.ts +7 -0
  30. package/lib/components/confirmation-dialog/confirmation-dialog.d.ts +8 -0
  31. package/lib/components/confirmation-dialog/index.d.ts +1 -0
  32. package/lib/components/editor/actions/editor-blockquote.d.ts +11 -0
  33. package/lib/components/editor/actions/editor-bold.d.ts +11 -0
  34. package/lib/components/editor/actions/editor-bullet-list.d.ts +12 -0
  35. package/lib/components/editor/actions/editor-code.d.ts +12 -0
  36. package/lib/components/editor/actions/editor-highlight.d.ts +12 -0
  37. package/lib/components/editor/actions/editor-horizontal-rule.d.ts +12 -0
  38. package/lib/components/editor/actions/editor-italic.d.ts +12 -0
  39. package/lib/components/editor/actions/editor-ordered-list.d.ts +12 -0
  40. package/lib/components/editor/actions/editor-paragraph.d.ts +8 -0
  41. package/lib/components/editor/actions/editor-strike.d.ts +12 -0
  42. package/lib/components/editor/actions/editor-underline.d.ts +12 -0
  43. package/lib/components/editor/extensions/extension-image.d.ts +1 -0
  44. package/lib/components/hover-card/hover-card.d.ts +4 -4
  45. package/lib/components/input-otp/input-otp.d.ts +3 -3
  46. package/lib/components/label/label.d.ts +3 -3
  47. package/lib/components/radio-group/radio-group.d.ts +9 -11
  48. package/lib/components/radio-group/radio-item.d.ts +10 -10
  49. package/lib/components/select/option.d.ts +8 -10
  50. package/lib/components/select/select.d.ts +18 -20
  51. package/lib/components/separator/separator.d.ts +4 -4
  52. package/lib/components/table/table-body.d.ts +3 -3
  53. package/lib/components/table/table-caption.d.ts +3 -3
  54. package/lib/components/table/table-cell.d.ts +3 -3
  55. package/lib/components/table/table-container.d.ts +3 -3
  56. package/lib/components/table/table-footer.d.ts +3 -3
  57. package/lib/components/table/table-head.d.ts +3 -3
  58. package/lib/components/table/table-header.d.ts +3 -3
  59. package/lib/components/table/table-row.d.ts +3 -3
  60. package/lib/components/table/table.d.ts +3 -3
  61. package/lib/components/tabs/tabs-header.d.ts +7 -0
  62. package/lib/components/tabs/tabs.d.ts +4 -5
  63. package/lib/components/tel-input/tel-input.component.d.ts +1 -1
  64. package/lib/components/tooltip/tooltip-container.d.ts +6 -2
  65. package/lib/components/tooltip/tooltip.d.ts +5 -4
  66. package/package.json +3 -3
  67. package/lib/components/alert-dialog/alert-dialog-content.d.ts +0 -7
  68. package/lib/components/editor/extensions/extension-blockquote.d.ts +0 -12
  69. package/lib/components/editor/extensions/extension-bold.d.ts +0 -12
  70. package/lib/components/editor/extensions/extension-bullet-list.d.ts +0 -12
  71. package/lib/components/editor/extensions/extension-code.d.ts +0 -12
  72. package/lib/components/editor/extensions/extension-highlight.d.ts +0 -12
  73. package/lib/components/editor/extensions/extension-horizontal-rule.d.ts +0 -12
  74. package/lib/components/editor/extensions/extension-italic.d.ts +0 -12
  75. package/lib/components/editor/extensions/extension-ordered-list.d.ts +0 -12
  76. package/lib/components/editor/extensions/extension-paragraph.d.ts +0 -8
  77. package/lib/components/editor/extensions/extension-strike.d.ts +0 -12
  78. package/lib/components/editor/extensions/extension-underline.d.ts +0 -12
  79. package/lib/components/radio-group/radio-group-state.d.ts +0 -8
  80. package/lib/components/select/select-state.d.ts +0 -7

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.