@dialpad/dialtone 9.171.0 → 9.171.1

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 (83) hide show
  1. package/dist/css/dialtone-default-theme.css +317 -321
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +317 -321
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/css/tokens-docs.json +1 -1
  6. package/dist/tokens/doc.json +98542 -98542
  7. package/dist/vue3/component-documentation.json +1 -1
  8. package/dist/vue3/dialtone-vue.cjs +1 -1
  9. package/dist/vue3/dialtone-vue.js +276 -273
  10. package/dist/vue3/lib/combobox-multi-select/combobox-multi-select-constants.cjs.map +1 -1
  11. package/dist/vue3/lib/combobox-multi-select/combobox-multi-select-constants.js.map +1 -1
  12. package/dist/vue3/lib/combobox-multi-select/combobox-multi-select-story-constants.cjs.map +1 -1
  13. package/dist/vue3/lib/combobox-multi-select/combobox-multi-select-story-constants.js.map +1 -1
  14. package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.cjs +1 -1
  15. package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.cjs.map +1 -1
  16. package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.js +7 -7
  17. package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.js.map +1 -1
  18. package/dist/vue3/lib/combobox-multi-select/index.cjs +1 -1
  19. package/dist/vue3/lib/combobox-multi-select/index.js +7 -6
  20. package/dist/vue3/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
  21. package/dist/vue3/lib/combobox-with-popover/combobox-with-popover.cjs.map +1 -1
  22. package/dist/vue3/lib/combobox-with-popover/combobox-with-popover.js +1 -1
  23. package/dist/vue3/lib/combobox-with-popover/combobox-with-popover.js.map +1 -1
  24. package/dist/vue3/lib/combobox-with-popover/index.cjs +1 -1
  25. package/dist/vue3/lib/combobox-with-popover/index.js +3 -2
  26. package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs +1 -1
  27. package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -1
  28. package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js +38 -21
  29. package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js.map +1 -1
  30. package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs +1 -1
  31. package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -1
  32. package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js +39 -22
  33. package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js.map +1 -1
  34. package/dist/vue3/lib/editor/editor.cjs +1 -1
  35. package/dist/vue3/lib/editor/editor.cjs.map +1 -1
  36. package/dist/vue3/lib/editor/editor.js +31 -27
  37. package/dist/vue3/lib/editor/editor.js.map +1 -1
  38. package/dist/vue3/lib/hovercard/hovercard.cjs.map +1 -1
  39. package/dist/vue3/lib/hovercard/hovercard.js.map +1 -1
  40. package/dist/vue3/lib/motion-text/index.cjs +1 -1
  41. package/dist/vue3/lib/motion-text/index.js +7 -6
  42. package/dist/vue3/lib/motion-text/motion-text-constants.cjs.map +1 -1
  43. package/dist/vue3/lib/motion-text/motion-text-constants.js.map +1 -1
  44. package/dist/vue3/lib/motion-text/motion-text.cjs +1 -1
  45. package/dist/vue3/lib/motion-text/motion-text.cjs.map +1 -1
  46. package/dist/vue3/lib/motion-text/motion-text.js +24 -24
  47. package/dist/vue3/lib/motion-text/motion-text.js.map +1 -1
  48. package/dist/vue3/types/components/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -0
  49. package/dist/vue3/types/components/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
  50. package/dist/vue3/types/components/combobox_multi_select/combobox_multi_select_story_constants.d.ts.map +1 -0
  51. package/dist/vue3/types/components/combobox_multi_select/index.d.ts +3 -0
  52. package/dist/vue3/types/components/combobox_multi_select/index.d.ts.map +1 -0
  53. package/dist/vue3/types/{recipes/comboboxes → components}/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
  54. package/dist/vue3/types/{recipes/comboboxes → components}/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  55. package/dist/vue3/types/components/combobox_with_popover/index.d.ts +2 -0
  56. package/dist/vue3/types/components/combobox_with_popover/index.d.ts.map +1 -0
  57. package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
  58. package/dist/vue3/types/components/motion_text/index.d.ts +3 -0
  59. package/dist/vue3/types/components/motion_text/index.d.ts.map +1 -0
  60. package/dist/vue3/types/components/motion_text/motion_text.vue.d.ts.map +1 -0
  61. package/dist/vue3/types/components/motion_text/motion_text_constants.d.ts.map +1 -0
  62. package/dist/vue3/types/index.d.ts +3 -3
  63. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +5 -1
  64. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
  65. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +5 -1
  66. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
  67. package/package.json +4 -4
  68. package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +0 -1
  69. package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts.map +0 -1
  70. package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts.map +0 -1
  71. package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/index.d.ts +0 -3
  72. package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/index.d.ts.map +0 -1
  73. package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/index.d.ts +0 -2
  74. package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/index.d.ts.map +0 -1
  75. package/dist/vue3/types/recipes/motion/motion_text/index.d.ts +0 -3
  76. package/dist/vue3/types/recipes/motion/motion_text/index.d.ts.map +0 -1
  77. package/dist/vue3/types/recipes/motion/motion_text/motion_text.vue.d.ts.map +0 -1
  78. package/dist/vue3/types/recipes/motion/motion_text/motion_text_constants.d.ts.map +0 -1
  79. /package/dist/vue3/types/{recipes/comboboxes → components}/combobox_multi_select/combobox_multi_select.vue.d.ts +0 -0
  80. /package/dist/vue3/types/{recipes/comboboxes → components}/combobox_multi_select/combobox_multi_select_constants.d.ts +0 -0
  81. /package/dist/vue3/types/{recipes/comboboxes → components}/combobox_multi_select/combobox_multi_select_story_constants.d.ts +0 -0
  82. /package/dist/vue3/types/{recipes/motion → components}/motion_text/motion_text.vue.d.ts +0 -0
  83. /package/dist/vue3/types/{recipes/motion → components}/motion_text/motion_text_constants.d.ts +0 -0
