@genesislcap/foundation-zero 15.4.0 → 15.4.1-GENC-1475.5

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.
@@ -914,6 +914,37 @@
914
914
  }
915
915
  ]
916
916
  },
917
+ {
918
+ "kind": "javascript-module",
919
+ "path": "src/_config/index.ts",
920
+ "declarations": [],
921
+ "exports": [
922
+ {
923
+ "kind": "js",
924
+ "name": "*",
925
+ "declaration": {
926
+ "name": "*",
927
+ "package": "./styles"
928
+ }
929
+ },
930
+ {
931
+ "kind": "js",
932
+ "name": "*",
933
+ "declaration": {
934
+ "name": "*",
935
+ "package": "./tokens"
936
+ }
937
+ },
938
+ {
939
+ "kind": "js",
940
+ "name": "*",
941
+ "declaration": {
942
+ "name": "*",
943
+ "package": "./values"
944
+ }
945
+ }
946
+ ]
947
+ },
917
948
  {
918
949
  "kind": "javascript-module",
919
950
  "path": "src/accordion/accordion.styles.ts",
@@ -1395,37 +1426,6 @@
1395
1426
  }
1396
1427
  ]
1397
1428
  },
1398
- {
1399
- "kind": "javascript-module",
1400
- "path": "src/_config/index.ts",
1401
- "declarations": [],
1402
- "exports": [
1403
- {
1404
- "kind": "js",
1405
- "name": "*",
1406
- "declaration": {
1407
- "name": "*",
1408
- "package": "./styles"
1409
- }
1410
- },
1411
- {
1412
- "kind": "js",
1413
- "name": "*",
1414
- "declaration": {
1415
- "name": "*",
1416
- "package": "./tokens"
1417
- }
1418
- },
1419
- {
1420
- "kind": "js",
1421
- "name": "*",
1422
- "declaration": {
1423
- "name": "*",
1424
- "package": "./values"
1425
- }
1426
- }
1427
- ]
1428
- },
1429
1429
  {
1430
1430
  "kind": "javascript-module",
1431
1431
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2963,11 +2963,11 @@
2963
2963
  },
