@workday/canvas-kit-docs 11.0.0-alpha.765-next.0 → 11.0.0-alpha.767-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.
|
@@ -26,6 +26,7 @@ any questions.
|
|
|
26
26
|
- [Count Badge](#count-badge)
|
|
27
27
|
- [Form Field Preview](#form-field-preview)
|
|
28
28
|
- [Icons](#icons)
|
|
29
|
+
- [Loading Dots](#loading-dots)
|
|
29
30
|
- [Radio (Preview)](#radio-preview)
|
|
30
31
|
- [Select](#select)
|
|
31
32
|
- [Switch](#switch)
|
|
@@ -680,6 +681,15 @@ const MyComponent = StyledRadioButton('div')({
|
|
|
680
681
|
</MyComponent>;
|
|
681
682
|
```
|
|
682
683
|
|
|
684
|
+
### Loading Dots
|
|
685
|
+
|
|
686
|
+
`LoadingDots` now uses
|
|
687
|
+
[Canvas Tokens](https://workday.github.io/canvas-tokens/?path=/docs/docs-getting-started--docs) and
|
|
688
|
+
our
|
|
689
|
+
[new styling utilities](https://workday.github.io/canvas-kit/?path=/docs/styling-basics--create-modifiers#createstyles-api).
|
|
690
|
+
The component now supports the `cs` prop, but otherwise the API has not changed. It should behave
|
|
691
|
+
identically as it did in previous versions.
|
|
692
|
+
|
|
683
693
|
### Radio (Preview)
|
|
684
694
|
|
|
685
695
|
**PR:** [#2546](https://github.com/Workday/canvas-kit/pull/2546)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "11.0.0-alpha.
|
|
3
|
+
"version": "11.0.0-alpha.767-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.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^11.0.0-alpha.
|
|
49
|
-
"@workday/canvas-kit-react": "^11.0.0-alpha.
|
|
50
|
-
"@workday/canvas-kit-styling": "^11.0.0-alpha.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^11.0.0-alpha.767-next.0",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^11.0.0-alpha.767-next.0",
|
|
49
|
+
"@workday/canvas-kit-react": "^11.0.0-alpha.767-next.0",
|
|
50
|
+
"@workday/canvas-kit-styling": "^11.0.0-alpha.767-next.0",
|
|
51
51
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
52
52
|
"@workday/canvas-tokens-web": "^1.3.0",
|
|
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": "
|
|
62
|
+
"gitHead": "d52d032456b050c163ecff6643ece156056e40c8"
|
|
63
63
|
}
|