@workday/canvas-kit-docs 13.0.0-alpha.1021-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.
@@ -252158,207 +252158,198 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
252158
252158
  ],
252159
252159
  "tags": {},
252160
252160
  "type": {
252161
- "kind": "function",
252162
- "parameters": [
252161
+ "kind": "enhancedComponent",
252162
+ "componentType": "regular",
252163
+ "displayName": "StyledTabItem",
252164
+ "props": [
252163
252165
  {
252164
- "kind": "parameter",
252165
- "name": "props",
252166
+ "kind": "property",
252167
+ "name": "index",
252168
+ "required": false,
252166
252169
  "type": {
252167
- "kind": "symbol",
252168
- "name": "P",
252169
- "value": "P"
252170
+ "kind": "primitive",
252171
+ "value": "number"
252170
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",
252171
252185
  "required": true,
252172
- "rest": false,
252173
- "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```",
252174
252192
  "declarations": [
252175
252193
  {
252176
- "name": "props",
252177
- "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"
252178
252196
  }
252179
252197
  ],
252180
252198
  "tags": {}
252181
252199
  },
252182
252200
  {
252183
- "kind": "parameter",
252184
- "name": "deprecatedLegacyContext",
252201
+ "kind": "property",
252202
+ "name": "data-id",
252203
+ "required": false,
252185
252204
  "type": {
252186
252205
  "kind": "primitive",
252187
- "value": "any"
252206
+ "value": "string"
252188
252207
  },
252189
- "required": false,
252190
- "rest": false,
252191
- "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.",
252192
252209
  "declarations": [
252193
252210
  {
252194
- "name": "deprecatedLegacyContext",
252195
- "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"
252196
252213
  }
252197
252214
  ],
252198
- "tags": {
252199
- "deprecated": "",
252200
- "see": "{@link \nhttps://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods React Docs\n}"
252201
- }
252202
- }
252203
- ],
252204
- "members": [
252215
+ "tags": {}
252216
+ },
252205
252217
  {
252206
252218
  "kind": "property",
252207
- "name": "withComponent",
252219
+ "name": "id",
252220
+ "required": false,
252208
252221
  "type": {
252209
- "kind": "function",
252210
- "typeParameters": [],
252211
- "parameters": [
252212
- {
252213
- "kind": "parameter",
252214
- "name": "component",
252215
- "type": {
252216
- "kind": "symbol",
252217
- "name": "C",
252218
- "value": "C"
252219
- },
252220
- "required": true,
252221
- "rest": false,
252222
- "description": "",
252223
- "declarations": [
252224
- {
252225
- "name": "component",
252226
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@emotion/styled/types/base.d.ts"
252227
- }
252228
- ],
252229
- "tags": {}
252230
- }
252231
- ],
252232
- "members": [],
252233
- "returnType": {
252234
- "kind": "symbol",
252235
- "name": "StyledComponent",
252236
- "typeParameters": [
252237
- {
252238
- "kind": "intersection",
252239
- "value": [
252240
- {
252241
- "kind": "symbol",
252242
- "name": "ComponentProps",
252243
- "value": "ComponentProps"
252244
- },
252245
- {
252246
- "kind": "symbol",
252247
- "name": "PropsOf",
252248
- "typeParameters": [
252249
- {
252250
- "kind": "symbol",
252251
- "name": "C",
252252
- "value": "C"
252253
- }
252254
- ],
252255
- "value": "PropsOf<C>"
252256
- }
252257
- ]
252258
- },
252259
- {
252260
- "kind": "object",
252261
- "properties": []
252262
- },
252263
- {
252264
- "kind": "object",
252265
- "properties": [
252266
- {
252267
- "kind": "property",
252268
- "name": "ref",
252269
- "required": false,
252270
- "type": {
252271
- "kind": "external",
252272
- "name": "Ref",
252273
- "url": "https://reactjs.org/docs/refs-and-the-dom.html",
252274
- "typeParameters": [
252275
- {
252276
- "kind": "symbol",
252277
- "name": "InstanceType",
252278
- "typeParameters": [
252279
- {
252280
- "kind": "symbol",
252281
- "name": "C",
252282
- "value": "C"
252283
- }
252284
- ],
252285
- "value": "InstanceType<T>"
252286
- }
252287
- ]
252288
- },
252289
- "description": "",
252290
- "declarations": [
252291
- {
252292
- "name": "ref",
252293
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@emotion/styled/types/base.d.ts"
252294
- }
252295
- ],
252296
- "tags": {}
252297
- }
252298
- ]
252299
- }
252300
- ],
252301
- "value": "StyledComponent<ComponentProps, SpecificComponentProps, JSXProps>"
252302
- }
252222
+ "kind": "primitive",
252223
+ "value": "string"
252303
252224
  },
252304
- "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.",
252305
252226
  "declarations": [
252306
252227
  {
252307
- "name": "withComponent",
252308
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@emotion/styled/types/base.d.ts"
252309
- },
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": [
252310
252244
  {
252311
- "name": "withComponent",
252312
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@emotion/styled/types/base.d.ts"
252313
- },
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": [
252314
252261
  {
252315
- "name": "withComponent",
252316
- "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"
252317
252264
  }
252318
252265
  ],
252319
252266
  "tags": {}
252320
252267
  },
252321
252268
  {
252322
252269
  "kind": "property",
252323
- "name": "__emotion_styles",
252324
- "required": true,
252270
+ "name": "tabIndex",
252271
+ "required": false,
252325
252272
  "type": {
252326
252273
  "kind": "primitive",
252327
- "value": "any"
252274
+ "value": "number"
252328
252275
  },
252329
- "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}`",
252330
252277
  "declarations": [
252331
252278
  {
252332
- "name": "__emotion_styles",
252333
- "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"
252334
252281
  }
252335
252282
  ],
252336
252283
  "tags": {}
252337
- }
252338
- ],
252339
- "returnType": {
252340
- "kind": "union",
252341
- "value": [
252342
- {
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": {
252343
252310
  "kind": "external",
252344
- "name": "ReactElement",
252345
- "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",
252346
252330
  "typeParameters": [
252347
252331
  {
252348
- "kind": "primitive",
252349
- "value": "any"
252350
- },
252351
- {
252352
- "kind": "primitive",
252353
- "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
+ }
252354
252340
  }
252355
252341
  ]
252356
- },
252357
- {
252358
- "kind": "primitive",
252359
- "value": "null"
252360
252342
  }
252361
- ]
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"
252362
252353
  }
252363
252354
  }
