@workday/canvas-kit-docs 13.1.5 → 13.1.6

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.
@@ -338465,6 +338465,186 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
338465
338465
  ]
338466
338466
  }
338467
338467
  },
338468
+ {
338469
+ "name": "useTabOverflowScroll",
338470
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx",
338471
+ "description": "",
338472
+ "declarations": [
338473
+ {
338474
+ "name": "useTabOverflowScroll",
338475
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
338476
+ }
338477
+ ],
338478
+ "tags": {},
338479
+ "type": {
338480
+ "kind": "function",
338481
+ "name": {
338482
+ "kind": "symbol",
338483
+ "name": "createElemPropsHook"
338484
+ },
338485
+ "parameters": [
338486
+ {
338487
+ "kind": "parameter",
338488
+ "name": "model",
338489
+ "description": "",
338490
+ "tags": {},
338491
+ "declarations": [],
338492
+ "type": {
338493
+ "kind": "symbol",
338494
+ "name": "TabsModel"
338495
+ },
338496
+ "required": true
338497
+ },
338498
+ {
338499
+ "kind": "parameter",
338500
+ "name": "elemProps",
338501
+ "description": "",
338502
+ "tags": {},
338503
+ "declarations": [],
338504
+ "type": {
338505
+ "kind": "object",
338506
+ "properties": [
338507
+ {
338508
+ "kind": "property",
338509
+ "name": "aria-orientation",
338510
+ "required": false,
338511
+ "type": {
338512
+ "kind": "union",
338513
+ "value": [
338514
+ {
338515
+ "kind": "string",
338516
+ "value": "vertical"
338517
+ },
338518
+ {
338519
+ "kind": "string",
338520
+ "value": "horizontal"
338521
+ }
338522
+ ]
338523
+ },
338524
+ "description": "",
338525
+ "declarations": [
338526
+ {
338527
+ "name": "aria-orientation",
338528
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
338529
+ }
338530
+ ],
338531
+ "tags": {}
338532
+ }
338533
+ ]
338534
+ },
338535
+ "required": false
338536
+ },
338537
+ {
338538
+ "kind": "parameter",
338539
+ "name": "ref",
338540
+ "description": "",
338541
+ "tags": {},
338542
+ "declarations": [],
338543
+ "type": {
338544
+ "kind": "external",
338545
+ "name": "React.Ref",
338546
+ "url": "https://reactjs.org/docs/refs-and-the-dom.html"
338547
+ },
338548
+ "required": false
338549
+ }
338550
+ ],
338551
+ "returnType": {
338552
+ "kind": "object",
338553
+ "properties": [
338554
+ {
338555
+ "kind": "property",
338556
+ "name": "ref",
338557
+ "required": true,
338558
+ "type": {
338559
+ "kind": "function",
338560
+ "parameters": [
338561
+ {
338562
+ "kind": "parameter",
338563
+ "name": "instance",
338564
+ "type": {
338565
+ "kind": "union",
338566
+ "value": [
338567
+ {
338568
+ "kind": "symbol",
338569
+ "name": "T",
338570
+ "value": "T"
338571
+ },
338572
+ {
338573
+ "kind": "primitive",
338574
+ "value": "null"
338575
+ }
338576
+ ]
338577
+ },
338578
+ "required": true,
338579
+ "rest": false,
338580
+ "description": "",
338581
+ "declarations": [
338582
+ {
338583
+ "name": "instance",
338584
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@types/react/ts5.0/index.d.ts"
338585
+ }
338586
+ ],
338587
+ "tags": {}
338588
+ }
338589
+ ],
338590
+ "members": [],
338591
+ "returnType": {
338592
+ "kind": "primitive",
338593
+ "value": "void"
338594
+ }
338595
+ },
338596
+ "description": "",
338597
+ "tags": {},
338598
+ "declarations": []
338599
+ },
338600
+ {
338601
+ "kind": "property",
338602
+ "name": "onScroll",
338603
+ "required": true,
338604
+ "type": {
338605
+ "kind": "function",
338606
+ "parameters": [
338607
+ {
338608
+ "kind": "parameter",
338609
+ "name": "event",
338610
+ "type": {
338611
+ "kind": "symbol",
338612
+ "name": "React.UIEvent",
338613
+ "typeParameters": [
338614
+ {
338615
+ "kind": "symbol",
338616
+ "name": "HTMLDivElement",
338617
+ "value": "HTMLDivElement"
338618
+ }
338619
+ ],
338620
+ "value": "UIEvent<T, E>"
338621
+ },
338622
+ "required": true,
338623
+ "rest": false,
338624
+ "description": "",
338625
+ "declarations": [
338626
+ {
338627
+ "name": "event",
338628
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
338629
+ }
338630
+ ],
338631
+ "tags": {}
338632
+ }
338633
+ ],
338634
+ "members": [],
338635
+ "returnType": {
338636
+ "kind": "primitive",
338637
+ "value": "void"
338638
+ }
338639
+ },
338640
+ "description": "",
338641
+ "tags": {},
338642
+ "declarations": []
338643
+ }
338644
+ ]
338645
+ }
338646
+ }
338647
+ },
338468
338648
  {
338469
338649
  "name": "useTabsList",
338470
338650
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx",
@@ -338483,6 +338663,12 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
338483
338663
  "name": "composeHooks"
338484
338664
  },
