@workday/canvas-kit-labs-react 9.1.2 → 9.1.4
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.
|
@@ -50,7 +50,7 @@ export declare const Expandable: import("@workday/canvas-kit-react/common").Elem
|
|
|
50
50
|
* associated content.
|
|
51
51
|
*
|
|
52
52
|
* As according to the [W3 disclosure
|
|
53
|
-
* specification](https://www.w3.org/
|
|
53
|
+
* specification](https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/), the button has
|
|
54
54
|
* `aria-expanded` and `aria-controls` attributes set by default
|
|
55
55
|
*
|
|
56
56
|
* This component should hold an `Expandable.Icon`, an optional `Expandable.Avatar`, and an
|
|
@@ -28,7 +28,7 @@ exports.Expandable = common_1.createContainer('div')({
|
|
|
28
28
|
* associated content.
|
|
29
29
|
*
|
|
30
30
|
* As according to the [W3 disclosure
|
|
31
|
-
* specification](https://www.w3.org/
|
|
31
|
+
* specification](https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/), the button has
|
|
32
32
|
* `aria-expanded` and `aria-controls` attributes set by default
|
|
33
33
|
*
|
|
34
34
|
* This component should hold an `Expandable.Icon`, an optional `Expandable.Avatar`, and an
|
|
@@ -50,7 +50,7 @@ export declare const Expandable: import("@workday/canvas-kit-react/common").Elem
|
|
|
50
50
|
* associated content.
|
|
51
51
|
*
|
|
52
52
|
* As according to the [W3 disclosure
|
|
53
|
-
* specification](https://www.w3.org/
|
|
53
|
+
* specification](https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/), the button has
|
|
54
54
|
* `aria-expanded` and `aria-controls` attributes set by default
|
|
55
55
|
*
|
|
56
56
|
* This component should hold an `Expandable.Icon`, an optional `Expandable.Avatar`, and an
|
|
@@ -22,7 +22,7 @@ export const Expandable = createContainer('div')({
|
|
|
22
22
|
* associated content.
|
|
23
23
|
*
|
|
24
24
|
* As according to the [W3 disclosure
|
|
25
|
-
* specification](https://www.w3.org/
|
|
25
|
+
* specification](https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/), the button has
|
|
26
26
|
* `aria-expanded` and `aria-controls` attributes set by default
|
|
27
27
|
*
|
|
28
28
|
* This component should hold an `Expandable.Icon`, an optional `Expandable.Avatar`, and an
|
|
@@ -33,7 +33,7 @@ export const Expandable = createContainer('div')({
|
|
|
33
33
|
* associated content.
|
|
34
34
|
*
|
|
35
35
|
* As according to the [W3 disclosure
|
|
36
|
-
* specification](https://www.w3.org/
|
|
36
|
+
* specification](https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/), the button has
|
|
37
37
|
* `aria-expanded` and `aria-controls` attributes set by default
|
|
38
38
|
*
|
|
39
39
|
* This component should hold an `Expandable.Icon`, an optional `Expandable.Avatar`, and an
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-labs-react",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.4",
|
|
4
4
|
"description": "Canvas Kit Labs is an incubator for new and experimental components. Since we have a rather rigorous process for getting components in at a production level, it can be valuable to make them available earlier while we continuously iterate on the API/functionality. The Labs modules allow us to do that as needed.",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@emotion/react": "^11.7.1",
|
|
48
48
|
"@emotion/styled": "^11.6.0",
|
|
49
|
-
"@workday/canvas-kit-react": "^9.1.
|
|
49
|
+
"@workday/canvas-kit-react": "^9.1.4",
|
|
50
50
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
51
51
|
"@workday/design-assets-types": "^0.2.8",
|
|
52
52
|
"chroma-js": "^2.1.0",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/lodash.flatten": "^4.4.6"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "a602fff6f3daa3e9e7b4e87fb50c4b7b99ded55f"
|
|
60
60
|
}
|