@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.
- package/dist/tokens/doc.json +109428 -109428
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.cjs +2 -0
- package/dist/vue3/lib/editor/EditorToolbarButton.cjs.map +1 -0
- package/dist/vue3/lib/editor/EditorToolbarButton.js +103 -0
- package/dist/vue3/lib/editor/EditorToolbarButton.js.map +1 -0
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs +2 -0
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -0
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js +106 -0
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js.map +1 -0
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs +2 -0
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -0
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js +107 -0
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js.map +1 -0
- package/dist/vue3/lib/editor/editor-constants.cjs +1 -1
- package/dist/vue3/lib/editor/editor-constants.cjs.map +1 -1
- package/dist/vue3/lib/editor/editor-constants.js +5 -3
- package/dist/vue3/lib/editor/editor-constants.js.map +1 -1
- package/dist/vue3/lib/editor/editor.cjs +1 -1
- package/dist/vue3/lib/editor/editor.cjs.map +1 -1
- package/dist/vue3/lib/editor/editor.js +550 -312
- package/dist/vue3/lib/editor/editor.js.map +1 -1
- package/dist/vue3/lib/input/input-constants.cjs +1 -1
- package/dist/vue3/lib/input/input-constants.cjs.map +1 -1
- package/dist/vue3/lib/input/input-constants.js +2 -1
- package/dist/vue3/lib/input/input-constants.js.map +1 -1
- package/dist/vue3/lib/input/input.cjs.map +1 -1
- package/dist/vue3/lib/input/input.js +1 -1
- package/dist/vue3/lib/input/input.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs +2 -2
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +9 -2
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js.map +1 -1
- package/dist/vue3/localization/en-US.cjs +5 -0
- package/dist/vue3/localization/en-US.cjs.map +1 -1
- package/dist/vue3/localization/en-US.js +5 -0
- package/dist/vue3/localization/en-US.js.map +1 -1
- package/dist/vue3/style.css +1 -0
- package/dist/vue3/types/components/input/input_constants.d.ts +1 -0
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +314 -0
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +1614 -0
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +1340 -0
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor_constants.d.ts +2 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor_constants.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map
ADDED
|
@@ -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.
|
|
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
|
},
|