338485
338665
  "parameters": [
338666
+ {
338667
+ "kind": "symbol",
338668
+ "name": "useTabOverflowScroll",
338669
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx",
338670
+ "value": "useTabOverflowScroll"
338671
+ },
338486
338672
  {
338487
338673
  "kind": "function",
338488
338674
  "name": {
@@ -338545,20 +338731,12 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
338545
338731
  },
338546
338732
  {
338547
338733
  "kind": "property",
338548
- "name": "overflowX",
338734
+ "name": "aria-orientation",
338549
338735
  "required": true,
338550
338736
  "type": {
338551
- "kind": "union",
338552
- "value": [
338553
- {
338554
- "kind": "string",
338555
- "value": "auto"
338556
- },
338557
- {
338558
- "kind": "primitive",
338559
- "value": "undefined"
338560
- }
338561
- ]
338737
+ "kind": "symbol",
338738
+ "name": "Orientation",
338739
+ "value": "any"
338562
338740
  },
338563
338741
  "description": "",
338564
338742
  "tags": {},
@@ -339503,85 +339681,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
339503
339681
  "model": "TabsModel"
339504
339682
  }
339505
339683
  },
339506
- {
339507
- "name": "useTouchDirection",
339508
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx",
339509
- "description": "",
339510
- "declarations": [
339511
- {
339512
- "name": "useTouchDirection",
339513
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
339514
- }
339515
- ],
339516
- "tags": {},
339517
- "type": {
339518
- "kind": "function",
339519
- "parameters": [],
339520
- "members": [],
339521
- "returnType": {
339522
- "kind": "object",
339523
- "properties": [
339524
- {
339525
- "kind": "property",
339526
- "name": "direction",
339527
- "defaultValue": {
339528
- "kind": "unknown",
339529
- "value": "unknown",
339530
- "text": "touchDir"
339531
- },
339532
- "type": {
339533
- "kind": "union",
339534
- "value": [
339535
- {
339536
- "kind": "string",
339537
- "value": "left"
339538
- },
339539
- {
339540
- "kind": "string",
339541
- "value": "right"
339542
- },
339543
- {
339544
- "kind": "primitive",
339545
- "value": "undefined"
339546
- }
339547
- ]
339548
- },
339549
- "required": false,
339550
- "description": "",
339551
- "declarations": [
339552
- {
339553
- "name": "direction",
339554
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
339555
- }
339556
- ],
339557
- "tags": {}
339558
- },
339559
- {
339560
- "kind": "property",
339561
- "name": "isDragging",
339562
- "defaultValue": {
339563
- "kind": "unknown",
339564
- "value": "unknown",
339565
- "text": "isDragging"
339566
- },
339567
- "type": {
339568
- "kind": "primitive",
339569
- "value": "boolean"
339570
- },
339571
- "required": true,
339572
- "description": "",
339573
- "declarations": [
339574
- {
339575
- "name": "isDragging",
339576
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
339577
- }
339578
- ],
339579
- "tags": {}
339580
- }
339581
- ]
339582
- }
339583
- }
339584
- },
339585
339684
  {
339586
339685
  "name": "MenuPopperProps",
339587
339686
  "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.5",
22
- "@workday/canvas-kit-preview-react": "13.1.5",
23
- "@workday/canvas-kit-react": "13.1.5",
24
- "@workday/canvas-kit-react-fonts": "^13.1.5",
25
- "@workday/canvas-kit-styling": "13.1.5",
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.5",
22
- "@workday/canvas-kit-preview-react": "13.1.5",
23
- "@workday/canvas-kit-react": "13.1.5",
24
- "@workday/canvas-kit-react-fonts": "^13.1.5",
25
- "@workday/canvas-kit-styling": "13.1.5",
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": "13.1.5",
3
+ "version": "13.1.6",
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": "^13.1.5",
49
- "@workday/canvas-kit-preview-react": "^13.1.5",
50
- "@workday/canvas-kit-react": "^13.1.5",
51
- "@workday/canvas-kit-styling": "^13.1.5",
48
+ "@workday/canvas-kit-labs-react": "^13.1.6",
49
+ "@workday/canvas-kit-preview-react": "^13.1.6",
50
+ "@workday/canvas-kit-react": "^13.1.6",
51
+ "@workday/canvas-kit-styling": "^13.1.6",
52
52
  "@workday/canvas-system-icons-web": "^3.0.0",
53
53
  "@workday/canvas-tokens-web": "^2.1.1",
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": "48b690ad1d028f0d74a81246a6b67e305bda2362"
64
+ "gitHead": "09a8a237db40a2a7cb1836d9b536ec9278c3f3b9"
65
65
  }