@dialpad/dialtone 9.163.0 → 9.164.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.
Files changed (48) hide show
  1. package/dist/tokens/doc.json +109428 -109428
  2. package/dist/vue3/component-documentation.json +1 -1
  3. package/dist/vue3/lib/editor/EditorToolbarButton.cjs +2 -0
  4. package/dist/vue3/lib/editor/EditorToolbarButton.cjs.map +1 -0
  5. package/dist/vue3/lib/editor/EditorToolbarButton.js +103 -0
  6. package/dist/vue3/lib/editor/EditorToolbarButton.js.map +1 -0
  7. package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs +2 -0
  8. package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -0
  9. package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js +106 -0
  10. package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js.map +1 -0
  11. package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs +2 -0
  12. package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -0
  13. package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js +107 -0
  14. package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js.map +1 -0
  15. package/dist/vue3/lib/editor/editor-constants.cjs +1 -1
  16. package/dist/vue3/lib/editor/editor-constants.cjs.map +1 -1
  17. package/dist/vue3/lib/editor/editor-constants.js +5 -3
  18. package/dist/vue3/lib/editor/editor-constants.js.map +1 -1
  19. package/dist/vue3/lib/editor/editor.cjs +1 -1
  20. package/dist/vue3/lib/editor/editor.cjs.map +1 -1
  21. package/dist/vue3/lib/editor/editor.js +550 -312
  22. package/dist/vue3/lib/editor/editor.js.map +1 -1
  23. package/dist/vue3/lib/input/input-constants.cjs +1 -1
  24. package/dist/vue3/lib/input/input-constants.cjs.map +1 -1
  25. package/dist/vue3/lib/input/input-constants.js +2 -1
  26. package/dist/vue3/lib/input/input-constants.js.map +1 -1
  27. package/dist/vue3/lib/input/input.cjs.map +1 -1
  28. package/dist/vue3/lib/input/input.js +1 -1
  29. package/dist/vue3/lib/input/input.js.map +1 -1
  30. package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs +2 -2
  31. package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
  32. package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +9 -2
  33. package/dist/vue3/lib/rich-text-editor/rich-text-editor.js.map +1 -1
  34. package/dist/vue3/localization/en-US.cjs +5 -0
  35. package/dist/vue3/localization/en-US.cjs.map +1 -1
  36. package/dist/vue3/localization/en-US.js +5 -0
  37. package/dist/vue3/localization/en-US.js.map +1 -1
  38. package/dist/vue3/style.css +1 -0
  39. package/dist/vue3/types/components/input/input_constants.d.ts +1 -0
  40. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +314 -0
  41. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts.map +1 -0
  42. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +1614 -0
  43. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -0
  44. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +1340 -0
  45. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -0
  46. package/dist/vue3/types/recipes/conversation_view/editor/editor_constants.d.ts +2 -0
  47. package/dist/vue3/types/recipes/conversation_view/editor/editor_constants.d.ts.map +1 -1
  48. package/package.json +2 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EditorToolbarPopoverButton.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/EditorToolbarPopoverButton.vue"],"names":[],"mappings":"AAuCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAqLM,IACJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAjEF,GA7DO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6DP,GA7DO"}
@@ -1,8 +1,10 @@
1
1
  export const EDITOR_SUPPORTED_LINK_PROTOCOLS: RegExp[];
2
2
  export const EDITOR_DEFAULT_LINK_PREFIX: "https://";
3
+ export const EDITOR_DEFAULT_FONT_COLOR: "#000000";
3
4
  declare namespace _default {
4
5
  export { EDITOR_SUPPORTED_LINK_PROTOCOLS };
5
6
  export { EDITOR_DEFAULT_LINK_PREFIX };
7
+ export { EDITOR_DEFAULT_FONT_COLOR };
6
8
  }
7
9
  export default _default;
8
10
  //# sourceMappingURL=editor_constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"editor_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/editor_constants.js"],"names":[],"mappings":"AAAA,uDAOE;AAEF,yCAA0C,UAAU,CAAC"}
1
+ {"version":3,"file":"editor_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/editor_constants.js"],"names":[],"mappings":"AAAA,uDAOE;AAEF,yCAA0C,UAAU,CAAC;AAErD,wCAAyC,SAAS,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone",
3
- "version": "9.163.0",
3
+ "version": "9.164.0",
4
4
  "description": "Dialpad's Dialtone design system monorepo",
5
5
  "files": [
6
6
  "dist"
@@ -72,8 +72,8 @@
72
72
  "overlayscrollbars": "2.10.0",
73
73
  "regex-combined-emojis": "1.6.0",
74
74
  "tippy.js": "6.3.7",
75
- "@dialpad/dialtone-icons": "4.48.0",
76
75
  "@dialpad/dialtone-emojis": "1.2.4",
76
+ "@dialpad/dialtone-icons": "4.48.0",
77
77
  "@dialpad/dialtone-mcp-server": "1.2.1",
78
78
  "@dialpad/dialtone-tokens": "1.47.4"
79
79
  },