2964
2964
  {
2965
2965
  "kind": "javascript-module",
2966
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2966
+ "path": "src/anchor/anchor.styles.ts",
2967
2967
  "declarations": [
2968
2968
  {
2969
2969
  "kind": "function",
2970
- "name": "zeroAiIndicatorStyles",
2970
+ "name": "zeroAnchorStyles",
2971
2971
  "return": {
2972
2972
  "type": {
2973
2973
  "text": "ElementStyles"
@@ -2992,286 +2992,291 @@
2992
2992
  "exports": [
2993
2993
  {
2994
2994
  "kind": "js",
2995
- "name": "zeroAiIndicatorStyles",
2995
+ "name": "zeroAnchorStyles",
2996
2996
  "declaration": {
2997
- "name": "zeroAiIndicatorStyles",
2998
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2997
+ "name": "zeroAnchorStyles",
2998
+ "module": "src/anchor/anchor.styles.ts"
2999
2999
  }
3000
3000
  }
3001
3001
  ]
3002
3002
  },
3003
3003
  {
3004
3004
  "kind": "javascript-module",
3005
- "path": "src/ai-indicator/ai-indicator.ts",
3005
+ "path": "src/anchor/anchor.template.ts",
3006
+ "declarations": [
3007
+ {
3008
+ "kind": "function",
3009
+ "name": "zeroAnchorTemplate",
3010
+ "return": {
3011
+ "type": {
3012
+ "text": "ViewTemplate<Anchor>"
3013
+ }
3014
+ },
3015
+ "parameters": [
3016
+ {
3017
+ "name": "context",
3018
+ "type": {
3019
+ "text": "ElementDefinitionContext"
3020
+ }
3021
+ },
3022
+ {
3023
+ "name": "definition",
3024
+ "type": {
3025
+ "text": "FoundationElementDefinition"
3026
+ }
3027
+ }
3028
+ ]
3029
+ }
3030
+ ],
3031
+ "exports": [
3032
+ {
3033
+ "kind": "js",
3034
+ "name": "zeroAnchorTemplate",
3035
+ "declaration": {
3036
+ "name": "zeroAnchorTemplate",
3037
+ "module": "src/anchor/anchor.template.ts"
3038
+ }
3039
+ }
3040
+ ]
3041
+ },
3042
+ {
3043
+ "kind": "javascript-module",
3044
+ "path": "src/anchor/anchor.ts",
3006
3045
  "declarations": [
3007
3046
  {
3008
3047
  "kind": "class",
3009
3048
  "description": "",
3010
- "name": "AiIndicator",
3049
+ "name": "Anchor",
3011
3050
  "superclass": {
3012
- "name": "FoundationAiIndicator",
3051
+ "name": "FoundationAnchor",
3013
3052
  "package": "@genesislcap/foundation-ui"
3014
3053
  },
3015
- "tagName": "%%prefix%%-ai-indicator",
3054
+ "tagName": "%%prefix%%-anchor",
3016
3055
  "customElement": true,
3017
- "members": [
3056
+ "attributes": [
3018
3057
  {
3019
- "kind": "field",
3020
- "name": "providerRegistry",
3058
+ "name": "download",
3021
3059
  "type": {
3022
- "text": "AIProviderRegistry"
3060
+ "text": "string"
3023
3061
  },
3062
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3063
+ "fieldName": "download",
3024
3064
  "inheritedFrom": {
3025
- "name": "AiIndicator",
3026
- "module": "src/ai-indicator/ai-indicator.ts"
3065
+ "name": "Anchor",
3066
+ "module": "src/anchor/anchor.ts"
3027
3067
  }
3028
3068
  },
3029
3069
  {
3030
- "kind": "field",
3031
- "name": "aiProvider",
3070
+ "name": "href",
3032
3071
  "type": {
3033
- "text": "AIProvider | undefined"
3072
+ "text": "string"
3034
3073
  },
3035
- "privacy": "private",
3036
- "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.",
3037
- "readonly": true,
3074
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3075
+ "fieldName": "href",
3038
3076
  "inheritedFrom": {
3039
- "name": "AiIndicator",
3040
- "module": "src/ai-indicator/ai-indicator.ts"
3077
+ "name": "Anchor",
3078
+ "module": "src/anchor/anchor.ts"
3041
3079
  }
3042
3080
  },
3043
3081
  {
3044
- "kind": "field",
3045
- "name": "status",
3082
+ "name": "hreflang",
3046
3083
  "type": {
3047
- "text": "AIStatus | null"
3084
+ "text": "string"
3048
3085
  },
3049
- "default": "null",
3086
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3087
+ "fieldName": "hreflang",
3050
3088
  "inheritedFrom": {
3051
- "name": "AiIndicator",
3052
- "module": "src/ai-indicator/ai-indicator.ts"
3089
+ "name": "Anchor",
3090
+ "module": "src/anchor/anchor.ts"
3053
3091
  }
3054
3092
  },
3055
3093
  {
3056
- "kind": "field",
3057
- "name": "open",
3094
+ "name": "ping",
3058
3095
  "type": {
3059
- "text": "boolean"
3096
+ "text": "string"
3060
3097
  },
3061
- "default": "false",
3098
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3099
+ "fieldName": "ping",
3062
3100
  "inheritedFrom": {
3063
- "name": "AiIndicator",
3064
- "module": "src/ai-indicator/ai-indicator.ts"
3101
+ "name": "Anchor",
3102
+ "module": "src/anchor/anchor.ts"
3065
3103
  }
3066
3104
  },
3067
3105
  {
3068
- "kind": "field",
3069
- "name": "state",
3106
+ "name": "referrerpolicy",
3070
3107
  "type": {
3071
- "text": "AIIndicatorState"
3108
+ "text": "string"
3072
3109
  },
3073
- "default": "'none'",
3110
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3111
+ "fieldName": "referrerpolicy",
3074
3112
  "inheritedFrom": {
3075
- "name": "AiIndicator",
3076
- "module": "src/ai-indicator/ai-indicator.ts"
3113
+ "name": "Anchor",
3114
+ "module": "src/anchor/anchor.ts"
3077
3115
  }
3078
3116
  },
3079
3117
  {
3080
- "kind": "field",
3081
- "name": "isInstalling",
3118
+ "name": "rel",
3082
3119
  "type": {
3083
- "text": "boolean"
3120
+ "text": "string"
3084
3121
  },
3085
- "default": "false",
3122
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3123
+ "fieldName": "rel",
3086
3124
  "inheritedFrom": {
3087
- "name": "AiIndicator",
3088
- "module": "src/ai-indicator/ai-indicator.ts"
3125
+ "name": "Anchor",
3126
+ "module": "src/anchor/anchor.ts"
3089
3127
  }
3090
3128
  },
3091
3129
  {
3092
- "kind": "field",
3093
- "name": "pollTimer",
3130
+ "name": "target",
3094
3131
  "type": {
3095
- "text": "ReturnType<typeof setInterval> | null"
3132
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3096
3133
  },
3097
- "privacy": "private",
3098
- "default": "null",
3134
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3135
+ "fieldName": "target",
3099
3136
  "inheritedFrom": {
3100
- "name": "AiIndicator",
3101
- "module": "src/ai-indicator/ai-indicator.ts"
3137
+ "name": "Anchor",
3138
+ "module": "src/anchor/anchor.ts"
3102
3139
  }
3103
3140
  },
3104
3141
  {
3105
- "kind": "field",
3106
- "name": "clickOutside",
3107
- "privacy": "private",
3142
+ "name": "type",
3143
+ "type": {
3144
+ "text": "string"
3145
+ },
3146
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3147
+ "fieldName": "type",
3108
3148
  "inheritedFrom": {
3109
- "name": "AiIndicator",
3110
- "module": "src/ai-indicator/ai-indicator.ts"
3149
+ "name": "Anchor",
3150
+ "module": "src/anchor/anchor.ts"
3111
3151
  }
3112
- },
3152
+ }
3153
+ ],
3154
+ "members": [
3113
3155
  {
3114
3156
  "kind": "field",
3115
- "name": "chromeStatusLabel",
3157
+ "name": "download",
3116
3158
  "type": {
3117
- "text": "string | null"
3159
+ "text": "string"
3118
3160
  },
3119
- "readonly": true,
3161
+ "privacy": "public",
3162
+ "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3120
3163
  "inheritedFrom": {
3121
- "name": "AiIndicator",
3122
- "module": "src/ai-indicator/ai-indicator.ts"
3164
+ "name": "Anchor",
3165
+ "module": "src/anchor/anchor.ts"
3123
3166
  }
3124
3167
  },
3125
3168
  {
3126
3169
  "kind": "field",
3127
- "name": "canInstall",
3170
+ "name": "href",
3128
3171
  "type": {
3129
- "text": "boolean"
3172
+ "text": "string"
3130
3173
  },
3131
- "readonly": true,
3174
+ "privacy": "public",
3175
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3132
3176
  "inheritedFrom": {
3133
- "name": "AiIndicator",
3134
- "module": "src/ai-indicator/ai-indicator.ts"
3177
+ "name": "Anchor",
3178
+ "module": "src/anchor/anchor.ts"
3135
3179
  }
3136
3180
  },
3137
3181
  {
3138
3182
  "kind": "field",
3139
- "name": "isDownloading",
3183
+ "name": "hreflang",
3140
3184
  "type": {
3141
- "text": "boolean"
3185
+ "text": "string"
3142
3186
  },
3143
- "readonly": true,
3187
+ "privacy": "public",
3188
+ "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3144
3189
  "inheritedFrom": {
3145
- "name": "AiIndicator",
3146
- "module": "src/ai-indicator/ai-indicator.ts"
3190
+ "name": "Anchor",
3191
+ "module": "src/anchor/anchor.ts"
3147
3192
  }
3148
3193
  },
3149
3194
  {
3150
- "kind": "method",
3151
- "name": "openChanged",
3152
- "return": {
3153
- "type": {
3154
- "text": "void"
3155
- }
3195
+ "kind": "field",
3196
+ "name": "ping",
3197
+ "type": {
3198
+ "text": "string"
3156
3199
  },
3200
+ "privacy": "public",
3201
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3157
3202
  "inheritedFrom": {
3158
- "name": "AiIndicator",
3159
- "module": "src/ai-indicator/ai-indicator.ts"
3160
- }
3161
- },
3162
- {
3163
- "kind": "method",
3164
- "name": "handleClickOutside",
3165
- "privacy": "private",
3166
- "parameters": [
3167
- {
3168
- "name": "event",
3169
- "type": {
3170
- "text": "MouseEvent"
3171
- }
3172
- }
3173
- ],
3174
- "inheritedFrom": {
3175
- "name": "AiIndicator",
3176
- "module": "src/ai-indicator/ai-indicator.ts"
3177
- }
3178
- },
3179
- {
3180
- "kind": "method",
3181
- "name": "toggleDropdown",
3182
- "inheritedFrom": {
3183
- "name": "AiIndicator",
3184
- "module": "src/ai-indicator/ai-indicator.ts"
3203
+ "name": "Anchor",
3204
+ "module": "src/anchor/anchor.ts"
3185
3205
  }
3186
3206
  },
3187
3207
  {
3188
- "kind": "method",
3189
- "name": "refreshStatus",
3190
- "return": {
3191
- "type": {
3192
- "text": "Promise<void>"
3193
- }
3208
+ "kind": "field",
3209
+ "name": "referrerpolicy",
3210
+ "type": {
3211
+ "text": "string"
3194
3212
  },
3213
+ "privacy": "public",
3214
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3195
3215
  "inheritedFrom": {
3196
- "name": "AiIndicator",
3197
- "module": "src/ai-indicator/ai-indicator.ts"
3216
+ "name": "Anchor",
3217
+ "module": "src/anchor/anchor.ts"
3198
3218
  }
3199
3219
  },
3200
3220
  {
3201
- "kind": "method",
3202
- "name": "deriveState",
3203
- "privacy": "private",
3204
- "return": {
3205
- "type": {
3206
- "text": "AIIndicatorState"
3207
- }
3221
+ "kind": "field",
3222
+ "name": "rel",
3223
+ "type": {
3224
+ "text": "string"
3208
3225
  },
3209
- "parameters": [
3210
- {
3211
- "name": "s",
3212
- "type": {
3213
- "text": "AIStatus | null"
3214
- }
3215
- }
3216
- ],
3226
+ "privacy": "public",
3227
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3217
3228
  "inheritedFrom": {
3218
- "name": "AiIndicator",
3219
- "module": "src/ai-indicator/ai-indicator.ts"
3229
+ "name": "Anchor",
3230
+ "module": "src/anchor/anchor.ts"
3220
3231
  }
3221
3232
  },
3222
3233
  {
3223
- "kind": "method",
3224
- "name": "maybeStartPolling",
3225
- "privacy": "private",
3226
- "return": {
3227
- "type": {
3228
- "text": "void"
3229
- }
3234
+ "kind": "field",
3235
+ "name": "target",
3236
+ "type": {
3237
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3230
3238
  },
3239
+ "privacy": "public",
3240
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3231
3241
  "inheritedFrom": {
3232
- "name": "AiIndicator",
3233
- "module": "src/ai-indicator/ai-indicator.ts"
3242
+ "name": "Anchor",
3243
+ "module": "src/anchor/anchor.ts"
3234
3244
  }
3235
3245
  },
3236
3246
  {
3237
- "kind": "method",
3238
- "name": "startPolling",
3239
- "privacy": "private",
3240
- "return": {
3241
- "type": {
3242
- "text": "void"
3243
- }
3247
+ "kind": "field",
3248
+ "name": "type",
3249
+ "type": {
3250
+ "text": "string"
3244
3251
  },
3252
+ "privacy": "public",
3253
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3245
3254
  "inheritedFrom": {
3246
- "name": "AiIndicator",
3247
- "module": "src/ai-indicator/ai-indicator.ts"
3255
+ "name": "Anchor",
3256
+ "module": "src/anchor/anchor.ts"
3248
3257
  }
3249
3258
  },
3250
3259
  {
3251
- "kind": "method",
3252
- "name": "stopPolling",
3253
- "privacy": "private",
3254
- "return": {
3255
- "type": {
3256
- "text": "void"
3257
- }
3260
+ "kind": "field",
3261
+ "name": "control",
3262
+ "type": {
3263
+ "text": "HTMLAnchorElement | undefined"
3258
3264
  },
3265
+ "privacy": "public",
3266
+ "description": "References the root element",
3259
3267
  "inheritedFrom": {
3260
- "name": "AiIndicator",
3261
- "module": "src/ai-indicator/ai-indicator.ts"
3268
+ "name": "Anchor",
3269
+ "module": "src/anchor/anchor.ts"
3262
3270
  }
3263
3271
  },
3264
3272
  {
3265
- "kind": "method",
3266
- "name": "onInstall",
3267
- "return": {
3268
- "type": {
3269
- "text": "Promise<void>"
3270
- }
3271
- },
3273
+ "kind": "field",
3274
+ "name": "handleUnsupportedDelegatesFocus",
3275
+ "privacy": "private",
3276
+ "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
3272
3277
  "inheritedFrom": {
3273
- "name": "AiIndicator",
3274
- "module": "src/ai-indicator/ai-indicator.ts"
3278
+ "name": "Anchor",
3279
+ "module": "src/anchor/anchor.ts"
3275
3280
  }
3276
3281
  },
3277
3282
  {
@@ -3283,8 +3288,8 @@
3283
3288
  "privacy": "private",
3284
3289
  "default": "void 0",
3285
3290
  "inheritedFrom": {
3286
- "name": "FoundationElement",
3287
- "module": "src/foundation-element/foundation-element.ts"
3291
+ "name": "Anchor",
3292
+ "module": "src/anchor/anchor.ts"
3288
3293
  }
3289
3294
  },
3290
3295
  {
@@ -3296,8 +3301,8 @@
3296
3301
  "privacy": "public",
3297
3302
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3298
3303
  "inheritedFrom": {
3299
- "name": "FoundationElement",
3300
- "module": "src/foundation-element/foundation-element.ts"
3304
+ "name": "Anchor",
3305
+ "module": "src/anchor/anchor.ts"
3301
3306
  }
3302
3307
  },
3303
3308
  {
@@ -3309,8 +3314,8 @@
3309
3314
  "privacy": "public",
3310
3315
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3311
3316
  "inheritedFrom": {
3312
- "name": "FoundationElement",
3313
- "module": "src/foundation-element/foundation-element.ts"
3317
+ "name": "Anchor",
3318
+ "module": "src/anchor/anchor.ts"
3314
3319
  }
3315
3320
  },
3316
3321
  {
@@ -3323,8 +3328,8 @@
3323
3328
  }
3324
3329
  },
3325
3330
  "inheritedFrom": {
3326
- "name": "FoundationElement",
3327
- "module": "src/foundation-element/foundation-element.ts"
3331
+ "name": "Anchor",
3332
+ "module": "src/anchor/anchor.ts"
3328
3333
  }
3329
3334
  },
3330
3335
  {
@@ -3336,8 +3341,8 @@
3336
3341
  "privacy": "public",
3337
3342
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3338
3343
  "inheritedFrom": {
3339
- "name": "FoundationElement",
3340
- "module": "src/foundation-element/foundation-element.ts"
3344
+ "name": "Anchor",
3345
+ "module": "src/anchor/anchor.ts"
3341
3346
  }
3342
3347
  },
3343
3348
  {
@@ -3350,486 +3355,8 @@
3350
3355
  }
3351
3356
  },
3352
3357
  "inheritedFrom": {
3353
- "name": "FoundationElement",
3354
- "module": "src/foundation-element/foundation-element.ts"
3355
- }
3356
- },
3357
- {
3358
- "kind": "method",
3359
- "name": "compose",
3360
- "privacy": "public",
3361
- "static": true,
3362
- "return": {
3363
- "type": {
3364
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3365
- }
3366
- },
3367
- "parameters": [
3368
- {
3369
- "name": "this",
3370
- "type": {
3371
- "text": "K"
3372
- }
3373
- },
3374
- {
3375
- "name": "elementDefinition",
3376
- "type": {
3377
- "text": "T"
3378
- },
3379
- "description": "The definition of the element to create the registry\nfunction for."
3380
- }
3381
- ],
3382
- "description": "Defines an element registry function with a set of element definition defaults.",
3383
- "inheritedFrom": {
3384
- "name": "FoundationElement",
3385
- "module": "src/foundation-element/foundation-element.ts"
3386
- }
3387
- }
3388
- ]
3389
- },
3390
- {
3391
- "kind": "variable",
3392
- "name": "zeroAiIndicator"
3393
- }
3394
- ],
3395
- "exports": [
3396
- {
3397
- "kind": "js",
3398
- "name": "AiIndicator",
3399
- "declaration": {
3400
- "name": "AiIndicator",
3401
- "module": "src/ai-indicator/ai-indicator.ts"
3402
- }
3403
- },
3404
- {
3405
- "kind": "js",
3406
- "name": "zeroAiIndicator",
3407
- "declaration": {
3408
- "name": "zeroAiIndicator",
3409
- "module": "src/ai-indicator/ai-indicator.ts"
3410
- }
3411
- }
3412
- ]
3413
- },
3414
- {
3415
- "kind": "javascript-module",
3416
- "path": "src/ai-indicator/index.ts",
3417
- "declarations": [],
3418
- "exports": [
3419
- {
3420
- "kind": "js",
3421
- "name": "AiIndicator",
3422
- "declaration": {
3423
- "name": "AiIndicator",
3424
- "module": "./ai-indicator"
3425
- }
3426
- },
3427
- {
3428
- "kind": "js",
3429
- "name": "zeroAiIndicator",
3430
- "declaration": {
3431
- "name": "zeroAiIndicator",
3432
- "module": "./ai-indicator"
3433
- }
3434
- }
3435
- ]
3436
- },
3437
- {
3438
- "kind": "javascript-module",
3439
- "path": "src/anchor/anchor.styles.ts",
3440
- "declarations": [
3441
- {
3442
- "kind": "function",
3443
- "name": "zeroAnchorStyles",
3444
- "return": {
3445
- "type": {
3446
- "text": "ElementStyles"
3447
- }
3448
- },
3449
- "parameters": [
3450
- {
3451
- "name": "context",
3452
- "type": {
3453
- "text": "ElementDefinitionContext"
3454
- }
3455
- },
3456
- {
3457
- "name": "definition",
3458
- "type": {
3459
- "text": "FoundationElementDefinition"
3460
- }
3461
- }
3462
- ]
3463
- }
3464
- ],
3465
- "exports": [
3466
- {
3467
- "kind": "js",
3468
- "name": "zeroAnchorStyles",
3469
- "declaration": {
3470
- "name": "zeroAnchorStyles",
3471
- "module": "src/anchor/anchor.styles.ts"
3472
- }
3473
- }
3474
- ]
3475
- },
3476
- {
3477
- "kind": "javascript-module",
3478
- "path": "src/anchor/anchor.template.ts",
3479
- "declarations": [
3480
- {
3481
- "kind": "function",
3482
- "name": "zeroAnchorTemplate",
3483
- "return": {
3484
- "type": {
3485
- "text": "ViewTemplate<Anchor>"
3486
- }
3487
- },
3488
- "parameters": [
3489
- {
3490
- "name": "context",
3491
- "type": {
3492
- "text": "ElementDefinitionContext"
3493
- }
3494
- },
3495
- {
3496
- "name": "definition",
3497
- "type": {
3498
- "text": "FoundationElementDefinition"
3499
- }
3500
- }
3501
- ]
3502
- }
3503
- ],
3504
- "exports": [
3505
- {
3506
- "kind": "js",
3507
- "name": "zeroAnchorTemplate",
3508
- "declaration": {
3509
- "name": "zeroAnchorTemplate",
3510
- "module": "src/anchor/anchor.template.ts"
3511
- }
3512
- }
3513
- ]
3514
- },
3515
- {
3516
- "kind": "javascript-module",
3517
- "path": "src/anchor/anchor.ts",
3518
- "declarations": [
3519
- {
3520
- "kind": "class",
3521
- "description": "",
3522
- "name": "Anchor",
3523
- "superclass": {
3524
- "name": "FoundationAnchor",
3525
- "package": "@genesislcap/foundation-ui"
3526
- },
3527
- "tagName": "%%prefix%%-anchor",
3528
- "customElement": true,
3529
- "attributes": [
3530
- {
3531
- "name": "download",
3532
- "type": {
3533
- "text": "string"
3534
- },
3535
- "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3536
- "fieldName": "download",
3537
- "inheritedFrom": {
3538
- "name": "Anchor",
3539
- "module": "src/anchor/anchor.ts"
3540
- }
3541
- },
3542
- {
3543
- "name": "href",
3544
- "type": {
3545
- "text": "string"
3546
- },
3547
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3548
- "fieldName": "href",
3549
- "inheritedFrom": {
3550
- "name": "Anchor",
3551
- "module": "src/anchor/anchor.ts"
3552
- }
3553
- },
3554
- {
3555
- "name": "hreflang",
3556
- "type": {
3557
- "text": "string"
3558
- },
3559
- "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3560
- "fieldName": "hreflang",
3561
- "inheritedFrom": {
3562
- "name": "Anchor",
3563
- "module": "src/anchor/anchor.ts"
3564
- }
3565
- },
3566
- {
3567
- "name": "ping",
3568
- "type": {
3569
- "text": "string"
3570
- },
3571
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3572
- "fieldName": "ping",
3573
- "inheritedFrom": {
3574
- "name": "Anchor",
3575
- "module": "src/anchor/anchor.ts"
3576
- }
3577
- },
3578
- {
3579
- "name": "referrerpolicy",
3580
- "type": {
3581
- "text": "string"
3582
- },
3583
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3584
- "fieldName": "referrerpolicy",
3585
- "inheritedFrom": {
3586
- "name": "Anchor",
3587
- "module": "src/anchor/anchor.ts"
3588
- }
3589
- },
3590
- {
3591
- "name": "rel",
3592
- "type": {
3593
- "text": "string"
3594
- },
3595
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3596
- "fieldName": "rel",
3597
- "inheritedFrom": {
3598
- "name": "Anchor",
3599
- "module": "src/anchor/anchor.ts"
3600
- }
3601
- },
3602
- {
3603
- "name": "target",
3604
- "type": {
3605
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3606
- },
3607
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3608
- "fieldName": "target",
3609
- "inheritedFrom": {
3610
- "name": "Anchor",
3611
- "module": "src/anchor/anchor.ts"
3612
- }
3613
- },
3614
- {
3615
- "name": "type",
3616
- "type": {
3617
- "text": "string"
3618
- },
3619
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3620
- "fieldName": "type",
3621
- "inheritedFrom": {
3622
- "name": "Anchor",
3623
- "module": "src/anchor/anchor.ts"
3624
- }
3625
- }
3626
- ],
3627
- "members": [
3628
- {
3629
- "kind": "field",
3630
- "name": "download",
3631
- "type": {
3632
- "text": "string"
3633
- },
3634
- "privacy": "public",
3635
- "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3636
- "inheritedFrom": {
3637
- "name": "Anchor",
3638
- "module": "src/anchor/anchor.ts"
3639
- }
3640
- },
3641
- {
3642
- "kind": "field",
3643
- "name": "href",
3644
- "type": {
3645
- "text": "string"
3646
- },
3647
- "privacy": "public",
3648
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3649
- "inheritedFrom": {
3650
- "name": "Anchor",
3651
- "module": "src/anchor/anchor.ts"
3652
- }
3653
- },
3654
- {
3655
- "kind": "field",
3656
- "name": "hreflang",
3657
- "type": {
3658
- "text": "string"
3659
- },
3660
- "privacy": "public",
3661
- "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3662
- "inheritedFrom": {
3663
- "name": "Anchor",
3664
- "module": "src/anchor/anchor.ts"
3665
- }
3666
- },
3667
- {
3668
- "kind": "field",
3669
- "name": "ping",
3670
- "type": {
3671
- "text": "string"
3672
- },
3673
- "privacy": "public",
3674
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3675
- "inheritedFrom": {
3676
- "name": "Anchor",
3677
- "module": "src/anchor/anchor.ts"
3678
- }
3679
- },
3680
- {
3681
- "kind": "field",
3682
- "name": "referrerpolicy",
3683
- "type": {
3684
- "text": "string"
3685
- },
3686
- "privacy": "public",
3687
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3688
- "inheritedFrom": {
3689
- "name": "Anchor",
3690
- "module": "src/anchor/anchor.ts"
3691
- }
3692
- },
3693
- {
3694
- "kind": "field",
3695
- "name": "rel",
3696
- "type": {
3697
- "text": "string"
3698
- },
3699
- "privacy": "public",
3700
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3701
- "inheritedFrom": {
3702
- "name": "Anchor",
3703
- "module": "src/anchor/anchor.ts"
3704
- }
3705
- },
3706
- {
3707
- "kind": "field",
3708
- "name": "target",
3709
- "type": {
3710
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3711
- },
3712
- "privacy": "public",
3713
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3714
- "inheritedFrom": {
3715
- "name": "Anchor",
3716
- "module": "src/anchor/anchor.ts"
3717
- }
3718
- },
3719
- {
3720
- "kind": "field",
3721
- "name": "type",
3722
- "type": {
3723
- "text": "string"
3724
- },
3725
- "privacy": "public",
3726
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3727
- "inheritedFrom": {
3728
- "name": "Anchor",
3729
- "module": "src/anchor/anchor.ts"
3730
- }
3731
- },
3732
- {
3733
- "kind": "field",
3734
- "name": "control",
3735
- "type": {
3736
- "text": "HTMLAnchorElement | undefined"
3737
- },
3738
- "privacy": "public",
3739
- "description": "References the root element",
3740
- "inheritedFrom": {
3741
- "name": "Anchor",
3742
- "module": "src/anchor/anchor.ts"
3743
- }
3744
- },
3745
- {
3746
- "kind": "field",
3747
- "name": "handleUnsupportedDelegatesFocus",
3748
- "privacy": "private",
3749
- "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
3750
- "inheritedFrom": {
3751
- "name": "Anchor",
3752
- "module": "src/anchor/anchor.ts"
3753
- }
3754
- },
3755
- {
3756
- "kind": "field",
3757
- "name": "_presentation",
3758
- "type": {
3759
- "text": "ComponentPresentation | null | undefined"
3760
- },
3761
- "privacy": "private",
3762
- "default": "void 0",
3763
- "inheritedFrom": {
3764
- "name": "Anchor",
3765
- "module": "src/anchor/anchor.ts"
3766
- }
3767
- },
3768
- {
3769
- "kind": "field",
3770
- "name": "$presentation",
3771
- "type": {
3772
- "text": "ComponentPresentation | null"
3773
- },
3774
- "privacy": "public",
3775
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3776
- "inheritedFrom": {
3777
- "name": "Anchor",
3778
- "module": "src/anchor/anchor.ts"
3779
- }
3780
- },
3781
- {
3782
- "kind": "field",
3783
- "name": "template",
3784
- "type": {
3785
- "text": "ElementViewTemplate | void | null"
3786
- },
3787
- "privacy": "public",
3788
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3789
- "inheritedFrom": {
3790
- "name": "Anchor",
3791
- "module": "src/anchor/anchor.ts"
3792
- }
3793
- },
3794
- {
3795
- "kind": "method",
3796
- "name": "templateChanged",
3797
- "privacy": "protected",
3798
- "return": {
3799
- "type": {
3800
- "text": "void"
3801
- }
3802
- },
3803
- "inheritedFrom": {
3804
- "name": "Anchor",
3805
- "module": "src/anchor/anchor.ts"
3806
- }
3807
- },
3808
- {
3809
- "kind": "field",
3810
- "name": "styles",
3811
- "type": {
3812
- "text": "ElementStyles | void | null"
3813
- },
3814
- "privacy": "public",
3815
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3816
- "inheritedFrom": {
3817
- "name": "Anchor",
3818
- "module": "src/anchor/anchor.ts"
3819
- }
3820
- },
3821
- {
3822
- "kind": "method",
3823
- "name": "stylesChanged",
3824
- "privacy": "protected",
3825
- "return": {
3826
- "type": {
3827
- "text": "void"
3828
- }
3829
- },
3830
- "inheritedFrom": {
3831
- "name": "Anchor",
3832
- "module": "src/anchor/anchor.ts"
3358
+ "name": "Anchor",
3359
+ "module": "src/anchor/anchor.ts"
3833
3360
  }
3834
3361
  },
3835
3362
  {
@@ -5839,6 +5366,479 @@
5839
5366
  }
5840
5367
  ]
5841
5368
  },
5369
+ {
5370
+ "kind": "javascript-module",
5371
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
5372
+ "declarations": [
5373
+ {
5374
+ "kind": "function",
5375
+ "name": "zeroAiIndicatorStyles",
5376
+ "return": {
5377
+ "type": {
5378
+ "text": "ElementStyles"
5379
+ }
5380
+ },
5381
+ "parameters": [
5382
+ {
5383
+ "name": "context",
5384
+ "type": {
5385
+ "text": "ElementDefinitionContext"
5386
+ }
5387
+ },
5388
+ {
5389
+ "name": "definition",
5390
+ "type": {
5391
+ "text": "FoundationElementDefinition"
5392
+ }
5393
+ }
5394
+ ]
5395
+ }
5396
+ ],
5397
+ "exports": [
5398
+ {
5399
+ "kind": "js",
5400
+ "name": "zeroAiIndicatorStyles",
5401
+ "declaration": {
5402
+ "name": "zeroAiIndicatorStyles",
5403
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
5404
+ }
5405
+ }
5406
+ ]
5407
+ },
5408
+ {
5409
+ "kind": "javascript-module",
5410
+ "path": "src/ai-indicator/ai-indicator.ts",
5411
+ "declarations": [
5412
+ {
5413
+ "kind": "class",
5414
+ "description": "",
5415
+ "name": "AiIndicator",
5416
+ "superclass": {
5417
+ "name": "FoundationAiIndicator",
5418
+ "package": "@genesislcap/foundation-ui"
5419
+ },
5420
+ "tagName": "%%prefix%%-ai-indicator",
5421
+ "customElement": true,
5422
+ "members": [
5423
+ {
5424
+ "kind": "field",
5425
+ "name": "providerRegistry",
5426
+ "type": {
5427
+ "text": "AIProviderRegistry"
5428
+ },
5429
+ "inheritedFrom": {
5430
+ "name": "AiIndicator",
5431
+ "module": "src/ai-indicator/ai-indicator.ts"
5432
+ }
5433
+ },
5434
+ {
5435
+ "kind": "field",
5436
+ "name": "aiProvider",
5437
+ "type": {
5438
+ "text": "AIProvider | undefined"
5439
+ },
5440
+ "privacy": "private",
5441
+ "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.",
5442
+ "readonly": true,
5443
+ "inheritedFrom": {
5444
+ "name": "AiIndicator",
5445
+ "module": "src/ai-indicator/ai-indicator.ts"
5446
+ }
5447
+ },
5448
+ {
5449
+ "kind": "field",
5450
+ "name": "status",
5451
+ "type": {
5452
+ "text": "AIStatus | null"
5453
+ },
5454
+ "default": "null",
5455
+ "inheritedFrom": {
5456
+ "name": "AiIndicator",
5457
+ "module": "src/ai-indicator/ai-indicator.ts"
5458
+ }
5459
+ },
5460
+ {
5461
+ "kind": "field",
5462
+ "name": "open",
5463
+ "type": {
5464
+ "text": "boolean"
5465
+ },
5466
+ "default": "false",
5467
+ "inheritedFrom": {
5468
+ "name": "AiIndicator",
5469
+ "module": "src/ai-indicator/ai-indicator.ts"
5470
+ }
5471
+ },
5472
+ {
5473
+ "kind": "field",
5474
+ "name": "state",
5475
+ "type": {
5476
+ "text": "AIIndicatorState"
5477
+ },
5478
+ "default": "'none'",
5479
+ "inheritedFrom": {
5480
+ "name": "AiIndicator",
5481
+ "module": "src/ai-indicator/ai-indicator.ts"
5482
+ }
5483
+ },
5484
+ {
5485
+ "kind": "field",
5486
+ "name": "isInstalling",
5487
+ "type": {
5488
+ "text": "boolean"
5489
+ },
5490
+ "default": "false",
5491
+ "inheritedFrom": {
5492
+ "name": "AiIndicator",
5493
+ "module": "src/ai-indicator/ai-indicator.ts"
5494
+ }
5495
+ },
5496
+ {
5497
+ "kind": "field",
5498
+ "name": "pollTimer",
5499
+ "type": {
5500
+ "text": "ReturnType<typeof setInterval> | null"
5501
+ },
5502
+ "privacy": "private",
5503
+ "default": "null",
5504
+ "inheritedFrom": {
5505
+ "name": "AiIndicator",
5506
+ "module": "src/ai-indicator/ai-indicator.ts"
5507
+ }
5508
+ },
5509
+ {
5510
+ "kind": "field",
5511
+ "name": "clickOutside",
5512
+ "privacy": "private",
5513
+ "inheritedFrom": {
5514
+ "name": "AiIndicator",
5515
+ "module": "src/ai-indicator/ai-indicator.ts"
5516
+ }
5517
+ },
5518
+ {
5519
+ "kind": "field",
5520
+ "name": "chromeStatusLabel",
5521
+ "type": {
5522
+ "text": "string | null"
5523
+ },
5524
+ "readonly": true,
5525
+ "inheritedFrom": {
5526
+ "name": "AiIndicator",
5527
+ "module": "src/ai-indicator/ai-indicator.ts"
5528
+ }
5529
+ },
5530
+ {
5531
+ "kind": "field",
5532
+ "name": "canInstall",
5533
+ "type": {
5534
+ "text": "boolean"
5535
+ },
5536
+ "readonly": true,
5537
+ "inheritedFrom": {
5538
+ "name": "AiIndicator",
5539
+ "module": "src/ai-indicator/ai-indicator.ts"
5540
+ }
5541
+ },
5542
+ {
5543
+ "kind": "field",
5544
+ "name": "isDownloading",
5545
+ "type": {
5546
+ "text": "boolean"
5547
+ },
5548
+ "readonly": true,
5549
+ "inheritedFrom": {
5550
+ "name": "AiIndicator",
5551
+ "module": "src/ai-indicator/ai-indicator.ts"
5552
+ }
5553
+ },
5554
+ {
5555
+ "kind": "method",
5556
+ "name": "openChanged",
5557
+ "return": {
5558
+ "type": {
5559
+ "text": "void"
5560
+ }
5561
+ },
5562
+ "inheritedFrom": {
5563
+ "name": "AiIndicator",
5564
+ "module": "src/ai-indicator/ai-indicator.ts"
5565
+ }
5566
+ },
5567
+ {
5568
+ "kind": "method",
5569
+ "name": "handleClickOutside",
5570
+ "privacy": "private",
5571
+ "parameters": [
5572
+ {
5573
+ "name": "event",
5574
+ "type": {
5575
+ "text": "MouseEvent"
5576
+ }
5577
+ }
5578
+ ],
5579
+ "inheritedFrom": {
5580
+ "name": "AiIndicator",
5581
+ "module": "src/ai-indicator/ai-indicator.ts"
5582
+ }
5583
+ },
5584
+ {
5585
+ "kind": "method",
5586
+ "name": "toggleDropdown",
5587
+ "inheritedFrom": {
5588
+ "name": "AiIndicator",
5589
+ "module": "src/ai-indicator/ai-indicator.ts"
5590
+ }
5591
+ },
5592
+ {
5593
+ "kind": "method",
5594
+ "name": "refreshStatus",
5595
+ "return": {
5596
+ "type": {
5597
+ "text": "Promise<void>"
5598
+ }
5599
+ },
5600
+ "inheritedFrom": {
5601
+ "name": "AiIndicator",
5602
+ "module": "src/ai-indicator/ai-indicator.ts"
5603
+ }
5604
+ },
5605
+ {
5606
+ "kind": "method",
5607
+ "name": "deriveState",
5608
+ "privacy": "private",
5609
+ "return": {
5610
+ "type": {
5611
+ "text": "AIIndicatorState"
5612
+ }
5613
+ },
5614
+ "parameters": [
5615
+ {
5616
+ "name": "s",
5617
+ "type": {
5618
+ "text": "AIStatus | null"
5619
+ }
5620
+ }
5621
+ ],
5622
+ "inheritedFrom": {
5623
+ "name": "AiIndicator",
5624
+ "module": "src/ai-indicator/ai-indicator.ts"
5625
+ }
5626
+ },
5627
+ {
5628
+ "kind": "method",
5629
+ "name": "maybeStartPolling",
5630
+ "privacy": "private",
5631
+ "return": {
5632
+ "type": {
5633
+ "text": "void"
5634
+ }
5635
+ },
5636
+ "inheritedFrom": {
5637
+ "name": "AiIndicator",
5638
+ "module": "src/ai-indicator/ai-indicator.ts"
5639
+ }
5640
+ },
5641
+ {
5642
+ "kind": "method",
5643
+ "name": "startPolling",
5644
+ "privacy": "private",
5645
+ "return": {
5646
+ "type": {
5647
+ "text": "void"
5648
+ }
5649
+ },
5650
+ "inheritedFrom": {
5651
+ "name": "AiIndicator",
5652
+ "module": "src/ai-indicator/ai-indicator.ts"
5653
+ }
5654
+ },
5655
+ {
5656
+ "kind": "method",
5657
+ "name": "stopPolling",
5658
+ "privacy": "private",
5659
+ "return": {
5660
+ "type": {
5661
+ "text": "void"
5662
+ }
5663
+ },
5664
+ "inheritedFrom": {
5665
+ "name": "AiIndicator",
5666
+ "module": "src/ai-indicator/ai-indicator.ts"
5667
+ }
5668
+ },
5669
+ {
5670
+ "kind": "method",
5671
+ "name": "onInstall",
5672
+ "return": {
5673
+ "type": {
5674
+ "text": "Promise<void>"
5675
+ }
5676
+ },
5677
+ "inheritedFrom": {
5678
+ "name": "AiIndicator",
5679
+ "module": "src/ai-indicator/ai-indicator.ts"
5680
+ }
5681
+ },
5682
+ {
5683
+ "kind": "field",
5684
+ "name": "_presentation",
5685
+ "type": {
5686
+ "text": "ComponentPresentation | null | undefined"
5687
+ },
5688
+ "privacy": "private",
5689
+ "default": "void 0",
5690
+ "inheritedFrom": {
5691
+ "name": "FoundationElement",
5692
+ "module": "src/foundation-element/foundation-element.ts"
5693
+ }
5694
+ },
5695
+ {
5696
+ "kind": "field",
5697
+ "name": "$presentation",
5698
+ "type": {
5699
+ "text": "ComponentPresentation | null"
5700
+ },
5701
+ "privacy": "public",
5702
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5703
+ "inheritedFrom": {
5704
+ "name": "FoundationElement",
5705
+ "module": "src/foundation-element/foundation-element.ts"
5706
+ }
5707
+ },
5708
+ {
5709
+ "kind": "field",
5710
+ "name": "template",
5711
+ "type": {
5712
+ "text": "ElementViewTemplate | void | null"
5713
+ },
5714
+ "privacy": "public",
5715
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
5716
+ "inheritedFrom": {
5717
+ "name": "FoundationElement",
5718
+ "module": "src/foundation-element/foundation-element.ts"
5719
+ }
5720
+ },
5721
+ {
5722
+ "kind": "method",
5723
+ "name": "templateChanged",
5724
+ "privacy": "protected",
5725
+ "return": {
5726
+ "type": {
5727
+ "text": "void"
5728
+ }
5729
+ },
5730
+ "inheritedFrom": {
5731
+ "name": "FoundationElement",
5732
+ "module": "src/foundation-element/foundation-element.ts"
5733
+ }
5734
+ },
5735
+ {
5736
+ "kind": "field",
5737
+ "name": "styles",
5738
+ "type": {
5739
+ "text": "ElementStyles | void | null"
5740
+ },
5741
+ "privacy": "public",
5742
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
5743
+ "inheritedFrom": {
5744
+ "name": "FoundationElement",
5745
+ "module": "src/foundation-element/foundation-element.ts"
5746
+ }
5747
+ },
5748
+ {
5749
+ "kind": "method",
5750
+ "name": "stylesChanged",
5751
+ "privacy": "protected",
5752
+ "return": {
5753
+ "type": {
5754
+ "text": "void"
5755
+ }
5756
+ },
5757
+ "inheritedFrom": {
5758
+ "name": "FoundationElement",
5759
+ "module": "src/foundation-element/foundation-element.ts"
5760
+ }
5761
+ },
5762
+ {
5763
+ "kind": "method",
5764
+ "name": "compose",
5765
+ "privacy": "public",
5766
+ "static": true,
5767
+ "return": {
5768
+ "type": {
5769
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
5770
+ }
5771
+ },
5772
+ "parameters": [
5773
+ {
5774
+ "name": "this",
5775
+ "type": {
5776
+ "text": "K"
5777
+ }
5778
+ },
5779
+ {
5780
+ "name": "elementDefinition",
5781
+ "type": {
5782
+ "text": "T"
5783
+ },
5784
+ "description": "The definition of the element to create the registry\nfunction for."
5785
+ }
5786
+ ],
5787
+ "description": "Defines an element registry function with a set of element definition defaults.",
5788
+ "inheritedFrom": {
5789
+ "name": "FoundationElement",
5790
+ "module": "src/foundation-element/foundation-element.ts"
5791
+ }
5792
+ }
5793
+ ]
5794
+ },
5795
+ {
5796
+ "kind": "variable",
5797
+ "name": "zeroAiIndicator"
5798
+ }
5799
+ ],
5800
+ "exports": [
5801
+ {
5802
+ "kind": "js",
5803
+ "name": "AiIndicator",
5804
+ "declaration": {
5805
+ "name": "AiIndicator",
5806
+ "module": "src/ai-indicator/ai-indicator.ts"
5807
+ }
5808
+ },
5809
+ {
5810
+ "kind": "js",
5811
+ "name": "zeroAiIndicator",
5812
+ "declaration": {
5813
+ "name": "zeroAiIndicator",
5814
+ "module": "src/ai-indicator/ai-indicator.ts"
5815
+ }
5816
+ }
5817
+ ]
5818
+ },
5819
+ {
5820
+ "kind": "javascript-module",
5821
+ "path": "src/ai-indicator/index.ts",
5822
+ "declarations": [],
5823
+ "exports": [
5824
+ {
5825
+ "kind": "js",
5826
+ "name": "AiIndicator",
5827
+ "declaration": {
5828
+ "name": "AiIndicator",
5829
+ "module": "./ai-indicator"
5830
+ }
5831
+ },
5832
+ {
5833
+ "kind": "js",
5834
+ "name": "zeroAiIndicator",
5835
+ "declaration": {
5836
+ "name": "zeroAiIndicator",
5837
+ "module": "./ai-indicator"
5838
+ }
5839
+ }
5840
+ ]
5841
+ },
5842
5842
  {
5843
5843
  "kind": "javascript-module",
5844
5844
  "path": "src/badge/badge.styles.ts",
@@ -47574,6 +47574,307 @@
47574
47574
  }
47575
47575
  ]
47576
47576
  },
47577
+ {
47578
+ "kind": "javascript-module",
47579
+ "path": "src/_config/styles/colors.ts",
47580
+ "declarations": [
47581
+ {
47582
+ "kind": "function",
47583
+ "name": "whiteWebRGBA",
47584
+ "parameters": [
47585
+ {
47586
+ "name": "alpha",
47587
+ "default": "1.0",
47588
+ "type": {
47589
+ "text": "number"
47590
+ }
47591
+ }
47592
+ ]
47593
+ },
47594
+ {
47595
+ "kind": "function",
47596
+ "name": "blackWebRGBA",
47597
+ "parameters": [
47598
+ {
47599
+ "name": "alpha",
47600
+ "default": "1.0",
47601
+ "type": {
47602
+ "text": "number"
47603
+ }
47604
+ }
47605
+ ]
47606
+ },
47607
+ {
47608
+ "kind": "variable",
47609
+ "name": "rapidDefaultFillColor"
47610
+ },
47611
+ {
47612
+ "kind": "variable",
47613
+ "name": "rapidDefaultCardFillColor"
47614
+ },
47615
+ {
47616
+ "kind": "variable",
47617
+ "name": "rapidDefaultCardPalette"
47618
+ },
47619
+ {
47620
+ "kind": "function",
47621
+ "name": "primaryBlueWebRGBA",
47622
+ "parameters": [
47623
+ {
47624
+ "name": "alpha",
47625
+ "default": "1.0",
47626
+ "type": {
47627
+ "text": "number"
47628
+ }
47629
+ }
47630
+ ]
47631
+ },
47632
+ {
47633
+ "kind": "variable",
47634
+ "name": "accentBlueSwatch"
47635
+ },
47636
+ {
47637
+ "kind": "variable",
47638
+ "name": "accentBluePalette"
47639
+ },
47640
+ {
47641
+ "kind": "function",
47642
+ "name": "primaryPurpleWebRGBA",
47643
+ "parameters": [
47644
+ {
47645
+ "name": "alpha",
47646
+ "default": "1.0",
47647
+ "type": {
47648
+ "text": "number"
47649
+ }
47650
+ }
47651
+ ]
47652
+ },
47653
+ {
47654
+ "kind": "function",
47655
+ "name": "secondaryOrangeWebRGBA",
47656
+ "parameters": [
47657
+ {
47658
+ "name": "alpha",
47659
+ "default": "1.0",
47660
+ "type": {
47661
+ "text": "number"
47662
+ }
47663
+ }
47664
+ ]
47665
+ },
47666
+ {
47667
+ "kind": "function",
47668
+ "name": "secondaryTealWebRGBA",
47669
+ "parameters": [
47670
+ {
47671
+ "name": "alpha",
47672
+ "default": "1.0",
47673
+ "type": {
47674
+ "text": "number"
47675
+ }
47676
+ }
47677
+ ]
47678
+ },
47679
+ {
47680
+ "kind": "function",
47681
+ "name": "longGreenWebRGBA",
47682
+ "parameters": [
47683
+ {
47684
+ "name": "alpha",
47685
+ "default": "1.0",
47686
+ "type": {
47687
+ "text": "number"
47688
+ }
47689
+ }
47690
+ ]
47691
+ },
47692
+ {
47693
+ "kind": "function",
47694
+ "name": "shortPinkWebRGBA",
47695
+ "parameters": [
47696
+ {
47697
+ "name": "alpha",
47698
+ "default": "1.0",
47699
+ "type": {
47700
+ "text": "number"
47701
+ }
47702
+ }
47703
+ ]
47704
+ },
47705
+ {
47706
+ "kind": "function",
47707
+ "name": "warningYellowWebRGBA",
47708
+ "parameters": [
47709
+ {
47710
+ "name": "alpha",
47711
+ "default": "1.0",
47712
+ "type": {
47713
+ "text": "number"
47714
+ }
47715
+ }
47716
+ ]
47717
+ },
47718
+ {
47719
+ "kind": "function",
47720
+ "name": "chartPinkWebRGBA",
47721
+ "parameters": [
47722
+ {
47723
+ "name": "alpha",
47724
+ "default": "1.0",
47725
+ "type": {
47726
+ "text": "number"
47727
+ }
47728
+ }
47729
+ ]
47730
+ }
47731
+ ],
47732
+ "exports": [
47733
+ {
47734
+ "kind": "js",
47735
+ "name": "whiteWebRGBA",
47736
+ "declaration": {
47737
+ "name": "whiteWebRGBA",
47738
+ "module": "src/_config/styles/colors.ts"
47739
+ }
47740
+ },
47741
+ {
47742
+ "kind": "js",
47743
+ "name": "blackWebRGBA",
47744
+ "declaration": {
47745
+ "name": "blackWebRGBA",
47746
+ "module": "src/_config/styles/colors.ts"
47747
+ }
47748
+ },
47749
+ {
47750
+ "kind": "js",
47751
+ "name": "rapidDefaultFillColor",
47752
+ "declaration": {
47753
+ "name": "rapidDefaultFillColor",
47754
+ "module": "src/_config/styles/colors.ts"
47755
+ }
47756
+ },
47757
+ {
47758
+ "kind": "js",
47759
+ "name": "rapidDefaultCardFillColor",
47760
+ "declaration": {
47761
+ "name": "rapidDefaultCardFillColor",
47762
+ "module": "src/_config/styles/colors.ts"
47763
+ }
47764
+ },
47765
+ {
47766
+ "kind": "js",
47767
+ "name": "rapidDefaultCardPalette",
47768
+ "declaration": {
47769
+ "name": "rapidDefaultCardPalette",
47770
+ "module": "src/_config/styles/colors.ts"
47771
+ }
47772
+ },
47773
+ {
47774
+ "kind": "js",
47775
+ "name": "primaryBlueWebRGBA",
47776
+ "declaration": {
47777
+ "name": "primaryBlueWebRGBA",
47778
+ "module": "src/_config/styles/colors.ts"
47779
+ }
47780
+ },
47781
+ {
47782
+ "kind": "js",
47783
+ "name": "accentBlueSwatch",
47784
+ "declaration": {
47785
+ "name": "accentBlueSwatch",
47786
+ "module": "src/_config/styles/colors.ts"
47787
+ }
47788
+ },
47789
+ {
47790
+ "kind": "js",
47791
+ "name": "accentBluePalette",
47792
+ "declaration": {
47793
+ "name": "accentBluePalette",
47794
+ "module": "src/_config/styles/colors.ts"
47795
+ }
47796
+ },
47797
+ {
47798
+ "kind": "js",
47799
+ "name": "primaryPurpleWebRGBA",
47800
+ "declaration": {
47801
+ "name": "primaryPurpleWebRGBA",
47802
+ "module": "src/_config/styles/colors.ts"
47803
+ }
47804
+ },
47805
+ {
47806
+ "kind": "js",
47807
+ "name": "secondaryOrangeWebRGBA",
47808
+ "declaration": {
47809
+ "name": "secondaryOrangeWebRGBA",
47810
+ "module": "src/_config/styles/colors.ts"
47811
+ }
47812
+ },
47813
+ {
47814
+ "kind": "js",
47815
+ "name": "secondaryTealWebRGBA",
47816
+ "declaration": {
47817
+ "name": "secondaryTealWebRGBA",
47818
+ "module": "src/_config/styles/colors.ts"
47819
+ }
47820
+ },
47821
+ {
47822
+ "kind": "js",
47823
+ "name": "longGreenWebRGBA",
47824
+ "declaration": {
47825
+ "name": "longGreenWebRGBA",
47826
+ "module": "src/_config/styles/colors.ts"
47827
+ }
47828
+ },
47829
+ {
47830
+ "kind": "js",
47831
+ "name": "shortPinkWebRGBA",
47832
+ "declaration": {
47833
+ "name": "shortPinkWebRGBA",
47834
+ "module": "src/_config/styles/colors.ts"
47835
+ }
47836
+ },
47837
+ {
47838
+ "kind": "js",
47839
+ "name": "warningYellowWebRGBA",
47840
+ "declaration": {
47841
+ "name": "warningYellowWebRGBA",
47842
+ "module": "src/_config/styles/colors.ts"
47843
+ }
47844
+ },
47845
+ {
47846
+ "kind": "js",
47847
+ "name": "chartPinkWebRGBA",
47848
+ "declaration": {
47849
+ "name": "chartPinkWebRGBA",
47850
+ "module": "src/_config/styles/colors.ts"
47851
+ }
47852
+ }
47853
+ ]
47854
+ },
47855
+ {
47856
+ "kind": "javascript-module",
47857
+ "path": "src/_config/styles/index.ts",
47858
+ "declarations": [],
47859
+ "exports": [
47860
+ {
47861
+ "kind": "js",
47862
+ "name": "*",
47863
+ "declaration": {
47864
+ "name": "*",
47865
+ "package": "./colors"
47866
+ }
47867
+ },
47868
+ {
47869
+ "kind": "js",
47870
+ "name": "*",
47871
+ "declaration": {
47872
+ "name": "*",
47873
+ "package": "./external/roboto-font"
47874
+ }
47875
+ }
47876
+ ]
47877
+ },
47577
47878
  {
47578
47879
  "kind": "javascript-module",
47579
47880
  "path": "src/_config/tokens/custom.ts",
@@ -48659,307 +48960,6 @@
48659
48960
  }
48660
48961
  ]
48661
48962
  },
48662
- {
48663
- "kind": "javascript-module",
48664
- "path": "src/_config/styles/colors.ts",
48665
- "declarations": [
48666
- {
48667
- "kind": "function",
48668
- "name": "whiteWebRGBA",
48669
- "parameters": [
48670
- {
48671
- "name": "alpha",
48672
- "default": "1.0",
48673
- "type": {
48674
- "text": "number"
48675
- }
48676
- }
48677
- ]
48678
- },
48679
- {
48680
- "kind": "function",
48681
- "name": "blackWebRGBA",
48682
- "parameters": [
48683
- {
48684
- "name": "alpha",
48685
- "default": "1.0",
48686
- "type": {
48687
- "text": "number"
48688
- }
48689
- }
48690
- ]
48691
- },
48692
- {
48693
- "kind": "variable",
48694
- "name": "rapidDefaultFillColor"
48695
- },
48696
- {
48697
- "kind": "variable",
48698
- "name": "rapidDefaultCardFillColor"
48699
- },
48700
- {
48701
- "kind": "variable",
48702
- "name": "rapidDefaultCardPalette"
48703
- },
48704
- {
48705
- "kind": "function",
48706
- "name": "primaryBlueWebRGBA",
48707
- "parameters": [
48708
- {
48709
- "name": "alpha",
48710
- "default": "1.0",
48711
- "type": {
48712
- "text": "number"
48713
- }
48714
- }
48715
- ]
48716
- },
48717
- {
48718
- "kind": "variable",
48719
- "name": "accentBlueSwatch"
48720
- },
48721
- {
48722
- "kind": "variable",
48723
- "name": "accentBluePalette"
48724
- },
48725
- {
48726
- "kind": "function",
48727
- "name": "primaryPurpleWebRGBA",
48728
- "parameters": [
48729
- {
48730
- "name": "alpha",
48731
- "default": "1.0",
48732
- "type": {
48733
- "text": "number"
48734
- }
48735
- }
48736
- ]
48737
- },
48738
- {
48739
- "kind": "function",
48740
- "name": "secondaryOrangeWebRGBA",
48741
- "parameters": [
48742
- {
48743
- "name": "alpha",
48744
- "default": "1.0",
48745
- "type": {
48746
- "text": "number"
48747
- }
48748
- }
48749
- ]
48750
- },
48751
- {
48752
- "kind": "function",
48753
- "name": "secondaryTealWebRGBA",
48754
- "parameters": [
48755
- {
48756
- "name": "alpha",
48757
- "default": "1.0",
48758
- "type": {
48759
- "text": "number"
48760
- }
48761
- }
48762
- ]
48763
- },
48764
- {
48765
- "kind": "function",
48766
- "name": "longGreenWebRGBA",
48767
- "parameters": [
48768
- {
48769
- "name": "alpha",
48770
- "default": "1.0",
48771
- "type": {
48772
- "text": "number"
48773
- }
48774
- }
48775
- ]
48776
- },
48777
- {
48778
- "kind": "function",
48779
- "name": "shortPinkWebRGBA",
48780
- "parameters": [
48781
- {
48782
- "name": "alpha",
48783
- "default": "1.0",
48784
- "type": {
48785
- "text": "number"
48786
- }
48787
- }
48788
- ]
48789
- },
48790
- {
48791
- "kind": "function",
48792
- "name": "warningYellowWebRGBA",
48793
- "parameters": [
48794
- {
48795
- "name": "alpha",
48796
- "default": "1.0",
48797
- "type": {
48798
- "text": "number"
48799
- }
48800
- }
48801
- ]
48802
- },
48803
- {
48804
- "kind": "function",
48805
- "name": "chartPinkWebRGBA",
48806
- "parameters": [
48807
- {
48808
- "name": "alpha",
48809
- "default": "1.0",
48810
- "type": {
48811
- "text": "number"
48812
- }
48813
- }
48814
- ]
48815
- }
48816
- ],
48817
- "exports": [
48818
- {
48819
- "kind": "js",
48820
- "name": "whiteWebRGBA",
48821
- "declaration": {
48822
- "name": "whiteWebRGBA",
48823
- "module": "src/_config/styles/colors.ts"
48824
- }
48825
- },
48826
- {
48827
- "kind": "js",
48828
- "name": "blackWebRGBA",
48829
- "declaration": {
48830
- "name": "blackWebRGBA",
48831
- "module": "src/_config/styles/colors.ts"
48832
- }
48833
- },
48834
- {
48835
- "kind": "js",
48836
- "name": "rapidDefaultFillColor",
48837
- "declaration": {
48838
- "name": "rapidDefaultFillColor",
48839
- "module": "src/_config/styles/colors.ts"
48840
- }
48841
- },
48842
- {
48843
- "kind": "js",
48844
- "name": "rapidDefaultCardFillColor",
48845
- "declaration": {
48846
- "name": "rapidDefaultCardFillColor",
48847
- "module": "src/_config/styles/colors.ts"
48848
- }
48849
- },
48850
- {
48851
- "kind": "js",
48852
- "name": "rapidDefaultCardPalette",
48853
- "declaration": {
48854
- "name": "rapidDefaultCardPalette",
48855
- "module": "src/_config/styles/colors.ts"
48856
- }
48857
- },
48858
- {
48859
- "kind": "js",
48860
- "name": "primaryBlueWebRGBA",
48861
- "declaration": {
48862
- "name": "primaryBlueWebRGBA",
48863
- "module": "src/_config/styles/colors.ts"
48864
- }
48865
- },
48866
- {
48867
- "kind": "js",
48868
- "name": "accentBlueSwatch",
48869
- "declaration": {
48870
- "name": "accentBlueSwatch",
48871
- "module": "src/_config/styles/colors.ts"
48872
- }
48873
- },
48874
- {
48875
- "kind": "js",
48876
- "name": "accentBluePalette",
48877
- "declaration": {
48878
- "name": "accentBluePalette",
48879
- "module": "src/_config/styles/colors.ts"
48880
- }
48881
- },
48882
- {
48883
- "kind": "js",
48884
- "name": "primaryPurpleWebRGBA",
48885
- "declaration": {
48886
- "name": "primaryPurpleWebRGBA",
48887
- "module": "src/_config/styles/colors.ts"
48888
- }
48889
- },
48890
- {
48891
- "kind": "js",
48892
- "name": "secondaryOrangeWebRGBA",
48893
- "declaration": {
48894
- "name": "secondaryOrangeWebRGBA",
48895
- "module": "src/_config/styles/colors.ts"
48896
- }
48897
- },
48898
- {
48899
- "kind": "js",
48900
- "name": "secondaryTealWebRGBA",
48901
- "declaration": {
48902
- "name": "secondaryTealWebRGBA",
48903
- "module": "src/_config/styles/colors.ts"
48904
- }
48905
- },
48906
- {
48907
- "kind": "js",
48908
- "name": "longGreenWebRGBA",
48909
- "declaration": {
48910
- "name": "longGreenWebRGBA",
48911
- "module": "src/_config/styles/colors.ts"
48912
- }
48913
- },
48914
- {
48915
- "kind": "js",
48916
- "name": "shortPinkWebRGBA",
48917
- "declaration": {
48918
- "name": "shortPinkWebRGBA",
48919
- "module": "src/_config/styles/colors.ts"
48920
- }
48921
- },
48922
- {
48923
- "kind": "js",
48924
- "name": "warningYellowWebRGBA",
48925
- "declaration": {
48926
- "name": "warningYellowWebRGBA",
48927
- "module": "src/_config/styles/colors.ts"
48928
- }
48929
- },
48930
- {
48931
- "kind": "js",
48932
- "name": "chartPinkWebRGBA",
48933
- "declaration": {
48934
- "name": "chartPinkWebRGBA",
48935
- "module": "src/_config/styles/colors.ts"
48936
- }
48937
- }
48938
- ]
48939
- },
48940
- {
48941
- "kind": "javascript-module",
48942
- "path": "src/_config/styles/index.ts",
48943
- "declarations": [],
48944
- "exports": [
48945
- {
48946
- "kind": "js",
48947
- "name": "*",
48948
- "declaration": {
48949
- "name": "*",
48950
- "package": "./colors"
48951
- }
48952
- },
48953
- {
48954
- "kind": "js",
48955
- "name": "*",
48956
- "declaration": {
48957
- "name": "*",
48958
- "package": "./external/roboto-font"
48959
- }
48960
- }
48961
- ]
48962
- },
48963
48963
  {
48964
48964
  "kind": "javascript-module",
48965
48965
  "path": "src/_config/values/color.ts",