@caspeco/casper-ui-library 9.10.0 → 9.11.1
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/dist/components/accordion/accordion-recipe.js +1 -1
- package/dist/components/checkbox/checkbox-recipe.js +1 -1
- package/dist/components/drawer/drawer-recipe.js +1 -1
- package/dist/components/fieldset/fieldset-recipe.js +1 -1
- package/dist/components/form-control/form-control-recipe.js +1 -1
- package/dist/components/menu/menu-recipe.js +1 -1
- package/dist/components/modal/modal-recipe.js +1 -1
- package/dist/components/radio/radio-group-recipe.js +1 -1
- package/dist/components/rich-text-editor/boolean-control.js +1 -1
- package/dist/components/rich-text-editor/rich-text-editor-control.js +1 -1
- package/dist/components/rich-text-editor/rich-text-editor.js +1 -1
- package/dist/components/rich-text-editor/use-rich-text-editor.js +1 -1
- package/dist/components/select/select-recipe.js +1 -1
- package/dist/components/switch/switch-recipe.js +1 -1
- package/dist/components/table/table-header-dropdown.d.ts.map +1 -1
- package/dist/components/table/table-header-dropdown.js +68 -66
- package/dist/components/tabs/tabs-recipe.js +1 -1
- package/dist/components/tag/tag-recipe.js +1 -1
- package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +83 -31
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +411 -226
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/lazy-measurements.js +33 -0
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +29 -28
- package/dist/node_modules/@tiptap/core/dist/index.js +251 -90
- package/dist/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +3 -1
- package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +3 -1
- package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js +3 -1
- package/dist/node_modules/@tiptap/extension-heading/dist/index.js +5 -1
- package/dist/node_modules/@tiptap/extension-link/dist/index.js +36 -8
- package/dist/node_modules/@tiptap/extension-list/dist/index.js +13 -2
- package/dist/node_modules/@tiptap/extensions/dist/index.js +236 -229
- package/dist/{node_modules → packages/casper-ui-library/node_modules}/@tiptap/react/dist/index.js +12 -7
- package/package.json +13 -13
- package/dist/node_modules/@ark-ui/react/dist/components/checkbox/checkbox.anatomy.js +0 -5
- package/dist/node_modules/@ark-ui/react/dist/components/color-picker/color-picker.anatomy.js +0 -5
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox.anatomy.js +0 -5
- package/dist/node_modules/@ark-ui/react/dist/components/date-picker/date-picker.anatomy.js +0 -5
- package/dist/node_modules/@ark-ui/react/dist/components/field/field.anatomy.js +0 -15
- package/dist/node_modules/@ark-ui/react/dist/components/fieldset/fieldset.anatomy.js +0 -6
- package/dist/node_modules/@ark-ui/react/dist/components/listbox/listbox.anatomy.js +0 -2
- package/dist/node_modules/@chakra-ui/react/dist/esm/anatomy.js +0 -186
- package/dist/node_modules/@zag-js/accordion/dist/accordion.anatomy.js +0 -6
- package/dist/node_modules/@zag-js/anatomy/dist/create-anatomy.js +0 -26
- package/dist/node_modules/@zag-js/checkbox/dist/checkbox.anatomy.js +0 -6
- package/dist/node_modules/@zag-js/clipboard/dist/clipboard.anatomy.js +0 -6
- package/dist/node_modules/@zag-js/color-picker/dist/color-picker.anatomy.js +0 -31
- package/dist/node_modules/@zag-js/combobox/dist/combobox.anatomy.js +0 -21
- package/dist/node_modules/@zag-js/date-picker/dist/date-picker.anatomy.js +0 -31
- package/dist/node_modules/@zag-js/dialog/dist/dialog.anatomy.js +0 -14
- package/dist/node_modules/@zag-js/editable/dist/editable.anatomy.js +0 -16
- package/dist/node_modules/@zag-js/file-upload/dist/file-upload.anatomy.js +0 -19
- package/dist/node_modules/@zag-js/listbox/dist/listbox.anatomy.js +0 -17
- package/dist/node_modules/@zag-js/menu/dist/menu.anatomy.js +0 -21
- package/dist/node_modules/@zag-js/popover/dist/popover.anatomy.js +0 -17
- package/dist/node_modules/@zag-js/radio-group/dist/radio-group.anatomy.js +0 -13
- package/dist/node_modules/@zag-js/rating-group/dist/rating-group.anatomy.js +0 -6
- package/dist/node_modules/@zag-js/select/dist/select.anatomy.js +0 -22
- package/dist/node_modules/@zag-js/slider/dist/slider.anatomy.js +0 -17
- package/dist/node_modules/@zag-js/splitter/dist/splitter.anatomy.js +0 -6
- package/dist/node_modules/@zag-js/switch/dist/switch.anatomy.js +0 -6