@workday/canvas-kit-docs 13.2.48 → 13.2.50

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.
@@ -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.2.48",
22
- "@workday/canvas-kit-preview-react": "13.2.48",
23
- "@workday/canvas-kit-react": "13.2.48",
24
- "@workday/canvas-kit-react-fonts": "^13.2.48",
25
- "@workday/canvas-kit-styling": "13.2.48",
21
+ "@workday/canvas-kit-labs-react": "13.2.50",
22
+ "@workday/canvas-kit-preview-react": "13.2.50",
23
+ "@workday/canvas-kit-react": "13.2.50",
24
+ "@workday/canvas-kit-react-fonts": "^13.2.50",
25
+ "@workday/canvas-kit-styling": "13.2.50",
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.2.48",
22
- "@workday/canvas-kit-preview-react": "13.2.48",
23
- "@workday/canvas-kit-react": "13.2.48",
24
- "@workday/canvas-kit-react-fonts": "^13.2.48",
25
- "@workday/canvas-kit-styling": "13.2.48",
21
+ "@workday/canvas-kit-labs-react": "13.2.50",
22
+ "@workday/canvas-kit-preview-react": "13.2.50",
23
+ "@workday/canvas-kit-react": "13.2.50",
24
+ "@workday/canvas-kit-react-fonts": "^13.2.50",
25
+ "@workday/canvas-kit-styling": "13.2.50",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
@@ -1,4 +1,4 @@
1
- import {ExampleCodeBlock} from '@workday/canvas-kit-docs';
1
+ import { ExampleCodeBlock } from '@workday/canvas-kit-docs';
2
2
  import Basic from './examples/Box/Basic';
3
3
 
4
4
  # Box
@@ -31,18 +31,18 @@ supports all `BoxProps` such as `padding`, it also supports semantic anchor elem
31
31
 
32
32
  ### Style Props
33
33
 
34
- `Box` exposes [style props](/getting-started/for-developers/resources/style-props/) that allow you
34
+ `Box` exposes [style props](/get-started/for-developers/documentation/style-props/) that allow you
35
35
  to modify styles in an ergonomic way across components. To learn more about individual sets of `Box`
36
36
  style props, consult the lists below.
37
37
 
38
- - [Background Style Props](/getting-started/for-developers/resources/style-props/#background)
39
- - [Border Style Props](/getting-started/for-developers/resources/style-props/#border)
40
- - [Color Style Props](/getting-started/for-developers/resources/style-props/#color)
41
- - [Depth Style Props](/getting-started/for-developers/resources/style-props/#depth)
42
- - [Flex Item Style Props](/getting-started/for-developers/resources/style-props/#flex-item)
43
- - [Grid Item Style Props](/getting-started/for-developers/resources/style-props/#grid-item)
44
- - [Layout Style Props](/getting-started/for-developers/resources/style-props/#layout)
45
- - [Other Style Props](/getting-started/for-developers/resources/style-props/#other)
46
- - [Position Style Props](/getting-started/for-developers/resources/style-props/#position)
47
- - [Space Style Props](/getting-started/for-developers/resources/style-props/#space)
48
- - [Text Style Props](/getting-started/for-developers/resources/style-props/#text)
38
+ - [Background Style Props](/get-started/for-developers/documentation/style-props/#background)
39
+ - [Border Style Props](/get-started/for-developers/documentation/style-props/#border)
40
+ - [Color Style Props](/get-started/for-developers/documentation/style-props/#color)
41
+ - [Depth Style Props](/get-started/for-developers/documentation/style-props/#depth)
42
+ - [Flex Item Style Props](/get-started/for-developers/documentation/style-props/#flex-item)
43
+ - [Grid Item Style Props](/get-started/for-developers/documentation/style-props/#grid-item)
44
+ - [Layout Style Props](/get-started/for-developers/documentation/style-props/#layout)
45
+ - [Other Style Props](/get-started/for-developers/documentation/style-props/#other)
46
+ - [Position Style Props](/get-started/for-developers/documentation/style-props/#position)
47
+ - [Space Style Props](/get-started/for-developers/documentation/style-props/#space)
48
+ - [Text Style Props](/get-started/for-developers/documentation/style-props/#text)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "13.2.48",
3
+ "version": "13.2.50",
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.2.48",
49
- "@workday/canvas-kit-preview-react": "^13.2.48",
50
- "@workday/canvas-kit-react": "^13.2.48",
51
- "@workday/canvas-kit-styling": "^13.2.48",
48
+ "@workday/canvas-kit-labs-react": "^13.2.50",
49
+ "@workday/canvas-kit-preview-react": "^13.2.50",
50
+ "@workday/canvas-kit-react": "^13.2.50",
51
+ "@workday/canvas-kit-styling": "^13.2.50",
52
52
  "@workday/canvas-system-icons-web": "^3.0.35",
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": "d2036ac7037eade4da4982e981fe932cf50ccdca"
64
+ "gitHead": "36f8e0c079b39f3fcbb5b3b98abfa522fac98b18"
65
65
  }