jcicl 0.0.221 → 0.0.223

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,5 +1,5 @@
1
1
  import { PropsWithChildren } from 'react';
2
- import { AppContainerProps } from '../../../../../../../../../../src/components/templates/AppContainer';
2
+ import { AppContainerProps } from '../../../../../../../../../src/components/templates/AppContainer';
3
3
  export declare const PageWrapper: import('@emotion/styled').StyledComponent<{
4
4
  theme?: import('@emotion/react').Theme;
5
5
  as?: React.ElementType;
@@ -1,11 +1,11 @@
1
1
  import { jsx as c, jsxs as b } from "react/jsx-runtime";
2
2
  import { useState as y } from "react";
3
- import { n as d } from "../../.chunks/emotion-styled.browser.esm.js";
4
- import { c as n } from "../../.chunks/emotion-react.browser.esm.js";
5
- import o from "../../theme.js";
6
- import { u as x, A as k } from "../../.chunks/AppContainer.js";
7
- import f from "../../WithLoading/WithLoading.js";
8
- import { Fade as C } from "../../Overlays/Overlays.js";
3
+ import { n as d } from "../.chunks/emotion-styled.browser.esm.js";
4
+ import { c as n } from "../.chunks/emotion-react.browser.esm.js";
5
+ import o from "../theme.js";
6
+ import { u as x, A as k } from "../.chunks/AppContainer.js";
7
+ import f from "../WithLoading/WithLoading.js";
8
+ import { Fade as C } from "../Overlays/Overlays.js";
9
9
  const w = ["loading", "hasPagination", "loadingColor"], p = d("div", { shouldForwardProp: (r) => !w.includes(r) })(({ loading: r, hasPagination: e, loadingColor: l = o.colors.green }) => ({
10
10
  ...n`
11
11
  color: ${o.colors.midnight};
@@ -0,0 +1 @@
1
+ export { default as DefaultTemplate, type DefaultTemplateProps } from './DefaultTemplate';
@@ -0,0 +1,4 @@
1
+ import { default as t } from "./DefaultTemplate.js";
2
+ export {
3
+ t as DefaultTemplate
4
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jcicl",
3
3
  "private": false,
4
- "version": "0.0.221",
4
+ "version": "0.0.223",
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",