@@ -4199,7 +4199,6 @@ legend .d-label--md {
4199
4199
  border: var(--popover-border-width) solid var(--popover-color-border);
4200
4200
  border-radius: var(--popover-border-radius);
4201
4201
  box-shadow: var(--popover-shadow);
4202
- visibility: visible;
4203
4202
  }
4204
4203
  .d-popover__dialog,
4205
4204
  .d-popover__dialog *,
@@ -4246,9 +4245,6 @@ legend .d-label--md {
4246
4245
  grid-row: 3;
4247
4246
  border-top: var(--popover-border-width) solid var(--popover-color-border);
4248
4247
  }
4249
- .tippy-box[data-popper-reference-hidden] .d-popover__dialog {
4250
- visibility: hidden;
4251
- }
4252
4248
  .d-progress-circle {
4253
4249
  --progress-size: var(--dt-icon-size-500);
4254
4250
  --progress-color: var(--dt-color-border-bold);
@@ -5829,6 +5825,323 @@ legend .d-label--md {
5829
5825
  color: var(--dt-color-foreground-tertiary);
5830
5826
  font: var(--dt-typography-body-md);
5831
5827
  }
5828
+ @property --d-motion-text-mask-pos {
5829
+ inherits: true;
5830
+ initial-value: 0%;
5831
+ syntax: '<percentage>';
5832
+ }
5833
+ .d-motion-text {
5834
+ /* Theme variables - can be overridden by design system */
5835
+ --d-motion-text-duration: 1000ms;
5836
+ --d-motion-text-char-duration: var(--d-motion-text-duration);
5837
+ --d-motion-text-word-duration: calc(var(--d-motion-text-duration) * 2);
5838
+ --d-motion-text-highlight-color: linear-gradient(135deg, var(--dt-color-brand-magenta) 10%, var(--dt-color-brand-purple) 80%, var(--dt-color-brand-gold) 100%);
5839
+ --d-motion-text-gradient: linear-gradient(90deg, transparent 0%, transparent 20%, black 40%, black 60%, transparent 80%, transparent 100%) 0% 0% / 500% 100%;
5840
+ --d-motion-text-shimmer-gradient: linear-gradient(90deg, black 0%, black 20%, #0005 40%, #0005 60%, black 80%, black 100%) 0% 0% / 500% 100%;
5841
+ position: relative;
5842
+ }
5843
+ .d-motion-text__sr-only {
5844
+ position: absolute;
5845
+ width: 1px;
5846
+ height: 1px;
5847
+ overflow: hidden;
5848
+ white-space: nowrap;
5849
+ clip-path: inset(50%);
5850
+ }
5851
+ .d-motion-text__content {
5852
+ display: contents;
5853
+ }
5854
+ .d-motion-text__fallback {
5855
+ display: contents;
5856
+ }
5857
+ .d-motion-text__char {
5858
+ display: inline;
5859
+ white-space: pre;
5860
+ }
5861
+ .d-motion-text__word {
5862
+ position: relative;
5863
+ display: inline-block;
5864
+ white-space: nowrap;
5865
+ }
5866
+ @-webkit-keyframes d-motion-text-gradient-in-char-appear {
5867
+ from {
5868
+ opacity: 0;
5869
+ }
5870
+ to {
5871
+ opacity: 1;
5872
+ }
5873
+ }
5874
+ @keyframes d-motion-text-gradient-in-char-appear {
5875
+ from {
5876
+ opacity: 0;
5877
+ }
5878
+ to {
5879
+ opacity: 1;
5880
+ }
5881
+ }
5882
+ @-webkit-keyframes d-motion-text-gradient-in-char-reveal {
5883
+ from {
5884
+ color: var(--dt-color-neutral-transparent);
5885
+ }
5886
+ to {
5887
+ color: inherit;
5888
+ }
5889
+ }
5890
+ @keyframes d-motion-text-gradient-in-char-reveal {
5891
+ from {
5892
+ color: var(--dt-color-neutral-transparent);
5893
+ }
5894
+ to {
5895
+ color: inherit;
5896
+ }
5897
+ }
5898
+ @-webkit-keyframes d-motion-text-gradient-in-word-reveal {
5899
+ from {
5900
+ --d-motion-text-mask-pos: 100%;
5901
+ }
5902
+ to {
5903
+ --d-motion-text-mask-pos: 0%;
5904
+ }
5905
+ }
5906
+ @keyframes d-motion-text-gradient-in-word-reveal {
5907
+ from {
5908
+ --d-motion-text-mask-pos: 100%;
5909
+ }
5910
+ to {
5911
+ --d-motion-text-mask-pos: 0%;
5912
+ }
5913
+ }
5914
+ @-webkit-keyframes d-motion-text-fade-in-char-appear {
5915
+ from {
5916
+ opacity: 0;
5917
+ }
5918
+ to {
5919
+ opacity: 1;
5920
+ }
5921
+ }
5922
+ @keyframes d-motion-text-fade-in-char-appear {
5923
+ from {
5924
+ opacity: 0;
5925
+ }
5926
+ to {
5927
+ opacity: 1;
5928
+ }
5929
+ }
5930
+ @-webkit-keyframes d-motion-text-fade-in-word-appear {
5931
+ from {
5932
+ opacity: 0;
5933
+ }
5934
+ to {
5935
+ opacity: 1;
5936
+ }
5937
+ }
5938
+ @keyframes d-motion-text-fade-in-word-appear {
5939
+ from {
5940
+ opacity: 0;
5941
+ }
5942
+ to {
5943
+ opacity: 1;
5944
+ }
5945
+ }
5946
+ @-webkit-keyframes d-motion-text-slide-in-char-appear {
5947
+ from {
5948
+ -webkit-transform: translateY(0.3em);
5949
+ transform: translateY(0.3em);
5950
+ opacity: 0;
5951
+ }
5952
+ to {
5953
+ -webkit-transform: translateY(0);
5954
+ transform: translateY(0);
5955
+ opacity: 1;
5956
+ }
5957
+ }
5958
+ @keyframes d-motion-text-slide-in-char-appear {
5959
+ from {
5960
+ -webkit-transform: translateY(0.3em);
5961
+ transform: translateY(0.3em);
5962
+ opacity: 0;
5963
+ }
5964
+ to {
5965
+ -webkit-transform: translateY(0);
5966
+ transform: translateY(0);
5967
+ opacity: 1;
5968
+ }
5969
+ }
5970
+ @-webkit-keyframes d-motion-text-slide-in-word-appear {
5971
+ from {
5972
+ -webkit-transform: translateY(0.5em);
5973
+ transform: translateY(0.5em);
5974
+ opacity: 0;
5975
+ }
5976
+ to {
5977
+ -webkit-transform: translateY(0);
5978
+ transform: translateY(0);
5979
+ opacity: 1;
5980
+ }
5981
+ }
5982
+ @keyframes d-motion-text-slide-in-word-appear {
5983
+ from {
5984
+ -webkit-transform: translateY(0.5em);
5985
+ transform: translateY(0.5em);
5986
+ opacity: 0;
5987
+ }
5988
+ to {
5989
+ -webkit-transform: translateY(0);
5990
+ transform: translateY(0);
5991
+ opacity: 1;
5992
+ }
5993
+ }
5994
+ .d-motion-text-char-gradient-in-enter-active {
5995
+ -webkit-animation: d-motion-text-gradient-in-char-appear var(--d-motion-text-char-duration) var(--ttf-in-out);
5996
+ animation: d-motion-text-gradient-in-char-appear var(--d-motion-text-char-duration) var(--ttf-in-out);
5997
+ }
5998
+ .d-motion-text-char-gradient-in-leave-active {
5999
+ animation: d-motion-text-gradient-in-char-appear calc(var(--d-motion-text-char-duration) * 0.5) var(--ttf-out-quint) reverse;
6000
+ }
6001
+ .d-motion-text-word-gradient-in-enter-active {
6002
+ -webkit-animation: d-motion-text-gradient-in-word-reveal calc(var(--d-motion-text-word-duration) * 1.5) var(--ttf-out-quint);
6003
+ animation: d-motion-text-gradient-in-word-reveal calc(var(--d-motion-text-word-duration) * 1.5) var(--ttf-out-quint);
6004
+ }
6005
+ .d-motion-text-word-gradient-in-leave-active {
6006
+ animation: d-motion-text-gradient-in-word-reveal calc(var(--d-motion-text-word-duration) * 0.5) var(--ttf-out-quint) reverse;
6007
+ }
6008
+ .d-motion-text-char-fade-in-enter-active {
6009
+ -webkit-animation: d-motion-text-fade-in-char-appear var(--d-motion-text-char-duration) var(--ttf-out-quint);
6010
+ animation: d-motion-text-fade-in-char-appear var(--d-motion-text-char-duration) var(--ttf-out-quint);
6011
+ }
6012
+ .d-motion-text-char-fade-in-leave-active {
6013
+ animation: d-motion-text-fade-in-char-appear calc(var(--d-motion-text-char-duration) * 0.5) var(--ttf-out-quint) reverse;
6014
+ }
6015
+ .d-motion-text-word-fade-in-enter-active {
6016
+ -webkit-animation: d-motion-text-fade-in-word-appear var(--d-motion-text-word-duration) var(--ttf-out-quint);
6017
+ animation: d-motion-text-fade-in-word-appear var(--d-motion-text-word-duration) var(--ttf-out-quint);
6018
+ }
6019
+ .d-motion-text-word-fade-in-leave-active {
6020
+ animation: d-motion-text-fade-in-word-appear calc(var(--d-motion-text-word-duration) * 0.5) var(--ttf-out-quint) reverse;
6021
+ }
6022
+ .d-motion-text-char-slide-in-enter-active {
6023
+ -webkit-animation: d-motion-text-slide-in-char-appear var(--d-motion-text-char-duration) var(--ttf-out-quint);
6024
+ animation: d-motion-text-slide-in-char-appear var(--d-motion-text-char-duration) var(--ttf-out-quint);
6025
+ }
6026
+ .d-motion-text-char-slide-in-leave-active {
6027
+ animation: d-motion-text-slide-in-char-appear calc(var(--d-motion-text-char-duration) * 0.5) var(--ttf-out-quint) reverse;
6028
+ }
6029
+ .d-motion-text-word-slide-in-enter-active {
6030
+ -webkit-animation: d-motion-text-slide-in-word-appear var(--d-motion-text-word-duration) var(--ttf-out-quint);
6031
+ animation: d-motion-text-slide-in-word-appear var(--d-motion-text-word-duration) var(--ttf-out-quint);
6032
+ }
6033
+ .d-motion-text-word-slide-in-leave-active {
6034
+ animation: d-motion-text-slide-in-word-appear calc(var(--d-motion-text-word-duration) * 0.5) var(--ttf-out-quint) reverse;
6035
+ }
6036
+ .d-motion-text--gradient-in .d-motion-text__char {
6037
+ -webkit-animation: d-motion-text-gradient-in-char-reveal var(--d-motion-text-char-duration) var(--ttf-in-out);
6038
+ animation: d-motion-text-gradient-in-char-reveal var(--d-motion-text-char-duration) var(--ttf-in-out);
6039
+ }
6040
+ .d-motion-text--gradient-sweep,
6041
+ .d-motion-text--shimmer {
6042
+ position: relative;
6043
+ display: inline-block;
6044
+ -webkit-animation: d-motion-text-gradient-in-word-reveal calc(var(--d-motion-text-word-duration) * 1.5) var(--ttf-in-out) 1;
6045
+ animation: d-motion-text-gradient-in-word-reveal calc(var(--d-motion-text-word-duration) * 1.5) var(--ttf-in-out) 1;
6046
+ }
6047
+ .d-motion-text--gradient-in .d-motion-text__word::before,
6048
+ .d-motion-text--gradient-sweep::before {
6049
+ position: absolute;
6050
+ font-size: inherit;
6051
+ line-height: inherit;
6052
+ letter-spacing: inherit;
6053
+ background: var(--d-motion-text-highlight-color);
6054
+ -webkit-background-clip: text;
6055
+ background-clip: text;
6056
+ content: attr(data-text-content);
6057
+ pointer-events: none;
6058
+ -webkit-text-fill-color: transparent;
6059
+ -webkit-mask: var(--d-motion-text-gradient);
6060
+ mask: var(--d-motion-text-gradient);
6061
+ -webkit-mask-position: var(--d-motion-text-mask-pos) 0%;
6062
+ mask-position: var(--d-motion-text-mask-pos) 0%;
6063
+ }
6064
+ .d-motion-text--shimmer {
6065
+ content: attr(data-text-content);
6066
+ -webkit-mask: var(--d-motion-text-shimmer-gradient);
6067
+ mask: var(--d-motion-text-shimmer-gradient);
6068
+ -webkit-mask-position: var(--d-motion-text-mask-pos) 0%;
6069
+ mask-position: var(--d-motion-text-mask-pos) 0%;
6070
+ }
6071
+ .d-motion-text--none .d-motion-text__word,
6072
+ .d-motion-text--none .d-motion-text__char {
6073
+ -webkit-transform: none;
6074
+ transform: none;
6075
+ opacity: 1;
6076
+ }
6077
+ .d-motion-text--paused {
6078
+ -webkit-animation-play-state: paused !important;
6079
+ animation-play-state: paused !important;
6080
+ }
6081
+ .d-motion-text--looped {
6082
+ -webkit-animation-iteration-count: infinite !important;
6083
+ animation-iteration-count: infinite !important;
6084
+ }
6085
+ @media (prefers-reduced-motion: reduce) {
6086
+ .d-motion-text {
6087
+ --d-motion-text-duration: 0ms;
6088
+ --d-motion-text-char-duration: 0ms;
6089
+ --d-motion-text-word-duration: 0ms;
6090
+ transition-duration: 0ms !important;
6091
+ -webkit-animation-duration: 0ms !important;
6092
+ animation-duration: 0ms !important;
6093
+ }
6094
+ }
6095
+ .d-recipe-combobox-with-popover__list .d-list-item__content {
6096
+ min-height: calc(var(--dt-size-550) + var(--dt-size-300));
6097
+ }
6098
+ .d-recipe-combobox-multi-select__chip {
6099
+ z-index: var(--zi-base1);
6100
+ max-width: var(--dt-size-100-percent);
6101
+ margin-top: var(--dt-space-300);
6102
+ margin-right: var(--dt-space-200);
6103
+ margin-left: var(--dt-space-200);
6104
+ }
6105
+ .d-recipe-combobox-multi-select__chip-wrapper {
6106
+ position: absolute;
6107
+ max-width: calc(var(--dt-size-100-percent) - var(--dt-space-400));
6108
+ max-height: initial;
6109
+ margin-right: var(--dt-space-200);
6110
+ margin-left: var(--dt-space-200);
6111
+ padding-left: var(--dt-space-100);
6112
+ overflow-y: visible;
6113
+ }
6114
+ .d-recipe-combobox-multi-select__chip-wrapper-md--collapsed {
6115
+ max-height: 2.8rem;
6116
+ overflow-y: hidden;
6117
+ }
6118
+ .d-recipe-combobox-multi-select__chip-wrapper-sm--collapsed,
6119
+ .d-recipe-combobox-multi-select__chip-wrapper-xs--collapsed {
6120
+ max-height: 2.5rem;
6121
+ overflow-y: hidden;
6122
+ }
6123
+ .d-recipe-combobox-multi-select__chip--truncate {
6124
+ white-space: nowrap;
6125
+ text-overflow: ellipsis;
6126
+ }
6127
+ .d-recipe-combobox-multi-select__input {
6128
+ flex-grow: 1;
6129
+ }
6130
+ .d-recipe-combobox-multi-select__input--hidden {
6131
+ color: transparent;
6132
+ }
6133
+ .d-recipe-combobox-multi-select__input-wrapper {
6134
+ position: relative;
6135
+ display: block;
6136
+ }
6137
+ .d-recipe-combobox-multi-select__list .d-list-item__content {
6138
+ min-height: calc(var(--dt-size-550) + var(--dt-size-300));
6139
+ }
6140
+ .d-recipe-combobox-multi-select__list--loading {
6141
+ padding-top: var(--dt-space-500);
6142
+ padding-bottom: var(--dt-space-500);
6143
+ text-align: center;
6144
+ }
5832
6145
  .d-bga-scroll {
5833
6146
  background-attachment: scroll !important;
5834
6147
  }
@@ -9215,56 +9528,6 @@ ul {
9215
9528
  .d-recipe-callbox__badge--warning {
9216
9529
  background-color: var(--dt-color-surface-warning);
9217
9530
  }
9218
- .d-recipe-combobox-multi-select__chip {
9219
- z-index: var(--zi-base1);
9220
- max-width: var(--dt-size-100-percent);
9221
- margin-top: var(--dt-space-300);
9222
- margin-right: var(--dt-space-200);
9223
- margin-left: var(--dt-space-200);
9224
- }
9225
- .d-recipe-combobox-multi-select__chip-wrapper {
9226
- position: absolute;
9227
- max-width: calc(var(--dt-size-100-percent) - var(--dt-space-400));
9228
- max-height: initial;
9229
- margin-right: var(--dt-space-200);
9230
- margin-left: var(--dt-space-200);
9231
- padding-left: var(--dt-space-100);
9232
- overflow-y: visible;
9233
- }
9234
- .d-recipe-combobox-multi-select__chip-wrapper-md--collapsed {
9235
- max-height: 2.8rem;
9236
- overflow-y: hidden;
9237
- }
9238
- .d-recipe-combobox-multi-select__chip-wrapper-sm--collapsed,
9239
- .d-recipe-combobox-multi-select__chip-wrapper-xs--collapsed {
9240
- max-height: 2.5rem;
9241
- overflow-y: hidden;
9242
- }
9243
- .d-recipe-combobox-multi-select__chip--truncate {
9244
- white-space: nowrap;
9245
- text-overflow: ellipsis;
9246
- }
9247
- .d-recipe-combobox-multi-select__input {
9248
- flex-grow: 1;
9249
- }
9250
- .d-recipe-combobox-multi-select__input--hidden {
9251
- color: transparent;
9252
- }
9253
- .d-recipe-combobox-multi-select__input-wrapper {
9254
- position: relative;
9255
- display: block;
9256
- }
9257
- .d-recipe-combobox-multi-select__list .d-list-item__content {
9258
- min-height: calc(var(--dt-size-550) + var(--dt-size-300));
9259
- }
9260
- .d-recipe-combobox-multi-select__list--loading {
9261
- padding-top: var(--dt-space-500);
9262
- padding-bottom: var(--dt-space-500);
9263
- text-align: center;
9264
- }
9265
- .d-recipe-combobox-with-popover__list .d-list-item__content {
9266
- min-height: calc(var(--dt-size-550) + var(--dt-size-300));
9267
- }
9268
9531
  .d-recipe-contact-info {
9269
9532
  --contact-info-avatar-border-color: var(--dt-color-surface-primary);
9270
9533
  padding: var(--dt-space-300) var(--dt-space-400);
@@ -10241,273 +10504,6 @@ ul {
10241
10504
  border: var(--dt-space-100) solid;
10242
10505
  border-color: var(--dt-color-border-default);
10243
10506
  }
10244
- @property --dt-recipe-motion-text-mask-pos {
10245
- inherits: true;
10246
- initial-value: 0%;
10247
- syntax: '<percentage>';
10248
- }
10249
- .dt-recipe-motion-text {
10250
- /* Theme variables - can be overridden by design system */
10251
- --dt-recipe-motion-text-duration: 1000ms;
10252
- --dt-recipe-motion-text-char-duration: var(--dt-recipe-motion-text-duration);
10253
- --dt-recipe-motion-text-word-duration: calc(var(--dt-recipe-motion-text-duration) * 2);
10254
- --dt-recipe-motion-text-highlight-color: linear-gradient(135deg, var(--dt-color-brand-magenta) 10%, var(--dt-color-brand-purple) 80%, var(--dt-color-brand-gold) 100%);
10255
- --dt-recipe-motion-text-gradient: linear-gradient(90deg, transparent 0%, transparent 20%, black 40%, black 60%, transparent 80%, transparent 100%) 0% 0% / 500% 100%;
10256
- --dt-recipe-motion-text-shimmer-gradient: linear-gradient(90deg, black 0%, black 20%, #0005 40%, #0005 60%, black 80%, black 100%) 0% 0% / 500% 100%;
10257
- position: relative;
10258
- }
10259
- .dt-recipe-motion-text__sr-only {
10260
- position: absolute;
10261
- width: 1px;
10262
- height: 1px;
10263
- overflow: hidden;
10264
- white-space: nowrap;
10265
- clip-path: inset(50%);
10266
- }
10267
- .dt-recipe-motion-text__content {
10268
- display: contents;
10269
- }
10270
- .dt-recipe-motion-text__fallback {
10271
- display: contents;
10272
- }
10273
- .dt-recipe-motion-text__char {
10274
- display: inline;
10275
- white-space: pre;
10276
- }
10277
- .dt-recipe-motion-text__word {
10278
- position: relative;
10279
- display: inline-block;
10280
- white-space: nowrap;
10281
- }
10282
- @-webkit-keyframes dt-recipe-motion-text-gradient-in-char-appear {
10283
- from {
10284
- opacity: 0;
10285
- }
10286
- to {
10287
- opacity: 1;
10288
- }
10289
- }
10290
- @keyframes dt-recipe-motion-text-gradient-in-char-appear {
10291
- from {
10292
- opacity: 0;
10293
- }
10294
- to {
10295
- opacity: 1;
10296
- }
10297
- }
10298
- @-webkit-keyframes dt-recipe-motion-text-gradient-in-char-reveal {
10299
- from {
10300
- color: var(--dt-color-neutral-transparent);
10301
- }
10302
- to {
10303
- color: inherit;
10304
- }
10305
- }
10306
- @keyframes dt-recipe-motion-text-gradient-in-char-reveal {
10307
- from {
10308
- color: var(--dt-color-neutral-transparent);
10309
- }
10310
- to {
10311
- color: inherit;
10312
- }
10313
- }
10314
- @-webkit-keyframes dt-recipe-motion-text-gradient-in-word-reveal {
10315
- from {
10316
- --dt-recipe-motion-text-mask-pos: 100%;
10317
- }
10318
- to {
10319
- --dt-recipe-motion-text-mask-pos: 0%;
10320
- }
10321
- }
10322
- @keyframes dt-recipe-motion-text-gradient-in-word-reveal {
10323
- from {
10324
- --dt-recipe-motion-text-mask-pos: 100%;
10325
- }
10326
- to {
10327
- --dt-recipe-motion-text-mask-pos: 0%;
10328
- }
10329
- }
10330
- @-webkit-keyframes dt-recipe-motion-text-fade-in-char-appear {
10331
- from {
10332
- opacity: 0;
10333
- }
10334
- to {
10335
- opacity: 1;
10336
- }
10337
- }
10338
- @keyframes dt-recipe-motion-text-fade-in-char-appear {
10339
- from {
10340
- opacity: 0;
10341
- }
10342
- to {
10343
- opacity: 1;
10344
- }
10345
- }
10346
- @-webkit-keyframes dt-recipe-motion-text-fade-in-word-appear {
10347
- from {
10348
- opacity: 0;
10349
- }
10350
- to {
10351
- opacity: 1;
10352
- }
10353
- }
10354
- @keyframes dt-recipe-motion-text-fade-in-word-appear {
10355
- from {
10356
- opacity: 0;
10357
- }
10358
- to {
10359
- opacity: 1;
10360
- }
10361
- }
10362
- @-webkit-keyframes dt-recipe-motion-text-slide-in-char-appear {
10363
- from {
10364
- -webkit-transform: translateY(0.3em);
10365
- transform: translateY(0.3em);
10366
- opacity: 0;
10367
- }
10368
- to {
10369
- -webkit-transform: translateY(0);
10370
- transform: translateY(0);
10371
- opacity: 1;
10372
- }
10373
- }
10374
- @keyframes dt-recipe-motion-text-slide-in-char-appear {
10375
- from {
10376
- -webkit-transform: translateY(0.3em);
10377
- transform: translateY(0.3em);
10378
- opacity: 0;
10379
- }
10380
- to {
10381
- -webkit-transform: translateY(0);
10382
- transform: translateY(0);
10383
- opacity: 1;
10384
- }
10385
- }
10386
- @-webkit-keyframes dt-recipe-motion-text-slide-in-word-appear {
10387
- from {
10388
- -webkit-transform: translateY(0.5em);
10389
- transform: translateY(0.5em);
10390
- opacity: 0;
10391
- }
10392
- to {
10393
- -webkit-transform: translateY(0);
10394
- transform: translateY(0);
10395
- opacity: 1;
10396
- }
10397
- }
10398
- @keyframes dt-recipe-motion-text-slide-in-word-appear {
10399
- from {
10400
- -webkit-transform: translateY(0.5em);
10401
- transform: translateY(0.5em);
10402
- opacity: 0;
10403
- }
10404
- to {
10405
- -webkit-transform: translateY(0);
10406
- transform: translateY(0);
10407
- opacity: 1;
10408
- }
10409
- }
10410
- .dt-recipe-motion-text-char-gradient-in-enter-active {
10411
- -webkit-animation: dt-recipe-motion-text-gradient-in-char-appear var(--dt-recipe-motion-text-char-duration) var(--ttf-in-out);
10412
- animation: dt-recipe-motion-text-gradient-in-char-appear var(--dt-recipe-motion-text-char-duration) var(--ttf-in-out);
10413
- }
10414
- .dt-recipe-motion-text-char-gradient-in-leave-active {
10415
- animation: dt-recipe-motion-text-gradient-in-char-appear calc(var(--dt-recipe-motion-text-char-duration) * 0.5) var(--ttf-out-quint) reverse;
10416
- }
10417
- .dt-recipe-motion-text-word-gradient-in-enter-active {
10418
- -webkit-animation: dt-recipe-motion-text-gradient-in-word-reveal calc(var(--dt-recipe-motion-text-word-duration) * 1.5) var(--ttf-out-quint);
10419
- animation: dt-recipe-motion-text-gradient-in-word-reveal calc(var(--dt-recipe-motion-text-word-duration) * 1.5) var(--ttf-out-quint);
10420
- }
10421
- .dt-recipe-motion-text-word-gradient-in-leave-active {
10422
- animation: dt-recipe-motion-text-gradient-in-word-reveal calc(var(--dt-recipe-motion-text-word-duration) * 0.5) var(--ttf-out-quint) reverse;
10423
- }
10424
- .dt-recipe-motion-text-char-fade-in-enter-active {
10425
- -webkit-animation: dt-recipe-motion-text-fade-in-char-appear var(--dt-recipe-motion-text-char-duration) var(--ttf-out-quint);
10426
- animation: dt-recipe-motion-text-fade-in-char-appear var(--dt-recipe-motion-text-char-duration) var(--ttf-out-quint);
10427
- }
10428
- .dt-recipe-motion-text-char-fade-in-leave-active {
10429
- animation: dt-recipe-motion-text-fade-in-char-appear calc(var(--dt-recipe-motion-text-char-duration) * 0.5) var(--ttf-out-quint) reverse;
10430
- }
10431
- .dt-recipe-motion-text-word-fade-in-enter-active {
10432
- -webkit-animation: dt-recipe-motion-text-fade-in-word-appear var(--dt-recipe-motion-text-word-duration) var(--ttf-out-quint);
10433
- animation: dt-recipe-motion-text-fade-in-word-appear var(--dt-recipe-motion-text-word-duration) var(--ttf-out-quint);
10434
- }
10435
- .dt-recipe-motion-text-word-fade-in-leave-active {
10436
- animation: dt-recipe-motion-text-fade-in-word-appear calc(var(--dt-recipe-motion-text-word-duration) * 0.5) var(--ttf-out-quint) reverse;
10437
- }
10438
- .dt-recipe-motion-text-char-slide-in-enter-active {
10439
- -webkit-animation: dt-recipe-motion-text-slide-in-char-appear var(--dt-recipe-motion-text-char-duration) var(--ttf-out-quint);
10440
- animation: dt-recipe-motion-text-slide-in-char-appear var(--dt-recipe-motion-text-char-duration) var(--ttf-out-quint);
10441
- }
10442
- .dt-recipe-motion-text-char-slide-in-leave-active {
10443
- animation: dt-recipe-motion-text-slide-in-char-appear calc(var(--dt-recipe-motion-text-char-duration) * 0.5) var(--ttf-out-quint) reverse;
10444
- }
10445
- .dt-recipe-motion-text-word-slide-in-enter-active {
10446
- -webkit-animation: dt-recipe-motion-text-slide-in-word-appear var(--dt-recipe-motion-text-word-duration) var(--ttf-out-quint);
10447
- animation: dt-recipe-motion-text-slide-in-word-appear var(--dt-recipe-motion-text-word-duration) var(--ttf-out-quint);
10448
- }
10449
- .dt-recipe-motion-text-word-slide-in-leave-active {
10450
- animation: dt-recipe-motion-text-slide-in-word-appear calc(var(--dt-recipe-motion-text-word-duration) * 0.5) var(--ttf-out-quint) reverse;
10451
- }
10452
- .dt-recipe-motion-text--gradient-in .dt-recipe-motion-text__char {
10453
- -webkit-animation: dt-recipe-motion-text-gradient-in-char-reveal var(--dt-recipe-motion-text-char-duration) var(--ttf-in-out);
10454
- animation: dt-recipe-motion-text-gradient-in-char-reveal var(--dt-recipe-motion-text-char-duration) var(--ttf-in-out);
10455
- }
10456
- .dt-recipe-motion-text--gradient-sweep,
10457
- .dt-recipe-motion-text--shimmer {
10458
- position: relative;
10459
- display: inline-block;
10460
- -webkit-animation: dt-recipe-motion-text-gradient-in-word-reveal calc(var(--dt-recipe-motion-text-word-duration) * 1.5) var(--ttf-in-out) 1;
10461
- animation: dt-recipe-motion-text-gradient-in-word-reveal calc(var(--dt-recipe-motion-text-word-duration) * 1.5) var(--ttf-in-out) 1;
10462
- }
10463
- .dt-recipe-motion-text--gradient-in .dt-recipe-motion-text__word::before,
10464
- .dt-recipe-motion-text--gradient-sweep::before {
10465
- position: absolute;
10466
- font-size: inherit;
10467
- line-height: inherit;
10468
- letter-spacing: inherit;
10469
- background: var(--dt-recipe-motion-text-highlight-color);
10470
- -webkit-background-clip: text;
10471
- background-clip: text;
10472
- content: attr(data-text-content);
10473
- pointer-events: none;
10474
- -webkit-text-fill-color: transparent;
10475
- -webkit-mask: var(--dt-recipe-motion-text-gradient);
10476
- mask: var(--dt-recipe-motion-text-gradient);
10477
- -webkit-mask-position: var(--dt-recipe-motion-text-mask-pos) 0%;
10478
- mask-position: var(--dt-recipe-motion-text-mask-pos) 0%;
10479
- }
10480
- .dt-recipe-motion-text--shimmer {
10481
- content: attr(data-text-content);
10482
- -webkit-mask: var(--dt-recipe-motion-text-shimmer-gradient);
10483
- mask: var(--dt-recipe-motion-text-shimmer-gradient);
10484
- -webkit-mask-position: var(--dt-recipe-motion-text-mask-pos) 0%;
10485
- mask-position: var(--dt-recipe-motion-text-mask-pos) 0%;
10486
- }
10487
- .dt-recipe-motion-text--none .dt-recipe-motion-text__word,
10488
- .dt-recipe-motion-text--none .dt-recipe-motion-text__char {
10489
- -webkit-transform: none;
10490
- transform: none;
10491
- opacity: 1;
10492
- }
10493
- .dt-recipe-motion-text--paused {
10494
- -webkit-animation-play-state: paused !important;
10495
- animation-play-state: paused !important;
10496
- }
10497
- .dt-recipe-motion-text--looped {
10498
- -webkit-animation-iteration-count: infinite !important;
10499
- animation-iteration-count: infinite !important;
10500
- }
10501
- @media (prefers-reduced-motion: reduce) {
10502
- .dt-recipe-motion-text {
10503
- --dt-recipe-motion-text-duration: 0ms;
10504
- --dt-recipe-motion-text-char-duration: 0ms;
10505
- --dt-recipe-motion-text-word-duration: 0ms;
10506
- transition-duration: 0ms !important;
10507
- -webkit-animation-duration: 0ms !important;
10508
- animation-duration: 0ms !important;
10509
- }
10510
- }
10511
10507
  .d-recipe-settings-menu-button {
10512
10508
  width: var(--dt-size-550);
10513
10509
  height: var(--dt-size-600);