@workday/canvas-kit-docs 13.0.0-alpha.1075-next.0 → 13.0.0-alpha.1080-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -66068,52 +66068,213 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
66068
66068
  }
66069
66069
  },
66070
66070
  {
66071
- "name": "Banner",
66071
+ "name": "bannerStencil",
66072
66072
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx",
66073
- "description": "`Banner` is a container component rendered as a `<button>` element that is responsible for creating\na `BannerModel` and sharing it with its subcomponents using React context.\n\n```tsx\n<Banner\n\tisSticky={true}\n\thasError={true}\n\tid='custom-banner-id'\n\tonClick={() => console.log('clicked banner')}\n>\n {Child components}\n</Banner>\n```\n\nAlternatively, you may pass in a model using the hoisted model pattern.\n\n```tsx\nconst model = useBannerModel({\n isSticky: true,\n hasError: true,\n id: 'custom-banner-id',\n});\n\nreturn (\n <Banner onClick={() => console.log('clicked banner')} model={model}>\n {Child components}\n </Banner>\n);\n```",
66073
+ "description": "",
66074
66074
  "declarations": [
66075
66075
  {
66076
- "name": "Banner",
66076
+ "name": "bannerStencil",
66077
66077
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
66078
66078
  }
66079
66079
  ],
66080
66080
  "tags": {},
66081
66081
  "type": {
66082
- "kind": "enhancedComponent",
66083
- "componentType": "container",
66084
- "displayName": "Banner",
66085
- "props": [
66082
+ "kind": "function",
66083
+ "parameters": [
66086
66084
  {
66087
- "kind": "property",
66088
- "name": "children",
66089
- "required": false,
66085
+ "kind": "parameter",
66086
+ "name": "options",
66090
66087
  "type": {
66091
- "kind": "external",
66092
- "name": "ReactNode",
66093
- "url": "https://reactjs.org/docs/rendering-elements.html"
66088
+ "kind": "conditional",
66089
+ "check": {
66090
+ "kind": "tuple",
66091
+ "value": [
66092
+ {
66093
+ "kind": "symbol",
66094
+ "name": "E",
66095
+ "value": "E"
66096
+ }
66097
+ ]
66098
+ },
66099
+ "extends": {
66100
+ "kind": "tuple",
66101
+ "value": [
66102
+ {
66103
+ "kind": "primitive",
66104
+ "value": "never"
66105
+ }
66106
+ ]
66107
+ },
66108
+ "trueType": {
66109
+ "kind": "intersection",
66110
+ "value": [
66111
+ {
66112
+ "kind": "symbol",
66113
+ "name": "ModifierValuesStencil",
66114
+ "typeParameters": [
66115
+ {
66116
+ "kind": "symbol",
66117
+ "name": "M",
66118
+ "value": "M"
66119
+ },
66120
+ {
66121
+ "kind": "symbol",
66122
+ "name": "V",
66123
+ "value": "V"
66124
+ }
66125
+ ],
66126
+ "value": "ModifierValuesStencil<M, V>"
66127
+ },
66128
+ {
66129
+ "kind": "symbol",
66130
+ "name": "VariableValuesStencil",
66131
+ "typeParameters": [
66132
+ {
66133
+ "kind": "symbol",
66134
+ "name": "V",
66135
+ "value": "V"
66136
+ }
66137
+ ],
66138
+ "value": "VariableValuesStencil<V>"
66139
+ }
66140
+ ]
66141
+ },
66142
+ "falseType": {
66143
+ "kind": "conditional",
66144
+ "check": {
66145
+ "kind": "symbol",
66146
+ "name": "E",
66147
+ "value": "E"
66148
+ },
66149
+ "extends": {
66150
+ "kind": "symbol",
66151
+ "name": "BaseStencil",
66152
+ "typeParameters": [
66153
+ {
66154
+ "kind": "infer",
66155
+ "value": {
66156
+ "kind": "typeParameter",
66157
+ "name": "ME",
66158
+ "required": true
66159
+ }
66160
+ },
66161
+ {
66162
+ "kind": "infer",
66163
+ "value": {
66164
+ "kind": "typeParameter",
66165
+ "name": "VE",
66166
+ "required": true
66167
+ }
66168
+ },
66169
+ {
66170
+ "kind": "primitive",
66171
+ "value": "any"
66172
+ },
66173
+ {
66174
+ "kind": "primitive",
66175
+ "value": "any"
66176
+ }
66177
+ ],
66178
+ "value": "BaseStencil<M, V, E, ID>"
66179
+ },
66180
+ "trueType": {
66181
+ "kind": "intersection",
66182
+ "value": [
66183
+ {
66184
+ "kind": "symbol",
66185
+ "name": "ModifierValuesStencil",
66186
+ "typeParameters": [
66187
+ {
66188
+ "kind": "intersection",
66189
+ "value": [
66190
+ {
66191
+ "kind": "symbol",
66192
+ "name": "ME",
66193
+ "value": "ME"
66194
+ },
66195
+ {
66196
+ "kind": "symbol",
66197
+ "name": "M",
66198
+ "value": "M"
66199
+ }
66200
+ ]
66201
+ }
66202
+ ],
66203
+ "value": "ModifierValuesStencil<M, V>"
66204
+ },
66205
+ {
66206
+ "kind": "symbol",
66207
+ "name": "VariableValuesStencil",
66208
+ "typeParameters": [
66209
+ {
66210
+ "kind": "intersection",
66211
+ "value": [
66212
+ {
66213
+ "kind": "symbol",
66214
+ "name": "VE",
66215
+ "value": "VE"
66216
+ },
66217
+ {
66218
+ "kind": "symbol",
66219
+ "name": "V",
66220
+ "value": "V"
66221
+ }
66222
+ ]
66223
+ }
66224
+ ],
66225
+ "value": "VariableValuesStencil<V>"
66226
+ }
66227
+ ]
66228
+ },
66229
+ "falseType": {
66230
+ "kind": "primitive",
66231
+ "value": "never"
66232
+ }
66233
+ }
66094
66234
  },
66095
- "description": "Children of the Banner. Should contain a `<Banner.Label>` a <Banner.Icon> and an optional `<Banner.ActionText>`",
66235
+ "required": false,
66236
+ "rest": false,
66237
+ "description": "",
66096
66238
  "declarations": [
66097
66239
  {
66098
- "name": "children",
66099
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
66240
+ "name": "options",
66241
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66100
66242
  }
66101
66243
  ],
66102
66244
  "tags": {}
66103
- },
66245
+ }
66246
+ ],
66247
+ "members": [
66104
66248
  {
66105
66249
  "kind": "property",
66106
- "name": "cs",
66107
- "required": false,
66250
+ "name": "vars",
66251
+ "required": true,
66108
66252
  "type": {
66109
66253
  "kind": "symbol",
66110
- "name": "CSToPropsInput",
66111
- "value": "CSToPropsInput"
66254
+ "name": "StencilDefaultVars",
66255
+ "typeParameters": [
66256
+ {
66257
+ "kind": "symbol",
66258
+ "name": "V",
66259
+ "value": "V"
66260
+ },
66261
+ {
66262
+ "kind": "symbol",
66263
+ "name": "E",
66264
+ "value": "E"
66265
+ },
66266
+ {
66267
+ "kind": "symbol",
66268
+ "name": "ID",
66269
+ "value": "ID"
66270
+ }
66271
+ ],
66272
+ "value": "StencilDefaultVars<V, E, ID>"
66112
66273
  },
66113
- "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles } instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
66274
+ "description": "",
66114
66275
  "declarations": [
66115
66276
  {
66116
- "name": "cs",
66277
+ "name": "vars",
66117
66278
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66118
66279
  }
66119
66280
  ],
@@ -66121,233 +66282,2174 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
66121
66282
  },
66122
66283
  {
66123
66284
  "kind": "property",
66124
- "name": "as",
66125
- "description": "Optional override of the default element used by the component. Any valid tag or Component. If you provided a Component, this component should forward the ref using `React.forwardRef`and spread extra props to a root element.\n\n**Note:** Not all elements make sense and some elements may cause accessibility issues. Change this value with care.",
66126
- "tags": {},
66127
- "declarations": [],
66285
+ "name": "base",
66286
+ "required": true,
66128
66287
  "type": {
66129
- "kind": "external",
66130
- "name": "React.ElementType",
66131
- "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
66288
+ "kind": "primitive",
66289
+ "value": "string"
66132
66290
  },
66133
- "defaultValue": {
66134
- "kind": "external",
66135
- "name": "button",
66136
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
66137
- }
66291
+ "description": "",
66292
+ "declarations": [
66293
+ {
66294
+ "name": "base",
66295
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66296
+ }
66297
+ ],
66298
+ "tags": {}
66138
66299
  },
66139
66300
  {
66140
66301
  "kind": "property",
66141
- "name": "ref",
66142
- "description": "Optional ref. If the component represents an element, this ref will be a reference to the real DOM element of the component. If `as` is set to an element, it will be that element. If `as` is a component, the reference will be to that component (or element if the component uses `React.forwardRef`).",
66143
- "tags": {},
66144
- "declarations": [],
66302
+ "name": "modifiers",
66303
+ "required": true,
66145
66304
  "type": {
66146
- "kind": "external",
66147
- "name": "React.Ref",
66148
- "url": "https://reactjs.org/docs/refs-and-the-dom.html",
66149
- "typeParameters": [
66150
- {
66151
- "kind": "typeParameter",
66152
- "name": "R",
66153
- "required": true,
66154
- "defaultValue": {
66155
- "kind": "external",
66156
- "name": "button",
66157
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
66305
+ "kind": "conditional",
66306
+ "check": {
66307
+ "kind": "tuple",
66308
+ "value": [
66309
+ {
66310
+ "kind": "symbol",
66311
+ "name": "E",
66312
+ "value": "E"
66158
66313
  }
66159
- }
66314
+ ]
66315
+ },
66316
+ "extends": {
66317
+ "kind": "tuple",
66318
+ "value": [
66319
+ {
66320
+ "kind": "symbol",
66321
+ "name": "BaseStencil",
66322
+ "typeParameters": [
66323
+ {
66324
+ "kind": "infer",
66325
+ "value": {
66326
+ "kind": "typeParameter",
66327
+ "name": "ME",
66328
+ "required": true
66329
+ }
66330
+ },
66331
+ {
66332
+ "kind": "infer",
66333
+ "value": {
66334
+ "kind": "typeParameter",
66335
+ "name": "VE",
66336
+ "required": true
66337
+ }
66338
+ },
66339
+ {
66340
+ "kind": "primitive",
66341
+ "value": "any"
66342
+ },
66343
+ {
66344
+ "kind": "primitive",
66345
+ "value": "any"
66346
+ }
66347
+ ],
66348
+ "value": "BaseStencil<M, V, E, ID>"
66349
+ }
66350
+ ]
66351
+ },
66352
+ "trueType": {
66353
+ "kind": "symbol",
66354
+ "name": "StencilModifierReturn",
66355
+ "typeParameters": [
66356
+ {
66357
+ "kind": "intersection",
66358
+ "value": [
66359
+ {
66360
+ "kind": "symbol",
66361
+ "name": "ME",
66362
+ "value": "ME"
66363
+ },
66364
+ {
66365
+ "kind": "symbol",
66366
+ "name": "M",
66367
+ "value": "M"
66368
+ }
66369
+ ]
66370
+ },
66371
+ {
66372
+ "kind": "intersection",
66373
+ "value": [
66374
+ {
66375
+ "kind": "symbol",
66376
+ "name": "VE",
66377
+ "value": "VE"
66378
+ },
66379
+ {
66380
+ "kind": "symbol",
66381
+ "name": "V",
66382
+ "value": "V"
66383
+ }
66384
+ ]
66385
+ }
66386
+ ],
66387
+ "value": "StencilModifierReturn<M, V>"
66388
+ },
66389
+ "falseType": {
66390
+ "kind": "symbol",
66391
+ "name": "StencilModifierReturn",
66392
+ "typeParameters": [
66393
+ {
66394
+ "kind": "symbol",
66395
+ "name": "M",
66396
+ "value": "M"
66397
+ },
66398
+ {
66399
+ "kind": "symbol",
66400
+ "name": "V",
66401
+ "value": "V"
66402
+ }
66403
+ ],
66404
+ "value": "StencilModifierReturn<M, V>"
66405
+ }
66406
+ },
66407
+ "description": "",
66408
+ "declarations": [
66409
+ {
66410
+ "name": "modifiers",
66411
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66412
+ }
66413
+ ],
66414
+ "tags": {}
66415
+ },
66416
+ {
66417
+ "kind": "property",
66418
+ "name": "defaultModifiers",
66419
+ "required": true,
66420
+ "type": {
66421
+ "kind": "conditional",
66422
+ "check": {
66423
+ "kind": "tuple",
66424
+ "value": [
66425
+ {
66426
+ "kind": "symbol",
66427
+ "name": "E",
66428
+ "value": "E"
66429
+ }
66430
+ ]
66431
+ },
66432
+ "extends": {
66433
+ "kind": "tuple",
66434
+ "value": [
66435
+ {
66436
+ "kind": "symbol",
66437
+ "name": "BaseStencil",
66438
+ "typeParameters": [
66439
+ {
66440
+ "kind": "infer",
66441
+ "value": {
66442
+ "kind": "typeParameter",
66443
+ "name": "ME",
66444
+ "required": true
66445
+ }
66446
+ },
66447
+ {
66448
+ "kind": "primitive",
66449
+ "value": "any"
66450
+ },
66451
+ {
66452
+ "kind": "primitive",
66453
+ "value": "any"
66454
+ },
66455
+ {
66456
+ "kind": "primitive",
66457
+ "value": "any"
66458
+ }
66459
+ ],
66460
+ "value": "BaseStencil<M, V, E, ID>"
66461
+ }
66462
+ ]
66463
+ },
66464
+ "trueType": {
66465
+ "kind": "symbol",
66466
+ "name": "StencilDefaultModifierReturn",
66467
+ "typeParameters": [
66468
+ {
66469
+ "kind": "intersection",
66470
+ "value": [
66471
+ {
66472
+ "kind": "symbol",
66473
+ "name": "ME",
66474
+ "value": "ME"
66475
+ },
66476
+ {
66477
+ "kind": "symbol",
66478
+ "name": "M",
66479
+ "value": "M"
66480
+ }
66481
+ ]
66482
+ }
66483
+ ],
66484
+ "value": "StencilDefaultModifierReturn<M>"
66485
+ },
66486
+ "falseType": {
66487
+ "kind": "symbol",
66488
+ "name": "StencilDefaultModifierReturn",
66489
+ "typeParameters": [
66490
+ {
66491
+ "kind": "symbol",
66492
+ "name": "M",
66493
+ "value": "M"
66494
+ }
66495
+ ],
66496
+ "value": "StencilDefaultModifierReturn<M>"
66497
+ }
66498
+ },
66499
+ "description": "",
66500
+ "declarations": [
66501
+ {
66502
+ "name": "defaultModifiers",
66503
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66504
+ }
66505
+ ],
66506
+ "tags": {}
66507
+ },
66508
+ {
66509
+ "kind": "property",
66510
+ "name": "__extends",
66511
+ "required": false,
66512
+ "type": {
66513
+ "kind": "symbol",
66514
+ "name": "E",
66515
+ "value": "E"
66516
+ },
66517
+ "description": "",
66518
+ "declarations": [
66519
+ {
66520
+ "name": "__extends",
66521
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66522
+ }
66523
+ ],
66524
+ "tags": {}
66525
+ },
66526
+ {
66527
+ "kind": "property",
66528
+ "name": "__vars",
66529
+ "required": true,
66530
+ "type": {
66531
+ "kind": "symbol",
66532
+ "name": "V",
66533
+ "value": "V"
66534
+ },
66535
+ "description": "",
66536
+ "declarations": [
66537
+ {
66538
+ "name": "__vars",
66539
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66540
+ }
66541
+ ],
66542
+ "tags": {}
66543
+ },
66544
+ {
66545
+ "kind": "property",
66546
+ "name": "__modifiers",
66547
+ "required": true,
66548
+ "type": {
66549
+ "kind": "symbol",
66550
+ "name": "M",
66551
+ "value": "M"
66552
+ },
66553
+ "description": "",
66554
+ "declarations": [
66555
+ {
66556
+ "name": "__modifiers",
66557
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66558
+ }
66559
+ ],
66560
+ "tags": {}
66561
+ },
66562
+ {
66563
+ "kind": "property",
66564
+ "name": "__id",
66565
+ "required": true,
66566
+ "type": {
66567
+ "kind": "symbol",
66568
+ "name": "ID",
66569
+ "value": "ID"
66570
+ },
66571
+ "description": "",
66572
+ "declarations": [
66573
+ {
66574
+ "name": "__id",
66575
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66576
+ }
66577
+ ],
66578
+ "tags": {}
66579
+ }
66580
+ ],
66581
+ "returnType": {
66582
+ "kind": "object",
66583
+ "properties": [
66584
+ {
66585
+ "kind": "property",
66586
+ "name": "className",
66587
+ "required": true,
66588
+ "type": {
66589
+ "kind": "primitive",
66590
+ "value": "string"
66591
+ },
66592
+ "description": "",
66593
+ "declarations": [
66594
+ {
66595
+ "name": "className",
66596
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66597
+ }
66598
+ ],
66599
+ "tags": {}
66600
+ },
66601
+ {
66602
+ "kind": "property",
66603
+ "name": "style",
66604
+ "required": false,
66605
+ "type": {
66606
+ "kind": "external",
66607
+ "name": "Record",
66608
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
66609
+ "typeParameters": [
66610
+ {
66611
+ "kind": "primitive",
66612
+ "value": "string"
66613
+ },
66614
+ {
66615
+ "kind": "primitive",
66616
+ "value": "string"
66617
+ }
66618
+ ]
66619
+ },
66620
+ "description": "",
66621
+ "declarations": [
66622
+ {
66623
+ "name": "style",
66624
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66625
+ }
66626
+ ],
66627
+ "tags": {}
66628
+ }
66629
+ ]
66630
+ }
66631
+ }
66632
+ },
66633
+ {
66634
+ "name": "Banner",
66635
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx",
66636
+ "description": "`Banner` is a container component rendered as a `<button>` element that is responsible for creating\na `BannerModel` and sharing it with its subcomponents using React context.\n\n```tsx\n<Banner\n\tisSticky={true}\n\thasError={true}\n\tid='custom-banner-id'\n\tonClick={() => console.log('clicked banner')}\n>\n {Child components}\n</Banner>\n```\n\nAlternatively, you may pass in a model using the hoisted model pattern.\n\n```tsx\nconst model = useBannerModel({\n isSticky: true,\n hasError: true,\n id: 'custom-banner-id',\n});\n\nreturn (\n <Banner onClick={() => console.log('clicked banner')} model={model}>\n {Child components}\n </Banner>\n);\n```",
66637
+ "declarations": [
66638
+ {
66639
+ "name": "Banner",
66640
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
66641
+ }
66642
+ ],
66643
+ "tags": {},
66644
+ "type": {
66645
+ "kind": "enhancedComponent",
66646
+ "componentType": "container",
66647
+ "displayName": "Banner",
66648
+ "props": [
66649
+ {
66650
+ "kind": "property",
66651
+ "name": "children",
66652
+ "required": false,
66653
+ "type": {
66654
+ "kind": "external",
66655
+ "name": "ReactNode",
66656
+ "url": "https://reactjs.org/docs/rendering-elements.html"
66657
+ },
66658
+ "description": "Children of the Banner. Should contain a `<Banner.Label>` a <Banner.Icon> and an optional `<Banner.ActionText>`",
66659
+ "declarations": [
66660
+ {
66661
+ "name": "children",
66662
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
66663
+ }
66664
+ ],
66665
+ "tags": {}
66666
+ },
66667
+ {
66668
+ "kind": "property",
66669
+ "name": "cs",
66670
+ "required": false,
66671
+ "type": {
66672
+ "kind": "symbol",
66673
+ "name": "CSToPropsInput",
66674
+ "value": "CSToPropsInput"
66675
+ },
66676
+ "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles } instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
66677
+ "declarations": [
66678
+ {
66679
+ "name": "cs",
66680
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66681
+ }
66682
+ ],
66683
+ "tags": {}
66684
+ },
66685
+ {
66686
+ "kind": "property",
66687
+ "name": "as",
66688
+ "description": "Optional override of the default element used by the component. Any valid tag or Component. If you provided a Component, this component should forward the ref using `React.forwardRef`and spread extra props to a root element.\n\n**Note:** Not all elements make sense and some elements may cause accessibility issues. Change this value with care.",
66689
+ "tags": {},
66690
+ "declarations": [],
66691
+ "type": {
66692
+ "kind": "external",
66693
+ "name": "React.ElementType",
66694
+ "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
66695
+ },
66696
+ "defaultValue": {
66697
+ "kind": "external",
66698
+ "name": "button",
66699
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
66700
+ }
66701
+ },
66702
+ {
66703
+ "kind": "property",
66704
+ "name": "ref",
66705
+ "description": "Optional ref. If the component represents an element, this ref will be a reference to the real DOM element of the component. If `as` is set to an element, it will be that element. If `as` is a component, the reference will be to that component (or element if the component uses `React.forwardRef`).",
66706
+ "tags": {},
66707
+ "declarations": [],
66708
+ "type": {
66709
+ "kind": "external",
66710
+ "name": "React.Ref",
66711
+ "url": "https://reactjs.org/docs/refs-and-the-dom.html",
66712
+ "typeParameters": [
66713
+ {
66714
+ "kind": "typeParameter",
66715
+ "name": "R",
66716
+ "required": true,
66717
+ "defaultValue": {
66718
+ "kind": "external",
66719
+ "name": "button",
66720
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
66721
+ }
66722
+ }
66723
+ ]
66724
+ }
66725
+ },
66726
+ {
66727
+ "kind": "property",
66728
+ "name": "model",
66729
+ "description": "Optional model to pass to the component. This will override the default model created for the component. This can be useful if you want to access to the state and events of the model, or if you have nested components of the same type and you need to override the model provided by React Context.",
66730
+ "tags": {},
66731
+ "declarations": [],
66732
+ "type": {
66733
+ "kind": "symbol",
66734
+ "name": "BannerModel"
66735
+ }
66736
+ },
66737
+ {
66738
+ "kind": "property",
66739
+ "name": "elemPropsHook",
66740
+ "description": "Optional hook that receives the model and all props to be applied to the element. If you use this, it is your responsibility to return props, merging as appropriate. For example, returning an empty object will disable all elemProps hooks associated with this component. This allows finer control over a component without creating a new one.",
66741
+ "tags": {},
66742
+ "declarations": [],
66743
+ "type": {
66744
+ "kind": "function",
66745
+ "parameters": [
66746
+ {
66747
+ "kind": "parameter",
66748
+ "description": "",
66749
+ "tags": {},
66750
+ "declarations": [],
66751
+ "name": "model",
66752
+ "type": {
66753
+ "kind": "symbol",
66754
+ "name": "BannerModel"
66755
+ },
66756
+ "required": true
66757
+ },
66758
+ {
66759
+ "kind": "parameter",
66760
+ "description": "",
66761
+ "tags": {},
66762
+ "declarations": [],
66763
+ "name": "elemProps",
66764
+ "type": {
66765
+ "kind": "generic",
66766
+ "name": "TProps"
66767
+ }
66768
+ }
66769
+ ],
66770
+ "returnType": {
66771
+ "kind": "external",
66772
+ "name": "HTML Attributes",
66773
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes"
66774
+ }
66775
+ }
66776
+ }
66777
+ ],
66778
+ "baseElement": {
66779
+ "kind": "external",
66780
+ "name": "button",
66781
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
66782
+ },
66783
+ "model": "BannerModel",
66784
+ "styleComponent": {
66785
+ "kind": "symbol",
66786
+ "name": "Flex"
66787
+ },
66788
+ "subComponents": [
66789
+ {
66790
+ "name": "Icon",
66791
+ "symbol": "BannerIcon",
66792
+ "description": "`Banner.Icon` is a styled {@link SystemIcon }. The icon defaults to exclamationTriangleIcon or\nexclamationCircleIcon when the model's hasError is true.\n\n```tsx\n<Banner.Icon />\n```",
66793
+ "declarations": [
66794
+ {
66795
+ "name": "Icon",
66796
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
66797
+ },
66798
+ {
66799
+ "name": "BannerIcon",
66800
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx"
66801
+ }
66802
+ ],
66803
+ "tags": {}
66804
+ },
66805
+ {
66806
+ "name": "Label",
66807
+ "symbol": "BannerLabel",
66808
+ "description": "`Banner.Label` is a div element with flex styles. This component will get an id that will be used for\nthe aria-describedby on the top level `<button>`.\n\n```tsx\n<Banner.Label>3 Warnings</Banner.Label>\n```",
66809
+ "declarations": [
66810
+ {
66811
+ "name": "Label",
66812
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
66813
+ },
66814
+ {
66815
+ "name": "BannerLabel",
66816
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerLabel.tsx"
66817
+ }
66818
+ ],
66819
+ "tags": {}
66820
+ },
66821
+ {
66822
+ "name": "ActionText",
66823
+ "symbol": "BannerActionText",
66824
+ "description": "`Banner.ActionText` is a span element. This component will get an id that will be used\nfor the aria-labelledby on the top level `<button>`. This component will be visually hidden\nwhen the model's `isSticky` prop is set to true.\n\n```tsx\n<Banner.ActionText>Custom call to action</Banner.ActionText>\n```",
66825
+ "declarations": [
66826
+ {
66827
+ "name": "ActionText",
66828
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
66829
+ },
66830
+ {
66831
+ "name": "BannerActionText",
66832
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx"
66833
+ }
66834
+ ],
66835
+ "tags": {}
66836
+ }
66837
+ ]
66838
+ }
66839
+ },
66840
+ {
66841
+ "name": "BannerActionTextProps",
66842
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx",
66843
+ "description": "",
66844
+ "declarations": [
66845
+ {
66846
+ "name": "BannerActionTextProps",
66847
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx"
66848
+ }
66849
+ ],
66850
+ "tags": {},
66851
+ "type": {
66852
+ "kind": "alias",
66853
+ "name": "BannerActionText"
66854
+ }
66855
+ },
66856
+ {
66857
+ "name": "actionBarTextStencil",
66858
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx",
66859
+ "description": "",
66860
+ "declarations": [
66861
+ {
66862
+ "name": "actionBarTextStencil",
66863
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx"
66864
+ }
66865
+ ],
66866
+ "tags": {},
66867
+ "type": {
66868
+ "kind": "function",
66869
+ "parameters": [
66870
+ {
66871
+ "kind": "parameter",
66872
+ "name": "options",
66873
+ "type": {
66874
+ "kind": "conditional",
66875
+ "check": {
66876
+ "kind": "tuple",
66877
+ "value": [
66878
+ {
66879
+ "kind": "symbol",
66880
+ "name": "E",
66881
+ "value": "E"
66882
+ }
66883
+ ]
66884
+ },
66885
+ "extends": {
66886
+ "kind": "tuple",
66887
+ "value": [
66888
+ {
66889
+ "kind": "primitive",
66890
+ "value": "never"
66891
+ }
66892
+ ]
66893
+ },
66894
+ "trueType": {
66895
+ "kind": "intersection",
66896
+ "value": [
66897
+ {
66898
+ "kind": "symbol",
66899
+ "name": "ModifierValuesStencil",
66900
+ "typeParameters": [
66901
+ {
66902
+ "kind": "symbol",
66903
+ "name": "M",
66904
+ "value": "M"
66905
+ },
66906
+ {
66907
+ "kind": "symbol",
66908
+ "name": "V",
66909
+ "value": "V"
66910
+ }
66911
+ ],
66912
+ "value": "ModifierValuesStencil<M, V>"
66913
+ },
66914
+ {
66915
+ "kind": "symbol",
66916
+ "name": "VariableValuesStencil",
66917
+ "typeParameters": [
66918
+ {
66919
+ "kind": "symbol",
66920
+ "name": "V",
66921
+ "value": "V"
66922
+ }
66923
+ ],
66924
+ "value": "VariableValuesStencil<V>"
66925
+ }
66926
+ ]
66927
+ },
66928
+ "falseType": {
66929
+ "kind": "conditional",
66930
+ "check": {
66931
+ "kind": "symbol",
66932
+ "name": "E",
66933
+ "value": "E"
66934
+ },
66935
+ "extends": {
66936
+ "kind": "symbol",
66937
+ "name": "BaseStencil",
66938
+ "typeParameters": [
66939
+ {
66940
+ "kind": "infer",
66941
+ "value": {
66942
+ "kind": "typeParameter",
66943
+ "name": "ME",
66944
+ "required": true
66945
+ }
66946
+ },
66947
+ {
66948
+ "kind": "infer",
66949
+ "value": {
66950
+ "kind": "typeParameter",
66951
+ "name": "VE",
66952
+ "required": true
66953
+ }
66954
+ },
66955
+ {
66956
+ "kind": "primitive",
66957
+ "value": "any"
66958
+ },
66959
+ {
66960
+ "kind": "primitive",
66961
+ "value": "any"
66962
+ }
66963
+ ],
66964
+ "value": "BaseStencil<M, V, E, ID>"
66965
+ },
66966
+ "trueType": {
66967
+ "kind": "intersection",
66968
+ "value": [
66969
+ {
66970
+ "kind": "symbol",
66971
+ "name": "ModifierValuesStencil",
66972
+ "typeParameters": [
66973
+ {
66974
+ "kind": "intersection",
66975
+ "value": [
66976
+ {
66977
+ "kind": "symbol",
66978
+ "name": "ME",
66979
+ "value": "ME"
66980
+ },
66981
+ {
66982
+ "kind": "symbol",
66983
+ "name": "M",
66984
+ "value": "M"
66985
+ }
66986
+ ]
66987
+ }
66988
+ ],
66989
+ "value": "ModifierValuesStencil<M, V>"
66990
+ },
66991
+ {
66992
+ "kind": "symbol",
66993
+ "name": "VariableValuesStencil",
66994
+ "typeParameters": [
66995
+ {
66996
+ "kind": "intersection",
66997
+ "value": [
66998
+ {
66999
+ "kind": "symbol",
67000
+ "name": "VE",
67001
+ "value": "VE"
67002
+ },
67003
+ {
67004
+ "kind": "symbol",
67005
+ "name": "V",
67006
+ "value": "V"
67007
+ }
67008
+ ]
67009
+ }
67010
+ ],
67011
+ "value": "VariableValuesStencil<V>"
67012
+ }
67013
+ ]
67014
+ },
67015
+ "falseType": {
67016
+ "kind": "primitive",
67017
+ "value": "never"
67018
+ }
67019
+ }
67020
+ },
67021
+ "required": false,
67022
+ "rest": false,
67023
+ "description": "",
67024
+ "declarations": [
67025
+ {
67026
+ "name": "options",
67027
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67028
+ }
67029
+ ],
67030
+ "tags": {}
67031
+ }
67032
+ ],
67033
+ "members": [
67034
+ {
67035
+ "kind": "property",
67036
+ "name": "vars",
67037
+ "required": true,
67038
+ "type": {
67039
+ "kind": "symbol",
67040
+ "name": "StencilDefaultVars",
67041
+ "typeParameters": [
67042
+ {
67043
+ "kind": "symbol",
67044
+ "name": "V",
67045
+ "value": "V"
67046
+ },
67047
+ {
67048
+ "kind": "symbol",
67049
+ "name": "E",
67050
+ "value": "E"
67051
+ },
67052
+ {
67053
+ "kind": "symbol",
67054
+ "name": "ID",
67055
+ "value": "ID"
67056
+ }
67057
+ ],
67058
+ "value": "StencilDefaultVars<V, E, ID>"
67059
+ },
67060
+ "description": "",
67061
+ "declarations": [
67062
+ {
67063
+ "name": "vars",
67064
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67065
+ }
67066
+ ],
67067
+ "tags": {}
67068
+ },
67069
+ {
67070
+ "kind": "property",
67071
+ "name": "base",
67072
+ "required": true,
67073
+ "type": {
67074
+ "kind": "primitive",
67075
+ "value": "string"
67076
+ },
67077
+ "description": "",
67078
+ "declarations": [
67079
+ {
67080
+ "name": "base",
67081
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67082
+ }
67083
+ ],
67084
+ "tags": {}
67085
+ },
67086
+ {
67087
+ "kind": "property",
67088
+ "name": "modifiers",
67089
+ "required": true,
67090
+ "type": {
67091
+ "kind": "conditional",
67092
+ "check": {
67093
+ "kind": "tuple",
67094
+ "value": [
67095
+ {
67096
+ "kind": "symbol",
67097
+ "name": "E",
67098
+ "value": "E"
67099
+ }
67100
+ ]
67101
+ },
67102
+ "extends": {
67103
+ "kind": "tuple",
67104
+ "value": [
67105
+ {
67106
+ "kind": "symbol",
67107
+ "name": "BaseStencil",
67108
+ "typeParameters": [
67109
+ {
67110
+ "kind": "infer",
67111
+ "value": {
67112
+ "kind": "typeParameter",
67113
+ "name": "ME",
67114
+ "required": true
67115
+ }
67116
+ },
67117
+ {
67118
+ "kind": "infer",
67119
+ "value": {
67120
+ "kind": "typeParameter",
67121
+ "name": "VE",
67122
+ "required": true
67123
+ }
67124
+ },
67125
+ {
67126
+ "kind": "primitive",
67127
+ "value": "any"
67128
+ },
67129
+ {
67130
+ "kind": "primitive",
67131
+ "value": "any"
67132
+ }
67133
+ ],
67134
+ "value": "BaseStencil<M, V, E, ID>"
67135
+ }
67136
+ ]
67137
+ },
67138
+ "trueType": {
67139
+ "kind": "symbol",
67140
+ "name": "StencilModifierReturn",
67141
+ "typeParameters": [
67142
+ {
67143
+ "kind": "intersection",
67144
+ "value": [
67145
+ {
67146
+ "kind": "symbol",
67147
+ "name": "ME",
67148
+ "value": "ME"
67149
+ },
67150
+ {
67151
+ "kind": "symbol",
67152
+ "name": "M",
67153
+ "value": "M"
67154
+ }
67155
+ ]
67156
+ },
67157
+ {
67158
+ "kind": "intersection",
67159
+ "value": [
67160
+ {
67161
+ "kind": "symbol",
67162
+ "name": "VE",
67163
+ "value": "VE"
67164
+ },
67165
+ {
67166
+ "kind": "symbol",
67167
+ "name": "V",
67168
+ "value": "V"
67169
+ }
67170
+ ]
67171
+ }
67172
+ ],
67173
+ "value": "StencilModifierReturn<M, V>"
67174
+ },
67175
+ "falseType": {
67176
+ "kind": "symbol",
67177
+ "name": "StencilModifierReturn",
67178
+ "typeParameters": [
67179
+ {
67180
+ "kind": "symbol",
67181
+ "name": "M",
67182
+ "value": "M"
67183
+ },
67184
+ {
67185
+ "kind": "symbol",
67186
+ "name": "V",
67187
+ "value": "V"
67188
+ }
67189
+ ],
67190
+ "value": "StencilModifierReturn<M, V>"
67191
+ }
67192
+ },
67193
+ "description": "",
67194
+ "declarations": [
67195
+ {
67196
+ "name": "modifiers",
67197
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67198
+ }
67199
+ ],
67200
+ "tags": {}
67201
+ },
67202
+ {
67203
+ "kind": "property",
67204
+ "name": "defaultModifiers",
67205
+ "required": true,
67206
+ "type": {
67207
+ "kind": "conditional",
67208
+ "check": {
67209
+ "kind": "tuple",
67210
+ "value": [
67211
+ {
67212
+ "kind": "symbol",
67213
+ "name": "E",
67214
+ "value": "E"
67215
+ }
67216
+ ]
67217
+ },
67218
+ "extends": {
67219
+ "kind": "tuple",
67220
+ "value": [
67221
+ {
67222
+ "kind": "symbol",
67223
+ "name": "BaseStencil",
67224
+ "typeParameters": [
67225
+ {
67226
+ "kind": "infer",
67227
+ "value": {
67228
+ "kind": "typeParameter",
67229
+ "name": "ME",
67230
+ "required": true
67231
+ }
67232
+ },
67233
+ {
67234
+ "kind": "primitive",
67235
+ "value": "any"
67236
+ },
67237
+ {
67238
+ "kind": "primitive",
67239
+ "value": "any"
67240
+ },
67241
+ {
67242
+ "kind": "primitive",
67243
+ "value": "any"
67244
+ }
67245
+ ],
67246
+ "value": "BaseStencil<M, V, E, ID>"
67247
+ }
67248
+ ]
67249
+ },
67250
+ "trueType": {
67251
+ "kind": "symbol",
67252
+ "name": "StencilDefaultModifierReturn",
67253
+ "typeParameters": [
67254
+ {
67255
+ "kind": "intersection",
67256
+ "value": [
67257
+ {
67258
+ "kind": "symbol",
67259
+ "name": "ME",
67260
+ "value": "ME"
67261
+ },
67262
+ {
67263
+ "kind": "symbol",
67264
+ "name": "M",
67265
+ "value": "M"
67266
+ }
67267
+ ]
67268
+ }
67269
+ ],
67270
+ "value": "StencilDefaultModifierReturn<M>"
67271
+ },
67272
+ "falseType": {
67273
+ "kind": "symbol",
67274
+ "name": "StencilDefaultModifierReturn",
67275
+ "typeParameters": [
67276
+ {
67277
+ "kind": "symbol",
67278
+ "name": "M",
67279
+ "value": "M"
67280
+ }
67281
+ ],
67282
+ "value": "StencilDefaultModifierReturn<M>"
67283
+ }
67284
+ },
67285
+ "description": "",
67286
+ "declarations": [
67287
+ {
67288
+ "name": "defaultModifiers",
67289
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67290
+ }
67291
+ ],
67292
+ "tags": {}
67293
+ },
67294
+ {
67295
+ "kind": "property",
67296
+ "name": "__extends",
67297
+ "required": false,
67298
+ "type": {
67299
+ "kind": "symbol",
67300
+ "name": "E",
67301
+ "value": "E"
67302
+ },
67303
+ "description": "",
67304
+ "declarations": [
67305
+ {
67306
+ "name": "__extends",
67307
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67308
+ }
67309
+ ],
67310
+ "tags": {}
67311
+ },
67312
+ {
67313
+ "kind": "property",
67314
+ "name": "__vars",
67315
+ "required": true,
67316
+ "type": {
67317
+ "kind": "symbol",
67318
+ "name": "V",
67319
+ "value": "V"
67320
+ },
67321
+ "description": "",
67322
+ "declarations": [
67323
+ {
67324
+ "name": "__vars",
67325
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67326
+ }
67327
+ ],
67328
+ "tags": {}
67329
+ },
67330
+ {
67331
+ "kind": "property",
67332
+ "name": "__modifiers",
67333
+ "required": true,
67334
+ "type": {
67335
+ "kind": "symbol",
67336
+ "name": "M",
67337
+ "value": "M"
67338
+ },
67339
+ "description": "",
67340
+ "declarations": [
67341
+ {
67342
+ "name": "__modifiers",
67343
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67344
+ }
67345
+ ],
67346
+ "tags": {}
67347
+ },
67348
+ {
67349
+ "kind": "property",
67350
+ "name": "__id",
67351
+ "required": true,
67352
+ "type": {
67353
+ "kind": "symbol",
67354
+ "name": "ID",
67355
+ "value": "ID"
67356
+ },
67357
+ "description": "",
67358
+ "declarations": [
67359
+ {
67360
+ "name": "__id",
67361
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67362
+ }
67363
+ ],
67364
+ "tags": {}
67365
+ }
67366
+ ],
67367
+ "returnType": {
67368
+ "kind": "object",
67369
+ "properties": [
67370
+ {
67371
+ "kind": "property",
67372
+ "name": "className",
67373
+ "required": true,
67374
+ "type": {
67375
+ "kind": "primitive",
67376
+ "value": "string"
67377
+ },
67378
+ "description": "",
67379
+ "declarations": [
67380
+ {
67381
+ "name": "className",
67382
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67383
+ }
67384
+ ],
67385
+ "tags": {}
67386
+ },
67387
+ {
67388
+ "kind": "property",
67389
+ "name": "style",
67390
+ "required": false,
67391
+ "type": {
67392
+ "kind": "external",
67393
+ "name": "Record",
67394
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
67395
+ "typeParameters": [
67396
+ {
67397
+ "kind": "primitive",
67398
+ "value": "string"
67399
+ },
67400
+ {
67401
+ "kind": "primitive",
67402
+ "value": "string"
67403
+ }
67404
+ ]
67405
+ },
67406
+ "description": "",
67407
+ "declarations": [
67408
+ {
67409
+ "name": "style",
67410
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67411
+ }
67412
+ ],
67413
+ "tags": {}
67414
+ }
67415
+ ]
67416
+ }
67417
+ }
67418
+ },
67419
+ {
67420
+ "name": "BannerActionText",
67421
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx",
67422
+ "description": "",
67423
+ "declarations": [
67424
+ {
67425
+ "name": "BannerActionText",
67426
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx"
67427
+ }
67428
+ ],
67429
+ "tags": {},
67430
+ "type": {
67431
+ "kind": "enhancedComponent",
67432
+ "componentType": "subcomponent",
67433
+ "elemPropsHook": "useBannerActionText",
67434
+ "displayName": "Banner.ActionTextText",
67435
+ "props": [
67436
+ {
67437
+ "kind": "property",
67438
+ "name": "children",
67439
+ "required": false,
67440
+ "type": {
67441
+ "kind": "external",
67442
+ "name": "ReactNode",
67443
+ "url": "https://reactjs.org/docs/rendering-elements.html"
67444
+ },
67445
+ "description": "The text of the Banner action.",
67446
+ "declarations": [
67447
+ {
67448
+ "name": "children",
67449
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx"
67450
+ }
67451
+ ],
67452
+ "tags": {
67453
+ "default": "'View All'"
67454
+ },
67455
+ "defaultValue": {
67456
+ "kind": "string",
67457
+ "value": "View All"
67458
+ }
67459
+ },
67460
+ {
67461
+ "kind": "property",
67462
+ "name": "cs",
67463
+ "required": false,
67464
+ "type": {
67465
+ "kind": "symbol",
67466
+ "name": "CSToPropsInput",
67467
+ "value": "CSToPropsInput"
67468
+ },
67469
+ "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles } instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
67470
+ "declarations": [
67471
+ {
67472
+ "name": "cs",
67473
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67474
+ }
67475
+ ],
67476
+ "tags": {}
67477
+ },
67478
+ {
67479
+ "kind": "property",
67480
+ "name": "as",
67481
+ "description": "Optional override of the default element used by the component. Any valid tag or Component. If you provided a Component, this component should forward the ref using `React.forwardRef`and spread extra props to a root element.\n\n**Note:** Not all elements make sense and some elements may cause accessibility issues. Change this value with care.",
67482
+ "tags": {},
67483
+ "declarations": [],
67484
+ "type": {
67485
+ "kind": "external",
67486
+ "name": "React.ElementType",
67487
+ "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
67488
+ },
67489
+ "defaultValue": {
67490
+ "kind": "external",
67491
+ "name": "span",
67492
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span"
67493
+ }
67494
+ },
67495
+ {
67496
+ "kind": "property",
67497
+ "name": "ref",
67498
+ "description": "Optional ref. If the component represents an element, this ref will be a reference to the real DOM element of the component. If `as` is set to an element, it will be that element. If `as` is a component, the reference will be to that component (or element if the component uses `React.forwardRef`).",
67499
+ "tags": {},
67500
+ "declarations": [],
67501
+ "type": {
67502
+ "kind": "external",
67503
+ "name": "React.Ref",
67504
+ "url": "https://reactjs.org/docs/refs-and-the-dom.html",
67505
+ "typeParameters": [
67506
+ {
67507
+ "kind": "typeParameter",
67508
+ "name": "R",
67509
+ "required": true,
67510
+ "defaultValue": {
67511
+ "kind": "external",
67512
+ "name": "span",
67513
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span"
67514
+ }
67515
+ }
66160
67516
  ]
66161
67517
  }
66162
67518
  },
66163
67519
  {
66164
67520
  "kind": "property",
66165
- "name": "model",
66166
- "description": "Optional model to pass to the component. This will override the default model created for the component. This can be useful if you want to access to the state and events of the model, or if you have nested components of the same type and you need to override the model provided by React Context.",
66167
- "tags": {},
66168
- "declarations": [],
67521
+ "name": "model",
67522
+ "description": "Optional model to pass to the component. This will override the default model created for the component. This can be useful if you want to access to the state and events of the model, or if you have nested components of the same type and you need to override the model provided by React Context.",
67523
+ "tags": {},
67524
+ "declarations": [],
67525
+ "type": {
67526
+ "kind": "symbol",
67527
+ "name": "BannerModel"
67528
+ }
67529
+ },
67530
+ {
67531
+ "kind": "property",
67532
+ "name": "elemPropsHook",
67533
+ "description": "Optional hook that receives the model and all props to be applied to the element. If you use this, it is your responsibility to return props, merging as appropriate. For example, returning an empty object will disable all elemProps hooks associated with this component. This allows finer control over a component without creating a new one.",
67534
+ "tags": {},
67535
+ "declarations": [],
67536
+ "type": {
67537
+ "kind": "function",
67538
+ "parameters": [
67539
+ {
67540
+ "kind": "parameter",
67541
+ "description": "",
67542
+ "tags": {},
67543
+ "declarations": [],
67544
+ "name": "model",
67545
+ "type": {
67546
+ "kind": "symbol",
67547
+ "name": "BannerModel"
67548
+ },
67549
+ "required": true
67550
+ },
67551
+ {
67552
+ "kind": "parameter",
67553
+ "description": "",
67554
+ "tags": {},
67555
+ "declarations": [],
67556
+ "name": "elemProps",
67557
+ "type": {
67558
+ "kind": "generic",
67559
+ "name": "TProps"
67560
+ }
67561
+ }
67562
+ ],
67563
+ "returnType": {
67564
+ "kind": "external",
67565
+ "name": "HTML Attributes",
67566
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes"
67567
+ }
67568
+ }
67569
+ }
67570
+ ],
67571
+ "baseElement": {
67572
+ "kind": "external",
67573
+ "name": "span",
67574
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span"
67575
+ },
67576
+ "styleComponent": {
67577
+ "kind": "symbol",
67578
+ "name": "Box"
67579
+ },
67580
+ "model": "BannerModel"
67581
+ }
67582
+ },
67583
+ {
67584
+ "name": "BannerIconProps",
67585
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx",
67586
+ "description": "",
67587
+ "declarations": [
67588
+ {
67589
+ "name": "BannerIconProps",
67590
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx"
67591
+ }
67592
+ ],
67593
+ "tags": {},
67594
+ "type": {
67595
+ "kind": "alias",
67596
+ "name": "BannerIcon"
67597
+ }
67598
+ },
67599
+ {
67600
+ "name": "bannerIconStencil",
67601
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx",
67602
+ "description": "",
67603
+ "declarations": [
67604
+ {
67605
+ "name": "bannerIconStencil",
67606
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx"
67607
+ }
67608
+ ],
67609
+ "tags": {},
67610
+ "type": {
67611
+ "kind": "function",
67612
+ "parameters": [
67613
+ {
67614
+ "kind": "parameter",
67615
+ "name": "options",
67616
+ "type": {
67617
+ "kind": "conditional",
67618
+ "check": {
67619
+ "kind": "tuple",
67620
+ "value": [
67621
+ {
67622
+ "kind": "symbol",
67623
+ "name": "E",
67624
+ "value": "E"
67625
+ }
67626
+ ]
67627
+ },
67628
+ "extends": {
67629
+ "kind": "tuple",
67630
+ "value": [
67631
+ {
67632
+ "kind": "primitive",
67633
+ "value": "never"
67634
+ }
67635
+ ]
67636
+ },
67637
+ "trueType": {
67638
+ "kind": "intersection",
67639
+ "value": [
67640
+ {
67641
+ "kind": "symbol",
67642
+ "name": "ModifierValuesStencil",
67643
+ "typeParameters": [
67644
+ {
67645
+ "kind": "symbol",
67646
+ "name": "M",
67647
+ "value": "M"
67648
+ },
67649
+ {
67650
+ "kind": "symbol",
67651
+ "name": "V",
67652
+ "value": "V"
67653
+ }
67654
+ ],
67655
+ "value": "ModifierValuesStencil<M, V>"
67656
+ },
67657
+ {
67658
+ "kind": "symbol",
67659
+ "name": "VariableValuesStencil",
67660
+ "typeParameters": [
67661
+ {
67662
+ "kind": "symbol",
67663
+ "name": "V",
67664
+ "value": "V"
67665
+ }
67666
+ ],
67667
+ "value": "VariableValuesStencil<V>"
67668
+ }
67669
+ ]
67670
+ },
67671
+ "falseType": {
67672
+ "kind": "conditional",
67673
+ "check": {
67674
+ "kind": "symbol",
67675
+ "name": "E",
67676
+ "value": "E"
67677
+ },
67678
+ "extends": {
67679
+ "kind": "symbol",
67680
+ "name": "BaseStencil",
67681
+ "typeParameters": [
67682
+ {
67683
+ "kind": "infer",
67684
+ "value": {
67685
+ "kind": "typeParameter",
67686
+ "name": "ME",
67687
+ "required": true
67688
+ }
67689
+ },
67690
+ {
67691
+ "kind": "infer",
67692
+ "value": {
67693
+ "kind": "typeParameter",
67694
+ "name": "VE",
67695
+ "required": true
67696
+ }
67697
+ },
67698
+ {
67699
+ "kind": "primitive",
67700
+ "value": "any"
67701
+ },
67702
+ {
67703
+ "kind": "primitive",
67704
+ "value": "any"
67705
+ }
67706
+ ],
67707
+ "value": "BaseStencil<M, V, E, ID>"
67708
+ },
67709
+ "trueType": {
67710
+ "kind": "intersection",
67711
+ "value": [
67712
+ {
67713
+ "kind": "symbol",
67714
+ "name": "ModifierValuesStencil",
67715
+ "typeParameters": [
67716
+ {
67717
+ "kind": "intersection",
67718
+ "value": [
67719
+ {
67720
+ "kind": "symbol",
67721
+ "name": "ME",
67722
+ "value": "ME"
67723
+ },
67724
+ {
67725
+ "kind": "symbol",
67726
+ "name": "M",
67727
+ "value": "M"
67728
+ }
67729
+ ]
67730
+ }
67731
+ ],
67732
+ "value": "ModifierValuesStencil<M, V>"
67733
+ },
67734
+ {
67735
+ "kind": "symbol",
67736
+ "name": "VariableValuesStencil",
67737
+ "typeParameters": [
67738
+ {
67739
+ "kind": "intersection",
67740
+ "value": [
67741
+ {
67742
+ "kind": "symbol",
67743
+ "name": "VE",
67744
+ "value": "VE"
67745
+ },
67746
+ {
67747
+ "kind": "symbol",
67748
+ "name": "V",
67749
+ "value": "V"
67750
+ }
67751
+ ]
67752
+ }
67753
+ ],
67754
+ "value": "VariableValuesStencil<V>"
67755
+ }
67756
+ ]
67757
+ },
67758
+ "falseType": {
67759
+ "kind": "primitive",
67760
+ "value": "never"
67761
+ }
67762
+ }
67763
+ },
67764
+ "required": false,
67765
+ "rest": false,
67766
+ "description": "",
67767
+ "declarations": [
67768
+ {
67769
+ "name": "options",
67770
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67771
+ }
67772
+ ],
67773
+ "tags": {}
67774
+ }
67775
+ ],
67776
+ "members": [
67777
+ {
67778
+ "kind": "property",
67779
+ "name": "vars",
67780
+ "required": true,
67781
+ "type": {
67782
+ "kind": "symbol",
67783
+ "name": "StencilDefaultVars",
67784
+ "typeParameters": [
67785
+ {
67786
+ "kind": "symbol",
67787
+ "name": "V",
67788
+ "value": "V"
67789
+ },
67790
+ {
67791
+ "kind": "symbol",
67792
+ "name": "E",
67793
+ "value": "E"
67794
+ },
67795
+ {
67796
+ "kind": "symbol",
67797
+ "name": "ID",
67798
+ "value": "ID"
67799
+ }
67800
+ ],
67801
+ "value": "StencilDefaultVars<V, E, ID>"
67802
+ },
67803
+ "description": "",
67804
+ "declarations": [
67805
+ {
67806
+ "name": "vars",
67807
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67808
+ }
67809
+ ],
67810
+ "tags": {}
67811
+ },
67812
+ {
67813
+ "kind": "property",
67814
+ "name": "base",
67815
+ "required": true,
67816
+ "type": {
67817
+ "kind": "primitive",
67818
+ "value": "string"
67819
+ },
67820
+ "description": "",
67821
+ "declarations": [
67822
+ {
67823
+ "name": "base",
67824
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67825
+ }
67826
+ ],
67827
+ "tags": {}
67828
+ },
67829
+ {
67830
+ "kind": "property",
67831
+ "name": "modifiers",
67832
+ "required": true,
67833
+ "type": {
67834
+ "kind": "conditional",
67835
+ "check": {
67836
+ "kind": "tuple",
67837
+ "value": [
67838
+ {
67839
+ "kind": "symbol",
67840
+ "name": "E",
67841
+ "value": "E"
67842
+ }
67843
+ ]
67844
+ },
67845
+ "extends": {
67846
+ "kind": "tuple",
67847
+ "value": [
67848
+ {
67849
+ "kind": "symbol",
67850
+ "name": "BaseStencil",
67851
+ "typeParameters": [
67852
+ {
67853
+ "kind": "infer",
67854
+ "value": {
67855
+ "kind": "typeParameter",
67856
+ "name": "ME",
67857
+ "required": true
67858
+ }
67859
+ },
67860
+ {
67861
+ "kind": "infer",
67862
+ "value": {
67863
+ "kind": "typeParameter",
67864
+ "name": "VE",
67865
+ "required": true
67866
+ }
67867
+ },
67868
+ {
67869
+ "kind": "primitive",
67870
+ "value": "any"
67871
+ },
67872
+ {
67873
+ "kind": "primitive",
67874
+ "value": "any"
67875
+ }
67876
+ ],
67877
+ "value": "BaseStencil<M, V, E, ID>"
67878
+ }
67879
+ ]
67880
+ },
67881
+ "trueType": {
67882
+ "kind": "symbol",
67883
+ "name": "StencilModifierReturn",
67884
+ "typeParameters": [
67885
+ {
67886
+ "kind": "intersection",
67887
+ "value": [
67888
+ {
67889
+ "kind": "symbol",
67890
+ "name": "ME",
67891
+ "value": "ME"
67892
+ },
67893
+ {
67894
+ "kind": "symbol",
67895
+ "name": "M",
67896
+ "value": "M"
67897
+ }
67898
+ ]
67899
+ },
67900
+ {
67901
+ "kind": "intersection",
67902
+ "value": [
67903
+ {
67904
+ "kind": "symbol",
67905
+ "name": "VE",
67906
+ "value": "VE"
67907
+ },
67908
+ {
67909
+ "kind": "symbol",
67910
+ "name": "V",
67911
+ "value": "V"
67912
+ }
67913
+ ]
67914
+ }
67915
+ ],
67916
+ "value": "StencilModifierReturn<M, V>"
67917
+ },
67918
+ "falseType": {
67919
+ "kind": "symbol",
67920
+ "name": "StencilModifierReturn",
67921
+ "typeParameters": [
67922
+ {
67923
+ "kind": "symbol",
67924
+ "name": "M",
67925
+ "value": "M"
67926
+ },
67927
+ {
67928
+ "kind": "symbol",
67929
+ "name": "V",
67930
+ "value": "V"
67931
+ }
67932
+ ],
67933
+ "value": "StencilModifierReturn<M, V>"
67934
+ }
67935
+ },
67936
+ "description": "",
67937
+ "declarations": [
67938
+ {
67939
+ "name": "modifiers",
67940
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
67941
+ }
67942
+ ],
67943
+ "tags": {}
67944
+ },
67945
+ {
67946
+ "kind": "property",
67947
+ "name": "defaultModifiers",
67948
+ "required": true,
67949
+ "type": {
67950
+ "kind": "conditional",
67951
+ "check": {
67952
+ "kind": "tuple",
67953
+ "value": [
67954
+ {
67955
+ "kind": "symbol",
67956
+ "name": "E",
67957
+ "value": "E"
67958
+ }
67959
+ ]
67960
+ },
67961
+ "extends": {
67962
+ "kind": "tuple",
67963
+ "value": [
67964
+ {
67965
+ "kind": "symbol",
67966
+ "name": "BaseStencil",
67967
+ "typeParameters": [
67968
+ {
67969
+ "kind": "infer",
67970
+ "value": {
67971
+ "kind": "typeParameter",
67972
+ "name": "ME",
67973
+ "required": true
67974
+ }
67975
+ },
67976
+ {
67977
+ "kind": "primitive",
67978
+ "value": "any"
67979
+ },
67980
+ {
67981
+ "kind": "primitive",
67982
+ "value": "any"
67983
+ },
67984
+ {
67985
+ "kind": "primitive",
67986
+ "value": "any"
67987
+ }
67988
+ ],
67989
+ "value": "BaseStencil<M, V, E, ID>"
67990
+ }
67991
+ ]
67992
+ },
67993
+ "trueType": {
67994
+ "kind": "symbol",
67995
+ "name": "StencilDefaultModifierReturn",
67996
+ "typeParameters": [
67997
+ {
67998
+ "kind": "intersection",
67999
+ "value": [
68000
+ {
68001
+ "kind": "symbol",
68002
+ "name": "ME",
68003
+ "value": "ME"
68004
+ },
68005
+ {
68006
+ "kind": "symbol",
68007
+ "name": "M",
68008
+ "value": "M"
68009
+ }
68010
+ ]
68011
+ }
68012
+ ],
68013
+ "value": "StencilDefaultModifierReturn<M>"
68014
+ },
68015
+ "falseType": {
68016
+ "kind": "symbol",
68017
+ "name": "StencilDefaultModifierReturn",
68018
+ "typeParameters": [
68019
+ {
68020
+ "kind": "symbol",
68021
+ "name": "M",
68022
+ "value": "M"
68023
+ }
68024
+ ],
68025
+ "value": "StencilDefaultModifierReturn<M>"
68026
+ }
68027
+ },
68028
+ "description": "",
68029
+ "declarations": [
68030
+ {
68031
+ "name": "defaultModifiers",
68032
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
68033
+ }
68034
+ ],
68035
+ "tags": {}
68036
+ },
68037
+ {
68038
+ "kind": "property",
68039
+ "name": "__extends",
68040
+ "required": false,
68041
+ "type": {
68042
+ "kind": "symbol",
68043
+ "name": "E",
68044
+ "value": "E"
68045
+ },
68046
+ "description": "",
68047
+ "declarations": [
68048
+ {
68049
+ "name": "__extends",
68050
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
68051
+ }
68052
+ ],
68053
+ "tags": {}
68054
+ },
68055
+ {
68056
+ "kind": "property",
68057
+ "name": "__vars",
68058
+ "required": true,
68059
+ "type": {
68060
+ "kind": "symbol",
68061
+ "name": "V",
68062
+ "value": "V"
68063
+ },
68064
+ "description": "",
68065
+ "declarations": [
68066
+ {
68067
+ "name": "__vars",
68068
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
68069
+ }
68070
+ ],
68071
+ "tags": {}
68072
+ },
68073
+ {
68074
+ "kind": "property",
68075
+ "name": "__modifiers",
68076
+ "required": true,
68077
+ "type": {
68078
+ "kind": "symbol",
68079
+ "name": "M",
68080
+ "value": "M"
68081
+ },
68082
+ "description": "",
68083
+ "declarations": [
68084
+ {
68085
+ "name": "__modifiers",
68086
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
68087
+ }
68088
+ ],
68089
+ "tags": {}
68090
+ },
68091
+ {
68092
+ "kind": "property",
68093
+ "name": "__id",
68094
+ "required": true,
68095
+ "type": {
68096
+ "kind": "symbol",
68097
+ "name": "ID",
68098
+ "value": "ID"
68099
+ },
68100
+ "description": "",
68101
+ "declarations": [
68102
+ {
68103
+ "name": "__id",
68104
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
68105
+ }
68106
+ ],
68107
+ "tags": {}
68108
+ }
68109
+ ],
68110
+ "returnType": {
68111
+ "kind": "object",
68112
+ "properties": [
68113
+ {
68114
+ "kind": "property",
68115
+ "name": "className",
68116
+ "required": true,
68117
+ "type": {
68118
+ "kind": "primitive",
68119
+ "value": "string"
68120
+ },
68121
+ "description": "",
68122
+ "declarations": [
68123
+ {
68124
+ "name": "className",
68125
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
68126
+ }
68127
+ ],
68128
+ "tags": {}
68129
+ },
68130
+ {
68131
+ "kind": "property",
68132
+ "name": "style",
68133
+ "required": false,
68134
+ "type": {
68135
+ "kind": "external",
68136
+ "name": "Record",
68137
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
68138
+ "typeParameters": [
68139
+ {
68140
+ "kind": "primitive",
68141
+ "value": "string"
68142
+ },
68143
+ {
68144
+ "kind": "primitive",
68145
+ "value": "string"
68146
+ }
68147
+ ]
68148
+ },
68149
+ "description": "",
68150
+ "declarations": [
68151
+ {
68152
+ "name": "style",
68153
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
68154
+ }
68155
+ ],
68156
+ "tags": {}
68157
+ }
68158
+ ]
68159
+ }
68160
+ }
68161
+ },
68162
+ {
68163
+ "name": "BannerIcon",
68164
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx",
68165
+ "description": "",
68166
+ "declarations": [
68167
+ {
68168
+ "name": "BannerIcon",
68169
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx"
68170
+ }
68171
+ ],
68172
+ "tags": {},
68173
+ "type": {
68174
+ "kind": "enhancedComponent",
68175
+ "componentType": "subcomponent",
68176
+ "elemPropsHook": "useBannerIcon",
68177
+ "displayName": "Banner.Icon",
68178
+ "props": [
68179
+ {
68180
+ "kind": "property",
68181
+ "name": "icon",
68182
+ "required": false,
68183
+ "type": {
68184
+ "kind": "symbol",
68185
+ "name": "CanvasSystemIcon",
68186
+ "value": "CanvasSystemIcon"
68187
+ },
68188
+ "description": "Icon to show next to label",
68189
+ "declarations": [
68190
+ {
68191
+ "name": "icon",
68192
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx"
68193
+ }
68194
+ ],
68195
+ "tags": {}
68196
+ },
68197
+ {
68198
+ "kind": "property",
68199
+ "name": "fill",
68200
+ "required": false,
68201
+ "type": {
68202
+ "kind": "primitive",
68203
+ "value": "string"
68204
+ },
68205
+ "description": "The fill color of the SystemIcon. This overrides `color`.",
68206
+ "declarations": [
68207
+ {
68208
+ "name": "fill",
68209
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
68210
+ }
68211
+ ],
68212
+ "tags": {
68213
+ "deprecated": "`fill` is deprecated and will be removed in a future version. Please use `color` and specify `accent` color if you want `accent` to be different from `color`."
68214
+ }
68215
+ },
68216
+ {
68217
+ "kind": "property",
68218
+ "name": "background",
68219
+ "required": false,
66169
68220
  "type": {
68221
+ "kind": "primitive",
68222
+ "value": "string"
68223
+ },
68224
+ "description": "The background color of the SystemIcon.",
68225
+ "declarations": [
68226
+ {
68227
+ "name": "background",
68228
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
68229
+ }
68230
+ ],
68231
+ "tags": {
68232
+ "default": "transparent"
68233
+ },
68234
+ "defaultValue": {
66170
68235
  "kind": "symbol",
66171
- "name": "BannerModel"
68236
+ "name": "transparent",
68237
+ "value": "transparent"
66172
68238
  }
66173
68239
  },
66174
68240
  {
66175
68241
  "kind": "property",
66176
- "name": "elemPropsHook",
66177
- "description": "Optional hook that receives the model and all props to be applied to the element. If you use this, it is your responsibility to return props, merging as appropriate. For example, returning an empty object will disable all elemProps hooks associated with this component. This allows finer control over a component without creating a new one.",
66178
- "tags": {},
66179
- "declarations": [],
68242
+ "name": "color",
68243
+ "required": false,
66180
68244
  "type": {
66181
- "kind": "function",
66182
- "parameters": [
68245
+ "kind": "primitive",
68246
+ "value": "string"
68247
+ },
68248
+ "description": "The color of the SystemIcon. This defines `accent` and `fill`. `color` may be overwritten by `accent` and `fill`.",
68249
+ "declarations": [
68250
+ {
68251
+ "name": "color",
68252
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
68253
+ }
68254
+ ],
68255
+ "tags": {
68256
+ "default": "base.licorice200"
68257
+ },
68258
+ "defaultValue": {
68259
+ "kind": "symbol",
68260
+ "name": "base.licorice200",
68261
+ "value": "base.licorice200"
68262
+ }
68263
+ },
68264
+ {
68265
+ "kind": "property",
68266
+ "name": "shouldMirror",
68267
+ "required": false,
68268
+ "type": {
68269
+ "kind": "primitive",
68270
+ "value": "boolean"
68271
+ },
68272
+ "description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
68273
+ "declarations": [
68274
+ {
68275
+ "name": "shouldMirror",
68276
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
68277
+ }
68278
+ ],
68279
+ "tags": {
68280
+ "default": "false"
68281
+ },
68282
+ "defaultValue": {
68283
+ "kind": "boolean",
68284
+ "value": false
68285
+ }
68286
+ },
68287
+ {
68288
+ "kind": "property",
68289
+ "name": "cs",
68290
+ "required": false,
68291
+ "type": {
68292
+ "kind": "symbol",
68293
+ "name": "CSToPropsInput",
68294
+ "value": "CSToPropsInput"
68295
+ },
68296
+ "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles } instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
68297
+ "declarations": [
68298
+ {
68299
+ "name": "cs",
68300
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
68301
+ }
68302
+ ],
68303
+ "tags": {}
68304
+ },
68305
+ {
68306
+ "kind": "property",
68307
+ "name": "children",
68308
+ "required": false,
68309
+ "type": {
68310
+ "kind": "external",
68311
+ "name": "ReactNode",
68312
+ "url": "https://reactjs.org/docs/rendering-elements.html"
68313
+ },
68314
+ "description": "",
68315
+ "declarations": [
68316
+ {
68317
+ "name": "children",
68318
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/Box.tsx"
68319
+ }
68320
+ ],
68321
+ "tags": {}
68322
+ },
68323
+ {
68324
+ "kind": "property",
68325
+ "name": "size",
68326
+ "required": false,
68327
+ "type": {
68328
+ "kind": "union",
68329
+ "value": [
66183
68330
  {
66184
- "kind": "parameter",
66185
- "description": "",
66186
- "tags": {},
66187
- "declarations": [],
66188
- "name": "model",
66189
- "type": {
66190
- "kind": "symbol",
66191
- "name": "BannerModel"
66192
- },
66193
- "required": true
68331
+ "kind": "primitive",
68332
+ "value": "number"
66194
68333
  },
66195
68334
  {
66196
- "kind": "parameter",
66197
- "description": "",
66198
- "tags": {},
66199
- "declarations": [],
66200
- "name": "elemProps",
66201
- "type": {
66202
- "kind": "generic",
66203
- "name": "TProps"
66204
- }
68335
+ "kind": "primitive",
68336
+ "value": "string"
66205
68337
  }
66206
- ],
66207
- "returnType": {
66208
- "kind": "external",
66209
- "name": "HTML Attributes",
66210
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes"
66211
- }
66212
- }
66213
- }
66214
- ],
66215
- "baseElement": {
66216
- "kind": "external",
66217
- "name": "button",
66218
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
66219
- },
66220
- "model": "BannerModel",
66221
- "styleComponent": {
66222
- "kind": "symbol",
66223
- "name": "Flex"
66224
- },
66225
- "subComponents": [
66226
- {
66227
- "name": "Icon",
66228
- "symbol": "BannerIcon",
66229
- "description": "`Banner.Icon` is a styled {@link SystemIcon }. The icon defaults to exclamationTriangleIcon or\nexclamationCircleIcon when the model's hasError is true.\n\n```tsx\n<Banner.Icon />\n```",
68338
+ ]
68339
+ },
68340
+ "description": "The size of the SystemIcon in `px`.",
66230
68341
  "declarations": [
66231
68342
  {
66232
- "name": "Icon",
66233
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
66234
- },
68343
+ "name": "size",
68344
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
68345
+ }
68346
+ ],
68347
+ "tags": {}
68348
+ },
68349
+ {
68350
+ "kind": "property",
68351
+ "name": "accent",
68352
+ "required": false,
68353
+ "type": {
68354
+ "kind": "primitive",
68355
+ "value": "string"
68356
+ },
68357
+ "description": "The accent color of the SystemIcon. This overrides `color`.",
68358
+ "declarations": [
66235
68359
  {
66236
- "name": "BannerIcon",
66237
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx"
68360
+ "name": "accent",
68361
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
66238
68362
  }
66239
68363
  ],
66240
68364
  "tags": {}
66241
68365
  },
66242
68366
  {
66243
- "name": "Label",
66244
- "symbol": "BannerLabel",
66245
- "description": "`Banner.Label` is a styled {@link Flex}. This component will get an id that will be used for\nthe aria-describedby on the top level `<button>`.\n\n```tsx\n<Banner.Label>3 Warnings</Banner.Label>\n```",
68367
+ "kind": "property",
68368
+ "name": "accentHover",
68369
+ "required": false,
68370
+ "type": {
68371
+ "kind": "primitive",
68372
+ "value": "string"
68373
+ },
68374
+ "description": "The accent color of the SystemIcon on hover. This overrides `colorHover`.",
66246
68375
  "declarations": [
66247
68376
  {
66248
- "name": "Label",
66249
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
66250
- },
66251
- {
66252
- "name": "BannerLabel",
66253
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerLabel.tsx"
68377
+ "name": "accentHover",
68378
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
66254
68379
  }
66255
68380
  ],
66256
- "tags": {}
68381
+ "tags": {
68382
+ "deprecated": "`accentHover` is deprecated and will be removed in a future version. Please use the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.accent]: desiredAccentHoverColor\n}\n```"
68383
+ }
66257
68384
  },
66258
68385
  {
66259
- "name": "ActionText",
66260
- "symbol": "BannerActionText",
66261
- "description": "`Banner.ActionText` is a styled {@link Box }. This component will get an id that will be used\nfor the aria-labelledby on the top level `<button>`. This component will be visually hidden\nwhen the model's `isSticky` prop is set to true.\n\n```tsx\n<Banner.ActionText>Custom call to action</Banner.ActionText>\n```",
68386
+ "kind": "property",
68387
+ "name": "backgroundHover",
68388
+ "required": false,
68389
+ "type": {
68390
+ "kind": "primitive",
68391
+ "value": "string"
68392
+ },
68393
+ "description": "The background color of the SystemIcon on hover.",
66262
68394
  "declarations": [
66263
68395
  {
66264
- "name": "ActionText",
66265
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
66266
- },
66267
- {
66268
- "name": "BannerActionText",
66269
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx"
68396
+ "name": "backgroundHover",
68397
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
66270
68398
  }
66271
68399
  ],
66272
- "tags": {}
66273
- }
66274
- ]
66275
- }
66276
- },
66277
- {
66278
- "name": "BannerActionTextProps",
66279
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx",
66280
- "description": "",
66281
- "declarations": [
66282
- {
66283
- "name": "BannerActionTextProps",
66284
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx"
66285
- }
66286
- ],
66287
- "tags": {},
66288
- "type": {
66289
- "kind": "alias",
66290
- "name": "BannerActionText"
66291
- }
66292
- },
66293
- {
66294
- "name": "BannerActionText",
66295
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx",
66296
- "description": "",
66297
- "declarations": [
66298
- {
66299
- "name": "BannerActionText",
66300
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx"
66301
- }
66302
- ],
66303
- "tags": {},
66304
- "type": {
66305
- "kind": "enhancedComponent",
66306
- "componentType": "subcomponent",
66307
- "elemPropsHook": "useBannerActionText",
66308
- "displayName": "Banner.ActionTextText",
66309
- "props": [
68400
+ "tags": {
68401
+ "default": "transparent",
68402
+ "deprecated": "`backgroundHover` is deprecated and will be removed in a future version. Please use the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.background]: desiredBackgroundHoverColor\n}\n```"
68403
+ },
68404
+ "defaultValue": {
68405
+ "kind": "symbol",
68406
+ "name": "transparent",
68407
+ "value": "transparent"
68408
+ }
68409
+ },
66310
68410
  {
66311
68411
  "kind": "property",
66312
- "name": "children",
68412
+ "name": "colorHover",
66313
68413
  "required": false,
66314
68414
  "type": {
66315
- "kind": "external",
66316
- "name": "ReactNode",
66317
- "url": "https://reactjs.org/docs/rendering-elements.html"
68415
+ "kind": "primitive",
68416
+ "value": "string"
66318
68417
  },
66319
- "description": "The text of the Banner action.",
68418
+ "description": "The hover color of the SystemIcon. This defines `accentHover` and `fillHover`. `colorHover` may be overwritten by `accentHover` and `fillHover`.",
66320
68419
  "declarations": [
66321
68420
  {
66322
- "name": "children",
66323
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx"
68421
+ "name": "colorHover",
68422
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
66324
68423
  }
66325
68424
  ],
66326
68425
  "tags": {
66327
- "default": "'View All'"
68426
+ "default": "base.licorice200",
68427
+ "deprecated": "`colorHover` is deprecated and will be removed in a future version. We have removed the default hover styles on SystemIcon. Please\nuse the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.color]: desiredColorHoverColor\n}\n```"
66328
68428
  },
66329
68429
  "defaultValue": {
66330
- "kind": "string",
66331
- "value": "View All"
68430
+ "kind": "symbol",
68431
+ "name": "base.licorice200",
68432
+ "value": "base.licorice200"
66332
68433
  }
66333
68434
  },
66334
68435
  {
66335
68436
  "kind": "property",
66336
- "name": "cs",
68437
+ "name": "fillHover",
66337
68438
  "required": false,
66338
68439
  "type": {
66339
- "kind": "symbol",
66340
- "name": "CSToPropsInput",
66341
- "value": "CSToPropsInput"
68440
+ "kind": "primitive",
68441
+ "value": "string"
66342
68442
  },
66343
- "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles } instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
68443
+ "description": "The fill color of the SystemIcon on hover. This overrides `colorHover`.",
66344
68444
  "declarations": [
66345
68445
  {
66346
- "name": "cs",
66347
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
68446
+ "name": "fillHover",
68447
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
66348
68448
  }
66349
68449
  ],
66350
- "tags": {}
68450
+ "tags": {
68451
+ "deprecated": "`fillHover` is deprecated and will be removed in a future version. Please use the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.fill]: desiredFillHoverColor\n}\n```"
68452
+ }
66351
68453
  },
66352
68454
  {
66353
68455
  "kind": "property",
@@ -66437,450 +68539,600 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
66437
68539
  "returnType": {
66438
68540
  "kind": "external",
66439
68541
  "name": "HTML Attributes",
66440
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes"
66441
- }
66442
- }
66443
- }
66444
- ],
66445
- "baseElement": {
66446
- "kind": "external",
66447
- "name": "span",
66448
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span"
66449
- },
66450
- "styleComponent": {
66451
- "kind": "symbol",
66452
- "name": "Box"
66453
- },
66454
- "model": "BannerModel"
66455
- }
66456
- },
66457
- {
66458
- "name": "BannerIconProps",
66459
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx",
66460
- "description": "",
66461
- "declarations": [
66462
- {
66463
- "name": "BannerIconProps",
66464
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx"
66465
- }
66466
- ],
66467
- "tags": {},
66468
- "type": {
66469
- "kind": "alias",
66470
- "name": "BannerIcon"
66471
- }
66472
- },
66473
- {
66474
- "name": "BannerIcon",
66475
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx",
66476
- "description": "",
66477
- "declarations": [
66478
- {
66479
- "name": "BannerIcon",
66480
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx"
66481
- }
66482
- ],
66483
- "tags": {},
66484
- "type": {
66485
- "kind": "enhancedComponent",
66486
- "componentType": "subcomponent",
66487
- "elemPropsHook": "useBannerIcon",
66488
- "displayName": "Banner.Icon",
66489
- "props": [
66490
- {
66491
- "kind": "property",
66492
- "name": "icon",
66493
- "required": false,
66494
- "type": {
66495
- "kind": "symbol",
66496
- "name": "CanvasSystemIcon",
66497
- "value": "CanvasSystemIcon"
66498
- },
66499
- "description": "Icon to show next to label",
66500
- "declarations": [
66501
- {
66502
- "name": "icon",
66503
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx"
66504
- }
66505
- ],
66506
- "tags": {}
66507
- },
66508
- {
66509
- "kind": "property",
66510
- "name": "fill",
66511
- "required": false,
66512
- "type": {
66513
- "kind": "primitive",
66514
- "value": "string"
66515
- },
66516
- "description": "The fill color of the SystemIcon. This overrides `color`.",
66517
- "declarations": [
66518
- {
66519
- "name": "fill",
66520
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
66521
- }
66522
- ],
66523
- "tags": {
66524
- "deprecated": "`fill` is deprecated and will be removed in a future version. Please use `color` and specify `accent` color if you want `accent` to be different from `color`."
66525
- }
66526
- },
66527
- {
66528
- "kind": "property",
66529
- "name": "background",
66530
- "required": false,
66531
- "type": {
66532
- "kind": "primitive",
66533
- "value": "string"
66534
- },
66535
- "description": "The background color of the SystemIcon.",
66536
- "declarations": [
66537
- {
66538
- "name": "background",
66539
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
66540
- }
66541
- ],
66542
- "tags": {
66543
- "default": "transparent"
66544
- },
66545
- "defaultValue": {
66546
- "kind": "symbol",
66547
- "name": "transparent",
66548
- "value": "transparent"
66549
- }
66550
- },
66551
- {
66552
- "kind": "property",
66553
- "name": "color",
66554
- "required": false,
66555
- "type": {
66556
- "kind": "primitive",
66557
- "value": "string"
66558
- },
66559
- "description": "The color of the SystemIcon. This defines `accent` and `fill`. `color` may be overwritten by `accent` and `fill`.",
66560
- "declarations": [
66561
- {
66562
- "name": "color",
66563
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
68542
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes"
66564
68543
  }
66565
- ],
66566
- "tags": {
66567
- "default": "base.licorice200"
66568
- },
66569
- "defaultValue": {
66570
- "kind": "symbol",
66571
- "name": "base.licorice200",
66572
- "value": "base.licorice200"
66573
68544
  }
66574
- },
68545
+ }
68546
+ ],
68547
+ "baseElement": {
68548
+ "kind": "external",
68549
+ "name": "span",
68550
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span"
68551
+ },
68552
+ "styleComponent": {
68553
+ "kind": "symbol",
68554
+ "name": "Box"
68555
+ },
68556
+ "model": "BannerModel"
68557
+ }
68558
+ },
68559
+ {
68560
+ "name": "BannerLabelProps",
68561
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerLabel.tsx",
68562
+ "description": "",
68563
+ "declarations": [
68564
+ {
68565
+ "name": "BannerLabelProps",
68566
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerLabel.tsx"
68567
+ }
68568
+ ],
68569
+ "tags": {},
68570
+ "type": {
68571
+ "kind": "alias",
68572
+ "name": "BannerLabel"
68573
+ }
68574
+ },
68575
+ {
68576
+ "name": "bannerLabelStencil",
68577
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerLabel.tsx",
68578
+ "description": "",
68579
+ "declarations": [
68580
+ {
68581
+ "name": "bannerLabelStencil",
68582
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerLabel.tsx"
68583
+ }
68584
+ ],
68585
+ "tags": {},
68586
+ "type": {
68587
+ "kind": "function",
68588
+ "parameters": [
66575
68589
  {
66576
- "kind": "property",
66577
- "name": "shouldMirror",
66578
- "required": false,
68590
+ "kind": "parameter",
68591
+ "name": "options",
66579
68592
  "type": {
66580
- "kind": "primitive",
66581
- "value": "boolean"
66582
- },
66583
- "description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
66584
- "declarations": [
66585
- {
66586
- "name": "shouldMirror",
66587
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
68593
+ "kind": "conditional",
68594
+ "check": {
68595
+ "kind": "tuple",
68596
+ "value": [
68597
+ {
68598
+ "kind": "symbol",
68599
+ "name": "E",
68600
+ "value": "E"
68601
+ }
68602
+ ]
68603
+ },
68604
+ "extends": {
68605
+ "kind": "tuple",
68606
+ "value": [
68607
+ {
68608
+ "kind": "primitive",
68609
+ "value": "never"
68610
+ }
68611
+ ]
68612
+ },
68613
+ "trueType": {
68614
+ "kind": "intersection",
68615
+ "value": [
68616
+ {
68617
+ "kind": "symbol",
68618
+ "name": "ModifierValuesStencil",
68619
+ "typeParameters": [
68620
+ {
68621
+ "kind": "symbol",
68622
+ "name": "M",
68623
+ "value": "M"
68624
+ },
68625
+ {
68626
+ "kind": "symbol",
68627
+ "name": "V",
68628
+ "value": "V"
68629
+ }
68630
+ ],
68631
+ "value": "ModifierValuesStencil<M, V>"
68632
+ },
68633
+ {
68634
+ "kind": "symbol",
68635
+ "name": "VariableValuesStencil",
68636
+ "typeParameters": [
68637
+ {
68638
+ "kind": "symbol",
68639
+ "name": "V",
68640
+ "value": "V"
68641
+ }
68642
+ ],
68643
+ "value": "VariableValuesStencil<V>"
68644
+ }
68645
+ ]
68646
+ },
68647
+ "falseType": {
68648
+ "kind": "conditional",
68649
+ "check": {
68650
+ "kind": "symbol",
68651
+ "name": "E",
68652
+ "value": "E"
68653
+ },
68654
+ "extends": {
68655
+ "kind": "symbol",
68656
+ "name": "BaseStencil",
68657
+ "typeParameters": [
68658
+ {
68659
+ "kind": "infer",
68660
+ "value": {
68661
+ "kind": "typeParameter",
68662
+ "name": "ME",
68663
+ "required": true
68664
+ }
68665
+ },
68666
+ {
68667
+ "kind": "infer",
68668
+ "value": {
68669
+ "kind": "typeParameter",
68670
+ "name": "VE",
68671
+ "required": true
68672
+ }
68673
+ },
68674
+ {
68675
+ "kind": "primitive",
68676
+ "value": "any"
68677
+ },
68678
+ {
68679
+ "kind": "primitive",
68680
+ "value": "any"
68681
+ }
68682
+ ],
68683
+ "value": "BaseStencil<M, V, E, ID>"
68684
+ },
68685
+ "trueType": {
68686
+ "kind": "intersection",
68687
+ "value": [
68688
+ {
68689
+ "kind": "symbol",
68690
+ "name": "ModifierValuesStencil",
68691
+ "typeParameters": [
68692
+ {
68693
+ "kind": "intersection",
68694
+ "value": [
68695
+ {
68696
+ "kind": "symbol",
68697
+ "name": "ME",
68698
+ "value": "ME"
68699
+ },
68700
+ {
68701
+ "kind": "symbol",
68702
+ "name": "M",
68703
+ "value": "M"
68704
+ }
68705
+ ]
68706
+ }
68707
+ ],
68708
+ "value": "ModifierValuesStencil<M, V>"
68709
+ },
68710
+ {
68711
+ "kind": "symbol",
68712
+ "name": "VariableValuesStencil",
68713
+ "typeParameters": [
68714
+ {
68715
+ "kind": "intersection",
68716
+ "value": [
68717
+ {
68718
+ "kind": "symbol",
68719
+ "name": "VE",
68720
+ "value": "VE"
68721
+ },
68722
+ {
68723
+ "kind": "symbol",
68724
+ "name": "V",
68725
+ "value": "V"
68726
+ }
68727
+ ]
68728
+ }
68729
+ ],
68730
+ "value": "VariableValuesStencil<V>"
68731
+ }
68732
+ ]
68733
+ },
68734
+ "falseType": {
68735
+ "kind": "primitive",
68736
+ "value": "never"
68737
+ }
66588
68738
  }
66589
- ],
66590
- "tags": {
66591
- "default": "false"
66592
- },
66593
- "defaultValue": {
66594
- "kind": "boolean",
66595
- "value": false
66596
- }
66597
- },
66598
- {
66599
- "kind": "property",
66600
- "name": "cs",
66601
- "required": false,
66602
- "type": {
66603
- "kind": "symbol",
66604
- "name": "CSToPropsInput",
66605
- "value": "CSToPropsInput"
66606
68739
  },
66607
- "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles } instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
66608
- "declarations": [
66609
- {
66610
- "name": "cs",
66611
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66612
- }
66613
- ],
66614
- "tags": {}
66615
- },
66616
- {
66617
- "kind": "property",
66618
- "name": "children",
66619
68740
  "required": false,
66620
- "type": {
66621
- "kind": "external",
66622
- "name": "ReactNode",
66623
- "url": "https://reactjs.org/docs/rendering-elements.html"
66624
- },
68741
+ "rest": false,
66625
68742
  "description": "",
66626
68743
  "declarations": [
66627
68744
  {
66628
- "name": "children",
66629
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/Box.tsx"
68745
+ "name": "options",
68746
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66630
68747
  }
66631
68748
  ],
66632
68749
  "tags": {}
66633
- },
68750
+ }
68751
+ ],
68752
+ "members": [
66634
68753
  {
66635
68754
  "kind": "property",
66636
- "name": "size",
66637
- "required": false,
68755
+ "name": "vars",
68756
+ "required": true,
66638
68757
  "type": {
66639
- "kind": "union",
66640
- "value": [
68758
+ "kind": "symbol",
68759
+ "name": "StencilDefaultVars",
68760
+ "typeParameters": [
66641
68761
  {
66642
- "kind": "primitive",
66643
- "value": "number"
68762
+ "kind": "symbol",
68763
+ "name": "V",
68764
+ "value": "V"
66644
68765
  },
66645
68766
  {
66646
- "kind": "primitive",
66647
- "value": "string"
68767
+ "kind": "symbol",
68768
+ "name": "E",
68769
+ "value": "E"
68770
+ },
68771
+ {
68772
+ "kind": "symbol",
68773
+ "name": "ID",
68774
+ "value": "ID"
66648
68775
  }
66649
- ]
68776
+ ],
68777
+ "value": "StencilDefaultVars<V, E, ID>"
66650
68778
  },
66651
- "description": "The size of the SystemIcon in `px`.",
68779
+ "description": "",
66652
68780
  "declarations": [
66653
68781
  {
66654
- "name": "size",
66655
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
68782
+ "name": "vars",
68783
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66656
68784
  }
66657
68785
  ],
66658
68786
  "tags": {}
66659
68787
  },
66660
68788
  {
66661
68789
  "kind": "property",
66662
- "name": "accent",
66663
- "required": false,
68790
+ "name": "base",
68791
+ "required": true,
66664
68792
  "type": {
66665
68793
  "kind": "primitive",
66666
68794
  "value": "string"
66667
68795
  },
66668
- "description": "The accent color of the SystemIcon. This overrides `color`.",
68796
+ "description": "",
66669
68797
  "declarations": [
66670
68798
  {
66671
- "name": "accent",
66672
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
68799
+ "name": "base",
68800
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66673
68801
  }
66674
68802
  ],
66675
68803
  "tags": {}
66676
68804
  },
66677
68805
  {
66678
68806
  "kind": "property",
66679
- "name": "accentHover",
66680
- "required": false,
68807
+ "name": "modifiers",
68808
+ "required": true,
66681
68809
  "type": {
66682
- "kind": "primitive",
66683
- "value": "string"
68810
+ "kind": "conditional",
68811
+ "check": {
68812
+ "kind": "tuple",
68813
+ "value": [
68814
+ {
68815
+ "kind": "symbol",
68816
+ "name": "E",
68817
+ "value": "E"
68818
+ }
68819
+ ]
68820
+ },
68821
+ "extends": {
68822
+ "kind": "tuple",
68823
+ "value": [
68824
+ {
68825
+ "kind": "symbol",
68826
+ "name": "BaseStencil",
68827
+ "typeParameters": [
68828
+ {
68829
+ "kind": "infer",
68830
+ "value": {
68831
+ "kind": "typeParameter",
68832
+ "name": "ME",
68833
+ "required": true
68834
+ }
68835
+ },
68836
+ {
68837
+ "kind": "infer",
68838
+ "value": {
68839
+ "kind": "typeParameter",
68840
+ "name": "VE",
68841
+ "required": true
68842
+ }
68843
+ },
68844
+ {
68845
+ "kind": "primitive",
68846
+ "value": "any"
68847
+ },
68848
+ {
68849
+ "kind": "primitive",
68850
+ "value": "any"
68851
+ }
68852
+ ],
68853
+ "value": "BaseStencil<M, V, E, ID>"
68854
+ }
68855
+ ]
68856
+ },
68857
+ "trueType": {
68858
+ "kind": "symbol",
68859
+ "name": "StencilModifierReturn",
68860
+ "typeParameters": [
68861
+ {
68862
+ "kind": "intersection",
68863
+ "value": [
68864
+ {
68865
+ "kind": "symbol",
68866
+ "name": "ME",
68867
+ "value": "ME"
68868
+ },
68869
+ {
68870
+ "kind": "symbol",
68871
+ "name": "M",
68872
+ "value": "M"
68873
+ }
68874
+ ]
68875
+ },
68876
+ {
68877
+ "kind": "intersection",
68878
+ "value": [
68879
+ {
68880
+ "kind": "symbol",
68881
+ "name": "VE",
68882
+ "value": "VE"
68883
+ },
68884
+ {
68885
+ "kind": "symbol",
68886
+ "name": "V",
68887
+ "value": "V"
68888
+ }
68889
+ ]
68890
+ }
68891
+ ],
68892
+ "value": "StencilModifierReturn<M, V>"
68893
+ },
68894
+ "falseType": {
68895
+ "kind": "symbol",
68896
+ "name": "StencilModifierReturn",
68897
+ "typeParameters": [
68898
+ {
68899
+ "kind": "symbol",
68900
+ "name": "M",
68901
+ "value": "M"
68902
+ },
68903
+ {
68904
+ "kind": "symbol",
68905
+ "name": "V",
68906
+ "value": "V"
68907
+ }
68908
+ ],
68909
+ "value": "StencilModifierReturn<M, V>"
68910
+ }
66684
68911
  },
66685
- "description": "The accent color of the SystemIcon on hover. This overrides `colorHover`.",
68912
+ "description": "",
66686
68913
  "declarations": [
66687
68914
  {
66688
- "name": "accentHover",
66689
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
68915
+ "name": "modifiers",
68916
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66690
68917
  }
66691
68918
  ],
66692
- "tags": {
66693
- "deprecated": "`accentHover` is deprecated and will be removed in a future version. Please use the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.accent]: desiredAccentHoverColor\n}\n```"
66694
- }
68919
+ "tags": {}
66695
68920
  },
66696
68921
  {
66697
68922
  "kind": "property",
66698
- "name": "backgroundHover",
66699
- "required": false,
68923
+ "name": "defaultModifiers",
68924
+ "required": true,
66700
68925
  "type": {
66701
- "kind": "primitive",
66702
- "value": "string"
68926
+ "kind": "conditional",
68927
+ "check": {
68928
+ "kind": "tuple",
68929
+ "value": [
68930
+ {
68931
+ "kind": "symbol",
68932
+ "name": "E",
68933
+ "value": "E"
68934
+ }
68935
+ ]
68936
+ },
68937
+ "extends": {
68938
+ "kind": "tuple",
68939
+ "value": [
68940
+ {
68941
+ "kind": "symbol",
68942
+ "name": "BaseStencil",
68943
+ "typeParameters": [
68944
+ {
68945
+ "kind": "infer",
68946
+ "value": {
68947
+ "kind": "typeParameter",
68948
+ "name": "ME",
68949
+ "required": true
68950
+ }
68951
+ },
68952
+ {
68953
+ "kind": "primitive",
68954
+ "value": "any"
68955
+ },
68956
+ {
68957
+ "kind": "primitive",
68958
+ "value": "any"
68959
+ },
68960
+ {
68961
+ "kind": "primitive",
68962
+ "value": "any"
68963
+ }
68964
+ ],
68965
+ "value": "BaseStencil<M, V, E, ID>"
68966
+ }
68967
+ ]
68968
+ },
68969
+ "trueType": {
68970
+ "kind": "symbol",
68971
+ "name": "StencilDefaultModifierReturn",
68972
+ "typeParameters": [
68973
+ {
68974
+ "kind": "intersection",
68975
+ "value": [
68976
+ {
68977
+ "kind": "symbol",
68978
+ "name": "ME",
68979
+ "value": "ME"
68980
+ },
68981
+ {
68982
+ "kind": "symbol",
68983
+ "name": "M",
68984
+ "value": "M"
68985
+ }
68986
+ ]
68987
+ }
68988
+ ],
68989
+ "value": "StencilDefaultModifierReturn<M>"
68990
+ },
68991
+ "falseType": {
68992
+ "kind": "symbol",
68993
+ "name": "StencilDefaultModifierReturn",
68994
+ "typeParameters": [
68995
+ {
68996
+ "kind": "symbol",
68997
+ "name": "M",
68998
+ "value": "M"
68999
+ }
69000
+ ],
69001
+ "value": "StencilDefaultModifierReturn<M>"
69002
+ }
66703
69003
  },
66704
- "description": "The background color of the SystemIcon on hover.",
69004
+ "description": "",
66705
69005
  "declarations": [
66706
69006
  {
66707
- "name": "backgroundHover",
66708
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
69007
+ "name": "defaultModifiers",
69008
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66709
69009
  }
66710
69010
  ],
66711
- "tags": {
66712
- "default": "transparent",
66713
- "deprecated": "`backgroundHover` is deprecated and will be removed in a future version. Please use the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.background]: desiredBackgroundHoverColor\n}\n```"
66714
- },
66715
- "defaultValue": {
66716
- "kind": "symbol",
66717
- "name": "transparent",
66718
- "value": "transparent"
66719
- }
69011
+ "tags": {}
66720
69012
  },
66721
69013
  {
66722
69014
  "kind": "property",
66723
- "name": "colorHover",
69015
+ "name": "__extends",
66724
69016
  "required": false,
66725
69017
  "type": {
66726
- "kind": "primitive",
66727
- "value": "string"
69018
+ "kind": "symbol",
69019
+ "name": "E",
69020
+ "value": "E"
66728
69021
  },
66729
- "description": "The hover color of the SystemIcon. This defines `accentHover` and `fillHover`. `colorHover` may be overwritten by `accentHover` and `fillHover`.",
69022
+ "description": "",
66730
69023
  "declarations": [
66731
69024
  {
66732
- "name": "colorHover",
66733
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
69025
+ "name": "__extends",
69026
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66734
69027
  }
66735
69028
  ],
66736
- "tags": {
66737
- "default": "base.licorice200",
66738
- "deprecated": "`colorHover` is deprecated and will be removed in a future version. We have removed the default hover styles on SystemIcon. Please\nuse the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.color]: desiredColorHoverColor\n}\n```"
66739
- },
66740
- "defaultValue": {
66741
- "kind": "symbol",
66742
- "name": "base.licorice200",
66743
- "value": "base.licorice200"
66744
- }
69029
+ "tags": {}
66745
69030
  },
66746
69031
  {
66747
69032
  "kind": "property",
66748
- "name": "fillHover",
66749
- "required": false,
69033
+ "name": "__vars",
69034
+ "required": true,
66750
69035
  "type": {
66751
- "kind": "primitive",
66752
- "value": "string"
69036
+ "kind": "symbol",
69037
+ "name": "V",
69038
+ "value": "V"
66753
69039
  },
66754
- "description": "The fill color of the SystemIcon on hover. This overrides `colorHover`.",
69040
+ "description": "",
66755
69041
  "declarations": [
66756
69042
  {
66757
- "name": "fillHover",
66758
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
69043
+ "name": "__vars",
69044
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66759
69045
  }
66760
69046
  ],
66761
- "tags": {
66762
- "deprecated": "`fillHover` is deprecated and will be removed in a future version. Please use the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.fill]: desiredFillHoverColor\n}\n```"
66763
- }
69047
+ "tags": {}
66764
69048
  },
66765
69049
  {
66766
69050
  "kind": "property",
66767
- "name": "as",
66768
- "description": "Optional override of the default element used by the component. Any valid tag or Component. If you provided a Component, this component should forward the ref using `React.forwardRef`and spread extra props to a root element.\n\n**Note:** Not all elements make sense and some elements may cause accessibility issues. Change this value with care.",
66769
- "tags": {},
66770
- "declarations": [],
69051
+ "name": "__modifiers",
69052
+ "required": true,
66771
69053
  "type": {
66772
- "kind": "external",
66773
- "name": "React.ElementType",
66774
- "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
69054
+ "kind": "symbol",
69055
+ "name": "M",
69056
+ "value": "M"
66775
69057
  },
66776
- "defaultValue": {
66777
- "kind": "external",
66778
- "name": "span",
66779
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span"
66780
- }
66781
- },
66782
- {
66783
- "kind": "property",
66784
- "name": "ref",
66785
- "description": "Optional ref. If the component represents an element, this ref will be a reference to the real DOM element of the component. If `as` is set to an element, it will be that element. If `as` is a component, the reference will be to that component (or element if the component uses `React.forwardRef`).",
66786
- "tags": {},
66787
- "declarations": [],
66788
- "type": {
66789
- "kind": "external",
66790
- "name": "React.Ref",
66791
- "url": "https://reactjs.org/docs/refs-and-the-dom.html",
66792
- "typeParameters": [
66793
- {
66794
- "kind": "typeParameter",
66795
- "name": "R",
66796
- "required": true,
66797
- "defaultValue": {
66798
- "kind": "external",
66799
- "name": "span",
66800
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span"
66801
- }
66802
- }
66803
- ]
66804
- }
69058
+ "description": "",
69059
+ "declarations": [
69060
+ {
69061
+ "name": "__modifiers",
69062
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
69063
+ }
69064
+ ],
69065
+ "tags": {}
66805
69066
  },
66806
69067
  {
66807
69068
  "kind": "property",
66808
- "name": "model",
66809
- "description": "Optional model to pass to the component. This will override the default model created for the component. This can be useful if you want to access to the state and events of the model, or if you have nested components of the same type and you need to override the model provided by React Context.",
66810
- "tags": {},
66811
- "declarations": [],
69069
+ "name": "__id",
69070
+ "required": true,
66812
69071
  "type": {
66813
69072
  "kind": "symbol",
66814
- "name": "BannerModel"
66815
- }
66816
- },
66817
- {
66818
- "kind": "property",
66819
- "name": "elemPropsHook",
66820
- "description": "Optional hook that receives the model and all props to be applied to the element. If you use this, it is your responsibility to return props, merging as appropriate. For example, returning an empty object will disable all elemProps hooks associated with this component. This allows finer control over a component without creating a new one.",
66821
- "tags": {},
66822
- "declarations": [],
66823
- "type": {
66824
- "kind": "function",
66825
- "parameters": [
69073
+ "name": "ID",
69074
+ "value": "ID"
69075
+ },
69076
+ "description": "",
69077
+ "declarations": [
69078
+ {
69079
+ "name": "__id",
69080
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
69081
+ }
69082
+ ],
69083
+ "tags": {}
69084
+ }
69085
+ ],
69086
+ "returnType": {
69087
+ "kind": "object",
69088
+ "properties": [
69089
+ {
69090
+ "kind": "property",
69091
+ "name": "className",
69092
+ "required": true,
69093
+ "type": {
69094
+ "kind": "primitive",
69095
+ "value": "string"
69096
+ },
69097
+ "description": "",
69098
+ "declarations": [
66826
69099
  {
66827
- "kind": "parameter",
66828
- "description": "",
66829
- "tags": {},
66830
- "declarations": [],
66831
- "name": "model",
66832
- "type": {
66833
- "kind": "symbol",
66834
- "name": "BannerModel"
69100
+ "name": "className",
69101
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
69102
+ }
69103
+ ],
69104
+ "tags": {}
69105
+ },
69106
+ {
69107
+ "kind": "property",
69108
+ "name": "style",
69109
+ "required": false,
69110
+ "type": {
69111
+ "kind": "external",
69112
+ "name": "Record",
69113
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
69114
+ "typeParameters": [
69115
+ {
69116
+ "kind": "primitive",
69117
+ "value": "string"
66835
69118
  },
66836
- "required": true
66837
- },
66838
- {
66839
- "kind": "parameter",
66840
- "description": "",
66841
- "tags": {},
66842
- "declarations": [],
66843
- "name": "elemProps",
66844
- "type": {
66845
- "kind": "generic",
66846
- "name": "TProps"
69119
+ {
69120
+ "kind": "primitive",
69121
+ "value": "string"
66847
69122
  }
69123
+ ]
69124
+ },
69125
+ "description": "",
69126
+ "declarations": [
69127
+ {
69128
+ "name": "style",
69129
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
66848
69130
  }
66849
69131
  ],
66850
- "returnType": {
66851
- "kind": "external",
66852
- "name": "HTML Attributes",
66853
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes"
66854
- }
69132
+ "tags": {}
66855
69133
  }
66856
- }
66857
- ],
66858
- "baseElement": {
66859
- "kind": "external",
66860
- "name": "span",
66861
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span"
66862
- },
66863
- "styleComponent": {
66864
- "kind": "symbol",
66865
- "name": "Box"
66866
- },
66867
- "model": "BannerModel"
66868
- }
66869
- },
66870
- {
66871
- "name": "BannerLabelProps",
66872
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerLabel.tsx",
66873
- "description": "",
66874
- "declarations": [
66875
- {
66876
- "name": "BannerLabelProps",
66877
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerLabel.tsx"
69134
+ ]
66878
69135
  }
66879
- ],
66880
- "tags": {},
66881
- "type": {
66882
- "kind": "alias",
66883
- "name": "BannerLabel"
66884
69136
  }
66885
69137
  },
66886
69138
  {
@@ -67188,48 +69440,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
67188
69440
  "tags": {},
67189
69441
  "declarations": []
67190
69442
  },
67191
- {
67192
- "kind": "property",
67193
- "name": "color",
67194
- "required": true,
67195
- "type": {
67196
- "kind": "union",
67197
- "value": [
67198
- {
67199
- "kind": "primitive",
67200
- "value": "string"
67201
- },
67202
- {
67203
- "kind": "primitive",
67204
- "value": "undefined"
67205
- }
67206
- ]
67207
- },
67208
- "description": "",
67209
- "tags": {},
67210
- "declarations": []
67211
- },
67212
- {
67213
- "kind": "property",
67214
- "name": "colorHover",
67215
- "required": true,
67216
- "type": {
67217
- "kind": "union",
67218
- "value": [
67219
- {
67220
- "kind": "primitive",
67221
- "value": "string"
67222
- },
67223
- {
67224
- "kind": "primitive",
67225
- "value": "undefined"
67226
- }
67227
- ]
67228
- },
67229
- "description": "",
67230
- "tags": {},
67231
- "declarations": []
67232
- },
67233
69443
  {
67234
69444
  "kind": "property",
67235
69445
  "name": "size",