@genesislcap/foundation-ui 14.492.1 → 14.493.0-GENC-1461.2

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.
@@ -1406,37 +1406,6 @@
1406
1406
  }
1407
1407
  ]
1408
1408
  },
1409
- {
1410
- "kind": "javascript-module",
1411
- "path": "src/_config/index.ts",
1412
- "declarations": [],
1413
- "exports": [
1414
- {
1415
- "kind": "js",
1416
- "name": "*",
1417
- "declaration": {
1418
- "name": "*",
1419
- "package": "./styles"
1420
- }
1421
- },
1422
- {
1423
- "kind": "js",
1424
- "name": "*",
1425
- "declaration": {
1426
- "name": "*",
1427
- "package": "./tokens"
1428
- }
1429
- },
1430
- {
1431
- "kind": "js",
1432
- "name": "*",
1433
- "declaration": {
1434
- "name": "*",
1435
- "package": "./values"
1436
- }
1437
- }
1438
- ]
1439
- },
1440
1409
  {
1441
1410
  "kind": "javascript-module",
1442
1411
  "path": "src/accordion/accordion.styles.ts",
@@ -1952,6 +1921,37 @@
1952
1921
  }
1953
1922
  ]
1954
1923
  },
1924
+ {
1925
+ "kind": "javascript-module",
1926
+ "path": "src/_config/index.ts",
1927
+ "declarations": [],
1928
+ "exports": [
1929
+ {
1930
+ "kind": "js",
1931
+ "name": "*",
1932
+ "declaration": {
1933
+ "name": "*",
1934
+ "package": "./styles"
1935
+ }
1936
+ },
1937
+ {
1938
+ "kind": "js",
1939
+ "name": "*",
1940
+ "declaration": {
1941
+ "name": "*",
1942
+ "package": "./tokens"
1943
+ }
1944
+ },
1945
+ {
1946
+ "kind": "js",
1947
+ "name": "*",
1948
+ "declaration": {
1949
+ "name": "*",
1950
+ "package": "./values"
1951
+ }
1952
+ }
1953
+ ]
1954
+ },
1955
1955
  {
1956
1956
  "kind": "javascript-module",
1957
1957
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2907,75 +2907,57 @@
2907
2907
  },
2908
2908
  {
2909
2909
  "kind": "javascript-module",
2910
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2910
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2911
2911
  "declarations": [
2912
2912
  {
2913
- "kind": "function",
2914
- "name": "foundationAiIndicatorStyles",
2915
- "return": {
2916
- "type": {
2917
- "text": "ElementStyles"
2918
- }
2919
- },
2920
- "parameters": [
2921
- {
2922
- "name": "context",
2923
- "type": {
2924
- "text": "ElementDefinitionContext"
2925
- }
2926
- },
2927
- {
2928
- "name": "definition",
2929
- "type": {
2930
- "text": "FoundationElementDefinition"
2931
- }
2932
- }
2933
- ]
2913
+ "kind": "variable",
2914
+ "name": "foundationAiCriteriaSearchStyles",
2915
+ "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
2934
2916
  }
2935
2917
  ],
2936
2918
  "exports": [
2937
2919
  {
2938
2920
  "kind": "js",
2939
- "name": "foundationAiIndicatorStyles",
2921
+ "name": "foundationAiCriteriaSearchStyles",
2940
2922
  "declaration": {
2941
- "name": "foundationAiIndicatorStyles",
2942
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2923
+ "name": "foundationAiCriteriaSearchStyles",
2924
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2943
2925
  }
2944
2926
  }
2945
2927
  ]
2946
2928
  },
2947
2929
  {
2948
2930
  "kind": "javascript-module",
2949
- "path": "src/ai-indicator/ai-indicator.template.ts",
2931
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2950
2932
  "declarations": [
2951
2933
  {
2952
2934
  "kind": "variable",
2953
- "name": "foundationAiIndicatorTemplate",
2935
+ "name": "foundationAiCriteriaSearchTemplate",
2954
2936
  "type": {
2955
- "text": "ViewTemplate<AiIndicator>"
2937
+ "text": "ViewTemplate<AiCriteriaSearch>"
2956
2938
  },
2957
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2939
+ "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
2958
2940
  }
2959
2941
  ],
2960
2942
  "exports": [
2961
2943
  {
2962
2944
  "kind": "js",
2963
- "name": "foundationAiIndicatorTemplate",
2945
+ "name": "foundationAiCriteriaSearchTemplate",
2964
2946
  "declaration": {
2965
- "name": "foundationAiIndicatorTemplate",
2966
- "module": "src/ai-indicator/ai-indicator.template.ts"
2947
+ "name": "foundationAiCriteriaSearchTemplate",
2948
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2967
2949
  }
2968
2950
  }
2969
2951
  ]
2970
2952
  },
