@workday/canvas-kit-docs 13.0.0-alpha.1016-next.0 → 13.0.0-alpha.1024-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.
@@ -8273,6 +8273,569 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
8273
8273
  }
8274
8274
  }
8275
8275
  },
8276
+ {
8277
+ "name": "loadingSparklesStencil",
8278
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/loading-sparkles/lib/LoadingSparkles.tsx",
8279
+ "description": "",
8280
+ "declarations": [
8281
+ {
8282
+ "name": "loadingSparklesStencil",
8283
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/loading-sparkles/lib/LoadingSparkles.tsx"
8284
+ }
8285
+ ],
8286
+ "tags": {},
8287
+ "type": {
8288
+ "kind": "function",
8289
+ "parameters": [
8290
+ {
8291
+ "kind": "parameter",
8292
+ "name": "options",
8293
+ "type": {
8294
+ "kind": "conditional",
8295
+ "check": {
8296
+ "kind": "tuple",
8297
+ "value": [
8298
+ {
8299
+ "kind": "symbol",
8300
+ "name": "E",
8301
+ "value": "E"
8302
+ }
8303
+ ]
8304
+ },
8305
+ "extends": {
8306
+ "kind": "tuple",
8307
+ "value": [
8308
+ {
8309
+ "kind": "primitive",
8310
+ "value": "never"
8311
+ }
8312
+ ]
8313
+ },
8314
+ "trueType": {
8315
+ "kind": "intersection",
8316
+ "value": [
8317
+ {
8318
+ "kind": "symbol",
8319
+ "name": "ModifierValuesStencil",
8320
+ "typeParameters": [
8321
+ {
8322
+ "kind": "symbol",
8323
+ "name": "M",
8324
+ "value": "M"
8325
+ },
8326
+ {
8327
+ "kind": "symbol",
8328
+ "name": "V",
8329
+ "value": "V"
8330
+ }
8331
+ ],
8332
+ "value": "ModifierValuesStencil<M, V>"
8333
+ },
8334
+ {
8335
+ "kind": "symbol",
8336
+ "name": "VariableValuesStencil",
8337
+ "typeParameters": [
8338
+ {
8339
+ "kind": "symbol",
8340
+ "name": "V",
8341
+ "value": "V"
8342
+ }
8343
+ ],
8344
+ "value": "VariableValuesStencil<V>"
8345
+ }
8346
+ ]
8347
+ },
8348
+ "falseType": {
8349
+ "kind": "conditional",
8350
+ "check": {
8351
+ "kind": "symbol",
8352
+ "name": "E",
8353
+ "value": "E"
8354
+ },
8355
+ "extends": {
8356
+ "kind": "symbol",
8357
+ "name": "BaseStencil",
8358
+ "typeParameters": [
8359
+ {
8360
+ "kind": "infer",
8361
+ "value": {
8362
+ "kind": "typeParameter",
8363
+ "name": "ME",
8364
+ "required": true
8365
+ }
8366
+ },
8367
+ {
8368
+ "kind": "infer",
8369
+ "value": {
8370
+ "kind": "typeParameter",
8371
+ "name": "VE",
8372
+ "required": true
8373
+ }
8374
+ },
8375
+ {
8376
+ "kind": "primitive",
8377
+ "value": "any"
8378
+ },
8379
+ {
8380
+ "kind": "primitive",
8381
+ "value": "any"
8382
+ }
8383
+ ],
8384
+ "value": "BaseStencil<M, V, E, ID>"
8385
+ },
8386
+ "trueType": {
8387
+ "kind": "intersection",
8388
+ "value": [
8389
+ {
8390
+ "kind": "symbol",
8391
+ "name": "ModifierValuesStencil",
8392
+ "typeParameters": [
8393
+ {
8394
+ "kind": "intersection",
8395
+ "value": [
8396
+ {
8397
+ "kind": "symbol",
8398
+ "name": "ME",
8399
+ "value": "ME"
8400
+ },
8401
+ {
8402
+ "kind": "symbol",
8403
+ "name": "M",
8404
+ "value": "M"
8405
+ }
8406
+ ]
8407
+ }
8408
+ ],
8409
+ "value": "ModifierValuesStencil<M, V>"
8410
+ },
8411
+ {
8412
+ "kind": "symbol",
8413
+ "name": "VariableValuesStencil",
8414
+ "typeParameters": [
8415
+ {
8416
+ "kind": "intersection",
8417
+ "value": [
8418
+ {
8419
+ "kind": "symbol",
8420
+ "name": "VE",
8421
+ "value": "VE"
8422
+ },
8423
+ {
8424
+ "kind": "symbol",
8425
+ "name": "V",
8426
+ "value": "V"
8427
+ }
8428
+ ]
8429
+ }
8430
+ ],
8431
+ "value": "VariableValuesStencil<V>"
8432
+ }
8433
+ ]
8434
+ },
8435
+ "falseType": {
8436
+ "kind": "primitive",
8437
+ "value": "never"
8438
+ }
8439
+ }
8440
+ },
8441
+ "required": false,
8442
+ "rest": false,
8443
+ "description": "",
8444
+ "declarations": [
8445
+ {
8446
+ "name": "options",
8447
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
8448
+ }
8449
+ ],
8450
+ "tags": {}
8451
+ }
8452
+ ],
8453
+ "members": [
8454
+ {
8455
+ "kind": "property",
8456
+ "name": "vars",
8457
+ "required": true,
8458
+ "type": {
8459
+ "kind": "symbol",
8460
+ "name": "StencilDefaultVars",
8461
+ "typeParameters": [
8462
+ {
8463
+ "kind": "symbol",
8464
+ "name": "V",
8465
+ "value": "V"
8466
+ },
8467
+ {
8468
+ "kind": "symbol",
8469
+ "name": "E",
8470
+ "value": "E"
8471
+ },
8472
+ {
8473
+ "kind": "symbol",
8474
+ "name": "ID",
8475
+ "value": "ID"
8476
+ }
8477
+ ],
8478
+ "value": "StencilDefaultVars<V, E, ID>"
8479
+ },
8480
+ "description": "",
8481
+ "declarations": [
8482
+ {
8483
+ "name": "vars",
8484
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
8485
+ }
8486
+ ],
8487
+ "tags": {}
8488
+ },
8489
+ {
8490
+ "kind": "property",
8491
+ "name": "base",
8492
+ "required": true,
8493
+ "type": {
8494
+ "kind": "primitive",
8495
+ "value": "string"
8496
+ },
8497
+ "description": "",
8498
+ "declarations": [
8499
+ {
8500
+ "name": "base",
8501
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
8502
+ }
8503
+ ],
8504
+ "tags": {}
8505
+ },
8506
+ {
8507
+ "kind": "property",
8508
+ "name": "modifiers",
8509
+ "required": true,
8510
+ "type": {
8511
+ "kind": "conditional",
8512
+ "check": {
8513
+ "kind": "tuple",
8514
+ "value": [
8515
+ {
8516
+ "kind": "symbol",
8517
+ "name": "E",
8518
+ "value": "E"
8519
+ }
8520
+ ]
8521
+ },
8522
+ "extends": {
8523
+ "kind": "tuple",
8524
+ "value": [
8525
+ {
8526
+ "kind": "symbol",
8527
+ "name": "BaseStencil",
8528
+ "typeParameters": [
8529
+ {
8530
+ "kind": "infer",
8531
+ "value": {
8532
+ "kind": "typeParameter",
8533
+ "name": "ME",
8534
+ "required": true
8535
+ }
8536
+ },
8537
+ {
8538
+ "kind": "infer",
8539
+ "value": {
8540
+ "kind": "typeParameter",
8541
+ "name": "VE",
8542
+ "required": true
8543
+ }
8544
+ },
8545
+ {
8546
+ "kind": "primitive",
8547
+ "value": "any"
8548
+ },
8549
+ {
8550
+ "kind": "primitive",
8551
+ "value": "any"
8552
+ }
8553
+ ],
8554
+ "value": "BaseStencil<M, V, E, ID>"
8555
+ }
8556
+ ]
8557
+ },
8558
+ "trueType": {
8559
+ "kind": "symbol",
8560
+ "name": "StencilModifierReturn",
8561
+ "typeParameters": [
8562
+ {
8563
+ "kind": "intersection",
8564
+ "value": [
8565
+ {
8566
+ "kind": "symbol",
8567
+ "name": "ME",
8568
+ "value": "ME"
8569
+ },
8570
+ {
8571
+ "kind": "symbol",
8572
+ "name": "M",
8573
+ "value": "M"
8574
+ }
8575
+ ]
8576
+ },
8577
+ {
8578
+ "kind": "intersection",
8579
+ "value": [
8580
+ {
8581
+ "kind": "symbol",
8582
+ "name": "VE",
8583
+ "value": "VE"
8584
+ },
8585
+ {
8586
+ "kind": "symbol",
8587
+ "name": "V",
8588
+ "value": "V"
8589
+ }
8590
+ ]
8591
+ }
8592
+ ],
8593
+ "value": "StencilModifierReturn<M, V>"
8594
+ },
8595
+ "falseType": {
8596
+ "kind": "symbol",
8597
+ "name": "StencilModifierReturn",
8598
+ "typeParameters": [
8599
+ {
8600
+ "kind": "symbol",
8601
+ "name": "M",
8602
+ "value": "M"
8603
+ },
8604
+ {
8605
+ "kind": "symbol",
8606
+ "name": "V",
8607
+ "value": "V"
8608
+ }
8609
+ ],
8610
+ "value": "StencilModifierReturn<M, V>"
8611
+ }
8612
+ },
8613
+ "description": "",
8614
+ "declarations": [
8615
+ {
8616
+ "name": "modifiers",
8617
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
8618
+ }
8619
+ ],
8620
+ "tags": {}
8621
+ },
8622
+ {
8623
+ "kind": "property",
8624
+ "name": "defaultModifiers",
8625
+ "required": true,
8626
+ "type": {
8627
+ "kind": "conditional",
8628
+ "check": {
8629
+ "kind": "tuple",
8630
+ "value": [
8631
+ {
8632
+ "kind": "symbol",
8633
+ "name": "E",
8634
+ "value": "E"
8635
+ }
8636
+ ]
8637
+ },
8638
+ "extends": {
8639
+ "kind": "tuple",
8640
+ "value": [
8641
+ {
8642
+ "kind": "symbol",
8643
+ "name": "BaseStencil",
8644
+ "typeParameters": [
8645
+ {
8646
+ "kind": "infer",
8647
+ "value": {
8648
+ "kind": "typeParameter",
8649
+ "name": "ME",
8650
+ "required": true
8651
+ }
8652
+ },
8653
+ {
8654
+ "kind": "primitive",
8655
+ "value": "any"
8656
+ },
8657
+ {
8658
+ "kind": "primitive",
8659
+ "value": "any"
8660
+ },
8661
+ {
8662
+ "kind": "primitive",
8663
+ "value": "any"
8664
+ }
8665
+ ],
8666
+ "value": "BaseStencil<M, V, E, ID>"
8667
+ }
8668
+ ]
8669
+ },
8670
+ "trueType": {
8671
+ "kind": "symbol",
8672
+ "name": "StencilDefaultModifierReturn",
8673
+ "typeParameters": [
8674
+ {
8675
+ "kind": "intersection",
8676
+ "value": [
8677
+ {
8678
+ "kind": "symbol",
8679
+ "name": "ME",
8680
+ "value": "ME"
8681
+ },
8682
+ {
8683
+ "kind": "symbol",
8684
+ "name": "M",
8685
+ "value": "M"
8686
+ }
8687
+ ]
8688
+ }
8689
+ ],
8690
+ "value": "StencilDefaultModifierReturn<M>"
8691
+ },
8692
+ "falseType": {
8693
+ "kind": "symbol",
8694
+ "name": "StencilDefaultModifierReturn",
8695
+ "typeParameters": [
8696
+ {
8697
+ "kind": "symbol",
8698
+ "name": "M",
8699
+ "value": "M"
8700
+ }
8701
+ ],
8702
+ "value": "StencilDefaultModifierReturn<M>"
8703
+ }
8704
+ },
8705
+ "description": "",
8706
+ "declarations": [
8707
+ {
8708
+ "name": "defaultModifiers",
8709
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
8710
+ }
8711
+ ],
8712
+ "tags": {}
8713
+ },
8714
+ {
8715
+ "kind": "property",
8716
+ "name": "__extends",
8717
+ "required": false,
8718
+ "type": {
8719
+ "kind": "symbol",
8720
+ "name": "E",
8721
+ "value": "E"
8722
+ },
8723
+ "description": "",
8724
+ "declarations": [
8725
+ {
8726
+ "name": "__extends",
8727
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
8728
+ }
8729
+ ],
8730
+ "tags": {}
8731
+ },
8732
+ {
8733
+ "kind": "property",
8734
+ "name": "__vars",
8735
+ "required": true,
8736
+ "type": {
8737
+ "kind": "symbol",
8738
+ "name": "V",
8739
+ "value": "V"
8740
+ },
8741
+ "description": "",
8742
+ "declarations": [
8743
+ {
8744
+ "name": "__vars",
8745
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
8746
+ }
8747
+ ],
8748
+ "tags": {}
8749
+ },
8750
+ {
8751
+ "kind": "property",
8752
+ "name": "__modifiers",
8753
+ "required": true,
8754
+ "type": {
8755
+ "kind": "symbol",
8756
+ "name": "M",
8757
+ "value": "M"
8758
+ },
8759
+ "description": "",
8760
+ "declarations": [
8761
+ {
8762
+ "name": "__modifiers",
8763
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
8764
+ }
8765
+ ],
8766
+ "tags": {}
8767
+ },
8768
+ {
8769
+ "kind": "property",
8770
+ "name": "__id",
8771
+ "required": true,
8772
+ "type": {
8773
+ "kind": "symbol",
8774
+ "name": "ID",
8775
+ "value": "ID"
8776
+ },
8777
+ "description": "",
8778
+ "declarations": [
8779
+ {
8780
+ "name": "__id",
8781
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
8782
+ }
8783
+ ],
8784
+ "tags": {}
8785
+ }
8786
+ ],
8787
+ "returnType": {
8788
+ "kind": "object",
8789
+ "properties": [
8790
+ {
8791
+ "kind": "property",
8792
+ "name": "className",
8793
+ "required": true,
8794
+ "type": {
8795
+ "kind": "primitive",
8796
+ "value": "string"
8797
+ },
8798
+ "description": "",
8799
+ "declarations": [
8800
+ {
8801
+ "name": "className",
8802
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
8803
+ }
8804
+ ],
8805
+ "tags": {}
8806
+ },
8807
+ {
8808
+ "kind": "property",
8809
+ "name": "style",
8810
+ "required": false,
8811
+ "type": {
8812
+ "kind": "external",
8813
+ "name": "Record",
8814
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
8815
+ "typeParameters": [
8816
+ {
8817
+ "kind": "primitive",
8818
+ "value": "string"
8819
+ },
8820
+ {
8821
+ "kind": "primitive",
8822
+ "value": "string"
8823
+ }
8824
+ ]
8825
+ },
8826
+ "description": "",
8827
+ "declarations": [
8828
+ {
8829
+ "name": "style",
8830
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
8831
+ }
8832
+ ],
8833
+ "tags": {}
8834
+ }
8835
+ ]
8836
+ }
8837
+ }
8838
+ },
8276
8839
  {
8277
8840
  "name": "LoadingSparkles",
8278
8841
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/loading-sparkles/lib/LoadingSparkles.tsx",
@@ -139314,7 +139877,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
139314
139877
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/styles/hideMouseFocus.ts"
139315
139878
  }
