@dialpad/dialtone-mcp-server 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +172 -86
  2. package/build/index.js +2993 -1
  3. package/package.json +1 -1
package/build/index.js CHANGED
@@ -5262,6 +5262,70 @@ unionType([
5262
5262
  ListToolsResultSchema,
5263
5263
  ]);
5264
5264
 
5265
+ var name = "@dialpad/dialtone-mcp-server";
5266
+ var version = "1.2.0";
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-vue": "workspace:^3",
5290
+ "@modelcontextprotocol/inspector": "0.16.7",
5291
+ "@rollup/plugin-json": "^6.0.0",
5292
+ "@rollup/plugin-node-resolve": "^15.2.0",
5293
+ "@rollup/plugin-typescript": "^11.1.0",
5294
+ "@types/node": "24.3.1",
5295
+ rollup: "^4.0.0",
5296
+ "ts-node": "10.9.2",
5297
+ tsx: "^4.0.0",
5298
+ typescript: "^5.2"
5299
+ };
5300
+ var keywords = [
5301
+ "mcp",
5302
+ "dialtone",
5303
+ "design-system",
5304
+ "model-context-protocol"
5305
+ ];
5306
+ var description = "MCP Server for Dialtone Design System";
5307
+ var repository = {
5308
+ type: "git",
5309
+ url: "https://github.com/dialpad/dialtone.git",
5310
+ directory: "packages/dialtone-mcp-server"
5311
+ };
5312
+ var license = "MIT";
5313
+ var pkg = {
5314
+ name: name,
5315
+ version: version,
5316
+ main: main$1,
5317
+ type: type,
5318
+ bin: bin,
5319
+ files: files,
5320
+ scripts: scripts,
5321
+ dependencies: dependencies,
5322
+ devDependencies: devDependencies,
5323
+ keywords: keywords,
5324
+ description: description,
5325
+ repository: repository,
5326
+ license: license
5327
+ };
5328
+
5265
5329
  var utilityClassesData = {
5266
5330
  "d-bga-scroll": {
5267
5331
  values: [
@@ -170201,7 +170265,13 @@ var componentsData = [
170201
170265
  ],
170202
170266
  sourceFiles: [
170203
170267
  "/home/runner/work/dialtone/dialtone/packages/dialtone-vue3/components/icon/icon.vue"
170204
- ]
170268
+ ],
170269
+ metadata: {
170270
+ deprecated: true,
170271
+ reason: "Replaced by Dialtone Vue component",
170272
+ replacement: "Individual tree-shakable icon components from @dialpad/dialtone-icons/vue3 (e.g., DtIconBell, DtIconAlertCircle)",
170273
+ docs: "https://dialtone.dialpad.com/components/icon.html"
170274
+ }
170205
170275
  },
170206
170276
  {
170207
170277
  name: "DtIllustration",
@@ -180841,6 +180911,2763 @@ var componentsData = [
180841
180911
  }
180842
180912
  ];
180843
180913
 
180914
+ var categories = {
180915
+ alerts: {
180916
+ "alert-circle": [
180917
+ "warning",
180918
+ "caution"
180919
+ ],
180920
+ "alert-triangle": [
180921
+ "danger",
180922
+ "error"
180923
+ ],
180924
+ "bell-minus": [
180925
+ "quiet"
180926
+ ],
180927
+ "bell-off": [
180928
+ "mute",
180929
+ "silent",
180930
+ "notify",
180931
+ "notification"
180932
+ ],
180933
+ "bell-plus": [
180934
+ "notify",
180935
+ "increase",
180936
+ "notification"
180937
+ ],
180938
+ "bell-ring": [
180939
+ "alarm",
180940
+ "notify",
180941
+ "notification"
180942
+ ],
180943
+ bell: [
180944
+ "notification",
180945
+ "alert",
180946
+ "ring"
180947
+ ],
180948
+ "concierge-bell": [
180949
+ "notification"
180950
+ ],
180951
+ flame: [
180952
+ "fire",
180953
+ "burn",
180954
+ "hot"
180955
+ ],
180956
+ "megaphone-off": [
180957
+ "announce"
180958
+ ],
180959
+ megaphone: [
180960
+ "announce",
180961
+ "shout",
180962
+ "broadcast"
180963
+ ],
180964
+ newspaper: [
180965
+ "news",
180966
+ "article",
180967
+ "press",
180968
+ "blog"
180969
+ ],
180970
+ siren: [
180971
+ "emergency",
180972
+ "alarm"
180973
+ ],
180974
+ snooze: [
180975
+ "delay",
180976
+ "postpone",
180977
+ "remind"
180978
+ ]
180979
+ },
180980
+ arrows: {
180981
+ "arrow-down-left": [
180982
+ "direction"
180983
+ ],
180984
+ "arrow-down-right": [
180985
+ "direction"
180986
+ ],
180987
+ "arrow-down": [
180988
+ "direction"
180989
+ ],
180990
+ "arrow-left-right": [
180991
+ "bidirectional",
180992
+ "direction",
180993
+ "swap",
180994
+ "switch",
180995
+ "transaction",
180996
+ "reorder",
180997
+ "move"
180998
+ ],
180999
+ "arrow-left": [
181000
+ "direction"
181001
+ ],
181002
+ "arrow-right": [
181003
+ "direction"
181004
+ ],
181005
+ "arrow-up-down": [
181006
+ "bidirectional",
181007
+ "direction",
181008
+ "swap",
181009
+ "switch",
181010
+ "network",
181011
+ "mobile data",
181012
+ "internet",
181013
+ "reorder",
181014
+ "move"
181015
+ ],
181016
+ "arrow-up-left": [
181017
+ "direction"
181018
+ ],
181019
+ "arrow-up-right": [
181020
+ "direction"
181021
+ ],
181022
+ "arrow-up": [
181023
+ "direction"
181024
+ ],
181025
+ "chevron-down": [
181026
+ "arrow"
181027
+ ],
181028
+ "chevron-first": [
181029
+ "arrow",
181030
+ "previous",
181031
+ "music"
181032
+ ],
181033
+ "chevron-last": [
181034
+ "arrow",
181035
+ "skip",
181036
+ "next",
181037
+ "music"
181038
+ ],
181039
+ "chevron-left": [
181040
+ "arrow"
181041
+ ],
181042
+ "chevron-right": [
181043
+ "arrow"
181044
+ ],
181045
+ "chevron-up": [
181046
+ "arrow"
181047
+ ],
181048
+ "chevrons-down-up": [
181049
+ "arrow",
181050
+ "collapse",
181051
+ "fold",
181052
+ "vertical"
181053
+ ],
181054
+ "chevrons-down": [
181055
+ "arrow"
181056
+ ],
181057
+ "chevrons-left-right": [
181058
+ "arrow",
181059
+ "expand",
181060
+ "horizontal",
181061
+ "unfold"
181062
+ ],
181063
+ "chevrons-left": [
181064
+ "arrow"
181065
+ ],
181066
+ "chevrons-right-left": [
181067
+ "arrow",
181068
+ "collapse",
181069
+ "fold",
181070
+ "horizontal"
181071
+ ],
181072
+ "chevrons-right": [
181073
+ "arrow"
181074
+ ],
181075
+ "chevrons-up-down": [
181076
+ "arrow",
181077
+ "expand",
181078
+ "unfold",
181079
+ "vertical"
181080
+ ],
181081
+ "chevrons-up": [
181082
+ "arrow"
181083
+ ],
181084
+ "corner-down-left": [
181085
+ "arrow",
181086
+ "return"
181087
+ ],
181088
+ "corner-down-right": [
181089
+ "arrow"
181090
+ ],
181091
+ "corner-left-down": [
181092
+ "arrow"
181093
+ ],
181094
+ "corner-left-up": [
181095
+ "arrow"
181096
+ ],
181097
+ "corner-right-down": [
181098
+ "arrow"
181099
+ ],
181100
+ "corner-right-up": [
181101
+ "arrow"
181102
+ ],
181103
+ "corner-up-left": [
181104
+ "arrow"
181105
+ ],
181106
+ "corner-up-right": [
181107
+ "arrow"
181108
+ ],
181109
+ redo: [
181110
+ "undo",
181111
+ "history"
181112
+ ],
181113
+ rematch: [
181114
+ "user"
181115
+ ],
181116
+ repeat: [
181117
+ "loop",
181118
+ "arrows"
181119
+ ],
181120
+ reply: [
181121
+ "email"
181122
+ ],
181123
+ "undo-2": [
181124
+ "redo",
181125
+ "history"
181126
+ ]
181127
+ },
181128
+ "brand-full-color": {
181129
+ airtable: [
181130
+ ],
181131
+ amex: [
181132
+ ],
181133
+ "app-store-badge": [
181134
+ ],
181135
+ apple: [
181136
+ ],
181137
+ asana: [
181138
+ ],
181139
+ "brand-dialpad-meetings": [
181140
+ ],
181141
+ "brand-dialpad": [
181142
+ ],
181143
+ bullhorn: [
181144
+ ],
181145
+ clockify: [
181146
+ ],
181147
+ "copper-crm": [
181148
+ ],
181149
+ dialbot: [
181150
+ "brand"
181151
+ ],
181152
+ "dialpad-ai-color-reversed": [
181153
+ "brand"
181154
+ ],
181155
+ "dialpad-ai-color": [
181156
+ "brand"
181157
+ ],
181158
+ "dialpad-analytics-ai": [
181159
+ "brand"
181160
+ ],
181161
+ "dialpad-logo": [
181162
+ "brand"
181163
+ ],
181164
+ "dialpad-sparkle": [
181165
+ "ai",
181166
+ "sparkle",
181167
+ "brand"
181168
+ ],
181169
+ "dialpad-star-mark-color": [
181170
+ "dp",
181171
+ "brand",
181172
+ "agentic"
181173
+ ],
181174
+ "diners-club": [
181175
+ ],
181176
+ discover: [
181177
+ ],
181178
+ "dpm-logo": [
181179
+ "brand",
181180
+ "dialpad",
181181
+ "meetings",
181182
+ "logo"
181183
+ ],
181184
+ evernote: [
181185
+ ],
181186
+ facebook: [
181187
+ ],
181188
+ freshdesk: [
181189
+ ],
181190
+ "freshsales-crm": [
181191
+ ],
181192
+ front: [
181193
+ ],
181194
+ giphy: [
181195
+ ],
181196
+ gmail: [
181197
+ ],
181198
+ "google-business-messaging": [
181199
+ ],
181200
+ "google-calendar": [
181201
+ ],
181202
+ "google-docs": [
181203
+ ],
181204
+ "google-drive": [
181205
+ ],
181206
+ "google-glyph": [
181207
+ ],
181208
+ "google-meet": [
181209
+ ],
181210
+ "google-sheets": [
181211
+ ],
181212
+ "google-slides": [
181213
+ ],
181214
+ greenhouse: [
181215
+ ],
181216
+ highfive: [
181217
+ ],
181218
+ hubspot: [
181219
+ ],
181220
+ instagram: [
181221
+ ],
181222
+ intercom: [
181223
+ ],
181224
+ jcb: [
181225
+ ],
181226
+ "jira-service-desk": [
181227
+ ],
181228
+ "line-messenger": [
181229
+ ],
181230
+ linkedin: [
181231
+ ],
181232
+ maestro: [
181233
+ ],
181234
+ mastercard: [
181235
+ ],
181236
+ messenger: [
181237
+ ],
181238
+ "microsoft-dynamics-365": [
181239
+ ],
181240
+ "microsoft-teams": [
181241
+ ],
181242
+ microsoft: [
181243
+ ],
181244
+ miro: [
181245
+ ],
181246
+ "monday-com": [
181247
+ ],
181248
+ "o365-calendar": [
181249
+ "microsoft",
181250
+ "office"
181251
+ ],
181252
+ "office-365": [
181253
+ ],
181254
+ pipedrive: [
181255
+ ],
181256
+ "play-store-badge": [
181257
+ ],
181258
+ "salesforce-glyph": [
181259
+ ],
181260
+ "salesforce-logo": [
181261
+ ],
181262
+ servicenow: [
181263
+ ],
181264
+ slack: [
181265
+ ],
181266
+ snapchat: [
181267
+ ],
181268
+ "t-mobile": [
181269
+ "tmo"
181270
+ ],
181271
+ telegram: [
181272
+ ],
181273
+ threads: [
181274
+ "meta",
181275
+ "facebook"
181276
+ ],
181277
+ tiktok: [
181278
+ ],
181279
+ toggl: [
181280
+ ],
181281
+ twitter: [
181282
+ ],
181283
+ "union-pay": [
181284
+ ],
181285
+ viber: [
181286
+ ],
181287
+ visa: [
181288
+ ],
181289
+ "we-chat": [
181290
+ ],
181291
+ webex: [
181292
+ "cisco"
181293
+ ],
181294
+ whatsapp: [
181295
+ ],
181296
+ "x-brand": [
181297
+ "twitter"
181298
+ ],
181299
+ zendesk: [
181300
+ ],
181301
+ "zoho-crm": [
181302
+ ],
181303
+ "zoho-desk": [
181304
+ ],
181305
+ zoho: [
181306
+ ],
181307
+ zoom: [
181308
+ ]
181309
+ },
181310
+ brand: {
181311
+ "agent-assist": [
181312
+ "ai",
181313
+ "conversation",
181314
+ "chat",
181315
+ "brand"
181316
+ ],
181317
+ "ai-notes": [
181318
+ "brand"
181319
+ ],
181320
+ "coaching-hub": [
181321
+ "brand"
181322
+ ],
181323
+ "default-ai-agent-fab": [
181324
+ "fab",
181325
+ "brand",
181326
+ "agent"
181327
+ ],
181328
+ "dialpad-ai-reversed": [
181329
+ "dp",
181330
+ "brand"
181331
+ ],
181332
+ "dialpad-ai": [
181333
+ "artificial",
181334
+ "intelligence",
181335
+ "voice",
181336
+ "brand"
181337
+ ],
181338
+ "dialpad-logomark": [
181339
+ "brand"
181340
+ ],
181341
+ "dialpad-meetings-star": [
181342
+ "dp",
181343
+ "meetings",
181344
+ "brand",
181345
+ "sparkle",
181346
+ "star"
181347
+ ],
181348
+ "dialpad-star-mark": [
181349
+ "dp",
181350
+ "brand",
181351
+ "agentic"
181352
+ ],
181353
+ "dialpad-star-reversed": [
181354
+ "dp",
181355
+ "brand",
181356
+ "sparkle",
181357
+ "star"
181358
+ ],
181359
+ "dialpad-star": [
181360
+ "brand",
181361
+ "sparkle",
181362
+ "star"
181363
+ ],
181364
+ "dialpad-wfm": [
181365
+ "brand",
181366
+ "workforce",
181367
+ "surfboard",
181368
+ "management"
181369
+ ],
181370
+ "dp-phone": [
181371
+ "call",
181372
+ "dialpad",
181373
+ "brand"
181374
+ ],
181375
+ waveform: [
181376
+ "brand"
181377
+ ],
181378
+ "zoom-logo": [
181379
+ "video",
181380
+ "competitor"
181381
+ ]
181382
+ },
181383
+ communication: {
181384
+ "call-abandoned": [
181385
+ "phone",
181386
+ "missed",
181387
+ "escape"
181388
+ ],
181389
+ "call-rejected": [
181390
+ "decline",
181391
+ "ignore",
181392
+ "dismiss"
181393
+ ],
181394
+ contacts: [
181395
+ "address",
181396
+ "people",
181397
+ "person"
181398
+ ],
181399
+ dialer: [
181400
+ "phone"
181401
+ ],
181402
+ "digital-whisper": [
181403
+ "private"
181404
+ ],
181405
+ forward: [
181406
+ "send",
181407
+ "share",
181408
+ "email"
181409
+ ],
181410
+ hand: [
181411
+ "gesture",
181412
+ "palm"
181413
+ ],
181414
+ listening: [
181415
+ "ear",
181416
+ "hear",
181417
+ "audio"
181418
+ ],
181419
+ "mail-open": [
181420
+ "email",
181421
+ "message",
181422
+ "letter",
181423
+ "read"
181424
+ ],
181425
+ mail: [
181426
+ "email",
181427
+ "message",
181428
+ "letter",
181429
+ "unread"
181430
+ ],
181431
+ mails: [
181432
+ "emails",
181433
+ "messages",
181434
+ "letters",
181435
+ "multiple",
181436
+ "mailing list",
181437
+ "newsletter",
181438
+ "copy"
181439
+ ],
181440
+ message: [
181441
+ "chat",
181442
+ "speech"
181443
+ ],
181444
+ music: [
181445
+ "quaver",
181446
+ "eighth note",
181447
+ "note"
181448
+ ],
181449
+ notes: [
181450
+ "clipboard",
181451
+ "write"
181452
+ ],
181453
+ "past-conversations": [
181454
+ "previous",
181455
+ "history"
181456
+ ],
181457
+ "phone-call": [
181458
+ "ring"
181459
+ ],
181460
+ "phone-forward": [
181461
+ "call",
181462
+ "forward"
181463
+ ],
181464
+ "phone-hold": [
181465
+ "phone",
181466
+ "pause",
181467
+ "call"
181468
+ ],
181469
+ "phone-incoming": [
181470
+ "call"
181471
+ ],
181472
+ "phone-missed": [
181473
+ "call"
181474
+ ],
181475
+ "phone-off": [
181476
+ "call",
181477
+ "mute"
181478
+ ],
181479
+ "phone-outgoing": [
181480
+ "call"
181481
+ ],
181482
+ phone: [
181483
+ "call"
181484
+ ],
181485
+ "power-dialer-off": [
181486
+ "powerdialer",
181487
+ "lightning",
181488
+ "list",
181489
+ "speed",
181490
+ "strikethrough"
181491
+ ],
181492
+ "power-dialer": [
181493
+ "powerdialer",
181494
+ "lightning",
181495
+ "list",
181496
+ "speed"
181497
+ ],
181498
+ "quick-reply": [
181499
+ "message",
181500
+ "chat",
181501
+ "reply"
181502
+ ],
181503
+ "reply-all": [
181504
+ "email"
181505
+ ],
181506
+ send: [
181507
+ "email",
181508
+ "message",
181509
+ "mail",
181510
+ "paper airplane",
181511
+ "paper aeroplane",
181512
+ "submit"
181513
+ ],
181514
+ "simultaneous-ring": [
181515
+ "simultaneous",
181516
+ "multi-ring",
181517
+ "multiple calls",
181518
+ "phone"
181519
+ ],
181520
+ thread: [
181521
+ "conversation",
181522
+ "chat",
181523
+ "message",
181524
+ "reply"
181525
+ ],
181526
+ unread: [
181527
+ "message",
181528
+ "text",
181529
+ "chat",
181530
+ "conversation"
181531
+ ],
181532
+ "voicemail-drop": [
181533
+ "message",
181534
+ "record",
181535
+ "inbox"
181536
+ ],
181537
+ voicemail: [
181538
+ "phone",
181539
+ "cassette"
181540
+ ],
181541
+ webchat: [
181542
+ "message",
181543
+ "chat"
181544
+ ],
181545
+ whisper: [
181546
+ "soft"
181547
+ ]
181548
+ },
181549
+ controls: {
181550
+ barge: [
181551
+ "interrupt",
181552
+ "enter",
181553
+ "join"
181554
+ ],
181555
+ "blur-background": [
181556
+ "video",
181557
+ "camera",
181558
+ "effects",
181559
+ "lens"
181560
+ ],
181561
+ "circle-slashed": [
181562
+ "diameter",
181563
+ "zero",
181564
+ "Ø",
181565
+ "null",
181566
+ "nothing",
181567
+ "maths"
181568
+ ],
181569
+ "delete": [
181570
+ "backspace",
181571
+ "remove"
181572
+ ],
181573
+ download: [
181574
+ "import",
181575
+ "export"
181576
+ ],
181577
+ "end-chat": [
181578
+ "finish",
181579
+ "terminate"
181580
+ ],
181581
+ expand: [
181582
+ "scale",
181583
+ "fullscreen"
181584
+ ],
181585
+ "eye-off": [
181586
+ "view",
181587
+ "watch",
181588
+ "hide",
181589
+ "hidden",
181590
+ "visibility"
181591
+ ],
181592
+ eye: [
181593
+ "view",
181594
+ "watch",
181595
+ "show",
181596
+ "visibility"
181597
+ ],
181598
+ "fast-forward": [
181599
+ "music"
181600
+ ],
181601
+ filter: [
181602
+ "funnel",
181603
+ "hopper"
181604
+ ],
181605
+ food: [
181606
+ "pizza",
181607
+ "emoji",
181608
+ "slice"
181609
+ ],
181610
+ gamepad: [
181611
+ "controller",
181612
+ "emoji",
181613
+ "activity"
181614
+ ],
181615
+ "gif-filled": [
181616
+ "giphy"
181617
+ ],
181618
+ "gif-outline": [
181619
+ "giphy"
181620
+ ],
181621
+ grid: [
181622
+ "table"
181623
+ ],
181624
+ "grip-horizontal": [
181625
+ "grab",
181626
+ "dots",
181627
+ "handle"
181628
+ ],
181629
+ "grip-vertical": [
181630
+ "grab",
181631
+ "dots",
181632
+ "handle",
181633
+ "move",
181634
+ "drag"
181635
+ ],
181636
+ hear: [
181637
+ "listen",
181638
+ "ear",
181639
+ "audio"
181640
+ ],
181641
+ heart: [
181642
+ "like",
181643
+ "love",
181644
+ "emotion"
181645
+ ],
181646
+ history: [
181647
+ "time",
181648
+ "redo",
181649
+ "undo",
181650
+ "rewind",
181651
+ "timeline",
181652
+ "version"
181653
+ ],
181654
+ hold: [
181655
+ "pause",
181656
+ "wait"
181657
+ ],
181658
+ key: [
181659
+ "password",
181660
+ "login",
181661
+ "authentication",
181662
+ "secure"
181663
+ ],
181664
+ "large-self-view": [
181665
+ "view",
181666
+ "focus"
181667
+ ],
181668
+ "layout-dashboard": [
181669
+ "masonry",
181670
+ "brick"
181671
+ ],
181672
+ "layout-filmstrip": [
181673
+ "view"
181674
+ ],
181675
+ "layout-grid": [
181676
+ "app",
181677
+ "home",
181678
+ "start"
181679
+ ],
181680
+ "layout-template": [
181681
+ "window",
181682
+ "webpage",
181683
+ "block",
181684
+ "section"
181685
+ ],
181686
+ layout: [
181687
+ "window",
181688
+ "webpage"
181689
+ ],
181690
+ "lightbulb-off": [
181691
+ "dark"
181692
+ ],
181693
+ lightbulb: [
181694
+ "light"
181695
+ ],
181696
+ listen: [
181697
+ "ear",
181698
+ "hear",
181699
+ "audio"
181700
+ ],
181701
+ "living-thing": [
181702
+ "pet",
181703
+ "cat",
181704
+ "dog",
181705
+ "animal"
181706
+ ],
181707
+ "lock-filled": [
181708
+ "security",
181709
+ "password",
181710
+ "secure",
181711
+ "admin",
181712
+ "locked"
181713
+ ],
181714
+ lock: [
181715
+ "security",
181716
+ "password",
181717
+ "secure",
181718
+ "admin"
181719
+ ],
181720
+ maximize: [
181721
+ "fullscreen",
181722
+ "expand"
181723
+ ],
181724
+ menu: [
181725
+ "bars",
181726
+ "navigation",
181727
+ "hamburger",
181728
+ "options"
181729
+ ],
181730
+ "minimize-alt": [
181731
+ "window"
181732
+ ],
181733
+ minimize: [
181734
+ "exit fullscreen",
181735
+ "close",
181736
+ "shrink"
181737
+ ],
181738
+ "minus-circle": [
181739
+ "subtract",
181740
+ "decrease"
181741
+ ],
181742
+ "multi-line-dept": [
181743
+ "selection",
181744
+ "line",
181745
+ "department",
181746
+ "fork"
181747
+ ],
181748
+ "music-off": [
181749
+ "mute",
181750
+ "silent"
181751
+ ],
181752
+ object: [
181753
+ "item"
181754
+ ],
181755
+ option: [
181756
+ "key",
181757
+ "mac",
181758
+ "button"
181759
+ ],
181760
+ park: [
181761
+ "call"
181762
+ ],
181763
+ "pause-circle-filled": [
181764
+ "music",
181765
+ "audio",
181766
+ "stop",
181767
+ "video",
181768
+ "media"
181769
+ ],
181770
+ "pause-circle": [
181771
+ "music",
181772
+ "audio",
181773
+ "stop",
181774
+ "video",
181775
+ "media"
181776
+ ],
181777
+ pause: [
181778
+ "music",
181779
+ "audio",
181780
+ "stop",
181781
+ "video",
181782
+ "media"
181783
+ ],
181784
+ "phone-hang-up": [
181785
+ "disconnect",
181786
+ "end",
181787
+ "call",
181788
+ "leave"
181789
+ ],
181790
+ "picture-in-picture": [
181791
+ "overlay",
181792
+ "miniature",
181793
+ "window"
181794
+ ],
181795
+ "pin-filled": [
181796
+ "save",
181797
+ "location",
181798
+ "map",
181799
+ "lock",
181800
+ "fix"
181801
+ ],
181802
+ "pin-off": [
181803
+ "unpin",
181804
+ "unsave",
181805
+ "unlock",
181806
+ "remove",
181807
+ "unfix"
181808
+ ],
181809
+ pin: [
181810
+ "save",
181811
+ "map",
181812
+ "lock",
181813
+ "fix"
181814
+ ],
181815
+ "play-circle-filled": [
181816
+ "music",
181817
+ "start",
181818
+ "video",
181819
+ "media"
181820
+ ],
181821
+ "play-circle": [
181822
+ "music",
181823
+ "start",
181824
+ "video",
181825
+ "media"
181826
+ ],
181827
+ "play-filled": [
181828
+ "music",
181829
+ "start",
181830
+ "video",
181831
+ "media"
181832
+ ],
181833
+ play: [
181834
+ "music",
181835
+ "start"
181836
+ ],
181837
+ "plus-circle-filled": [
181838
+ "add",
181839
+ "new",
181840
+ "maths"
181841
+ ],
181842
+ "plus-circle": [
181843
+ "add",
181844
+ "new",
181845
+ "maths"
181846
+ ],
181847
+ plus: [
181848
+ "add",
181849
+ "new",
181850
+ "maths"
181851
+ ],
181852
+ "record-filled": [
181853
+ "circle"
181854
+ ],
181855
+ record: [
181856
+ "circle"
181857
+ ],
181858
+ refresh: [
181859
+ "reload"
181860
+ ],
181861
+ "rewind-15-sec": [
181862
+ "back",
181863
+ "reverse"
181864
+ ],
181865
+ rewind: [
181866
+ "music"
181867
+ ],
181868
+ search: [
181869
+ "find",
181870
+ "magnifier",
181871
+ "magnifying glass"
181872
+ ],
181873
+ share: [
181874
+ "network",
181875
+ "connections"
181876
+ ],
181877
+ sheet: [
181878
+ "spreadsheets",
181879
+ "table",
181880
+ "excel"
181881
+ ],
181882
+ shortcuts: [
181883
+ "arrow"
181884
+ ],
181885
+ shuffle: [
181886
+ "music"
181887
+ ],
181888
+ "sidebar-close": [
181889
+ "menu"
181890
+ ],
181891
+ "sidebar-open": [
181892
+ "menu"
181893
+ ],
181894
+ sidebar: [
181895
+ "menu",
181896
+ "navigation",
181897
+ "panel"
181898
+ ],
181899
+ "skip-15-sec": [
181900
+ "fast-forward",
181901
+ "advance",
181902
+ "forward"
181903
+ ],
181904
+ "skip-back-ten": [
181905
+ "rewind",
181906
+ "back",
181907
+ "jump"
181908
+ ],
181909
+ "skip-back": [
181910
+ "arrow",
181911
+ "previous",
181912
+ "music"
181913
+ ],
181914
+ "skip-forward-ten": [
181915
+ "fast",
181916
+ "forward",
181917
+ "jump"
181918
+ ],
181919
+ "skip-forward": [
181920
+ "arrow",
181921
+ "skip",
181922
+ "next",
181923
+ "music"
181924
+ ],
181925
+ "sliders-horizontal": [
181926
+ "settings",
181927
+ "filters",
181928
+ "controls"
181929
+ ],
181930
+ sliders: [
181931
+ "settings",
181932
+ "controls"
181933
+ ],
181934
+ "small-self-view": [
181935
+ "square",
181936
+ "views"
181937
+ ],
181938
+ "sort-asc": [
181939
+ "filter"
181940
+ ],
181941
+ "sort-desc": [
181942
+ "filter"
181943
+ ],
181944
+ sticker: [
181945
+ "label"
181946
+ ],
181947
+ "stop-circle-filled": [
181948
+ "media",
181949
+ "music"
181950
+ ],
181951
+ "stop-circle": [
181952
+ "media",
181953
+ "music"
181954
+ ],
181955
+ "stop-filled": [
181956
+ "square",
181957
+ "pause"
181958
+ ],
181959
+ table: [
181960
+ "sheet",
181961
+ "grid",
181962
+ "spreadsheet"
181963
+ ],
181964
+ takeover: [
181965
+ "phone",
181966
+ "call"
181967
+ ],
181968
+ "transfer-webchat": [
181969
+ "discussion",
181970
+ "message"
181971
+ ],
181972
+ transfer: [
181973
+ "phone",
181974
+ "arrows",
181975
+ "call"
181976
+ ],
181977
+ transportation: [
181978
+ "vehicle",
181979
+ "travel"
181980
+ ],
181981
+ trash: [
181982
+ "garbage",
181983
+ "delete",
181984
+ "remove",
181985
+ "bin"
181986
+ ],
181987
+ "unlock-filled": [
181988
+ "security"
181989
+ ],
181990
+ unlock: [
181991
+ "security"
181992
+ ],
181993
+ "x-circle": [
181994
+ "cancel",
181995
+ "close",
181996
+ "delete",
181997
+ "remove",
181998
+ "times",
181999
+ "clear",
182000
+ "maths"
182001
+ ],
182002
+ "zoom-in": [
182003
+ "magnifying glass",
182004
+ "plus"
182005
+ ],
182006
+ "zoom-out": [
182007
+ "magnifying glass",
182008
+ "plus"
182009
+ ]
182010
+ },
182011
+ data: {
182012
+ activity: [
182013
+ "pulse",
182014
+ "health",
182015
+ "action",
182016
+ "motion"
182017
+ ],
182018
+ "axis-3d": [
182019
+ "gizmo",
182020
+ "coordinates"
182021
+ ],
182022
+ "bar-chart-2": [
182023
+ "statistics",
182024
+ "diagram",
182025
+ "graph"
182026
+ ],
182027
+ "bar-chart-3": [
182028
+ "statistics",
182029
+ "diagram",
182030
+ "graph"
182031
+ ],
182032
+ "bar-chart-4": [
182033
+ "statistics",
182034
+ "diagram",
182035
+ "graph"
182036
+ ],
182037
+ "bar-chart-horizontal": [
182038
+ "statistics",
182039
+ "diagram",
182040
+ "graph"
182041
+ ],
182042
+ "bar-chart": [
182043
+ "statistics",
182044
+ "diagram",
182045
+ "graph"
182046
+ ],
182047
+ binary: [
182048
+ "code",
182049
+ "digits",
182050
+ "computer",
182051
+ "zero",
182052
+ "one"
182053
+ ],
182054
+ dash: [
182055
+ "horizontal",
182056
+ "minus"
182057
+ ],
182058
+ equal: [
182059
+ "calculate",
182060
+ "maths"
182061
+ ],
182062
+ "line-chart": [
182063
+ "statistics",
182064
+ "diagram",
182065
+ "graph"
182066
+ ],
182067
+ "live-queue": [
182068
+ "waiting"
182069
+ ],
182070
+ "pie-chart": [
182071
+ "statistics",
182072
+ "diagram"
182073
+ ],
182074
+ "trending-down": [
182075
+ "statistics"
182076
+ ],
182077
+ "trending-up": [
182078
+ "statistics"
182079
+ ]
182080
+ },
182081
+ devices: {
182082
+ airplay: [
182083
+ "stream",
182084
+ "cast",
182085
+ "mirroring"
182086
+ ],
182087
+ "ata-adapter": [
182088
+ ],
182089
+ "battery-charging": [
182090
+ "power",
182091
+ "electricity"
182092
+ ],
182093
+ "battery-full": [
182094
+ "power",
182095
+ "electricity"
182096
+ ],
182097
+ "battery-low": [
182098
+ "power",
182099
+ "electricity"
182100
+ ],
182101
+ "battery-medium": [
182102
+ "power",
182103
+ "electricity"
182104
+ ],
182105
+ battery: [
182106
+ "power",
182107
+ "electricity"
182108
+ ],
182109
+ "bluetooth-connected": [
182110
+ "paired",
182111
+ "linked",
182112
+ "connected"
182113
+ ],
182114
+ "bluetooth-off": [
182115
+ "lost",
182116
+ "disconnected",
182117
+ "inactive"
182118
+ ],
182119
+ "bluetooth-searching": [
182120
+ "pairing"
182121
+ ],
182122
+ bluetooth: [
182123
+ "wireless"
182124
+ ],
182125
+ calculator: [
182126
+ "count",
182127
+ "calculating machine"
182128
+ ],
182129
+ "camera-off": [
182130
+ "photo",
182131
+ "webcam",
182132
+ "video"
182133
+ ],
182134
+ "camera-tracking": [
182135
+ "focus",
182136
+ "lens",
182137
+ "video"
182138
+ ],
182139
+ camera: [
182140
+ "photo",
182141
+ "webcam",
182142
+ "video"
182143
+ ],
182144
+ cast: [
182145
+ "chromecast",
182146
+ "airplay"
182147
+ ],
182148
+ "connection-api": [
182149
+ "plug",
182150
+ "plugin",
182151
+ "connected",
182152
+ "connection",
182153
+ "connections"
182154
+ ],
182155
+ "dect-base-station": [
182156
+ ],
182157
+ "dect-handset": [
182158
+ ],
182159
+ deskphone: [
182160
+ "telephone",
182161
+ "landline"
182162
+ ],
182163
+ "download-cloud": [
182164
+ "import"
182165
+ ],
182166
+ "file-audio": [
182167
+ "music",
182168
+ "audio",
182169
+ "sound",
182170
+ "headphones"
182171
+ ],
182172
+ film: [
182173
+ "movie",
182174
+ "video"
182175
+ ],
182176
+ focus: [
182177
+ "camera",
182178
+ "lens",
182179
+ "photo"
182180
+ ],
182181
+ hd: [
182182
+ "quality",
182183
+ "resolution",
182184
+ "high"
182185
+ ],
182186
+ headphones: [
182187
+ "music",
182188
+ "audio",
182189
+ "sound"
182190
+ ],
182191
+ headset: [
182192
+ "microphone",
182193
+ "headphones"
182194
+ ],
182195
+ "laptop-2": [
182196
+ "computer"
182197
+ ],
182198
+ "lightning-bolt": [
182199
+ "power",
182200
+ "energy",
182201
+ "electricity",
182202
+ "electric"
182203
+ ],
182204
+ "mic-off": [
182205
+ "record",
182206
+ "sound",
182207
+ "mute",
182208
+ "microphone"
182209
+ ],
182210
+ mic: [
182211
+ "record",
182212
+ "sound",
182213
+ "listen",
182214
+ "radio",
182215
+ "podcast",
182216
+ "microphone",
182217
+ "unmute"
182218
+ ],
182219
+ "monitor-off": [
182220
+ "share"
182221
+ ],
182222
+ "monitor-speaker": [
182223
+ "devices",
182224
+ "connect",
182225
+ "cast"
182226
+ ],
182227
+ monitor: [
182228
+ "tv",
182229
+ "screen",
182230
+ "display"
182231
+ ],
182232
+ mouse: [
182233
+ "device",
182234
+ "scroll",
182235
+ "click"
182236
+ ],
182237
+ plug: [
182238
+ "power"
182239
+ ],
182240
+ "print-fax": [
182241
+ "printer",
182242
+ "office",
182243
+ "device"
182244
+ ],
182245
+ printer: [
182246
+ "fax",
182247
+ "office",
182248
+ "device"
182249
+ ],
182250
+ "screen-share-off": [
182251
+ "desktop",
182252
+ "disconnect"
182253
+ ],
182254
+ "share-screen": [
182255
+ "screenshare"
182256
+ ],
182257
+ "smartphone-charging": [
182258
+ "phone",
182259
+ "cellphone",
182260
+ "device",
182261
+ "power"
182262
+ ],
182263
+ smartphone: [
182264
+ "phone",
182265
+ "cellphone",
182266
+ "device"
182267
+ ],
182268
+ speaker: [
182269
+ "audio",
182270
+ "music"
182271
+ ],
182272
+ "switch-to-cellular": [
182273
+ "signal"
182274
+ ],
182275
+ "switch-to-hd": [
182276
+ "quality"
182277
+ ],
182278
+ usb: [
182279
+ "universal",
182280
+ "serial",
182281
+ "bus",
182282
+ "controller",
182283
+ "connector",
182284
+ "interface"
182285
+ ],
182286
+ "video-off": [
182287
+ "camera",
182288
+ "movie",
182289
+ "film"
182290
+ ],
182291
+ video: [
182292
+ "camera",
182293
+ "movie",
182294
+ "film",
182295
+ "recording"
182296
+ ],
182297
+ "volume-1": [
182298
+ "music",
182299
+ "sound",
182300
+ "down"
182301
+ ],
182302
+ "volume-2": [
182303
+ "music",
182304
+ "sound",
182305
+ "up"
182306
+ ],
182307
+ "volume-x": [
182308
+ "music",
182309
+ "sound",
182310
+ "mute"
182311
+ ],
182312
+ volume: [
182313
+ "music",
182314
+ "sound",
182315
+ "mute"
182316
+ ],
182317
+ webcam: [
182318
+ "camera",
182319
+ "security"
182320
+ ],
182321
+ "wifi-off": [
182322
+ "disabled",
182323
+ "offline"
182324
+ ],
182325
+ wifi: [
182326
+ "connection",
182327
+ "signal",
182328
+ "wireless",
182329
+ "online"
182330
+ ],
182331
+ "zap-off": [
182332
+ "flash",
182333
+ "camera",
182334
+ "lightning"
182335
+ ]
182336
+ },
182337
+ editing: {
182338
+ "ai-write": [
182339
+ "edit",
182340
+ "AI",
182341
+ "call length",
182342
+ "summary",
182343
+ "pencil"
182344
+ ],
182345
+ "align-center": [
182346
+ "Text",
182347
+ "Format",
182348
+ "Flush"
182349
+ ],
182350
+ "align-justify": [
182351
+ "Text",
182352
+ "Format",
182353
+ "Flush"
182354
+ ],
182355
+ "align-left": [
182356
+ "Text",
182357
+ "Format",
182358
+ "Flush"
182359
+ ],
182360
+ "align-right": [
182361
+ "Text",
182362
+ "Format",
182363
+ "Flush"
182364
+ ],
182365
+ asterisk: [
182366
+ "reference"
182367
+ ],
182368
+ "at-sign": [
182369
+ "mention",
182370
+ "at",
182371
+ "email",
182372
+ "message"
182373
+ ],
182374
+ baseline: [
182375
+ "text",
182376
+ "format",
182377
+ "color"
182378
+ ],
182379
+ bold: [
182380
+ "text",
182381
+ "strong",
182382
+ "format"
182383
+ ],
182384
+ branch: [
182385
+ ],
182386
+ "call-merge": [
182387
+ "arrows",
182388
+ "converge",
182389
+ "join",
182390
+ "connect"
182391
+ ],
182392
+ "code-block": [
182393
+ "developer",
182394
+ "programming",
182395
+ "script",
182396
+ "syntax"
182397
+ ],
182398
+ "edit-2": [
182399
+ "pencil",
182400
+ "change"
182401
+ ],
182402
+ edit: [
182403
+ "pencil",
182404
+ "change"
182405
+ ],
182406
+ eraser: [
182407
+ "pencil",
182408
+ "drawing",
182409
+ "undo",
182410
+ "delete",
182411
+ "clear"
182412
+ ],
182413
+ "expert-node": [
182414
+ ],
182415
+ image: [
182416
+ "picture",
182417
+ "photo"
182418
+ ],
182419
+ indent: [
182420
+ "text",
182421
+ "tab"
182422
+ ],
182423
+ inspect: [
182424
+ "element",
182425
+ "mouse",
182426
+ "click",
182427
+ "cursor",
182428
+ "pointer",
182429
+ "box"
182430
+ ],
182431
+ italic: [
182432
+ "oblique",
182433
+ "text",
182434
+ "format"
182435
+ ],
182436
+ keyboard: [
182437
+ "layout",
182438
+ "spell",
182439
+ "settings",
182440
+ "mouse"
182441
+ ],
182442
+ "link-2-off": [
182443
+ "unchain",
182444
+ "chain"
182445
+ ],
182446
+ "link-2": [
182447
+ "chain",
182448
+ "url"
182449
+ ],
182450
+ "list-add": [
182451
+ "insert"
182452
+ ],
182453
+ "list-bullet": [
182454
+ "options"
182455
+ ],
182456
+ "list-checks": [
182457
+ "todo",
182458
+ "done"
182459
+ ],
182460
+ "list-ordered": [
182461
+ "sort"
182462
+ ],
182463
+ paperclip: [
182464
+ "attachment",
182465
+ "file"
182466
+ ],
182467
+ quote: [
182468
+ "quotation"
182469
+ ],
182470
+ scissors: [
182471
+ "cut"
182472
+ ],
182473
+ strikethrough: [
182474
+ "cross out",
182475
+ "delete",
182476
+ "remove",
182477
+ "format"
182478
+ ],
182479
+ "text-cursor": [
182480
+ "select"
182481
+ ],
182482
+ type: [
182483
+ "text",
182484
+ "font",
182485
+ "typography"
182486
+ ],
182487
+ underline: [
182488
+ "text",
182489
+ "format"
182490
+ ],
182491
+ "unlink-2": [
182492
+ "url",
182493
+ "unchain",
182494
+ "unchain"
182495
+ ]
182496
+ },
182497
+ general: {
182498
+ "accessibility-mac": [
182499
+ "humanpictos",
182500
+ "people",
182501
+ "man silhouette",
182502
+ "disability",
182503
+ "disabled",
182504
+ "dda",
182505
+ "inclusive"
182506
+ ],
182507
+ accessibility: [
182508
+ "disability",
182509
+ "disabled",
182510
+ "dda",
182511
+ "wheelchair"
182512
+ ],
182513
+ "add-task": [
182514
+ "check",
182515
+ "plus"
182516
+ ],
182517
+ album: [
182518
+ "photo",
182519
+ "book"
182520
+ ],
182521
+ "archive-restore": [
182522
+ "archive",
182523
+ "unarchive",
182524
+ "restore",
182525
+ "index",
182526
+ "box"
182527
+ ],
182528
+ archive: [
182529
+ "index",
182530
+ "box"
182531
+ ],
182532
+ "attestation-outline": [
182533
+ "checkbox"
182534
+ ],
182535
+ attestation: [
182536
+ "checkbox"
182537
+ ],
182538
+ "book-open": [
182539
+ "read",
182540
+ "library"
182541
+ ],
182542
+ book: [
182543
+ "read",
182544
+ "dictionary",
182545
+ "booklet",
182546
+ "magazine",
182547
+ "library"
182548
+ ],
182549
+ "bookmark-filled": [
182550
+ "read",
182551
+ "clip",
182552
+ "marker",
182553
+ "tag"
182554
+ ],
182555
+ "bookmark-minus": [
182556
+ "delete",
182557
+ "remove"
182558
+ ],
182559
+ "bookmark-plus": [
182560
+ "add"
182561
+ ],
182562
+ bookmark: [
182563
+ "read",
182564
+ "clip",
182565
+ "marker",
182566
+ "tag"
182567
+ ],
182568
+ "box-select": [
182569
+ "selection",
182570
+ "square",
182571
+ "rectangular",
182572
+ "marquee",
182573
+ "tool"
182574
+ ],
182575
+ box: [
182576
+ "cube",
182577
+ "package"
182578
+ ],
182579
+ boxes: [
182580
+ "cubes",
182581
+ "packages",
182582
+ "parts",
182583
+ "group",
182584
+ "units",
182585
+ "collection",
182586
+ "cluster"
182587
+ ],
182588
+ "breakout-rooms": [
182589
+ "rooms",
182590
+ "groups"
182591
+ ],
182592
+ bullet: [
182593
+ "dot",
182594
+ "point",
182595
+ "circle"
182596
+ ],
182597
+ "check-circle-filled": [
182598
+ "approved",
182599
+ "done"
182600
+ ],
182601
+ "check-circle": [
182602
+ "done"
182603
+ ],
182604
+ check: [
182605
+ "done",
182606
+ "success"
182607
+ ],
182608
+ "circle-half-filled": [
182609
+ "mode",
182610
+ "dark"
182611
+ ],
182612
+ close: [
182613
+ "cancel",
182614
+ "close",
182615
+ "delete",
182616
+ "remove",
182617
+ "times",
182618
+ "clear",
182619
+ "maths"
182620
+ ],
182621
+ code: [
182622
+ "source",
182623
+ "programming",
182624
+ "html",
182625
+ "xml"
182626
+ ],
182627
+ copy: [
182628
+ "clone",
182629
+ "duplicate"
182630
+ ],
182631
+ copyright: [
182632
+ "licence"
182633
+ ],
182634
+ "credit-card": [
182635
+ "bank",
182636
+ "purchase",
182637
+ "payment",
182638
+ "cc"
182639
+ ],
182640
+ "dissatisfied-filled": [
182641
+ "unhappy",
182642
+ "rating",
182643
+ "rate",
182644
+ "vote",
182645
+ "voting",
182646
+ "review"
182647
+ ],
182648
+ dissatisfied: [
182649
+ "unhappy"
182650
+ ],
182651
+ "double-check": [
182652
+ "read"
182653
+ ],
182654
+ empty: [
182655
+ "blank"
182656
+ ],
182657
+ "flag-off": [
182658
+ "unflag"
182659
+ ],
182660
+ flag: [
182661
+ "report"
182662
+ ],
182663
+ "form-input": [
182664
+ "2fa",
182665
+ "authenticate",
182666
+ "login",
182667
+ "field",
182668
+ "text"
182669
+ ],
182670
+ gauge: [
182671
+ "dashboard"
182672
+ ],
182673
+ graduation: [
182674
+ "university",
182675
+ "hat",
182676
+ "cap",
182677
+ "learn",
182678
+ "study",
182679
+ "education",
182680
+ "ceremony",
182681
+ "academic",
182682
+ "diploma"
182683
+ ],
182684
+ "hash-bold": [
182685
+ "number",
182686
+ "pound",
182687
+ "hashtag",
182688
+ "number"
182689
+ ],
182690
+ hash: [
182691
+ "hashtag",
182692
+ "number",
182693
+ "pound"
182694
+ ],
182695
+ "help-circle": [
182696
+ "question mark"
182697
+ ],
182698
+ inbox: [
182699
+ "email"
182700
+ ],
182701
+ info: [
182702
+ "help"
182703
+ ],
182704
+ "isolated-queries": [
182705
+ "list",
182706
+ "alert",
182707
+ "query",
182708
+ "queries"
182709
+ ],
182710
+ keypad: [
182711
+ "number",
182712
+ "dialpad",
182713
+ "keypad"
182714
+ ],
182715
+ library: [
182716
+ "book",
182717
+ "music",
182718
+ "album"
182719
+ ],
182720
+ "log-in": [
182721
+ "sign in",
182722
+ "arrow",
182723
+ "enter",
182724
+ "auth",
182725
+ "login"
182726
+ ],
182727
+ "log-out": [
182728
+ "sign out",
182729
+ "arrow",
182730
+ "exit",
182731
+ "auth",
182732
+ "logout"
182733
+ ],
182734
+ "more-horizontal": [
182735
+ "ellipsis",
182736
+ "menu",
182737
+ "options"
182738
+ ],
182739
+ "more-vertical": [
182740
+ "ellipsis",
182741
+ "menu",
182742
+ "options"
182743
+ ],
182744
+ network: [
182745
+ "tree"
182746
+ ],
182747
+ neutral: [
182748
+ "bored",
182749
+ "meh",
182750
+ "average",
182751
+ "face"
182752
+ ],
182753
+ "not-enough-queries": [
182754
+ "list",
182755
+ "plus",
182756
+ "query",
182757
+ "queries"
182758
+ ],
182759
+ "package": [
182760
+ "box",
182761
+ "container"
182762
+ ],
182763
+ "party-popper": [
182764
+ "emoji",
182765
+ "congratulations",
182766
+ "celebration",
182767
+ "party"
182768
+ ],
182769
+ power: [
182770
+ "on",
182771
+ "off",
182772
+ "device"
182773
+ ],
182774
+ puzzle: [
182775
+ "component",
182776
+ "module",
182777
+ "part",
182778
+ "piece"
182779
+ ],
182780
+ queries: [
182781
+ "list",
182782
+ "question mark",
182783
+ "query",
182784
+ "queries"
182785
+ ],
182786
+ rocket: [
182787
+ "release",
182788
+ "boost",
182789
+ "launch",
182790
+ "space",
182791
+ "version",
182792
+ "science"
182793
+ ],
182794
+ "satisfied-filled": [
182795
+ "happy",
182796
+ "pleased",
182797
+ "smile",
182798
+ "great",
182799
+ "good",
182800
+ "rating",
182801
+ "rate",
182802
+ "vote",
182803
+ "voting",
182804
+ "review"
182805
+ ],
182806
+ satisfied: [
182807
+ "happy",
182808
+ "pleased",
182809
+ "smile",
182810
+ "great",
182811
+ "good",
182812
+ "rating",
182813
+ "rate",
182814
+ "vote",
182815
+ "voting",
182816
+ "review"
182817
+ ],
182818
+ scroll: [
182819
+ "paper",
182820
+ "log",
182821
+ "scripture",
182822
+ "document",
182823
+ "parchment",
182824
+ "transcript"
182825
+ ],
182826
+ settings: [
182827
+ "cog",
182828
+ "edit",
182829
+ "gear",
182830
+ "preferences",
182831
+ "configuration"
182832
+ ],
182833
+ "shield-alert": [
182834
+ "security",
182835
+ "secure",
182836
+ "virus",
182837
+ "admin",
182838
+ "safety"
182839
+ ],
182840
+ "shield-check": [
182841
+ "security",
182842
+ "secure",
182843
+ "done",
182844
+ "save"
182845
+ ],
182846
+ "shield-close": [
182847
+ "security",
182848
+ "secure",
182849
+ "wrong",
182850
+ "unsave",
182851
+ "virus"
182852
+ ],
182853
+ "shield-off": [
182854
+ "security",
182855
+ "secure",
182856
+ "security",
182857
+ "insecure"
182858
+ ],
182859
+ shield: [
182860
+ "security",
182861
+ "secure"
182862
+ ],
182863
+ "somewhat-dissatisfied-filled": [
182864
+ "face",
182865
+ "rating",
182866
+ "rate",
182867
+ "vote",
182868
+ "voting",
182869
+ "review"
182870
+ ],
182871
+ "somewhat-dissatisfied": [
182872
+ "face",
182873
+ "rating",
182874
+ "rate",
182875
+ "vote",
182876
+ "voting",
182877
+ "review"
182878
+ ],
182879
+ "somewhat-satisfied-filled": [
182880
+ "smile",
182881
+ "happy",
182882
+ "pleased",
182883
+ "good",
182884
+ "face",
182885
+ "rating",
182886
+ "rate",
182887
+ "vote",
182888
+ "voting",
182889
+ "review"
182890
+ ],
182891
+ "somewhat-satisfied": [
182892
+ "smile",
182893
+ "happy",
182894
+ "pleased",
182895
+ "good",
182896
+ "face",
182897
+ "rating",
182898
+ "rate",
182899
+ "vote",
182900
+ "voting",
182901
+ "review"
182902
+ ],
182903
+ "sparkle-filled": [
182904
+ "stars",
182905
+ "magic",
182906
+ "help",
182907
+ "ai"
182908
+ ],
182909
+ sparkle: [
182910
+ "stars",
182911
+ "magic",
182912
+ "help",
182913
+ "ai"
182914
+ ],
182915
+ "star-filled": [
182916
+ "bookmark",
182917
+ "favorite",
182918
+ "like",
182919
+ "review",
182920
+ "rating"
182921
+ ],
182922
+ star: [
182923
+ "bookmark",
182924
+ "favorite",
182925
+ "like",
182926
+ "review",
182927
+ "rating"
182928
+ ],
182929
+ tag: [
182930
+ "label",
182931
+ "badge",
182932
+ "ticket",
182933
+ "mark"
182934
+ ],
182935
+ tags: [
182936
+ "labels",
182937
+ "badges",
182938
+ "tickets",
182939
+ "marks",
182940
+ "copy",
182941
+ "multiple"
182942
+ ],
182943
+ task: [
182944
+ "check"
182945
+ ],
182946
+ "text-cursor-input": [
182947
+ "select"
182948
+ ],
182949
+ "thumbs-down-filled": [
182950
+ "dislike",
182951
+ "bad",
182952
+ "emotion",
182953
+ "no"
182954
+ ],
182955
+ "thumbs-down": [
182956
+ "dislike",
182957
+ "bad",
182958
+ "emotion",
182959
+ "no"
182960
+ ],
182961
+ "thumbs-up-filled": [
182962
+ "like",
182963
+ "good",
182964
+ "emotion",
182965
+ "ok",
182966
+ "yes"
182967
+ ],
182968
+ "thumbs-up": [
182969
+ "like",
182970
+ "good",
182971
+ "emotion",
182972
+ "yes"
182973
+ ],
182974
+ "too-many-queries": [
182975
+ "list",
182976
+ "minus",
182977
+ "query",
182978
+ "queries"
182979
+ ],
182980
+ tools: [
182981
+ "wrench"
182982
+ ],
182983
+ triangle: [
182984
+ "delta",
182985
+ "shape"
182986
+ ],
182987
+ "very-dissatisfied-filled": [
182988
+ "sad",
182989
+ "frown",
182990
+ "unhappy",
182991
+ "bad",
182992
+ "poor",
182993
+ "face"
182994
+ ],
182995
+ "very-dissatisfied": [
182996
+ "sad",
182997
+ "frown",
182998
+ "unhappy",
182999
+ "bad",
183000
+ "poor",
183001
+ "face"
183002
+ ],
183003
+ "very-satisfied-filled": [
183004
+ "happy",
183005
+ "smile",
183006
+ "face",
183007
+ "great",
183008
+ "pleased",
183009
+ "good"
183010
+ ],
183011
+ "very-satisfied": [
183012
+ "happy",
183013
+ "smile",
183014
+ "face",
183015
+ "great",
183016
+ "pleased",
183017
+ "good"
183018
+ ],
183019
+ "video-settings": [
183020
+ "preferences",
183021
+ "configure"
183022
+ ],
183023
+ "whatsapp-outlined": [
183024
+ ]
183025
+ },
183026
+ os: {
183027
+ "clipboard-check": [
183028
+ "copied",
183029
+ "pasted"
183030
+ ],
183031
+ "clipboard-copy": [
183032
+ "copy",
183033
+ "paste"
183034
+ ],
183035
+ "clipboard-edit": [
183036
+ "edit",
183037
+ "paste",
183038
+ "signature"
183039
+ ],
183040
+ "clipboard-list": [
183041
+ "copy",
183042
+ "paste",
183043
+ "tasks"
183044
+ ],
183045
+ "clipboard-signature": [
183046
+ "paste",
183047
+ "signature"
183048
+ ],
183049
+ "clipboard-type": [
183050
+ "paste",
183051
+ "format",
183052
+ "text"
183053
+ ],
183054
+ "clipboard-x": [
183055
+ "copy",
183056
+ "paste",
183057
+ "discard",
183058
+ "remove"
183059
+ ],
183060
+ clipboard: [
183061
+ "copy",
183062
+ "paste"
183063
+ ],
183064
+ "cloud-off": [
183065
+ "disconnect"
183066
+ ],
183067
+ command: [
183068
+ "keyboard",
183069
+ "cmd",
183070
+ "terminal",
183071
+ "prompt"
183072
+ ],
183073
+ cpu: [
183074
+ "processor",
183075
+ "technology",
183076
+ "computer",
183077
+ "chip"
183078
+ ],
183079
+ "external-link": [
183080
+ "outbound"
183081
+ ],
183082
+ "file-pdf": [
183083
+ "document"
183084
+ ],
183085
+ file: [
183086
+ "document"
183087
+ ],
183088
+ files: [
183089
+ "multiple",
183090
+ "copy",
183091
+ "documents"
183092
+ ],
183093
+ fingerprint: [
183094
+ "2fa",
183095
+ "authentication",
183096
+ "biometric",
183097
+ "identity",
183098
+ "security"
183099
+ ],
183100
+ "folder-tree": [
183101
+ "directory",
183102
+ "tree",
183103
+ "browser"
183104
+ ],
183105
+ folder: [
183106
+ "directory"
183107
+ ],
183108
+ folders: [
183109
+ "multiple",
183110
+ "copy",
183111
+ "directories"
183112
+ ],
183113
+ "hard-drive": [
183114
+ "computer",
183115
+ "server",
183116
+ "memory",
183117
+ "data",
183118
+ "ssd",
183119
+ "disk",
183120
+ "hard disk"
183121
+ ],
183122
+ "import": [
183123
+ "save"
183124
+ ],
183125
+ languages: [
183126
+ "translate"
183127
+ ],
183128
+ "life-buoy": [
183129
+ "help",
183130
+ "rescue",
183131
+ "ship",
183132
+ "life ring",
183133
+ "support"
183134
+ ],
183135
+ "qr-code": [
183136
+ "barcode"
183137
+ ],
183138
+ save: [
183139
+ "floppy disk"
183140
+ ],
183141
+ "scan-face": [
183142
+ "face",
183143
+ "biometric",
183144
+ "authentication",
183145
+ "2fa"
183146
+ ],
183147
+ "scan-file": [
183148
+ "document",
183149
+ "capture",
183150
+ "scanner"
183151
+ ],
183152
+ scan: [
183153
+ "qr-code"
183154
+ ],
183155
+ "share-2": [
183156
+ "network",
183157
+ "connections"
183158
+ ],
183159
+ "signal-best": [
183160
+ "connection",
183161
+ "wireless",
183162
+ "gsm",
183163
+ "phone",
183164
+ "2g",
183165
+ "3g",
183166
+ "4g",
183167
+ "5g"
183168
+ ],
183169
+ "signal-high": [
183170
+ "connection",
183171
+ "wireless",
183172
+ "gsm",
183173
+ "phone",
183174
+ "2g",
183175
+ "3g",
183176
+ "4g",
183177
+ "5g"
183178
+ ],
183179
+ "signal-low": [
183180
+ "connection",
183181
+ "wireless",
183182
+ "gsm",
183183
+ "phone",
183184
+ "2g",
183185
+ "3g",
183186
+ "4g",
183187
+ "5g"
183188
+ ],
183189
+ "signal-medium": [
183190
+ "connection",
183191
+ "wireless",
183192
+ "gsm",
183193
+ "phone",
183194
+ "2g",
183195
+ "3g",
183196
+ "4g",
183197
+ "5g"
183198
+ ],
183199
+ "signal-zero": [
183200
+ "connection",
183201
+ "wireless",
183202
+ "gsm",
183203
+ "phone",
183204
+ "2g",
183205
+ "3g",
183206
+ "4g",
183207
+ "5g",
183208
+ "lost"
183209
+ ],
183210
+ slash: [
183211
+ "cancel",
183212
+ "ban",
183213
+ "no",
183214
+ "stop",
183215
+ "forbidden",
183216
+ "prohibited",
183217
+ "error"
183218
+ ],
183219
+ token: [
183220
+ "symbol",
183221
+ "figma"
183222
+ ],
183223
+ "toy-brick": [
183224
+ "lego",
183225
+ "block",
183226
+ "addon",
183227
+ "plugin",
183228
+ "integration"
183229
+ ],
183230
+ "upload-cloud": [
183231
+ "file"
183232
+ ],
183233
+ upload: [
183234
+ "file"
183235
+ ]
183236
+ },
183237
+ people: {
183238
+ "user-check": [
183239
+ "followed",
183240
+ "subscribed",
183241
+ "done"
183242
+ ],
183243
+ "user-minus": [
183244
+ "delete",
183245
+ "remove",
183246
+ "unfollow",
183247
+ "unsubscribe"
183248
+ ],
183249
+ "user-plus": [
183250
+ "new",
183251
+ "add",
183252
+ "create",
183253
+ "follow",
183254
+ "subscribe"
183255
+ ],
183256
+ "user-rematch": [
183257
+ "people"
183258
+ ],
183259
+ "user-remove": [
183260
+ "delete",
183261
+ "remove",
183262
+ "unfollow",
183263
+ "unsubscribe",
183264
+ "unavailable"
183265
+ ],
183266
+ "user-speak": [
183267
+ "voice",
183268
+ "talk",
183269
+ "speak"
183270
+ ],
183271
+ user: [
183272
+ "person",
183273
+ "account",
183274
+ "contact",
183275
+ "profile",
183276
+ "avatar"
183277
+ ],
183278
+ users: [
183279
+ "group",
183280
+ "people"
183281
+ ]
183282
+ },
183283
+ places: {
183284
+ briefcase: [
183285
+ "work",
183286
+ "bag",
183287
+ "baggage",
183288
+ "folder"
183289
+ ],
183290
+ "building-2": [
183291
+ "business",
183292
+ "company",
183293
+ "enterprise",
183294
+ "skyscraper",
183295
+ "organisation",
183296
+ "organization"
183297
+ ],
183298
+ building: [
183299
+ "organisation",
183300
+ "organization"
183301
+ ],
183302
+ factory: [
183303
+ "building",
183304
+ "business",
183305
+ "energy",
183306
+ "industry",
183307
+ "manufacture",
183308
+ "sector"
183309
+ ],
183310
+ "globe-2": [
183311
+ "world",
183312
+ "browser",
183313
+ "language",
183314
+ "translate"
183315
+ ],
183316
+ home: [
183317
+ "house",
183318
+ "living"
183319
+ ],
183320
+ "map-pin-filled": [
183321
+ "location",
183322
+ "navigation",
183323
+ "travel",
183324
+ "marker"
183325
+ ],
183326
+ "map-pin": [
183327
+ "location",
183328
+ "navigation",
183329
+ "travel",
183330
+ "marker"
183331
+ ],
183332
+ map: [
183333
+ "location",
183334
+ "navigation",
183335
+ "travel"
183336
+ ]
183337
+ },
183338
+ time: {
183339
+ "alarm-check": [
183340
+ "done"
183341
+ ],
183342
+ "alarm-clock-off": [
183343
+ "morning",
183344
+ "turn-off"
183345
+ ],
183346
+ "alarm-minus": [
183347
+ "remove"
183348
+ ],
183349
+ "alarm-plus": [
183350
+ "add"
183351
+ ],
183352
+ "calendar-check-2": [
183353
+ "date",
183354
+ "time",
183355
+ "event",
183356
+ "confirm",
183357
+ "subscribe"
183358
+ ],
183359
+ "calendar-check": [
183360
+ "date",
183361
+ "time",
183362
+ "event",
183363
+ "confirm",
183364
+ "subscribe"
183365
+ ],
183366
+ "calendar-clock": [
183367
+ "date",
183368
+ "time",
183369
+ "event",
183370
+ "clock"
183371
+ ],
183372
+ "calendar-days": [
183373
+ "date",
183374
+ "time",
183375
+ "event"
183376
+ ],
183377
+ "calendar-heart": [
183378
+ "date",
183379
+ "time",
183380
+ "event",
183381
+ "heart",
183382
+ "favourite",
183383
+ "subscribe"
183384
+ ],
183385
+ "calendar-minus": [
183386
+ "date",
183387
+ "time",
183388
+ "event",
183389
+ "delete",
183390
+ "remove"
183391
+ ],
183392
+ "calendar-off": [
183393
+ "date",
183394
+ "time",
183395
+ "event",
183396
+ "delete",
183397
+ "remove"
183398
+ ],
183399
+ "calendar-plus": [
183400
+ "date",
183401
+ "time",
183402
+ "event",
183403
+ "add",
183404
+ "subscribe",
183405
+ "create",
183406
+ "new"
183407
+ ],
183408
+ "calendar-range": [
183409
+ "date",
183410
+ "time",
183411
+ "event",
183412
+ "range",
183413
+ "period"
183414
+ ],
183415
+ "calendar-search": [
183416
+ "date",
183417
+ "time",
183418
+ "search",
183419
+ "events"
183420
+ ],
183421
+ "calendar-x": [
183422
+ "date",
183423
+ "time",
183424
+ "event",
183425
+ "remove",
183426
+ "busy"
183427
+ ],
183428
+ calendar: [
183429
+ "date",
183430
+ "time",
183431
+ "event",
183432
+ "birthdate",
183433
+ "birthday",
183434
+ "schedule"
183435
+ ],
183436
+ "clock-1": [
183437
+ "time",
183438
+ "watch",
183439
+ "alarm"
183440
+ ],
183441
+ "clock-10": [
183442
+ "time",
183443
+ "watch",
183444
+ "alarm"
183445
+ ],
183446
+ "clock-11": [
183447
+ "time",
183448
+ "watch",
183449
+ "alarm"
183450
+ ],
183451
+ "clock-12": [
183452
+ "time",
183453
+ "watch",
183454
+ "alarm"
183455
+ ],
183456
+ "clock-2": [
183457
+ "time",
183458
+ "watch",
183459
+ "alarm"
183460
+ ],
183461
+ "clock-3": [
183462
+ "time",
183463
+ "watch",
183464
+ "alarm"
183465
+ ],
183466
+ "clock-4": [
183467
+ "time",
183468
+ "watch",
183469
+ "alarm"
183470
+ ],
183471
+ "clock-5": [
183472
+ "time",
183473
+ "watch",
183474
+ "alarm"
183475
+ ],
183476
+ "clock-6": [
183477
+ "time",
183478
+ "watch",
183479
+ "alarm"
183480
+ ],
183481
+ "clock-7": [
183482
+ "time",
183483
+ "watch",
183484
+ "alarm"
183485
+ ],
183486
+ "clock-8": [
183487
+ "time",
183488
+ "watch",
183489
+ "alarm"
183490
+ ],
183491
+ "clock-9": [
183492
+ "time",
183493
+ "watch",
183494
+ "alarm"
183495
+ ],
183496
+ clock: [
183497
+ "time",
183498
+ "watch",
183499
+ "alarm"
183500
+ ],
183501
+ hourglass: [
183502
+ "timer",
183503
+ "time",
183504
+ "sandglass"
183505
+ ],
183506
+ infinity: [
183507
+ "unlimited",
183508
+ "forever",
183509
+ "loop",
183510
+ "maths"
183511
+ ],
183512
+ loading: [
183513
+ ],
183514
+ "timer-off": [
183515
+ "time",
183516
+ "timer",
183517
+ "stopwatch"
183518
+ ],
183519
+ "timer-reset": [
183520
+ "time",
183521
+ "timer",
183522
+ "stopwatch"
183523
+ ],
183524
+ timer: [
183525
+ "time",
183526
+ "timer",
183527
+ "stopwatch"
183528
+ ]
183529
+ },
183530
+ weather: {
183531
+ "cloud-cog": [
183532
+ "computing",
183533
+ "ai",
183534
+ "cluster",
183535
+ "network"
183536
+ ],
183537
+ "cloud-drizzle": [
183538
+ "weather",
183539
+ "shower"
183540
+ ],
183541
+ "cloud-fog": [
183542
+ "weather",
183543
+ "mist"
183544
+ ],
183545
+ "cloud-hail": [
183546
+ "weather",
183547
+ "rainfall"
183548
+ ],
183549
+ "cloud-lightning": [
183550
+ "weather",
183551
+ "bolt"
183552
+ ],
183553
+ "cloud-moon-rain": [
183554
+ "weather",
183555
+ "partly",
183556
+ "night",
183557
+ "rainfall"
183558
+ ],
183559
+ "cloud-moon": [
183560
+ "weather",
183561
+ "night"
183562
+ ],
183563
+ "cloud-rain-wind": [
183564
+ "weather",
183565
+ "rainfall"
183566
+ ],
183567
+ "cloud-rain": [
183568
+ "weather",
183569
+ "rainfall"
183570
+ ],
183571
+ "cloud-snow": [
183572
+ "weather",
183573
+ "blizzard"
183574
+ ],
183575
+ "cloud-sun-rain": [
183576
+ "weather",
183577
+ "partly",
183578
+ "rainfall"
183579
+ ],
183580
+ "cloud-sun": [
183581
+ "weather",
183582
+ "partly"
183583
+ ],
183584
+ cloud: [
183585
+ "weather"
183586
+ ],
183587
+ cloudy: [
183588
+ "clouds"
183589
+ ],
183590
+ haze: [
183591
+ "mist",
183592
+ "fog"
183593
+ ],
183594
+ moon: [
183595
+ "dark",
183596
+ "night"
183597
+ ],
183598
+ snowflake: [
183599
+ "cold",
183600
+ "weather",
183601
+ "freeze",
183602
+ "snow",
183603
+ "winter"
183604
+ ],
183605
+ "sun-dim": [
183606
+ "brightness",
183607
+ "dim",
183608
+ "low",
183609
+ "brightness low"
183610
+ ],
183611
+ "sun-medium": [
183612
+ "brightness",
183613
+ "medium"
183614
+ ],
183615
+ sun: [
183616
+ "brightness",
183617
+ "weather",
183618
+ "light",
183619
+ "summer"
183620
+ ],
183621
+ sunrise: [
183622
+ "weather",
183623
+ "time",
183624
+ "morning",
183625
+ "day"
183626
+ ],
183627
+ sunset: [
183628
+ "weather",
183629
+ "time",
183630
+ "evening",
183631
+ "night"
183632
+ ],
183633
+ "thermometer-snowflake": [
183634
+ "temperature",
183635
+ "celsius",
183636
+ "fahrenheit",
183637
+ "weather",
183638
+ "cold",
183639
+ "freeze",
183640
+ "freezing"
183641
+ ],
183642
+ "thermometer-sun": [
183643
+ "temperature",
183644
+ "celsius",
183645
+ "fahrenheit",
183646
+ "weather",
183647
+ "warm",
183648
+ "hot"
183649
+ ],
183650
+ thermometer: [
183651
+ "temperature",
183652
+ "celsius",
183653
+ "fahrenheit",
183654
+ "weather"
183655
+ ],
183656
+ umbrella: [
183657
+ "rain",
183658
+ "weather"
183659
+ ],
183660
+ wind: [
183661
+ "weather",
183662
+ "air",
183663
+ "blow"
183664
+ ]
183665
+ }
183666
+ };
183667
+ var iconsData = {
183668
+ categories: categories
183669
+ };
183670
+
180844
183671
  var priority = {
180845
183672
  description: "Priority order when recommending Dialtone solutions",
180846
183673
  order: [
@@ -180917,6 +183744,7 @@ var clientRulesData = {
180917
183744
  const utilityClasses = utilityClassesData;
180918
183745
  const tokens = tokensData;
180919
183746
  const components = componentsData;
183747
+ const icons = iconsData;
180920
183748
  const clientRules = clientRulesData;
180921
183749
 
180922
183750
  // ============================================================================
@@ -181521,7 +184349,133 @@ function formatComponentResults(results, query) {
181521
184349
  return output;
181522
184350
  }
181523
184351
 
184352
+ // ============================================================================
184353
+ // ICONS SEARCH TOOL
184354
+ // ============================================================================
184355
+ /**
184356
+ * Search icons by name, category, and keywords using AND-logic
184357
+ * Simple single-bucket approach: all words must match somewhere in (name + category + keywords)
184358
+ */
184359
+ function searchIcons(query, data) {
184360
+ console.error(`\n[ICON SEARCH DEBUG] Query: "${query}"`);
184361
+ // Normalize query: lowercase, replace hyphens/slashes with spaces
184362
+ const normalized = query.toLowerCase().replace(/[/-]/g, ' ');
184363
+ const words = normalized.split(/\s+/).filter(w => w.length > 0);
184364
+ // Create regex for each word
184365
+ const regexArray = words.map((word) => {
184366
+ const escaped = word.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
184367
+ return new RegExp(escaped, 'i');
184368
+ });
184369
+ console.error(`[ICON SEARCH DEBUG] Words:`, words);
184370
+ const results = [];
184371
+ // Iterate through all categories and icons
184372
+ for (const [categoryName, icons] of Object.entries(data.categories)) {
184373
+ for (const [iconName, keywords] of Object.entries(icons)) {
184374
+ // Gather searchable text: icon name + category + keywords
184375
+ const searchableTexts = [
184376
+ iconName.toLowerCase(),
184377
+ categoryName.toLowerCase(),
184378
+ ...keywords.map(k => k.toLowerCase())
184379
+ ];
184380
+ const combinedText = searchableTexts.join(' ');
184381
+ // Check if ALL regexes match somewhere (AND logic)
184382
+ const allWordsMatch = regexArray.every((regex) => regex.test(combinedText));
184383
+ if (allWordsMatch) {
184384
+ results.push({
184385
+ type: 'icon',
184386
+ name: iconName,
184387
+ details: {
184388
+ category: categoryName,
184389
+ keywords: keywords
184390
+ },
184391
+ metadata: null // Icons don't have metadata
184392
+ });
184393
+ }
184394
+ }
184395
+ }
184396
+ console.error(`[ICON SEARCH DEBUG] Found ${results.length} matches\n`);
184397
+ return { results, notes: [] };
184398
+ }
184399
+ /**
184400
+ * Format icon search results
184401
+ */
184402
+ function formatIconResults(results, query) {
184403
+ if (results.length === 0) {
184404
+ 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")`;
184405
+ }
184406
+ let output = `Found ${results.length} icon${results.length > 1 ? 's' : ''} for "${query}":\n\n`;
184407
+ // Group by category for better organization
184408
+ const byCategory = {};
184409
+ results.forEach((result) => {
184410
+ const cat = result.details.category;
184411
+ if (!byCategory[cat]) {
184412
+ byCategory[cat] = [];
184413
+ }
184414
+ byCategory[cat].push(result);
184415
+ });
184416
+ // Show results grouped by category
184417
+ Object.entries(byCategory).forEach(([category, icons]) => {
184418
+ output += `**${category}:**\n`;
184419
+ icons.forEach((icon) => {
184420
+ output += ` • **${icon.name}**`;
184421
+ if (icon.details.keywords && icon.details.keywords.length > 0) {
184422
+ output += ` - ${icon.details.keywords.join(', ')}`;
184423
+ }
184424
+ output += `\n`;
184425
+ });
184426
+ output += `\n`;
184427
+ });
184428
+ // Usage example - convert kebab-case icon name to PascalCase component name
184429
+ const firstIconName = results[0].name;
184430
+ const pascalCaseName = firstIconName
184431
+ .split('-')
184432
+ .map(word => word.charAt(0).toUpperCase() + word.slice(1))
184433
+ .join('');
184434
+ const componentName = `DtIcon${pascalCaseName}`;
184435
+ output += `**Usage:**\n`;
184436
+ output += `\`\`\`vue\n`;
184437
+ output += `import { ${componentName} } from '@dialpad/dialtone-icons/vue3'\n`;
184438
+ output += `\`\`\`\n`;
184439
+ return output;
184440
+ }
184441
+
184442
+ /**
184443
+ * Check if a newer version of the package is available on npm
184444
+ * Logs a warning with update instructions if outdated
184445
+ * Fails silently if offline or registry unavailable
184446
+ */
184447
+ async function checkVersion() {
184448
+ try {
184449
+ const packageName = pkg.name;
184450
+ const currentVersion = pkg.version;
184451
+ const response = await fetch(`https://registry.npmjs.org/${packageName}/latest`);
184452
+ const data = await response.json();
184453
+ const latestVersion = data.version;
184454
+ if (currentVersion !== latestVersion) {
184455
+ console.error('');
184456
+ console.error('━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━');
184457
+ console.error('⚠️ Dialtone MCP Server Update Available');
184458
+ console.error(` Current: v${currentVersion}`);
184459
+ console.error(` Latest: v${latestVersion}`);
184460
+ console.error('');
184461
+ console.error(' To update:');
184462
+ console.error(' 1. npm install -D @dialpad/dialtone-mcp-server@latest');
184463
+ console.error(' 2. Restart this conversation');
184464
+ console.error('━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━');
184465
+ console.error('');
184466
+ }
184467
+ else {
184468
+ console.error(`✓ Dialtone MCP Server v${currentVersion} (up to date)`);
184469
+ }
184470
+ }
184471
+ catch (error) {
184472
+ // Fail silently if offline or registry unavailable
184473
+ // This ensures the server still starts even without network access
184474
+ }
184475
+ }
181524
184476
  async function main() {
184477
+ // Check for updates on startup
184478
+ await checkVersion();
181525
184479
  // Build compound properties set from utility classes data (done once at startup)
181526
184480
  const compoundProperties = buildCompoundPropertiesSet(utilityClasses);
181527
184481
  console.error(`[INIT] Built compound properties set: ${compoundProperties.size} properties`);
@@ -181575,6 +184529,19 @@ async function main() {
181575
184529
  }]
181576
184530
  };
181577
184531
  });
184532
+ server.resource("icons", "dialtone://icons", {
184533
+ name: "Dialtone Icons",
184534
+ description: "Complete documentation of Dialtone icon library",
184535
+ mimeType: "application/json",
184536
+ }, async () => {
184537
+ return {
184538
+ contents: [{
184539
+ uri: "dialtone://icons",
184540
+ mimeType: "application/json",
184541
+ text: JSON.stringify(icons, null, 2)
184542
+ }]
184543
+ };
184544
+ });
181578
184545
  server.resource("client-rules", "dialtone://client-rules", {
181579
184546
  name: "Dialtone Client Rules",
181580
184547
  description: "Guidelines and rules for AI clients when working with Dialtone",
@@ -181654,6 +184621,27 @@ async function main() {
181654
184621
  },
181655
184622
  required: ["query"]
181656
184623
  }
184624
+ },
184625
+ {
184626
+ name: "search_icons",
184627
+ 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.",
184628
+ inputSchema: {
184629
+ type: "object",
184630
+ properties: {
184631
+ query: {
184632
+ type: "string",
184633
+ description: "Icon name, category, or keyword (e.g., 'notification', 'arrow up', 'calendar', 'warning')"
184634
+ },
184635
+ limit: {
184636
+ type: "number",
184637
+ description: "Maximum number of results to return (1-50, default 20)",
184638
+ default: 20,
184639
+ minimum: 1,
184640
+ maximum: 50
184641
+ }
184642
+ },
184643
+ required: ["query"]
184644
+ }
181657
184645
  }
181658
184646
  ]
181659
184647
  };
@@ -181688,6 +184676,10 @@ async function main() {
181688
184676
  searchResult = searchComponents(query, components);
181689
184677
  formatterFunction = formatComponentResults;
181690
184678
  }
184679
+ else if (toolName === "search_icons") {
184680
+ searchResult = searchIcons(query, icons);
184681
+ formatterFunction = formatIconResults;
184682
+ }
181691
184683
  else {
181692
184684
  throw new Error(`Unknown tool: ${toolName}`);
181693
184685
  }