@workday/canvas-kit-docs 14.0.0-alpha.1153-next.0 → 14.0.0-alpha.1156-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.
package/dist/es6/lib/docs.js
CHANGED
|
@@ -357272,6 +357272,186 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
357272
357272
|
]
|
|
357273
357273
|
}
|
|
357274
357274
|
},
|
|
357275
|
+
{
|
|
357276
|
+
"name": "useTabOverflowScroll",
|
|
357277
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx",
|
|
357278
|
+
"description": "",
|
|
357279
|
+
"declarations": [
|
|
357280
|
+
{
|
|
357281
|
+
"name": "useTabOverflowScroll",
|
|
357282
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
|
|
357283
|
+
}
|
|
357284
|
+
],
|
|
357285
|
+
"tags": {},
|
|
357286
|
+
"type": {
|
|
357287
|
+
"kind": "function",
|
|
357288
|
+
"name": {
|
|
357289
|
+
"kind": "symbol",
|
|
357290
|
+
"name": "createElemPropsHook"
|
|
357291
|
+
},
|
|
357292
|
+
"parameters": [
|
|
357293
|
+
{
|
|
357294
|
+
"kind": "parameter",
|
|
357295
|
+
"name": "model",
|
|
357296
|
+
"description": "",
|
|
357297
|
+
"tags": {},
|
|
357298
|
+
"declarations": [],
|
|
357299
|
+
"type": {
|
|
357300
|
+
"kind": "symbol",
|
|
357301
|
+
"name": "TabsModel"
|
|
357302
|
+
},
|
|
357303
|
+
"required": true
|
|
357304
|
+
},
|
|
357305
|
+
{
|
|
357306
|
+
"kind": "parameter",
|
|
357307
|
+
"name": "elemProps",
|
|
357308
|
+
"description": "",
|
|
357309
|
+
"tags": {},
|
|
357310
|
+
"declarations": [],
|
|
357311
|
+
"type": {
|
|
357312
|
+
"kind": "object",
|
|
357313
|
+
"properties": [
|
|
357314
|
+
{
|
|
357315
|
+
"kind": "property",
|
|
357316
|
+
"name": "aria-orientation",
|
|
357317
|
+
"required": false,
|
|
357318
|
+
"type": {
|
|
357319
|
+
"kind": "union",
|
|
357320
|
+
"value": [
|
|
357321
|
+
{
|
|
357322
|
+
"kind": "string",
|
|
357323
|
+
"value": "vertical"
|
|
357324
|
+
},
|
|
357325
|
+
{
|
|
357326
|
+
"kind": "string",
|
|
357327
|
+
"value": "horizontal"
|
|
357328
|
+
}
|
|
357329
|
+
]
|
|
357330
|
+
},
|
|
357331
|
+
"description": "",
|
|
357332
|
+
"declarations": [
|
|
357333
|
+
{
|
|
357334
|
+
"name": "aria-orientation",
|
|
357335
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
|
|
357336
|
+
}
|
|
357337
|
+
],
|
|
357338
|
+
"tags": {}
|
|
357339
|
+
}
|
|
357340
|
+
]
|
|
357341
|
+
},
|
|
357342
|
+
"required": false
|
|
357343
|
+
},
|
|
357344
|
+
{
|
|
357345
|
+
"kind": "parameter",
|
|
357346
|
+
"name": "ref",
|
|
357347
|
+
"description": "",
|
|
357348
|
+
"tags": {},
|
|
357349
|
+
"declarations": [],
|
|
357350
|
+
"type": {
|
|
357351
|
+
"kind": "external",
|
|
357352
|
+
"name": "React.Ref",
|
|
357353
|
+
"url": "https://reactjs.org/docs/refs-and-the-dom.html"
|
|
357354
|
+
},
|
|
357355
|
+
"required": false
|
|
357356
|
+
}
|
|
357357
|
+
],
|
|
357358
|
+
"returnType": {
|
|
357359
|
+
"kind": "object",
|
|
357360
|
+
"properties": [
|
|
357361
|
+
{
|
|
357362
|
+
"kind": "property",
|
|
357363
|
+
"name": "ref",
|
|
357364
|
+
"required": true,
|
|
357365
|
+
"type": {
|
|
357366
|
+
"kind": "function",
|
|
357367
|
+
"parameters": [
|
|
357368
|
+
{
|
|
357369
|
+
"kind": "parameter",
|
|
357370
|
+
"name": "instance",
|
|
357371
|
+
"type": {
|
|
357372
|
+
"kind": "union",
|
|
357373
|
+
"value": [
|
|
357374
|
+
{
|
|
357375
|
+
"kind": "symbol",
|
|
357376
|
+
"name": "T",
|
|
357377
|
+
"value": "T"
|
|
357378
|
+
},
|
|
357379
|
+
{
|
|
357380
|
+
"kind": "primitive",
|
|
357381
|
+
"value": "null"
|
|
357382
|
+
}
|
|
357383
|
+
]
|
|
357384
|
+
},
|
|
357385
|
+
"required": true,
|
|
357386
|
+
"rest": false,
|
|
357387
|
+
"description": "",
|
|
357388
|
+
"declarations": [
|
|
357389
|
+
{
|
|
357390
|
+
"name": "instance",
|
|
357391
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@types/react/ts5.0/index.d.ts"
|
|
357392
|
+
}
|
|
357393
|
+
],
|
|
357394
|
+
"tags": {}
|
|
357395
|
+
}
|
|
357396
|
+
],
|
|
357397
|
+
"members": [],
|
|
357398
|
+
"returnType": {
|
|
357399
|
+
"kind": "primitive",
|
|
357400
|
+
"value": "void"
|
|
357401
|
+
}
|
|
357402
|
+
},
|
|
357403
|
+
"description": "",
|
|
357404
|
+
"tags": {},
|
|
357405
|
+
"declarations": []
|
|
357406
|
+
},
|
|
357407
|
+
{
|
|
357408
|
+
"kind": "property",
|
|
357409
|
+
"name": "onScroll",
|
|
357410
|
+
"required": true,
|
|
357411
|
+
"type": {
|
|
357412
|
+
"kind": "function",
|
|
357413
|
+
"parameters": [
|
|
357414
|
+
{
|
|
357415
|
+
"kind": "parameter",
|
|
357416
|
+
"name": "event",
|
|
357417
|
+
"type": {
|
|
357418
|
+
"kind": "symbol",
|
|
357419
|
+
"name": "React.UIEvent",
|
|
357420
|
+
"typeParameters": [
|
|
357421
|
+
{
|
|
357422
|
+
"kind": "symbol",
|
|
357423
|
+
"name": "HTMLDivElement",
|
|
357424
|
+
"value": "HTMLDivElement"
|
|
357425
|
+
}
|
|
357426
|
+
],
|
|
357427
|
+
"value": "UIEvent<T, E>"
|
|
357428
|
+
},
|
|
357429
|
+
"required": true,
|
|
357430
|
+
"rest": false,
|
|
357431
|
+
"description": "",
|
|
357432
|
+
"declarations": [
|
|
357433
|
+
{
|
|
357434
|
+
"name": "event",
|
|
357435
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
|
|
357436
|
+
}
|
|
357437
|
+
],
|
|
357438
|
+
"tags": {}
|
|
357439
|
+
}
|
|
357440
|
+
],
|
|
357441
|
+
"members": [],
|
|
357442
|
+
"returnType": {
|
|
357443
|
+
"kind": "primitive",
|
|
357444
|
+
"value": "void"
|
|
357445
|
+
}
|
|
357446
|
+
},
|
|
357447
|
+
"description": "",
|
|
357448
|
+
"tags": {},
|
|
357449
|
+
"declarations": []
|
|
357450
|
+
}
|
|
357451
|
+
]
|
|
357452
|
+
}
|
|
357453
|
+
}
|
|
357454
|
+
},
|
|
357275
357455
|
{
|
|
357276
357456
|
"name": "useTabsList",
|
|
357277
357457
|
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx",
|
|
@@ -357290,6 +357470,12 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
357290
357470
|
"name": "composeHooks"
|
|
357291
357471
|
},
|
|
357292
357472
|
"parameters": [
|
|
357473
|
+
{
|
|
357474
|
+
"kind": "symbol",
|
|
357475
|
+
"name": "useTabOverflowScroll",
|
|
357476
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx",
|
|
357477
|
+
"value": "useTabOverflowScroll"
|
|
357478
|
+
},
|
|
357293
357479
|
{
|
|
357294
357480
|
"kind": "function",
|
|
357295
357481
|
"name": {
|
|
@@ -357352,20 +357538,12 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
357352
357538
|
},
|
|
357353
357539
|
{
|
|
357354
357540
|
"kind": "property",
|
|
357355
|
-
"name": "
|
|
357541
|
+
"name": "aria-orientation",
|
|
357356
357542
|
"required": true,
|
|
357357
357543
|
"type": {
|
|
357358
|
-
"kind": "
|
|
357359
|
-
"
|
|
357360
|
-
|
|
357361
|
-
"kind": "string",
|
|
357362
|
-
"value": "auto"
|
|
357363
|
-
},
|
|
357364
|
-
{
|
|
357365
|
-
"kind": "primitive",
|
|
357366
|
-
"value": "undefined"
|
|
357367
|
-
}
|
|
357368
|
-
]
|
|
357544
|
+
"kind": "symbol",
|
|
357545
|
+
"name": "Orientation",
|
|
357546
|
+
"value": "any"
|
|
357369
357547
|
},
|
|
357370
357548
|
"description": "",
|
|
357371
357549
|
"tags": {},
|
|
@@ -358310,85 +358488,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
358310
358488
|
"model": "TabsModel"
|
|
358311
358489
|
}
|
|
358312
358490
|
},
|
|
358313
|
-
{
|
|
358314
|
-
"name": "useTouchDirection",
|
|
358315
|
-
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx",
|
|
358316
|
-
"description": "",
|
|
358317
|
-
"declarations": [
|
|
358318
|
-
{
|
|
358319
|
-
"name": "useTouchDirection",
|
|
358320
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
|
|
358321
|
-
}
|
|
358322
|
-
],
|
|
358323
|
-
"tags": {},
|
|
358324
|
-
"type": {
|
|
358325
|
-
"kind": "function",
|
|
358326
|
-
"parameters": [],
|
|
358327
|
-
"members": [],
|
|
358328
|
-
"returnType": {
|
|
358329
|
-
"kind": "object",
|
|
358330
|
-
"properties": [
|
|
358331
|
-
{
|
|
358332
|
-
"kind": "property",
|
|
358333
|
-
"name": "direction",
|
|
358334
|
-
"defaultValue": {
|
|
358335
|
-
"kind": "unknown",
|
|
358336
|
-
"value": "unknown",
|
|
358337
|
-
"text": "touchDir"
|
|
358338
|
-
},
|
|
358339
|
-
"type": {
|
|
358340
|
-
"kind": "union",
|
|
358341
|
-
"value": [
|
|
358342
|
-
{
|
|
358343
|
-
"kind": "string",
|
|
358344
|
-
"value": "left"
|
|
358345
|
-
},
|
|
358346
|
-
{
|
|
358347
|
-
"kind": "string",
|
|
358348
|
-
"value": "right"
|
|
358349
|
-
},
|
|
358350
|
-
{
|
|
358351
|
-
"kind": "primitive",
|
|
358352
|
-
"value": "undefined"
|
|
358353
|
-
}
|
|
358354
|
-
]
|
|
358355
|
-
},
|
|
358356
|
-
"required": false,
|
|
358357
|
-
"description": "",
|
|
358358
|
-
"declarations": [
|
|
358359
|
-
{
|
|
358360
|
-
"name": "direction",
|
|
358361
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
|
|
358362
|
-
}
|
|
358363
|
-
],
|
|
358364
|
-
"tags": {}
|
|
358365
|
-
},
|
|
358366
|
-
{
|
|
358367
|
-
"kind": "property",
|
|
358368
|
-
"name": "isDragging",
|
|
358369
|
-
"defaultValue": {
|
|
358370
|
-
"kind": "unknown",
|
|
358371
|
-
"value": "unknown",
|
|
358372
|
-
"text": "isDragging"
|
|
358373
|
-
},
|
|
358374
|
-
"type": {
|
|
358375
|
-
"kind": "primitive",
|
|
358376
|
-
"value": "boolean"
|
|
358377
|
-
},
|
|
358378
|
-
"required": true,
|
|
358379
|
-
"description": "",
|
|
358380
|
-
"declarations": [
|
|
358381
|
-
{
|
|
358382
|
-
"name": "isDragging",
|
|
358383
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
|
|
358384
|
-
}
|
|
358385
|
-
],
|
|
358386
|
-
"tags": {}
|
|
358387
|
-
}
|
|
358388
|
-
]
|
|
358389
|
-
}
|
|
358390
|
-
}
|
|
358391
|
-
},
|
|
358392
358491
|
{
|
|
358393
358492
|
"name": "MenuPopperProps",
|
|
358394
358493
|
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsMenuPopper.tsx",
|
|
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
|
|
|
18
18
|
"@emotion/react": "11.11.4",
|
|
19
19
|
"@types/react": "18.2.60",
|
|
20
20
|
"@types/react-dom": "18.2.19",
|
|
21
|
-
"@workday/canvas-kit-labs-react": "13.1.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "13.1.
|
|
23
|
-
"@workday/canvas-kit-react": "13.1.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^13.1.
|
|
25
|
-
"@workday/canvas-kit-styling": "13.1.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "13.1.6",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "13.1.6",
|
|
23
|
+
"@workday/canvas-kit-react": "13.1.6",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^13.1.6",
|
|
25
|
+
"@workday/canvas-kit-styling": "13.1.6",
|
|
26
26
|
"@workday/canvas-system-icons-web": "3.0.22",
|
|
27
27
|
"@workday/canvas-tokens-web": "2.0.0"
|
|
28
28
|
},
|
|
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
|
|
|
18
18
|
"@emotion/react": "11.11.4",
|
|
19
19
|
"@types/react": "18.2.60",
|
|
20
20
|
"@types/react-dom": "18.2.19",
|
|
21
|
-
"@workday/canvas-kit-labs-react": "13.1.
|
|
22
|
-
"@workday/canvas-kit-preview-react": "13.1.
|
|
23
|
-
"@workday/canvas-kit-react": "13.1.
|
|
24
|
-
"@workday/canvas-kit-react-fonts": "^13.1.
|
|
25
|
-
"@workday/canvas-kit-styling": "13.1.
|
|
21
|
+
"@workday/canvas-kit-labs-react": "13.1.6",
|
|
22
|
+
"@workday/canvas-kit-preview-react": "13.1.6",
|
|
23
|
+
"@workday/canvas-kit-react": "13.1.6",
|
|
24
|
+
"@workday/canvas-kit-react-fonts": "^13.1.6",
|
|
25
|
+
"@workday/canvas-kit-styling": "13.1.6",
|
|
26
26
|
"@workday/canvas-system-icons-web": "3.0.22",
|
|
27
27
|
"@workday/canvas-tokens-web": "2.0.0"
|
|
28
28
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "14.0.0-alpha.
|
|
3
|
+
"version": "14.0.0-alpha.1156-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",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"@emotion/styled": "^11.6.0",
|
|
46
46
|
"@stackblitz/sdk": "^1.11.0",
|
|
47
47
|
"@storybook/csf": "0.0.1",
|
|
48
|
-
"@workday/canvas-kit-labs-react": "^14.0.0-alpha.
|
|
49
|
-
"@workday/canvas-kit-preview-react": "^14.0.0-alpha.
|
|
50
|
-
"@workday/canvas-kit-react": "^14.0.0-alpha.
|
|
51
|
-
"@workday/canvas-kit-styling": "^14.0.0-alpha.
|
|
48
|
+
"@workday/canvas-kit-labs-react": "^14.0.0-alpha.1156-next.0",
|
|
49
|
+
"@workday/canvas-kit-preview-react": "^14.0.0-alpha.1156-next.0",
|
|
50
|
+
"@workday/canvas-kit-react": "^14.0.0-alpha.1156-next.0",
|
|
51
|
+
"@workday/canvas-kit-styling": "^14.0.0-alpha.1156-next.0",
|
|
52
52
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
53
53
|
"@workday/canvas-tokens-web": "3.0.0-alpha.5",
|
|
54
54
|
"markdown-to-jsx": "^7.2.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"mkdirp": "^1.0.3",
|
|
62
62
|
"typescript": "5.0"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "e5711be8fa7794a67a880925c1b582a1abbcfbf6"
|
|
65
65
|
}
|