139316
139879
  ],
139317
- "tags": {},
139880
+ "tags": {
139881
+ "deprecated": "`hideMouseFocus` is deprecated and will be removed in a future major version. Please use [`focus-visible`](https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible) when applying focus styles to elements."
139882
+ },
139318
139883
  "type": {
139319
139884
  "kind": "symbol",
139320
139885
  "name": "CSSProperties",
@@ -139324,14 +139889,16 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
139324
139889
  {
139325
139890
  "name": "mouseFocusBehavior",
139326
139891
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/styles/hideMouseFocus.ts",
139327
- "description": "",
139892
+ "description": "A utility that simplifies focus selectors since you can't use nested syntax for some reason. Example:\n[`[data-whatinput=\"mouse\"],\n [data-whatinput=\"touch\"],\n [data-whatinput=\"pointer\"]: {\n '& .my-selector': {\n ...\n }\n},",
139328
139893
  "declarations": [
139329
139894
  {
139330
139895
  "name": "mouseFocusBehavior",
139331
139896
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/styles/hideMouseFocus.ts"
139332
139897
  }
139333
139898
  ],
139334
- "tags": {},
139899
+ "tags": {
139900
+ "deprecated": "`mouseFocusBehavior` is deprecated and will be removed in a future major version. Please use [`focus-visible`](https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible) when applying focus styles to elements."
139901
+ },
139335
139902
  "type": {
139336
139903
  "kind": "function",
139337
139904
  "parameters": [
@@ -140524,24 +141091,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
140524
141091
  }
140525
141092
  ],
140526
141093
  "tags": {}
140527
- },
140528
- {
140529
- "kind": "property",
140530
- "name": "action",
140531
- "required": true,
140532
- "type": {
140533
- "kind": "symbol",
140534
- "name": "CanvasThemePalette",
140535
- "value": "CanvasThemePalette"
140536
- },
140537
- "description": "",
140538
- "declarations": [
140539
- {
140540
- "name": "action",
140541
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/theming/types.ts"
140542
- }
140543
- ],
140544
- "tags": {}
140545
141094
  }
140546
141095
  ]
