Commit 2170819
committed
chore: telemetry fixes
1 parent 5dba4d1 commit 2170819
3 files changed
Lines changed: 13 additions & 2 deletions
- .postcssrc.js+1-1
- package.json+8-1
- src/components/Combobox/Combobox.vue+93-93
- src/components/Dialog.vue+2-1
- src/components/ErrorMessage.vue+14-14
- src/components/FormControl.vue+8-4
- src/components/FormLabel.vue+33
- src/components/Progress.vue+1-1
- src/components/Provider/FrappeUIProvider.vue+9
- src/components/TextEditor/EditLink.vue+8-21
- src/components/TextEditor/ImageNodeView.vue-125
- src/components/TextEditor/InsertImage.vue+2-1
- src/components/TextEditor/InsertLink.vue+8-66
- src/components/TextEditor/TextEditor.vue+2-3
- src/components/TextEditor/TextEditorBubbleMenu.vue+6-1
- src/components/TextEditor/extensions/image/ImageNodeView.vue+263
- src/components/TextEditor/extensions/image/image-extension.ts+53-26
- src/components/TextEditor/extensions/image/index.ts+5
- src/components/TextEditor/link-extension.ts+235-78
- src/components/TextEditor/linkPasteHandler.ts+51
- src/components/TextEditor/slash-commands-extension.ts-21
- src/components/Toast.vue-81
- src/components/Toast/Toast.vue+145
- src/components/Toast/ToastProvider.vue+14
- src/components/Toast/index.ts+181
- src/components/Toast/types.ts+15
- src/components/toast.js-98
- src/icons/CircleCheck.vue+9
- src/index.ts+5-3
- src/tailwind/colorPalette.js+3-7
- src/tailwind/figma-variables-to-colors.js+3-3
- src/tailwind/plugin.js+14-6
- src/tailwind/preset.js+6-7
- src/tailwind/update-tailwind-classes.js+3-3
- src/utils/file-to-base64.js-9
- src/utils/file-to-base64.ts+13
- src/utils/tailwind.config.js+2-2
- src/utils/url-validation.ts+39
- tailwind.config.js+4-3
- vite/buildConfig.js+3-5
- vite/doctypeInterfaceGenerator.js+3-5
- vite/frappeProxy.js+2-4
- vite/frappeTypes.js+8-5
- vite/generateTypes.js+6-4
- vite/index.js+6-6
- vite/jinjaBootData.js+1-3
- vite/lucideIcons.js+8-10
- vite/utils.js+5-11
- yarn.lock+26
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
47 | 56 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments