@dialpad/dialtone-vue 3.172.0 → 3.173.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.
Files changed (41) hide show
  1. package/dist/component-documentation.json +1 -1
  2. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +2 -0
  3. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -1
  4. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +3 -1
  5. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -1
  6. package/dist/components/pagination/pagination.vue.cjs +7 -8
  7. package/dist/components/pagination/pagination.vue.cjs.map +1 -1
  8. package/dist/components/pagination/pagination.vue.js +8 -9
  9. package/dist/components/pagination/pagination.vue.js.map +1 -1
  10. package/dist/components/rich_text_editor/extensions/div/div.cjs +14 -0
  11. package/dist/components/rich_text_editor/extensions/div/div.cjs.map +1 -0
  12. package/dist/components/rich_text_editor/extensions/div/div.js +14 -0
  13. package/dist/components/rich_text_editor/extensions/div/div.js.map +1 -0
  14. package/dist/components/rich_text_editor/extensions/div/index.cjs +5 -0
  15. package/dist/components/rich_text_editor/extensions/div/index.cjs.map +1 -0
  16. package/dist/components/rich_text_editor/extensions/div/index.js +5 -0
  17. package/dist/components/rich_text_editor/extensions/div/index.js.map +1 -0
  18. package/dist/components/rich_text_editor/rich_text_editor.vue.cjs +10 -1
  19. package/dist/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
  20. package/dist/components/rich_text_editor/rich_text_editor.vue.js +10 -1
  21. package/dist/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
  22. package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs +22 -22
  23. package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs.map +1 -1
  24. package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js +22 -22
  25. package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js.map +1 -1
  26. package/dist/recipes/conversation_view/editor/editor.vue.cjs +9 -1
  27. package/dist/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
  28. package/dist/recipes/conversation_view/editor/editor.vue.js +9 -1
  29. package/dist/recipes/conversation_view/editor/editor.vue.js.map +1 -1
  30. package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -1
  31. package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -1
  32. package/dist/types/components/rich_text_editor/extensions/div/div.d.ts +2 -0
  33. package/dist/types/components/rich_text_editor/extensions/div/div.d.ts.map +1 -0
  34. package/dist/types/components/rich_text_editor/extensions/div/index.d.ts +3 -0
  35. package/dist/types/components/rich_text_editor/extensions/div/index.d.ts.map +1 -0
  36. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +9 -0
  37. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  38. package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
  39. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts +9 -0
  40. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  41. package/package.json +5 -5
@@ -1 +1 @@
1
- {"version":3,"file":"emoji_text_wrapper.vue.d.ts","sourceRoot":"","sources":["../../../../components/emoji_text_wrapper/emoji_text_wrapper.vue"],"names":[],"mappings":";;;;;;;;;;;;;yDA4KiB,MAAM,QAAM,MAAM,CAAC;8BAyBnB,SAAO;;mCAmBP,MAAM,QAAM,MAAM,CAAC,GAAC,MAAM"}
1
+ {"version":3,"file":"emoji_text_wrapper.vue.d.ts","sourceRoot":"","sources":["../../../../components/emoji_text_wrapper/emoji_text_wrapper.vue"],"names":[],"mappings":";;;;;;;;;;;;;yDAiLiB,MAAM,QAAM,MAAM,CAAC;8BAyBnB,SAAO;;mCAoBP,MAAM,QAAM,MAAM,CAAC,GAAC,MAAM"}
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.vue.d.ts","sourceRoot":"","sources":["../../../../components/pagination/pagination.vue"],"names":[],"mappings":"AAmEA;"}
1
+ {"version":3,"file":"pagination.vue.d.ts","sourceRoot":"","sources":["../../../../components/pagination/pagination.vue"],"names":[],"mappings":"AAiEA;"}
@@ -0,0 +1,2 @@
1
+ export const DivParagraph: import('@tiptap/core').Node<import('@tiptap/extension-paragraph').ParagraphOptions, any>;
2
+ //# sourceMappingURL=div.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"div.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/div/div.js"],"names":[],"mappings":"AAOA,oHASG"}
@@ -0,0 +1,3 @@
1
+ import { DivParagraph } from './div';
2
+ export default DivParagraph;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/div/index.js"],"names":[],"mappings":";6BAA6B,OAAO"}
@@ -102,6 +102,10 @@ declare const _default: import('vue').DefineComponent<{
102
102
  type: BooleanConstructor;
103
103
  default: boolean;
104
104
  };