140547
141096
  },
@@ -251609,207 +252158,198 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
251609
252158
  ],
251610
252159
  "tags": {},
251611
252160
  "type": {
251612
- "kind": "function",
251613
- "parameters": [
252161
+ "kind": "enhancedComponent",
252162
+ "componentType": "regular",
252163
+ "displayName": "StyledTabItem",
252164
+ "props": [
251614
252165
  {
251615
- "kind": "parameter",
251616
- "name": "props",
252166
+ "kind": "property",
252167
+ "name": "index",
252168
+ "required": false,
251617
252169
  "type": {
251618
- "kind": "symbol",
251619
- "name": "P",
251620
- "value": "P"
252170
+ "kind": "primitive",
252171
+ "value": "number"
251621
252172
  },
252173
+ "description": "Optionally pass index to tab item. This should be done if `Tabs.Item` components were created\nvia a `Array::map` function. This index will ensure keyboard navigation works even if items are\ninserted out of order.",
252174
+ "declarations": [
252175
+ {
252176
+ "name": "index",
252177
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsItem.tsx"
252178
+ }
252179
+ ],
252180
+ "tags": {}
252181
+ },
252182
+ {
252183
+ "kind": "property",
252184
+ "name": "children",
251622
252185
  "required": true,
251623
- "rest": false,
251624
- "description": "",
252186
+ "type": {
252187
+ "kind": "external",
252188
+ "name": "ReactNode",
252189
+ "url": "https://reactjs.org/docs/rendering-elements.html"
252190
+ },
252191
+ "description": "The contents of the tab item. This will be the accessible name of the tab for screen readers.\nOften, this is text. Icons are also supported. Using `Tabs.Icon` will render an icon that is\nnot visible to screen readers and therefore the icon should not be necessary to understand the\ntab. In most circumstances, `aria-label` should not be used.\n\n```tsx\n<Tabs.Item>First Tab</Tabs.Item>\n<Tabs.Item>\n <Tabs.Icon icon={canvasIcon} />\n <Tabs.Text>Second Tab</Tabs.Text>\n</Tabs.Item>\n```",
251625
252192
  "declarations": [
251626
252193
  {
251627
- "name": "props",
251628
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@types/react/ts5.0/index.d.ts"
252194
+ "name": "children",
252195
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsItem.tsx"
251629
252196
  }
251630
252197
  ],
251631
252198
  "tags": {}
251632
252199
  },
251633
252200
  {
251634
- "kind": "parameter",
251635
- "name": "deprecatedLegacyContext",
252201
+ "kind": "property",
252202
+ "name": "data-id",
252203
+ "required": false,
251636
252204
  "type": {
251637
252205
  "kind": "primitive",
251638
- "value": "any"
252206
+ "value": "string"
251639
252207
  },
251640
- "required": false,
251641
- "rest": false,
251642
- "description": "",
252208
+ "description": "The identifier of the tab. This identifier will be used in change events and for `initialTab`.\nMust match the `data-id` of the associated tab panel. If this property is not provided, it will\ndefault to a string representation of the the zero-based index of the Tab when it was\ninitialized.",
251643
252209
  "declarations": [
251644
252210
  {
251645
- "name": "deprecatedLegacyContext",
251646
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@types/react/ts5.0/index.d.ts"
252211
+ "name": "data-id",
252212
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsItem.tsx"
251647
252213
  }
251648
252214
  ],
251649
- "tags": {
251650
- "deprecated": "",
251651
- "see": "{@link \nhttps://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods React Docs\n}"
251652
- }
251653
- }
251654
- ],
251655
- "members": [
252215
+ "tags": {}
252216
+ },
251656
252217
  {
251657
252218
  "kind": "property",
251658
- "name": "withComponent",
252219
+ "name": "id",
252220
+ "required": false,
251659
252221
  "type": {
251660
- "kind": "function",
251661
- "typeParameters": [],
251662
- "parameters": [
251663
- {
251664
- "kind": "parameter",
251665
- "name": "component",
251666
- "type": {
251667
- "kind": "symbol",
251668
- "name": "C",
251669
- "value": "C"
251670
- },
251671
- "required": true,
251672
- "rest": false,
251673
- "description": "",
251674
- "declarations": [
251675
- {
251676
- "name": "component",
251677
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@emotion/styled/types/base.d.ts"
251678
- }
251679
- ],
251680
- "tags": {}
251681
- }
251682
- ],
251683
- "members": [],
251684
- "returnType": {
251685
- "kind": "symbol",
251686
- "name": "StyledComponent",
251687
- "typeParameters": [
251688
- {
251689
- "kind": "intersection",
251690
- "value": [
251691
- {
251692
- "kind": "symbol",
251693
- "name": "ComponentProps",
251694
- "value": "ComponentProps"
251695
- },
251696
- {
251697
- "kind": "symbol",
251698
- "name": "PropsOf",
251699
- "typeParameters": [
251700
- {
251701
- "kind": "symbol",
251702
- "name": "C",
251703
- "value": "C"
251704
- }
251705
- ],
251706
- "value": "PropsOf<C>"
251707
- }
251708
- ]
251709
- },
251710
- {
251711
- "kind": "object",
251712
- "properties": []
251713
- },
251714
- {
251715
- "kind": "object",
251716
- "properties": [
251717
- {
251718
- "kind": "property",
251719
- "name": "ref",
251720
- "required": false,
251721
- "type": {
251722
- "kind": "external",
251723
- "name": "Ref",
251724
- "url": "https://reactjs.org/docs/refs-and-the-dom.html",
251725
- "typeParameters": [
251726
- {
251727
- "kind": "symbol",
251728
- "name": "InstanceType",
251729
- "typeParameters": [
251730
- {
251731
- "kind": "symbol",
251732
- "name": "C",
251733
- "value": "C"
251734
- }
251735
- ],
251736
- "value": "InstanceType<T>"
251737
- }
251738
- ]
251739
- },
251740
- "description": "",
251741
- "declarations": [
251742
- {
251743
- "name": "ref",
251744
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@emotion/styled/types/base.d.ts"
251745
- }
251746
- ],
251747
- "tags": {}
251748
- }
251749
- ]
251750
- }
251751
- ],
251752
- "value": "StyledComponent<ComponentProps, SpecificComponentProps, JSXProps>"
251753
- }
252222
+ "kind": "primitive",
252223
+ "value": "string"
251754
252224
  },
251755
- "description": "",
252225
+ "description": "Optional id. If not set, it will inherit the ID passed to the `Tabs` component and append the\nindex at the end. Only set this for advanced cases.",
251756
252226
  "declarations": [
251757
252227
  {
251758
- "name": "withComponent",
251759
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@emotion/styled/types/base.d.ts"
251760
- },
252228
+ "name": "id",
252229
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsItem.tsx"
252230
+ }
252231
+ ],
252232
+ "tags": {}
252233
+ },
252234
+ {
252235
+ "kind": "property",
252236
+ "name": "aria-controls",
252237
+ "required": false,
252238
+ "type": {
252239
+ "kind": "primitive",
252240
+ "value": "string"
252241
+ },
252242
+ "description": "Part of the ARIA specification for tabs. This attributes links a `role=tab` to a\n`role=tabpanel`. This value must be the same as the associated `id` attribute of the tab panel.\nThis is automatically set by the component and should only be used in advanced cases.",
252243
+ "declarations": [
251761
252244
  {
251762
- "name": "withComponent",
251763
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@emotion/styled/types/base.d.ts"
251764
- },
252245
+ "name": "aria-controls",
252246
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsItem.tsx"
252247
+ }
252248
+ ],
252249
+ "tags": {}
252250
+ },
252251
+ {
252252
+ "kind": "property",
252253
+ "name": "aria-selected",
252254
+ "required": false,
252255
+ "type": {
252256
+ "kind": "primitive",
252257
+ "value": "boolean"
252258
+ },
252259
+ "description": "Part of the ARIA specification for tabs. Lets screen readers know which tab is active. This\nshould either be `true` or `undefined` and never `false`. This is automatically set by the\ncomponent and should only be used in advanced cases.",
252260
+ "declarations": [
251765
252261
  {
251766
- "name": "withComponent",
251767
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@emotion/styled/types/base.d.ts"
252262
+ "name": "aria-selected",
252263
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsItem.tsx"
251768
252264
  }
251769
252265
  ],
251770
252266
  "tags": {}
251771
252267
  },
251772
252268
  {
251773
252269
  "kind": "property",
251774
- "name": "__emotion_styles",
251775
- "required": true,
252270
+ "name": "tabIndex",
252271
+ "required": false,
251776
252272
  "type": {
251777
252273
  "kind": "primitive",
251778
- "value": "any"
252274
+ "value": "number"
251779
252275
  },
251780
- "description": "",
252276
+ "description": "Part of the ARIA specification for tabs. The currently active tab should not have a `tabIndex`\nset while all inactive tabs should have a `tabIndex={-1}`",
251781
252277
  "declarations": [
251782
252278
  {
251783
- "name": "__emotion_styles",
251784
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@emotion/serialize/types/index.d.ts"
252279
+ "name": "tabIndex",
252280
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsItem.tsx"
251785
252281
  }
251786
252282
  ],
251787
252283
  "tags": {}
251788
- }
251789
- ],
251790
- "returnType": {
251791
- "kind": "union",
251792
- "value": [
251793
- {
252284
+ },
252285
+ {
252286
+ "kind": "property",
252287
+ "name": "cs",
252288
+ "required": false,
252289
+ "type": {
252290
+ "kind": "symbol",
252291
+ "name": "CSToPropsInput",
252292
+ "value": "CSToPropsInput"
252293
+ },
252294
+ "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```",
252295
+ "declarations": [
252296
+ {
252297
+ "name": "cs",
252298
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
252299
+ }
252300
+ ],
252301
+ "tags": {}
252302
+ },
252303
+ {
252304
+ "kind": "property",
252305
+ "name": "as",
252306
+ "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.",
252307
+ "tags": {},
252308
+ "declarations": [],
252309
+ "type": {
251794
252310
  "kind": "external",
251795
- "name": "ReactElement",
251796
- "url": "https://reactjs.org/docs/rendering-elements.html",
252311
+ "name": "React.ElementType",
252312
+ "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
252313
+ },
252314
+ "defaultValue": {
252315
+ "kind": "external",
252316
+ "name": "button",
252317
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
252318
+ }
252319
+ },
252320
+ {
252321
+ "kind": "property",
252322
+ "name": "ref",
252323
+ "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`).",
252324
+ "tags": {},
252325
+ "declarations": [],
252326
+ "type": {
252327
+ "kind": "external",
252328
+ "name": "React.Ref",
252329
+ "url": "https://reactjs.org/docs/refs-and-the-dom.html",
251797
252330
  "typeParameters": [
251798
252331
  {
251799
- "kind": "primitive",
251800
- "value": "any"
251801
- },
251802
- {
251803
- "kind": "primitive",
251804
- "value": "any"
252332
+ "kind": "typeParameter",
252333
+ "name": "R",
252334
+ "required": true,
252335
+ "defaultValue": {
252336
+ "kind": "external",
252337
+ "name": "button",
252338
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
252339
+ }
251805
252340
  }
251806
252341
  ]
251807
- },
251808
- {
251809
- "kind": "primitive",
251810
- "value": "null"
251811
252342
  }
251812
- ]
252343
+ }
252344
+ ],
252345
+ "baseElement": {
252346
+ "kind": "external",
252347
+ "name": "button",
252348
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
252349
+ },
252350
+ "styleComponent": {
252351
+ "kind": "symbol",
252352
+ "name": "Flex"
251813
252353
  }
