@corva/ui 3.54.0-18 → 3.54.0-19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/mcp-server/server.mjs +1929 -191
  2. package/package.json +2 -2
@@ -11,7 +11,7 @@ import { randomUUID } from 'crypto';
11
11
  import { Resource } from '@opentelemetry/resources';
12
12
  import { ATTR_SERVICE_NAME, ATTR_SERVICE_VERSION } from '@opentelemetry/semantic-conventions';
13
13
  import { readFile } from 'fs/promises';
14
- import { join, dirname } from 'path';
14
+ import { join as join$1, dirname } from 'path';
15
15
  import { fileURLToPath } from 'url';
16
16
  import { z } from 'zod';
17
17
 
@@ -225,9 +225,9 @@ const validateDsn = (dsn) => {
225
225
  return url.href;
226
226
  };
227
227
 
228
- const MCP_SERVER_VERSION = '1.0.0';
228
+ const MCP_SERVER_VERSION = '1.1.0';
229
229
 
230
- var version = "3.54.0-18";
230
+ var version = "3.54.0-19";
231
231
 
232
232
  const CORVA_UI_VERSION = version;
233
233
 
@@ -445,7 +445,7 @@ const createTracerTelemetryClient = (tracer, sessionId, metrics, providerShutdow
445
445
  };
446
446
  };
447
447
 
448
- const getLocalConfigPath = () => join(dirname(fileURLToPath(import.meta.url)), 'telemetry-config.local.json');
448
+ const getLocalConfigPath = () => join$1(dirname(fileURLToPath(import.meta.url)), 'telemetry-config.local.json');
449
449
 