2971
2953
  {
2972
2954
  "kind": "javascript-module",
2973
- "path": "src/ai-indicator/ai-indicator.ts",
2955
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
2974
2956
  "declarations": [
2975
2957
  {
2976
2958
  "kind": "class",
2977
- "description": "",
2978
- "name": "AiIndicator",
2959
+ "description": "Natural-language criteria search input with AI interpretation.",
2960
+ "name": "AiCriteriaSearch",
2979
2961
  "members": [
2980
2962
  {
2981
2963
  "kind": "field",
@@ -2986,25 +2968,54 @@
2986
2968
  },
2987
2969
  {
2988
2970
  "kind": "field",
2989
- "name": "aiProvider",
2971
+ "name": "placeholder",
2990
2972
  "type": {
2991
- "text": "AIProvider | undefined"
2973
+ "text": "string"
2992
2974
  },
2993
- "privacy": "private",
2994
- "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
2995
- "readonly": true
2975
+ "default": "'Describe your search criteria in natural language...'"
2996
2976
  },
2997
2977
  {
2998
2978
  "kind": "field",
2999
- "name": "status",
2979
+ "name": "disabled",
3000
2980
  "type": {
3001
- "text": "AIStatus | null"
2981
+ "text": "boolean"
2982
+ }
2983
+ },
2984
+ {
2985
+ "kind": "field",
2986
+ "name": "inputValue",
2987
+ "type": {
2988
+ "text": "string"
2989
+ },
2990
+ "default": "''"
2991
+ },
2992
+ {
2993
+ "kind": "field",
2994
+ "name": "isInterpreting",
2995
+ "type": {
2996
+ "text": "boolean"
2997
+ },
2998
+ "default": "false"
2999
+ },
3000
+ {
3001
+ "kind": "field",
3002
+ "name": "lastValidCriteria",
3003
+ "type": {
3004
+ "text": "string | null"
3002
3005
  },
3003
3006
  "default": "null"
3004
3007
  },
3005
3008
  {
3006
3009
  "kind": "field",
3007
- "name": "open",
3010
+ "name": "activeGroups",
3011
+ "type": {
3012
+ "text": "CriteriaGroup[]"
3013
+ },
3014
+ "default": "[]"
3015
+ },
3016
+ {
3017
+ "kind": "field",
3018
+ "name": "showingChips",
3008
3019
  "type": {
3009
3020
  "text": "boolean"
3010
3021
  },
@@ -3012,15 +3023,15 @@
3012
3023
  },
3013
3024
  {
3014
3025
  "kind": "field",
3015
- "name": "state",
3026
+ "name": "fieldMetadata",
3016
3027
  "type": {
3017
- "text": "AIIndicatorState"
3028
+ "text": "MetadataDetail[] | string[]"
3018
3029
  },
3019
- "default": "'none'"
3030
+ "default": "[]"
3020
3031
  },
3021
3032
  {
3022
3033
  "kind": "field",
3023
- "name": "isInstalling",
3034
+ "name": "isRecording",
3024
3035
  "type": {
3025
3036
  "text": "boolean"
3026
3037
  },
@@ -3028,29 +3039,33 @@
3028
3039
  },
3029
3040
  {
3030
3041
  "kind": "field",
3031
- "name": "pollTimer",
3042
+ "name": "textAreaRef",
3032
3043
  "type": {
3033
- "text": "ReturnType<typeof setInterval> | null"
3044
+ "text": "HTMLTextAreaElement"
3034
3045
  },
3035
- "privacy": "private",
3036
- "default": "null"
3046
+ "privacy": "public"
3037
3047
  },
3038
3048
  {
3039
3049
  "kind": "field",
3040
- "name": "clickOutside",
3041
- "privacy": "private"
3050
+ "name": "stopRecording",
3051
+ "type": {
3052
+ "text": "(() => void) | null"
3053
+ },
3054
+ "privacy": "private",
3055
+ "default": "null"
3042
3056
  },
3043
3057
  {
3044
3058
  "kind": "field",
3045
- "name": "chromeStatusLabel",
3059
+ "name": "speechApplyDebounceTimer",
3046
3060
  "type": {
3047
- "text": "string | null"
3061
+ "text": "ReturnType<typeof setTimeout> | null"
3048
3062
  },
3049
- "readonly": true
3063
+ "privacy": "private",
3064
+ "default": "null"
3050
3065
  },
3051
3066
  {
3052
3067
  "kind": "field",
3053
- "name": "canInstall",
3068
+ "name": "speechAvailable",
3054
3069
  "type": {
3055
3070
  "text": "boolean"
3056
3071
  },
@@ -3058,69 +3073,65 @@
3058
3073
  },
3059
3074
  {
3060
3075
  "kind": "field",
3061
- "name": "isDownloading",
3076
+ "name": "criteriaChips",
3062
3077
  "type": {
3063
- "text": "boolean"
3078
+ "text": "CriteriaChip[]"
3064
3079
  },
3065
3080
  "readonly": true
3066
3081
  },
3067
3082
  {
3068
3083
  "kind": "method",
3069
- "name": "openChanged",
3084
+ "name": "getFieldLabel",
3085
+ "privacy": "private",
3070
3086
  "return": {
3071
3087
  "type": {
3072
- "text": "void"
3088
+ "text": "string"
3073
3089
  }
3074
- }
3075
- },
3076
- {
3077
- "kind": "method",
3078
- "name": "handleClickOutside",
3079
- "privacy": "private",
3090
+ },
3080
3091
  "parameters": [
3081
3092
  {
3082
- "name": "event",
3093
+ "name": "fieldName",
3083
3094
  "type": {
3084
- "text": "MouseEvent"
3095
+ "text": "string"
3085
3096
  }
3086
3097
  }
3087
3098
  ]
3088
3099
  },
3089
3100
  {
3090
3101
  "kind": "method",
3091
- "name": "toggleDropdown"
3092
- },
3093
- {
3094
- "kind": "method",
3095
- "name": "refreshStatus",
3102
+ "name": "toggleCriteriaView",
3096
3103
  "return": {
3097
3104
  "type": {
3098
- "text": "Promise<void>"
3105
+ "text": "void"
3099
3106
  }
3100
3107
  }
3101
3108
  },
3102
3109
  {
3103
3110
  "kind": "method",
3104
- "name": "deriveState",
3105
- "privacy": "private",
3111
+ "name": "removeChip",
3106
3112
  "return": {
3107
3113
  "type": {
3108
- "text": "AIIndicatorState"
3114
+ "text": "void"
3109
3115
  }
3110
3116
  },
3111
3117
  "parameters": [
3112
3118
  {
3113
- "name": "s",
3119
+ "name": "groupIndex",
3114
3120
  "type": {
3115
- "text": "AIStatus | null"
3121
+ "text": "number"
3122
+ }
3123
+ },
3124
+ {
3125
+ "name": "clauseIndex",
3126
+ "type": {
3127
+ "text": "number"
3116
3128
  }
3117
3129
  }
3118
3130
  ]
3119
3131
  },
3120
3132
  {
3121
3133
  "kind": "method",
3122
- "name": "maybeStartPolling",
3123
- "privacy": "private",
3134
+ "name": "clearChips",
3124
3135
  "return": {
3125
3136
  "type": {
3126
3137
  "text": "void"
@@ -3129,32 +3140,24 @@
3129
3140
  },
3130
3141
  {
3131
3142
  "kind": "method",
3132
- "name": "startPolling",
3133
- "privacy": "private",
3134
- "return": {
3135
- "type": {
3136
- "text": "void"
3137
- }
3138
- }
3143
+ "name": "handleSubmit"
3139
3144
  },
3140
3145
  {
3141
3146
  "kind": "method",
3142
- "name": "stopPolling",
3143
- "privacy": "private",
3144
- "return": {
3145
- "type": {
3146
- "text": "void"
3147
- }
3148
- }
3147
+ "name": "handleBlur"
3149
3148
  },
3150
3149
  {
3151
3150
  "kind": "method",
3152
- "name": "onInstall",
3153
- "return": {
3154
- "type": {
3155
- "text": "Promise<void>"
3156
- }
3157
- }
3151
+ "name": "clear"
3152
+ },
3153
+ {
3154
+ "kind": "method",
3155
+ "name": "toggleSpeechInput"
3156
+ },
3157
+ {
3158
+ "kind": "method",
3159
+ "name": "clearSpeechApplyDebounce",
3160
+ "privacy": "private"
3158
3161
  },
3159
3162
  {
3160
3163
  "kind": "field",
@@ -3268,146 +3271,321 @@
3268
3271
  }
3269
3272
  }
3270
3273
  ],
3274
+ "events": [
3275
+ {
3276
+ "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
3277
+ "name": "criteria-changed"
3278
+ },
3279
+ {
3280
+ "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
3281
+ "name": "validation-errors"
3282
+ }
3283
+ ],
3284
+ "attributes": [
3285
+ {
3286
+ "name": "placeholder",
3287
+ "type": {
3288
+ "text": "string"
3289
+ },
3290
+ "default": "'Describe your search criteria in natural language...'",
3291
+ "fieldName": "placeholder"
3292
+ },
3293
+ {
3294
+ "type": {
3295
+ "text": "boolean"
3296
+ },
3297
+ "fieldName": "disabled"
3298
+ }
3299
+ ],
3271
3300
  "superclass": {
3272
3301
  "name": "FoundationElement",
3273
3302
  "package": "@microsoft/fast-foundation"
3274
3303
  },
3275
- "tagName": "%%prefix%%-ai-indicator",
3304
+ "tagName": "%%prefix%%-ai-criteria-search",
3276
3305
  "customElement": true
3277
3306
  },
3278
3307
  {
3279
3308
  "kind": "variable",
3280
- "name": "foundationAiIndicator"
3309
+ "name": "foundationAiCriteriaSearchShadowOptions",
3310
+ "type": {
3311
+ "text": "ShadowRootInit"
3312
+ },
3313
+ "default": "undefined"
3314
+ },
3315
+ {
3316
+ "kind": "variable",
3317
+ "name": "defaultAiCriteriaSearchConfig",
3318
+ "type": {
3319
+ "text": "object"
3320
+ },
3321
+ "default": "{}"
3322
+ },
3323
+ {
3324
+ "kind": "variable",
3325
+ "name": "foundationAiCriteriaSearch"
3281
3326
  }
3282
3327
  ],
3283
3328
  "exports": [
3284
3329
  {
3285
3330
  "kind": "js",
3286
- "name": "AiIndicator",
3331
+ "name": "AiCriteriaSearch",
3287
3332
  "declaration": {
3288
- "name": "AiIndicator",
3289
- "module": "src/ai-indicator/ai-indicator.ts"
3333
+ "name": "AiCriteriaSearch",
3334
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3290
3335
  }
3291
3336
  },
3292
3337
  {
3293
3338
  "kind": "js",
3294
- "name": "foundationAiIndicator",
3339
+ "name": "foundationAiCriteriaSearchShadowOptions",
3295
3340
  "declaration": {
3296
- "name": "foundationAiIndicator",
3297
- "module": "src/ai-indicator/ai-indicator.ts"
3341
+ "name": "foundationAiCriteriaSearchShadowOptions",
3342
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3343
+ }
3344
+ },
3345
+ {
3346
+ "kind": "js",
3347
+ "name": "defaultAiCriteriaSearchConfig",
3348
+ "declaration": {
3349
+ "name": "defaultAiCriteriaSearchConfig",
3350
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3351
+ }
3352
+ },
3353
+ {
3354
+ "kind": "js",
3355
+ "name": "foundationAiCriteriaSearch",
3356
+ "declaration": {
3357
+ "name": "foundationAiCriteriaSearch",
3358
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3298
3359
  }
3299
3360
  }
3300
3361
  ]
3301
3362
  },