251814
252354
  }
251815
252355
  },
@@ -257310,6 +257850,569 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
257310
257850
  ]
257311
257851
  }
257312
257852
  },
257853
+ {
257854
+ "name": "tabsListStencil",
257855
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx",
257856
+ "description": "",
257857
+ "declarations": [
257858
+ {
257859
+ "name": "tabsListStencil",
257860
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
257861
+ }
257862
+ ],
257863
+ "tags": {},
257864
+ "type": {
257865
+ "kind": "function",
257866
+ "parameters": [
257867
+ {
257868
+ "kind": "parameter",
257869
+ "name": "options",
257870
+ "type": {
257871
+ "kind": "conditional",
257872
+ "check": {
257873
+ "kind": "tuple",
257874
+ "value": [
257875
+ {
257876
+ "kind": "symbol",
257877
+ "name": "E",
257878
+ "value": "E"
257879
+ }
257880
+ ]
257881
+ },
257882
+ "extends": {
257883
+ "kind": "tuple",
257884
+ "value": [
257885
+ {
257886
+ "kind": "primitive",
257887
+ "value": "never"
257888
+ }
257889
+ ]
257890
+ },
257891
+ "trueType": {
257892
+ "kind": "intersection",
257893
+ "value": [
257894
+ {
257895
+ "kind": "symbol",
257896
+ "name": "ModifierValuesStencil",
257897
+ "typeParameters": [
257898
+ {
257899
+ "kind": "symbol",
257900
+ "name": "M",
257901
+ "value": "M"
257902
+ },
257903
+ {
257904
+ "kind": "symbol",
257905
+ "name": "V",
257906
+ "value": "V"
257907
+ }
257908
+ ],
257909
+ "value": "ModifierValuesStencil<M, V>"
257910
+ },
257911
+ {
257912
+ "kind": "symbol",
257913
+ "name": "VariableValuesStencil",
257914
+ "typeParameters": [
257915
+ {
257916
+ "kind": "symbol",
257917
+ "name": "V",
257918
+ "value": "V"
257919
+ }
257920
+ ],
257921
+ "value": "VariableValuesStencil<V>"
257922
+ }
257923
+ ]
257924
+ },
257925
+ "falseType": {
257926
+ "kind": "conditional",
257927
+ "check": {
257928
+ "kind": "symbol",
257929
+ "name": "E",
257930
+ "value": "E"
257931
+ },
257932
+ "extends": {
257933
+ "kind": "symbol",
257934
+ "name": "BaseStencil",
257935
+ "typeParameters": [
257936
+ {
257937
+ "kind": "infer",
257938
+ "value": {
257939
+ "kind": "typeParameter",
257940
+ "name": "ME",
257941
+ "required": true
257942
+ }
257943
+ },
257944
+ {
257945
+ "kind": "infer",
257946
+ "value": {
257947
+ "kind": "typeParameter",
257948
+ "name": "VE",
257949
+ "required": true
257950
+ }
257951
+ },
257952
+ {
257953
+ "kind": "primitive",
257954
+ "value": "any"
257955
+ },
257956
+ {
257957
+ "kind": "primitive",
257958
+ "value": "any"
257959
+ }
257960
+ ],
257961
+ "value": "BaseStencil<M, V, E, ID>"
257962
+ },
257963
+ "trueType": {
257964
+ "kind": "intersection",
257965
+ "value": [
257966
+ {
257967
+ "kind": "symbol",
257968
+ "name": "ModifierValuesStencil",
257969
+ "typeParameters": [
257970
+ {
257971
+ "kind": "intersection",
257972
+ "value": [
257973
+ {
257974
+ "kind": "symbol",
257975
+ "name": "ME",
257976
+ "value": "ME"
257977
+ },
257978
+ {
257979
+ "kind": "symbol",
257980
+ "name": "M",
257981
+ "value": "M"
257982
+ }
257983
+ ]
257984
+ }
257985
+ ],
257986
+ "value": "ModifierValuesStencil<M, V>"
257987
+ },
257988
+ {
257989
+ "kind": "symbol",
257990
+ "name": "VariableValuesStencil",
257991
+ "typeParameters": [
257992
+ {
257993
+ "kind": "intersection",
257994
+ "value": [
257995
+ {
257996
+ "kind": "symbol",
257997
+ "name": "VE",
257998
+ "value": "VE"
257999
+ },
258000
+ {
258001
+ "kind": "symbol",
258002
+ "name": "V",
258003
+ "value": "V"
258004
+ }
258005
+ ]
258006
+ }
258007
+ ],
258008
+ "value": "VariableValuesStencil<V>"
258009
+ }
258010
+ ]
258011
+ },
258012
+ "falseType": {
258013
+ "kind": "primitive",
258014
+ "value": "never"
258015
+ }
258016
+ }
258017
+ },
258018
+ "required": false,
258019
+ "rest": false,
258020
+ "description": "",
258021
+ "declarations": [
258022
+ {
258023
+ "name": "options",
258024
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
258025
+ }
258026
+ ],
258027
+ "tags": {}
258028
+ }
258029
+ ],
258030
+ "members": [
258031
+ {
258032
+ "kind": "property",
258033
+ "name": "vars",
258034
+ "required": true,
258035
+ "type": {
258036
+ "kind": "symbol",
258037
+ "name": "StencilDefaultVars",
258038
+ "typeParameters": [
258039
+ {
258040
+ "kind": "symbol",
258041
+ "name": "V",
258042
+ "value": "V"
258043
+ },
258044
+ {
258045
+ "kind": "symbol",
258046
+ "name": "E",
258047
+ "value": "E"
258048
+ },
258049
+ {
258050
+ "kind": "symbol",
258051
+ "name": "ID",
258052
+ "value": "ID"
258053
+ }
258054
+ ],
258055
+ "value": "StencilDefaultVars<V, E, ID>"
258056
+ },
258057
+ "description": "",
258058
+ "declarations": [
258059
+ {
258060
+ "name": "vars",
258061
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
258062
+ }
258063
+ ],
258064
+ "tags": {}
258065
+ },
258066
+ {
258067
+ "kind": "property",
258068
+ "name": "base",
258069
+ "required": true,
258070
+ "type": {
258071
+ "kind": "primitive",
258072
+ "value": "string"
258073
+ },
258074
+ "description": "",
258075
+ "declarations": [
258076
+ {
258077
+ "name": "base",
258078
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
258079
+ }
258080
+ ],
258081
+ "tags": {}
258082
+ },
258083
+ {
258084
+ "kind": "property",
258085
+ "name": "modifiers",
258086
+ "required": true,
258087
+ "type": {
258088
+ "kind": "conditional",
258089
+ "check": {
258090
+ "kind": "tuple",
258091
+ "value": [
258092
+ {
258093
+ "kind": "symbol",
258094
+ "name": "E",
258095
+ "value": "E"
258096
+ }
258097
+ ]
258098
+ },
258099
+ "extends": {
258100
+ "kind": "tuple",
258101
+ "value": [
258102
+ {
258103
+ "kind": "symbol",
258104
+ "name": "BaseStencil",
258105
+ "typeParameters": [
258106
+ {
258107
+ "kind": "infer",
258108
+ "value": {
258109
+ "kind": "typeParameter",
258110
+ "name": "ME",
258111
+ "required": true
258112
+ }
258113
+ },
258114
+ {
258115
+ "kind": "infer",
258116
+ "value": {
258117
+ "kind": "typeParameter",
258118
+ "name": "VE",
258119
+ "required": true
258120
+ }
258121
+ },
258122
+ {
258123
+ "kind": "primitive",
258124
+ "value": "any"
258125
+ },
258126
+ {
258127
+ "kind": "primitive",
258128
+ "value": "any"
258129
+ }
258130
+ ],
258131
+ "value": "BaseStencil<M, V, E, ID>"
258132
+ }
258133
+ ]
258134
+ },
258135
+ "trueType": {
258136
+ "kind": "symbol",
258137
+ "name": "StencilModifierReturn",
258138
+ "typeParameters": [
258139
+ {
258140
+ "kind": "intersection",
258141
+ "value": [
258142
+ {
258143
+ "kind": "symbol",
258144
+ "name": "ME",
258145
+ "value": "ME"
258146
+ },
258147
+ {
258148
+ "kind": "symbol",
258149
+ "name": "M",
258150
+ "value": "M"
258151
+ }
258152
+ ]
258153
+ },
258154
+ {
258155
+ "kind": "intersection",
258156
+ "value": [
258157
+ {
258158
+ "kind": "symbol",
258159
+ "name": "VE",
258160
+ "value": "VE"
258161
+ },
258162
+ {
258163
+ "kind": "symbol",
258164
+ "name": "V",
258165
+ "value": "V"
258166
+ }
258167
+ ]
258168
+ }
258169
+ ],
258170
+ "value": "StencilModifierReturn<M, V>"
258171
+ },
258172
+ "falseType": {
258173
+ "kind": "symbol",
258174
+ "name": "StencilModifierReturn",
258175
+ "typeParameters": [
258176
+ {
258177
+ "kind": "symbol",
258178
+ "name": "M",
258179
+ "value": "M"
258180
+ },
258181
+ {
258182
+ "kind": "symbol",
258183
+ "name": "V",
258184
+ "value": "V"
258185
+ }
258186
+ ],
258187
+ "value": "StencilModifierReturn<M, V>"
258188
+ }
258189
+ },
258190
+ "description": "",
258191
+ "declarations": [
258192
+ {
258193
+ "name": "modifiers",
258194
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
258195
+ }
258196
+ ],
258197
+ "tags": {}
258198
+ },
258199
+ {
258200
+ "kind": "property",
258201
+ "name": "defaultModifiers",
258202
+ "required": true,
258203
+ "type": {
258204
+ "kind": "conditional",
258205
+ "check": {
258206
+ "kind": "tuple",
258207
+ "value": [
258208
+ {
258209
+ "kind": "symbol",
258210
+ "name": "E",
258211
+ "value": "E"
258212
+ }
258213
+ ]
258214
+ },
258215
+ "extends": {
258216
+ "kind": "tuple",
258217
+ "value": [
258218
+ {
258219
+ "kind": "symbol",
258220
+ "name": "BaseStencil",
258221
+ "typeParameters": [
258222
+ {
258223
+ "kind": "infer",
258224
+ "value": {
258225
+ "kind": "typeParameter",
258226
+ "name": "ME",
258227
+ "required": true
258228
+ }
258229
+ },
258230
+ {
258231
+ "kind": "primitive",
258232
+ "value": "any"
258233
+ },
258234
+ {
258235
+ "kind": "primitive",
258236
+ "value": "any"
258237
+ },
258238
+ {
258239
+ "kind": "primitive",
258240
+ "value": "any"
258241
+ }
258242
+ ],
258243
+ "value": "BaseStencil<M, V, E, ID>"
258244
+ }
258245
+ ]
258246
+ },
258247
+ "trueType": {
258248
+ "kind": "symbol",
258249
+ "name": "StencilDefaultModifierReturn",
258250
+ "typeParameters": [
258251
+ {
258252
+ "kind": "intersection",
258253
+ "value": [
258254
+ {
258255
+ "kind": "symbol",
258256
+ "name": "ME",
258257
+ "value": "ME"
258258
+ },
258259
+ {
258260
+ "kind": "symbol",
258261
+ "name": "M",
258262
+ "value": "M"
258263
+ }
258264
+ ]
258265
+ }
258266
+ ],
258267
+ "value": "StencilDefaultModifierReturn<M>"
258268
+ },
258269
+ "falseType": {
258270
+ "kind": "symbol",
258271
+ "name": "StencilDefaultModifierReturn",
258272
+ "typeParameters": [
258273
+ {
258274
+ "kind": "symbol",
258275
+ "name": "M",
258276
+ "value": "M"
258277
+ }
258278
+ ],
258279
+ "value": "StencilDefaultModifierReturn<M>"
258280
+ }
258281
+ },
258282
+ "description": "",
258283
+ "declarations": [
258284
+ {
258285
+ "name": "defaultModifiers",
258286
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
258287
+ }
258288
+ ],
258289
+ "tags": {}
258290
+ },
258291
+ {
258292
+ "kind": "property",
258293
+ "name": "__extends",
258294
+ "required": false,
258295
+ "type": {
258296
+ "kind": "symbol",
258297
+ "name": "E",
258298
+ "value": "E"
258299
+ },
258300
+ "description": "",
258301
+ "declarations": [
258302
+ {
258303
+ "name": "__extends",
258304
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
258305
+ }
258306
+ ],
258307
+ "tags": {}
258308
+ },
258309
+ {
258310
+ "kind": "property",
258311
+ "name": "__vars",
258312
+ "required": true,
258313
+ "type": {
258314
+ "kind": "symbol",
258315
+ "name": "V",
258316
+ "value": "V"
258317
+ },
258318
+ "description": "",
258319
+ "declarations": [
258320
+ {
258321
+ "name": "__vars",
258322
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
258323
+ }
258324
+ ],
258325
+ "tags": {}
258326
+ },
258327
+ {
258328
+ "kind": "property",
258329
+ "name": "__modifiers",
258330
+ "required": true,
258331
+ "type": {
258332
+ "kind": "symbol",
258333
+ "name": "M",
258334
+ "value": "M"
258335
+ },
258336
+ "description": "",
258337
+ "declarations": [
258338
+ {
258339
+ "name": "__modifiers",
258340
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
258341
+ }
258342
+ ],
258343
+ "tags": {}
258344
+ },
258345
+ {
258346
+ "kind": "property",
258347
+ "name": "__id",
258348
+ "required": true,
258349
+ "type": {
258350
+ "kind": "symbol",
258351
+ "name": "ID",
258352
+ "value": "ID"
258353
+ },
258354
+ "description": "",
258355
+ "declarations": [
258356
+ {
258357
+ "name": "__id",
258358
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
258359
+ }
258360
+ ],
258361
+ "tags": {}
258362
+ }
258363
+ ],
258364
+ "returnType": {
258365
+ "kind": "object",
258366
+ "properties": [
258367
+ {
258368
+ "kind": "property",
258369
+ "name": "className",
258370
+ "required": true,
258371
+ "type": {
258372
+ "kind": "primitive",
258373
+ "value": "string"
258374
+ },
258375
+ "description": "",
258376
+ "declarations": [
258377
+ {
258378
+ "name": "className",
258379
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
258380
+ }
258381
+ ],
258382
+ "tags": {}
258383
+ },
258384
+ {
258385
+ "kind": "property",
258386
+ "name": "style",
258387
+ "required": false,
258388
+ "type": {
258389
+ "kind": "external",
258390
+ "name": "Record",
258391
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
258392
+ "typeParameters": [
258393
+ {
258394
+ "kind": "primitive",
258395
+ "value": "string"
258396
+ },
258397
+ {
258398
+ "kind": "primitive",
258399
+ "value": "string"
258400
+ }
258401
+ ]
258402
+ },
258403
+ "description": "",
258404
+ "declarations": [
258405
+ {
258406
+ "name": "style",
258407
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
258408
+ }
258409
+ ],
258410
+ "tags": {}
258411
+ }
258412
+ ]
258413
+ }
258414
+ }
258415
+ },
257313
258416
  {
257314
258417
  "name": "TabsList",
257315
258418
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx",
@@ -257420,6 +258523,23 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
257420
258523
  ],
