@dialpad/dialtone-mcp-server 1.2.0 → 1.2.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 (2) hide show
  1. package/build/index.js +458 -52
  2. package/package.json +3 -2
package/build/index.js CHANGED
@@ -5263,7 +5263,7 @@ unionType([
5263
5263
  ]);
5264
5264
 
5265
5265
  var name = "@dialpad/dialtone-mcp-server";
5266
- var version = "1.2.0";
5266
+ var version = "1.2.1";
5267
5267
  var main$1 = "build/index.js";
5268
5268
  var type = "module";
5269
5269
  var bin = {
@@ -5286,6 +5286,7 @@ var dependencies = {
5286
5286
  };
5287
5287
  var devDependencies = {
5288
5288
  "@dialpad/dialtone-css": "workspace:*",
5289
+ "@dialpad/dialtone-icons": "workspace:*",
5289
5290
  "@dialpad/dialtone-vue": "workspace:^3",
5290
5291
  "@modelcontextprotocol/inspector": "0.16.7",
5291
5292
  "@rollup/plugin-json": "^6.0.0",
@@ -8096,16 +8097,8 @@ var utilityClassesData = {
8096
8097
  "d-fl-equal": {
8097
8098
  values: [
8098
8099
  {
8099
- prop: "flex-basis",
8100
- value: "0 !important"
8101
- },
8102
- {
8103
- prop: "flex-grow",
8104
- value: "1 !important"
8105
- },
8106
- {
8107
- prop: "flex-shrink",
8108
- value: "1 !important"
8100
+ prop: "flex",
8101
+ value: "1 1 0 !important"
8109
8102
  }
8110
8103
  ]
8111
8104
  },
@@ -8480,7 +8473,15 @@ var utilityClassesData = {
8480
8473
  "d-gcg-unset": {
8481
8474
  values: [
8482
8475
  {
8483
- prop: "grid-column-gap",
8476
+ prop: "-webkit-column-gap",
8477
+ value: "unset !important"
8478
+ },
8479
+ {
8480
+ prop: "-moz-column-gap",
8481
+ value: "unset !important"
8482
+ },
8483
+ {
8484
+ prop: "column-gap",
8484
8485
  value: "unset !important"
8485
8486
  }
8486
8487
  ]
@@ -8488,7 +8489,7 @@ var utilityClassesData = {
8488
8489
  "d-grg-unset": {
8489
8490
  values: [
8490
8491
  {
8491
- prop: "grid-row-gap",
8492
+ prop: "row-gap",
8492
8493
  value: "unset !important"
8493
8494
  }
8494
8495
  ]
@@ -8496,7 +8497,7 @@ var utilityClassesData = {
8496
8497
  "d-gg-unset": {
8497
8498
  values: [
8498
8499
  {
8499
- prop: "grid-gap",
8500
+ prop: "gap",
8500
8501
  value: "unset !important"
8501
8502
  }
8502
8503
  ]
@@ -8756,15 +8757,6 @@ var utilityClassesData = {
8756
8757
  },
8757
8758
  "d-gl-header": {
8758
8759
  values: [
8759
- {
8760
- prop: "grid-template-areas",
8761
- value: "'header' 'content'"
8762
- },
8763
- {
8764
- prop: "grid-template-rows",
8765
- value: "[header-start] var(--header-height) [header-end content-start] var(--content-height) [content-end]",
8766
- description: "[header-start] minmax(6.4rem, min-content) [header-end content-start] minmax(64rem, max-content) [content-end]"
8767
- },
8768
8760
  {
8769
8761
  prop: "grid-auto-rows",
8770
8762
  value: "1fr"
@@ -8776,6 +8768,15 @@ var utilityClassesData = {
8776
8768
  {
8777
8769
  prop: "grid-auto-columns",
8778
8770
  value: "minmax(min-content, auto)"
8771
+ },
8772
+ {
8773
+ prop: "grid-template-areas",
8774
+ value: "'header' 'content'"
8775
+ },
8776
+ {
8777
+ prop: "grid-template-rows",
8778
+ value: "[header-start] var(--header-height) [header-end content-start] var(--content-height) [content-end]",
8779
+ description: "[header-start] minmax(6.4rem, min-content) [header-end content-start] minmax(64rem, max-content) [content-end]"
8779
8780
  }
8780
8781
  ]
8781
8782
  },
@@ -10384,17 +10385,13 @@ var utilityClassesData = {
10384
10385
  value: "hidden"
10385
10386
  },
10386
10387
  {
10387
- prop: "word-wrap",
10388
+ prop: "overflow-wrap",
10388
10389
  value: "normal"
10389
10390
  },
10390
10391
  {
10391
10392
  prop: "border",
10392
10393
  value: "none"
10393
10394
  },
10394
- {
10395
- prop: "clip",
10396
- value: "rect(1px, 1px, 1px, 1px)"
10397
- },
10398
10395
  {
10399
10396
  prop: "-webkit-clip-path",
10400
10397
  value: "inset(50%)"
@@ -13484,10 +13481,6 @@ var utilityClassesData = {
13484
13481
  prop: "overflow",
13485
13482
  value: "initial !important"
13486
13483
  },
13487
- {
13488
- prop: "-webkit-box-orient",
13489
- value: "initial !important"
13490
- },
13491
13484
  {
13492
13485
  prop: "-webkit-line-clamp",
13493
13486
  value: "initial !important"
@@ -13721,7 +13714,7 @@ var utilityClassesData = {
13721
13714
  "d-wb-break-word": {
13722
13715
  values: [
13723
13716
  {
13724
- prop: "word-break",
13717
+ prop: "overflow-wrap",
13725
13718
  value: "break-word !important"
13726
13719
  }
13727
13720
  ]
@@ -13745,7 +13738,7 @@ var utilityClassesData = {
13745
13738
  "d-ww-normal": {
13746
13739
  values: [
13747
13740
  {
13748
- prop: "word-wrap",
13741
+ prop: "overflow-wrap",
13749
13742
  value: "normal !important"
13750
13743
  }
13751
13744
  ]
@@ -13753,7 +13746,7 @@ var utilityClassesData = {
13753
13746
  "d-ww-break-word": {
13754
13747
  values: [
13755
13748
  {
13756
- prop: "word-wrap",
13749
+ prop: "overflow-wrap",
13757
13750
  value: "break-word !important"
13758
13751
  }
13759
13752
  ]
@@ -13761,7 +13754,7 @@ var utilityClassesData = {
13761
13754
  "d-ww-anywhere": {
13762
13755
  values: [
13763
13756
  {
13764
- prop: "word-wrap",
13757
+ prop: "overflow-wrap",
13765
13758
  value: "anywhere !important"
13766
13759
  }
13767
13760
  ]
@@ -13769,7 +13762,7 @@ var utilityClassesData = {
13769
13762
  "d-ww-initial": {
13770
13763
  values: [
13771
13764
  {
13772
- prop: "word-wrap",
13765
+ prop: "overflow-wrap",
13773
13766
  value: "initial !important"
13774
13767
  }
13775
13768
  ]
@@ -13777,7 +13770,7 @@ var utilityClassesData = {
13777
13770
  "d-ww-inherit": {
13778
13771
  values: [
13779
13772
  {
13780
- prop: "word-wrap",
13773
+ prop: "overflow-wrap",
13781
13774
  value: "inherit !important"
13782
13775
  }
13783
13776
  ]
@@ -141272,6 +141265,16 @@ var tokensData = {
141272
141265
  "dp-light": {
141273
141266
  value: "column"
141274
141267
  }
141268
+ },
141269
+ "--stack-align": {
141270
+ "dp-light": {
141271
+ value: "initial"
141272
+ }
141273
+ },
141274
+ "--stack-justify": {
141275
+ "dp-light": {
141276
+ value: "initial"
141277
+ }
141275
141278
  },
141276
141279
  "--avatar-color-background": {
141277
141280
  "dp-light": {
@@ -141844,12 +141847,12 @@ var tokensData = {
141844
141847
  },
141845
141848
  "--toast-alternate-color-shadow": {
141846
141849
  "dp-light": {
141847
- value: "hsla(0 0% 10.980392156862745% / 0.15)"
141850
+ value: "hsl(0 0% 10.980392156862745% / 0.15)"
141848
141851
  }
141849
141852
  },
141850
141853
  "--toast-alternate-box-shadow": {
141851
141854
  "dp-light": {
141852
- value: "0 0 0 0rem hsla(0 0% 10.980392156862745% / 0.15) inset, 0rem 0.2rem 0.8rem 0rem #00000040"
141855
+ value: "0 0 0 0rem hsl(0 0% 10.980392156862745% / 0.15) inset, 0rem 0.2rem 0.8rem 0rem #00000040"
141853
141856
  }
141854
141857
  },
141855
141858
  "--toast-alternate-color-background": {
@@ -142396,6 +142399,41 @@ var tokensData = {
142396
142399
  "dp-light": {
142397
142400
  value: "2.4rem"
142398
142401
  }
142402
+ },
142403
+ "--dt-recipe-motion-text-duration": {
142404
+ "dp-light": {
142405
+ value: "1000ms"
142406
+ }
142407
+ },
142408
+ "--dt-recipe-motion-text-char-duration": {
142409
+ "dp-light": {
142410
+ value: "1000ms"
142411
+ }
142412
+ },
142413
+ "--dt-recipe-motion-text-word-duration": {
142414
+ "dp-light": {
142415
+ value: "calc(1000ms * 2)"
142416
+ }
142417
+ },
142418
+ "--dt-recipe-motion-text-highlight-color": {
142419
+ "dp-light": {
142420
+ value: "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 80%, #FF9E0E 100%)"
142421
+ }
142422
+ },
142423
+ "--dt-recipe-motion-text-gradient": {
142424
+ "dp-light": {
142425
+ value: "linear-gradient(90deg, transparent 0%, transparent 20%, black 40%, black 60%, transparent 80%, transparent 100%) 0% 0% / 500% 100%"
142426
+ }
142427
+ },
142428
+ "--dt-recipe-motion-text-shimmer-gradient": {
142429
+ "dp-light": {
142430
+ value: "linear-gradient(90deg, black 0%, black 20%, #0005 40%, #0005 60%, black 80%, black 100%) 0% 0% / 500% 100%"
142431
+ }
142432
+ },
142433
+ "--dt-recipe-motion-text-mask-pos": {
142434
+ "dp-light": {
142435
+ value: "100%"
142436
+ }
142399
142437
  },
142400
142438
  "--bgo": {
142401
142439
  "dp-light": {
@@ -142757,6 +142795,21 @@ var tokensData = {
142757
142795
  ],
142758
142796
  docs: "https://dialtone.dialpad.com/design/tokens/"
142759
142797
  }
142798
+ },
142799
+ "--outline-color": {
142800
+ "dp-light": {
142801
+ value: "orangered"
142802
+ }
142803
+ },
142804
+ "--outline-size": {
142805
+ "dp-light": {
142806
+ value: "0.2rem"
142807
+ }
142808
+ },
142809
+ "--outline-offset": {
142810
+ "dp-light": {
142811
+ value: "calc(0.2rem * -1)"
142812
+ }
142760
142813
  },
142761
142814
  "--dt-shadow-card-3-color-h": {
142762
142815
  "dp-light": {
@@ -168142,6 +168195,23 @@ var componentsData = [
168142
168195
  },
168143
168196
  exportName: "default",
168144
168197
  props: [
168198
+ {
168199
+ name: "disabled",
168200
+ description: "Whether the chip is disabled",
168201
+ tags: {
168202
+ },
168203
+ values: [
168204
+ "true",
168205
+ "false"
168206
+ ],
168207
+ type: {
168208
+ name: "boolean"
168209
+ },
168210
+ defaultValue: {
168211
+ func: false,
168212
+ value: "false"
168213
+ }
168214
+ },
168145
168215
  {
168146
168216
  name: "hideClose",
168147
168217
  description: "Hides the close button on the chip",
@@ -171233,7 +171303,7 @@ var componentsData = [
171233
171303
  },
171234
171304
  {
171235
171305
  name: "shortcut",
171236
- description: "Include any of these tokens in your string to render the corresponding symbol:\n{cmd} {win} {arrow-right} {arrow-left} {arrow-up} {arrow-down}",
171306
+ description: "Include any of these tokens in your string to render the corresponding symbol:\n{cmd} {opt} {win} {arrow-right} {arrow-left} {arrow-up} {arrow-down}",
171237
171307
  type: {
171238
171308
  name: "string"
171239
171309
  },
@@ -171241,7 +171311,7 @@ var componentsData = [
171241
171311
  },
171242
171312
  {
171243
171313
  name: "screenReaderText",
171244
- description: "Text entered here will be read by assistive technology. If null this component will be ignored by AT.",
171314
+ description: "Optional text to override the auto-generated accessible text for assistive technology.\nIf not provided, accessible text will be automatically generated from the shortcut.",
171245
171315
  type: {
171246
171316
  name: "string"
171247
171317
  },
@@ -173461,15 +173531,6 @@ var componentsData = [
173461
173531
  }
173462
173532
  }
173463
173533
  ]
173464
- },
173465
- {
173466
- name: "click",
173467
- description: "Native click event",
173468
- type: {
173469
- names: [
173470
- "PointerEvent | KeyboardEvent"
173471
- ]
173472
- }
173473
173534
  }
173474
173535
  ],
173475
173536
  slots: [
@@ -174217,6 +174278,15 @@ var componentsData = [
174217
174278
  "String"
174218
174279
  ]
174219
174280
  }
174281
+ },
174282
+ {
174283
+ name: "mention-click",
174284
+ description: "Event fired when a mention is clicked",
174285
+ type: {
174286
+ names: [
174287
+ "Object"
174288
+ ]
174289
+ }
174220
174290
  }
174221
174291
  ],
174222
174292
  sourceFiles: [
@@ -174918,6 +174988,17 @@ var componentsData = [
174918
174988
  func: false,
174919
174989
  value: "''"
174920
174990
  }
174991
+ },
174992
+ {
174993
+ name: "modelValue",
174994
+ description: "The value of the select menu",
174995
+ type: {
174996
+ name: "string|number"
174997
+ },
174998
+ defaultValue: {
174999
+ func: false,
175000
+ value: "''"
175001
+ }
174921
175002
  }
174922
175003
  ],
174923
175004
  events: [
@@ -175473,7 +175554,7 @@ var componentsData = [
175473
175554
  props: [
175474
175555
  {
175475
175556
  name: "direction",
175476
- description: "Set this prop to the direction to stack the items.\nYou can override the default direction with 'default' key.\nAll the undefined breakpoints will have 'default' value.\nBy default, for the column direction it will have `justify-content: flex-start`\nand for the row direction `align-items: center`. This can be overriden\nby utility classes.",
175557
+ description: "Set this prop to the direction to stack the items.\nYou can override the default direction with 'default' key.\nAll the undefined breakpoints will have 'default' value.\nBy default, for the column direction it will have `justify-content: flex-start`\nand for the row direction `align-items: center`. This can be overridden\nusing the `align` and `justify` props.",
175477
175558
  type: {
175478
175559
  name: "string|object"
175479
175560
  },
@@ -175503,6 +175584,24 @@ var componentsData = [
175503
175584
  func: false,
175504
175585
  value: "'0'"
175505
175586
  }
175587
+ },
175588
+ {
175589
+ name: "align",
175590
+ description: "The align property controls the alignment of items along the cross axis.\nThe align can be set to a string, or object with breakpoints.\nAll the undefined breakpoints will have the 'default' value.\nYou can override the default align with 'default' key.\nIn case of string, it will be applied to all the breakpoints.\nIf not specified, alignment uses CSS defaults: stretch for column direction,\ncenter for row/row-reverse directions (set by CSS).\nValid values are 'start', 'center', 'end', 'stretch', 'baseline'.",
175591
+ type: {
175592
+ name: "string|object"
175593
+ }
175594
+ },
175595
+ {
175596
+ name: "justify",
175597
+ description: "The justify property controls the justification of items along the main axis.\nThe justify can be set to a string, or object with breakpoints.\nAll the undefined breakpoints will have the 'default' value.\nYou can override the default justify with 'default' key.\nIn case of string, it will be applied to all the breakpoints.\nValid values are 'start', 'center', 'end', 'around', 'between', 'evenly'.",
175598
+ type: {
175599
+ name: "string|object"
175600
+ },
175601
+ defaultValue: {
175602
+ func: false,
175603
+ value: "'start'"
175604
+ }
175506
175605
  }
175507
175606
  ],
175508
175607
  slots: [
@@ -177965,6 +178064,17 @@ var componentsData = [
177965
178064
  func: false,
177966
178065
  value: "''"
177967
178066
  }
178067
+ },
178068
+ {
178069
+ name: "disabled",
178070
+ description: "When true, disables the underlying input.",
178071
+ type: {
178072
+ name: "boolean"
178073
+ },
178074
+ defaultValue: {
178075
+ func: false,
178076
+ value: "false"
178077
+ }
177968
178078
  }
177969
178079
  ],
177970
178080
  events: [
@@ -180865,6 +180975,244 @@ var componentsData = [
180865
180975
  "/home/runner/work/dialtone/dialtone/packages/dialtone-vue3/recipes/leftbar/unread_pill/unread_pill.vue"
180866
180976
  ]
180867
180977
  },
180978
+ {
180979
+ displayName: "DtRecipeMotionText",
180980
+ exportName: "default",
180981
+ description: "",
180982
+ tags: {
180983
+ },
180984
+ props: [
180985
+ {
180986
+ name: "text",
180987
+ description: "The text content to animate.",
180988
+ tags: {
180989
+ type: [
180990
+ {
180991
+ title: "type",
180992
+ type: {
180993
+ name: "string"
180994
+ }
180995
+ }
180996
+ ]
180997
+ },
180998
+ type: {
180999
+ name: "string"
181000
+ },
181001
+ defaultValue: {
181002
+ func: false,
181003
+ value: "''"
181004
+ }
181005
+ },
181006
+ {
181007
+ name: "animationMode",
181008
+ description: "The animation mode to use for the text reveal.",
181009
+ tags: {
181010
+ },
181011
+ values: [
181012
+ "gradient-in",
181013
+ "fade-in",
181014
+ "slide-in",
181015
+ "gradient-sweep",
181016
+ "shimmer",
181017
+ "none"
181018
+ ],
181019
+ type: {
181020
+ name: "string"
181021
+ },
181022
+ defaultValue: {
181023
+ func: false,
181024
+ value: "'gradient-in'"
181025
+ }
181026
+ },
181027
+ {
181028
+ name: "speed",
181029
+ description: "Animation speed using t-shirt sizing.",
181030
+ tags: {
181031
+ },
181032
+ values: [
181033
+ "sm",
181034
+ "md",
181035
+ "lg"
181036
+ ],
181037
+ type: {
181038
+ name: "string"
181039
+ },
181040
+ defaultValue: {
181041
+ func: false,
181042
+ value: "'md'"
181043
+ }
181044
+ },
181045
+ {
181046
+ name: "autoStart",
181047
+ description: "Whether to start animation automatically when component is mounted.",
181048
+ tags: {
181049
+ },
181050
+ values: [
181051
+ "true",
181052
+ "false"
181053
+ ],
181054
+ type: {
181055
+ name: "boolean"
181056
+ },
181057
+ defaultValue: {
181058
+ func: false,
181059
+ value: "true"
181060
+ }
181061
+ },
181062
+ {
181063
+ name: "loop",
181064
+ description: "Whether to loop the animation continuously.",
181065
+ tags: {
181066
+ },
181067
+ values: [
181068
+ "true",
181069
+ "false"
181070
+ ],
181071
+ type: {
181072
+ name: "boolean"
181073
+ },
181074
+ defaultValue: {
181075
+ func: false,
181076
+ value: "false"
181077
+ }
181078
+ },
181079
+ {
181080
+ name: "respectsReducedMotion",
181081
+ description: "Whether to respect the user's prefers-reduced-motion system setting.",
181082
+ tags: {
181083
+ },
181084
+ values: [
181085
+ "true",
181086
+ "false"
181087
+ ],
181088
+ type: {
181089
+ name: "boolean"
181090
+ },
181091
+ defaultValue: {
181092
+ func: false,
181093
+ value: "true"
181094
+ }
181095
+ },
181096
+ {
181097
+ name: "screenReaderText",
181098
+ description: "Alternative text for screen readers. If provided, this will be announced\ninstead of the animated text.",
181099
+ tags: {
181100
+ type: [
181101
+ {
181102
+ title: "type",
181103
+ type: {
181104
+ name: "string"
181105
+ }
181106
+ }
181107
+ ]
181108
+ },
181109
+ type: {
181110
+ name: "string"
181111
+ },
181112
+ defaultValue: {
181113
+ func: false,
181114
+ value: "''"
181115
+ }
181116
+ }
181117
+ ],
181118
+ events: [
181119
+ {
181120
+ name: "start",
181121
+ description: "Emitted when the animation starts."
181122
+ },
181123
+ {
181124
+ name: "complete",
181125
+ description: "Emitted when the animation completes."
181126
+ },
181127
+ {
181128
+ name: "progress",
181129
+ description: "Emitted during animation progress.",
181130
+ type: {
181131
+ names: [
181132
+ "{ wordsComplete: number, totalWords: number, progress: number }"
181133
+ ]
181134
+ }
181135
+ },
181136
+ {
181137
+ name: "pause",
181138
+ description: "Emitted when the animation is paused."
181139
+ },
181140
+ {
181141
+ name: "resume",
181142
+ description: "Emitted when the animation resumes."
181143
+ }
181144
+ ],
181145
+ methods: [
181146
+ {
181147
+ name: "start",
181148
+ description: "Start the animation",
181149
+ tags: {
181150
+ access: [
181151
+ {
181152
+ description: "public",
181153
+ title: "access"
181154
+ }
181155
+ ]
181156
+ }
181157
+ },
181158
+ {
181159
+ name: "pause",
181160
+ description: "Pause the animation",
181161
+ tags: {
181162
+ access: [
181163
+ {
181164
+ description: "public",
181165
+ title: "access"
181166
+ }
181167
+ ]
181168
+ }
181169
+ },
181170
+ {
181171
+ name: "resume",
181172
+ description: "Resume the animation",
181173
+ tags: {
181174
+ access: [
181175
+ {
181176
+ description: "public",
181177
+ title: "access"
181178
+ }
181179
+ ]
181180
+ }
181181
+ },
181182
+ {
181183
+ name: "reset",
181184
+ description: "Reset the animation to initial state",
181185
+ tags: {
181186
+ access: [
181187
+ {
181188
+ description: "public",
181189
+ title: "access"
181190
+ }
181191
+ ]
181192
+ }
181193
+ },
181194
+ {
181195
+ name: "skipToEnd",
181196
+ description: "Skip to the end of the animation",
181197
+ tags: {
181198
+ access: [
181199
+ {
181200
+ description: "public",
181201
+ title: "access"
181202
+ }
181203
+ ]
181204
+ }
181205
+ }
181206
+ ],
181207
+ slots: [
181208
+ {
181209
+ name: "default"
181210
+ }
181211
+ ],
181212
+ sourceFiles: [
181213
+ "/home/runner/work/dialtone/dialtone/packages/dialtone-vue3/recipes/motion/motion_text/motion_text.vue"
181214
+ ]
181215
+ },
180868
181216
  {
180869
181217
  displayName: "DtRecipeTopBannerInfo",
180870
181218
  exportName: "default",
@@ -182381,6 +182729,16 @@ var categories = {
182381
182729
  "strong",
182382
182730
  "format"
182383
182731
  ],
182732
+ braces: [
182733
+ "brackets",
182734
+ "code",
182735
+ "json",
182736
+ "code",
182737
+ "token",
182738
+ "curly",
182739
+ "data",
182740
+ "variables"
182741
+ ],
182384
182742
  branch: [
182385
182743
  ],
182386
182744
  "call-merge": [
@@ -182457,9 +182815,57 @@ var categories = {
182457
182815
  "todo",
182458
182816
  "done"
182459
182817
  ],
182818
+ "list-chevrons-down-up": [
182819
+ "density",
182820
+ "spacing",
182821
+ "options",
182822
+ "collapse",
182823
+ "expand",
182824
+ "disclosure",
182825
+ "show",
182826
+ "hide",
182827
+ "accordion",
182828
+ "more",
182829
+ "less",
182830
+ "fold",
182831
+ "unfold"
182832
+ ],
182833
+ "list-chevrons-up-down": [
182834
+ "density",
182835
+ "spacing",
182836
+ "options",
182837
+ "collapse",
182838
+ "expand",
182839
+ "disclosure",
182840
+ "show",
182841
+ "hide",
182842
+ "accordion",
182843
+ "more",
182844
+ "less",
182845
+ "fold",
182846
+ "unfold"
182847
+ ],
182460
182848
  "list-ordered": [
182461
182849
  "sort"
182462
182850
  ],
182851
+ "list-spacing-compact": [
182852
+ "line",
182853
+ "density",
182854
+ "spacing",
182855
+ "tight"
182856
+ ],
182857
+ "list-spacing-expanded": [
182858
+ "line",
182859
+ "density",
182860
+ "spacing",
182861
+ "comfortable"
182862
+ ],
182863
+ "list-spacing-regular": [
182864
+ "line",
182865
+ "density",
182866
+ "spacing",
182867
+ "default"
182868
+ ],
182463
182869
  paperclip: [
182464
182870
  "attachment",
182465
182871
  "file"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-mcp-server",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "main": "build/index.js",
5
5
  "type": "module",
6
6
  "bin": {
@@ -24,7 +24,8 @@
24
24
  "ts-node": "10.9.2",
25
25
  "tsx": "^4.0.0",
26
26
  "typescript": "^5.2",
27
- "@dialpad/dialtone-css": "8.67.0"
27
+ "@dialpad/dialtone-css": "8.71.3",
28
+ "@dialpad/dialtone-icons": "4.47.0"
28
29
  },
29
30
  "keywords": [
30
31
  "mcp",