3302
3363
  {
3303
3364
  "kind": "javascript-module",
3304
- "path": "src/ai-indicator/index.ts",
3365
+ "path": "src/ai-criteria-search/index.ts",
3305
3366
  "declarations": [],
3306
3367
  "exports": [
3307
3368
  {
3308
3369
  "kind": "js",
3309
- "name": "AiIndicator",
3370
+ "name": "AiCriteriaSearch",
3310
3371
  "declaration": {
3311
- "name": "AiIndicator",
3312
- "module": "./ai-indicator"
3372
+ "name": "AiCriteriaSearch",
3373
+ "module": "./ai-criteria-search"
3313
3374
  }
3314
3375
  },
3315
3376
  {
3316
3377
  "kind": "js",
3317
- "name": "foundationAiIndicator",
3378
+ "name": "defaultAiCriteriaSearchConfig",
3318
3379
  "declaration": {
3319
- "name": "foundationAiIndicator",
3320
- "module": "./ai-indicator"
3380
+ "name": "defaultAiCriteriaSearchConfig",
3381
+ "module": "./ai-criteria-search"
3321
3382
  }
3322
3383
  },
3323
3384
  {
3324
3385
  "kind": "js",
3325
- "name": "type",
3386
+ "name": "foundationAiCriteriaSearch",
3326
3387
  "declaration": {
3327
- "name": "type",
3328
- "module": "./ai-indicator"
3388
+ "name": "foundationAiCriteriaSearch",
3389
+ "module": "./ai-criteria-search"
3329
3390
  }
3330
3391
  },
3331
3392
  {
3332
3393
  "kind": "js",
3333
- "name": "AIIndicatorState",
3394
+ "name": "foundationAiCriteriaSearchShadowOptions",
3334
3395
  "declaration": {
3335
- "name": "AIIndicatorState",
3336
- "module": "./ai-indicator"
3396
+ "name": "foundationAiCriteriaSearchShadowOptions",
3397
+ "module": "./ai-criteria-search"
3337
3398
  }
3338
3399
  },
3339
3400
  {
3340
3401
  "kind": "js",
3341
- "name": "foundationAiIndicatorTemplate",
3402
+ "name": "foundationAiCriteriaSearchStyles",
3342
3403
  "declaration": {
3343
- "name": "foundationAiIndicatorTemplate",
3344
- "module": "./ai-indicator.template"
3404
+ "name": "foundationAiCriteriaSearchStyles",
3405
+ "module": "./ai-criteria-search.styles"
3345
3406
  }
3346
3407
  },
3347
3408
  {
3348
3409
  "kind": "js",
3349
- "name": "foundationAiIndicatorStyles",
3410
+ "name": "foundationAiCriteriaSearchTemplate",
3350
3411
  "declaration": {
3351
- "name": "foundationAiIndicatorStyles",
3352
- "module": "./ai-indicator.styles"
3412
+ "name": "foundationAiCriteriaSearchTemplate",
3413
+ "module": "./ai-criteria-search.template"
3414
+ }
3415
+ },
3416
+ {
3417
+ "kind": "js",
3418
+ "name": "*",
3419
+ "declaration": {
3420
+ "name": "*",
3421
+ "package": "./validation/criteria-ir"
3422
+ }
3423
+ },
3424
+ {
3425
+ "kind": "js",
3426
+ "name": "*",
3427
+ "declaration": {
3428
+ "name": "*",
3429
+ "package": "./validation/operator-map"
3430
+ }
3431
+ },
3432
+ {
3433
+ "kind": "js",
3434
+ "name": "*",
3435
+ "declaration": {
3436
+ "name": "*",
3437
+ "package": "./validation/schema-validator"
3353
3438
  }
3354
3439
  }
3355
3440
  ]
3356
3441
  },