257421
258524
  "tags": {}
257422
258525
  },
258526
+ {
258527
+ "kind": "property",
258528
+ "name": "maskImage",
258529
+ "required": false,
258530
+ "type": {
258531
+ "kind": "primitive",
258532
+ "value": "string"
258533
+ },
258534
+ "description": "",
258535
+ "declarations": [
258536
+ {
258537
+ "name": "maskImage",
258538
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
258539
+ }
258540
+ ],
258541
+ "tags": {}
258542
+ },
257423
258543
  {
257424
258544
  "kind": "property",
257425
258545
  "name": "as",
@@ -257552,10 +258672,23 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
257552
258672
  "text": "touchDir"
257553
258673
  },
257554
258674
  "type": {
257555
- "kind": "primitive",
257556
- "value": "string"
258675
+ "kind": "union",
258676
+ "value": [
258677
+ {
258678
+ "kind": "string",
258679
+ "value": "left"
258680
+ },
258681
+ {
258682
+ "kind": "string",
258683
+ "value": "right"
258684
+ },
258685
+ {
258686
+ "kind": "primitive",
258687
+ "value": "undefined"
258688
+ }
258689
+ ]
257557
258690
  },
257558
- "required": true,
258691
+ "required": false,
257559
258692
  "description": "",
257560
258693
  "declarations": [
257561
258694
  {
@@ -301159,11 +302292,11 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
301159
302292
  },
301160
302293
  {
301161
302294
  "kind": "string",
301162
- "value": "4px"
302295
+ "value": "2px"
301163
302296
  },
301164
302297
  {
301165
302298
  "kind": "string",
301166
- "value": "2px"
302299
+ "value": "4px"
301167
302300
  },
301168
302301
  {
301169
302302
  "kind": "string",
@@ -302147,15 +303280,15 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
302147
303280
  },
302148
303281
  {
302149
303282
  "kind": "string",
302150
- "value": "1.25rem"
303283
+ "value": "0.625rem"
302151
303284
  },
302152
303285
  {
302153
303286
  "kind": "string",
302154
- "value": "0.625rem"
303287
+ "value": "1.125rem"
302155
303288
  },
302156
303289
  {
302157
303290
  "kind": "string",
302158
- "value": "1.125rem"
303291
+ "value": "1.25rem"
302159
303292
  },
302160
303293
  {
302161
303294
  "kind": "string",