@cuby-ui/core 0.0.393 → 0.0.395

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 (63) hide show
  1. package/components/file-icon/file-icon.component.d.ts +8 -0
  2. package/components/file-icon/file-icon.options.d.ts +12 -0
  3. package/components/file-icon/index.d.ts +1 -0
  4. package/components/index.d.ts +1 -0
  5. package/components/sidebar/sidebar-header/sidebar-header.component.d.ts +1 -1
  6. package/components/sidebar/sidebar-navigation-item/sidebar-navigation-item.component.d.ts +1 -1
  7. package/editor/components/editor-attaches-tool/editor-attaches-tool.component.d.ts +6 -34
  8. package/editor/config/index.d.ts +0 -1
  9. package/editor/index.d.ts +0 -1
  10. package/editor/interfaces/combined-block-adding-event.d.ts +3 -3
  11. package/editor/interfaces/combined-part-block-data.d.ts +2 -2
  12. package/editor/interfaces/full-block-data.d.ts +2 -2
  13. package/editor/interfaces/index.d.ts +1 -1
  14. package/editor/interfaces/main-editor-config.d.ts +2 -5
  15. package/editor/providers/editor-resource-url.provider.d.ts +2 -0
  16. package/editor/providers/editor.provider.d.ts +1 -1
  17. package/editor/providers/index.d.ts +2 -1
  18. package/editor/services/editor.service.d.ts +4 -4
  19. package/editor/services/index.d.ts +0 -2
  20. package/editor/tools/attaches.tool.d.ts +1 -0
  21. package/editor/widgets/editor-readonly/editor-readonly.component.d.ts +1 -1
  22. package/esm2022/components/file-icon/file-icon.component.mjs +21 -0
  23. package/esm2022/components/file-icon/file-icon.options.mjs +119 -0
  24. package/esm2022/components/file-icon/index.mjs +2 -0
  25. package/esm2022/components/index.mjs +2 -1
  26. package/esm2022/editor/components/editor-attaches-tool/editor-attaches-tool.component.mjs +18 -40
  27. package/esm2022/editor/components/editor-image-tool/editor-image-tool.component.mjs +3 -3
  28. package/esm2022/editor/components/editor-video-tool/editor-video-tool.component.mjs +3 -3
  29. package/esm2022/editor/config/index.mjs +1 -2
  30. package/esm2022/editor/editor.component.mjs +5 -4
  31. package/esm2022/editor/index.mjs +1 -2
  32. package/esm2022/editor/interfaces/combined-block-adding-event.mjs +1 -1
  33. package/esm2022/editor/interfaces/combined-part-block-data.mjs +1 -1
  34. package/esm2022/editor/interfaces/full-block-data.mjs +1 -1
  35. package/esm2022/editor/interfaces/index.mjs +1 -1
  36. package/esm2022/editor/interfaces/main-editor-config.mjs +1 -1
  37. package/esm2022/editor/providers/editor-resource-url.provider.mjs +5 -0
  38. package/esm2022/editor/providers/editor.provider.mjs +18 -4
  39. package/esm2022/editor/providers/index.mjs +3 -2
  40. package/esm2022/editor/services/editor.service.mjs +2 -2
  41. package/esm2022/editor/services/index.mjs +1 -3
  42. package/esm2022/editor/tools/attaches.tool.mjs +4 -1
  43. package/fesm2022/cuby-ui-core.mjs +233 -164
  44. package/fesm2022/cuby-ui-core.mjs.map +1 -1
  45. package/fonts/Nunito-ExtraBoldItalic.eot +0 -0
  46. package/fonts/Nunito-ExtraBoldItalic.otf +0 -0
  47. package/fonts/Nunito-ExtraBoldItalic.svg +9508 -0
  48. package/fonts/Nunito-ExtraBoldItalic.ttf +0 -0
  49. package/fonts/Nunito-ExtraBoldItalic.woff +0 -0
  50. package/fonts/Nunito-ExtraBoldItalic.woff2 +0 -0
  51. package/package.json +4 -4
  52. package/styles/fonts.scss +14 -0
  53. package/styles/theme.scss +1 -0
  54. package/styles/variables/fonts.scss +1 -0
  55. package/widgets/categories/components/category-item/category-item.component.d.ts +2 -2
  56. package/widgets/storage-list/components/storage-list-item/storage-list-item.component.d.ts +1 -1
  57. package/widgets/user-action-context-menu/activity-item/activity-item.component.d.ts +1 -1
  58. package/editor/config/editor.provider.d.ts +0 -2
  59. package/editor/services/jtext-api.options.d.ts +0 -20
  60. package/editor/services/jtext-api.service.d.ts +0 -23
  61. package/esm2022/editor/config/editor.provider.mjs +0 -19
  62. package/esm2022/editor/services/jtext-api.options.mjs +0 -2
  63. package/esm2022/editor/services/jtext-api.service.mjs +0 -50
Binary file
Binary file