@authing/guard-shim-react 4.5.51-eak.20 → 4.5.51-eak.22
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { React } from 'shim-react';
|
|
2
|
-
export declare const EAK_LOADING_SPINNER_SIZE =
|
|
3
|
-
export declare const EAK_LOADING_SVG_STRING = "<svg width=\"
|
|
2
|
+
export declare const EAK_LOADING_SPINNER_SIZE = 26;
|
|
3
|
+
export declare const EAK_LOADING_SVG_STRING = " <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-label=\"Loading\" role=\"img\" focusable=\"false\" style=\"display:block;width:var(--eak-loading-size,26px);height:var(--eak-loading-size,26px);overflow:visible;\">\n <style>\n @keyframes eak-loading-spin {\n to {\n transform: rotate(360deg);\n }\n }\n\n .eak-loading-spinner__arc {\n transform-origin: 12px 12px;\n animation: eak-loading-spin 900ms linear infinite;\n }\n </style>\n <path class=\"eak-loading-spinner__arc\" d=\"M21 12a9 9 0 1 1-6.219-8.56\" fill=\"none\" stroke=\"rgba(28, 28, 30, 0.38)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>";
|
|
4
4
|
export declare const ShieldSpinLoading: (props: JSX.IntrinsicAttributes & React.HTMLAttributes<HTMLDivElement> & {
|
|
5
5
|
size?: number | string;
|
|
6
6
|
}) => JSX.Element;
|
package/package.json
CHANGED