@dialpad/dialtone 9.99.0 → 9.100.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 (116) hide show
  1. package/dist/css/dialtone-default-theme.css +94 -85
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +94 -85
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/tokens/doc.json +11964 -11964
  6. package/dist/vue2/component-documentation.json +1 -1
  7. package/dist/vue2/components/item_layout/item_layout.vue.cjs +63 -1
  8. package/dist/vue2/components/item_layout/item_layout.vue.cjs.map +1 -1
  9. package/dist/vue2/components/item_layout/item_layout.vue.js +63 -1
  10. package/dist/vue2/components/item_layout/item_layout.vue.js.map +1 -1
  11. package/dist/vue2/components/list_item/list_item.vue.cjs +12 -13
  12. package/dist/vue2/components/list_item/list_item.vue.cjs.map +1 -1
  13. package/dist/vue2/components/list_item/list_item.vue.js +12 -13
  14. package/dist/vue2/components/list_item/list_item.vue.js.map +1 -1
  15. package/dist/vue2/dialtone-vue.cjs +1 -0
  16. package/dist/vue2/dialtone-vue.cjs.map +1 -1
  17. package/dist/vue2/dialtone-vue.js +2 -1
  18. package/dist/vue2/lib/ivr-node.cjs +1 -0
  19. package/dist/vue2/lib/ivr-node.cjs.map +1 -1
  20. package/dist/vue2/lib/ivr-node.js +2 -1
  21. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs +3 -1
  22. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
  23. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js +5 -3
  24. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
  25. package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs +6 -1
  26. package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -1
  27. package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js +6 -1
  28. package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -1
  29. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +1 -1
  30. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -1
  31. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +1 -1
  32. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -1
  33. package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +5 -1
  34. package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -1
  35. package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +5 -1
  36. package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -1
  37. package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs +10 -10
  38. package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs.map +1 -1
  39. package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js +10 -10
  40. package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js.map +1 -1
  41. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +2 -4
  42. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
  43. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +2 -4
  44. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
  45. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs +4 -4
  46. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
  47. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js +4 -4
  48. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
  49. package/dist/vue2/types/components/item_layout/item_layout.vue.d.ts +66 -1
  50. package/dist/vue2/types/components/item_layout/item_layout.vue.d.ts.map +1 -1
  51. package/dist/vue2/types/components/list_item/list_item.vue.d.ts +1 -22
  52. package/dist/vue2/types/components/list_item/list_item.vue.d.ts.map +1 -1
  53. package/dist/vue2/types/recipes/cards/ivr_node/index.d.ts +1 -1
  54. package/dist/vue2/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +6 -0
  55. package/dist/vue2/types/recipes/cards/ivr_node/ivr_node_constants.d.ts.map +1 -1
  56. package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -1
  57. package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  58. package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
  59. package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  60. package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
  61. package/dist/vue3/component-documentation.json +1 -1
  62. package/dist/vue3/components/item_layout/item_layout.vue.cjs +102 -44
  63. package/dist/vue3/components/item_layout/item_layout.vue.cjs.map +1 -1
  64. package/dist/vue3/components/item_layout/item_layout.vue.js +103 -45
  65. package/dist/vue3/components/item_layout/item_layout.vue.js.map +1 -1
  66. package/dist/vue3/components/list_item/list_item.vue.cjs +24 -17
  67. package/dist/vue3/components/list_item/list_item.vue.cjs.map +1 -1
  68. package/dist/vue3/components/list_item/list_item.vue.js +24 -17
  69. package/dist/vue3/components/list_item/list_item.vue.js.map +1 -1
  70. package/dist/vue3/dialtone-vue.cjs +1 -0
  71. package/dist/vue3/dialtone-vue.cjs.map +1 -1
  72. package/dist/vue3/dialtone-vue.js +2 -1
  73. package/dist/vue3/lib/ivr-node.cjs +1 -0
  74. package/dist/vue3/lib/ivr-node.cjs.map +1 -1
  75. package/dist/vue3/lib/ivr-node.js +2 -1
  76. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs +3 -1
  77. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
  78. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js +5 -3
  79. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
  80. package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs +6 -1
  81. package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -1
  82. package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js +6 -1
  83. package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -1
  84. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +1 -0
  85. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -1
  86. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +1 -0
  87. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -1
  88. package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +5 -1
  89. package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -1
  90. package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +5 -1
  91. package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -1
  92. package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs +51 -21
  93. package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs.map +1 -1
  94. package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js +52 -22
  95. package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js.map +1 -1
  96. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +2 -4
  97. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
  98. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +2 -4
  99. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
  100. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs +16 -4
  101. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
  102. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js +16 -4
  103. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
  104. package/dist/vue3/types/components/item_layout/item_layout.vue.d.ts +64 -0
  105. package/dist/vue3/types/components/item_layout/item_layout.vue.d.ts.map +1 -1
  106. package/dist/vue3/types/components/list_item/list_item.vue.d.ts +1 -24
  107. package/dist/vue3/types/components/list_item/list_item.vue.d.ts.map +1 -1
  108. package/dist/vue3/types/recipes/cards/ivr_node/index.d.ts +1 -1
  109. package/dist/vue3/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +6 -0
  110. package/dist/vue3/types/recipes/cards/ivr_node/ivr_node_constants.d.ts.map +1 -1
  111. package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -1
  112. package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  113. package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
  114. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  115. package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
  116. package/package.json +6 -2