252364
252355
  },
@@ -257859,6 +257850,569 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
257859
257850
  ]
257860
257851
  }
257861
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
+ },
257862
258416
  {
257863
258417
  "name": "TabsList",
257864
258418
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx",
@@ -257969,6 +258523,23 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
257969
258523
  ],
257970
258524
  "tags": {}
257971
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
+ },
257972
258543
  {
257973
258544
  "kind": "property",
257974
258545
  "name": "as",
@@ -258101,10 +258672,23 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
258101
258672
  "text": "touchDir"
258102
258673
  },
258103
258674
  "type": {
258104
- "kind": "primitive",
258105
- "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
+ ]
258106
258690
  },
258107
- "required": true,
258691
+ "required": false,
258108
258692
  "description": "",
258109
258693
  "declarations": [
258110
258694
  {
@@ -301708,11 +302292,11 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
301708
302292
  },
301709
302293
  {
301710
302294
  "kind": "string",
301711
- "value": "4px"
302295
+ "value": "2px"
301712
302296
  },
301713
302297
  {
301714
302298
  "kind": "string",
301715
- "value": "2px"
302299
+ "value": "4px"
301716
302300
  },
301717
302301
  {
301718
302302
  "kind": "string",
@@ -302696,15 +303280,15 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
302696
303280
  },
302697
303281
  {
302698
303282
  "kind": "string",
302699
- "value": "1.25rem"
303283
+ "value": "0.625rem"
302700
303284
  },
302701
303285
  {
302702
303286
  "kind": "string",
302703
- "value": "0.625rem"
303287
+ "value": "1.125rem"
302704
303288
  },
302705
303289
  {
302706
303290
  "kind": "string",
302707
- "value": "1.125rem"
303291
+ "value": "1.25rem"
302708
303292
  },
302709
303293
  {
302710
303294
  "kind": "string",
@@ -19,6 +19,7 @@ any questions.
19
19
  - [Component Updates](#component-updates)
20
20
  - [Styling API and CSS Tokens](#styling-api-and-css-tokens)
21
21
  - [External Hyperlink](#external-hyperlink)
22
+ - [Tabs](#tabs)
22
23
  - [Troubleshooting](#troubleshooting)
23
24
  - [Glossary](#glossary)
24
25
  - [Main](#main)
@@ -90,7 +91,7 @@ yarn remove @workday/canvas-kit-codemod
90
91
 
91
92
  ### Styling API and CSS Tokens
92
93
 
93
- **PRs:** [#3101](https://github.com/Workday/canvas-kit/pull/3101), [#3088](https://github.com/Workday/canvas-kit/pull/3088), [#3114](https://github.com/Workday/canvas-kit/pull/3114), [#3120](https://github.com/Workday/canvas-kit/pull/3120)
94
+ **PRs:** [#3101](https://github.com/Workday/canvas-kit/pull/3101), [#3088](https://github.com/Workday/canvas-kit/pull/3088), [#3114](https://github.com/Workday/canvas-kit/pull/3114), [#3119](https://github.com/Workday/canvas-kit/pull/3119), [#3120](https://github.com/Workday/canvas-kit/pull/3120)
94
95
 
95
96
  Several components have been refactored to use our
96
97
  [Canvas Tokens](https://workday.github.io/canvas-tokens/?path=/docs/docs-getting-started--docs) and
@@ -107,6 +108,7 @@ The following components are affected:
107
108
  - `LoadingSparkles`
108
109
  - `Menu`
109
110
  - `Skeleton`
111
+ - `Tabs`
110
112
 
111
113
  ## External Hyperlink
112
114
 
@@ -126,6 +128,14 @@ The following components are affected:
126
128
  </ExternalHyperlink>
127
129
  ```
128
130
 
131
+ ## Tabs
132
+
133
+ **PR:** [#3119](https://github.com/Workday/canvas-kit/pull/3119)
134
+
135
+ - The `disabled` icon color has been updated to use `system.color.fg.disabled`. This has made the icon darker for better contrast.
136
+
137
+ **Note:** There should be no developer impact and the visual changes are safe to accept.
138
+
129
139
  ## Troubleshooting
130
140
 
131
141
  ## Glossary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "13.0.0-alpha.1021-next.0",
3
+ "version": "13.0.0-alpha.1024-next.0",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -44,10 +44,10 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^13.0.0-alpha.1021-next.0",
48
- "@workday/canvas-kit-preview-react": "^13.0.0-alpha.1021-next.0",
49
- "@workday/canvas-kit-react": "^13.0.0-alpha.1021-next.0",
50
- "@workday/canvas-kit-styling": "^13.0.0-alpha.1021-next.0",
47
+ "@workday/canvas-kit-labs-react": "^13.0.0-alpha.1024-next.0",
48
+ "@workday/canvas-kit-preview-react": "^13.0.0-alpha.1024-next.0",
49
+ "@workday/canvas-kit-react": "^13.0.0-alpha.1024-next.0",
50
+ "@workday/canvas-kit-styling": "^13.0.0-alpha.1024-next.0",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^2.1.1",
53
53
  "markdown-to-jsx": "^7.2.0",
@@ -60,5 +60,5 @@
60
60
  "mkdirp": "^1.0.3",
61
61
  "typescript": "5.0"
62
62
  },
63
- "gitHead": "83a8c87bbc32ebeac0451f0558502f33a38bc9ed"
63
+ "gitHead": "698ba5a6dcaf31c0a081fa13ec319480d4061319"
64
64
  }