@workday/canvas-kit-docs 13.0.0-alpha.1106-next.0 → 13.0.0-alpha.1107-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.
@@ -99,7 +99,7 @@ yarn remove @workday/canvas-kit-codemod
99
99
 
100
100
  ### Styling API and CSS Tokens
101
101
 
102
- **PRs:** [#3101](https://github.com/Workday/canvas-kit/pull/3101), [#3088](https://github.com/Workday/canvas-kit/pull/3088), [#3114](https://github.com/Workday/canvas-kit/pull/3114), [#3119](https://github.com/Workday/canvas-kit/pull/3119), [#3120](https://github.com/Workday/canvas-kit/pull/3120), [#3164](https://github.com/Workday/canvas-kit/pull/3164), [#3128](https://github.com/Workday/canvas-kit/pull/3128), [#3123](https://github.com/Workday/canvas-kit/pull/3123), [#3205](https://github.com/Workday/canvas-kit/pull/3205), [#3210](https://github.com/Workday/canvas-kit/pull/3210)
102
+ **PRs:** [#3101](https://github.com/Workday/canvas-kit/pull/3101), [#3088](https://github.com/Workday/canvas-kit/pull/3088), [#3114](https://github.com/Workday/canvas-kit/pull/3114), [#3119](https://github.com/Workday/canvas-kit/pull/3119), [#3120](https://github.com/Workday/canvas-kit/pull/3120), [#3164](https://github.com/Workday/canvas-kit/pull/3164), [#3128](https://github.com/Workday/canvas-kit/pull/3128), [#3123](https://github.com/Workday/canvas-kit/pull/3123), [#3205](https://github.com/Workday/canvas-kit/pull/3205), [#3210](https://github.com/Workday/canvas-kit/pull/3210), [#3240](https://github.com/Workday/canvas-kit/pull/3240)
103
103
 
104
104
  Several components have been refactored to use our
105
105
  [Canvas Tokens](https://workday.github.io/canvas-tokens/?path=/docs/docs-getting-started--docs) and
@@ -119,6 +119,7 @@ The following components are affected:
119
119
  - `LoadingSparkles`
120
120
  - `Menu`
121
121
  - `Pill`
122
+ - `Select`
122
123
  - `SidePanel (Preview)`
123
124
  - `Skeleton`
124
125
  - `Tabs`
@@ -1,11 +1,9 @@
1
- import React from 'react';
2
-
3
1
  import {buttonStencil, PrimaryButton, PrimaryButtonProps} from '@workday/canvas-kit-react/button';
4
2
  import {Grid} from '@workday/canvas-kit-react/layout';
5
3
  import {plusIcon} from '@workday/canvas-system-icons-web';
6
4
  import {createComponent} from '@workday/canvas-kit-react/common';
7
5
  import {systemIconStencil} from '@workday/canvas-kit-react/icon';
8
- import {createStencil, createStyles, handleCsProp, px2rem} from '@workday/canvas-kit-styling';
6
+ import {createStencil, createStyles, px2rem} from '@workday/canvas-kit-styling';
9
7
  import {system} from '@workday/canvas-tokens-web';
10
8
 
11
9
  const customContainer = createStyles({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "13.0.0-alpha.1106-next.0",
3
+ "version": "13.0.0-alpha.1107-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": "^13.0.0-alpha.1106-next.0",
49
- "@workday/canvas-kit-preview-react": "^13.0.0-alpha.1106-next.0",
50
- "@workday/canvas-kit-react": "^13.0.0-alpha.1106-next.0",
51
- "@workday/canvas-kit-styling": "^13.0.0-alpha.1106-next.0",
48
+ "@workday/canvas-kit-labs-react": "^13.0.0-alpha.1107-next.0",
49
+ "@workday/canvas-kit-preview-react": "^13.0.0-alpha.1107-next.0",
50
+ "@workday/canvas-kit-react": "^13.0.0-alpha.1107-next.0",
51
+ "@workday/canvas-kit-styling": "^13.0.0-alpha.1107-next.0",
52
52
  "@workday/canvas-system-icons-web": "^3.0.0",
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": "50e29e2ddae811bbc6f4807dc5dce7af0cb436fc"
64
+ "gitHead": "68413fa0564895825344e09a927b4848ebfe4824"
65
65
  }