3357
3442
  {
3358
3443
  "kind": "javascript-module",
3359
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
3444
+ "path": "src/ai-criteria-search/validation-error-notification.ts",
3360
3445
  "declarations": [
3361
3446
  {
3362
- "kind": "variable",
3363
- "name": "foundationAiCriteriaSearchStyles",
3364
- "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
3447
+ "kind": "function",
3448
+ "name": "formatValidationErrors",
3449
+ "return": {
3450
+ "type": {
3451
+ "text": "string"
3452
+ }
3453
+ },
3454
+ "parameters": [
3455
+ {
3456
+ "name": "errors",
3457
+ "type": {
3458
+ "text": "ValidationError[]"
3459
+ }
3460
+ }
3461
+ ],
3462
+ "description": "Formats validation errors into a user-friendly message."
3463
+ },
3464
+ {
3465
+ "kind": "function",
3466
+ "name": "showCriteriaError",
3467
+ "return": {
3468
+ "type": {
3469
+ "text": "void"
3470
+ }
3471
+ },
3472
+ "parameters": [
3473
+ {
3474
+ "name": "title",
3475
+ "type": {
3476
+ "text": "string"
3477
+ },
3478
+ "description": "Notification title (e.g. \"Criteria validation error\")"
3479
+ },
3480
+ {
3481
+ "name": "body",
3482
+ "type": {
3483
+ "text": "string"
3484
+ },
3485
+ "description": "Error message to display"
3486
+ },
3487
+ {
3488
+ "name": "tagName",
3489
+ "type": {
3490
+ "text": "string"
3491
+ },
3492
+ "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
3493
+ }
3494
+ ],
3495
+ "description": "Shows a criteria error as a toast notification."
3365
3496
  }
3366
3497
  ],
3367
3498
  "exports": [
3368
3499
  {
3369
3500
  "kind": "js",
3370
- "name": "foundationAiCriteriaSearchStyles",
3501
+ "name": "formatValidationErrors",
3371
3502
  "declaration": {
3372
- "name": "foundationAiCriteriaSearchStyles",
3373
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
3503
+ "name": "formatValidationErrors",
3504
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
3505
+ }
3506
+ },
3507
+ {
3508
+ "kind": "js",
3509
+ "name": "showCriteriaError",
3510
+ "declaration": {
3511
+ "name": "showCriteriaError",
3512
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
3374
3513
  }
3375
3514
  }
3376
3515
  ]
3377
3516
  },
