@dialpad/dialtone 9.146.0 → 9.147.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 (75) hide show
  1. package/README.md +17 -10
  2. package/dist/css/dialtone-default-theme.css +275 -32
  3. package/dist/css/dialtone-default-theme.min.css +1 -1
  4. package/dist/css/dialtone-docs.json +1 -1
  5. package/dist/css/dialtone.css +275 -32
  6. package/dist/css/dialtone.min.css +1 -1
  7. package/dist/css/tokens-docs.json +1 -1
  8. package/dist/tokens/doc.json +73664 -73664
  9. package/dist/vue2/component-documentation.json +1 -1
  10. package/dist/vue2/dialtone-vue.cjs +1 -1
  11. package/dist/vue2/dialtone-vue.js +29 -23
  12. package/dist/vue2/dialtone-vue.js.map +1 -1
  13. package/dist/vue2/lib/hovercard/hovercard.cjs +1 -1
  14. package/dist/vue2/lib/hovercard/hovercard.cjs.map +1 -1
  15. package/dist/vue2/lib/hovercard/hovercard.js +29 -21
  16. package/dist/vue2/lib/hovercard/hovercard.js.map +1 -1
  17. package/dist/vue2/lib/motion-text/index.cjs +2 -0
  18. package/dist/vue2/lib/motion-text/index.cjs.map +1 -0
  19. package/dist/vue2/lib/motion-text/index.js +9 -0
  20. package/dist/vue2/lib/motion-text/index.js.map +1 -0
  21. package/dist/vue2/lib/motion-text/motion-text-constants.cjs +2 -0
  22. package/dist/vue2/lib/motion-text/motion-text-constants.cjs.map +1 -0
  23. package/dist/vue2/lib/motion-text/motion-text-constants.js +35 -0
  24. package/dist/vue2/lib/motion-text/motion-text-constants.js.map +1 -0
  25. package/dist/vue2/lib/motion-text/motion-text.cjs +2 -0
  26. package/dist/vue2/lib/motion-text/motion-text.cjs.map +1 -0
  27. package/dist/vue2/lib/motion-text/motion-text.js +342 -0
  28. package/dist/vue2/lib/motion-text/motion-text.js.map +1 -0
  29. package/dist/vue2/lib/popover/popover.cjs +1 -1
  30. package/dist/vue2/lib/popover/popover.cjs.map +1 -1
  31. package/dist/vue2/lib/popover/popover.js +14 -12
  32. package/dist/vue2/lib/popover/popover.js.map +1 -1
  33. package/dist/vue2/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
  34. package/dist/vue2/types/components/popover/popover.vue.d.ts.map +1 -1
  35. package/dist/vue2/types/index.d.ts +1 -0
  36. package/dist/vue2/types/recipes/motion/motion_text/index.d.ts +3 -0
  37. package/dist/vue2/types/recipes/motion/motion_text/index.d.ts.map +1 -0
  38. package/dist/vue2/types/recipes/motion/motion_text/motion_text.vue.d.ts +3 -0
  39. package/dist/vue2/types/recipes/motion/motion_text/motion_text.vue.d.ts.map +1 -0
  40. package/dist/vue2/types/recipes/motion/motion_text/motion_text_constants.d.ts +32 -0
  41. package/dist/vue2/types/recipes/motion/motion_text/motion_text_constants.d.ts.map +1 -0
  42. package/dist/vue3/component-documentation.json +1 -1
  43. package/dist/vue3/dialtone-vue.cjs +1 -1
  44. package/dist/vue3/dialtone-vue.js +10 -4
  45. package/dist/vue3/dialtone-vue.js.map +1 -1
  46. package/dist/vue3/lib/hovercard/hovercard.cjs +1 -1
  47. package/dist/vue3/lib/hovercard/hovercard.cjs.map +1 -1
  48. package/dist/vue3/lib/hovercard/hovercard.js +57 -46
  49. package/dist/vue3/lib/hovercard/hovercard.js.map +1 -1
  50. package/dist/vue3/lib/motion-text/index.cjs +2 -0
  51. package/dist/vue3/lib/motion-text/index.cjs.map +1 -0
  52. package/dist/vue3/lib/motion-text/index.js +9 -0
  53. package/dist/vue3/lib/motion-text/index.js.map +1 -0
  54. package/dist/vue3/lib/motion-text/motion-text-constants.cjs +2 -0
  55. package/dist/vue3/lib/motion-text/motion-text-constants.cjs.map +1 -0
  56. package/dist/vue3/lib/motion-text/motion-text-constants.js +35 -0
  57. package/dist/vue3/lib/motion-text/motion-text-constants.js.map +1 -0
  58. package/dist/vue3/lib/motion-text/motion-text.cjs +2 -0
  59. package/dist/vue3/lib/motion-text/motion-text.cjs.map +1 -0
  60. package/dist/vue3/lib/motion-text/motion-text.js +389 -0
  61. package/dist/vue3/lib/motion-text/motion-text.js.map +1 -0
  62. package/dist/vue3/lib/popover/popover.cjs +1 -1
  63. package/dist/vue3/lib/popover/popover.cjs.map +1 -1
  64. package/dist/vue3/lib/popover/popover.js +22 -20
  65. package/dist/vue3/lib/popover/popover.js.map +1 -1
  66. package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
  67. package/dist/vue3/types/components/popover/popover.vue.d.ts.map +1 -1
  68. package/dist/vue3/types/index.d.ts +1 -0
  69. package/dist/vue3/types/recipes/motion/motion_text/index.d.ts +3 -0
  70. package/dist/vue3/types/recipes/motion/motion_text/index.d.ts.map +1 -0
  71. package/dist/vue3/types/recipes/motion/motion_text/motion_text.vue.d.ts +3 -0
  72. package/dist/vue3/types/recipes/motion/motion_text/motion_text.vue.d.ts.map +1 -0
  73. package/dist/vue3/types/recipes/motion/motion_text/motion_text_constants.d.ts +32 -0
  74. package/dist/vue3/types/recipes/motion/motion_text/motion_text_constants.d.ts.map +1 -0
  75. package/package.json +4 -4

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.