@workday/canvas-kit-docs 15.0.0-alpha.0051-next.0 → 15.0.0-alpha.0060-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.
Files changed (49) hide show
  1. package/dist/es6/lib/StorybookStatusIndicator.d.ts +1 -1
  2. package/dist/es6/lib/StorybookStatusIndicator.d.ts.map +1 -1
  3. package/dist/es6/lib/StorybookStatusIndicator.js +12 -14
  4. package/dist/es6/lib/docs.js +30085 -26779
  5. package/dist/es6/lib/stackblitzFiles/packageJSONFile.js +5 -5
  6. package/dist/es6/lib/stackblitzFiles/packageJSONFile.ts +5 -5
  7. package/dist/es6/mdx/tokens/StorybookInformationHighlight/index.js +1 -1
  8. package/dist/mdx/14.0-UPGRADE-GUIDE.mdx +1 -1
  9. package/dist/mdx/15.0-UPGRADE-GUIDE.mdx +20 -1
  10. package/dist/mdx/labs-react/combobox/Combobox.mdx +1 -1
  11. package/dist/mdx/labs-react/search-form/SearchForm.mdx +1 -1
  12. package/dist/mdx/labs-react/side-panel/SidePanel.mdx +256 -0
  13. package/dist/mdx/labs-react/side-panel/examples/AlwaysOpen.tsx +52 -0
  14. package/dist/mdx/labs-react/side-panel/examples/Basic.tsx +55 -0
  15. package/dist/mdx/labs-react/side-panel/examples/ExternalControl.tsx +75 -0
  16. package/dist/mdx/labs-react/side-panel/examples/HiddenName.tsx +41 -0
  17. package/dist/mdx/labs-react/side-panel/examples/OnStateTransition.tsx +49 -0
  18. package/dist/mdx/labs-react/side-panel/examples/RightOrigin.tsx +73 -0
  19. package/dist/mdx/labs-react/side-panel/examples/Variant.tsx +60 -0
  20. package/dist/mdx/labs-react/side-panel/examples/useDirection.ts +23 -0
  21. package/dist/mdx/preview-react/select/Select.mdx +1 -1
  22. package/dist/mdx/preview-react/side-panel/SidePanel.mdx +15 -3
  23. package/dist/mdx/react/avatar/avatar/Avatar.mdx +1 -1
  24. package/dist/mdx/react/common/mdx/Theming.mdx +16 -31
  25. package/dist/mdx/react/common/mdx/examples/Theming.tsx +25 -7
  26. package/dist/mdx/{preview-react → react}/information-highlight/InformationHighlight.mdx +4 -4
  27. package/dist/mdx/{preview-react → react}/information-highlight/examples/Basic.tsx +1 -1
  28. package/dist/mdx/{preview-react → react}/information-highlight/examples/Body.tsx +1 -1
  29. package/dist/mdx/{preview-react → react}/information-highlight/examples/Caution.tsx +1 -1
  30. package/dist/mdx/{preview-react → react}/information-highlight/examples/Critical.tsx +1 -1
  31. package/dist/mdx/{preview-react → react}/information-highlight/examples/CustomIconCritical.tsx +1 -1
  32. package/dist/mdx/{preview-react → react}/information-highlight/examples/Heading.tsx +1 -1
  33. package/dist/mdx/{preview-react → react}/information-highlight/examples/Informational.tsx +1 -1
  34. package/dist/mdx/{preview-react → react}/information-highlight/examples/RTL.tsx +1 -1
  35. package/dist/mdx/react/radio/Radio.mdx +1 -1
  36. package/dist/mdx/react/status-indicator/StatusIndicator.mdx +1 -1
  37. package/dist/mdx/react/text/LabelText.mdx +1 -1
  38. package/dist/mdx/react/tokens/Tokens.mdx +1 -1
  39. package/dist/mdx/react/tooltip/Tooltip.mdx +2 -2
  40. package/dist/mdx/style-props/STYLE_PROPS.mdx +1 -1
  41. package/dist/mdx/style-props/stylePropsMigrationCodemod.mdx +1 -1
  42. package/dist/mdx/style-props/stylePropsMigrationOverview.mdx +2 -2
  43. package/dist/mdx/styling/mdx/CreateStyles.mdx +1 -1
  44. package/dist/mdx/styling/mdx/MergingStyles.mdx +1 -1
  45. package/dist/mdx/styling/mdx/Overview.mdx +1 -1
  46. package/dist/mdx/styling/mdx/Stencils.mdx +1 -1
  47. package/dist/mdx/tokens/TokenMigrationOverview.mdx +1 -1
  48. package/lib/StorybookStatusIndicator.tsx +17 -14
  49. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "15.0.0-alpha.0051-next.0",
3
+ "version": "15.0.0-alpha.0060-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": "^15.0.0-alpha.0051-next.0",
49
- "@workday/canvas-kit-preview-react": "^15.0.0-alpha.0051-next.0",
50
- "@workday/canvas-kit-react": "^15.0.0-alpha.0051-next.0",
51
- "@workday/canvas-kit-styling": "^15.0.0-alpha.0051-next.0",
48
+ "@workday/canvas-kit-labs-react": "^15.0.0-alpha.0060-next.0",
49
+ "@workday/canvas-kit-preview-react": "^15.0.0-alpha.0060-next.0",
50
+ "@workday/canvas-kit-react": "^15.0.0-alpha.0060-next.0",
51
+ "@workday/canvas-kit-styling": "^15.0.0-alpha.0060-next.0",
52
52
  "@workday/canvas-system-icons-web": "^3.0.36",
53
53
  "@workday/canvas-tokens-web": "4.0.0-alpha.3",
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": "43b17ca56f773f10c5d1557f7875a574787288ed"
64
+ "gitHead": "34d5076dcc1f6b3d605fc3bf5b36ce5f97917686"
65
65
  }