@dialpad/dialtone-mcp-server 1.1.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 (3) hide show
  1. package/README.md +172 -86
  2. package/build/index.js +3450 -52
  3. package/package.json +3 -2
package/build/index.js CHANGED
@@ -5262,6 +5262,71 @@ unionType([
5262
5262
  ListToolsResultSchema,
5263
5263
  ]);
5264
5264
 
5265
+ var name = "@dialpad/dialtone-mcp-server";
5266
+ var version = "1.2.1";
5267
+ var main$1 = "build/index.js";
5268
+ var type = "module";
5269
+ var bin = {
5270
+ "dialtone-mcp-server": "build/index.js"
5271
+ };
5272
+ var files = [
5273
+ "build"
5274
+ ];
5275
+ var scripts = {
5276
+ build: "rollup -c",
5277
+ start: "node build/index.js",
5278
+ dev: "tsx src/index.ts",
5279
+ test: "node test-search.js",
5280
+ interactive: "tsx interactive-search.ts",
5281
+ inspect: "npx @modelcontextprotocol/inspector npm run start"
5282
+ };
5283
+ var dependencies = {
5284
+ "@modelcontextprotocol/sdk": "1.18.0",
5285
+ zod: "3.25.76"
5286
+ };
5287
+ var devDependencies = {
5288
+ "@dialpad/dialtone-css": "workspace:*",
5289
+ "@dialpad/dialtone-icons": "workspace:*",
5290
+ "@dialpad/dialtone-vue": "workspace:^3",
5291
+ "@modelcontextprotocol/inspector": "0.16.7",
5292
+ "@rollup/plugin-json": "^6.0.0",
5293
+ "@rollup/plugin-node-resolve": "^15.2.0",
5294
+ "@rollup/plugin-typescript": "^11.1.0",
5295
+ "@types/node": "24.3.1",
5296
+ rollup: "^4.0.0",
5297
+ "ts-node": "10.9.2",
5298
+ tsx: "^4.0.0",
5299
+ typescript: "^5.2"
5300
+ };
5301
+ var keywords = [
5302
+ "mcp",
5303
+ "dialtone",
5304
+ "design-system",
5305
+ "model-context-protocol"
5306
+ ];
5307
+ var description = "MCP Server for Dialtone Design System";
5308
+ var repository = {
5309
+ type: "git",
5310
+ url: "https://github.com/dialpad/dialtone.git",
5311
+ directory: "packages/dialtone-mcp-server"
5312
+ };
5313
+ var license = "MIT";
5314
+ var pkg = {
5315
+ name: name,
5316
+ version: version,
5317
+ main: main$1,
5318
+ type: type,
5319
+ bin: bin,
5320
+ files: files,
5321
+ scripts: scripts,
5322
+ dependencies: dependencies,
5323
+ devDependencies: devDependencies,
5324
+ keywords: keywords,
5325
+ description: description,
5326
+ repository: repository,
5327
+ license: license
5328
+ };
5329
+
5265
5330
  var utilityClassesData = {
5266
5331
  "d-bga-scroll": {
5267
5332
  values: [
@@ -8032,16 +8097,8 @@ var utilityClassesData = {
8032
8097
  "d-fl-equal": {
8033
8098
  values: [
8034
8099
  {
8035
- prop: "flex-basis",
8036
- value: "0 !important"
8037
- },
8038
- {
8039
- prop: "flex-grow",
8040
- value: "1 !important"
8041
- },
8042
- {
8043
- prop: "flex-shrink",
8044
- value: "1 !important"
8100
+ prop: "flex",
8101
+ value: "1 1 0 !important"
8045
8102
  }
8046
8103
  ]
8047
8104
  },
@@ -8416,7 +8473,15 @@ var utilityClassesData = {
8416
8473
  "d-gcg-unset": {
8417
8474
  values: [
8418
8475
  {
8419
- 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",
8420
8485
  value: "unset !important"
8421
8486
  }
8422
8487
  ]
@@ -8424,7 +8489,7 @@ var utilityClassesData = {
8424
8489
  "d-grg-unset": {
8425
8490
  values: [
8426
8491
  {
8427
- prop: "grid-row-gap",
8492
+ prop: "row-gap",
8428
8493
  value: "unset !important"
8429
8494
  }
8430
8495
  ]
@@ -8432,7 +8497,7 @@ var utilityClassesData = {
8432
8497
  "d-gg-unset": {
8433
8498
  values: [
8434
8499
  {
8435
- prop: "grid-gap",
8500
+ prop: "gap",
8436
8501
  value: "unset !important"
8437
8502
  }
8438
8503
  ]
@@ -8692,15 +8757,6 @@ var utilityClassesData = {
8692
8757
  },
8693
8758
  "d-gl-header": {
8694
8759
  values: [
8695
- {
8696
- prop: "grid-template-areas",
8697
- value: "'header' 'content'"
8698
- },
8699
- {
8700
- prop: "grid-template-rows",
8701
- value: "[header-start] var(--header-height) [header-end content-start] var(--content-height) [content-end]",
8702
- description: "[header-start] minmax(6.4rem, min-content) [header-end content-start] minmax(64rem, max-content) [content-end]"
8703
- },
8704
8760
  {
8705
8761
  prop: "grid-auto-rows",
8706
8762
  value: "1fr"
@@ -8712,6 +8768,15 @@ var utilityClassesData = {
8712
8768
  {
8713
8769
  prop: "grid-auto-columns",
8714
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]"
8715
8780
  }
8716
8781
  ]
8717
8782
  },
@@ -10320,17 +10385,13 @@ var utilityClassesData = {
10320
10385
  value: "hidden"
10321
10386
  },
10322
10387
  {
10323
- prop: "word-wrap",
10388
+ prop: "overflow-wrap",
10324
10389
  value: "normal"
10325
10390
  },
10326
10391
  {
10327
10392
  prop: "border",
10328
10393
  value: "none"
10329
10394
  },
10330
- {
10331
- prop: "clip",
10332
- value: "rect(1px, 1px, 1px, 1px)"
10333
- },
10334
10395
  {
10335
10396
  prop: "-webkit-clip-path",
10336
10397
  value: "inset(50%)"
@@ -13420,10 +13481,6 @@ var utilityClassesData = {
13420
13481
  prop: "overflow",
13421
13482
  value: "initial !important"
13422
13483
  },
13423
- {
13424
- prop: "-webkit-box-orient",
13425
- value: "initial !important"
13426
- },
13427
13484
  {
13428
13485
  prop: "-webkit-line-clamp",
13429
13486
  value: "initial !important"
@@ -13657,7 +13714,7 @@ var utilityClassesData = {
13657
13714
  "d-wb-break-word": {
13658
13715
  values: [
13659
13716
  {
13660
- prop: "word-break",
13717
+ prop: "overflow-wrap",
13661
13718
  value: "break-word !important"
13662
13719
  }
13663
13720
  ]
@@ -13681,7 +13738,7 @@ var utilityClassesData = {
13681
13738
  "d-ww-normal": {
13682
13739
  values: [
13683
13740
  {
13684
- prop: "word-wrap",
13741
+ prop: "overflow-wrap",
13685
13742
  value: "normal !important"
13686
13743
  }
13687
13744
  ]
@@ -13689,7 +13746,7 @@ var utilityClassesData = {
13689
13746
  "d-ww-break-word": {
13690
13747
  values: [
13691
13748
  {
13692
- prop: "word-wrap",
13749
+ prop: "overflow-wrap",
13693
13750
  value: "break-word !important"
13694
13751
  }
13695
13752
  ]
@@ -13697,7 +13754,7 @@ var utilityClassesData = {
13697
13754
  "d-ww-anywhere": {
13698
13755
  values: [
13699
13756
  {
13700
- prop: "word-wrap",
13757
+ prop: "overflow-wrap",
13701
13758
  value: "anywhere !important"
13702
13759
  }
13703
13760
  ]
@@ -13705,7 +13762,7 @@ var utilityClassesData = {
13705
13762
  "d-ww-initial": {
13706
13763
  values: [
13707
13764
  {
13708
- prop: "word-wrap",
13765
+ prop: "overflow-wrap",
13709
13766
  value: "initial !important"
13710
13767
  }
13711
13768
  ]
@@ -13713,7 +13770,7 @@ var utilityClassesData = {
13713
13770
  "d-ww-inherit": {
13714
13771
  values: [
13715
13772
  {
13716
- prop: "word-wrap",
13773
+ prop: "overflow-wrap",
13717
13774
  value: "inherit !important"
13718
13775
  }
13719
13776
  ]
@@ -141208,6 +141265,16 @@ var tokensData = {
141208
141265
  "dp-light": {
141209
141266
  value: "column"
141210
141267
  }
141268
+ },
141269
+ "--stack-align": {
141270
+ "dp-light": {
141271
+ value: "initial"
141272
+ }
141273
+ },
141274
+ "--stack-justify": {
141275
+ "dp-light": {
141276
+ value: "initial"
141277
+ }
141211
141278
  },
141212
141279
  "--avatar-color-background": {
141213
141280
  "dp-light": {
@@ -141780,12 +141847,12 @@ var tokensData = {
141780
141847
  },
141781
141848
  "--toast-alternate-color-shadow": {
141782
141849
  "dp-light": {
141783
- value: "hsla(0 0% 10.980392156862745% / 0.15)"
141850
+ value: "hsl(0 0% 10.980392156862745% / 0.15)"
141784
141851
  }
141785
141852
  },
141786
141853
  "--toast-alternate-box-shadow": {
141787
141854
  "dp-light": {
141788
- 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"
141789
141856
  }
141790
141857
  },
141791
141858
  "--toast-alternate-color-background": {
@@ -142332,6 +142399,41 @@ var tokensData = {
142332
142399
  "dp-light": {
142333
142400
  value: "2.4rem"
142334
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
+ }
142335
142437
  },
142336
142438
  "--bgo": {
142337
142439
  "dp-light": {
@@ -142693,6 +142795,21 @@ var tokensData = {
142693
142795
  ],
142694
142796
  docs: "https://dialtone.dialpad.com/design/tokens/"
142695
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
+ }
142696
142813
  },
142697
142814
  "--dt-shadow-card-3-color-h": {
142698
142815
  "dp-light": {
@@ -168078,6 +168195,23 @@ var componentsData = [
168078
168195
  },
168079
168196
  exportName: "default",
168080
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
+ },
168081
168215
  {
168082
168216
  name: "hideClose",
168083
168217
  description: "Hides the close button on the chip",
@@ -170201,7 +170335,13 @@ var componentsData = [
170201
170335
  ],
170202
170336
  sourceFiles: [
170203
170337
  "/home/runner/work/dialtone/dialtone/packages/dialtone-vue3/components/icon/icon.vue"
170204
- ]
170338
+ ],
170339
+ metadata: {
170340
+ deprecated: true,
170341
+ reason: "Replaced by Dialtone Vue component",
170342
+ replacement: "Individual tree-shakable icon components from @dialpad/dialtone-icons/vue3 (e.g., DtIconBell, DtIconAlertCircle)",
170343
+ docs: "https://dialtone.dialpad.com/components/icon.html"
170344
+ }
170205
170345
  },
170206
170346
  {
170207
170347
  name: "DtIllustration",
@@ -171163,7 +171303,7 @@ var componentsData = [
171163
171303
  },
171164
171304
  {
171165
171305
  name: "shortcut",
171166
- 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}",
171167
171307
  type: {
171168
171308
  name: "string"
171169
171309
  },
@@ -171171,7 +171311,7 @@ var componentsData = [
171171
171311
  },
171172
171312
  {
171173
171313
  name: "screenReaderText",
171174
- 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.",
171175
171315
  type: {
171176
171316
  name: "string"
171177
171317
  },
@@ -173391,15 +173531,6 @@ var componentsData = [
173391
173531
  }
173392
173532
  }
173393
173533
  ]
173394
- },
173395
- {
173396
- name: "click",
173397
- description: "Native click event",
173398
- type: {
173399
- names: [
173400
- "PointerEvent | KeyboardEvent"
173401
- ]
173402
- }
173403
173534
  }
173404
173535
  ],
173405
173536
  slots: [
@@ -174147,6 +174278,15 @@ var componentsData = [
174147
174278
  "String"
174148
174279
  ]
174149
174280
  }
174281
+ },
174282
+ {
174283
+ name: "mention-click",
174284
+ description: "Event fired when a mention is clicked",
174285
+ type: {
174286
+ names: [
174287
+ "Object"
174288
+ ]
174289
+ }
174150
174290
  }
174151
174291
  ],
174152
174292
  sourceFiles: [
@@ -174848,6 +174988,17 @@ var componentsData = [
174848
174988
  func: false,
174849
174989
  value: "''"
174850
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
+ }
174851
175002
  }
174852
175003
  ],
174853
175004
  events: [
@@ -175403,7 +175554,7 @@ var componentsData = [
175403
175554
  props: [
175404
175555
  {
175405
175556
  name: "direction",
175406
- 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.",
175407
175558
  type: {
175408
175559
  name: "string|object"
175409
175560
  },
@@ -175433,6 +175584,24 @@ var componentsData = [
175433
175584
  func: false,
175434
175585
  value: "'0'"
175435
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
+ }
175436
175605
  }
175437
175606
  ],
175438
175607
  slots: [
@@ -177895,6 +178064,17 @@ var componentsData = [
177895
178064
  func: false,
177896
178065
  value: "''"
177897
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
+ }
177898
178078
  }
177899
178079
  ],
177900
178080
  events: [
@@ -180795,6 +180975,244 @@ var componentsData = [
180795
180975
  "/home/runner/work/dialtone/dialtone/packages/dialtone-vue3/recipes/leftbar/unread_pill/unread_pill.vue"
180796
180976
  ]
180797
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
+ },
180798
181216
  {
180799
181217
  displayName: "DtRecipeTopBannerInfo",
180800
181218
  exportName: "default",
@@ -180841,6 +181259,2821 @@ var componentsData = [
180841
181259
  }
180842
181260
  ];
180843
181261
 
181262
+ var categories = {
181263
+ alerts: {
181264
+ "alert-circle": [
181265
+ "warning",
181266
+ "caution"
181267
+ ],
181268
+ "alert-triangle": [
181269
+ "danger",
181270
+ "error"
181271
+ ],
181272
+ "bell-minus": [
181273
+ "quiet"
181274
+ ],
181275
+ "bell-off": [
181276
+ "mute",
181277
+ "silent",
181278
+ "notify",
181279
+ "notification"
181280
+ ],
181281
+ "bell-plus": [
181282
+ "notify",
181283
+ "increase",
181284
+ "notification"
181285
+ ],
181286
+ "bell-ring": [
181287
+ "alarm",
181288
+ "notify",
181289
+ "notification"
181290
+ ],
181291
+ bell: [
181292
+ "notification",
181293
+ "alert",
181294
+ "ring"
181295
+ ],
181296
+ "concierge-bell": [
181297
+ "notification"
181298
+ ],
181299
+ flame: [
181300
+ "fire",
181301
+ "burn",
181302
+ "hot"
181303
+ ],
181304
+ "megaphone-off": [
181305
+ "announce"
181306
+ ],
181307
+ megaphone: [
181308
+ "announce",
181309
+ "shout",
181310
+ "broadcast"
181311
+ ],
181312
+ newspaper: [
181313
+ "news",
181314
+ "article",
181315
+ "press",
181316
+ "blog"
181317
+ ],
181318
+ siren: [
181319
+ "emergency",
181320
+ "alarm"
181321
+ ],
181322
+ snooze: [
181323
+ "delay",
181324
+ "postpone",
181325
+ "remind"
181326
+ ]
181327
+ },
181328
+ arrows: {
181329
+ "arrow-down-left": [
181330
+ "direction"
181331
+ ],
181332
+ "arrow-down-right": [
181333
+ "direction"
181334
+ ],
181335
+ "arrow-down": [
181336
+ "direction"
181337
+ ],
181338
+ "arrow-left-right": [
181339
+ "bidirectional",
181340
+ "direction",
181341
+ "swap",
181342
+ "switch",
181343
+ "transaction",
181344
+ "reorder",
181345
+ "move"
181346
+ ],
181347
+ "arrow-left": [
181348
+ "direction"
181349
+ ],
181350
+ "arrow-right": [
181351
+ "direction"
181352
+ ],
181353
+ "arrow-up-down": [
181354
+ "bidirectional",
181355
+ "direction",
181356
+ "swap",
181357
+ "switch",
181358
+ "network",
181359
+ "mobile data",
181360
+ "internet",
181361
+ "reorder",
181362
+ "move"
181363
+ ],
181364
+ "arrow-up-left": [
181365
+ "direction"
181366
+ ],
181367
+ "arrow-up-right": [
181368
+ "direction"
181369
+ ],
181370
+ "arrow-up": [
181371
+ "direction"
181372
+ ],
181373
+ "chevron-down": [
181374
+ "arrow"
181375
+ ],
181376
+ "chevron-first": [
181377
+ "arrow",
181378
+ "previous",
181379
+ "music"
181380
+ ],
181381
+ "chevron-last": [
181382
+ "arrow",
181383
+ "skip",
181384
+ "next",
181385
+ "music"
181386
+ ],
181387
+ "chevron-left": [
181388
+ "arrow"
181389
+ ],
181390
+ "chevron-right": [
181391
+ "arrow"
181392
+ ],
181393
+ "chevron-up": [
181394
+ "arrow"
181395
+ ],
181396
+ "chevrons-down-up": [
181397
+ "arrow",
181398
+ "collapse",
181399
+ "fold",
181400
+ "vertical"
181401
+ ],
181402
+ "chevrons-down": [
181403
+ "arrow"
181404
+ ],
181405
+ "chevrons-left-right": [
181406
+ "arrow",
181407
+ "expand",
181408
+ "horizontal",
181409
+ "unfold"
181410
+ ],
181411
+ "chevrons-left": [
181412
+ "arrow"
181413
+ ],
181414
+ "chevrons-right-left": [
181415
+ "arrow",
181416
+ "collapse",
181417
+ "fold",
181418
+ "horizontal"
181419
+ ],
181420
+ "chevrons-right": [
181421
+ "arrow"
181422
+ ],
181423
+ "chevrons-up-down": [
181424
+ "arrow",
181425
+ "expand",
181426
+ "unfold",
181427
+ "vertical"
181428
+ ],
181429
+ "chevrons-up": [
181430
+ "arrow"
181431
+ ],
181432
+ "corner-down-left": [
181433
+ "arrow",
181434
+ "return"
181435
+ ],
181436
+ "corner-down-right": [
181437
+ "arrow"
181438
+ ],
181439
+ "corner-left-down": [
181440
+ "arrow"
181441
+ ],
181442
+ "corner-left-up": [
181443
+ "arrow"
181444
+ ],
181445
+ "corner-right-down": [
181446
+ "arrow"
181447
+ ],
181448
+ "corner-right-up": [
181449
+ "arrow"
181450
+ ],
181451
+ "corner-up-left": [
181452
+ "arrow"
181453
+ ],
181454
+ "corner-up-right": [
181455
+ "arrow"
181456
+ ],
181457
+ redo: [
181458
+ "undo",
181459
+ "history"
181460
+ ],
181461
+ rematch: [
181462
+ "user"
181463
+ ],
181464
+ repeat: [
181465
+ "loop",
181466
+ "arrows"
181467
+ ],
181468
+ reply: [
181469
+ "email"
181470
+ ],
181471
+ "undo-2": [
181472
+ "redo",
181473
+ "history"
181474
+ ]
181475
+ },
181476
+ "brand-full-color": {
181477
+ airtable: [
181478
+ ],
181479
+ amex: [
181480
+ ],
181481
+ "app-store-badge": [
181482
+ ],
181483
+ apple: [
181484
+ ],
181485
+ asana: [
181486
+ ],
181487
+ "brand-dialpad-meetings": [
181488
+ ],
181489
+ "brand-dialpad": [
181490
+ ],
181491
+ bullhorn: [
181492
+ ],
181493
+ clockify: [
181494
+ ],
181495
+ "copper-crm": [
181496
+ ],
181497
+ dialbot: [
181498
+ "brand"
181499
+ ],
181500
+ "dialpad-ai-color-reversed": [
181501
+ "brand"
181502
+ ],
181503
+ "dialpad-ai-color": [
181504
+ "brand"
181505
+ ],
181506
+ "dialpad-analytics-ai": [
181507
+ "brand"
181508
+ ],
181509
+ "dialpad-logo": [
181510
+ "brand"
181511
+ ],
181512
+ "dialpad-sparkle": [
181513
+ "ai",
181514
+ "sparkle",
181515
+ "brand"
181516
+ ],
181517
+ "dialpad-star-mark-color": [
181518
+ "dp",
181519
+ "brand",
181520
+ "agentic"
181521
+ ],
181522
+ "diners-club": [
181523
+ ],
181524
+ discover: [
181525
+ ],
181526
+ "dpm-logo": [
181527
+ "brand",
181528
+ "dialpad",
181529
+ "meetings",
181530
+ "logo"
181531
+ ],
181532
+ evernote: [
181533
+ ],
181534
+ facebook: [
181535
+ ],
181536
+ freshdesk: [
181537
+ ],
181538
+ "freshsales-crm": [
181539
+ ],
181540
+ front: [
181541
+ ],
181542
+ giphy: [
181543
+ ],
181544
+ gmail: [
181545
+ ],
181546
+ "google-business-messaging": [
181547
+ ],
181548
+ "google-calendar": [
181549
+ ],
181550
+ "google-docs": [
181551
+ ],
181552
+ "google-drive": [
181553
+ ],
181554
+ "google-glyph": [
181555
+ ],
181556
+ "google-meet": [
181557
+ ],
181558
+ "google-sheets": [
181559
+ ],
181560
+ "google-slides": [
181561
+ ],
181562
+ greenhouse: [
181563
+ ],
181564
+ highfive: [
181565
+ ],
181566
+ hubspot: [
181567
+ ],
181568
+ instagram: [
181569
+ ],
181570
+ intercom: [
181571
+ ],
181572
+ jcb: [
181573
+ ],
181574
+ "jira-service-desk": [
181575
+ ],
181576
+ "line-messenger": [
181577
+ ],
181578
+ linkedin: [
181579
+ ],
181580
+ maestro: [
181581
+ ],
181582
+ mastercard: [
181583
+ ],
181584
+ messenger: [
181585
+ ],
181586
+ "microsoft-dynamics-365": [
181587
+ ],
181588
+ "microsoft-teams": [
181589
+ ],
181590
+ microsoft: [
181591
+ ],
181592
+ miro: [
181593
+ ],
181594
+ "monday-com": [
181595
+ ],
181596
+ "o365-calendar": [
181597
+ "microsoft",
181598
+ "office"
181599
+ ],
181600
+ "office-365": [
181601
+ ],
181602
+ pipedrive: [
181603
+ ],
181604
+ "play-store-badge": [
181605
+ ],
181606
+ "salesforce-glyph": [
181607
+ ],
181608
+ "salesforce-logo": [
181609
+ ],
181610
+ servicenow: [
181611
+ ],
181612
+ slack: [
181613
+ ],
181614
+ snapchat: [
181615
+ ],
181616
+ "t-mobile": [
181617
+ "tmo"
181618
+ ],
181619
+ telegram: [
181620
+ ],
181621
+ threads: [
181622
+ "meta",
181623
+ "facebook"
181624
+ ],
181625
+ tiktok: [
181626
+ ],
181627
+ toggl: [
181628
+ ],
181629
+ twitter: [
181630
+ ],
181631
+ "union-pay": [
181632
+ ],
181633
+ viber: [
181634
+ ],
181635
+ visa: [
181636
+ ],
181637
+ "we-chat": [
181638
+ ],
181639
+ webex: [
181640
+ "cisco"
181641
+ ],
181642
+ whatsapp: [
181643
+ ],
181644
+ "x-brand": [
181645
+ "twitter"
181646
+ ],
181647
+ zendesk: [
181648
+ ],
181649
+ "zoho-crm": [
181650
+ ],
181651
+ "zoho-desk": [
181652
+ ],
181653
+ zoho: [
181654
+ ],
181655
+ zoom: [
181656
+ ]
181657
+ },
181658
+ brand: {
181659
+ "agent-assist": [
181660
+ "ai",
181661
+ "conversation",
181662
+ "chat",
181663
+ "brand"
181664
+ ],
181665
+ "ai-notes": [
181666
+ "brand"
181667
+ ],
181668
+ "coaching-hub": [
181669
+ "brand"
181670
+ ],
181671
+ "default-ai-agent-fab": [
181672
+ "fab",
181673
+ "brand",
181674
+ "agent"
181675
+ ],
181676
+ "dialpad-ai-reversed": [
181677
+ "dp",
181678
+ "brand"
181679
+ ],
181680
+ "dialpad-ai": [
181681
+ "artificial",
181682
+ "intelligence",
181683
+ "voice",
181684
+ "brand"
181685
+ ],
181686
+ "dialpad-logomark": [
181687
+ "brand"
181688
+ ],
181689
+ "dialpad-meetings-star": [
181690
+ "dp",
181691
+ "meetings",
181692
+ "brand",
181693
+ "sparkle",
181694
+ "star"
181695
+ ],
181696
+ "dialpad-star-mark": [
181697
+ "dp",
181698
+ "brand",
181699
+ "agentic"
181700
+ ],
181701
+ "dialpad-star-reversed": [
181702
+ "dp",
181703
+ "brand",
181704
+ "sparkle",
181705
+ "star"
181706
+ ],
181707
+ "dialpad-star": [
181708
+ "brand",
181709
+ "sparkle",
181710
+ "star"
181711
+ ],
181712
+ "dialpad-wfm": [
181713
+ "brand",
181714
+ "workforce",
181715
+ "surfboard",
181716
+ "management"
181717
+ ],
181718
+ "dp-phone": [
181719
+ "call",
181720
+ "dialpad",
181721
+ "brand"
181722
+ ],
181723
+ waveform: [
181724
+ "brand"
181725
+ ],
181726
+ "zoom-logo": [
181727
+ "video",
181728
+ "competitor"
181729
+ ]
181730
+ },
181731
+ communication: {
181732
+ "call-abandoned": [
181733
+ "phone",
181734
+ "missed",
181735
+ "escape"
181736
+ ],
181737
+ "call-rejected": [
181738
+ "decline",
181739
+ "ignore",
181740
+ "dismiss"
181741
+ ],
181742
+ contacts: [
181743
+ "address",
181744
+ "people",
181745
+ "person"
181746
+ ],
181747
+ dialer: [
181748
+ "phone"
181749
+ ],
181750
+ "digital-whisper": [
181751
+ "private"
181752
+ ],
181753
+ forward: [
181754
+ "send",
181755
+ "share",
181756
+ "email"
181757
+ ],
181758
+ hand: [
181759
+ "gesture",
181760
+ "palm"
181761
+ ],
181762
+ listening: [
181763
+ "ear",
181764
+ "hear",
181765
+ "audio"
181766
+ ],
181767
+ "mail-open": [
181768
+ "email",
181769
+ "message",
181770
+ "letter",
181771
+ "read"
181772
+ ],
181773
+ mail: [
181774
+ "email",
181775
+ "message",
181776
+ "letter",
181777
+ "unread"
181778
+ ],
181779
+ mails: [
181780
+ "emails",
181781
+ "messages",
181782
+ "letters",
181783
+ "multiple",
181784
+ "mailing list",
181785
+ "newsletter",
181786
+ "copy"
181787
+ ],
181788
+ message: [
181789
+ "chat",
181790
+ "speech"
181791
+ ],
181792
+ music: [
181793
+ "quaver",
181794
+ "eighth note",
181795
+ "note"
181796
+ ],
181797
+ notes: [
181798
+ "clipboard",
181799
+ "write"
181800
+ ],
181801
+ "past-conversations": [
181802
+ "previous",
181803
+ "history"
181804
+ ],
181805
+ "phone-call": [
181806
+ "ring"
181807
+ ],
181808
+ "phone-forward": [
181809
+ "call",
181810
+ "forward"
181811
+ ],
181812
+ "phone-hold": [
181813
+ "phone",
181814
+ "pause",
181815
+ "call"
181816
+ ],
181817
+ "phone-incoming": [
181818
+ "call"
181819
+ ],
181820
+ "phone-missed": [
181821
+ "call"
181822
+ ],
181823
+ "phone-off": [
181824
+ "call",
181825
+ "mute"
181826
+ ],
181827
+ "phone-outgoing": [
181828
+ "call"
181829
+ ],
181830
+ phone: [
181831
+ "call"
181832
+ ],
181833
+ "power-dialer-off": [
181834
+ "powerdialer",
181835
+ "lightning",
181836
+ "list",
181837
+ "speed",
181838
+ "strikethrough"
181839
+ ],
181840
+ "power-dialer": [
181841
+ "powerdialer",
181842
+ "lightning",
181843
+ "list",
181844
+ "speed"
181845
+ ],
181846
+ "quick-reply": [
181847
+ "message",
181848
+ "chat",
181849
+ "reply"
181850
+ ],
181851
+ "reply-all": [
181852
+ "email"
181853
+ ],
181854
+ send: [
181855
+ "email",
181856
+ "message",
181857
+ "mail",
181858
+ "paper airplane",
181859
+ "paper aeroplane",
181860
+ "submit"
181861
+ ],
181862
+ "simultaneous-ring": [
181863
+ "simultaneous",
181864
+ "multi-ring",
181865
+ "multiple calls",
181866
+ "phone"
181867
+ ],
181868
+ thread: [
181869
+ "conversation",
181870
+ "chat",
181871
+ "message",
181872
+ "reply"
181873
+ ],
181874
+ unread: [
181875
+ "message",
181876
+ "text",
181877
+ "chat",
181878
+ "conversation"
181879
+ ],
181880
+ "voicemail-drop": [
181881
+ "message",
181882
+ "record",
181883
+ "inbox"
181884
+ ],
181885
+ voicemail: [
181886
+ "phone",
181887
+ "cassette"
181888
+ ],
181889
+ webchat: [
181890
+ "message",
181891
+ "chat"
181892
+ ],
181893
+ whisper: [
181894
+ "soft"
181895
+ ]
181896
+ },
181897
+ controls: {
181898
+ barge: [
181899
+ "interrupt",
181900
+ "enter",
181901
+ "join"
181902
+ ],
181903
+ "blur-background": [
181904
+ "video",
181905
+ "camera",
181906
+ "effects",
181907
+ "lens"
181908
+ ],
181909
+ "circle-slashed": [
181910
+ "diameter",
181911
+ "zero",
181912
+ "Ø",
181913
+ "null",
181914
+ "nothing",
181915
+ "maths"
181916
+ ],
181917
+ "delete": [
181918
+ "backspace",
181919
+ "remove"
181920
+ ],
181921
+ download: [
181922
+ "import",
181923
+ "export"
181924
+ ],
181925
+ "end-chat": [
181926
+ "finish",
181927
+ "terminate"
181928
+ ],
181929
+ expand: [
181930
+ "scale",
181931
+ "fullscreen"
181932
+ ],
181933
+ "eye-off": [
181934
+ "view",
181935
+ "watch",
181936
+ "hide",
181937
+ "hidden",
181938
+ "visibility"
181939
+ ],
181940
+ eye: [
181941
+ "view",
181942
+ "watch",
181943
+ "show",
181944
+ "visibility"
181945
+ ],
181946
+ "fast-forward": [
181947
+ "music"
181948
+ ],
181949
+ filter: [
181950
+ "funnel",
181951
+ "hopper"
181952
+ ],
181953
+ food: [
181954
+ "pizza",
181955
+ "emoji",
181956
+ "slice"
181957
+ ],
181958
+ gamepad: [
181959
+ "controller",
181960
+ "emoji",
181961
+ "activity"
181962
+ ],
181963
+ "gif-filled": [
181964
+ "giphy"
181965
+ ],
181966
+ "gif-outline": [
181967
+ "giphy"
181968
+ ],
181969
+ grid: [
181970
+ "table"
181971
+ ],
181972
+ "grip-horizontal": [
181973
+ "grab",
181974
+ "dots",
181975
+ "handle"
181976
+ ],
181977
+ "grip-vertical": [
181978
+ "grab",
181979
+ "dots",
181980
+ "handle",
181981
+ "move",
181982
+ "drag"
181983
+ ],
181984
+ hear: [
181985
+ "listen",
181986
+ "ear",
181987
+ "audio"
181988
+ ],
181989
+ heart: [
181990
+ "like",
181991
+ "love",
181992
+ "emotion"
181993
+ ],
181994
+ history: [
181995
+ "time",
181996
+ "redo",
181997
+ "undo",
181998
+ "rewind",
181999
+ "timeline",
182000
+ "version"
182001
+ ],
182002
+ hold: [
182003
+ "pause",
182004
+ "wait"
182005
+ ],
182006
+ key: [
182007
+ "password",
182008
+ "login",
182009
+ "authentication",
182010
+ "secure"
182011
+ ],
182012
+ "large-self-view": [
182013
+ "view",
182014
+ "focus"
182015
+ ],
182016
+ "layout-dashboard": [
182017
+ "masonry",
182018
+ "brick"
182019
+ ],
182020
+ "layout-filmstrip": [
182021
+ "view"
182022
+ ],
182023
+ "layout-grid": [
182024
+ "app",
182025
+ "home",
182026
+ "start"
182027
+ ],
182028
+ "layout-template": [
182029
+ "window",
182030
+ "webpage",
182031
+ "block",
182032
+ "section"
182033
+ ],
182034
+ layout: [
182035
+ "window",
182036
+ "webpage"
182037
+ ],
182038
+ "lightbulb-off": [
182039
+ "dark"
182040
+ ],
182041
+ lightbulb: [
182042
+ "light"
182043
+ ],
182044
+ listen: [
182045
+ "ear",
182046
+ "hear",
182047
+ "audio"
182048
+ ],
182049
+ "living-thing": [
182050
+ "pet",
182051
+ "cat",
182052
+ "dog",
182053
+ "animal"
182054
+ ],
182055
+ "lock-filled": [
182056
+ "security",
182057
+ "password",
182058
+ "secure",
182059
+ "admin",
182060
+ "locked"
182061
+ ],
182062
+ lock: [
182063
+ "security",
182064
+ "password",
182065
+ "secure",
182066
+ "admin"
182067
+ ],
182068
+ maximize: [
182069
+ "fullscreen",
182070
+ "expand"
182071
+ ],
182072
+ menu: [
182073
+ "bars",
182074
+ "navigation",
182075
+ "hamburger",
182076
+ "options"
182077
+ ],
182078
+ "minimize-alt": [
182079
+ "window"
182080
+ ],
182081
+ minimize: [
182082
+ "exit fullscreen",
182083
+ "close",
182084
+ "shrink"
182085
+ ],
182086
+ "minus-circle": [
182087
+ "subtract",
182088
+ "decrease"
182089
+ ],
182090
+ "multi-line-dept": [
182091
+ "selection",
182092
+ "line",
182093
+ "department",
182094
+ "fork"
182095
+ ],
182096
+ "music-off": [
182097
+ "mute",
182098
+ "silent"
182099
+ ],
182100
+ object: [
182101
+ "item"
182102
+ ],
182103
+ option: [
182104
+ "key",
182105
+ "mac",
182106
+ "button"
182107
+ ],
182108
+ park: [
182109
+ "call"
182110
+ ],
182111
+ "pause-circle-filled": [
182112
+ "music",
182113
+ "audio",
182114
+ "stop",
182115
+ "video",
182116
+ "media"
182117
+ ],
182118
+ "pause-circle": [
182119
+ "music",
182120
+ "audio",
182121
+ "stop",
182122
+ "video",
182123
+ "media"
182124
+ ],
182125
+ pause: [
182126
+ "music",
182127
+ "audio",
182128
+ "stop",
182129
+ "video",
182130
+ "media"
182131
+ ],
182132
+ "phone-hang-up": [
182133
+ "disconnect",
182134
+ "end",
182135
+ "call",
182136
+ "leave"
182137
+ ],
182138
+ "picture-in-picture": [
182139
+ "overlay",
182140
+ "miniature",
182141
+ "window"
182142
+ ],
182143
+ "pin-filled": [
182144
+ "save",
182145
+ "location",
182146
+ "map",
182147
+ "lock",
182148
+ "fix"
182149
+ ],
182150
+ "pin-off": [
182151
+ "unpin",
182152
+ "unsave",
182153
+ "unlock",
182154
+ "remove",
182155
+ "unfix"
182156
+ ],
182157
+ pin: [
182158
+ "save",
182159
+ "map",
182160
+ "lock",
182161
+ "fix"
182162
+ ],
182163
+ "play-circle-filled": [
182164
+ "music",
182165
+ "start",
182166
+ "video",
182167
+ "media"
182168
+ ],
182169
+ "play-circle": [
182170
+ "music",
182171
+ "start",
182172
+ "video",
182173
+ "media"
182174
+ ],
182175
+ "play-filled": [
182176
+ "music",
182177
+ "start",
182178
+ "video",
182179
+ "media"
182180
+ ],
182181
+ play: [
182182
+ "music",
182183
+ "start"
182184
+ ],
182185
+ "plus-circle-filled": [
182186
+ "add",
182187
+ "new",
182188
+ "maths"
182189
+ ],
182190
+ "plus-circle": [
182191
+ "add",
182192
+ "new",
182193
+ "maths"
182194
+ ],
182195
+ plus: [
182196
+ "add",
182197
+ "new",
182198
+ "maths"
182199
+ ],
182200
+ "record-filled": [
182201
+ "circle"
182202
+ ],
182203
+ record: [
182204
+ "circle"
182205
+ ],
182206
+ refresh: [
182207
+ "reload"
182208
+ ],
182209
+ "rewind-15-sec": [
182210
+ "back",
182211
+ "reverse"
182212
+ ],
182213
+ rewind: [
182214
+ "music"
182215
+ ],
182216
+ search: [
182217
+ "find",
182218
+ "magnifier",
182219
+ "magnifying glass"
182220
+ ],
182221
+ share: [
182222
+ "network",
182223
+ "connections"
182224
+ ],
182225
+ sheet: [
182226
+ "spreadsheets",
182227
+ "table",
182228
+ "excel"
182229
+ ],
182230
+ shortcuts: [
182231
+ "arrow"
182232
+ ],
182233
+ shuffle: [
182234
+ "music"
182235
+ ],
182236
+ "sidebar-close": [
182237
+ "menu"
182238
+ ],
182239
+ "sidebar-open": [
182240
+ "menu"
182241
+ ],
182242
+ sidebar: [
182243
+ "menu",
182244
+ "navigation",
182245
+ "panel"
182246
+ ],
182247
+ "skip-15-sec": [
182248
+ "fast-forward",
182249
+ "advance",
182250
+ "forward"
182251
+ ],
182252
+ "skip-back-ten": [
182253
+ "rewind",
182254
+ "back",
182255
+ "jump"
182256
+ ],
182257
+ "skip-back": [
182258
+ "arrow",
182259
+ "previous",
182260
+ "music"
182261
+ ],
182262
+ "skip-forward-ten": [
182263
+ "fast",
182264
+ "forward",
182265
+ "jump"
182266
+ ],
182267
+ "skip-forward": [
182268
+ "arrow",
182269
+ "skip",
182270
+ "next",
182271
+ "music"
182272
+ ],
182273
+ "sliders-horizontal": [
182274
+ "settings",
182275
+ "filters",
182276
+ "controls"
182277
+ ],
182278
+ sliders: [
182279
+ "settings",
182280
+ "controls"
182281
+ ],
182282
+ "small-self-view": [
182283
+ "square",
182284
+ "views"
182285
+ ],
182286
+ "sort-asc": [
182287
+ "filter"
182288
+ ],
182289
+ "sort-desc": [
182290
+ "filter"
182291
+ ],
182292
+ sticker: [
182293
+ "label"
182294
+ ],
182295
+ "stop-circle-filled": [
182296
+ "media",
182297
+ "music"
182298
+ ],
182299
+ "stop-circle": [
182300
+ "media",
182301
+ "music"
182302
+ ],
182303
+ "stop-filled": [
182304
+ "square",
182305
+ "pause"
182306
+ ],
182307
+ table: [
182308
+ "sheet",
182309
+ "grid",
182310
+ "spreadsheet"
182311
+ ],
182312
+ takeover: [
182313
+ "phone",
182314
+ "call"
182315
+ ],
182316
+ "transfer-webchat": [
182317
+ "discussion",
182318
+ "message"
182319
+ ],
182320
+ transfer: [
182321
+ "phone",
182322
+ "arrows",
182323
+ "call"
182324
+ ],
182325
+ transportation: [
182326
+ "vehicle",
182327
+ "travel"
182328
+ ],
182329
+ trash: [
182330
+ "garbage",
182331
+ "delete",
182332
+ "remove",
182333
+ "bin"
182334
+ ],
182335
+ "unlock-filled": [
182336
+ "security"
182337
+ ],
182338
+ unlock: [
182339
+ "security"
182340
+ ],
182341
+ "x-circle": [
182342
+ "cancel",
182343
+ "close",
182344
+ "delete",
182345
+ "remove",
182346
+ "times",
182347
+ "clear",
182348
+ "maths"
182349
+ ],
182350
+ "zoom-in": [
182351
+ "magnifying glass",
182352
+ "plus"
182353
+ ],
182354
+ "zoom-out": [
182355
+ "magnifying glass",
182356
+ "plus"
182357
+ ]
182358
+ },
182359
+ data: {
182360
+ activity: [
182361
+ "pulse",
182362
+ "health",
182363
+ "action",
182364
+ "motion"
182365
+ ],
182366
+ "axis-3d": [
182367
+ "gizmo",
182368
+ "coordinates"
182369
+ ],
182370
+ "bar-chart-2": [
182371
+ "statistics",
182372
+ "diagram",
182373
+ "graph"
182374
+ ],
182375
+ "bar-chart-3": [
182376
+ "statistics",
182377
+ "diagram",
182378
+ "graph"
182379
+ ],
182380
+ "bar-chart-4": [
182381
+ "statistics",
182382
+ "diagram",
182383
+ "graph"
182384
+ ],
182385
+ "bar-chart-horizontal": [
182386
+ "statistics",
182387
+ "diagram",
182388
+ "graph"
182389
+ ],
182390
+ "bar-chart": [
182391
+ "statistics",
182392
+ "diagram",
182393
+ "graph"
182394
+ ],
182395
+ binary: [
182396
+ "code",
182397
+ "digits",
182398
+ "computer",
182399
+ "zero",
182400
+ "one"
182401
+ ],
182402
+ dash: [
182403
+ "horizontal",
182404
+ "minus"
182405
+ ],
182406
+ equal: [
182407
+ "calculate",
182408
+ "maths"
182409
+ ],
182410
+ "line-chart": [
182411
+ "statistics",
182412
+ "diagram",
182413
+ "graph"
182414
+ ],
182415
+ "live-queue": [
182416
+ "waiting"
182417
+ ],
182418
+ "pie-chart": [
182419
+ "statistics",
182420
+ "diagram"
182421
+ ],
182422
+ "trending-down": [
182423
+ "statistics"
182424
+ ],
182425
+ "trending-up": [
182426
+ "statistics"
182427
+ ]
182428
+ },
182429
+ devices: {
182430
+ airplay: [
182431
+ "stream",
182432
+ "cast",
182433
+ "mirroring"
182434
+ ],
182435
+ "ata-adapter": [
182436
+ ],
182437
+ "battery-charging": [
182438
+ "power",
182439
+ "electricity"
182440
+ ],
182441
+ "battery-full": [
182442
+ "power",
182443
+ "electricity"
182444
+ ],
182445
+ "battery-low": [
182446
+ "power",
182447
+ "electricity"
182448
+ ],
182449
+ "battery-medium": [
182450
+ "power",
182451
+ "electricity"
182452
+ ],
182453
+ battery: [
182454
+ "power",
182455
+ "electricity"
182456
+ ],
182457
+ "bluetooth-connected": [
182458
+ "paired",
182459
+ "linked",
182460
+ "connected"
182461
+ ],
182462
+ "bluetooth-off": [
182463
+ "lost",
182464
+ "disconnected",
182465
+ "inactive"
182466
+ ],
182467
+ "bluetooth-searching": [
182468
+ "pairing"
182469
+ ],
182470
+ bluetooth: [
182471
+ "wireless"
182472
+ ],
182473
+ calculator: [
182474
+ "count",
182475
+ "calculating machine"
182476
+ ],
182477
+ "camera-off": [
182478
+ "photo",
182479
+ "webcam",
182480
+ "video"
182481
+ ],
182482
+ "camera-tracking": [
182483
+ "focus",
182484
+ "lens",
182485
+ "video"
182486
+ ],
182487
+ camera: [
182488
+ "photo",
182489
+ "webcam",
182490
+ "video"
182491
+ ],
182492
+ cast: [
182493
+ "chromecast",
182494
+ "airplay"
182495
+ ],
182496
+ "connection-api": [
182497
+ "plug",
182498
+ "plugin",
182499
+ "connected",
182500
+ "connection",
182501
+ "connections"
182502
+ ],
182503
+ "dect-base-station": [
182504
+ ],
182505
+ "dect-handset": [
182506
+ ],
182507
+ deskphone: [
182508
+ "telephone",
182509
+ "landline"
182510
+ ],
182511
+ "download-cloud": [
182512
+ "import"
182513
+ ],
182514
+ "file-audio": [
182515
+ "music",
182516
+ "audio",
182517
+ "sound",
182518
+ "headphones"
182519
+ ],
182520
+ film: [
182521
+ "movie",
182522
+ "video"
182523
+ ],
182524
+ focus: [
182525
+ "camera",
182526
+ "lens",
182527
+ "photo"
182528
+ ],
182529
+ hd: [
182530
+ "quality",
182531
+ "resolution",
182532
+ "high"
182533
+ ],
182534
+ headphones: [
182535
+ "music",
182536
+ "audio",
182537
+ "sound"
182538
+ ],
182539
+ headset: [
182540
+ "microphone",
182541
+ "headphones"
182542
+ ],
182543
+ "laptop-2": [
182544
+ "computer"
182545
+ ],
182546
+ "lightning-bolt": [
182547
+ "power",
182548
+ "energy",
182549
+ "electricity",
182550
+ "electric"
182551
+ ],
182552
+ "mic-off": [
182553
+ "record",
182554
+ "sound",
182555
+ "mute",
182556
+ "microphone"
182557
+ ],
182558
+ mic: [
182559
+ "record",
182560
+ "sound",
182561
+ "listen",
182562
+ "radio",
182563
+ "podcast",
182564
+ "microphone",
182565
+ "unmute"
182566
+ ],
182567
+ "monitor-off": [
182568
+ "share"
182569
+ ],
182570
+ "monitor-speaker": [
182571
+ "devices",
182572
+ "connect",
182573
+ "cast"
182574
+ ],
182575
+ monitor: [
182576
+ "tv",
182577
+ "screen",
182578
+ "display"
182579
+ ],
182580
+ mouse: [
182581
+ "device",
182582
+ "scroll",
182583
+ "click"
182584
+ ],
182585
+ plug: [
182586
+ "power"
182587
+ ],
182588
+ "print-fax": [
182589
+ "printer",
182590
+ "office",
182591
+ "device"
182592
+ ],
182593
+ printer: [
182594
+ "fax",
182595
+ "office",
182596
+ "device"
182597
+ ],
182598
+ "screen-share-off": [
182599
+ "desktop",
182600
+ "disconnect"
182601
+ ],
182602
+ "share-screen": [
182603
+ "screenshare"
182604
+ ],
182605
+ "smartphone-charging": [
182606
+ "phone",
182607
+ "cellphone",
182608
+ "device",
182609
+ "power"
182610
+ ],
182611
+ smartphone: [
182612
+ "phone",
182613
+ "cellphone",
182614
+ "device"
182615
+ ],
182616
+ speaker: [
182617
+ "audio",
182618
+ "music"
182619
+ ],
182620
+ "switch-to-cellular": [
182621
+ "signal"
182622
+ ],
182623
+ "switch-to-hd": [
182624
+ "quality"
182625
+ ],
182626
+ usb: [
182627
+ "universal",
182628
+ "serial",
182629
+ "bus",
182630
+ "controller",
182631
+ "connector",
182632
+ "interface"
182633
+ ],
182634
+ "video-off": [
182635
+ "camera",
182636
+ "movie",
182637
+ "film"
182638
+ ],
182639
+ video: [
182640
+ "camera",
182641
+ "movie",
182642
+ "film",
182643
+ "recording"
182644
+ ],
182645
+ "volume-1": [
182646
+ "music",
182647
+ "sound",
182648
+ "down"
182649
+ ],
182650
+ "volume-2": [
182651
+ "music",
182652
+ "sound",
182653
+ "up"
182654
+ ],
182655
+ "volume-x": [
182656
+ "music",
182657
+ "sound",
182658
+ "mute"
182659
+ ],
182660
+ volume: [
182661
+ "music",
182662
+ "sound",
182663
+ "mute"
182664
+ ],
182665
+ webcam: [
182666
+ "camera",
182667
+ "security"
182668
+ ],
182669
+ "wifi-off": [
182670
+ "disabled",
182671
+ "offline"
182672
+ ],
182673
+ wifi: [
182674
+ "connection",
182675
+ "signal",
182676
+ "wireless",
182677
+ "online"
182678
+ ],
182679
+ "zap-off": [
182680
+ "flash",
182681
+ "camera",
182682
+ "lightning"
182683
+ ]
182684
+ },
182685
+ editing: {
182686
+ "ai-write": [
182687
+ "edit",
182688
+ "AI",
182689
+ "call length",
182690
+ "summary",
182691
+ "pencil"
182692
+ ],
182693
+ "align-center": [
182694
+ "Text",
182695
+ "Format",
182696
+ "Flush"
182697
+ ],
182698
+ "align-justify": [
182699
+ "Text",
182700
+ "Format",
182701
+ "Flush"
182702
+ ],
182703
+ "align-left": [
182704
+ "Text",
182705
+ "Format",
182706
+ "Flush"
182707
+ ],
182708
+ "align-right": [
182709
+ "Text",
182710
+ "Format",
182711
+ "Flush"
182712
+ ],
182713
+ asterisk: [
182714
+ "reference"
182715
+ ],
182716
+ "at-sign": [
182717
+ "mention",
182718
+ "at",
182719
+ "email",
182720
+ "message"
182721
+ ],
182722
+ baseline: [
182723
+ "text",
182724
+ "format",
182725
+ "color"
182726
+ ],
182727
+ bold: [
182728
+ "text",
182729
+ "strong",
182730
+ "format"
182731
+ ],
182732
+ braces: [
182733
+ "brackets",
182734
+ "code",
182735
+ "json",
182736
+ "code",
182737
+ "token",
182738
+ "curly",
182739
+ "data",
182740
+ "variables"
182741
+ ],
182742
+ branch: [
182743
+ ],
182744
+ "call-merge": [
182745
+ "arrows",
182746
+ "converge",
182747
+ "join",
182748
+ "connect"
182749
+ ],
182750
+ "code-block": [
182751
+ "developer",
182752
+ "programming",
182753
+ "script",
182754
+ "syntax"
182755
+ ],
182756
+ "edit-2": [
182757
+ "pencil",
182758
+ "change"
182759
+ ],
182760
+ edit: [
182761
+ "pencil",
182762
+ "change"
182763
+ ],
182764
+ eraser: [
182765
+ "pencil",
182766
+ "drawing",
182767
+ "undo",
182768
+ "delete",
182769
+ "clear"
182770
+ ],
182771
+ "expert-node": [
182772
+ ],
182773
+ image: [
182774
+ "picture",
182775
+ "photo"
182776
+ ],
182777
+ indent: [
182778
+ "text",
182779
+ "tab"
182780
+ ],
182781
+ inspect: [
182782
+ "element",
182783
+ "mouse",
182784
+ "click",
182785
+ "cursor",
182786
+ "pointer",
182787
+ "box"
182788
+ ],
182789
+ italic: [
182790
+ "oblique",
182791
+ "text",
182792
+ "format"
182793
+ ],
182794
+ keyboard: [
182795
+ "layout",
182796
+ "spell",
182797
+ "settings",
182798
+ "mouse"
182799
+ ],
182800
+ "link-2-off": [
182801
+ "unchain",
182802
+ "chain"
182803
+ ],
182804
+ "link-2": [
182805
+ "chain",
182806
+ "url"
182807
+ ],
182808
+ "list-add": [
182809
+ "insert"
182810
+ ],
182811
+ "list-bullet": [
182812
+ "options"
182813
+ ],
182814
+ "list-checks": [
182815
+ "todo",
182816
+ "done"
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
+ ],
182848
+ "list-ordered": [
182849
+ "sort"
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
+ ],
182869
+ paperclip: [
182870
+ "attachment",
182871
+ "file"
182872
+ ],
182873
+ quote: [
182874
+ "quotation"
182875
+ ],
182876
+ scissors: [
182877
+ "cut"
182878
+ ],
182879
+ strikethrough: [
182880
+ "cross out",
182881
+ "delete",
182882
+ "remove",
182883
+ "format"
182884
+ ],
182885
+ "text-cursor": [
182886
+ "select"
182887
+ ],
182888
+ type: [
182889
+ "text",
182890
+ "font",
182891
+ "typography"
182892
+ ],
182893
+ underline: [
182894
+ "text",
182895
+ "format"
182896
+ ],
182897
+ "unlink-2": [
182898
+ "url",
182899
+ "unchain",
182900
+ "unchain"
182901
+ ]
182902
+ },
182903
+ general: {
182904
+ "accessibility-mac": [
182905
+ "humanpictos",
182906
+ "people",
182907
+ "man silhouette",
182908
+ "disability",
182909
+ "disabled",
182910
+ "dda",
182911
+ "inclusive"
182912
+ ],
182913
+ accessibility: [
182914
+ "disability",
182915
+ "disabled",
182916
+ "dda",
182917
+ "wheelchair"
182918
+ ],
182919
+ "add-task": [
182920
+ "check",
182921
+ "plus"
182922
+ ],
182923
+ album: [
182924
+ "photo",
182925
+ "book"
182926
+ ],
182927
+ "archive-restore": [
182928
+ "archive",
182929
+ "unarchive",
182930
+ "restore",
182931
+ "index",
182932
+ "box"
182933
+ ],
182934
+ archive: [
182935
+ "index",
182936
+ "box"
182937
+ ],
182938
+ "attestation-outline": [
182939
+ "checkbox"
182940
+ ],
182941
+ attestation: [
182942
+ "checkbox"
182943
+ ],
182944
+ "book-open": [
182945
+ "read",
182946
+ "library"
182947
+ ],
182948
+ book: [
182949
+ "read",
182950
+ "dictionary",
182951
+ "booklet",
182952
+ "magazine",
182953
+ "library"
182954
+ ],
182955
+ "bookmark-filled": [
182956
+ "read",
182957
+ "clip",
182958
+ "marker",
182959
+ "tag"
182960
+ ],
182961
+ "bookmark-minus": [
182962
+ "delete",
182963
+ "remove"
182964
+ ],
182965
+ "bookmark-plus": [
182966
+ "add"
182967
+ ],
182968
+ bookmark: [
182969
+ "read",
182970
+ "clip",
182971
+ "marker",
182972
+ "tag"
182973
+ ],
182974
+ "box-select": [
182975
+ "selection",
182976
+ "square",
182977
+ "rectangular",
182978
+ "marquee",
182979
+ "tool"
182980
+ ],
182981
+ box: [
182982
+ "cube",
182983
+ "package"
182984
+ ],
182985
+ boxes: [
182986
+ "cubes",
182987
+ "packages",
182988
+ "parts",
182989
+ "group",
182990
+ "units",
182991
+ "collection",
182992
+ "cluster"
182993
+ ],
182994
+ "breakout-rooms": [
182995
+ "rooms",
182996
+ "groups"
182997
+ ],
182998
+ bullet: [
182999
+ "dot",
183000
+ "point",
183001
+ "circle"
183002
+ ],
183003
+ "check-circle-filled": [
183004
+ "approved",
183005
+ "done"
183006
+ ],
183007
+ "check-circle": [
183008
+ "done"
183009
+ ],
183010
+ check: [
183011
+ "done",
183012
+ "success"
183013
+ ],
183014
+ "circle-half-filled": [
183015
+ "mode",
183016
+ "dark"
183017
+ ],
183018
+ close: [
183019
+ "cancel",
183020
+ "close",
183021
+ "delete",
183022
+ "remove",
183023
+ "times",
183024
+ "clear",
183025
+ "maths"
183026
+ ],
183027
+ code: [
183028
+ "source",
183029
+ "programming",
183030
+ "html",
183031
+ "xml"
183032
+ ],
183033
+ copy: [
183034
+ "clone",
183035
+ "duplicate"
183036
+ ],
183037
+ copyright: [
183038
+ "licence"
183039
+ ],
183040
+ "credit-card": [
183041
+ "bank",
183042
+ "purchase",
183043
+ "payment",
183044
+ "cc"
183045
+ ],
183046
+ "dissatisfied-filled": [
183047
+ "unhappy",
183048
+ "rating",
183049
+ "rate",
183050
+ "vote",
183051
+ "voting",
183052
+ "review"
183053
+ ],
183054
+ dissatisfied: [
183055
+ "unhappy"
183056
+ ],
183057
+ "double-check": [
183058
+ "read"
183059
+ ],
183060
+ empty: [
183061
+ "blank"
183062
+ ],
183063
+ "flag-off": [
183064
+ "unflag"
183065
+ ],
183066
+ flag: [
183067
+ "report"
183068
+ ],
183069
+ "form-input": [
183070
+ "2fa",
183071
+ "authenticate",
183072
+ "login",
183073
+ "field",
183074
+ "text"
183075
+ ],
183076
+ gauge: [
183077
+ "dashboard"
183078
+ ],
183079
+ graduation: [
183080
+ "university",
183081
+ "hat",
183082
+ "cap",
183083
+ "learn",
183084
+ "study",
183085
+ "education",
183086
+ "ceremony",
183087
+ "academic",
183088
+ "diploma"
183089
+ ],
183090
+ "hash-bold": [
183091
+ "number",
183092
+ "pound",
183093
+ "hashtag",
183094
+ "number"
183095
+ ],
183096
+ hash: [
183097
+ "hashtag",
183098
+ "number",
183099
+ "pound"
183100
+ ],
183101
+ "help-circle": [
183102
+ "question mark"
183103
+ ],
183104
+ inbox: [
183105
+ "email"
183106
+ ],
183107
+ info: [
183108
+ "help"
183109
+ ],
183110
+ "isolated-queries": [
183111
+ "list",
183112
+ "alert",
183113
+ "query",
183114
+ "queries"
183115
+ ],
183116
+ keypad: [
183117
+ "number",
183118
+ "dialpad",
183119
+ "keypad"
183120
+ ],
183121
+ library: [
183122
+ "book",
183123
+ "music",
183124
+ "album"
183125
+ ],
183126
+ "log-in": [
183127
+ "sign in",
183128
+ "arrow",
183129
+ "enter",
183130
+ "auth",
183131
+ "login"
183132
+ ],
183133
+ "log-out": [
183134
+ "sign out",
183135
+ "arrow",
183136
+ "exit",
183137
+ "auth",
183138
+ "logout"
183139
+ ],
183140
+ "more-horizontal": [
183141
+ "ellipsis",
183142
+ "menu",
183143
+ "options"
183144
+ ],
183145
+ "more-vertical": [
183146
+ "ellipsis",
183147
+ "menu",
183148
+ "options"
183149
+ ],
183150
+ network: [
183151
+ "tree"
183152
+ ],
183153
+ neutral: [
183154
+ "bored",
183155
+ "meh",
183156
+ "average",
183157
+ "face"
183158
+ ],
183159
+ "not-enough-queries": [
183160
+ "list",
183161
+ "plus",
183162
+ "query",
183163
+ "queries"
183164
+ ],
183165
+ "package": [
183166
+ "box",
183167
+ "container"
183168
+ ],
183169
+ "party-popper": [
183170
+ "emoji",
183171
+ "congratulations",
183172
+ "celebration",
183173
+ "party"
183174
+ ],
183175
+ power: [
183176
+ "on",
183177
+ "off",
183178
+ "device"
183179
+ ],
183180
+ puzzle: [
183181
+ "component",
183182
+ "module",
183183
+ "part",
183184
+ "piece"
183185
+ ],
183186
+ queries: [
183187
+ "list",
183188
+ "question mark",
183189
+ "query",
183190
+ "queries"
183191
+ ],
183192
+ rocket: [
183193
+ "release",
183194
+ "boost",
183195
+ "launch",
183196
+ "space",
183197
+ "version",
183198
+ "science"
183199
+ ],
183200
+ "satisfied-filled": [
183201
+ "happy",
183202
+ "pleased",
183203
+ "smile",
183204
+ "great",
183205
+ "good",
183206
+ "rating",
183207
+ "rate",
183208
+ "vote",
183209
+ "voting",
183210
+ "review"
183211
+ ],
183212
+ satisfied: [
183213
+ "happy",
183214
+ "pleased",
183215
+ "smile",
183216
+ "great",
183217
+ "good",
183218
+ "rating",
183219
+ "rate",
183220
+ "vote",
183221
+ "voting",
183222
+ "review"
183223
+ ],
183224
+ scroll: [
183225
+ "paper",
183226
+ "log",
183227
+ "scripture",
183228
+ "document",
183229
+ "parchment",
183230
+ "transcript"
183231
+ ],
183232
+ settings: [
183233
+ "cog",
183234
+ "edit",
183235
+ "gear",
183236
+ "preferences",
183237
+ "configuration"
183238
+ ],
183239
+ "shield-alert": [
183240
+ "security",
183241
+ "secure",
183242
+ "virus",
183243
+ "admin",
183244
+ "safety"
183245
+ ],
183246
+ "shield-check": [
183247
+ "security",
183248
+ "secure",
183249
+ "done",
183250
+ "save"
183251
+ ],
183252
+ "shield-close": [
183253
+ "security",
183254
+ "secure",
183255
+ "wrong",
183256
+ "unsave",
183257
+ "virus"
183258
+ ],
183259
+ "shield-off": [
183260
+ "security",
183261
+ "secure",
183262
+ "security",
183263
+ "insecure"
183264
+ ],
183265
+ shield: [
183266
+ "security",
183267
+ "secure"
183268
+ ],
183269
+ "somewhat-dissatisfied-filled": [
183270
+ "face",
183271
+ "rating",
183272
+ "rate",
183273
+ "vote",
183274
+ "voting",
183275
+ "review"
183276
+ ],
183277
+ "somewhat-dissatisfied": [
183278
+ "face",
183279
+ "rating",
183280
+ "rate",
183281
+ "vote",
183282
+ "voting",
183283
+ "review"
183284
+ ],
183285
+ "somewhat-satisfied-filled": [
183286
+ "smile",
183287
+ "happy",
183288
+ "pleased",
183289
+ "good",
183290
+ "face",
183291
+ "rating",
183292
+ "rate",
183293
+ "vote",
183294
+ "voting",
183295
+ "review"
183296
+ ],
183297
+ "somewhat-satisfied": [
183298
+ "smile",
183299
+ "happy",
183300
+ "pleased",
183301
+ "good",
183302
+ "face",
183303
+ "rating",
183304
+ "rate",
183305
+ "vote",
183306
+ "voting",
183307
+ "review"
183308
+ ],
183309
+ "sparkle-filled": [
183310
+ "stars",
183311
+ "magic",
183312
+ "help",
183313
+ "ai"
183314
+ ],
183315
+ sparkle: [
183316
+ "stars",
183317
+ "magic",
183318
+ "help",
183319
+ "ai"
183320
+ ],
183321
+ "star-filled": [
183322
+ "bookmark",
183323
+ "favorite",
183324
+ "like",
183325
+ "review",
183326
+ "rating"
183327
+ ],
183328
+ star: [
183329
+ "bookmark",
183330
+ "favorite",
183331
+ "like",
183332
+ "review",
183333
+ "rating"
183334
+ ],
183335
+ tag: [
183336
+ "label",
183337
+ "badge",
183338
+ "ticket",
183339
+ "mark"
183340
+ ],
183341
+ tags: [
183342
+ "labels",
183343
+ "badges",
183344
+ "tickets",
183345
+ "marks",
183346
+ "copy",
183347
+ "multiple"
183348
+ ],
183349
+ task: [
183350
+ "check"
183351
+ ],
183352
+ "text-cursor-input": [
183353
+ "select"
183354
+ ],
183355
+ "thumbs-down-filled": [
183356
+ "dislike",
183357
+ "bad",
183358
+ "emotion",
183359
+ "no"
183360
+ ],
183361
+ "thumbs-down": [
183362
+ "dislike",
183363
+ "bad",
183364
+ "emotion",
183365
+ "no"
183366
+ ],
183367
+ "thumbs-up-filled": [
183368
+ "like",
183369
+ "good",
183370
+ "emotion",
183371
+ "ok",
183372
+ "yes"
183373
+ ],
183374
+ "thumbs-up": [
183375
+ "like",
183376
+ "good",
183377
+ "emotion",
183378
+ "yes"
183379
+ ],
183380
+ "too-many-queries": [
183381
+ "list",
183382
+ "minus",
183383
+ "query",
183384
+ "queries"
183385
+ ],
183386
+ tools: [
183387
+ "wrench"
183388
+ ],
183389
+ triangle: [
183390
+ "delta",
183391
+ "shape"
183392
+ ],
183393
+ "very-dissatisfied-filled": [
183394
+ "sad",
183395
+ "frown",
183396
+ "unhappy",
183397
+ "bad",
183398
+ "poor",
183399
+ "face"
183400
+ ],
183401
+ "very-dissatisfied": [
183402
+ "sad",
183403
+ "frown",
183404
+ "unhappy",
183405
+ "bad",
183406
+ "poor",
183407
+ "face"
183408
+ ],
183409
+ "very-satisfied-filled": [
183410
+ "happy",
183411
+ "smile",
183412
+ "face",
183413
+ "great",
183414
+ "pleased",
183415
+ "good"
183416
+ ],
183417
+ "very-satisfied": [
183418
+ "happy",
183419
+ "smile",
183420
+ "face",
183421
+ "great",
183422
+ "pleased",
183423
+ "good"
183424
+ ],
183425
+ "video-settings": [
183426
+ "preferences",
183427
+ "configure"
183428
+ ],
183429
+ "whatsapp-outlined": [
183430
+ ]
183431
+ },
183432
+ os: {
183433
+ "clipboard-check": [
183434
+ "copied",
183435
+ "pasted"
183436
+ ],
183437
+ "clipboard-copy": [
183438
+ "copy",
183439
+ "paste"
183440
+ ],
183441
+ "clipboard-edit": [
183442
+ "edit",
183443
+ "paste",
183444
+ "signature"
183445
+ ],
183446
+ "clipboard-list": [
183447
+ "copy",
183448
+ "paste",
183449
+ "tasks"
183450
+ ],
183451
+ "clipboard-signature": [
183452
+ "paste",
183453
+ "signature"
183454
+ ],
183455
+ "clipboard-type": [
183456
+ "paste",
183457
+ "format",
183458
+ "text"
183459
+ ],
183460
+ "clipboard-x": [
183461
+ "copy",
183462
+ "paste",
183463
+ "discard",
183464
+ "remove"
183465
+ ],
183466
+ clipboard: [
183467
+ "copy",
183468
+ "paste"
183469
+ ],
183470
+ "cloud-off": [
183471
+ "disconnect"
183472
+ ],
183473
+ command: [
183474
+ "keyboard",
183475
+ "cmd",
183476
+ "terminal",
183477
+ "prompt"
183478
+ ],
183479
+ cpu: [
183480
+ "processor",
183481
+ "technology",
183482
+ "computer",
183483
+ "chip"
183484
+ ],
183485
+ "external-link": [
183486
+ "outbound"
183487
+ ],
183488
+ "file-pdf": [
183489
+ "document"
183490
+ ],
183491
+ file: [
183492
+ "document"
183493
+ ],
183494
+ files: [
183495
+ "multiple",
183496
+ "copy",
183497
+ "documents"
183498
+ ],
183499
+ fingerprint: [
183500
+ "2fa",
183501
+ "authentication",
183502
+ "biometric",
183503
+ "identity",
183504
+ "security"
183505
+ ],
183506
+ "folder-tree": [
183507
+ "directory",
183508
+ "tree",
183509
+ "browser"
183510
+ ],
183511
+ folder: [
183512
+ "directory"
183513
+ ],
183514
+ folders: [
183515
+ "multiple",
183516
+ "copy",
183517
+ "directories"
183518
+ ],
183519
+ "hard-drive": [
183520
+ "computer",
183521
+ "server",
183522
+ "memory",
183523
+ "data",
183524
+ "ssd",
183525
+ "disk",
183526
+ "hard disk"
183527
+ ],
183528
+ "import": [
183529
+ "save"
183530
+ ],
183531
+ languages: [
183532
+ "translate"
183533
+ ],
183534
+ "life-buoy": [
183535
+ "help",
183536
+ "rescue",
183537
+ "ship",
183538
+ "life ring",
183539
+ "support"
183540
+ ],
183541
+ "qr-code": [
183542
+ "barcode"
183543
+ ],
183544
+ save: [
183545
+ "floppy disk"
183546
+ ],
183547
+ "scan-face": [
183548
+ "face",
183549
+ "biometric",
183550
+ "authentication",
183551
+ "2fa"
183552
+ ],
183553
+ "scan-file": [
183554
+ "document",
183555
+ "capture",
183556
+ "scanner"
183557
+ ],
183558
+ scan: [
183559
+ "qr-code"
183560
+ ],
183561
+ "share-2": [
183562
+ "network",
183563
+ "connections"
183564
+ ],
183565
+ "signal-best": [
183566
+ "connection",
183567
+ "wireless",
183568
+ "gsm",
183569
+ "phone",
183570
+ "2g",
183571
+ "3g",
183572
+ "4g",
183573
+ "5g"
183574
+ ],
183575
+ "signal-high": [
183576
+ "connection",
183577
+ "wireless",
183578
+ "gsm",
183579
+ "phone",
183580
+ "2g",
183581
+ "3g",
183582
+ "4g",
183583
+ "5g"
183584
+ ],
183585
+ "signal-low": [
183586
+ "connection",
183587
+ "wireless",
183588
+ "gsm",
183589
+ "phone",
183590
+ "2g",
183591
+ "3g",
183592
+ "4g",
183593
+ "5g"
183594
+ ],
183595
+ "signal-medium": [
183596
+ "connection",
183597
+ "wireless",
183598
+ "gsm",
183599
+ "phone",
183600
+ "2g",
183601
+ "3g",
183602
+ "4g",
183603
+ "5g"
183604
+ ],
183605
+ "signal-zero": [
183606
+ "connection",
183607
+ "wireless",
183608
+ "gsm",
183609
+ "phone",
183610
+ "2g",
183611
+ "3g",
183612
+ "4g",
183613
+ "5g",
183614
+ "lost"
183615
+ ],
183616
+ slash: [
183617
+ "cancel",
183618
+ "ban",
183619
+ "no",
183620
+ "stop",
183621
+ "forbidden",
183622
+ "prohibited",
183623
+ "error"
183624
+ ],
183625
+ token: [
183626
+ "symbol",
183627
+ "figma"
183628
+ ],
183629
+ "toy-brick": [
183630
+ "lego",
183631
+ "block",
183632
+ "addon",
183633
+ "plugin",
183634
+ "integration"
183635
+ ],
183636
+ "upload-cloud": [
183637
+ "file"
183638
+ ],
183639
+ upload: [
183640
+ "file"
183641
+ ]
183642
+ },
183643
+ people: {
183644
+ "user-check": [
183645
+ "followed",
183646
+ "subscribed",
183647
+ "done"
183648
+ ],
183649
+ "user-minus": [
183650
+ "delete",
183651
+ "remove",
183652
+ "unfollow",
183653
+ "unsubscribe"
183654
+ ],
183655
+ "user-plus": [
183656
+ "new",
183657
+ "add",
183658
+ "create",
183659
+ "follow",
183660
+ "subscribe"
183661
+ ],
183662
+ "user-rematch": [
183663
+ "people"
183664
+ ],
183665
+ "user-remove": [
183666
+ "delete",
183667
+ "remove",
183668
+ "unfollow",
183669
+ "unsubscribe",
183670
+ "unavailable"
183671
+ ],
183672
+ "user-speak": [
183673
+ "voice",
183674
+ "talk",
183675
+ "speak"
183676
+ ],
183677
+ user: [
183678
+ "person",
183679
+ "account",
183680
+ "contact",
183681
+ "profile",
183682
+ "avatar"
183683
+ ],
183684
+ users: [
183685
+ "group",
183686
+ "people"
183687
+ ]
183688
+ },
183689
+ places: {
183690
+ briefcase: [
183691
+ "work",
183692
+ "bag",
183693
+ "baggage",
183694
+ "folder"
183695
+ ],
183696
+ "building-2": [
183697
+ "business",
183698
+ "company",
183699
+ "enterprise",
183700
+ "skyscraper",
183701
+ "organisation",
183702
+ "organization"
183703
+ ],
183704
+ building: [
183705
+ "organisation",
183706
+ "organization"
183707
+ ],
183708
+ factory: [
183709
+ "building",
183710
+ "business",
183711
+ "energy",
183712
+ "industry",
183713
+ "manufacture",
183714
+ "sector"
183715
+ ],
183716
+ "globe-2": [
183717
+ "world",
183718
+ "browser",
183719
+ "language",
183720
+ "translate"
183721
+ ],
183722
+ home: [
183723
+ "house",
183724
+ "living"
183725
+ ],
183726
+ "map-pin-filled": [
183727
+ "location",
183728
+ "navigation",
183729
+ "travel",
183730
+ "marker"
183731
+ ],
183732
+ "map-pin": [
183733
+ "location",
183734
+ "navigation",
183735
+ "travel",
183736
+ "marker"
183737
+ ],
183738
+ map: [
183739
+ "location",
183740
+ "navigation",
183741
+ "travel"
183742
+ ]
183743
+ },
183744
+ time: {
183745
+ "alarm-check": [
183746
+ "done"
183747
+ ],
183748
+ "alarm-clock-off": [
183749
+ "morning",
183750
+ "turn-off"
183751
+ ],
183752
+ "alarm-minus": [
183753
+ "remove"
183754
+ ],
183755
+ "alarm-plus": [
183756
+ "add"
183757
+ ],
183758
+ "calendar-check-2": [
183759
+ "date",
183760
+ "time",
183761
+ "event",
183762
+ "confirm",
183763
+ "subscribe"
183764
+ ],
183765
+ "calendar-check": [
183766
+ "date",
183767
+ "time",
183768
+ "event",
183769
+ "confirm",
183770
+ "subscribe"
183771
+ ],
183772
+ "calendar-clock": [
183773
+ "date",
183774
+ "time",
183775
+ "event",
183776
+ "clock"
183777
+ ],
183778
+ "calendar-days": [
183779
+ "date",
183780
+ "time",
183781
+ "event"
183782
+ ],
183783
+ "calendar-heart": [
183784
+ "date",
183785
+ "time",
183786
+ "event",
183787
+ "heart",
183788
+ "favourite",
183789
+ "subscribe"
183790
+ ],
183791
+ "calendar-minus": [
183792
+ "date",
183793
+ "time",
183794
+ "event",
183795
+ "delete",
183796
+ "remove"
183797
+ ],
183798
+ "calendar-off": [
183799
+ "date",
183800
+ "time",
183801
+ "event",
183802
+ "delete",
183803
+ "remove"
183804
+ ],
183805
+ "calendar-plus": [
183806
+ "date",
183807
+ "time",
183808
+ "event",
183809
+ "add",
183810
+ "subscribe",
183811
+ "create",
183812
+ "new"
183813
+ ],
183814
+ "calendar-range": [
183815
+ "date",
183816
+ "time",
183817
+ "event",
183818
+ "range",
183819
+ "period"
183820
+ ],
183821
+ "calendar-search": [
183822
+ "date",
183823
+ "time",
183824
+ "search",
183825
+ "events"
183826
+ ],
183827
+ "calendar-x": [
183828
+ "date",
183829
+ "time",
183830
+ "event",
183831
+ "remove",
183832
+ "busy"
183833
+ ],
183834
+ calendar: [
183835
+ "date",
183836
+ "time",
183837
+ "event",
183838
+ "birthdate",
183839
+ "birthday",
183840
+ "schedule"
183841
+ ],
183842
+ "clock-1": [
183843
+ "time",
183844
+ "watch",
183845
+ "alarm"
183846
+ ],
183847
+ "clock-10": [
183848
+ "time",
183849
+ "watch",
183850
+ "alarm"
183851
+ ],
183852
+ "clock-11": [
183853
+ "time",
183854
+ "watch",
183855
+ "alarm"
183856
+ ],
183857
+ "clock-12": [
183858
+ "time",
183859
+ "watch",
183860
+ "alarm"
183861
+ ],
183862
+ "clock-2": [
183863
+ "time",
183864
+ "watch",
183865
+ "alarm"
183866
+ ],
183867
+ "clock-3": [
183868
+ "time",
183869
+ "watch",
183870
+ "alarm"
183871
+ ],
183872
+ "clock-4": [
183873
+ "time",
183874
+ "watch",
183875
+ "alarm"
183876
+ ],
183877
+ "clock-5": [
183878
+ "time",
183879
+ "watch",
183880
+ "alarm"
183881
+ ],
183882
+ "clock-6": [
183883
+ "time",
183884
+ "watch",
183885
+ "alarm"
183886
+ ],
183887
+ "clock-7": [
183888
+ "time",
183889
+ "watch",
183890
+ "alarm"
183891
+ ],
183892
+ "clock-8": [
183893
+ "time",
183894
+ "watch",
183895
+ "alarm"
183896
+ ],
183897
+ "clock-9": [
183898
+ "time",
183899
+ "watch",
183900
+ "alarm"
183901
+ ],
183902
+ clock: [
183903
+ "time",
183904
+ "watch",
183905
+ "alarm"
183906
+ ],
183907
+ hourglass: [
183908
+ "timer",
183909
+ "time",
183910
+ "sandglass"
183911
+ ],
183912
+ infinity: [
183913
+ "unlimited",
183914
+ "forever",
183915
+ "loop",
183916
+ "maths"
183917
+ ],
183918
+ loading: [
183919
+ ],
183920
+ "timer-off": [
183921
+ "time",
183922
+ "timer",
183923
+ "stopwatch"
183924
+ ],
183925
+ "timer-reset": [
183926
+ "time",
183927
+ "timer",
183928
+ "stopwatch"
183929
+ ],
183930
+ timer: [
183931
+ "time",
183932
+ "timer",
183933
+ "stopwatch"
183934
+ ]
183935
+ },
183936
+ weather: {
183937
+ "cloud-cog": [
183938
+ "computing",
183939
+ "ai",
183940
+ "cluster",
183941
+ "network"
183942
+ ],
183943
+ "cloud-drizzle": [
183944
+ "weather",
183945
+ "shower"
183946
+ ],
183947
+ "cloud-fog": [
183948
+ "weather",
183949
+ "mist"
183950
+ ],
183951
+ "cloud-hail": [
183952
+ "weather",
183953
+ "rainfall"
183954
+ ],
183955
+ "cloud-lightning": [
183956
+ "weather",
183957
+ "bolt"
183958
+ ],
183959
+ "cloud-moon-rain": [
183960
+ "weather",
183961
+ "partly",
183962
+ "night",
183963
+ "rainfall"
183964
+ ],
183965
+ "cloud-moon": [
183966
+ "weather",
183967
+ "night"
183968
+ ],
183969
+ "cloud-rain-wind": [
183970
+ "weather",
183971
+ "rainfall"
183972
+ ],
183973
+ "cloud-rain": [
183974
+ "weather",
183975
+ "rainfall"
183976
+ ],
183977
+ "cloud-snow": [
183978
+ "weather",
183979
+ "blizzard"
183980
+ ],
183981
+ "cloud-sun-rain": [
183982
+ "weather",
183983
+ "partly",
183984
+ "rainfall"
183985
+ ],
183986
+ "cloud-sun": [
183987
+ "weather",
183988
+ "partly"
183989
+ ],
183990
+ cloud: [
183991
+ "weather"
183992
+ ],
183993
+ cloudy: [
183994
+ "clouds"
183995
+ ],
183996
+ haze: [
183997
+ "mist",
183998
+ "fog"
183999
+ ],
184000
+ moon: [
184001
+ "dark",
184002
+ "night"
184003
+ ],
184004
+ snowflake: [
184005
+ "cold",
184006
+ "weather",
184007
+ "freeze",
184008
+ "snow",
184009
+ "winter"
184010
+ ],
184011
+ "sun-dim": [
184012
+ "brightness",
184013
+ "dim",
184014
+ "low",
184015
+ "brightness low"
184016
+ ],
184017
+ "sun-medium": [
184018
+ "brightness",
184019
+ "medium"
184020
+ ],
184021
+ sun: [
184022
+ "brightness",
184023
+ "weather",
184024
+ "light",
184025
+ "summer"
184026
+ ],
184027
+ sunrise: [
184028
+ "weather",
184029
+ "time",
184030
+ "morning",
184031
+ "day"
184032
+ ],
184033
+ sunset: [
184034
+ "weather",
184035
+ "time",
184036
+ "evening",
184037
+ "night"
184038
+ ],
184039
+ "thermometer-snowflake": [
184040
+ "temperature",
184041
+ "celsius",
184042
+ "fahrenheit",
184043
+ "weather",
184044
+ "cold",
184045
+ "freeze",
184046
+ "freezing"
184047
+ ],
184048
+ "thermometer-sun": [
184049
+ "temperature",
184050
+ "celsius",
184051
+ "fahrenheit",
184052
+ "weather",
184053
+ "warm",
184054
+ "hot"
184055
+ ],
184056
+ thermometer: [
184057
+ "temperature",
184058
+ "celsius",
184059
+ "fahrenheit",
184060
+ "weather"
184061
+ ],
184062
+ umbrella: [
184063
+ "rain",
184064
+ "weather"
184065
+ ],
184066
+ wind: [
184067
+ "weather",
184068
+ "air",
184069
+ "blow"
184070
+ ]
184071
+ }
184072
+ };
184073
+ var iconsData = {
184074
+ categories: categories
184075
+ };
184076
+
180844
184077
  var priority = {
180845
184078
  description: "Priority order when recommending Dialtone solutions",
180846
184079
  order: [
@@ -180917,6 +184150,7 @@ var clientRulesData = {
180917
184150
  const utilityClasses = utilityClassesData;
180918
184151
  const tokens = tokensData;
180919
184152
  const components = componentsData;
184153
+ const icons = iconsData;
180920
184154
  const clientRules = clientRulesData;
180921
184155
 
180922
184156
  // ============================================================================
@@ -181521,7 +184755,133 @@ function formatComponentResults(results, query) {
181521
184755
  return output;
181522
184756
  }
181523
184757
 
184758
+ // ============================================================================
184759
+ // ICONS SEARCH TOOL
184760
+ // ============================================================================
184761
+ /**
184762
+ * Search icons by name, category, and keywords using AND-logic
184763
+ * Simple single-bucket approach: all words must match somewhere in (name + category + keywords)
184764
+ */
184765
+ function searchIcons(query, data) {
184766
+ console.error(`\n[ICON SEARCH DEBUG] Query: "${query}"`);
184767
+ // Normalize query: lowercase, replace hyphens/slashes with spaces
184768
+ const normalized = query.toLowerCase().replace(/[/-]/g, ' ');
184769
+ const words = normalized.split(/\s+/).filter(w => w.length > 0);
184770
+ // Create regex for each word
184771
+ const regexArray = words.map((word) => {
184772
+ const escaped = word.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
184773
+ return new RegExp(escaped, 'i');
184774
+ });
184775
+ console.error(`[ICON SEARCH DEBUG] Words:`, words);
184776
+ const results = [];
184777
+ // Iterate through all categories and icons
184778
+ for (const [categoryName, icons] of Object.entries(data.categories)) {
184779
+ for (const [iconName, keywords] of Object.entries(icons)) {
184780
+ // Gather searchable text: icon name + category + keywords
184781
+ const searchableTexts = [
184782
+ iconName.toLowerCase(),
184783
+ categoryName.toLowerCase(),
184784
+ ...keywords.map(k => k.toLowerCase())
184785
+ ];
184786
+ const combinedText = searchableTexts.join(' ');
184787
+ // Check if ALL regexes match somewhere (AND logic)
184788
+ const allWordsMatch = regexArray.every((regex) => regex.test(combinedText));
184789
+ if (allWordsMatch) {
184790
+ results.push({
184791
+ type: 'icon',
184792
+ name: iconName,
184793
+ details: {
184794
+ category: categoryName,
184795
+ keywords: keywords
184796
+ },
184797
+ metadata: null // Icons don't have metadata
184798
+ });
184799
+ }
184800
+ }
184801
+ }
184802
+ console.error(`[ICON SEARCH DEBUG] Found ${results.length} matches\n`);
184803
+ return { results, notes: [] };
184804
+ }
184805
+ /**
184806
+ * Format icon search results
184807
+ */
184808
+ function formatIconResults(results, query) {
184809
+ if (results.length === 0) {
184810
+ return `No icons found for "${query}".\n\nTry searching with:\n- Icon name (e.g., "bell", "arrow", "calendar")\n- Category (e.g., "alerts", "communication", "time")\n- Keyword (e.g., "notification", "email", "warning")`;
184811
+ }
184812
+ let output = `Found ${results.length} icon${results.length > 1 ? 's' : ''} for "${query}":\n\n`;
184813
+ // Group by category for better organization
184814
+ const byCategory = {};
184815
+ results.forEach((result) => {
184816
+ const cat = result.details.category;
184817
+ if (!byCategory[cat]) {
184818
+ byCategory[cat] = [];
184819
+ }
184820
+ byCategory[cat].push(result);
184821
+ });
184822
+ // Show results grouped by category
184823
+ Object.entries(byCategory).forEach(([category, icons]) => {
184824
+ output += `**${category}:**\n`;
184825
+ icons.forEach((icon) => {
184826
+ output += ` • **${icon.name}**`;
184827
+ if (icon.details.keywords && icon.details.keywords.length > 0) {
184828
+ output += ` - ${icon.details.keywords.join(', ')}`;
184829
+ }
184830
+ output += `\n`;
184831
+ });
184832
+ output += `\n`;
184833
+ });
184834
+ // Usage example - convert kebab-case icon name to PascalCase component name
184835
+ const firstIconName = results[0].name;
184836
+ const pascalCaseName = firstIconName
184837
+ .split('-')
184838
+ .map(word => word.charAt(0).toUpperCase() + word.slice(1))
184839
+ .join('');
184840
+ const componentName = `DtIcon${pascalCaseName}`;
184841
+ output += `**Usage:**\n`;
184842
+ output += `\`\`\`vue\n`;
184843
+ output += `import { ${componentName} } from '@dialpad/dialtone-icons/vue3'\n`;
184844
+ output += `\`\`\`\n`;
184845
+ return output;
184846
+ }
184847
+
184848
+ /**
184849
+ * Check if a newer version of the package is available on npm
184850
+ * Logs a warning with update instructions if outdated
184851
+ * Fails silently if offline or registry unavailable
184852
+ */
184853
+ async function checkVersion() {
184854
+ try {
184855
+ const packageName = pkg.name;
184856
+ const currentVersion = pkg.version;
184857
+ const response = await fetch(`https://registry.npmjs.org/${packageName}/latest`);
184858
+ const data = await response.json();
184859
+ const latestVersion = data.version;
184860
+ if (currentVersion !== latestVersion) {
184861
+ console.error('');
184862
+ console.error('━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━');
184863
+ console.error('⚠️ Dialtone MCP Server Update Available');
184864
+ console.error(` Current: v${currentVersion}`);
184865
+ console.error(` Latest: v${latestVersion}`);
184866
+ console.error('');
184867
+ console.error(' To update:');
184868
+ console.error(' 1. npm install -D @dialpad/dialtone-mcp-server@latest');
184869
+ console.error(' 2. Restart this conversation');
184870
+ console.error('━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━');
184871
+ console.error('');
184872
+ }
184873
+ else {
184874
+ console.error(`✓ Dialtone MCP Server v${currentVersion} (up to date)`);
184875
+ }
184876
+ }
184877
+ catch (error) {
184878
+ // Fail silently if offline or registry unavailable
184879
+ // This ensures the server still starts even without network access
184880
+ }
184881
+ }
181524
184882
  async function main() {
184883
+ // Check for updates on startup
184884
+ await checkVersion();
181525
184885
  // Build compound properties set from utility classes data (done once at startup)
181526
184886
  const compoundProperties = buildCompoundPropertiesSet(utilityClasses);
181527
184887
  console.error(`[INIT] Built compound properties set: ${compoundProperties.size} properties`);
@@ -181575,6 +184935,19 @@ async function main() {
181575
184935
  }]
181576
184936
  };
181577
184937
  });
184938
+ server.resource("icons", "dialtone://icons", {
184939
+ name: "Dialtone Icons",
184940
+ description: "Complete documentation of Dialtone icon library",
184941
+ mimeType: "application/json",
184942
+ }, async () => {
184943
+ return {
184944
+ contents: [{
184945
+ uri: "dialtone://icons",
184946
+ mimeType: "application/json",
184947
+ text: JSON.stringify(icons, null, 2)
184948
+ }]
184949
+ };
184950
+ });
181578
184951
  server.resource("client-rules", "dialtone://client-rules", {
181579
184952
  name: "Dialtone Client Rules",
181580
184953
  description: "Guidelines and rules for AI clients when working with Dialtone",
@@ -181654,6 +185027,27 @@ async function main() {
181654
185027
  },
181655
185028
  required: ["query"]
181656
185029
  }
185030
+ },
185031
+ {
185032
+ name: "search_icons",
185033
+ description: "Search for icons from Dialtone's icon library and learn how to use icon components. Use when query mentions icon names (bell, arrow, calendar), categories (alerts, communication, time), visual concepts (notification, warning, email), or when user asks how to use/implement icons. Icons are imported from @dialpad/dialtone-icons/vue3, not @dialpad/dialtone-vue. Returns icon names like 'alert-circle', 'bell-ring', 'calendar-plus' with tree-shakable usage examples.",
185034
+ inputSchema: {
185035
+ type: "object",
185036
+ properties: {
185037
+ query: {
185038
+ type: "string",
185039
+ description: "Icon name, category, or keyword (e.g., 'notification', 'arrow up', 'calendar', 'warning')"
185040
+ },
185041
+ limit: {
185042
+ type: "number",
185043
+ description: "Maximum number of results to return (1-50, default 20)",
185044
+ default: 20,
185045
+ minimum: 1,
185046
+ maximum: 50
185047
+ }
185048
+ },
185049
+ required: ["query"]
185050
+ }
181657
185051
  }
181658
185052
  ]
181659
185053
  };
@@ -181688,6 +185082,10 @@ async function main() {
181688
185082
  searchResult = searchComponents(query, components);
181689
185083
  formatterFunction = formatComponentResults;
181690
185084
  }
185085
+ else if (toolName === "search_icons") {
185086
+ searchResult = searchIcons(query, icons);
185087
+ formatterFunction = formatIconResults;
185088
+ }
181691
185089
  else {
181692
185090
  throw new Error(`Unknown tool: ${toolName}`);
181693
185091
  }