@@ -30,30 +30,7 @@ declare const _default: import('vue').DefineComponent<{
30
30
  injected: boolean;
31
31
  mouseHighlighted: boolean;
32
32
  }, {
33
- listItemType(): import('vue').DefineComponent<{
34
- as: {
35
- type: StringConstructor;
36
- default: string;
37
- };
38
- unstyled: {
39
- type: BooleanConstructor;
40
- default: boolean;
41
- };
42
- }, any, any, {}, {
43
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
44
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
45
- as: {
46
- type: StringConstructor;
47
- default: string;
48
- };
49
- unstyled: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- };
53
- }>>, {
54
- as: string;
55
- unstyled: boolean;
56
- }, {}> | null;
33
+ isDefaultType(): boolean;
57
34
  listItemListeners(): {
58
35
  keydown: (event: any) => void;
59
36
  mousemove: (event: any) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"list_item.vue.d.ts","sourceRoot":"","sources":["../../../../components/list_item/list_item.vue"],"names":[],"mappings":"AAwCA;"}
1
+ {"version":3,"file":"list_item.vue.d.ts","sourceRoot":"","sources":["../../../../components/list_item/list_item.vue"],"names":[],"mappings":"AA+CA;"}
@@ -1,3 +1,3 @@
1
1
  export { default as DtRecipeIvrNode } from './ivr_node.vue';
2
- export { IVR_NODE_ICON_TYPES, IVR_NODE_LABELS, IVR_NODE_PROMPT_MENU, IVR_NODE_PROMPT_COLLECT, IVR_NODE_PROMPT_PLAY, IVR_NODE_EXPERT, IVR_NODE_GO_TO, IVR_NODE_BRANCH, IVR_NODE_TRANSFER, IVR_NODE_HANGUP, IVR_NODE_ASSIGN } from './ivr_node_constants';
2
+ export { IVR_NODE_ICON_TYPES, IVR_NODE_LABELS, IVR_NODE_PROMPT_MENU, IVR_NODE_PROMPT_COLLECT, IVR_NODE_PROMPT_PLAY, IVR_NODE_EXPERT, IVR_NODE_GO_TO, IVR_NODE_BRANCH, IVR_NODE_TRANSFER, IVR_NODE_HANGUP, IVR_NODE_ASSIGN, IVR_NODE_CUSTOMER_DATA } from './ivr_node_constants';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -7,6 +7,7 @@ export const IVR_NODE_BRANCH: "branch";
7
7
  export const IVR_NODE_TRANSFER: "transfer";
8
8
  export const IVR_NODE_HANGUP: "hangup";
9
9
  export const IVR_NODE_ASSIGN: "assign";
