@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.
- package/fesm2022/semantic-components-ui.mjs +8592 -8121
- package/fesm2022/semantic-components-ui.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/lib/components/alert/alert-description.d.ts +3 -3
- package/lib/components/alert/alert-title.d.ts +3 -3
- package/lib/components/alert/alert.d.ts +4 -4
- package/lib/components/alert-dialog/alert-dialog-description.d.ts +5 -5
- package/lib/components/alert-dialog/alert-dialog-footer.d.ts +3 -3
- package/lib/components/alert-dialog/alert-dialog-header.d.ts +3 -3
- package/lib/components/alert-dialog/alert-dialog-title.d.ts +3 -3
- package/lib/components/alert-dialog/alert-dialog-trigger.d.ts +8 -0
- package/lib/components/alert-dialog/alert-dialog.d.ts +6 -2
- package/lib/components/alert-dialog/index.d.ts +1 -1
- package/lib/components/calendar/calendar.d.ts +1 -1
- package/lib/components/carousel/carousel-container.d.ts +3 -3
- package/lib/components/carousel/carousel-item.d.ts +4 -5
- package/lib/components/carousel/carousel-items.d.ts +4 -5
- package/lib/components/carousel/carousel-next.d.ts +8 -9
- package/lib/components/carousel/carousel-previous.d.ts +8 -9
- package/lib/components/carousel/carousel.d.ts +11 -12
- package/lib/components/checkbox/checkbox.d.ts +27 -20
- package/lib/components/checkbox-group/checkbox-group.d.ts +10 -0
- package/lib/components/checkbox-group/checkbox-item.d.ts +19 -0
- package/lib/components/checkbox-group/index.d.ts +2 -0
- package/lib/components/confirmation-dialog/confirmation-dialog-content.d.ts +12 -0
- package/lib/components/confirmation-dialog/confirmation-dialog-description.d.ts +7 -0
- package/lib/components/confirmation-dialog/confirmation-dialog-footer.d.ts +7 -0
- package/lib/components/confirmation-dialog/confirmation-dialog-header.d.ts +7 -0
- package/lib/components/confirmation-dialog/confirmation-dialog-title.d.ts +7 -0
- package/lib/components/confirmation-dialog/confirmation-dialog.d.ts +8 -0
- package/lib/components/confirmation-dialog/index.d.ts +1 -0
- package/lib/components/editor/actions/editor-blockquote.d.ts +11 -0
- package/lib/components/editor/actions/editor-bold.d.ts +11 -0
- package/lib/components/editor/actions/editor-bullet-list.d.ts +12 -0
- package/lib/components/editor/actions/editor-code.d.ts +12 -0
- package/lib/components/editor/actions/editor-highlight.d.ts +12 -0
- package/lib/components/editor/actions/editor-horizontal-rule.d.ts +12 -0
- package/lib/components/editor/actions/editor-italic.d.ts +12 -0
- package/lib/components/editor/actions/editor-ordered-list.d.ts +12 -0
- package/lib/components/editor/actions/editor-paragraph.d.ts +8 -0
- package/lib/components/editor/actions/editor-strike.d.ts +12 -0
- package/lib/components/editor/actions/editor-underline.d.ts +12 -0
- package/lib/components/editor/extensions/extension-image.d.ts +1 -0
- package/lib/components/hover-card/hover-card.d.ts +4 -4
- package/lib/components/input-otp/input-otp.d.ts +3 -3
- package/lib/components/label/label.d.ts +3 -3
- package/lib/components/radio-group/radio-group.d.ts +9 -11
- package/lib/components/radio-group/radio-item.d.ts +10 -10
- package/lib/components/select/option.d.ts +8 -10
- package/lib/components/select/select.d.ts +18 -20
- package/lib/components/separator/separator.d.ts +4 -4
- package/lib/components/table/table-body.d.ts +3 -3
- package/lib/components/table/table-caption.d.ts +3 -3
- package/lib/components/table/table-cell.d.ts +3 -3
- package/lib/components/table/table-container.d.ts +3 -3
- package/lib/components/table/table-footer.d.ts +3 -3
- package/lib/components/table/table-head.d.ts +3 -3
- package/lib/components/table/table-header.d.ts +3 -3
- package/lib/components/table/table-row.d.ts +3 -3
- package/lib/components/table/table.d.ts +3 -3
- package/lib/components/tabs/tabs-header.d.ts +7 -0
- package/lib/components/tabs/tabs.d.ts +4 -5
- package/lib/components/tel-input/tel-input.component.d.ts +1 -1
- package/lib/components/tooltip/tooltip-container.d.ts +6 -2
- package/lib/components/tooltip/tooltip.d.ts +5 -4
- package/package.json +3 -3
- package/lib/components/alert-dialog/alert-dialog-content.d.ts +0 -7
- package/lib/components/editor/extensions/extension-blockquote.d.ts +0 -12
- package/lib/components/editor/extensions/extension-bold.d.ts +0 -12
- package/lib/components/editor/extensions/extension-bullet-list.d.ts +0 -12
- package/lib/components/editor/extensions/extension-code.d.ts +0 -12
- package/lib/components/editor/extensions/extension-highlight.d.ts +0 -12
- package/lib/components/editor/extensions/extension-horizontal-rule.d.ts +0 -12
- package/lib/components/editor/extensions/extension-italic.d.ts +0 -12
- package/lib/components/editor/extensions/extension-ordered-list.d.ts +0 -12
- package/lib/components/editor/extensions/extension-paragraph.d.ts +0 -8
- package/lib/components/editor/extensions/extension-strike.d.ts +0 -12
- package/lib/components/editor/extensions/extension-underline.d.ts +0 -12
- package/lib/components/radio-group/radio-group-state.d.ts +0 -8
- 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.