@mackin.com/styleguide 9.11.2 → 9.11.3
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/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -3039,7 +3039,7 @@ const generateLinkStyles = (props, theme) => {
|
|
|
3039
3039
|
};
|
|
3040
3040
|
|
|
3041
3041
|
const OmniLink = (props) => {
|
|
3042
|
-
const { noRouter, rightIcon, leftIcon, block, iconBlock, variant, round, small, colorOverride, children, ref } = props, linkProps = __rest(props, ["noRouter", "rightIcon", "leftIcon", "block", "iconBlock", "variant", "round", "small", "colorOverride", "children", "ref"]);
|
|
3042
|
+
const { noRouter, rightIcon, leftIcon, block, iconBlock, variant, round, small, colorOverride, children, ref, waiting } = props, linkProps = __rest(props, ["noRouter", "rightIcon", "leftIcon", "block", "iconBlock", "variant", "round", "small", "colorOverride", "children", "ref", "waiting"]);
|
|
3043
3043
|
const theme = useThemeSafely();
|
|
3044
3044
|
const linkStyles = generateLinkStyles(props, theme);
|
|
3045
3045
|
const mainClassName = cx('omniLink', linkStyles, props.className);
|
package/index.js
CHANGED
|
@@ -3066,7 +3066,7 @@ const generateLinkStyles = (props, theme) => {
|
|
|
3066
3066
|
};
|
|
3067
3067
|
|
|
3068
3068
|
const OmniLink = (props) => {
|
|
3069
|
-
const { noRouter, rightIcon, leftIcon, block, iconBlock, variant, round, small, colorOverride, children, ref } = props, linkProps = __rest(props, ["noRouter", "rightIcon", "leftIcon", "block", "iconBlock", "variant", "round", "small", "colorOverride", "children", "ref"]);
|
|
3069
|
+
const { noRouter, rightIcon, leftIcon, block, iconBlock, variant, round, small, colorOverride, children, ref, waiting } = props, linkProps = __rest(props, ["noRouter", "rightIcon", "leftIcon", "block", "iconBlock", "variant", "round", "small", "colorOverride", "children", "ref", "waiting"]);
|
|
3070
3070
|
const theme = useThemeSafely();
|
|
3071
3071
|
const linkStyles = generateLinkStyles(props, theme);
|
|
3072
3072
|
const mainClassName = css.cx('omniLink', linkStyles, props.className);
|