@workday/canvas-kit-docs 11.0.0-alpha.664-next.0 → 11.0.0-alpha.667-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.
@@ -151729,8 +151729,87 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
151729
151729
  ],
151730
151730
  "tags": {},
151731
151731
  "type": {
151732
- "kind": "component",
151733
- "props": []
151732
+ "kind": "enhancedComponent",
151733
+ "componentType": "regular",
151734
+ "displayName": "LoadingDots",
151735
+ "props": [
151736
+ {
151737
+ "kind": "property",
151738
+ "name": "cs",
151739
+ "required": false,
151740
+ "type": {
151741
+ "kind": "symbol",
151742
+ "name": "CSToPropsInput",
151743
+ "value": "CSToPropsInput"
151744
+ },
151745
+ "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```",
151746
+ "declarations": [
151747
+ {
151748
+ "name": "cs",
151749
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
151750
+ }
151751
+ ],
151752
+ "tags": {}
151753
+ },
151754
+ {
151755
+ "kind": "property",
151756
+ "name": "children",
151757
+ "description": "",
151758
+ "tags": {},
151759
+ "declarations": [],
151760
+ "type": {
151761
+ "kind": "external",
151762
+ "name": "React.ReactNode",
151763
+ "url": "https://reactjs.org/docs/rendering-elements.html"
151764
+ }
151765
+ },
151766
+ {
151767
+ "kind": "property",
151768
+ "name": "as",
151769
+ "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.",
151770
+ "tags": {},
151771
+ "declarations": [],
151772
+ "type": {
151773
+ "kind": "external",
151774
+ "name": "React.ElementType",
151775
+ "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
151776
+ },
151777
+ "defaultValue": {
151778
+ "kind": "external",
151779
+ "name": "div",
151780
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
151781
+ }
151782
+ },
151783
+ {
151784
+ "kind": "property",
151785
+ "name": "ref",
151786
+ "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`).",
151787
+ "tags": {},
151788
+ "declarations": [],
151789
+ "type": {
151790
+ "kind": "external",
151791
+ "name": "React.Ref",
151792
+ "url": "https://reactjs.org/docs/refs-and-the-dom.html",
151793
+ "typeParameters": [
151794
+ {
151795
+ "kind": "typeParameter",
151796
+ "name": "R",
151797
+ "required": true,
151798
+ "defaultValue": {
151799
+ "kind": "external",
151800
+ "name": "div",
151801
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
151802
+ }
151803
+ }
151804
+ ]
151805
+ }
151806
+ }
151807
+ ],
151808
+ "baseElement": {
151809
+ "kind": "external",
151810
+ "name": "div",
151811
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
151812
+ }
151734
151813
  }
151735
151814
  },
151736
151815
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "11.0.0-alpha.664-next.0",
3
+ "version": "11.0.0-alpha.667-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": "^11.0.0-alpha.664-next.0",
48
- "@workday/canvas-kit-preview-react": "^11.0.0-alpha.664-next.0",
49
- "@workday/canvas-kit-react": "^11.0.0-alpha.664-next.0",
50
- "@workday/canvas-kit-styling": "^10.3.0",
47
+ "@workday/canvas-kit-labs-react": "^11.0.0-alpha.667-next.0",
48
+ "@workday/canvas-kit-preview-react": "^11.0.0-alpha.667-next.0",
49
+ "@workday/canvas-kit-react": "^11.0.0-alpha.667-next.0",
50
+ "@workday/canvas-kit-styling": "^10.3.1",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^1.0.2",
53
53
  "markdown-to-jsx": "^6.10.3",
@@ -59,5 +59,5 @@
59
59
  "mkdirp": "^1.0.3",
60
60
  "typescript": "4.2"
61
61
  },
62
- "gitHead": "518377818f85c915b6199f66d73fd7e5e38ce7fa"
62
+ "gitHead": "345331557dba888d9b12c56470a5e015162a6a0e"
63
63
  }