3378
3517
  {
3379
3518
  "kind": "javascript-module",
3380
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
3519
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3381
3520
  "declarations": [
3382
3521
  {
3383
- "kind": "variable",
3384
- "name": "foundationAiCriteriaSearchTemplate",
3385
- "type": {
3386
- "text": "ViewTemplate<AiCriteriaSearch>"
3522
+ "kind": "function",
3523
+ "name": "foundationAiIndicatorStyles",
3524
+ "return": {
3525
+ "type": {
3526
+ "text": "ElementStyles"
3527
+ }
3387
3528
  },
3388
- "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
3529
+ "parameters": [
3530
+ {
3531
+ "name": "context",
3532
+ "type": {
3533
+ "text": "ElementDefinitionContext"
3534
+ }
3535
+ },
3536
+ {
3537
+ "name": "definition",
3538
+ "type": {
3539
+ "text": "FoundationElementDefinition"
3540
+ }
3541
+ }
3542
+ ]
3389
3543
  }
3390
3544
  ],
3391
3545
  "exports": [
3392
3546
  {
3393
3547
  "kind": "js",
3394
- "name": "foundationAiCriteriaSearchTemplate",
3548
+ "name": "foundationAiIndicatorStyles",
3395
3549
  "declaration": {
3396
- "name": "foundationAiCriteriaSearchTemplate",
3397
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
3550
+ "name": "foundationAiIndicatorStyles",
3551
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3398
3552
  }
3399
3553
  }
3400
3554
  ]
3401
3555
  },
3402
3556
  {
3403
3557
  "kind": "javascript-module",
3404
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
3558
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3405
3559
  "declarations": [
3406
3560
  {
3407
- "kind": "class",
3408
- "description": "Natural-language criteria search input with AI interpretation.",
3409
- "name": "AiCriteriaSearch",
3410
- "members": [
3561
+ "kind": "variable",
3562
+ "name": "foundationAiIndicatorTemplate",
3563
+ "type": {
3564
+ "text": "ViewTemplate<AiIndicator>"
3565
+ },
3566
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3567
+ }
3568
+ ],
3569
+ "exports": [
3570
+ {
3571
+ "kind": "js",
3572
+ "name": "foundationAiIndicatorTemplate",
3573
+ "declaration": {
3574
+ "name": "foundationAiIndicatorTemplate",
3575
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3576
+ }
3577
+ }
3578
+ ]
3579
+ },
3580
+ {
3581
+ "kind": "javascript-module",
3582
+ "path": "src/ai-indicator/ai-indicator.ts",
3583
+ "declarations": [
3584
+ {
3585
+ "kind": "class",
3586
+ "description": "",
3587
+ "name": "AiIndicator",
3588
+ "members": [
3411
3589
  {
3412
3590
  "kind": "field",
3413
3591
  "name": "providerRegistry",
@@ -3417,54 +3595,25 @@
3417
3595
  },
3418
3596
  {
3419
3597
  "kind": "field",
3420
- "name": "placeholder",
3421
- "type": {
3422
- "text": "string"
3423
- },
3424
- "default": "'Describe your search criteria in natural language...'"
3425
- },
3426
- {
3427
- "kind": "field",
3428
- "name": "disabled",
3429
- "type": {
3430
- "text": "boolean"
3431
- }
3432
- },
3433
- {
3434
- "kind": "field",
3435
- "name": "inputValue",
3436
- "type": {
3437
- "text": "string"
3438
- },
3439
- "default": "''"
3440
- },
3441
- {
3442
- "kind": "field",
3443
- "name": "isInterpreting",
3598
+ "name": "aiProvider",
3444
3599
  "type": {
3445
- "text": "boolean"
3600
+ "text": "AIProvider | undefined"
3446
3601
  },
3447
- "default": "false"
3602
+ "privacy": "private",
3603
+ "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
3604
+ "readonly": true
3448
3605
  },
3449
3606
  {
3450
3607
  "kind": "field",
3451
- "name": "lastValidCriteria",
3608
+ "name": "status",
3452
3609
  "type": {
3453
- "text": "string | null"
3610
+ "text": "AIStatus | null"
3454
3611
  },
3455
3612
  "default": "null"
3456
3613
  },
3457
3614
  {
3458
3615
  "kind": "field",
3459
- "name": "activeGroups",
3460
- "type": {
3461
- "text": "CriteriaGroup[]"
3462
- },
3463
- "default": "[]"
3464
- },
3465
- {
3466
- "kind": "field",
3467
- "name": "showingChips",
3616
+ "name": "open",
3468
3617
  "type": {
3469
3618
  "text": "boolean"
3470
3619
  },
@@ -3472,15 +3621,15 @@
3472
3621
  },
3473
3622
  {
3474
3623
  "kind": "field",
3475
- "name": "fieldMetadata",
3624
+ "name": "state",
3476
3625
  "type": {
3477
- "text": "MetadataDetail[] | string[]"
3626
+ "text": "AIIndicatorState"
3478
3627
  },
3479
- "default": "[]"
3628
+ "default": "'none'"
3480
3629
  },
3481
3630
  {
3482
3631
  "kind": "field",
3483
- "name": "isRecording",
3632
+ "name": "isInstalling",
3484
3633
  "type": {
3485
3634
  "text": "boolean"
3486
3635
  },
@@ -3488,33 +3637,29 @@
3488
3637
  },
3489
3638
  {
3490
3639
  "kind": "field",
3491
- "name": "textAreaRef",
3640
+ "name": "pollTimer",
3492
3641
  "type": {
3493
- "text": "HTMLTextAreaElement"
3642
+ "text": "ReturnType<typeof setInterval> | null"
3494
3643
  },
3495
- "privacy": "public"
3644
+ "privacy": "private",
3645
+ "default": "null"
3496
3646
  },
3497
3647
  {
3498
3648
  "kind": "field",
3499
- "name": "stopRecording",
3500
- "type": {
3501
- "text": "(() => void) | null"
3502
- },
3503
- "privacy": "private",
3504
- "default": "null"
3649
+ "name": "clickOutside",
3650
+ "privacy": "private"
3505
3651
  },
3506
3652
  {
3507
3653
  "kind": "field",
3508
- "name": "speechApplyDebounceTimer",
3654
+ "name": "chromeStatusLabel",
3509
3655
  "type": {
3510
- "text": "ReturnType<typeof setTimeout> | null"
3656
+ "text": "string | null"
3511
3657
  },
3512
- "privacy": "private",
3513
- "default": "null"
3658
+ "readonly": true
3514
3659
  },
3515
3660
  {
3516
3661
  "kind": "field",
3517
- "name": "speechAvailable",
3662
+ "name": "canInstall",
3518
3663
  "type": {
3519
3664
  "text": "boolean"
3520
3665
  },
@@ -3522,65 +3667,69 @@
3522
3667
  },
3523
3668
  {
3524
3669
  "kind": "field",
3525
- "name": "criteriaChips",
3670
+ "name": "isDownloading",
3526
3671
  "type": {
3527
- "text": "CriteriaChip[]"
3672
+ "text": "boolean"
3528
3673
  },
3529
3674
  "readonly": true
3530
3675
  },
3531
3676
  {
3532
3677
  "kind": "method",
3533
- "name": "getFieldLabel",
3534
- "privacy": "private",
3678
+ "name": "openChanged",
3535
3679
  "return": {
3536
3680
  "type": {
3537
- "text": "string"
3681
+ "text": "void"
3538
3682
  }
3539
- },
3683
+ }
3684
+ },
3685
+ {
3686
+ "kind": "method",
3687
+ "name": "handleClickOutside",
3688
+ "privacy": "private",
3540
3689
  "parameters": [
3541
3690
  {
3542
- "name": "fieldName",
3691
+ "name": "event",
3543
3692
  "type": {
3544
- "text": "string"
3693
+ "text": "MouseEvent"
3545
3694
  }
3546
3695
  }
3547
3696
  ]
3548
3697
  },
3549
3698
  {
3550
3699
  "kind": "method",
3551
- "name": "toggleCriteriaView",
3700
+ "name": "toggleDropdown"
3701
+ },
3702
+ {
3703
+ "kind": "method",
3704
+ "name": "refreshStatus",
3552
3705
  "return": {
3553
3706
  "type": {
3554
- "text": "void"
3707
+ "text": "Promise<void>"
3555
3708
  }
3556
3709
  }
3557
3710
  },
3558
3711
  {
3559
3712
  "kind": "method",
3560
- "name": "removeChip",
3713
+ "name": "deriveState",
3714
+ "privacy": "private",
3561
3715
  "return": {
3562
3716
  "type": {
3563
- "text": "void"
3717
+ "text": "AIIndicatorState"
3564
3718
  }
3565
3719
  },
3566
3720
  "parameters": [
3567
3721
  {
3568
- "name": "groupIndex",
3569
- "type": {
3570
- "text": "number"
3571
- }
3572
- },
3573
- {
3574
- "name": "clauseIndex",
3722
+ "name": "s",
3575
3723
  "type": {
3576
- "text": "number"
3724
+ "text": "AIStatus | null"
3577
3725
  }
3578
3726
  }
3579
3727
  ]
3580
3728
  },
3581
3729
  {
3582
3730
  "kind": "method",
3583
- "name": "clearChips",
3731
+ "name": "maybeStartPolling",
3732
+ "privacy": "private",
3584
3733
  "return": {
3585
3734
  "type": {
3586
3735
  "text": "void"
@@ -3589,24 +3738,32 @@
3589
3738
  },
3590
3739
  {
3591
3740
  "kind": "method",
3592
- "name": "handleSubmit"
3593
- },
3594
- {
3595
- "kind": "method",
3596
- "name": "handleBlur"
3597
- },
3598
- {
3599
- "kind": "method",
3600
- "name": "clear"
3741
+ "name": "startPolling",
3742
+ "privacy": "private",
3743
+ "return": {
3744
+ "type": {
3745
+ "text": "void"
3746
+ }
3747
+ }
3601
3748
  },
3602
3749
  {
3603
3750
  "kind": "method",
3604
- "name": "toggleSpeechInput"
3751
+ "name": "stopPolling",
3752
+ "privacy": "private",
3753
+ "return": {
3754
+ "type": {
3755
+ "text": "void"
3756
+ }
3757
+ }
3605
3758
  },
3606
3759
  {
3607
3760
  "kind": "method",
3608
- "name": "clearSpeechApplyDebounce",
3609
- "privacy": "private"
3761
+ "name": "onInstall",
3762
+ "return": {
3763
+ "type": {
3764
+ "text": "Promise<void>"
3765
+ }
3766
+ }
3610
3767
  },
3611
3768
  {
3612
3769
  "kind": "field",
@@ -3720,245 +3877,88 @@
3720
3877
  }
3721
3878
  }
3722
3879
  ],
3723
- "events": [
3724
- {
3725
- "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
3726
- "name": "criteria-changed"
3727
- },
3728
- {
3729
- "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
3730
- "name": "validation-errors"
3731
- }
3732
- ],
3733
- "attributes": [
3734
- {
3735
- "name": "placeholder",
3736
- "type": {
3737
- "text": "string"
3738
- },
3739
- "default": "'Describe your search criteria in natural language...'",
3740
- "fieldName": "placeholder"
3741
- },
3742
- {
3743
- "type": {
3744
- "text": "boolean"
3745
- },
3746
- "fieldName": "disabled"
3747
- }
3748
- ],
3749
3880
  "superclass": {
3750
3881
  "name": "FoundationElement",
3751
3882
  "package": "@microsoft/fast-foundation"
3752
3883
  },
3753
- "tagName": "%%prefix%%-ai-criteria-search",
3884
+ "tagName": "%%prefix%%-ai-indicator",
3754
3885
  "customElement": true
3755
3886
  },
3756
3887
  {
3757
3888
  "kind": "variable",
3758
- "name": "foundationAiCriteriaSearchShadowOptions",
3759
- "type": {
3760
- "text": "ShadowRootInit"
3761
- },
3762
- "default": "undefined"
3763
- },
3764
- {
3765
- "kind": "variable",
3766
- "name": "defaultAiCriteriaSearchConfig",
3767
- "type": {
3768
- "text": "object"
3769
- },
3770
- "default": "{}"
3771
- },
3772
- {
3773
- "kind": "variable",
3774
- "name": "foundationAiCriteriaSearch"
3889
+ "name": "foundationAiIndicator"
3775
3890
  }
3776
3891
  ],
3777
3892
  "exports": [
3778
3893
  {
3779
3894
  "kind": "js",
3780
- "name": "AiCriteriaSearch",
3781
- "declaration": {
3782
- "name": "AiCriteriaSearch",
3783
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3784
- }
3785
- },
3786
- {
3787
- "kind": "js",
3788
- "name": "foundationAiCriteriaSearchShadowOptions",
3789
- "declaration": {
3790
- "name": "foundationAiCriteriaSearchShadowOptions",
3791
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3792
- }
3793
- },
3794
- {
3795
- "kind": "js",
3796
- "name": "defaultAiCriteriaSearchConfig",
3895
+ "name": "AiIndicator",
3797
3896
  "declaration": {
3798
- "name": "defaultAiCriteriaSearchConfig",
3799
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3897
+ "name": "AiIndicator",
3898
+ "module": "src/ai-indicator/ai-indicator.ts"
3800
3899
  }
3801
3900
  },
3802
3901
  {
3803
3902
  "kind": "js",
3804
- "name": "foundationAiCriteriaSearch",
3903
+ "name": "foundationAiIndicator",
3805
3904
  "declaration": {
3806
- "name": "foundationAiCriteriaSearch",
3807
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3905
+ "name": "foundationAiIndicator",
3906
+ "module": "src/ai-indicator/ai-indicator.ts"
3808
3907
  }
3809
3908
  }
3810
3909
  ]
3811
3910
  },
3812
3911
  {
3813
3912
  "kind": "javascript-module",
3814
- "path": "src/ai-criteria-search/index.ts",
3913
+ "path": "src/ai-indicator/index.ts",
3815
3914
  "declarations": [],
3816
3915
  "exports": [
3817
3916
  {
3818
3917
  "kind": "js",
3819
- "name": "AiCriteriaSearch",
3820
- "declaration": {
3821
- "name": "AiCriteriaSearch",
3822
- "module": "./ai-criteria-search"
3823
- }
3824
- },
3825
- {
3826
- "kind": "js",
3827
- "name": "defaultAiCriteriaSearchConfig",
3828
- "declaration": {
3829
- "name": "defaultAiCriteriaSearchConfig",
3830
- "module": "./ai-criteria-search"
3831
- }
3832
- },
3833
- {
3834
- "kind": "js",
3835
- "name": "foundationAiCriteriaSearch",
3836
- "declaration": {
3837
- "name": "foundationAiCriteriaSearch",
3838
- "module": "./ai-criteria-search"
3839
- }
3840
- },
3841
- {
3842
- "kind": "js",
3843
- "name": "foundationAiCriteriaSearchShadowOptions",
3844
- "declaration": {
3845
- "name": "foundationAiCriteriaSearchShadowOptions",
3846
- "module": "./ai-criteria-search"
3847
- }
3848
- },
3849
- {
3850
- "kind": "js",
3851
- "name": "foundationAiCriteriaSearchStyles",
3852
- "declaration": {
3853
- "name": "foundationAiCriteriaSearchStyles",
3854
- "module": "./ai-criteria-search.styles"
3855
- }
3856
- },
3857
- {
3858
- "kind": "js",
3859
- "name": "foundationAiCriteriaSearchTemplate",
3918
+ "name": "AiIndicator",
3860
3919
  "declaration": {
3861
- "name": "foundationAiCriteriaSearchTemplate",
3862
- "module": "./ai-criteria-search.template"
3920
+ "name": "AiIndicator",
3921
+ "module": "./ai-indicator"
3863
3922
  }
3864
3923
  },
3865
3924
  {
3866
3925
  "kind": "js",
3867
- "name": "*",
3926
+ "name": "foundationAiIndicator",
3868
3927
  "declaration": {
3869
- "name": "*",
3870
- "package": "./validation/criteria-ir"
3928
+ "name": "foundationAiIndicator",
3929
+ "module": "./ai-indicator"
3871
3930
  }
3872
3931
  },
3873
3932
  {
3874
3933
  "kind": "js",
3875
- "name": "*",
3934
+ "name": "type",
3876
3935
  "declaration": {
3877
- "name": "*",
3878
- "package": "./validation/operator-map"
3936
+ "name": "type",
3937
+ "module": "./ai-indicator"
3879
3938
  }
3880
3939
  },
3881
3940
  {
3882
3941
  "kind": "js",
3883
- "name": "*",
3942
+ "name": "AIIndicatorState",
3884
3943
  "declaration": {
3885
- "name": "*",
3886
- "package": "./validation/schema-validator"
3944
+ "name": "AIIndicatorState",
3945
+ "module": "./ai-indicator"
3887
3946
  }
3888
- }
3889
- ]
3890
- },
3891
- {
3892
- "kind": "javascript-module",
3893
- "path": "src/ai-criteria-search/validation-error-notification.ts",
3894
- "declarations": [
3895
- {
3896
- "kind": "function",
3897
- "name": "formatValidationErrors",
3898
- "return": {
3899
- "type": {
3900
- "text": "string"
3901
- }
3902
- },
3903
- "parameters": [
3904
- {
3905
- "name": "errors",
3906
- "type": {
3907
- "text": "ValidationError[]"
3908
- }
3909
- }
3910
- ],
3911
- "description": "Formats validation errors into a user-friendly message."
3912
3947
  },
3913
- {
3914
- "kind": "function",
3915
- "name": "showCriteriaError",
3916
- "return": {
3917
- "type": {
3918
- "text": "void"
3919
- }
3920
- },
3921
- "parameters": [
3922
- {
3923
- "name": "title",
3924
- "type": {
3925
- "text": "string"
3926
- },
3927
- "description": "Notification title (e.g. \"Criteria validation error\")"
3928
- },
3929
- {
3930
- "name": "body",
3931
- "type": {
3932
- "text": "string"
3933
- },
3934
- "description": "Error message to display"
3935
- },
3936
- {
3937
- "name": "tagName",
3938
- "type": {
3939
- "text": "string"
3940
- },
3941
- "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
3942
- }
3943
- ],
3944
- "description": "Shows a criteria error as a toast notification."
3945
- }
3946
- ],
3947
- "exports": [
3948
3948
  {
3949
3949
  "kind": "js",
3950
- "name": "formatValidationErrors",
3950
+ "name": "foundationAiIndicatorTemplate",
3951
3951
  "declaration": {
3952
- "name": "formatValidationErrors",
3953
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3952
+ "name": "foundationAiIndicatorTemplate",
3953
+ "module": "./ai-indicator.template"
3954
3954
  }
3955
3955
  },
3956
3956
  {
3957
3957
  "kind": "js",
3958
- "name": "showCriteriaError",
3958
+ "name": "foundationAiIndicatorStyles",
3959
3959
  "declaration": {
3960
- "name": "showCriteriaError",
3961
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3960
+ "name": "foundationAiIndicatorStyles",
3961
+ "module": "./ai-indicator.styles"
3962
3962
  }
3963
3963
  }
3964
3964
  ]