10
+ export const IVR_NODE_CUSTOMER_DATA: "customerdata";
10
11
  export namespace IVR_NODE_ICON_TYPES {
11
12
  let promptmenu: string;
12
13
  let promptcollect: string;
@@ -15,6 +16,7 @@ export namespace IVR_NODE_ICON_TYPES {
15
16
  let branch: string;
16
17
  let goto: string;
17
18
  let assign: string;
19
+ let customerdata: string;
18
20
  let transfer: string;
19
21
  let hangup: string;
20
22
  }
@@ -37,6 +39,8 @@ export namespace IVR_NODE_LABELS {
37
39
  export { hangup_1 as hangup };
38
40
  let assign_1: string;
39
41
  export { assign_1 as assign };
42
+ let customerdata_1: string;
43
+ export { customerdata_1 as customerdata };
40
44
  }
41
45
  export namespace IVR_NODE_CLASS_MAPPING {
42
46
  import promptmenu_2 = IVR_NODE_CLASSES.PROMPT;
@@ -53,6 +57,8 @@ export namespace IVR_NODE_CLASS_MAPPING {
53
57
  export { goto_2 as goto };
54
58
  import assign_2 = IVR_NODE_CLASSES.LOGIC;
55
59
  export { assign_2 as assign };
60
+ import customerdata_2 = IVR_NODE_CLASSES.LOGIC;
61
+ export { customerdata_2 as customerdata };
56
62
  import transfer_2 = IVR_NODE_CLASSES.TERMINAL;
57
63
  export { transfer_2 as transfer };
58
64
  import hangup_2 = IVR_NODE_CLASSES.TERMINAL;
@@ -1 +1 @@
1
- {"version":3,"file":"ivr_node_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/cards/ivr_node/ivr_node_constants.js"],"names":[],"mappings":"AAAA,gDAAiD;AACjD,sDAAuD;AACvD,gDAAiD;AACjD,2CAA4C;AAC5C,oCAAqC;AACrC,uCAAwC;AACxC,2CAA4C;AAC5C,uCAAwC;AACxC,uCAAwC"}
1
+ {"version":3,"file":"ivr_node_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/cards/ivr_node/ivr_node_constants.js"],"names":[],"mappings":"AAAA,gDAAiD;AACjD,sDAAuD;AACvD,gDAAiD;AACjD,2CAA4C;AAC5C,oCAAqC;AACrC,uCAAwC;AACxC,2CAA4C;AAC5C,uCAAwC;AACxC,uCAAwC;AACxC,oDAAqD"}
@@ -1 +1 @@
1
- {"version":3,"file":"combobox_multi_select.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue"],"names":[],"mappings":"AAoHA;"}
1
+ {"version":3,"file":"combobox_multi_select.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue"],"names":[],"mappings":"AAqHA;"}
@@ -1 +1 @@
1
- {"version":3,"file":"combobox_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue"],"names":[],"mappings":"AA+GA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAyegD,gBAAgB"}
1
+ {"version":3,"file":"combobox_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue"],"names":[],"mappings":"AAmHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BA6egD,gBAAgB"}
@@ -1 +1 @@
1
- {"version":3,"file":"feed_item_pill.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_pill/feed_item_pill.vue"],"names":[],"mappings":"AA0DA;"}
1
+ {"version":3,"file":"feed_item_pill.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_pill/feed_item_pill.vue"],"names":[],"mappings":"AA+EA;"}
@@ -1 +1 @@
1
- {"version":3,"file":"feed_item_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_row/feed_item_row.vue"],"names":[],"mappings":"AA0HA;"}
1
+ {"version":3,"file":"feed_item_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_row/feed_item_row.vue"],"names":[],"mappings":"AA2HA;"}
@@ -1 +1 @@
1
- {"version":3,"file":"contact_info.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/item_layout/contact_info/contact_info.vue"],"names":[],"mappings":"AA8GA;"}
1
+ {"version":3,"file":"contact_info.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/item_layout/contact_info/contact_info.vue"],"names":[],"mappings":"AAsHA;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone",
3
- "version": "9.99.0",
3
+ "version": "9.100.0",
4
4
  "description": "Dialpad's Dialtone design system monorepo",
5
5
  "files": [
6
6
  "dist"
@@ -77,7 +77,7 @@
77
77
  "regex-combined-emojis": "1.6.0",
78
78
  "tippy.js": "6.3.7",
79
79
  "@dialpad/dialtone-emojis": "1.1.0",
80
- "@dialpad/dialtone-icons": "4.33.0",
80
+ "@dialpad/dialtone-icons": "4.34.0",
81
81
  "@dialpad/dialtone-tokens": "1.40.0"
82
82
  },
83
83
  "devDependencies": {
@@ -92,6 +92,9 @@
92
92
  "@semantic-release/exec": "^6.0.3",
93
93
  "@semantic-release/git": "^10.0.1",
94
94
  "@storybook/addon-actions": "7.6.20",
95
+ "@storybook/addon-links": "7.6.20",
96
+ "@storybook/addon-essentials": "7.6.20",
97
+ "@storybook/addon-a11y": "7.6.20",
95
98
  "@storybook/addon-docs": "7.6.20",
96
99
  "@storybook/addon-viewport": "7.6.20",
97
100
  "@storybook/blocks": "7.6.20",
@@ -143,6 +146,7 @@
143
146
  "semantic-release-plus": "^20.0.0",
144
147
  "source-map-support": "^0.5.21",
145
148
  "storybook": "7.6.20",
149
+ "storybook-dark-mode": "^3.0.3",
146
150
  "string-hash": "^1.1.3",
147
151
  "stylelint": "^15.11.0",
148
152
  "stylelint-config-rational-order": "^0.1.2",