@ambuj.bhaskar/react-component-library 0.18.4-alpha → 0.18.6-alpha
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.
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +0 -7
- package/dist/index.js +2 -2
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -445,13 +445,6 @@ export declare type SidebarProps = {
|
|
|
445
445
|
|
|
446
446
|
declare type Size = "s" | "m" | "l";
|
|
447
447
|
|
|
448
|
-
/**
|
|
449
|
-
* Spinner component props.
|
|
450
|
-
*
|
|
451
|
-
* @typedef {Object} SpinnerProps
|
|
452
|
-
* @property {SpinnerProps.size} [size="l"] - Size of the spinner.
|
|
453
|
-
* @property {SpinnerProps.color} [color="#fc0"] - Color of the spinner.
|
|
454
|
-
*/
|
|
455
448
|
export declare const Spinner: React_2.FC<SpinnerProps>;
|
|
456
449
|
|
|
457
450
|
export declare type SpinnerProps = {
|
package/dist/index.js
CHANGED
|
@@ -1390,7 +1390,7 @@ const Jle = ({
|
|
|
1390
1390
|
className: t = "",
|
|
1391
1391
|
size: n = "m",
|
|
1392
1392
|
background: r = "none",
|
|
1393
|
-
color: o = "#292929",
|
|
1393
|
+
color: o = "var(--awi-color-common-primary, #292929)",
|
|
1394
1394
|
onClick: i,
|
|
1395
1395
|
...a
|
|
1396
1396
|
}) => {
|
|
@@ -1413,7 +1413,7 @@ const Jle = ({
|
|
|
1413
1413
|
);
|
|
1414
1414
|
}, Kh = ({
|
|
1415
1415
|
size: e = "l",
|
|
1416
|
-
color: t = "#fc0"
|
|
1416
|
+
color: t = "var(--awi-color-common-highlight, #fc0)"
|
|
1417
1417
|
}) => /* @__PURE__ */ ve.jsx(ei, { className: "spinner", name: "spinner", color: t, size: e }), RP = {
|
|
1418
1418
|
s: "xs",
|
|
1419
1419
|
m: "s",
|