450
450
  const validateLocalConfig = (data) => {
451
451
  if (!data || typeof data !== 'object') {
@@ -1780,7 +1780,9 @@ var componentsV2Data = [
1780
1780
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=98744-14653",
1781
1781
  keywords: [
1782
1782
  "badgecomment",
1783
- "comment"
1783
+ "comment",
1784
+ "annotation",
1785
+ "note"
1784
1786
  ]
1785
1787
  },
1786
1788
  {
@@ -1868,9 +1870,13 @@ var componentsV2Data = [
1868
1870
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105-59511",
1869
1871
  keywords: [
1870
1872
  "badgecounter",
1873
+ "counter",
1874
+ "count",
1875
+ "number",
1876
+ "indicator",
1877
+ "badge",
1871
1878
  "statusbadge",
1872
1879
  "status",
1873
- "badge",
1874
1880
  "status badge",
1875
1881
  "component",
1876
1882
  "displaying",
@@ -1945,8 +1951,11 @@ var componentsV2Data = [
1945
1951
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105-59511",
1946
1952
  keywords: [
1947
1953
  "badgedot",
1948
- "statusbadge",
1954
+ "dot",
1949
1955
  "status",
1956
+ "notification",
1957
+ "indicator",
1958
+ "statusbadge",
1950
1959
  "badge",
1951
1960
  "status badge",
1952
1961
  "component",
@@ -2011,7 +2020,11 @@ var componentsV2Data = [
2011
2020
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Breadcrumbs/Breadcrumbs.tsx",
2012
2021
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=30300-122821",
2013
2022
  keywords: [
2014
- "breadcrumbs"
2023
+ "breadcrumbs",
2024
+ "navigation",
2025
+ "path",
2026
+ "trail",
2027
+ "breadcrumb"
2015
2028
  ]
2016
2029
  },
2017
2030
  {
@@ -3064,7 +3077,11 @@ var componentsV2Data = [
3064
3077
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ColorPicker/ColorPicker.tsx",
3065
3078
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=157241-27474",
3066
3079
  keywords: [
3067
- "colorpicker"
3080
+ "colorpicker",
3081
+ "color",
3082
+ "palette",
3083
+ "pick",
3084
+ "swatch"
3068
3085
  ]
3069
3086
  },
3070
3087
  {
@@ -3190,7 +3207,10 @@ var componentsV2Data = [
3190
3207
  ],
3191
3208
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/CopyToClipboard/CopyToClipboard.tsx",
3192
3209
  keywords: [
3193
- "copytoclipboard"
3210
+ "copytoclipboard",
3211
+ "copy",
3212
+ "clipboard",
3213
+ "duplicate"
3194
3214
  ]
3195
3215
  },
3196
3216
  {
@@ -3296,7 +3316,11 @@ var componentsV2Data = [
3296
3316
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Counter/Counter.tsx",
3297
3317
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105-59511",
3298
3318
  keywords: [
3299
- "counter"
3319
+ "counter",
3320
+ "count",
3321
+ "number",
3322
+ "badge",
3323
+ "indicator"
3300
3324
  ]
3301
3325
  },
3302
3326
  {
@@ -3428,9 +3452,12 @@ var componentsV2Data = [
3428
3452
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/src/componentsV2/DragHandle/DragHandle.tsx",
3429
3453
  keywords: [
3430
3454
  "draghandle",
3431
- "common",
3432
3455
  "drag",
3456
+ "reorder",
3457
+ "sort",
3458
+ "move",
3433
3459
  "handle",
3460
+ "common",
3434
3461
  "drag-and-drop",
3435
3462
  "applications"
3436
3463
  ]
@@ -3495,7 +3522,12 @@ var componentsV2Data = [
3495
3522
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/EmptyState/EmptyState.tsx",
3496
3523
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9662-18",
3497
3524
  keywords: [
3498
- "emptystate"
3525
+ "emptystate",
3526
+ "empty",
3527
+ "no data",
3528
+ "placeholder",
3529
+ "blank",
3530
+ "no results"
3499
3531
  ]
3500
3532
  },
3501
3533
  {
@@ -3631,8 +3663,12 @@ var componentsV2Data = [
3631
3663
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=92818-11759",
3632
3664
  keywords: [
3633
3665
  "filesdropzone",
3634
- "dropzone",
3666
+ "upload",
3667
+ "drag",
3668
+ "drop",
3635
3669
  "file",
3670
+ "attachment",
3671
+ "dropzone",
3636
3672
  "uploads.",
3637
3673
  "most",
3638
3674
  "likely",
@@ -3970,7 +4006,11 @@ var componentsV2Data = [
3970
4006
  ],
3971
4007
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Grid/Grid.tsx",
3972
4008
  keywords: [
3973
- "grid"
4009
+ "grid",
4010
+ "layout",
4011
+ "columns",
4012
+ "rows",
4013
+ "responsive"
3974
4014
  ]
3975
4015
  },
3976
4016
  {
@@ -4176,6 +4216,11 @@ var componentsV2Data = [
4176
4216
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9597-20397",
4177
4217
  keywords: [
4178
4218
  "hint",
4219
+ "help",
4220
+ "info",
4221
+ "question",
4222
+ "tooltip",
4223
+ "information",
4179
4224
  "used",
4180
4225
  "attracting",
4181
4226
  "user's",
@@ -4663,8 +4708,11 @@ var componentsV2Data = [
4663
4708
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/LoaderLogo/LoaderLogo.tsx",
4664
4709
  keywords: [
4665
4710
  "loaderlogo",
4666
- "loadingindicator",
4667
4711
  "loading",
4712
+ "splash",
4713
+ "brand",
4714
+ "startup",
4715
+ "loadingindicator",
4668
4716
  "indicator",
4669
4717
  "loading indicator",
4670
4718
  "used",
@@ -5213,10 +5261,13 @@ var componentsV2Data = [
5213
5261
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Paper/Paper.tsx",
5214
5262
  keywords: [
5215
5263
  "paper",
5264
+ "card",
5265
+ "container",
5266
+ "panel",
5267
+ "surface",
5216
5268
  "low-level",
5217
5269
  "component",
5218
5270
  "serves",
5219
- "container",
5220
5271
  "cards,",
5221
5272
  "popovers,",
5222
5273
  "modals,"
@@ -5364,6 +5415,10 @@ var componentsV2Data = [
5364
5415
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Popover/Popover.tsx",
5365
5416
  keywords: [
5366
5417
  "popover",
5418
+ "popup",
5419
+ "overlay",
5420
+ "floating",
5421
+ "hover",
5367
5422
  "low-level",
5368
5423
  "component",
5369
5424
  "creating",
@@ -5464,6 +5519,10 @@ var componentsV2Data = [
5464
5519
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Popper/Popper.tsx",
5465
5520
  keywords: [
5466
5521
  "popper",
5522
+ "floating",
5523
+ "positioned",
5524
+ "overlay",
5525
+ "popup",
5467
5526
  "low-level",
5468
5527
  "component",
5469
5528
  "displaying",
@@ -6549,7 +6608,11 @@ var componentsV2Data = [
6549
6608
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=131053-12637",
6550
6609
  keywords: [
6551
6610
  "tag",
6552
- "chip"
6611
+ "label",
6612
+ "badge",
6613
+ "chip",
6614
+ "pill",
6615
+ "indicator"
6553
6616
  ]
6554
6617
  },
6555
6618
  {
@@ -7544,6 +7607,10 @@ var componentsV2Data = [
7544
7607
  keywords: [
7545
7608
  "textlink",
7546
7609
  "link",
7610
+ "anchor",
7611
+ "hyperlink",
7612
+ "navigate",
7613
+ "url",
7547
7614
  "component.",
7548
7615
  "integrated",
7549
7616
  "routing",
@@ -7721,7 +7788,12 @@ var componentsV2Data = [
7721
7788
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ToggleButtonGroup/ToggleButtons.tsx",
7722
7789
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19162-59815",
7723
7790
  keywords: [
7724
- "togglebuttons"
7791
+ "togglebuttons",
7792
+ "segment",
7793
+ "pill",
7794
+ "button group",
7795
+ "segmented control",
7796
+ "toggle"
7725
7797
  ]
7726
7798
  },
7727
7799
  {
@@ -8822,9 +8894,12 @@ var componentsV1Data = [
8822
8894
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=31967%3A122781&mode=dev",
8823
8895
  keywords: [
8824
8896
  "breadcrumbs",
8897
+ "navigation",
8898
+ "path",
8899
+ "trail",
8900
+ "breadcrumb",
8825
8901
  "used",
8826
8902
  "hierarchical",
8827
- "navigation",
8828
8903
  "element",
8829
8904
  "page"
8830
8905
  ]
@@ -9227,10 +9302,13 @@ var componentsV1Data = [
9227
9302
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19119%3A59766&mode=dev",
9228
9303
  keywords: [
9229
9304
  "colorpicker",
9305
+ "color",
9306
+ "palette",
9307
+ "pick",
9308
+ "swatch",
9230
9309
  "used",
9231
9310
  "provide",
9232
9311
  "rich",
9233
- "color",
9234
9312
  "input"
9235
9313
  ]
9236
9314
  },
@@ -9752,7 +9830,10 @@ var componentsV1Data = [
9752
9830
  ],
9753
9831
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/CopyToClipboard/CopyToClipboard.js",
9754
9832
  keywords: [
9755
- "copytoclipboard"
9833
+ "copytoclipboard",
9834
+ "copy",
9835
+ "clipboard",
9836
+ "duplicate"
9756
9837
  ]
9757
9838
  },
9758
9839
  {
@@ -9832,7 +9913,11 @@ var componentsV1Data = [
9832
9913
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/Counter/index.tsx",
9833
9914
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105%3A59511",
9834
9915
  keywords: [
9835
- "counter"
9916
+ "counter",
9917
+ "count",
9918
+ "number",
9919
+ "badge",
9920
+ "indicator"
9836
9921
  ]
9837
9922
  },
9838
9923
  {
@@ -10168,7 +10253,12 @@ var componentsV1Data = [
10168
10253
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/EmptyState/EmptyState.tsx",
10169
10254
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9662-18&t=C6zKC8YvzxNUJ5ka-0",
10170
10255
  keywords: [
10171
- "emptystate"
10256
+ "emptystate",
10257
+ "empty",
10258
+ "no data",
10259
+ "placeholder",
10260
+ "blank",
10261
+ "no results"
10172
10262
  ]
10173
10263
  },
10174
10264
  {
@@ -10430,7 +10520,12 @@ var componentsV1Data = [
10430
10520
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/FilesDropzone/FilesDropzone.tsx",
10431
10521
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=74032-69042",
10432
10522
  keywords: [
10433
- "filesdropzone"
10523
+ "filesdropzone",
10524
+ "upload",
10525
+ "drag",
10526
+ "drop",
10527
+ "file",
10528
+ "attachment"
10434
10529
  ]
10435
10530
  },
10436
10531
  {
@@ -11086,6 +11181,11 @@ var componentsV1Data = [
11086
11181
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=62479-3491",
11087
11182
  keywords: [
11088
11183
  "hint",
11184
+ "help",
11185
+ "info",
11186
+ "question",
11187
+ "tooltip",
11188
+ "information",
11089
11189
  "used",
11090
11190
  "attracting",
11091
11191
  "user's",
@@ -12344,6 +12444,10 @@ var componentsV1Data = [
12344
12444
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/Popover/Popover.tsx",
12345
12445
  keywords: [
12346
12446
  "popover",
12447
+ "popup",
12448
+ "overlay",
12449
+ "floating",
12450
+ "hover",
12347
12451
  "popover.",
12348
12452
  "read",
12349
12453
  "more",
@@ -12411,6 +12515,10 @@ var componentsV1Data = [
12411
12515
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/Popper/Popper.tsx",
12412
12516
  keywords: [
12413
12517
  "popper",
12518
+ "floating",
12519
+ "positioned",
12520
+ "overlay",
12521
+ "popup",
12414
12522
  "wrapper",
12415
12523
  "over",
12416
12524
  "barebones",
@@ -13648,7 +13756,12 @@ var componentsV1Data = [
13648
13756
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/TextLink/index.tsx",
13649
13757
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9694%3A126",
13650
13758
  keywords: [
13651
- "textlink"
13759
+ "textlink",
13760
+ "link",
13761
+ "anchor",
13762
+ "hyperlink",
13763
+ "navigate",
13764
+ "url"
13652
13765
  ]
13653
13766
  },
13654
13767
  {
@@ -14545,6 +14658,29 @@ var hooksData = [
14545
14658
  ],
14546
14659
  isDeprecated: false
14547
14660
  },
14661
+ {
14662
+ name: "useAppCommons",
14663
+ modulePath: "effects/useAppCommons",
14664
+ importPath: "@corva/ui/effects",
14665
+ description: "",
14666
+ parameters: [
14667
+ ],
14668
+ returnType: "unknown",
14669
+ examples: [
14670
+ ],
14671
+ keywords: [
14672
+ "useappcommons",
14673
+ "appcommons",
14674
+ "app",
14675
+ "commons",
14676
+ "context",
14677
+ "well",
14678
+ "rig",
14679
+ "asset",
14680
+ "settings"
14681
+ ],
14682
+ isDeprecated: false
14683
+ },
14548
14684
  {
14549
14685
  name: "useAppSettingPinning",
14550
14686
  modulePath: "effects/useAppSettingPinning",
@@ -16067,6 +16203,14 @@ var palette = {
16067
16203
  value: "#7CC5FF"
16068
16204
  }
16069
16205
  },
16206
+ charts: {
16207
+ background: {
16208
+ value: "#2a2e2e"
16209
+ },
16210
+ gaugeArrow: {
16211
+ value: "white"
16212
+ }
16213
+ },
16070
16214
  pastel: {
16071
16215
  p1: {
16072
16216
  value: "#A92E26"
@@ -16116,34 +16260,983 @@ var palette = {
16116
16260
  p16: {
16117
16261
  value: "#7D909B"
16118
16262
  }
16263
+ }
16264
+ };
16265
+ var lightPalette = {
16266
+ primary: {
16267
+ main: {
16268
+ value: "#03BCD4"
16269
+ },
16270
+ dark: {
16271
+ value: "#008BA3"
16272
+ },
16273
+ light: {
16274
+ value: "#63EFFF"
16275
+ },
16276
+ contrastText: {
16277
+ value: "#000000"
16278
+ },
16279
+ text1: {
16280
+ value: "#000"
16281
+ },
16282
+ text6: {
16283
+ value: "#393939"
16284
+ },
16285
+ text7: {
16286
+ value: "#575757"
16287
+ },
16288
+ text8: {
16289
+ value: "#757575"
16290
+ },
16291
+ text9: {
16292
+ value: "#9e9e9e"
16293
+ }
16294
+ },
16295
+ secondary: {
16296
+ main: {
16297
+ value: "#F50056"
16298
+ },
16299
+ dark: {
16300
+ value: "#BB002E"
16301
+ },
16302
+ light: {
16303
+ value: "#FF5982"
16304
+ }
16305
+ },
16306
+ background: {
16307
+ b1: {
16308
+ value: "#fff"
16309
+ },
16310
+ b2: {
16311
+ value: "#fff"
16312
+ },
16313
+ b3: {
16314
+ value: "#fff"
16315
+ },
16316
+ b4: {
16317
+ value: "#fff"
16318
+ },
16319
+ b5: {
16320
+ value: "#f5f5f5"
16321
+ },
16322
+ b6: {
16323
+ value: "#eeeeee"
16324
+ },
16325
+ b7: {
16326
+ value: "#e7e7e7"
16327
+ },
16328
+ b8: {
16329
+ value: "#e0e0e0"
16330
+ },
16331
+ b9: {
16332
+ value: "#d6d6d6"
16333
+ },
16334
+ b10: {
16335
+ value: "#c7c7c7"
16336
+ },
16337
+ b11: {
16338
+ value: "#bdbdbd"
16339
+ }
16340
+ },
16341
+ error: {
16342
+ main: {
16343
+ value: "#F44336"
16344
+ },
16345
+ dark: {
16346
+ value: "#D32F2F"
16347
+ },
16348
+ light: {
16349
+ value: "#E57373"
16350
+ },
16351
+ alert: {
16352
+ value: "#EA6E52"
16353
+ }
16354
+ },
16355
+ success: {
16356
+ main: {
16357
+ value: "#4CAF50"
16358
+ },
16359
+ dark: {
16360
+ value: "#388E3C"
16361
+ },
16362
+ light: {
16363
+ value: "#88DA8B"
16364
+ },
16365
+ bright: {
16366
+ value: "#75DB29"
16367
+ }
16368
+ },
16369
+ warning: {
16370
+ main: {
16371
+ value: "#FFC107"
16372
+ },
16373
+ dark: {
16374
+ value: "#DA8F0F"
16375
+ },
16376
+ light: {
16377
+ value: "#FFE679"
16378
+ },
16379
+ bright: {
16380
+ value: "#FFA500"
16381
+ }
16382
+ },
16383
+ info: {
16384
+ main: {
16385
+ value: "#239EFF"
16386
+ },
16387
+ dark: {
16388
+ value: "#117ED4"
16389
+ },
16390
+ light: {
16391
+ value: "#7CC5FF"
16392
+ }
16119
16393
  },
16120
16394
  charts: {
16121
16395
  background: {
16122
- value: "#FFFFFF"
16396
+ value: "#d5d9d9"
16123
16397
  },
16124
16398
  gaugeArrow: {
16125
- value: "#2a2e2e"
16399
+ value: "black"
16400
+ }
16401
+ },
16402
+ pastel: {
16403
+ p1: {
16404
+ value: "#A92E26"
16405
+ },
16406
+ p2: {
16407
+ value: "#E06C92"
16408
+ },
16409
+ p3: {
16410
+ value: "#801797"
16411
+ },
16412
+ p4: {
16413
+ value: "#C336F0"
16414
+ },
16415
+ p5: {
16416
+ value: "#9078C8"
16417
+ },
16418
+ p6: {
16419
+ value: "#29388E"
16420
+ },
16421
+ p7: {
16422
+ value: "#77B5F1"
16423
+ },
16424
+ p8: {
16425
+ value: "#38818D"
16426
+ },
16427
+ p9: {
16428
+ value: "#91C9C4"
16429
+ },
16430
+ p10: {
16431
+ value: "#62893D"
16432
+ },
16433
+ p11: {
16434
+ value: "#A6CA72"
16435
+ },
16436
+ p12: {
16437
+ value: "#EEAB46"
16438
+ },
16439
+ p13: {
16440
+ value: "#EE7850"
16441
+ },
16442
+ p14: {
16443
+ value: "#F3AE96"
16444
+ },
16445
+ p15: {
16446
+ value: "#896F65"
16447
+ },
16448
+ p16: {
16449
+ value: "#7D909B"
16126
16450
  }
16127
16451
  }
16128
16452
  };
16129
16453
  var cssVariables = [
16130
- "--palette-primary-main",
16131
- "--palette-primary-dark",
16132
- "--palette-primary-light",
16133
- "--palette-secondary-main",
16134
- "--palette-error-main",
16135
- "--palette-success-main",
16136
- "--palette-warning-main",
16137
- "--palette-info-main",
16138
- "--palette-background-b1",
16139
- "--palette-background-b2",
16140
- "--palette-background-b3",
16141
- "--palette-background-b4",
16142
- "--palette-background-b5"
16454
+ {
16455
+ name: "--palette-background-b-1",
16456
+ darkValue: "#000000",
16457
+ lightValue: "#fff",
16458
+ category: "palette",
16459
+ scssAlias: "$palette_b1"
16460
+ },
16461
+ {
16462
+ name: "--palette-background-b-10",
16463
+ darkValue: "#4E4E4E",
16464
+ lightValue: "#c7c7c7",
16465
+ category: "palette",
16466
+ scssAlias: "$palette_b10"
16467
+ },
16468
+ {
16469
+ name: "--palette-background-b-11",
16470
+ darkValue: "#373737",
16471
+ lightValue: "#bdbdbd",
16472
+ category: "palette",
16473
+ scssAlias: "$palette_b11"
16474
+ },
16475
+ {
16476
+ name: "--palette-background-b-2",
16477
+ darkValue: "#141414",
16478
+ lightValue: "#fff",
16479
+ category: "palette",
16480
+ scssAlias: "$palette_b2"
16481
+ },
16482
+ {
16483
+ name: "--palette-background-b-3",
16484
+ darkValue: "#191919",
16485
+ lightValue: "#fff",
16486
+ category: "palette",
16487
+ scssAlias: "$palette_b3"
16488
+ },
16489
+ {
16490
+ name: "--palette-background-b-4",
16491
+ darkValue: "#212121",
16492
+ lightValue: "#fff",
16493
+ category: "palette",
16494
+ scssAlias: "$palette_b4"
16495
+ },
16496
+ {
16497
+ name: "--palette-background-b-5",
16498
+ darkValue: "#272727",
16499
+ lightValue: "#f5f5f5",
16500
+ category: "palette",
16501
+ scssAlias: "$palette_b5"
16502
+ },
16503
+ {
16504
+ name: "--palette-background-b-6",
16505
+ darkValue: "#2C2C2C",
16506
+ lightValue: "#eeeeee",
16507
+ category: "palette",
16508
+ scssAlias: "$palette_b6"
16509
+ },
16510
+ {
16511
+ name: "--palette-background-b-7",
16512
+ darkValue: "#333333",
16513
+ lightValue: "#e7e7e7",
16514
+ category: "palette",
16515
+ scssAlias: "$palette_b7"
16516
+ },
16517
+ {
16518
+ name: "--palette-background-b-8",
16519
+ darkValue: "#3B3B3B",
16520
+ lightValue: "#e0e0e0",
16521
+ category: "palette",
16522
+ scssAlias: "$palette_b8"
16523
+ },
16524
+ {
16525
+ name: "--palette-background-b-9",
16526
+ darkValue: "#414141",
16527
+ lightValue: "#d6d6d6",
16528
+ category: "palette",
16529
+ scssAlias: "$palette_b9"
16530
+ },
16531
+ {
16532
+ name: "--palette-charts-background",
16533
+ darkValue: "#2a2e2e",
16534
+ lightValue: "#d5d9d9",
16535
+ category: "palette"
16536
+ },
16537
+ {
16538
+ name: "--palette-charts-gauge-arrow",
16539
+ darkValue: "white",
16540
+ lightValue: "black",
16541
+ category: "palette"
16542
+ },
16543
+ {
16544
+ name: "--palette-error-alert",
16545
+ darkValue: "#EA6E52",
16546
+ lightValue: "#EA6E52",
16547
+ category: "palette",
16548
+ scssAlias: "$palette_error_alert"
16549
+ },
16550
+ {
16551
+ name: "--palette-error-dark",
16552
+ darkValue: "#D32F2F",
16553
+ lightValue: "#D32F2F",
16554
+ category: "palette",
16555
+ scssAlias: "$palette_error_dark"
16556
+ },
16557
+ {
16558
+ name: "--palette-error-light",
16559
+ darkValue: "#E57373",
16560
+ lightValue: "#E57373",
16561
+ category: "palette",
16562
+ scssAlias: "$palette_error_light"
16563
+ },
16564
+ {
16565
+ name: "--palette-error-main",
16566
+ darkValue: "#F44336",
16567
+ lightValue: "#F44336",
16568
+ category: "palette",
16569
+ scssAlias: "$palette_error_main"
16570
+ },
16571
+ {
16572
+ name: "--palette-info-dark",
16573
+ darkValue: "#117ED4",
16574
+ lightValue: "#117ED4",
16575
+ category: "palette",
16576
+ scssAlias: "$palette_info_dark"
16577
+ },
16578
+ {
16579
+ name: "--palette-info-light",
16580
+ darkValue: "#7CC5FF",
16581
+ lightValue: "#7CC5FF",
16582
+ category: "palette",
16583
+ scssAlias: "$palette_info_light"
16584
+ },
16585
+ {
16586
+ name: "--palette-info-main",
16587
+ darkValue: "#239EFF",
16588
+ lightValue: "#239EFF",
16589
+ category: "palette",
16590
+ scssAlias: "$palette_info_main"
16591
+ },
16592
+ {
16593
+ name: "--palette-pastel-p-1",
16594
+ darkValue: "#A92E26",
16595
+ lightValue: "#A92E26",
16596
+ category: "palette",
16597
+ scssAlias: "$palette_p1"
16598
+ },
16599
+ {
16600
+ name: "--palette-pastel-p-10",
16601
+ darkValue: "#62893D",
16602
+ lightValue: "#62893D",
16603
+ category: "palette",
16604
+ scssAlias: "$palette_p10"
16605
+ },
16606
+ {
16607
+ name: "--palette-pastel-p-11",
16608
+ darkValue: "#A6CA72",
16609
+ lightValue: "#A6CA72",
16610
+ category: "palette",
16611
+ scssAlias: "$palette_p11"
16612
+ },
16613
+ {
16614
+ name: "--palette-pastel-p-12",
16615
+ darkValue: "#EEAB46",
16616
+ lightValue: "#EEAB46",
16617
+ category: "palette",
16618
+ scssAlias: "$palette_p12"
16619
+ },
16620
+ {
16621
+ name: "--palette-pastel-p-13",
16622
+ darkValue: "#EE7850",
16623
+ lightValue: "#EE7850",
16624
+ category: "palette",
16625
+ scssAlias: "$palette_p13"
16626
+ },
16627
+ {
16628
+ name: "--palette-pastel-p-14",
16629
+ darkValue: "#F3AE96",
16630
+ lightValue: "#F3AE96",
16631
+ category: "palette",
16632
+ scssAlias: "$palette_p14"
16633
+ },
16634
+ {
16635
+ name: "--palette-pastel-p-15",
16636
+ darkValue: "#896F65",
16637
+ lightValue: "#896F65",
16638
+ category: "palette",
16639
+ scssAlias: "$palette_p15"
16640
+ },
16641
+ {
16642
+ name: "--palette-pastel-p-16",
16643
+ darkValue: "#7D909B",
16644
+ lightValue: "#7D909B",
16645
+ category: "palette",
16646
+ scssAlias: "$palette_p16"
16647
+ },
16648
+ {
16649
+ name: "--palette-pastel-p-2",
16650
+ darkValue: "#E06C92",
16651
+ lightValue: "#E06C92",
16652
+ category: "palette",
16653
+ scssAlias: "$palette_p2"
16654
+ },
16655
+ {
16656
+ name: "--palette-pastel-p-3",
16657
+ darkValue: "#801797",
16658
+ lightValue: "#801797",
16659
+ category: "palette",
16660
+ scssAlias: "$palette_p3"
16661
+ },
16662
+ {
16663
+ name: "--palette-pastel-p-4",
16664
+ darkValue: "#C336F0",
16665
+ lightValue: "#C336F0",
16666
+ category: "palette",
16667
+ scssAlias: "$palette_p4"
16668
+ },
16669
+ {
16670
+ name: "--palette-pastel-p-5",
16671
+ darkValue: "#9078C8",
16672
+ lightValue: "#9078C8",
16673
+ category: "palette",
16674
+ scssAlias: "$palette_p5"
16675
+ },
16676
+ {
16677
+ name: "--palette-pastel-p-6",
16678
+ darkValue: "#29388E",
16679
+ lightValue: "#29388E",
16680
+ category: "palette",
16681
+ scssAlias: "$palette_p6"
16682
+ },
16683
+ {
16684
+ name: "--palette-pastel-p-7",
16685
+ darkValue: "#77B5F1",
16686
+ lightValue: "#77B5F1",
16687
+ category: "palette",
16688
+ scssAlias: "$palette_p7"
16689
+ },
16690
+ {
16691
+ name: "--palette-pastel-p-8",
16692
+ darkValue: "#38818D",
16693
+ lightValue: "#38818D",
16694
+ category: "palette",
16695
+ scssAlias: "$palette_p8"
16696
+ },
16697
+ {
16698
+ name: "--palette-pastel-p-9",
16699
+ darkValue: "#91C9C4",
16700
+ lightValue: "#91C9C4",
16701
+ category: "palette",
16702
+ scssAlias: "$palette_p9"
16703
+ },
16704
+ {
16705
+ name: "--palette-primary-contrast-text",
16706
+ darkValue: "#FFFFFF",
16707
+ lightValue: "#000000",
16708
+ category: "palette"
16709
+ },
16710
+ {
16711
+ name: "--palette-primary-dark",
16712
+ darkValue: "#008BA3",
16713
+ lightValue: "#008BA3",
16714
+ category: "palette",
16715
+ scssAlias: "$palette_primary_dark"
16716
+ },
16717
+ {
16718
+ name: "--palette-primary-light",
16719
+ darkValue: "#63EFFF",
16720
+ lightValue: "#63EFFF",
16721
+ category: "palette",
16722
+ scssAlias: "$palette_primary_light"
16723
+ },
16724
+ {
16725
+ name: "--palette-primary-main",
16726
+ darkValue: "#03BCD4",
16727
+ lightValue: "#03BCD4",
16728
+ category: "palette",
16729
+ scssAlias: "$palette_primary_main"
16730
+ },
16731
+ {
16732
+ name: "--palette-primary-text-1",
16733
+ darkValue: "#FFFFFF",
16734
+ lightValue: "#000",
16735
+ category: "palette",
16736
+ scssAlias: "$palette_t1"
16737
+ },
16738
+ {
16739
+ name: "--palette-primary-text-6",
16740
+ darkValue: "#BDBDBD",
16741
+ lightValue: "#393939",
16742
+ category: "palette",
16743
+ scssAlias: "$palette_t6"
16744
+ },
16745
+ {
16746
+ name: "--palette-primary-text-7",
16747
+ darkValue: "#9E9E9E",
16748
+ lightValue: "#575757",
16749
+ category: "palette",
16750
+ scssAlias: "$palette_t7"
16751
+ },
16752
+ {
16753
+ name: "--palette-primary-text-8",
16754
+ darkValue: "#808080",
16755
+ lightValue: "#757575",
16756
+ category: "palette",
16757
+ scssAlias: "$palette_t8"
16758
+ },
16759
+ {
16760
+ name: "--palette-primary-text-9",
16761
+ darkValue: "#616161",
16762
+ lightValue: "#9e9e9e",
16763
+ category: "palette",
16764
+ scssAlias: "$palette_t9"
16765
+ },
16766
+ {
16767
+ name: "--palette-secondary-dark",
16768
+ darkValue: "#BB002E",
16769
+ lightValue: "#BB002E",
16770
+ category: "palette"
16771
+ },
16772
+ {
16773
+ name: "--palette-secondary-light",
16774
+ darkValue: "#FF5982",
16775
+ lightValue: "#FF5982",
16776
+ category: "palette"
16777
+ },
16778
+ {
16779
+ name: "--palette-secondary-main",
16780
+ darkValue: "#F50056",
16781
+ lightValue: "#F50056",
16782
+ category: "palette"
16783
+ },
16784
+ {
16785
+ name: "--palette-success-bright",
16786
+ darkValue: "#75DB29",
16787
+ lightValue: "#75DB29",
16788
+ category: "palette",
16789
+ scssAlias: "$palette_success_bright"
16790
+ },
16791
+ {
16792
+ name: "--palette-success-dark",
16793
+ darkValue: "#388E3C",
16794
+ lightValue: "#388E3C",
16795
+ category: "palette",
16796
+ scssAlias: "$palette_success_dark"
16797
+ },
16798
+ {
16799
+ name: "--palette-success-light",
16800
+ darkValue: "#88DA8B",
16801
+ lightValue: "#88DA8B",
16802
+ category: "palette",
16803
+ scssAlias: "$palette_success_light"
16804
+ },
16805
+ {
16806
+ name: "--palette-success-main",
16807
+ darkValue: "#4CAF50",
16808
+ lightValue: "#4CAF50",
16809
+ category: "palette",
16810
+ scssAlias: "$palette_success_main"
16811
+ },
16812
+ {
16813
+ name: "--palette-warning-bright",
16814
+ darkValue: "#FFA500",
16815
+ lightValue: "#FFA500",
16816
+ category: "palette",
16817
+ scssAlias: "$palette_warning_bright"
16818
+ },
16819
+ {
16820
+ name: "--palette-warning-dark",
16821
+ darkValue: "#DA8F0F",
16822
+ lightValue: "#DA8F0F",
16823
+ category: "palette",
16824
+ scssAlias: "$palette_warning_dark"
16825
+ },
16826
+ {
16827
+ name: "--palette-warning-light",
16828
+ darkValue: "#FFE679",
16829
+ lightValue: "#FFE679",
16830
+ category: "palette",
16831
+ scssAlias: "$palette_warning_light"
16832
+ },
16833
+ {
16834
+ name: "--palette-warning-main",
16835
+ darkValue: "#FFC107",
16836
+ lightValue: "#FFC107",
16837
+ category: "palette",
16838
+ scssAlias: "$palette_warning_main"
16839
+ },
16840
+ {
16841
+ name: "--status-login-button",
16842
+ darkValue: "#03BCD4",
16843
+ lightValue: "#03BCD4",
16844
+ category: "status"
16845
+ },
16846
+ {
16847
+ name: "--status-login-button-hovered",
16848
+ darkValue: "#03BCD4",
16849
+ lightValue: "#03BCD4",
16850
+ category: "status"
16851
+ },
16852
+ {
16853
+ name: "--status-login-button-label",
16854
+ darkValue: "#ffffff",
16855
+ lightValue: "#000000",
16856
+ category: "status"
16857
+ },
16858
+ {
16859
+ name: "--z-index-app-bar",
16860
+ darkValue: "1100",
16861
+ lightValue: "1100",
16862
+ category: "z-index",
16863
+ scssAlias: "$zIndex_app_bar"
16864
+ },
16865
+ {
16866
+ name: "--z-index-drawer",
16867
+ darkValue: "1200",
16868
+ lightValue: "1200",
16869
+ category: "z-index",
16870
+ scssAlias: "$zIndex_drawer"
16871
+ },
16872
+ {
16873
+ name: "--z-index-mobile-stepper",
16874
+ darkValue: "1000",
16875
+ lightValue: "1000",
16876
+ category: "z-index",
16877
+ scssAlias: "$zIndex_mobile_stepper"
16878
+ },
16879
+ {
16880
+ name: "--z-index-modal",
16881
+ darkValue: "1300",
16882
+ lightValue: "1300",
16883
+ category: "z-index",
16884
+ scssAlias: "$zIndex_modal"
16885
+ },
16886
+ {
16887
+ name: "--z-index-snackbar",
16888
+ darkValue: "1400",
16889
+ lightValue: "1400",
16890
+ category: "z-index",
16891
+ scssAlias: "$zIndex_snackbar"
16892
+ },
16893
+ {
16894
+ name: "--z-index-speed-dial",
16895
+ darkValue: "1050",
16896
+ lightValue: "1050",
16897
+ category: "z-index",
16898
+ scssAlias: "$zIndex_speed_dial"
16899
+ },
16900
+ {
16901
+ name: "--z-index-tooltip",
16902
+ darkValue: "1500",
16903
+ lightValue: "1500",
16904
+ category: "z-index",
16905
+ scssAlias: "$zIndex_tooltip"
16906
+ }
16907
+ ];
16908
+ var scssVariables = [
16909
+ {
16910
+ name: "$palette_b1",
16911
+ mapsTo: "var(--palette-background-b-1)"
16912
+ },
16913
+ {
16914
+ name: "$palette_b10",
16915
+ mapsTo: "var(--palette-background-b-10)"
16916
+ },
16917
+ {
16918
+ name: "$palette_b11",
16919
+ mapsTo: "var(--palette-background-b-11)"
16920
+ },
16921
+ {
16922
+ name: "$palette_b2",
16923
+ mapsTo: "var(--palette-background-b-2)"
16924
+ },
16925
+ {
16926
+ name: "$palette_b3",
16927
+ mapsTo: "var(--palette-background-b-3)"
16928
+ },
16929
+ {
16930
+ name: "$palette_b4",
16931
+ mapsTo: "var(--palette-background-b-4)"
16932
+ },
16933
+ {
16934
+ name: "$palette_b5",
16935
+ mapsTo: "var(--palette-background-b-5)"
16936
+ },
16937
+ {
16938
+ name: "$palette_b6",
16939
+ mapsTo: "var(--palette-background-b-6)"
16940
+ },
16941
+ {
16942
+ name: "$palette_b7",
16943
+ mapsTo: "var(--palette-background-b-7)"
16944
+ },
16945
+ {
16946
+ name: "$palette_b8",
16947
+ mapsTo: "var(--palette-background-b-8)"
16948
+ },
16949
+ {
16950
+ name: "$palette_b9",
16951
+ mapsTo: "var(--palette-background-b-9)"
16952
+ },
16953
+ {
16954
+ name: "$palette_error_alert",
16955
+ mapsTo: "var(--palette-error-alert)"
16956
+ },
16957
+ {
16958
+ name: "$palette_error_dark",
16959
+ mapsTo: "var(--palette-error-dark)"
16960
+ },
16961
+ {
16962
+ name: "$palette_error_light",
16963
+ mapsTo: "var(--palette-error-light)"
16964
+ },
16965
+ {
16966
+ name: "$palette_error_main",
16967
+ mapsTo: "var(--palette-error-main)"
16968
+ },
16969
+ {
16970
+ name: "$palette_info_dark",
16971
+ mapsTo: "var(--palette-info-dark)"
16972
+ },
16973
+ {
16974
+ name: "$palette_info_light",
16975
+ mapsTo: "var(--palette-info-light)"
16976
+ },
16977
+ {
16978
+ name: "$palette_info_main",
16979
+ mapsTo: "var(--palette-info-main)"
16980
+ },
16981
+ {
16982
+ name: "$palette_p1",
16983
+ mapsTo: "var(--palette-pastel-p-1)"
16984
+ },
16985
+ {
16986
+ name: "$palette_p10",
16987
+ mapsTo: "var(--palette-pastel-p-10)"
16988
+ },
16989
+ {
16990
+ name: "$palette_p11",
16991
+ mapsTo: "var(--palette-pastel-p-11)"
16992
+ },
16993
+ {
16994
+ name: "$palette_p12",
16995
+ mapsTo: "var(--palette-pastel-p-12)"
16996
+ },
16997
+ {
16998
+ name: "$palette_p13",
16999
+ mapsTo: "var(--palette-pastel-p-13)"
17000
+ },
17001
+ {
17002
+ name: "$palette_p14",
17003
+ mapsTo: "var(--palette-pastel-p-14)"
17004
+ },
17005
+ {
17006
+ name: "$palette_p15",
17007
+ mapsTo: "var(--palette-pastel-p-15)"
17008
+ },
17009
+ {
17010
+ name: "$palette_p16",
17011
+ mapsTo: "var(--palette-pastel-p-16)"
17012
+ },
17013
+ {
17014
+ name: "$palette_p2",
17015
+ mapsTo: "var(--palette-pastel-p-2)"
17016
+ },
17017
+ {
17018
+ name: "$palette_p3",
17019
+ mapsTo: "var(--palette-pastel-p-3)"
17020
+ },
17021
+ {
17022
+ name: "$palette_p4",
17023
+ mapsTo: "var(--palette-pastel-p-4)"
17024
+ },
17025
+ {
17026
+ name: "$palette_p5",
17027
+ mapsTo: "var(--palette-pastel-p-5)"
17028
+ },
17029
+ {
17030
+ name: "$palette_p6",
17031
+ mapsTo: "var(--palette-pastel-p-6)"
17032
+ },
17033
+ {
17034
+ name: "$palette_p7",
17035
+ mapsTo: "var(--palette-pastel-p-7)"
17036
+ },
17037
+ {
17038
+ name: "$palette_p8",
17039
+ mapsTo: "var(--palette-pastel-p-8)"
17040
+ },
17041
+ {
17042
+ name: "$palette_p9",
17043
+ mapsTo: "var(--palette-pastel-p-9)"
17044
+ },
17045
+ {
17046
+ name: "$palette_primary_dark",
17047
+ mapsTo: "var(--palette-primary-dark)"
17048
+ },
17049
+ {
17050
+ name: "$palette_primary_light",
17051
+ mapsTo: "var(--palette-primary-light)"
17052
+ },
17053
+ {
17054
+ name: "$palette_primary_main",
17055
+ mapsTo: "var(--palette-primary-main)"
17056
+ },
17057
+ {
17058
+ name: "$palette_t1",
17059
+ mapsTo: "var(--palette-primary-text-1)"
17060
+ },
17061
+ {
17062
+ name: "$palette_t6",
17063
+ mapsTo: "var(--palette-primary-text-6)"
17064
+ },
17065
+ {
17066
+ name: "$palette_t7",
17067
+ mapsTo: "var(--palette-primary-text-7)"
17068
+ },
17069
+ {
17070
+ name: "$palette_t8",
17071
+ mapsTo: "var(--palette-primary-text-8)"
17072
+ },
17073
+ {
17074
+ name: "$palette_t9",
17075
+ mapsTo: "var(--palette-primary-text-9)"
17076
+ },
17077
+ {
17078
+ name: "$palette_success_bright",
17079
+ mapsTo: "var(--palette-success-bright)"
17080
+ },
17081
+ {
17082
+ name: "$palette_success_dark",
17083
+ mapsTo: "var(--palette-success-dark)"
17084
+ },
17085
+ {
17086
+ name: "$palette_success_light",
17087
+ mapsTo: "var(--palette-success-light)"
17088
+ },
17089
+ {
17090
+ name: "$palette_success_main",
17091
+ mapsTo: "var(--palette-success-main)"
17092
+ },
17093
+ {
17094
+ name: "$palette_warning_bright",
17095
+ mapsTo: "var(--palette-warning-bright)"
17096
+ },
17097
+ {
17098
+ name: "$palette_warning_dark",
17099
+ mapsTo: "var(--palette-warning-dark)"
17100
+ },
17101
+ {
17102
+ name: "$palette_warning_light",
17103
+ mapsTo: "var(--palette-warning-light)"
17104
+ },
17105
+ {
17106
+ name: "$palette_warning_main",
17107
+ mapsTo: "var(--palette-warning-main)"
17108
+ },
17109
+ {
17110
+ name: "$zIndex_app_bar",
17111
+ mapsTo: "var(--z-index-app-bar)"
17112
+ },
17113
+ {
17114
+ name: "$zIndex_drawer",
17115
+ mapsTo: "var(--z-index-drawer)"
17116
+ },
17117
+ {
17118
+ name: "$zIndex_mobile_stepper",
17119
+ mapsTo: "var(--z-index-mobile-stepper)"
17120
+ },
17121
+ {
17122
+ name: "$zIndex_modal",
17123
+ mapsTo: "var(--z-index-modal)"
17124
+ },
17125
+ {
17126
+ name: "$zIndex_snackbar",
17127
+ mapsTo: "var(--z-index-snackbar)"
17128
+ },
17129
+ {
17130
+ name: "$zIndex_speed_dial",
17131
+ mapsTo: "var(--z-index-speed-dial)"
17132
+ },
17133
+ {
17134
+ name: "$zIndex_tooltip",
17135
+ mapsTo: "var(--z-index-tooltip)"
17136
+ }
16143
17137
  ];
17138
+ var scssFunctions = [
17139
+ {
17140
+ name: "colorAlpha",
17141
+ signature: "colorAlpha($color, $opacity)",
17142
+ description: "Apply alpha transparency to a color using CSS rgb() color function.",
17143
+ example: "background: colorAlpha($palette_primary_main, 0.5);"
17144
+ },
17145
+ {
17146
+ name: "spacing",
17147
+ signature: "spacing($top, $right: '', $bottom: '', $left: '')",
17148
+ description: "Multiply values by the base spacing unit ($spacing: 8px). Supports 1-4 arguments like CSS margin/padding shorthand.",
17149
+ example: "padding: spacing(2); // 16px\nmargin: spacing(1, 2); // 8px 16px"
17150
+ },
17151
+ {
17152
+ name: "transition",
17153
+ signature: "transition($properties...)",
17154
+ description: "Generate CSS transition value with standard easing. Accepts one or more property names.",
17155
+ example: "transition: transition(opacity, transform);\n// → opacity cubic-bezier(0.4, 0, 0.2, 1) 0.15s, transform ..."
17156
+ }
17157
+ ];
17158
+ var scssMixins = [
17159
+ {
17160
+ name: "verticalFadePseudoElements",
17161
+ signature: "verticalFadePseudoElements($size)",
17162
+ description: "Add gradient fade pseudo-elements to the top and bottom of a scrollable container. Requires --corvaui-background CSS variable."
17163
+ },
17164
+ {
17165
+ name: "transparencyCheckerboard",
17166
+ signature: "transparencyCheckerboard($checkerboardSize)",
17167
+ description: "Add a checkerboard pattern background to indicate transparency."
17168
+ },
17169
+ {
17170
+ name: "transparencyTransparentIndicator",
17171
+ signature: "transparencyTransparentIndicator($borderWidth: 1px)",
17172
+ description: "Add a diagonal red line indicator for transparent/no-color state."
17173
+ }
17174
+ ];
17175
+ var spacing = {
17176
+ baseUnit: "8px",
17177
+ scssVariable: "$spacing",
17178
+ scssFunction: {
17179
+ name: "spacing",
17180
+ signature: "spacing($top, $right: '', $bottom: '', $left: '')",
17181
+ description: "Multiply values by the base spacing unit ($spacing: 8px). Supports 1-4 arguments like CSS margin/padding shorthand.",
17182
+ example: "padding: spacing(2); // 16px\nmargin: spacing(1, 2); // 8px 16px"
17183
+ }
17184
+ };
17185
+ var typography = {
17186
+ fontFamily: "'Roboto', sans-serif",
17187
+ scssVariable: "$fontFamily"
17188
+ };
17189
+ var transition = {
17190
+ parameters: "cubic-bezier(0.4, 0, 0.2, 1) 0.15s",
17191
+ scssVariable: "$transition_parameters",
17192
+ scssFunction: {
17193
+ name: "transition",
17194
+ signature: "transition($properties...)",
17195
+ description: "Generate CSS transition value with standard easing. Accepts one or more property names.",
17196
+ example: "transition: transition(opacity, transform);\n// → opacity cubic-bezier(0.4, 0, 0.2, 1) 0.15s, transform ..."
17197
+ }
17198
+ };
17199
+ var zIndex = {
17200
+ mobileStepper: {
17201
+ cssVariable: "--z-index-mobile-stepper",
17202
+ value: 1000
17203
+ },
17204
+ speedDial: {
17205
+ cssVariable: "--z-index-speed-dial",
17206
+ value: 1050
17207
+ },
17208
+ appBar: {
17209
+ cssVariable: "--z-index-app-bar",
17210
+ value: 1100
17211
+ },
17212
+ drawer: {
17213
+ cssVariable: "--z-index-drawer",
17214
+ value: 1200
17215
+ },
17216
+ modal: {
17217
+ cssVariable: "--z-index-modal",
17218
+ value: 1300
17219
+ },
17220
+ snackbar: {
17221
+ cssVariable: "--z-index-snackbar",
17222
+ value: 1400
17223
+ },
17224
+ tooltip: {
17225
+ cssVariable: "--z-index-tooltip",
17226
+ value: 1500
17227
+ }
17228
+ };
16144
17229
  var themeData = {
16145
17230
  palette: palette,
16146
- cssVariables: cssVariables
17231
+ lightPalette: lightPalette,
17232
+ cssVariables: cssVariables,
17233
+ scssVariables: scssVariables,
17234
+ scssFunctions: scssFunctions,
17235
+ scssMixins: scssMixins,
17236
+ spacing: spacing,
17237
+ typography: typography,
17238
+ transition: transition,
17239
+ zIndex: zIndex
16147
17240
  };
16148
17241
 
16149
17242
  var constantsData = [
@@ -79578,14 +80671,16 @@ var entries = [
79578
80671
  description: "",
79579
80672
  keywords: [
79580
80673
  "badgecomment",
79581
- "comment"
80674
+ "comment",
80675
+ "annotation",
80676
+ "note"
79582
80677
  ],
79583
80678
  tags: [
79584
80679
  "experimental"
79585
80680
  ],
79586
80681
  category: "components-v2",
79587
80682
  importPath: "@corva/ui/componentsV2",
79588
- searchText: "badgecomment badgecomment comment"
80683
+ searchText: "badgecomment badgecomment comment annotation note"
79589
80684
  },
79590
80685
  {
79591
80686
  id: "component-v2-BadgeCounter",
@@ -79594,9 +80689,13 @@ var entries = [
79594
80689
  description: "A component for displaying a badge over icons/buttons/etc",
79595
80690
  keywords: [
79596
80691
  "badgecounter",
80692
+ "counter",
80693
+ "count",
80694
+ "number",
80695
+ "indicator",
80696
+ "badge",
79597
80697
  "statusbadge",
79598
80698
  "status",
79599
- "badge",
79600
80699
  "status badge",
79601
80700
  "component",
79602
80701
  "displaying",
@@ -79608,7 +80707,7 @@ var entries = [
79608
80707
  ],
79609
80708
  category: "components-v2",
79610
80709
  importPath: "@corva/ui/componentsV2",
79611
- searchText: "badgecounter a component for displaying a badge over icons/buttons/etc badgecounter statusbadge status badge status badge component displaying over icons/buttons/etc"
80710
+ searchText: "badgecounter a component for displaying a badge over icons/buttons/etc badgecounter counter count number indicator badge statusbadge status status badge component displaying over icons/buttons/etc"
79612
80711
  },
79613
80712
  {
79614
80713
  id: "component-v2-BadgeDot",
@@ -79617,8 +80716,11 @@ var entries = [
79617
80716
  description: "A component for displaying a badge over icons/buttons/etc",
79618
80717
  keywords: [
79619
80718
  "badgedot",
79620
- "statusbadge",
80719
+ "dot",
79621
80720
  "status",
80721
+ "notification",
80722
+ "indicator",
80723
+ "statusbadge",
79622
80724
  "badge",
79623
80725
  "status badge",
79624
80726
  "component",
@@ -79631,7 +80733,7 @@ var entries = [
79631
80733
  ],
79632
80734
  category: "components-v2",
79633
80735
  importPath: "@corva/ui/componentsV2",
79634
- searchText: "badgedot a component for displaying a badge over icons/buttons/etc badgedot statusbadge status badge status badge component displaying over icons/buttons/etc"
80736
+ searchText: "badgedot a component for displaying a badge over icons/buttons/etc badgedot dot status notification indicator statusbadge badge status badge component displaying over icons/buttons/etc"
79635
80737
  },
79636
80738
  {
79637
80739
  id: "component-v2-Breadcrumbs",
@@ -79639,14 +80741,18 @@ var entries = [
79639
80741
  name: "Breadcrumbs",
79640
80742
  description: "",
79641
80743
  keywords: [
79642
- "breadcrumbs"
80744
+ "breadcrumbs",
80745
+ "navigation",
80746
+ "path",
80747
+ "trail",
80748
+ "breadcrumb"
79643
80749
  ],
79644
80750
  tags: [
79645
80751
  "experimental"
79646
80752
  ],
79647
80753
  category: "components-v2",
79648
80754
  importPath: "@corva/ui/componentsV2",
79649
- searchText: "breadcrumbs breadcrumbs"
80755
+ searchText: "breadcrumbs breadcrumbs navigation path trail breadcrumb"
79650
80756
  },
79651
80757
  {
79652
80758
  id: "component-v2-Button",
@@ -79831,14 +80937,18 @@ var entries = [
79831
80937
  name: "ColorPicker",
79832
80938
  description: "",
79833
80939
  keywords: [
79834
- "colorpicker"
80940
+ "colorpicker",
80941
+ "color",
80942
+ "palette",
80943
+ "pick",
80944
+ "swatch"
79835
80945
  ],
79836
80946
  tags: [
79837
80947
  "experimental"
79838
80948
  ],
79839
80949
  category: "components-v2",
79840
80950
  importPath: "@corva/ui/componentsV2",
79841
- searchText: "colorpicker colorpicker"
80951
+ searchText: "colorpicker colorpicker color palette pick swatch"
79842
80952
  },
79843
80953
  {
79844
80954
  id: "component-v2-CompletionsOffsetWellPicker",
@@ -79870,14 +80980,17 @@ var entries = [
79870
80980
  name: "CopyToClipboard",
79871
80981
  description: "",
79872
80982
  keywords: [
79873
- "copytoclipboard"
80983
+ "copytoclipboard",
80984
+ "copy",
80985
+ "clipboard",
80986
+ "duplicate"
79874
80987
  ],
79875
80988
  tags: [
79876
80989
  "experimental"
79877
80990
  ],
79878
80991
  category: "components-v2",
79879
80992
  importPath: "@corva/ui/componentsV2",
79880
- searchText: "copytoclipboard copytoclipboard"
80993
+ searchText: "copytoclipboard copytoclipboard copy clipboard duplicate"
79881
80994
  },
79882
80995
  {
79883
80996
  id: "component-v2-Counter",
@@ -79885,14 +80998,18 @@ var entries = [
79885
80998
  name: "Counter",
79886
80999
  description: "",
79887
81000
  keywords: [
79888
- "counter"
81001
+ "counter",
81002
+ "count",
81003
+ "number",
81004
+ "badge",
81005
+ "indicator"
79889
81006
  ],
79890
81007
  tags: [
79891
81008
  "experimental"
79892
81009
  ],
79893
81010
  category: "components-v2",
79894
81011
  importPath: "@corva/ui/componentsV2",
79895
- searchText: "counter counter"
81012
+ searchText: "counter counter count number badge indicator"
79896
81013
  },
79897
81014
  {
79898
81015
  id: "component-v2-DatePicker",
@@ -79920,9 +81037,12 @@ var entries = [
79920
81037
  description: "A common drag handle for all drag-and-drop applications",
79921
81038
  keywords: [
79922
81039
  "draghandle",
79923
- "common",
79924
81040
  "drag",
81041
+ "reorder",
81042
+ "sort",
81043
+ "move",
79925
81044
  "handle",
81045
+ "common",
79926
81046
  "drag-and-drop",
79927
81047
  "applications"
79928
81048
  ],
@@ -79931,7 +81051,7 @@ var entries = [
79931
81051
  ],
79932
81052
  category: "components-v2",
79933
81053
  importPath: "@corva/ui/componentsV2",
79934
- searchText: "draghandle a common drag handle for all drag-and-drop applications draghandle common drag handle drag-and-drop applications"
81054
+ searchText: "draghandle a common drag handle for all drag-and-drop applications draghandle drag reorder sort move handle common drag-and-drop applications"
79935
81055
  },
79936
81056
  {
79937
81057
  id: "component-v2-EmptyState",
@@ -79939,14 +81059,19 @@ var entries = [
79939
81059
  name: "EmptyState",
79940
81060
  description: "",
79941
81061
  keywords: [
79942
- "emptystate"
81062
+ "emptystate",
81063
+ "empty",
81064
+ "no data",
81065
+ "placeholder",
81066
+ "blank",
81067
+ "no results"
79943
81068
  ],
79944
81069
  tags: [
79945
81070
  "experimental"
79946
81071
  ],
79947
81072
  category: "components-v2",
79948
81073
  importPath: "@corva/ui/componentsV2",
79949
- searchText: "emptystate emptystate"
81074
+ searchText: "emptystate emptystate empty no data placeholder blank no results"
79950
81075
  },
79951
81076
  {
79952
81077
  id: "component-v2-FileIcon",
@@ -79970,8 +81095,12 @@ var entries = [
79970
81095
  description: "A dropzone for file uploads. Most likely you will need `<FilesProcessor/>`",
79971
81096
  keywords: [
79972
81097
  "filesdropzone",
79973
- "dropzone",
81098
+ "upload",
81099
+ "drag",
81100
+ "drop",
79974
81101
  "file",
81102
+ "attachment",
81103
+ "dropzone",
79975
81104
  "uploads.",
79976
81105
  "most",
79977
81106
  "likely",
@@ -79984,7 +81113,7 @@ var entries = [
79984
81113
  ],
79985
81114
  category: "components-v2",
79986
81115
  importPath: "@corva/ui/componentsV2",
79987
- searchText: "filesdropzone a dropzone for file uploads. most likely you will need `<filesprocessor/>` filesdropzone dropzone file uploads. most likely will need `<filesprocessor/>`"
81116
+ searchText: "filesdropzone a dropzone for file uploads. most likely you will need `<filesprocessor/>` filesdropzone upload drag drop file attachment dropzone uploads. most likely will need `<filesprocessor/>`"
79988
81117
  },
79989
81118
  {
79990
81119
  id: "component-v2-FilesLoader",
@@ -80039,14 +81168,18 @@ var entries = [
80039
81168
  name: "Grid",
80040
81169
  description: "",
80041
81170
  keywords: [
80042
- "grid"
81171
+ "grid",
81172
+ "layout",
81173
+ "columns",
81174
+ "rows",
81175
+ "responsive"
80043
81176
  ],
80044
81177
  tags: [
80045
81178
  "experimental"
80046
81179
  ],
80047
81180
  category: "components-v2",
80048
81181
  importPath: "@corva/ui/componentsV2",
80049
- searchText: "grid grid"
81182
+ searchText: "grid grid layout columns rows responsive"
80050
81183
  },
80051
81184
  {
80052
81185
  id: "component-v2-Header",
@@ -80082,6 +81215,11 @@ var entries = [
80082
81215
  description: "Used for attracting user's attention to new features, providing usage hints, etc",
80083
81216
  keywords: [
80084
81217
  "hint",
81218
+ "help",
81219
+ "info",
81220
+ "question",
81221
+ "tooltip",
81222
+ "information",
80085
81223
  "used",
80086
81224
  "attracting",
80087
81225
  "user's",
@@ -80095,7 +81233,7 @@ var entries = [
80095
81233
  ],
80096
81234
  category: "components-v2",
80097
81235
  importPath: "@corva/ui/componentsV2",
80098
- searchText: "hint used for attracting user's attention to new features, providing usage hints, etc hint used attracting user's attention features, providing usage hints,"
81236
+ searchText: "hint used for attracting user's attention to new features, providing usage hints, etc hint help info question tooltip information used attracting user's attention features, providing usage hints,"
80099
81237
  },
80100
81238
  {
80101
81239
  id: "component-v2-IndicatorLive",
@@ -80208,8 +81346,11 @@ var entries = [
80208
81346
  description: "Used to provide a visual clue that the page/app/large UI block is in loading state",
80209
81347
  keywords: [
80210
81348
  "loaderlogo",
80211
- "loadingindicator",
80212
81349
  "loading",
81350
+ "splash",
81351
+ "brand",
81352
+ "startup",
81353
+ "loadingindicator",
80213
81354
  "indicator",
80214
81355
  "loading indicator",
80215
81356
  "used",
@@ -80225,7 +81366,7 @@ var entries = [
80225
81366
  ],
80226
81367
  category: "components-v2",
80227
81368
  importPath: "@corva/ui/componentsV2",
80228
- searchText: "loaderlogo used to provide a visual clue that the page/app/large ui block is in loading state loaderlogo loadingindicator loading indicator loading indicator used provide visual clue page/app/large block state"
81369
+ searchText: "loaderlogo used to provide a visual clue that the page/app/large ui block is in loading state loaderlogo loading splash brand startup loadingindicator indicator loading indicator used provide visual clue page/app/large block state"
80229
81370
  },
80230
81371
  {
80231
81372
  id: "component-v2-Menu",
@@ -80341,10 +81482,13 @@ var entries = [
80341
81482
  description: "A low-level component that serves as a container for cards, popovers, modals, etc",
80342
81483
  keywords: [
80343
81484
  "paper",
81485
+ "card",
81486
+ "container",
81487
+ "panel",
81488
+ "surface",
80344
81489
  "low-level",
80345
81490
  "component",
80346
81491
  "serves",
80347
- "container",
80348
81492
  "cards,",
80349
81493
  "popovers,",
80350
81494
  "modals,"
@@ -80354,7 +81498,7 @@ var entries = [
80354
81498
  ],
80355
81499
  category: "components-v2",
80356
81500
  importPath: "@corva/ui/componentsV2",
80357
- searchText: "paper a low-level component that serves as a container for cards, popovers, modals, etc paper low-level component serves container cards, popovers, modals,"
81501
+ searchText: "paper a low-level component that serves as a container for cards, popovers, modals, etc paper card container panel surface low-level component serves cards, popovers, modals,"
80358
81502
  },
80359
81503
  {
80360
81504
  id: "component-v2-Popover",
@@ -80363,6 +81507,10 @@ var entries = [
80363
81507
  description: "A low-level component for creating popovers with a backdrop. Provides very little own styling by default",
80364
81508
  keywords: [
80365
81509
  "popover",
81510
+ "popup",
81511
+ "overlay",
81512
+ "floating",
81513
+ "hover",
80366
81514
  "low-level",
80367
81515
  "component",
80368
81516
  "creating",
@@ -80379,7 +81527,7 @@ var entries = [
80379
81527
  ],
80380
81528
  category: "components-v2",
80381
81529
  importPath: "@corva/ui/componentsV2",
80382
- searchText: "popover a low-level component for creating popovers with a backdrop. provides very little own styling by default popover low-level component creating popovers backdrop. provides very little styling default"
81530
+ searchText: "popover a low-level component for creating popovers with a backdrop. provides very little own styling by default popover popup overlay floating hover low-level component creating popovers backdrop. provides very little styling default"
80383
81531
  },
80384
81532
  {
80385
81533
  id: "component-v2-Popper",
@@ -80388,6 +81536,10 @@ var entries = [
80388
81536
  description: "A low-level component for displaying popups, tooltips, etc. You will most likely need `<Popover/>`, `<Menu/>` or `<Tooltip/>`",
80389
81537
  keywords: [
80390
81538
  "popper",
81539
+ "floating",
81540
+ "positioned",
81541
+ "overlay",
81542
+ "popup",
80391
81543
  "low-level",
80392
81544
  "component",
80393
81545
  "displaying",
@@ -80404,7 +81556,7 @@ var entries = [
80404
81556
  ],
80405
81557
  category: "components-v2",
80406
81558
  importPath: "@corva/ui/componentsV2",
80407
- searchText: "popper a low-level component for displaying popups, tooltips, etc. you will most likely need `<popover/>`, `<menu/>` or `<tooltip/>` popper low-level component displaying popups, tooltips, etc. will most likely need"
81559
+ searchText: "popper a low-level component for displaying popups, tooltips, etc. you will most likely need `<popover/>`, `<menu/>` or `<tooltip/>` popper floating positioned overlay popup low-level component displaying popups, tooltips, etc. will most likely need"
80408
81560
  },
80409
81561
  {
80410
81562
  id: "component-v2-Radio",
@@ -80604,14 +81756,18 @@ var entries = [
80604
81756
  description: "",
80605
81757
  keywords: [
80606
81758
  "tag",
80607
- "chip"
81759
+ "label",
81760
+ "badge",
81761
+ "chip",
81762
+ "pill",
81763
+ "indicator"
80608
81764
  ],
80609
81765
  tags: [
80610
81766
  "experimental"
80611
81767
  ],
80612
81768
  category: "components-v2",
80613
81769
  importPath: "@corva/ui/componentsV2",
80614
- searchText: "tag tag chip"
81770
+ searchText: "tag tag label badge chip pill indicator"
80615
81771
  },
80616
81772
  {
80617
81773
  id: "component-v2-TemplatesControl",
@@ -80736,6 +81892,10 @@ var entries = [
80736
81892
  keywords: [
80737
81893
  "textlink",
80738
81894
  "link",
81895
+ "anchor",
81896
+ "hyperlink",
81897
+ "navigate",
81898
+ "url",
80739
81899
  "component.",
80740
81900
  "integrated",
80741
81901
  "routing",
@@ -80751,7 +81911,7 @@ var entries = [
80751
81911
  ],
80752
81912
  category: "components-v2",
80753
81913
  importPath: "@corva/ui/componentsV2",
80754
- searchText: "textlink a link component. can be integrated with routing solutions (like `react-router`) by using the `component` prop. `ref` points to root element textlink link component. integrated routing solutions (like `react-router`) using `component` prop."
81914
+ searchText: "textlink a link component. can be integrated with routing solutions (like `react-router`) by using the `component` prop. `ref` points to root element textlink link anchor hyperlink navigate url component. integrated routing solutions (like `react-router`) using `component` prop."
80755
81915
  },
80756
81916
  {
80757
81917
  id: "component-v2-TextMiddleTruncated",
@@ -80782,14 +81942,19 @@ var entries = [
80782
81942
  name: "ToggleButtons",
80783
81943
  description: "",
80784
81944
  keywords: [
80785
- "togglebuttons"
81945
+ "togglebuttons",
81946
+ "segment",
81947
+ "pill",
81948
+ "button group",
81949
+ "segmented control",
81950
+ "toggle"
80786
81951
  ],
80787
81952
  tags: [
80788
81953
  "experimental"
80789
81954
  ],
80790
81955
  category: "components-v2",
80791
81956
  importPath: "@corva/ui/componentsV2",
80792
- searchText: "togglebuttons togglebuttons"
81957
+ searchText: "togglebuttons togglebuttons segment pill button group segmented control toggle"
80793
81958
  },
80794
81959
  {
80795
81960
  id: "component-v2-Tooltip",
@@ -81090,9 +82255,12 @@ var entries = [
81090
82255
  description: "Used as a hierarchical navigation element at the tp of the page",
81091
82256
  keywords: [
81092
82257
  "breadcrumbs",
82258
+ "navigation",
82259
+ "path",
82260
+ "trail",
82261
+ "breadcrumb",
81093
82262
  "used",
81094
82263
  "hierarchical",
81095
- "navigation",
81096
82264
  "element",
81097
82265
  "page"
81098
82266
  ],
@@ -81101,7 +82269,7 @@ var entries = [
81101
82269
  ],
81102
82270
  category: "components-v1",
81103
82271
  importPath: "@corva/ui/components",
81104
- searchText: "breadcrumbs used as a hierarchical navigation element at the tp of the page breadcrumbs used hierarchical navigation element page"
82272
+ searchText: "breadcrumbs used as a hierarchical navigation element at the tp of the page breadcrumbs navigation path trail breadcrumb used hierarchical element page"
81105
82273
  },
81106
82274
  {
81107
82275
  id: "component-v1-Button",
@@ -81213,10 +82381,13 @@ var entries = [
81213
82381
  description: "Used to provide a rich color input",
81214
82382
  keywords: [
81215
82383
  "colorpicker",
82384
+ "color",
82385
+ "palette",
82386
+ "pick",
82387
+ "swatch",
81216
82388
  "used",
81217
82389
  "provide",
81218
82390
  "rich",
81219
- "color",
81220
82391
  "input"
81221
82392
  ],
81222
82393
  tags: [
@@ -81224,7 +82395,7 @@ var entries = [
81224
82395
  ],
81225
82396
  category: "components-v1",
81226
82397
  importPath: "@corva/ui/components",
81227
- searchText: "colorpicker used to provide a rich color input colorpicker used provide rich color input"
82398
+ searchText: "colorpicker used to provide a rich color input colorpicker color palette pick swatch used provide rich input"
81228
82399
  },
81229
82400
  {
81230
82401
  id: "component-v1-ColorPickerPalette",
@@ -81317,14 +82488,17 @@ var entries = [
81317
82488
  name: "CopyToClipboard",
81318
82489
  description: "",
81319
82490
  keywords: [
81320
- "copytoclipboard"
82491
+ "copytoclipboard",
82492
+ "copy",
82493
+ "clipboard",
82494
+ "duplicate"
81321
82495
  ],
81322
82496
  tags: [
81323
82497
  "v1"
81324
82498
  ],
81325
82499
  category: "components-v1",
81326
82500
  importPath: "@corva/ui/components",
81327
- searchText: "copytoclipboard copytoclipboard"
82501
+ searchText: "copytoclipboard copytoclipboard copy clipboard duplicate"
81328
82502
  },
81329
82503
  {
81330
82504
  id: "component-v1-Counter",
@@ -81332,14 +82506,18 @@ var entries = [
81332
82506
  name: "Counter",
81333
82507
  description: "",
81334
82508
  keywords: [
81335
- "counter"
82509
+ "counter",
82510
+ "count",
82511
+ "number",
82512
+ "badge",
82513
+ "indicator"
81336
82514
  ],
81337
82515
  tags: [
81338
82516
  "v1"
81339
82517
  ],
81340
82518
  category: "components-v1",
81341
82519
  importPath: "@corva/ui/components",
81342
- searchText: "counter counter"
82520
+ searchText: "counter counter count number badge indicator"
81343
82521
  },
81344
82522
  {
81345
82523
  id: "component-v1-CustomSelect",
@@ -81505,14 +82683,19 @@ var entries = [
81505
82683
  name: "EmptyState",
81506
82684
  description: "",
81507
82685
  keywords: [
81508
- "emptystate"
82686
+ "emptystate",
82687
+ "empty",
82688
+ "no data",
82689
+ "placeholder",
82690
+ "blank",
82691
+ "no results"
81509
82692
  ],
81510
82693
  tags: [
81511
82694
  "v1"
81512
82695
  ],
81513
82696
  category: "components-v1",
81514
82697
  importPath: "@corva/ui/components",
81515
- searchText: "emptystate emptystate"
82698
+ searchText: "emptystate emptystate empty no data placeholder blank no results"
81516
82699
  },
81517
82700
  {
81518
82701
  id: "component-v1-EmptyView",
@@ -81602,14 +82785,19 @@ var entries = [
81602
82785
  name: "FilesDropzone",
81603
82786
  description: "",
81604
82787
  keywords: [
81605
- "filesdropzone"
82788
+ "filesdropzone",
82789
+ "upload",
82790
+ "drag",
82791
+ "drop",
82792
+ "file",
82793
+ "attachment"
81606
82794
  ],
81607
82795
  tags: [
81608
82796
  "v1"
81609
82797
  ],
81610
82798
  category: "components-v1",
81611
82799
  importPath: "@corva/ui/components",
81612
- searchText: "filesdropzone filesdropzone"
82800
+ searchText: "filesdropzone filesdropzone upload drag drop file attachment"
81613
82801
  },
81614
82802
  {
81615
82803
  id: "component-v1-FilesLoader",
@@ -81794,6 +82982,11 @@ var entries = [
81794
82982
  description: "Used for attracting user's attention to new features, providing usage hints, etc",
81795
82983
  keywords: [
81796
82984
  "hint",
82985
+ "help",
82986
+ "info",
82987
+ "question",
82988
+ "tooltip",
82989
+ "information",
81797
82990
  "used",
81798
82991
  "attracting",
81799
82992
  "user's",
@@ -81808,7 +83001,7 @@ var entries = [
81808
83001
  ],
81809
83002
  category: "components-v1",
81810
83003
  importPath: "@corva/ui/components",
81811
- searchText: "hint used for attracting user's attention to new features, providing usage hints, etc hint used attracting user's attention features, providing usage hints,"
83004
+ searchText: "hint used for attracting user's attention to new features, providing usage hints, etc hint help info question tooltip information used attracting user's attention features, providing usage hints,"
81812
83005
  },
81813
83006
  {
81814
83007
  id: "component-v1-IconButton",
@@ -82217,6 +83410,10 @@ var entries = [
82217
83410
  description: "MUI Popover. Read more information on the MUI docs page [here](https://v4.mui.com/api/popover/)",
82218
83411
  keywords: [
82219
83412
  "popover",
83413
+ "popup",
83414
+ "overlay",
83415
+ "floating",
83416
+ "hover",
82220
83417
  "popover.",
82221
83418
  "read",
82222
83419
  "more",
@@ -82230,7 +83427,7 @@ var entries = [
82230
83427
  ],
82231
83428
  category: "components-v1",
82232
83429
  importPath: "@corva/ui/components",
82233
- searchText: "popover mui popover. read more information on the mui docs page [here](https://v4.mui.com/api/popover/) popover popover. read more information docs page [here](https://v4.mui.com/api/popover/)"
83430
+ searchText: "popover mui popover. read more information on the mui docs page [here](https://v4.mui.com/api/popover/) popover popup overlay floating hover popover. read more information docs page [here](https://v4.mui.com/api/popover/)"
82234
83431
  },
82235
83432
  {
82236
83433
  id: "component-v1-Popper",
@@ -82239,6 +83436,10 @@ var entries = [
82239
83436
  description: "A wrapper over Popper - a barebones component that positions come content as a popover.\n\nAll props are passed through to it's base. Refer to MUI [documentation](https://v4.mui.com/api/popper/) and [examples](https://v4.mui.com/components/popper/) for more information",
82240
83437
  keywords: [
82241
83438
  "popper",
83439
+ "floating",
83440
+ "positioned",
83441
+ "overlay",
83442
+ "popup",
82242
83443
  "wrapper",
82243
83444
  "over",
82244
83445
  "barebones",
@@ -82254,7 +83455,7 @@ var entries = [
82254
83455
  ],
82255
83456
  category: "components-v1",
82256
83457
  importPath: "@corva/ui/components",
82257
- searchText: "popper a wrapper over popper - a barebones component that positions come content as a popover.\n\nall props are passed through to it's base. refer to mui [documentation](https://v4.mui.com/api/popper/) and [examples](https://v4.mui.com/components/popper/) for more information popper wrapper over barebones component positions come content popover. props"
83458
+ searchText: "popper a wrapper over popper - a barebones component that positions come content as a popover.\n\nall props are passed through to it's base. refer to mui [documentation](https://v4.mui.com/api/popper/) and [examples](https://v4.mui.com/components/popper/) for more information popper floating positioned overlay popup wrapper over barebones component positions come content popover. props"
82258
83459
  },
82259
83460
  {
82260
83461
  id: "component-v1-PostInput",
@@ -82569,14 +83770,19 @@ var entries = [
82569
83770
  name: "TextLink",
82570
83771
  description: "",
82571
83772
  keywords: [
82572
- "textlink"
83773
+ "textlink",
83774
+ "link",
83775
+ "anchor",
83776
+ "hyperlink",
83777
+ "navigate",
83778
+ "url"
82573
83779
  ],
82574
83780
  tags: [
82575
83781
  "v1"
82576
83782
  ],
82577
83783
  category: "components-v1",
82578
83784
  importPath: "@corva/ui/components",
82579
- searchText: "textlink textlink"
83785
+ searchText: "textlink textlink link anchor hyperlink navigate url"
82580
83786
  },
82581
83787
  {
82582
83788
  id: "component-v1-Toaster",
@@ -82921,6 +84127,28 @@ var entries = [
82921
84127
  importPath: "@corva/ui/effects",
82922
84128
  searchText: "usesetappcommentsmode usesetappcommentsmode setappcommentsmode"
82923
84129
  },
84130
+ {
84131
+ id: "hook-useAppCommons",
84132
+ type: "hook",
84133
+ name: "useAppCommons",
84134
+ description: "",
84135
+ keywords: [
84136
+ "useappcommons",
84137
+ "appcommons",
84138
+ "app",
84139
+ "commons",
84140
+ "context",
84141
+ "well",
84142
+ "rig",
84143
+ "asset",
84144
+ "settings"
84145
+ ],
84146
+ tags: [
84147
+ ],
84148
+ category: "hooks",
84149
+ importPath: "@corva/ui/effects",
84150
+ searchText: "useappcommons useappcommons appcommons app commons context well rig asset settings"
84151
+ },
82924
84152
  {
82925
84153
  id: "hook-useAppSettingPinning",
82926
84154
  type: "hook",
@@ -90903,6 +92131,7 @@ var byCategory = {
90903
92131
  "hook-useWellnessAlerts",
90904
92132
  "hook-useAppCommentsMode",
90905
92133
  "hook-useSetAppCommentsMode",
92134
+ "hook-useAppCommons",
90906
92135
  "hook-useAppSettingPinning",
90907
92136
  "hook-useGlobalOffsetWellsSync"
90908
92137
  ],
@@ -91384,7 +92613,8 @@ var byTag = {
91384
92613
  "component-v2-Accordion"
91385
92614
  ],
91386
92615
  panel: [
91387
- "component-v2-Accordion"
92616
+ "component-v2-Accordion",
92617
+ "component-v2-Paper"
91388
92618
  ],
91389
92619
  faq: [
91390
92620
  "component-v2-Accordion"
@@ -91524,7 +92754,9 @@ var byTag = {
91524
92754
  "component-v2-BadgeBase",
91525
92755
  "component-v2-BadgeCounter",
91526
92756
  "component-v2-BadgeDot",
91527
- "component-v2-Chip"
92757
+ "component-v2-Chip",
92758
+ "component-v2-Counter",
92759
+ "component-v2-Tag"
91528
92760
  ],
91529
92761
  "status badge": [
91530
92762
  "component-v2-BadgeBase",
@@ -91537,9 +92769,37 @@ var byTag = {
91537
92769
  comment: [
91538
92770
  "component-v2-BadgeComment"
91539
92771
  ],
92772
+ annotation: [
92773
+ "component-v2-BadgeComment"
92774
+ ],
92775
+ note: [
92776
+ "component-v2-BadgeComment"
92777
+ ],
91540
92778
  badgecounter: [
91541
92779
  "component-v2-BadgeCounter"
91542
92780
  ],
92781
+ counter: [
92782
+ "component-v2-BadgeCounter",
92783
+ "component-v2-Counter",
92784
+ "component-v2-Label"
92785
+ ],
92786
+ count: [
92787
+ "component-v2-BadgeCounter",
92788
+ "component-v2-Counter"
92789
+ ],
92790
+ number: [
92791
+ "component-v2-BadgeCounter",
92792
+ "component-v2-Counter"
92793
+ ],
92794
+ indicator: [
92795
+ "component-v2-BadgeCounter",
92796
+ "component-v2-BadgeDot",
92797
+ "component-v2-Counter",
92798
+ "component-v2-LoaderCircular",
92799
+ "component-v2-LoaderLinear",
92800
+ "component-v2-LoaderLogo",
92801
+ "component-v2-Tag"
92802
+ ],
91543
92803
  displaying: [
91544
92804
  "component-v2-BadgeCounter",
91545
92805
  "component-v2-BadgeDot",
@@ -91557,9 +92817,28 @@ var byTag = {
91557
92817
  badgedot: [
91558
92818
  "component-v2-BadgeDot"
91559
92819
  ],
92820
+ dot: [
92821
+ "component-v2-BadgeDot"
92822
+ ],
92823
+ notification: [
92824
+ "component-v2-BadgeDot"
92825
+ ],
91560
92826
  breadcrumbs: [
91561
92827
  "component-v2-Breadcrumbs"
91562
92828
  ],
92829
+ navigation: [
92830
+ "component-v2-Breadcrumbs",
92831
+ "component-v2-Tabs"
92832
+ ],
92833
+ path: [
92834
+ "component-v2-Breadcrumbs"
92835
+ ],
92836
+ trail: [
92837
+ "component-v2-Breadcrumbs"
92838
+ ],
92839
+ breadcrumb: [
92840
+ "component-v2-Breadcrumbs"
92841
+ ],
91563
92842
  button: [
91564
92843
  "component-v2-Button",
91565
92844
  "component-v2-ButtonIcon"
@@ -91633,7 +92912,8 @@ var byTag = {
91633
92912
  ],
91634
92913
  toggle: [
91635
92914
  "component-v2-Checkbox",
91636
- "component-v2-Switch"
92915
+ "component-v2-Switch",
92916
+ "component-v2-ToggleButtons"
91637
92917
  ],
91638
92918
  check: [
91639
92919
  "component-v2-Checkbox"
@@ -91699,10 +92979,13 @@ var byTag = {
91699
92979
  ],
91700
92980
  label: [
91701
92981
  "component-v2-Chip",
91702
- "component-v2-Label"
92982
+ "component-v2-Label",
92983
+ "component-v2-Tag"
91703
92984
  ],
91704
92985
  pill: [
91705
- "component-v2-Chip"
92986
+ "component-v2-Chip",
92987
+ "component-v2-Tag",
92988
+ "component-v2-ToggleButtons"
91706
92989
  ],
91707
92990
  chipalert: [
91708
92991
  "component-v2-ChipAlert"
@@ -91713,6 +92996,19 @@ var byTag = {
91713
92996
  colorpicker: [
91714
92997
  "component-v2-ColorPicker"
91715
92998
  ],
92999
+ color: [
93000
+ "component-v2-ColorPicker"
93001
+ ],
93002
+ palette: [
93003
+ "component-v2-ColorPicker"
93004
+ ],
93005
+ pick: [
93006
+ "component-v2-ColorPicker",
93007
+ "component-v2-Select"
93008
+ ],
93009
+ swatch: [
93010
+ "component-v2-ColorPicker"
93011
+ ],
91716
93012
  completionsoffsetwellpicker: [
91717
93013
  "component-v2-CompletionsOffsetWellPicker"
91718
93014
  ],
@@ -91734,9 +93030,14 @@ var byTag = {
91734
93030
  copytoclipboard: [
91735
93031
  "component-v2-CopyToClipboard"
91736
93032
  ],
91737
- counter: [
91738
- "component-v2-Counter",
91739
- "component-v2-Label"
93033
+ copy: [
93034
+ "component-v2-CopyToClipboard"
93035
+ ],
93036
+ clipboard: [
93037
+ "component-v2-CopyToClipboard"
93038
+ ],
93039
+ duplicate: [
93040
+ "component-v2-CopyToClipboard"
91740
93041
  ],
91741
93042
  datepicker: [
91742
93043
  "component-v2-DatePicker"
@@ -91758,6 +93059,16 @@ var byTag = {
91758
93059
  "component-v2-DragHandle"
91759
93060
  ],
91760
93061
  drag: [
93062
+ "component-v2-DragHandle",
93063
+ "component-v2-FilesDropzone"
93064
+ ],
93065
+ reorder: [
93066
+ "component-v2-DragHandle"
93067
+ ],
93068
+ sort: [
93069
+ "component-v2-DragHandle"
93070
+ ],
93071
+ move: [
91761
93072
  "component-v2-DragHandle"
91762
93073
  ],
91763
93074
  handle: [
@@ -91772,13 +93083,32 @@ var byTag = {
91772
93083
  emptystate: [
91773
93084
  "component-v2-EmptyState"
91774
93085
  ],
93086
+ empty: [
93087
+ "component-v2-EmptyState"
93088
+ ],
93089
+ "no data": [
93090
+ "component-v2-EmptyState"
93091
+ ],
93092
+ placeholder: [
93093
+ "component-v2-EmptyState",
93094
+ "component-v2-Skeleton"
93095
+ ],
93096
+ blank: [
93097
+ "component-v2-EmptyState"
93098
+ ],
93099
+ "no results": [
93100
+ "component-v2-EmptyState"
93101
+ ],
91775
93102
  fileicon: [
91776
93103
  "component-v2-FileIcon"
91777
93104
  ],
91778
93105
  filesdropzone: [
91779
93106
  "component-v2-FilesDropzone"
91780
93107
  ],
91781
- dropzone: [
93108
+ upload: [
93109
+ "component-v2-FilesDropzone"
93110
+ ],
93111
+ drop: [
91782
93112
  "component-v2-FilesDropzone"
91783
93113
  ],
91784
93114
  file: [
@@ -91786,6 +93116,12 @@ var byTag = {
91786
93116
  "component-v2-FilesLoader",
91787
93117
  "component-v2-FilesProcessor"
91788
93118
  ],
93119
+ attachment: [
93120
+ "component-v2-FilesDropzone"
93121
+ ],
93122
+ dropzone: [
93123
+ "component-v2-FilesDropzone"
93124
+ ],
91789
93125
  "uploads.": [
91790
93126
  "component-v2-FilesDropzone"
91791
93127
  ],
@@ -91853,13 +93189,23 @@ var byTag = {
91853
93189
  grid: [
91854
93190
  "component-v2-Grid"
91855
93191
  ],
91856
- header: [
93192
+ layout: [
93193
+ "component-v2-Grid",
91857
93194
  "component-v2-Header"
91858
93195
  ],
91859
- headerlayout: [
93196
+ columns: [
93197
+ "component-v2-Grid"
93198
+ ],
93199
+ rows: [
93200
+ "component-v2-Grid"
93201
+ ],
93202
+ responsive: [
93203
+ "component-v2-Grid"
93204
+ ],
93205
+ header: [
91860
93206
  "component-v2-Header"
91861
93207
  ],
91862
- layout: [
93208
+ headerlayout: [
91863
93209
  "component-v2-Header"
91864
93210
  ],
91865
93211
  "header layout": [
@@ -91891,6 +93237,25 @@ var byTag = {
91891
93237
  "component-v2-Hint",
91892
93238
  "component-v2-Tooltip"
91893
93239
  ],
93240
+ help: [
93241
+ "component-v2-Hint",
93242
+ "component-v2-Tooltip"
93243
+ ],
93244
+ info: [
93245
+ "component-v2-Hint",
93246
+ "component-v2-Tooltip"
93247
+ ],
93248
+ question: [
93249
+ "component-v2-Hint"
93250
+ ],
93251
+ tooltip: [
93252
+ "component-v2-Hint",
93253
+ "component-v2-TextEndTruncated",
93254
+ "component-v2-Tooltip"
93255
+ ],
93256
+ information: [
93257
+ "component-v2-Hint"
93258
+ ],
91894
93259
  used: [
91895
93260
  "component-v2-Hint",
91896
93261
  "component-v2-LoaderLogo",
@@ -91948,7 +93313,8 @@ var byTag = {
91948
93313
  "component-v2-Label"
91949
93314
  ],
91950
93315
  positioned: [
91951
- "component-v2-Label"
93316
+ "component-v2-Label",
93317
+ "component-v2-Popper"
91952
93318
  ],
91953
93319
  absolutely: [
91954
93320
  "component-v2-Label"
@@ -91994,11 +93360,6 @@ var byTag = {
91994
93360
  "component-v2-LoaderLinear",
91995
93361
  "component-v2-LoaderLogo"
91996
93362
  ],
91997
- indicator: [
91998
- "component-v2-LoaderCircular",
91999
- "component-v2-LoaderLinear",
92000
- "component-v2-LoaderLogo"
92001
- ],
92002
93363
  "loading indicator": [
92003
93364
  "component-v2-LoaderCircular",
92004
93365
  "component-v2-LoaderLinear",
@@ -92013,6 +93374,15 @@ var byTag = {
92013
93374
  loaderlogo: [
92014
93375
  "component-v2-LoaderLogo"
92015
93376
  ],
93377
+ splash: [
93378
+ "component-v2-LoaderLogo"
93379
+ ],
93380
+ brand: [
93381
+ "component-v2-LoaderLogo"
93382
+ ],
93383
+ startup: [
93384
+ "component-v2-LoaderLogo"
93385
+ ],
92016
93386
  provide: [
92017
93387
  "component-v2-LoaderLogo"
92018
93388
  ],
@@ -92075,10 +93445,14 @@ var byTag = {
92075
93445
  ],
92076
93446
  popup: [
92077
93447
  "component-v2-Modal",
93448
+ "component-v2-Popover",
93449
+ "component-v2-Popper",
92078
93450
  "component-v2-Tooltip"
92079
93451
  ],
92080
93452
  overlay: [
92081
- "component-v2-Modal"
93453
+ "component-v2-Modal",
93454
+ "component-v2-Popover",
93455
+ "component-v2-Popper"
92082
93456
  ],
92083
93457
  confirmation: [
92084
93458
  "component-v2-Modal"
@@ -92133,6 +93507,12 @@ var byTag = {
92133
93507
  paper: [
92134
93508
  "component-v2-Paper"
92135
93509
  ],
93510
+ card: [
93511
+ "component-v2-Paper"
93512
+ ],
93513
+ surface: [
93514
+ "component-v2-Paper"
93515
+ ],
92136
93516
  "low-level": [
92137
93517
  "component-v2-Paper",
92138
93518
  "component-v2-Popover",
@@ -92150,6 +93530,14 @@ var byTag = {
92150
93530
  "modals,": [
92151
93531
  "component-v2-Paper"
92152
93532
  ],
93533
+ floating: [
93534
+ "component-v2-Popover",
93535
+ "component-v2-Popper"
93536
+ ],
93537
+ hover: [
93538
+ "component-v2-Popover",
93539
+ "component-v2-Tooltip"
93540
+ ],
92153
93541
  creating: [
92154
93542
  "component-v2-Popover"
92155
93543
  ],
@@ -92221,15 +93609,9 @@ var byTag = {
92221
93609
  choose: [
92222
93610
  "component-v2-Select"
92223
93611
  ],
92224
- pick: [
92225
- "component-v2-Select"
92226
- ],
92227
93612
  skeleton: [
92228
93613
  "component-v2-Skeleton"
92229
93614
  ],
92230
- placeholder: [
92231
- "component-v2-Skeleton"
92232
- ],
92233
93615
  shimmer: [
92234
93616
  "component-v2-Skeleton"
92235
93617
  ],
@@ -92267,9 +93649,6 @@ var byTag = {
92267
93649
  tabs: [
92268
93650
  "component-v2-Tabs"
92269
93651
  ],
92270
- navigation: [
92271
- "component-v2-Tabs"
92272
- ],
92273
93652
  sections: [
92274
93653
  "component-v2-Tabs"
92275
93654
  ],
@@ -92322,10 +93701,6 @@ var byTag = {
92322
93701
  displays: [
92323
93702
  "component-v2-TextEndTruncated"
92324
93703
  ],
92325
- tooltip: [
92326
- "component-v2-TextEndTruncated",
92327
- "component-v2-Tooltip"
92328
- ],
92329
93704
  "truncated.": [
92330
93705
  "component-v2-TextEndTruncated"
92331
93706
  ],
@@ -92391,6 +93766,18 @@ var byTag = {
92391
93766
  "component-v2-TextLink",
92392
93767
  "component-v2-UniversalLink"
92393
93768
  ],
93769
+ anchor: [
93770
+ "component-v2-TextLink"
93771
+ ],
93772
+ hyperlink: [
93773
+ "component-v2-TextLink"
93774
+ ],
93775
+ navigate: [
93776
+ "component-v2-TextLink"
93777
+ ],
93778
+ url: [
93779
+ "component-v2-TextLink"
93780
+ ],
92394
93781
  integrated: [
92395
93782
  "component-v2-TextLink"
92396
93783
  ],
@@ -92439,14 +93826,14 @@ var byTag = {
92439
93826
  togglebuttons: [
92440
93827
  "component-v2-ToggleButtons"
92441
93828
  ],
92442
- hover: [
92443
- "component-v2-Tooltip"
93829
+ segment: [
93830
+ "component-v2-ToggleButtons"
92444
93831
  ],
92445
- help: [
92446
- "component-v2-Tooltip"
93832
+ "button group": [
93833
+ "component-v2-ToggleButtons"
92447
93834
  ],
92448
- info: [
92449
- "component-v2-Tooltip"
93835
+ "segmented control": [
93836
+ "component-v2-ToggleButtons"
92450
93837
  ],
92451
93838
  universallink: [
92452
93839
  "component-v2-UniversalLink"
@@ -92517,6 +93904,68 @@ const withTimeout = async (promise, ms) => {
92517
93904
  }
92518
93905
  };
92519
93906
 
93907
+ /**
93908
+ * Split camelCase or PascalCase string into words
93909
+ * e.g., "CustomGradient" -> ["custom", "gradient"]
93910
+ */
93911
+ const splitCamelCase = (name) => {
93912
+ return name
93913
+ .replace(/([A-Z])/g, ' $1')
93914
+ .toLowerCase()
93915
+ .trim()
93916
+ .split(/\s+/)
93917
+ .filter(w => w.length > 0);
93918
+ };
93919
+
93920
+ const scoreMultiWordQuery = (entry, queryWords, weights) => {
93921
+ let score = 0;
93922
+ const nameLower = entry.name.toLowerCase();
93923
+ const queryCollapsed = queryWords.join('');
93924
+ // 1. Collapsed name matching
93925
+ let collapsedNameScore = 0;
93926
+ if (nameLower === queryCollapsed) {
93927
+ collapsedNameScore = weights.exactMatch;
93928
+ }
93929
+ else if (nameLower.startsWith(queryCollapsed)) {
93930
+ collapsedNameScore = weights.startsWith;
93931
+ }
93932
+ else if (nameLower.includes(queryCollapsed)) {
93933
+ collapsedNameScore = weights.contains;
93934
+ }
93935
+ // 2. All-words-in-name-parts matching
93936
+ let namePartsScore = 0;
93937
+ const nameParts = splitCamelCase(entry.name).filter(part => part.length > 1);
93938
+ const allWordsInName = queryWords.every(word => nameParts.some(part => part === word));
93939
+ if (allWordsInName) {
93940
+ namePartsScore = weights.contains;
93941
+ }
93942
+ // Take max of collapsed and name-parts
93943
+ score += Math.max(collapsedNameScore, namePartsScore);
93944
+ // 3. Per-word keyword scoring
93945
+ const descriptionLower = entry.description.toLowerCase();
93946
+ score += queryWords.reduce((keywordScore, word) => {
93947
+ let bestMatch = 0;
93948
+ for (const keyword of entry.keywords) {
93949
+ if (keyword === word) {
93950
+ bestMatch = Math.max(bestMatch, weights.keywordExact);
93951
+ }
93952
+ else if (keyword.includes(word)) {
93953
+ bestMatch = Math.max(bestMatch, weights.keywordContains);
93954
+ }
93955
+ }
93956
+ return keywordScore + bestMatch;
93957
+ }, 0);
93958
+ // 4. All-words-in-description
93959
+ if (queryWords.every(word => descriptionLower.includes(word))) {
93960
+ score += weights.description;
93961
+ }
93962
+ // 5. All-words-in-searchText
93963
+ if (queryWords.every(word => entry.searchText.includes(word))) {
93964
+ score += weights.fullText;
93965
+ }
93966
+ return score;
93967
+ };
93968
+
92520
93969
  const searchToolName = 'search_corva_ui';
92521
93970
  const searchToolTitle = 'Search @corva/ui';
92522
93971
  const searchToolDescription = `Search the @corva/ui component library by name, use case, or description.
@@ -92553,6 +94002,9 @@ const searchToolSchema = {
92553
94002
  const handleSearch = (args) => {
92554
94003
  const { query, type = 'all', category = 'all', limit = SEARCH_CONFIG.defaults.maxResults } = args;
92555
94004
  const queryLower = query.toLowerCase();
94005
+ const rawWords = queryLower.trim().split(/\s+/);
94006
+ const queryWords = rawWords.filter(w => w.length > 1);
94007
+ const isMultiWord = rawWords.length >= 2 && queryWords.length >= 2;
92556
94008
  let results = [];
92557
94009
  // Filter by type
92558
94010
  let { entries } = searchIndex;
@@ -92561,44 +94013,50 @@ const handleSearch = (args) => {
92561
94013
  }
92562
94014
  // Filter by category for components
92563
94015
  if (category !== 'all') {
92564
- entries = entries.filter(e => e.category === category || e.type !== 'component');
94016
+ const fullCategory = category.startsWith('components-') ? category : `components-${category}`;
94017
+ entries = entries.filter(e => e.type !== 'component' || e.category === fullCategory);
92565
94018
  }
92566
94019
  // Score and sort results using SEARCH_CONFIG weights
92567
94020
  const { weights, boosts } = SEARCH_CONFIG;
92568
94021
  const scored = entries.map(entry => {
92569
94022
  let score = 0;
92570
- // Exact name match (highest priority)
92571
- if (entry.name.toLowerCase() === queryLower) {
92572
- score += weights.exactMatch;
92573
- }
92574
- // Name starts with query
92575
- else if (entry.name.toLowerCase().startsWith(queryLower)) {
92576
- score += weights.startsWith;
92577
- }
92578
- // Name contains query
92579
- else if (entry.name.toLowerCase().includes(queryLower)) {
92580
- score += weights.contains;
94023
+ if (isMultiWord) {
94024
+ score += scoreMultiWordQuery(entry, queryWords, weights);
92581
94025
  }
92582
- // Keyword match
92583
- score += entry.keywords.reduce((keywordScore, keyword) => {
92584
- if (keyword === queryLower) {
92585
- return keywordScore + weights.keywordExact;
94026
+ else {
94027
+ // Exact name match (highest priority)
94028
+ if (entry.name.toLowerCase() === queryLower) {
94029
+ score += weights.exactMatch;
92586
94030
  }
92587
- if (keyword.includes(queryLower)) {
92588
- return keywordScore + weights.keywordContains;
94031
+ // Name starts with query
94032
+ else if (entry.name.toLowerCase().startsWith(queryLower)) {
94033
+ score += weights.startsWith;
94034
+ }
94035
+ // Name contains query
94036
+ else if (entry.name.toLowerCase().includes(queryLower)) {
94037
+ score += weights.contains;
94038
+ }
94039
+ // Keyword match
94040
+ score += entry.keywords.reduce((keywordScore, keyword) => {
94041
+ if (keyword === queryLower) {
94042
+ return keywordScore + weights.keywordExact;
94043
+ }
94044
+ if (keyword.includes(queryLower)) {
94045
+ return keywordScore + weights.keywordContains;
94046
+ }
94047
+ return keywordScore;
94048
+ }, 0);
94049
+ // Description match
94050
+ if (entry.description.toLowerCase().includes(queryLower)) {
94051
+ score += weights.description;
94052
+ }
94053
+ // Full text match
94054
+ if (entry.searchText.includes(queryLower)) {
94055
+ score += weights.fullText;
92589
94056
  }
92590
- return keywordScore;
92591
- }, 0);
92592
- // Description match
92593
- if (entry.description.toLowerCase().includes(queryLower)) {
92594
- score += weights.description;
92595
- }
92596
- // Full text match
92597
- if (entry.searchText.includes(queryLower)) {
92598
- score += weights.fullText;
92599
94057
  }
92600
94058
  // Boost V2 components
92601
- if (entry.category === 'v2') {
94059
+ if (entry.category === 'components-v2') {
92602
94060
  score += boosts.v2Component;
92603
94061
  }
92604
94062
  return { entry, score };
@@ -92616,7 +94074,7 @@ const handleSearch = (args) => {
92616
94074
  }
92617
94075
  const formatted = results
92618
94076
  .map(r => {
92619
- const categoryLabel = r.type === 'component' ? ` (${r.category})` : '';
94077
+ const categoryLabel = r.type === 'component' ? ` (${r.category.replace('components-', '')})` : '';
92620
94078
  return `**${r.name}**${categoryLabel} - ${r.type}\n ${r.description || 'No description'}\n Import: \`${r.importPath}\``;
92621
94079
  })
92622
94080
  .join('\n\n');
@@ -92643,6 +94101,8 @@ const table = (headers, rows) => {
92643
94101
  return `${headerRow}\n${separator}\n${dataRows}`;
92644
94102
  };
92645
94103
 
94104
+ const join = (...sections) => sections.filter(Boolean).join('\n\n');
94105
+
92646
94106
  const formatProps = (props) => {
92647
94107
  if (props.length === 0)
92648
94108
  return '';
@@ -92743,6 +94203,126 @@ const formatColorGroup = (name, group) => {
92743
94203
  return `${h3(name)}${colors}\n`;
92744
94204
  };
92745
94205
 
94206
+ const formatCssVariables = (variables) => {
94207
+ const byCategory = new Map();
94208
+ for (const v of variables) {
94209
+ const list = byCategory.get(v.category) ?? [];
94210
+ list.push(v);
94211
+ byCategory.set(v.category, list);
94212
+ }
94213
+ const sections = [];
94214
+ for (const [category, vars] of byCategory) {
94215
+ const rows = vars.map(v => [
94216
+ code(v.name),
94217
+ code(v.darkValue),
94218
+ code(v.lightValue),
94219
+ v.scssAlias ? code(v.scssAlias) : '—',
94220
+ ]);
94221
+ sections.push(`${h3(category)}${table(['CSS Variable', 'Dark', 'Light', 'SCSS Alias'], rows)}`);
94222
+ }
94223
+ return sections.join('\n\n');
94224
+ };
94225
+
94226
+ const formatScssVariables = (variables) => {
94227
+ const rows = variables.map(v => [code(v.name), code(v.mapsTo)]);
94228
+ return table(['SCSS Variable', 'Maps To'], rows);
94229
+ };
94230
+ const formatScssFunctions = (functions) => functions
94231
+ .map(f => `${bold(f.name)}\n` +
94232
+ `Signature: ${code(f.signature)}\n` +
94233
+ `${f.description}\n` +
94234
+ `${codeBlock(f.example, 'scss')}`)
94235
+ .join('\n\n');
94236
+ const formatScssMixins = (mixins) => mixins
94237
+ .map(m => `${bold(m.name)}\nSignature: ${code(m.signature)}\n${m.description}`)
94238
+ .join('\n\n');
94239
+ const formatSpacing = (spacing) => `Base unit: ${code(spacing.baseUnit)} (SCSS: ${code(spacing.scssVariable)})\n\n` +
94240
+ `Function: ${code(spacing.scssFunction.signature)}\n` +
94241
+ `${spacing.scssFunction.description}\n\n` +
94242
+ codeBlock(spacing.scssFunction.example, 'scss');
94243
+ const formatTypography = (typography) => `Font family: ${code(typography.fontFamily)} (SCSS: ${code(typography.scssVariable)})`;
94244
+ const formatTransition = (transition) => `Parameters: ${code(transition.parameters)} (SCSS: ${code(transition.scssVariable)})\n\n` +
94245
+ `Function: ${code(transition.scssFunction.signature)}\n` +
94246
+ `${transition.scssFunction.description}\n\n` +
94247
+ codeBlock(transition.scssFunction.example, 'scss');
94248
+ const formatZIndex = (zIndex) => {
94249
+ const rows = Object.entries(zIndex)
94250
+ .sort(([, a], [, b]) => a.value - b.value)
94251
+ .map(([name, { cssVariable, value }]) => [code(name), code(cssVariable), String(value)]);
94252
+ return table(['Name', 'CSS Variable', 'Value'], rows);
94253
+ };
94254
+
94255
+ /**
94256
+ * Maps alternate/legacy component names to their canonical names.
94257
+ * Keys are lowercase for case-insensitive lookup.
94258
+ *
94259
+ * - `category`: constrains when the alias applies (skipped if user requests a different category)
94260
+ * - `force`: always resolves regardless of user's category filter ("Next" = newest)
94261
+ */
94262
+ const COMPONENT_ALIAS_MAP = {
94263
+ // "Next" aliases — always resolve to v2
94264
+ autocompletenext: { name: 'Autocomplete', category: 'v2', force: true },
94265
+ // V2 aliases — resolve when searching v2 or no category
94266
+ linearprogress: { name: 'LoaderLinear', category: 'v2' },
94267
+ loadingindicator: { name: 'LoaderCircular', category: 'v2' },
94268
+ iconbutton: { name: 'ButtonIcon', category: 'v2' },
94269
+ switchcontrol: { name: 'Switch', category: 'v2' },
94270
+ textfield: { name: 'TextInput', category: 'v2' },
94271
+ headerlayout: { name: 'Header', category: 'v2' },
94272
+ statusbadge: { name: 'BadgeBase', category: 'v2' },
94273
+ middletruncate: { name: 'TextMiddleTruncated', category: 'v2' },
94274
+ middletruncatedtext: { name: 'TextMiddleTruncated', category: 'v2' },
94275
+ truncatedtext: { name: 'TextEndTruncated', category: 'v2' },
94276
+ // V1 aliases — resolve when searching v1 or no category
94277
+ addcommentpopover: { name: 'AddComment', category: 'v1' },
94278
+ addcommentpopup: { name: 'AddComment', category: 'v1' },
94279
+ tablesortlabel: { name: 'Table', category: 'v1' },
94280
+ };
94281
+
94282
+ const resolveComponentAlias = (name, category) => {
94283
+ const alias = COMPONENT_ALIAS_MAP[name.toLowerCase()];
94284
+ if (!alias) {
94285
+ return { resolvedName: name, wasAliased: false };
94286
+ }
94287
+ // Force aliases always resolve (e.g., "Next" components)
94288
+ if (alias.force) {
94289
+ return { resolvedName: alias.name, wasAliased: true, aliasCategory: alias.category };
94290
+ }
94291
+ // Skip if user's category conflicts with alias category
94292
+ if (alias.category && category && alias.category !== category) {
94293
+ return { resolvedName: name, wasAliased: false };
94294
+ }
94295
+ return { resolvedName: alias.name, wasAliased: true, aliasCategory: alias.category };
94296
+ };
94297
+
94298
+ const findSimilarComponents = (name, allComponents) => {
94299
+ const query = name.toLowerCase();
94300
+ const maxSuggestions = 5;
94301
+ if (query.length === 0) {
94302
+ return [];
94303
+ }
94304
+ const seen = new Set();
94305
+ const scored = [];
94306
+ for (const c of allComponents) {
94307
+ const lower = c.name.toLowerCase();
94308
+ if (seen.has(lower))
94309
+ continue;
94310
+ seen.add(lower);
94311
+ if (lower.startsWith(query) || query.startsWith(lower)) {
94312
+ scored.push({ name: c.name, score: 2 });
94313
+ }
94314
+ else if (lower.includes(query) || query.includes(lower)) {
94315
+ scored.push({ name: c.name, score: 1 });
94316
+ }
94317
+ }
94318
+ scored.sort((a, b) => {
94319
+ if (b.score !== a.score)
94320
+ return b.score - a.score;
94321
+ return Math.abs(a.name.length - name.length) - Math.abs(b.name.length - name.length);
94322
+ });
94323
+ return scored.slice(0, maxSuggestions).map(s => s.name);
94324
+ };
94325
+
92746
94326
  const componentDocsToolName = 'get_component_docs';
92747
94327
  const componentDocsToolTitle = 'Get Component Docs';
92748
94328
  const componentDocsToolDescription = `Get detailed documentation for a specific @corva/ui component.
@@ -92764,15 +94344,43 @@ const handleGetComponentDocs = (args) => {
92764
94344
  if (!component && (!category || category === 'v1')) {
92765
94345
  component = componentsV1.find(c => c.name.toLowerCase() === name.toLowerCase());
92766
94346
  }
94347
+ // Step 2: Try alias resolution
94348
+ let aliasNote = '';
94349
+ if (!component) {
94350
+ const aliasResult = resolveComponentAlias(name, category);
94351
+ if (aliasResult.wasAliased) {
94352
+ const searchCategory = aliasResult.aliasCategory;
94353
+ if (!searchCategory || searchCategory === 'v2') {
94354
+ component = componentsV2.find(c => c.name.toLowerCase() === aliasResult.resolvedName.toLowerCase());
94355
+ }
94356
+ if (!component && (!searchCategory || searchCategory === 'v1')) {
94357
+ component = componentsV1.find(c => c.name.toLowerCase() === aliasResult.resolvedName.toLowerCase());
94358
+ }
94359
+ if (component) {
94360
+ aliasNote = `> **Note:** "${name}" resolved to **${component.name}** (${component.category}).\n\n`;
94361
+ }
94362
+ }
94363
+ }
94364
+ // Step 3: Suggest similar components
92767
94365
  if (!component) {
94366
+ const allComponents = [
94367
+ ...(!category || category === 'v2' ? componentsV2 : []),
94368
+ ...(!category || category === 'v1' ? componentsV1 : []),
94369
+ ];
94370
+ const suggestions = findSimilarComponents(name, allComponents);
94371
+ let notFoundMsg = `Component "${name}" not found.`;
94372
+ if (suggestions.length > 0) {
94373
+ notFoundMsg += ` Did you mean: ${suggestions.join(', ')}?`;
94374
+ }
94375
+ notFoundMsg += ' Use search_corva_ui to find available components.';
92768
94376
  return {
92769
- response: createToolResponse(`Component "${name}" not found. Use search_corva_ui to find available components.`),
94377
+ response: createToolResponse(notFoundMsg),
92770
94378
  found: false,
92771
94379
  };
92772
94380
  }
92773
94381
  const propsSection = formatProps(component.props);
92774
94382
  const examplesSection = formatExamples(component.examples);
92775
- const text = `# ${component.name}
94383
+ const text = `${aliasNote}# ${component.name}
92776
94384
 
92777
94385
  **Category:** ${component.category}
92778
94386
  **Import:** \`import { ${component.name} } from '${component.importPath}';\`
@@ -92828,40 +94436,158 @@ ${paramsSection}
92828
94436
  const themeDocsToolName = 'get_theme_docs';
92829
94437
  const themeDocsToolTitle = 'Get Theme Docs';
92830
94438
  const themeDocsToolDescription = `Get @corva/ui theme documentation.
92831
- Returns color palette, CSS variables, and styling info.`;
94439
+ Returns color palette (dark/light), CSS variables, SCSS variables,
94440
+ SCSS functions/mixins, spacing, typography, transitions, z-index tokens, and usage examples.
94441
+
94442
+ Available sections: palette, css-variables, scss-variables, scss-functions,
94443
+ scss-mixins, spacing, typography, transition, z-index, usage, all.`;
94444
+ const SECTIONS = [
94445
+ 'palette',
94446
+ 'css-variables',
94447
+ 'scss-variables',
94448
+ 'scss-functions',
94449
+ 'scss-mixins',
94450
+ 'spacing',
94451
+ 'typography',
94452
+ 'transition',
94453
+ 'z-index',
94454
+ 'usage',
94455
+ 'all',
94456
+ 'variables', // backward compat alias for css-variables
94457
+ ];
92832
94458
  const themeDocsToolSchema = {
92833
- section: z
92834
- .enum(['palette', 'variables', 'all'])
92835
- .optional()
92836
- .describe('Which section to retrieve (default: all)'),
94459
+ section: z.enum(SECTIONS).optional().describe('Which section to retrieve (default: all)'),
94460
+ };
94461
+ const buildPaletteSection = (includeLight = false) => {
94462
+ let text = `${h2('Color Palette (Dark Theme)')}`;
94463
+ for (const [name, group] of Object.entries(theme.palette)) {
94464
+ text += formatColorGroup(name.charAt(0).toUpperCase() + name.slice(1), group);
94465
+ }
94466
+ if (!includeLight || !theme.lightPalette) {
94467
+ return text;
94468
+ }
94469
+ text += `\n${h2('Light Theme Overrides')}\n`;
94470
+ text += 'The light theme shares most colors with the dark theme. Key differences:\n\n';
94471
+ for (const [name, group] of Object.entries(theme.lightPalette)) {
94472
+ const darkGroup = theme.palette[name];
94473
+ if (!darkGroup)
94474
+ continue;
94475
+ const diffs = Object.entries(group).filter(([key, val]) => darkGroup[key]?.value !== val.value);
94476
+ if (diffs.length > 0) {
94477
+ text += formatColorGroup(name.charAt(0).toUpperCase() + name.slice(1), Object.fromEntries(diffs));
94478
+ }
94479
+ }
94480
+ return text;
94481
+ };
94482
+ const buildCssVariablesSection = () => h2('CSS Variables') +
94483
+ 'All CSS custom properties available via theme data attributes ' +
94484
+ '(`[data-corva-theme-dark]` / `[data-corva-theme-light]`).\n\n' +
94485
+ formatCssVariables(theme.cssVariables);
94486
+ const buildScssVariablesSection = () => h2('SCSS Variables') +
94487
+ 'SCSS variables that map to CSS custom properties. ' +
94488
+ "Import via `@import '@corva/ui/styles/common'`.\n\n" +
94489
+ formatScssVariables(theme.scssVariables);
94490
+ const buildScssFunctionsSection = () => h2('SCSS Functions') +
94491
+ 'Available after importing `@corva/ui/styles/common`.\n\n' +
94492
+ formatScssFunctions(theme.scssFunctions);
94493
+ const buildScssMixinsSection = () => h2('SCSS Mixins') +
94494
+ 'Available after importing `@corva/ui/styles/common`.\n\n' +
94495
+ formatScssMixins(theme.scssMixins);
94496
+ const buildSpacingSection = () => h2('Spacing') + formatSpacing(theme.spacing);
94497
+ const buildTypographySection = () => h2('Typography') + formatTypography(theme.typography);
94498
+ const buildZIndexSection = () => h2('Z-Index') + formatZIndex(theme.zIndex);
94499
+ const buildTransitionSection = () => h2('Transitions') + formatTransition(theme.transition);
94500
+ const buildUsageSection = () => {
94501
+ const sections = [
94502
+ h2('Usage Guide') + '### 1. JSS (Material-UI makeStyles)\n' +
94503
+ codeBlock("import { theme } from '@corva/ui/config';\n\n" +
94504
+ "const primaryColor = theme.palette.primary.main; // '#03BCD4'\n" +
94505
+ 'const bgColor = theme.palette.background.b4;', 'tsx'),
94506
+ '### 2. CSS Variables\n' +
94507
+ codeBlock('.my-element {\n' +
94508
+ ' color: var(--palette-primary-main);\n' +
94509
+ ' background: var(--palette-background-b-4);\n' +
94510
+ '}', 'css'),
94511
+ '### 3. SCSS Variables\n' +
94512
+ codeBlock("@import '@corva/ui/styles/common';\n\n" +
94513
+ '.my-element {\n' +
94514
+ ' color: $palette_primary_main;\n' +
94515
+ ' background: $palette_b4;\n' +
94516
+ '}', 'scss'),
94517
+ '### 4. SCSS Functions\n' +
94518
+ codeBlock('// Alpha transparency\n' +
94519
+ 'background: colorAlpha($palette_primary_main, 0.5);\n\n' +
94520
+ '// Spacing (base unit: 8px)\n' +
94521
+ 'padding: spacing(2); // 16px\n' +
94522
+ 'margin: spacing(1, 2); // 8px 16px\n\n' +
94523
+ '// Transitions\n' +
94524
+ 'transition: transition(opacity, transform);', 'scss'),
94525
+ '### 5. SCSS Mixins\n' +
94526
+ codeBlock('.scrollable-container {\n' +
94527
+ ' --corvaui-background: var(--palette-background-b-4);\n' +
94528
+ ' @include verticalFadePseudoElements(2);\n' +
94529
+ '}', 'scss'),
94530
+ ];
94531
+ return sections.join('\n\n');
94532
+ };
94533
+ const buildAllSection = () => {
94534
+ const counts = [
94535
+ `${Object.values(theme.palette).reduce((n, g) => n + Object.keys(g).length, 0)} palette colors`,
94536
+ `${theme.cssVariables.length} CSS variables`,
94537
+ `${theme.scssVariables.length} SCSS variable aliases`,
94538
+ `${theme.scssFunctions.length} SCSS functions`,
94539
+ `${theme.scssMixins.length} SCSS mixins`,
94540
+ `${Object.keys(theme.zIndex).length} z-index tokens`,
94541
+ ];
94542
+ const availableSections = SECTIONS.filter(s => s !== 'all' && s !== 'variables')
94543
+ .map(s => `\`${s}\``)
94544
+ .join(', ');
94545
+ const tokenSummary = h2('Token Summary') +
94546
+ counts.map(c => `- ${c}`).join('\n') +
94547
+ `\n\nUse \`get_theme_docs\` with a specific section for full details: ${availableSections}`;
94548
+ return join(h1('@corva/ui Theme'), buildPaletteSection(false), tokenSummary, buildSpacingSection(), buildTypographySection(), buildTransitionSection(), buildZIndexSection(), buildUsageSection());
92837
94549
  };
92838
94550
  const handleGetThemeDocs = (args) => {
92839
94551
  const { section = 'all' } = args;
92840
- let text = '# @corva/ui Theme\n\n';
92841
- if (section === 'all' || section === 'palette') {
92842
- text += '## Color Palette\n\n';
92843
- text += formatColorGroup('Primary', theme.palette.primary);
92844
- text += formatColorGroup('Secondary', theme.palette.secondary);
92845
- text += formatColorGroup('Background', theme.palette.background);
92846
- text += formatColorGroup('Error', theme.palette.error);
92847
- text += formatColorGroup('Success', theme.palette.success);
92848
- text += formatColorGroup('Warning', theme.palette.warning);
92849
- text += formatColorGroup('Info', theme.palette.info);
92850
- text += formatColorGroup('Pastel', theme.palette.pastel);
92851
- }
92852
- if (section === 'all' || section === 'variables') {
92853
- text += '\n## CSS Variables\n\n';
92854
- text += `Use these CSS variables in your styles:\n\n${theme.cssVariables
92855
- .map(v => `- \`var(${v})\``)
92856
- .join('\n')}`;
94552
+ const resolvedSection = section === 'variables' ? 'css-variables' : section;
94553
+ let text;
94554
+ switch (resolvedSection) {
94555
+ case 'palette':
94556
+ text = join(h1('@corva/ui Theme — Palette'), buildPaletteSection(true));
94557
+ break;
94558
+ case 'css-variables':
94559
+ text = join(h1('@corva/ui Theme — CSS Variables'), buildCssVariablesSection());
94560
+ break;
94561
+ case 'scss-variables':
94562
+ text = join(h1('@corva/ui Theme — SCSS Variables'), buildScssVariablesSection());
94563
+ break;
94564
+ case 'scss-functions':
94565
+ text = join(h1('@corva/ui Theme — SCSS Functions'), buildScssFunctionsSection());
94566
+ break;
94567
+ case 'scss-mixins':
94568
+ text = join(h1('@corva/ui Theme — SCSS Mixins'), buildScssMixinsSection());
94569
+ break;
94570
+ case 'spacing':
94571
+ text = join(h1('@corva/ui Theme — Spacing'), buildSpacingSection());
94572
+ break;
94573
+ case 'typography':
94574
+ text = join(h1('@corva/ui Theme — Typography'), buildTypographySection());
94575
+ break;
94576
+ case 'transition':
94577
+ text = join(h1('@corva/ui Theme — Transitions'), buildTransitionSection());
94578
+ break;
94579
+ case 'z-index':
94580
+ text = join(h1('@corva/ui Theme — Z-Index'), buildZIndexSection());
94581
+ break;
94582
+ case 'usage':
94583
+ text = join(h1('@corva/ui Theme — Usage Guide'), buildUsageSection());
94584
+ break;
94585
+ default:
94586
+ text = buildAllSection();
92857
94587
  }
92858
- text += '\n\n## Usage\n\n';
92859
- text += "```tsx\nimport { theme } from '@corva/ui/config';\n\n";
92860
- text += '// Access palette colors\n';
92861
- text += "const primaryColor = theme.palette.primary.main; // '#03BCD4'\n```";
92862
94588
  return {
92863
94589
  response: createToolResponse(text),
92864
- section,
94590
+ section: resolvedSection,
92865
94591
  };
92866
94592
  };
92867
94593
 
@@ -93006,10 +94732,22 @@ const handleGetConstantsDocs = (args) => {
93006
94732
  // Find matching constants by namespace or name
93007
94733
  const matches = constants.filter(c => c.namespace?.toLowerCase() === namespaceLower ||
93008
94734
  c.name.toLowerCase() === namespaceLower ||
93009
- c.name.toLowerCase().includes(namespaceLower));
94735
+ c.name.toLowerCase().includes(namespaceLower) ||
94736
+ c.namespace?.toLowerCase().includes(namespaceLower) ||
94737
+ namespaceLower.includes(c.namespace?.toLowerCase() ?? '\0'));
93010
94738
  if (matches.length === 0) {
94739
+ const queryLower = namespaceLower;
94740
+ let suggestion = 'Use list_corva_ui with type "constants" to see available constants.';
94741
+ if (queryLower.includes('api') || queryLower.includes('url')) {
94742
+ suggestion =
94743
+ 'API-related constants may live in client modules. Try get_client_docs or search_corva_ui with your query.';
94744
+ }
94745
+ else if (queryLower.includes('metric')) {
94746
+ suggestion =
94747
+ 'Metrics config may live in utility modules. Try search_corva_ui with type "util" and query "metrics".';
94748
+ }
93011
94749
  return {
93012
- response: createToolResponse(`No constants found for "${namespace}". Use list_corva_ui with type "constants" to see available constants.`),
94750
+ response: createToolResponse(`No constants found for "${namespace}". ${suggestion}`),
93013
94751
  found: false,
93014
94752
  matchCount: 0,
93015
94753
  };