@promptbook/components 0.103.0-21 → 0.103.0-23
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/README.md +0 -1
- package/esm/index.es.js +269 -34
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/components.index.d.ts +6 -4
- package/esm/typings/src/_packages/types.index.d.ts +2 -0
- package/esm/typings/src/book-components/BookEditor/BookEditor.d.ts +18 -1
- package/esm/typings/src/book-components/BookEditor/BookEditorActionbar.d.ts +3 -0
- package/esm/typings/src/book-components/Chat/MarkdownContent/MarkdownContent.d.ts +7 -4
- package/esm/typings/src/book-components/Qr/BrandedQrCode.d.ts +18 -0
- package/esm/typings/src/book-components/Qr/GenericQrCode.d.ts +10 -0
- package/esm/typings/src/book-components/Qr/PromptbookQrCode.d.ts +18 -0
- package/esm/typings/src/book-components/Qr/useQrCode.d.ts +15 -0
- package/esm/typings/src/book-components/icons/CloseIcon.d.ts +4 -8
- package/esm/typings/src/book-components/icons/ExitFullscreenIcon.d.ts +7 -0
- package/esm/typings/src/book-components/icons/FullscreenIcon.d.ts +7 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +5 -4
- package/umd/index.umd.js +275 -39
- package/umd/index.umd.js.map +1 -1
- package/esm/typings/src/book-components/BookEditor/config.d.ts +0 -11
package/README.md
CHANGED
|
@@ -171,7 +171,6 @@ The component comes with built-in styles. You can pass your own `className` and
|
|
|
171
171
|
|
|
172
172
|
- `BookEditor` - Main book editor component with syntax highlighting
|
|
173
173
|
- `BookEditorProps` - Props interface for BookEditor (type)
|
|
174
|
-
- `DEFAULT_BOOK_FONT_CLASS` - Default font class for book editor
|
|
175
174
|
|
|
176
175
|
### Chat Components
|
|
177
176
|
|