@workday/canvas-kit-react 11.0.0-alpha.774-next.0 → 11.0.0-alpha.775-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.
|
@@ -42,7 +42,7 @@ const LoadingAnimationDot = () => React.createElement("div", Object.assign({}, s
|
|
|
42
42
|
* A simple container for the loading dots.
|
|
43
43
|
*/
|
|
44
44
|
const loadingDotsStencil = canvas_kit_styling_1.createStencil({
|
|
45
|
-
base: { name: "
|
|
45
|
+
base: { name: "3e9339", styles: "box-sizing:border-box;display:inline-flex;gap:var(--cnvs-sys-space-x2);" }
|
|
46
46
|
}, "cnvs-loading-dots");
|
|
47
47
|
/**
|
|
48
48
|
* A simple component that displays three horizontal dots, to be used when some data is loading.
|
|
@@ -20,7 +20,7 @@ const LoadingAnimationDot = () => React.createElement("div", Object.assign({}, s
|
|
|
20
20
|
* A simple container for the loading dots.
|
|
21
21
|
*/
|
|
22
22
|
const loadingDotsStencil = createStencil({
|
|
23
|
-
base: { name: "
|
|
23
|
+
base: { name: "3e9339", styles: "box-sizing:border-box;display:inline-flex;gap:var(--cnvs-sys-space-x2);" }
|
|
24
24
|
}, "cnvs-loading-dots");
|
|
25
25
|
/**
|
|
26
26
|
* A simple component that displays three horizontal dots, to be used when some data is loading.
|
|
@@ -47,7 +47,7 @@ const singleLoadingDotStencil = createStencil({
|
|
|
47
47
|
/**
|
|
48
48
|
* The actual loading dot div.
|
|
49
49
|
*/
|
|
50
|
-
const LoadingAnimationDot = () => <div {...
|
|
50
|
+
const LoadingAnimationDot = () => <div {...singleLoadingDotStencil()} />;
|
|
51
51
|
|
|
52
52
|
/**
|
|
53
53
|
* A simple container for the loading dots.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-react",
|
|
3
|
-
"version": "11.0.0-alpha.
|
|
3
|
+
"version": "11.0.0-alpha.775-next.0",
|
|
4
4
|
"description": "The parent module that contains all Workday Canvas Kit React components",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"@emotion/styled": "^11.6.0",
|
|
50
50
|
"@popperjs/core": "^2.5.4",
|
|
51
51
|
"@workday/canvas-colors-web": "^2.0.0",
|
|
52
|
-
"@workday/canvas-kit-popup-stack": "^11.0.0-alpha.
|
|
53
|
-
"@workday/canvas-kit-styling": "^11.0.0-alpha.
|
|
52
|
+
"@workday/canvas-kit-popup-stack": "^11.0.0-alpha.775-next.0",
|
|
53
|
+
"@workday/canvas-kit-styling": "^11.0.0-alpha.775-next.0",
|
|
54
54
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
55
55
|
"@workday/canvas-tokens-web": "^1.3.1",
|
|
56
56
|
"@workday/design-assets-types": "^0.2.8",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"@workday/canvas-accent-icons-web": "^3.0.0",
|
|
68
68
|
"@workday/canvas-applet-icons-web": "^2.0.0"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "dbc9dbca99bd41c5e9efbf313d97fd3c6de4a175"
|
|
71
71
|
}
|