@toptal/picasso 19.2.0 → 19.3.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/Icon/Bold16.d.ts +10 -0
- package/Icon/Bold16.js +23 -0
- package/Icon/Bold16.js.map +1 -0
- package/Icon/Italic16.d.ts +10 -0
- package/Icon/Italic16.js +23 -0
- package/Icon/Italic16.js.map +1 -0
- package/Icon/ListOrdered16.d.ts +10 -0
- package/Icon/ListOrdered16.js +23 -0
- package/Icon/ListOrdered16.js.map +1 -0
- package/Icon/ListUnordered16.d.ts +10 -0
- package/Icon/ListUnordered16.js +23 -0
- package/Icon/ListUnordered16.js.map +1 -0
- package/Icon/index.d.ts +4 -0
- package/Icon/index.js +4 -0
- package/Icon/index.js.map +1 -1
- package/ListItem/styles.d.ts +1 -1
- package/QuillEditor/QuillEditor.d.ts +32 -0
- package/QuillEditor/QuillEditor.js +42 -0
- package/QuillEditor/QuillEditor.js.map +1 -0
- package/QuillEditor/constants.d.ts +1 -0
- package/QuillEditor/constants.js +2 -0
- package/QuillEditor/constants.js.map +1 -0
- package/QuillEditor/formats/bold.d.ts +8 -0
- package/QuillEditor/formats/bold.js +18 -0
- package/QuillEditor/formats/bold.js.map +1 -0
- package/QuillEditor/formats/header.d.ts +8 -0
- package/QuillEditor/formats/header.js +20 -0
- package/QuillEditor/formats/header.js.map +1 -0
- package/QuillEditor/formats/index.d.ts +3 -0
- package/QuillEditor/formats/index.js +4 -0
- package/QuillEditor/formats/index.js.map +1 -0
- package/QuillEditor/formats/use-typography-classes.d.ts +2 -0
- package/QuillEditor/formats/use-typography-classes.js +7 -0
- package/QuillEditor/formats/use-typography-classes.js.map +1 -0
- package/QuillEditor/hooks/index.d.ts +6 -0
- package/QuillEditor/hooks/index.js +7 -0
- package/QuillEditor/hooks/index.js.map +1 -0
- package/QuillEditor/hooks/useDefaultValue/index.d.ts +1 -0
- package/QuillEditor/hooks/useDefaultValue/index.js +2 -0
- package/QuillEditor/hooks/useDefaultValue/index.js.map +1 -0
- package/QuillEditor/hooks/useDefaultValue/useDefaultValue.d.ts +7 -0
- package/QuillEditor/hooks/useDefaultValue/useDefaultValue.js +15 -0
- package/QuillEditor/hooks/useDefaultValue/useDefaultValue.js.map +1 -0
- package/QuillEditor/hooks/useDisabledEditor/index.d.ts +1 -0
- package/QuillEditor/hooks/useDisabledEditor/index.js +2 -0
- package/QuillEditor/hooks/useDisabledEditor/index.js.map +1 -0
- package/QuillEditor/hooks/useDisabledEditor/useDisabledEditor.d.ts +6 -0
- package/QuillEditor/hooks/useDisabledEditor/useDisabledEditor.js +11 -0
- package/QuillEditor/hooks/useDisabledEditor/useDisabledEditor.js.map +1 -0
- package/QuillEditor/hooks/useFocus/index.d.ts +1 -0
- package/QuillEditor/hooks/useFocus/index.js +2 -0
- package/QuillEditor/hooks/useFocus/index.js.map +1 -0
- package/QuillEditor/hooks/useFocus/useFocus.d.ts +6 -0
- package/QuillEditor/hooks/useFocus/useFocus.js +13 -0
- package/QuillEditor/hooks/useFocus/useFocus.js.map +1 -0
- package/QuillEditor/hooks/useKeyBindings/index.d.ts +1 -0
- package/QuillEditor/hooks/useKeyBindings/index.js +2 -0
- package/QuillEditor/hooks/useKeyBindings/index.js.map +1 -0
- package/QuillEditor/hooks/useKeyBindings/useKeyBindings.d.ts +7 -0
- package/QuillEditor/hooks/useKeyBindings/useKeyBindings.js +32 -0
- package/QuillEditor/hooks/useKeyBindings/useKeyBindings.js.map +1 -0
- package/QuillEditor/hooks/useQuillInstance/index.d.ts +1 -0
- package/QuillEditor/hooks/useQuillInstance/index.js +2 -0
- package/QuillEditor/hooks/useQuillInstance/index.js.map +1 -0
- package/QuillEditor/hooks/useQuillInstance/useQuillInstance.d.ts +9 -0
- package/QuillEditor/hooks/useQuillInstance/useQuillInstance.js +68 -0
- package/QuillEditor/hooks/useQuillInstance/useQuillInstance.js.map +1 -0
- package/QuillEditor/hooks/useSubscribeToQuillEvents/index.d.ts +1 -0
- package/QuillEditor/hooks/useSubscribeToQuillEvents/index.js +2 -0
- package/QuillEditor/hooks/useSubscribeToQuillEvents/index.js.map +1 -0
- package/QuillEditor/hooks/useSubscribeToQuillEvents/useSubscribeToQuillEvents.d.ts +10 -0
- package/QuillEditor/hooks/useSubscribeToQuillEvents/useSubscribeToQuillEvents.js +64 -0
- package/QuillEditor/hooks/useSubscribeToQuillEvents/useSubscribeToQuillEvents.js.map +1 -0
- package/QuillEditor/hooks/useSubscribeToTextEditorEvents/index.d.ts +1 -0
- package/QuillEditor/hooks/useSubscribeToTextEditorEvents/index.js +2 -0
- package/QuillEditor/hooks/useSubscribeToTextEditorEvents/index.js.map +1 -0
- package/QuillEditor/hooks/useSubscribeToTextEditorEvents/useSubscribeToTextEditorEvents.d.ts +6 -0
- package/QuillEditor/hooks/useSubscribeToTextEditorEvents/useSubscribeToTextEditorEvents.js +23 -0
- package/QuillEditor/hooks/useSubscribeToTextEditorEvents/useSubscribeToTextEditorEvents.js.map +1 -0
- package/QuillEditor/index.d.ts +4 -0
- package/QuillEditor/index.js +4 -0
- package/QuillEditor/index.js.map +1 -0
- package/QuillEditor/styles.d.ts +3 -0
- package/QuillEditor/styles.js +100 -0
- package/QuillEditor/styles.js.map +1 -0
- package/QuillEditor/types.d.ts +27 -0
- package/QuillEditor/types.js +2 -0
- package/QuillEditor/types.js.map +1 -0
- package/QuillEditor/utils/getCleanupOnAllContentRemovalHandler/getCleanupOnAllContentRemovalHandler.d.ts +3 -0
- package/QuillEditor/utils/getCleanupOnAllContentRemovalHandler/getCleanupOnAllContentRemovalHandler.js +22 -0
- package/QuillEditor/utils/getCleanupOnAllContentRemovalHandler/getCleanupOnAllContentRemovalHandler.js.map +1 -0
- package/QuillEditor/utils/getCleanupOnAllContentRemovalHandler/index.d.ts +1 -0
- package/QuillEditor/utils/getCleanupOnAllContentRemovalHandler/index.js +2 -0
- package/QuillEditor/utils/getCleanupOnAllContentRemovalHandler/index.js.map +1 -0
- package/QuillEditor/utils/getEditorChangeHandler/getEditorChangeHandler.d.ts +7 -0
- package/QuillEditor/utils/getEditorChangeHandler/getEditorChangeHandler.js +41 -0
- package/QuillEditor/utils/getEditorChangeHandler/getEditorChangeHandler.js.map +1 -0
- package/QuillEditor/utils/getEditorChangeHandler/index.d.ts +1 -0
- package/QuillEditor/utils/getEditorChangeHandler/index.js +2 -0
- package/QuillEditor/utils/getEditorChangeHandler/index.js.map +1 -0
- package/QuillEditor/utils/getFormatChangeHandler/getFormatChangeHandler.d.ts +3 -0
- package/QuillEditor/utils/getFormatChangeHandler/getFormatChangeHandler.js +13 -0
- package/QuillEditor/utils/getFormatChangeHandler/getFormatChangeHandler.js.map +1 -0
- package/QuillEditor/utils/getFormatChangeHandler/index.d.ts +2 -0
- package/QuillEditor/utils/getFormatChangeHandler/index.js +3 -0
- package/QuillEditor/utils/getFormatChangeHandler/index.js.map +1 -0
- package/QuillEditor/utils/getSelectionChangeHandler/getSelectionChangeHandler.d.ts +4 -0
- package/QuillEditor/utils/getSelectionChangeHandler/getSelectionChangeHandler.js +19 -0
- package/QuillEditor/utils/getSelectionChangeHandler/getSelectionChangeHandler.js.map +1 -0
- package/QuillEditor/utils/getSelectionChangeHandler/index.d.ts +1 -0
- package/QuillEditor/utils/getSelectionChangeHandler/index.js +2 -0
- package/QuillEditor/utils/getSelectionChangeHandler/index.js.map +1 -0
- package/QuillEditor/utils/getTextChangeHandler/getTextChangeHandler.d.ts +3 -0
- package/QuillEditor/utils/getTextChangeHandler/getTextChangeHandler.js +22 -0
- package/QuillEditor/utils/getTextChangeHandler/getTextChangeHandler.js.map +1 -0
- package/QuillEditor/utils/getTextChangeHandler/index.d.ts +1 -0
- package/QuillEditor/utils/getTextChangeHandler/index.js +2 -0
- package/QuillEditor/utils/getTextChangeHandler/index.js.map +1 -0
- package/QuillEditor/utils/getTextLengthChangeHandler/getTextLengthChangeHandler.d.ts +4 -0
- package/QuillEditor/utils/getTextLengthChangeHandler/getTextLengthChangeHandler.js +9 -0
- package/QuillEditor/utils/getTextLengthChangeHandler/getTextLengthChangeHandler.js.map +1 -0
- package/QuillEditor/utils/getTextLengthChangeHandler/index.d.ts +1 -0
- package/QuillEditor/utils/getTextLengthChangeHandler/index.js +2 -0
- package/QuillEditor/utils/getTextLengthChangeHandler/index.js.map +1 -0
- package/QuillEditor/utils/remove-classes/index.d.ts +1 -0
- package/QuillEditor/utils/remove-classes/index.js +2 -0
- package/QuillEditor/utils/remove-classes/index.js.map +1 -0
- package/QuillEditor/utils/remove-classes/remove-classes.d.ts +2 -0
- package/QuillEditor/utils/remove-classes/remove-classes.js +3 -0
- package/QuillEditor/utils/remove-classes/remove-classes.js.map +1 -0
- package/QuillEditor/utils/remove-cursor-span/index.d.ts +1 -0
- package/QuillEditor/utils/remove-cursor-span/index.js +2 -0
- package/QuillEditor/utils/remove-cursor-span/index.js.map +1 -0
- package/QuillEditor/utils/remove-cursor-span/remove-cursor-span.d.ts +2 -0
- package/QuillEditor/utils/remove-cursor-span/remove-cursor-span.js +5 -0
- package/QuillEditor/utils/remove-cursor-span/remove-cursor-span.js.map +1 -0
- package/RichTextEditor/RichTextEditor.d.ts +63 -0
- package/RichTextEditor/RichTextEditor.js +77 -0
- package/RichTextEditor/RichTextEditor.js.map +1 -0
- package/RichTextEditor/hooks/index.d.ts +6 -0
- package/RichTextEditor/hooks/index.js +7 -0
- package/RichTextEditor/hooks/index.js.map +1 -0
- package/RichTextEditor/hooks/useCounter/index.d.ts +1 -0
- package/RichTextEditor/hooks/useCounter/index.js +2 -0
- package/RichTextEditor/hooks/useCounter/index.js.map +1 -0
- package/RichTextEditor/hooks/useCounter/useCounter.d.ts +14 -0
- package/RichTextEditor/hooks/useCounter/useCounter.js +68 -0
- package/RichTextEditor/hooks/useCounter/useCounter.js.map +1 -0
- package/RichTextEditor/hooks/useOnFocus/index.d.ts +1 -0
- package/RichTextEditor/hooks/useOnFocus/index.js +2 -0
- package/RichTextEditor/hooks/useOnFocus/index.js.map +1 -0
- package/RichTextEditor/hooks/useOnFocus/useOnFocus.d.ts +16 -0
- package/RichTextEditor/hooks/useOnFocus/useOnFocus.js +44 -0
- package/RichTextEditor/hooks/useOnFocus/useOnFocus.js.map +1 -0
- package/RichTextEditor/hooks/useOnSelectionChange/index.d.ts +1 -0
- package/RichTextEditor/hooks/useOnSelectionChange/index.js +2 -0
- package/RichTextEditor/hooks/useOnSelectionChange/index.js.map +1 -0
- package/RichTextEditor/hooks/useOnSelectionChange/useOnSelectionChange.d.ts +10 -0
- package/RichTextEditor/hooks/useOnSelectionChange/useOnSelectionChange.js +15 -0
- package/RichTextEditor/hooks/useOnSelectionChange/useOnSelectionChange.js.map +1 -0
- package/RichTextEditor/hooks/useOnTextFormat/index.d.ts +1 -0
- package/RichTextEditor/hooks/useOnTextFormat/index.js +2 -0
- package/RichTextEditor/hooks/useOnTextFormat/index.js.map +1 -0
- package/RichTextEditor/hooks/useOnTextFormat/useOnTextFormat.d.ts +10 -0
- package/RichTextEditor/hooks/useOnTextFormat/useOnTextFormat.js +30 -0
- package/RichTextEditor/hooks/useOnTextFormat/useOnTextFormat.js.map +1 -0
- package/RichTextEditor/hooks/useTextEditorState/index.d.ts +1 -0
- package/RichTextEditor/hooks/useTextEditorState/index.js +2 -0
- package/RichTextEditor/hooks/useTextEditorState/index.js.map +1 -0
- package/RichTextEditor/hooks/useTextEditorState/useTextEditorState.d.ts +7 -0
- package/RichTextEditor/hooks/useTextEditorState/useTextEditorState.js +8 -0
- package/RichTextEditor/hooks/useTextEditorState/useTextEditorState.js.map +1 -0
- package/RichTextEditor/hooks/useToolbarHandlers/index.d.ts +1 -0
- package/RichTextEditor/hooks/useToolbarHandlers/index.js +2 -0
- package/RichTextEditor/hooks/useToolbarHandlers/index.js.map +1 -0
- package/RichTextEditor/hooks/useToolbarHandlers/useToolbarHandlers.d.ts +16 -0
- package/RichTextEditor/hooks/useToolbarHandlers/useToolbarHandlers.js +61 -0
- package/RichTextEditor/hooks/useToolbarHandlers/useToolbarHandlers.js.map +1 -0
- package/RichTextEditor/index.d.ts +7 -0
- package/RichTextEditor/index.js +3 -0
- package/RichTextEditor/index.js.map +1 -0
- package/RichTextEditor/store/index.d.ts +9 -0
- package/RichTextEditor/store/index.js +11 -0
- package/RichTextEditor/store/index.js.map +1 -0
- package/RichTextEditor/store/toolbar/actionTypes.d.ts +9 -0
- package/RichTextEditor/store/toolbar/actionTypes.js +10 -0
- package/RichTextEditor/store/toolbar/actionTypes.js.map +1 -0
- package/RichTextEditor/store/toolbar/actions.d.ts +11 -0
- package/RichTextEditor/store/toolbar/actions.js +17 -0
- package/RichTextEditor/store/toolbar/actions.js.map +1 -0
- package/RichTextEditor/store/toolbar/index.d.ts +6 -0
- package/RichTextEditor/store/toolbar/index.js +7 -0
- package/RichTextEditor/store/toolbar/index.js.map +1 -0
- package/RichTextEditor/store/toolbar/initialState.d.ts +3 -0
- package/RichTextEditor/store/toolbar/initialState.js +11 -0
- package/RichTextEditor/store/toolbar/initialState.js.map +1 -0
- package/RichTextEditor/store/toolbar/reducer.d.ts +3 -0
- package/RichTextEditor/store/toolbar/reducer.js +22 -0
- package/RichTextEditor/store/toolbar/reducer.js.map +1 -0
- package/RichTextEditor/store/toolbar/types.d.ts +40 -0
- package/RichTextEditor/store/toolbar/types.js +2 -0
- package/RichTextEditor/store/toolbar/types.js.map +1 -0
- package/RichTextEditor/store/types.d.ts +5 -0
- package/RichTextEditor/store/types.js +2 -0
- package/RichTextEditor/store/types.js.map +1 -0
- package/RichTextEditor/styles.d.ts +3 -0
- package/RichTextEditor/styles.js +23 -0
- package/RichTextEditor/styles.js.map +1 -0
- package/RichTextEditor/types.d.ts +2 -0
- package/RichTextEditor/types.js +2 -0
- package/RichTextEditor/types.js.map +1 -0
- package/RichTextEditor/utils/convertFormat.d.ts +8 -0
- package/RichTextEditor/utils/convertFormat.js +19 -0
- package/RichTextEditor/utils/convertFormat.js.map +1 -0
- package/RichTextEditorButton/RichTextEditorButton.d.ts +18 -0
- package/RichTextEditorButton/RichTextEditorButton.js +38 -0
- package/RichTextEditorButton/RichTextEditorButton.js.map +1 -0
- package/RichTextEditorButton/index.d.ts +1 -0
- package/RichTextEditorButton/index.js +2 -0
- package/RichTextEditorButton/index.js.map +1 -0
- package/RichTextEditorButton/styles.d.ts +3 -0
- package/RichTextEditorButton/styles.js +16 -0
- package/RichTextEditorButton/styles.js.map +1 -0
- package/RichTextEditorCounter/RichTextEditorCounter.d.ts +10 -0
- package/RichTextEditorCounter/RichTextEditorCounter.js +17 -0
- package/RichTextEditorCounter/RichTextEditorCounter.js.map +1 -0
- package/RichTextEditorCounter/index.d.ts +1 -0
- package/RichTextEditorCounter/index.js +2 -0
- package/RichTextEditorCounter/index.js.map +1 -0
- package/RichTextEditorCounter/styles.d.ts +3 -0
- package/RichTextEditorCounter/styles.js +27 -0
- package/RichTextEditorCounter/styles.js.map +1 -0
- package/RichTextEditorToolbar/RichTextEditorToolbar.d.ts +22 -0
- package/RichTextEditorToolbar/RichTextEditorToolbar.js +44 -0
- package/RichTextEditorToolbar/RichTextEditorToolbar.js.map +1 -0
- package/RichTextEditorToolbar/index.d.ts +2 -0
- package/RichTextEditorToolbar/index.js +3 -0
- package/RichTextEditorToolbar/index.js.map +1 -0
- package/RichTextEditorToolbar/styles.d.ts +5 -0
- package/RichTextEditorToolbar/styles.js +27 -0
- package/RichTextEditorToolbar/styles.js.map +1 -0
- package/RichTextEditorToolbar/types.d.ts +6 -0
- package/RichTextEditorToolbar/types.js +2 -0
- package/RichTextEditorToolbar/types.js.map +1 -0
- package/Typography/Typography.js +11 -13
- package/Typography/Typography.js.map +1 -1
- package/Typography/styles.d.ts +1 -1
- package/Typography/styles.js +121 -114
- package/Typography/styles.js.map +1 -1
- package/Typography/utils/get-typography-class-name/get-typography-class-name.d.ts +3 -0
- package/Typography/utils/get-typography-class-name/get-typography-class-name.js +15 -0
- package/Typography/utils/get-typography-class-name/get-typography-class-name.js.map +1 -0
- package/Typography/utils/get-typography-class-name/index.d.ts +1 -0
- package/Typography/utils/get-typography-class-name/index.js +2 -0
- package/Typography/utils/get-typography-class-name/index.js.map +1 -0
- package/index.d.ts +2 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +6 -1
- package/Typography/utils/index.d.ts +0 -1
- package/Typography/utils/index.js +0 -2
- package/Typography/utils/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/picasso",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.3.0",
|
|
4
4
|
"description": "Toptal UI components library",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -43,7 +43,11 @@
|
|
|
43
43
|
"detect-browser": "^5.2.0",
|
|
44
44
|
"hast-util-from-dom": "^3.0.0",
|
|
45
45
|
"hast-to-hyperscript": "^9.0.1",
|
|
46
|
+
"hast-util-to-html": "^7.1.3",
|
|
46
47
|
"hast-util-sanitize": "^3.0.2",
|
|
48
|
+
"quill": "^1.3.7",
|
|
49
|
+
"quill-delta": "^4.2.0",
|
|
50
|
+
"quill-paste-smart": "^1.4.9",
|
|
47
51
|
"react-content-loader": "^5.1.0",
|
|
48
52
|
"react-dropzone": "^11.4.0",
|
|
49
53
|
"react-input-mask": "^3.0.0-alpha.2",
|
|
@@ -60,6 +64,7 @@
|
|
|
60
64
|
"@types/classnames": "^2.3.1",
|
|
61
65
|
"@types/d3": "^6.3.0",
|
|
62
66
|
"@types/detect-browser": "^4.0.0",
|
|
67
|
+
"@types/quill": "^2.0.9",
|
|
63
68
|
"@types/react-helmet": "^5.0.15",
|
|
64
69
|
"@types/react-input-mask": "^3.0.0",
|
|
65
70
|
"@types/react-router-dom": "^5.1.3",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as toMuiVariant } from './to-mui-variant';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/Typography/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAA"}
|