@workday/canvas-kit-docs 12.0.0-alpha.903-next.0 → 12.0.0-alpha.905-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.
@@ -130781,7 +130781,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
130781
130781
  "name": "orientation",
130782
130782
  "defaultValue": {
130783
130783
  "kind": "string",
130784
- "value": ""
130784
+ "value": "vertical"
130785
130785
  },
130786
130786
  "type": {
130787
130787
  "kind": "union",
@@ -131031,7 +131031,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
131031
131031
  "name": "orientation",
131032
131032
  "defaultValue": {
131033
131033
  "kind": "string",
131034
- "value": ""
131034
+ "value": "vertical"
131035
131035
  },
131036
131036
  "type": {
131037
131037
  "kind": "union",
@@ -274244,6 +274244,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
274244
274244
  {
274245
274245
  "kind": "typeParameter",
274246
274246
  "name": "M",
274247
+ "defaultValue": {
274248
+ "kind": "object",
274249
+ "properties": []
274250
+ },
274247
274251
  "constraint": {
274248
274252
  "kind": "symbol",
274249
274253
  "name": "StencilModifierConfig",
@@ -274255,17 +274259,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
274255
274259
  ],
274256
274260
  "value": "StencilModifierConfig<V, E>"
274257
274261
  },
274258
- "required": true
274262
+ "required": false
274259
274263
  },
274260
274264
  {
274261
274265
  "kind": "typeParameter",
274262
274266
  "name": "V",
274267
+ "defaultValue": {
274268
+ "kind": "object",
274269
+ "properties": []
274270
+ },
274263
274271
  "constraint": {
274264
274272
  "kind": "symbol",
274265
274273
  "name": "DefaultedVarsShape",
274266
274274
  "value": "DefaultedVarsShape"
274267
274275
  },
274268
- "required": true
274276
+ "required": false
274269
274277
  },
274270
274278
  {
274271
274279
  "kind": "typeParameter",
@@ -274590,6 +274598,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
274590
274598
  {
274591
274599
  "kind": "typeParameter",
274592
274600
  "name": "M",
274601
+ "defaultValue": {
274602
+ "kind": "object",
274603
+ "properties": []
274604
+ },
274593
274605
  "constraint": {
274594
274606
  "kind": "symbol",
274595
274607
  "name": "StencilModifierConfig",
@@ -274605,17 +274617,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
274605
274617
  ],
274606
274618
  "value": "StencilModifierConfig<V, E>"
274607
274619
  },
274608
- "required": true
274620
+ "required": false
274609
274621
  },
274610
274622
  {
274611
274623
  "kind": "typeParameter",
274612
274624
  "name": "V",
274625
+ "defaultValue": {
274626
+ "kind": "object",
274627
+ "properties": []
274628
+ },
274613
274629
  "constraint": {
274614
274630
  "kind": "symbol",
274615
274631
  "name": "DefaultedVarsShape",
274616
274632
  "value": "DefaultedVarsShape"
274617
274633
  },
274618
- "required": true
274634
+ "required": false
274619
274635
  },
274620
274636
  {
274621
274637
  "kind": "typeParameter",
@@ -34,8 +34,8 @@ const myButtonStencil = createStencil({
34
34
  });
35
35
 
36
36
  const MyCustomButton = createComponent('button')({
37
- Component: ({children, ...elemProps}: PrimaryButtonProps, ref, Element) => (
38
- <PrimaryButton as={Element} ref={ref} {...handleCsProp(elemProps, myButtonStencil())}>
37
+ Component: ({children, cs, ...elemProps}: PrimaryButtonProps, ref, Element) => (
38
+ <PrimaryButton as={Element} ref={ref} cs={[myButtonStencil(), cs]} {...elemProps}>
39
39
  {children}
40
40
  </PrimaryButton>
41
41
  ),
@@ -24,6 +24,6 @@ export default () => (
24
24
  <PrimaryButton icon={caretDownIcon} iconPosition="end">
25
25
  Primary
26
26
  </PrimaryButton>
27
- <PrimaryButton aria-label="related-actions" icon={relatedActionsVerticalIcon} />
27
+ <PrimaryButton aria-label="Related Actions" icon={relatedActionsVerticalIcon} />
28
28
  </Flex>
29
29
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "12.0.0-alpha.903-next.0",
3
+ "version": "12.0.0-alpha.905-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": "^12.0.0-alpha.903-next.0",
48
- "@workday/canvas-kit-preview-react": "^12.0.0-alpha.903-next.0",
49
- "@workday/canvas-kit-react": "^12.0.0-alpha.903-next.0",
50
- "@workday/canvas-kit-styling": "^12.0.0-alpha.903-next.0",
47
+ "@workday/canvas-kit-labs-react": "^12.0.0-alpha.905-next.0",
48
+ "@workday/canvas-kit-preview-react": "^12.0.0-alpha.905-next.0",
49
+ "@workday/canvas-kit-react": "^12.0.0-alpha.905-next.0",
50
+ "@workday/canvas-kit-styling": "^12.0.0-alpha.905-next.0",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^2.0.1",
53
53
  "markdown-to-jsx": "^7.2.0",
@@ -60,5 +60,5 @@
60
60
  "mkdirp": "^1.0.3",
61
61
  "typescript": "4.9"
62
62
  },
63
- "gitHead": "06b35f786069a81a2aba5fbd42b46ec88857e5a8"
63
+ "gitHead": "b8e7a8e20dd9087fc67684a51f1eb844bc9743db"
64
64
  }