jcicl 0.0.51 → 0.0.52

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,5 @@
1
1
  import { CircularProgressProps } from '@mui/material/CircularProgress';
2
2
  export interface LoadingProps extends CircularProgressProps {
3
- loading: boolean;
4
3
  }
5
4
  declare const WithLoading: React.FC<LoadingProps>;
6
5
  export default WithLoading;
@@ -7,7 +7,7 @@ const m = s(i)({
7
7
  ...t`
8
8
  color: ${e.colors.green};
9
9
  `
10
- }), g = ({ loading: a, ...r }) => /* @__PURE__ */ o(m, { size: 47, ...r });
10
+ }), p = ({ ...r }) => /* @__PURE__ */ o(m, { size: 47, ...r });
11
11
  export {
12
- g as default
12
+ p as default
13
13
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jcicl",
3
3
  "private": false,
4
- "version": "0.0.51",
4
+ "version": "0.0.52",
5
5
  "description": "Component library for the websites of Johnson County Iowa",
6
6
  "license": "MIT",
7
7
  "homepage": "https://devops.jc.net/JCIT/Business%20Solutions%20Delivery/_git/JCComponentLibrary?path=%2FREADME.md&version=GBmaster",