@workday/canvas-kit-docs 9.0.9 → 9.0.11

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.
@@ -118075,7 +118075,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
118075
118075
  "typeParameters": [
118076
118076
  {
118077
118077
  "kind": "symbol",
118078
- "name": "PopperJS.Instance",
118078
+ "name": "Instance",
118079
118079
  "value": "Instance"
118080
118080
  }
118081
118081
  ]
@@ -149418,7 +149418,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
149418
149418
  "typeParameters": [
149419
149419
  {
149420
149420
  "kind": "symbol",
149421
- "name": "PopperJS.Instance",
149421
+ "name": "Instance",
149422
149422
  "value": "Instance"
149423
149423
  }
149424
149424
  ]
@@ -178385,7 +178385,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
178385
178385
  "typeParameters": [],
178386
178386
  "value": {
178387
178387
  "kind": "symbol",
178388
- "name": "PopperJS.Placement",
178388
+ "name": "PopperJSPlacement",
178389
178389
  "value": "Placement"
178390
178390
  }
178391
178391
  }
@@ -181608,69 +181608,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
181608
181608
  "kind": "type",
181609
181609
  "typeParameters": [],
181610
181610
  "value": {
181611
- "kind": "union",
181612
- "value": [
181613
- {
181614
- "kind": "string",
181615
- "value": "auto"
181616
- },
181617
- {
181618
- "kind": "string",
181619
- "value": "left"
181620
- },
181621
- {
181622
- "kind": "string",
181623
- "value": "right"
181624
- },
181625
- {
181626
- "kind": "string",
181627
- "value": "top"
181628
- },
181629
- {
181630
- "kind": "string",
181631
- "value": "bottom"
181632
- },
181633
- {
181634
- "kind": "string",
181635
- "value": "auto-start"
181636
- },
181637
- {
181638
- "kind": "string",
181639
- "value": "auto-end"
181640
- },
181641
- {
181642
- "kind": "string",
181643
- "value": "top-start"
181644
- },
181645
- {
181646
- "kind": "string",
181647
- "value": "top-end"
181648
- },
181649
- {
181650
- "kind": "string",
181651
- "value": "bottom-start"
181652
- },
181653
- {
181654
- "kind": "string",
181655
- "value": "bottom-end"
181656
- },
181657
- {
181658
- "kind": "string",
181659
- "value": "right-start"
181660
- },
181661
- {
181662
- "kind": "string",
181663
- "value": "right-end"
181664
- },
181665
- {
181666
- "kind": "string",
181667
- "value": "left-start"
181668
- },
181669
- {
181670
- "kind": "string",
181671
- "value": "left-end"
181672
- }
181673
- ]
181611
+ "kind": "symbol",
181612
+ "name": "PopperJSPlacement",
181613
+ "value": "Placement"
181674
181614
  }
181675
181615
  }
181676
181616
  },
@@ -181690,7 +181630,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
181690
181630
  "typeParameters": [],
181691
181631
  "value": {
181692
181632
  "kind": "symbol",
181693
- "name": "PopperJS.Options",
181633
+ "name": "Options",
181694
181634
  "value": "Options"
181695
181635
  }
181696
181636
  }
@@ -182051,7 +181991,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
182051
181991
  "typeParameters": [
182052
181992
  {
182053
181993
  "kind": "symbol",
182054
- "name": "PopperJS.Instance",
181994
+ "name": "Instance",
182055
181995
  "value": "Instance"
182056
181996
  }
182057
181997
  ]
@@ -183805,7 +183745,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
183805
183745
  "typeParameters": [
183806
183746
  {
183807
183747
  "kind": "symbol",
183808
- "name": "PopperJS.Instance",
183748
+ "name": "Instance",
183809
183749
  "value": "Instance"
183810
183750
  }
183811
183751
  ]
@@ -193819,7 +193759,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
193819
193759
  "typeParameters": [
193820
193760
  {
193821
193761
  "kind": "symbol",
193822
- "name": "PopperJS.Instance",
193762
+ "name": "Instance",
193823
193763
  "value": "Instance"
193824
193764
  }
193825
193765
  ]
@@ -194175,7 +194115,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
194175
194115
  "typeParameters": [
194176
194116
  {
194177
194117
  "kind": "symbol",
194178
- "name": "PopperJS.Instance",
194118
+ "name": "Instance",
194179
194119
  "value": "Instance"
194180
194120
  }
194181
194121
  ]
@@ -2,6 +2,7 @@ import {LoadingDots} from '@workday/canvas-kit-react/loading-dots';
2
2
 
3
3
  import Basic from './examples/Basic';
4
4
  import RTL from './examples/RTL';
5
+ import Accessible from './examples/Accessible';
5
6
 
6
7
 
7
8
  # Canvas Kit Loading Dots
@@ -27,6 +28,10 @@ yarn add @workday/canvas-kit-react
27
28
 
28
29
  <ExampleCodeBlock code={RTL} />
29
30
 
31
+ ### Accessible Example
32
+
33
+ <ExampleCodeBlock code={Accessible} />
34
+
30
35
  ## Props
31
36
 
32
37
  Loading Dots does not have any documented props. Undocumented props are spread to its outermost
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import {LoadingDots} from '@workday/canvas-kit-react/loading-dots';
3
+
4
+ export default () => {
5
+ return <LoadingDots aria-live="polite" aria-label="Loading Users" />;
6
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "9.0.9",
3
+ "version": "9.0.11",
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,9 +44,9 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^9.0.9",
48
- "@workday/canvas-kit-preview-react": "^9.0.9",
49
- "@workday/canvas-kit-react": "^9.0.9",
47
+ "@workday/canvas-kit-labs-react": "^9.0.11",
48
+ "@workday/canvas-kit-preview-react": "^9.0.11",
49
+ "@workday/canvas-kit-react": "^9.0.11",
50
50
  "@workday/canvas-system-icons-web": "^3.0.0",
51
51
  "markdown-to-jsx": "^6.10.3",
52
52
  "ts-node": "^10.9.1"
@@ -57,5 +57,5 @@
57
57
  "mkdirp": "^1.0.3",
58
58
  "typescript": "4.2"
59
59
  },
60
- "gitHead": "31743535a5f56b8412783810e8ffbd5f856f7a6e"
60
+ "gitHead": "f3eeb36037267e9947ea40ea61993d1a718f6e7c"
61
61
  }