@dialpad/dialtone 9.103.0 → 9.104.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 (66) hide show
  1. package/dist/css/dialtone-default-theme.css +41 -0
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +41 -0
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/tokens/doc.json +17174 -17174
  6. package/dist/vue2/component-documentation.json +1 -1
  7. package/dist/vue2/dialtone-vue.cjs +2 -0
  8. package/dist/vue2/dialtone-vue.cjs.map +1 -1
  9. package/dist/vue2/dialtone-vue.js +42 -40
  10. package/dist/vue2/dialtone-vue.js.map +1 -1
  11. package/dist/vue2/lib/callbar-button-with-dropdown.cjs +5 -0
  12. package/dist/vue2/lib/callbar-button-with-dropdown.cjs.map +1 -0
  13. package/dist/vue2/lib/callbar-button-with-dropdown.js +5 -0
  14. package/dist/vue2/lib/callbar-button-with-dropdown.js.map +1 -0
  15. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs +9 -1
  16. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
  17. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js +9 -1
  18. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
  19. package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs +258 -0
  20. package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs.map +1 -0
  21. package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js +258 -0
  22. package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js.map +1 -0
  23. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +9 -1
  24. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
  25. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +9 -1
  26. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
  27. package/dist/vue2/types/index.d.ts +1 -0
  28. package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +9 -0
  29. package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  30. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +167 -0
  31. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -0
  32. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts +2 -0
  33. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts.map +1 -0
  34. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +9 -0
  35. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  36. package/dist/vue3/component-documentation.json +1 -1
  37. package/dist/vue3/dialtone-vue.cjs +2 -0
  38. package/dist/vue3/dialtone-vue.cjs.map +1 -1
  39. package/dist/vue3/dialtone-vue.js +42 -40
  40. package/dist/vue3/dialtone-vue.js.map +1 -1
  41. package/dist/vue3/lib/callbar-button-with-dropdown.cjs +5 -0
  42. package/dist/vue3/lib/callbar-button-with-dropdown.cjs.map +1 -0
  43. package/dist/vue3/lib/callbar-button-with-dropdown.js +5 -0
  44. package/dist/vue3/lib/callbar-button-with-dropdown.js.map +1 -0
  45. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs +10 -1
  46. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
  47. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js +10 -1
  48. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
  49. package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs +321 -0
  50. package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs.map +1 -0
  51. package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js +321 -0
  52. package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js.map +1 -0
  53. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +10 -1
  54. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
  55. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +10 -1
  56. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
  57. package/dist/vue3/types/index.d.ts +1 -0
  58. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +9 -0
  59. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  60. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +180 -0
  61. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -0
  62. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts +2 -0
  63. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts.map +1 -0
  64. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +9 -0
  65. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  66. package/package.json +3 -3
@@ -8233,6 +8233,47 @@ ul {
8233
8233
  flex: 1 1 100%;
8234
8234
  overflow-y: auto;
8235
8235
  }
8236
+ .dt-recipe--callbar-button-with-dropdown--arrow {
8237
+ width: var(--dt-size-500);
8238
+ height: var(--dt-size-500);
8239
+ margin-top: var(--dt-space-450);
8240
+ margin-left: calc(var(--dt-space-300-negative) * 5);
8241
+ padding: var(--dt-space-400);
8242
+ border-radius: var(--dt-size-300);
8243
+ }
8244
+ .dt-recipe--callbar-button-with-dropdown--arrow.d-btn--active {
8245
+ background: var(--dt-color-surface-moderate-opaque);
8246
+ }
8247
+ .dt-recipe--callbar-button-with-dropdown--arrow--large {
8248
+ margin-left: var(--dt-space-550-negative);
8249
+ }
8250
+ .dt-recipe--callbar-button-with-dropdown--arrow__icon {
8251
+ color: var(--dt-color-black-800);
8252
+ }
8253
+ .dt-recipe--callbar-button-with-dropdown--dropdown .d-popover__header {
8254
+ color: var(--dt-color-foreground-primary-inverted);
8255
+ background: var(--dt-color-surface-contrast);
8256
+ }
8257
+ .dt-recipe--callbar-button-with-dropdown--dropdown .d-popover__header .d-btn {
8258
+ color: var(--dt-color-foreground-primary-inverted);
8259
+ }
8260
+ .dt-recipe--callbar-button-with-dropdown--button .d-tab--selected::after,
8261
+ .dt-recipe--callbar-button-with-dropdown--button .d-tab--selected:hover::after {
8262
+ --tab--bgc: var(--dt-color-surface-contrast);
8263
+ }
8264
+ .dt-recipe--callbar-button-with-dropdown--button .tab-group {
8265
+ display: flex;
8266
+ flex-direction: column;
8267
+ height: 100%;
8268
+ }
8269
+ .dt-recipe--callbar-button-with-dropdown--button .tab-content {
8270
+ flex: 1 1 100%;
8271
+ overflow-y: auto;
8272
+ }
8273
+ .dt-recipe--callbar-button-with-dropdown {
8274
+ display: flex;
8275
+ align-items: flex-start;
8276
+ }
8236
8277
  .d-recipe-callbox {
8237
8278
  padding: 0;
8238
8279
  color: var(--dt-color-foreground-primary);