105
+ useDivTags: {
106
+ type: BooleanConstructor;
107
+ default: boolean;
108
+ };
105
109
  }, any, {
106
110
  editor: null;
107
111
  tippyOptions: {
@@ -246,6 +250,10 @@ declare const _default: import('vue').DefineComponent<{
246
250
  type: BooleanConstructor;
247
251
  default: boolean;
248
252
  };
253
+ useDivTags: {
254
+ type: BooleanConstructor;
255
+ default: boolean;
256
+ };
249
257
  }>> & {
250
258
  onInput?: ((...args: any[]) => any) | undefined;
251
259
  onBlur?: ((...args: any[]) => any) | undefined;
@@ -282,6 +290,7 @@ declare const _default: import('vue').DefineComponent<{
282
290
  allowInlineImages: boolean;
283
291
  additionalExtensions: unknown[];
284
292
  hideLinkBubbleMenu: boolean;
293
+ useDivTags: boolean;
285
294
  }, {}>;
286
295
  export default _default;
287
296
  //# sourceMappingURL=rich_text_editor.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rich_text_editor.vue.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/rich_text_editor.vue"],"names":[],"mappings":"AAoDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAw4B0B,cAAc"}
1
+ {"version":3,"file":"rich_text_editor.vue.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/rich_text_editor.vue"],"names":[],"mappings":"AAoDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAk5B0B,cAAc"}
@@ -1 +1 @@
1
- {"version":3,"file":"callbar_button_with_dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"names":[],"mappings":"AAgEA;"}
1
+ {"version":3,"file":"callbar_button_with_dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"names":[],"mappings":"AAmEA;"}
@@ -114,6 +114,10 @@ declare const _default: import('vue').DefineComponent<{
114
114
  setLinkInputAriaLabel: string;
115
115
  };
116
116
  };
117
+ useDivTags: {
118
+ type: BooleanConstructor;
119
+ default: boolean;
120
+ };
117
121
  }, any, {
118
122
  internalInputValue: string | Record<string, any>;
119
123
  hasFocus: boolean;
@@ -572,6 +576,10 @@ declare const _default: import('vue').DefineComponent<{
572
576
  setLinkInputAriaLabel: string;
573
577
  };
574
578
  };
579
+ useDivTags: {
580
+ type: BooleanConstructor;
581
+ default: boolean;
582
+ };
575
583
  }>> & {
576
584
  onInput?: ((...args: any[]) => any) | undefined;
577
585
  onBlur?: ((...args: any[]) => any) | undefined;
@@ -585,6 +593,7 @@ declare const _default: import('vue').DefineComponent<{
585
593
  editable: boolean;
586
594
  inputAriaLabel: string;
587
595
  autoFocus: string | number | boolean;
596
+ useDivTags: boolean;
588
597
  confirmSetLinkButton: Record<string, any>;
589
598
  removeLinkButton: Record<string, any>;
590
599
  cancelSetLinkButton: Record<string, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"editor.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/editor.vue"],"names":[],"mappings":"AAmLA;"}
1
+ {"version":3,"file":"editor.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/editor.vue"],"names":[],"mappings":"AAoLA;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "3.172.0",
3
+ "version": "3.173.1",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
5
  "files": [
6
6
  "dist"
@@ -37,8 +37,8 @@
37
37
  "overlayscrollbars": "2.10.0",
38
38
  "regex-combined-emojis": "1.6.0",
39
39
  "tippy.js": "6.3.7",
40
- "@dialpad/dialtone-emojis": "1.1.0",
41
- "@dialpad/dialtone-icons": "4.34.1"
40
+ "@dialpad/dialtone-emojis": "1.1.1",
41
+ "@dialpad/dialtone-icons": "4.34.3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@storybook/addon-a11y": "7.6.20",
@@ -50,12 +50,12 @@
50
50
  "react": "17.0.2",
51
51
  "storybook-dark-mode": "^3.0.3",
52
52
  "vue": "^3.3.4",
53
- "@dialpad/dialtone-css": "8.50.2",
53
+ "@dialpad/dialtone-css": "8.50.5",
54
54
  "@dialpad/generator-dialtone": "0.1.0"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "vue": ">=3.2",
58
- "@dialpad/dialtone-css": "^8.50.2"
58
+ "@dialpad/dialtone-css": "^8.50.5"
59
59
  },
60
60
  "bugs": {
61
61
  "email": "dialtone@dialpad.com"