jcicl 0.0.88 → 0.0.89
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/.chunks/ButtonBase.js +68 -68
- package/.chunks/DefaultPropsProvider.js +439 -439
- package/.chunks/Input.js +255 -254
- package/.chunks/Portal.js +57 -57
- package/.chunks/TransitionGroupContext.js +6 -7
- package/{composite/Accordion → Accordion}/Accordion.js +6 -6
- package/{templates/AppContainer → AppContainer}/AppContainer.js +5 -5
- package/{supercomposite/AppHeader → AppHeader}/AppHeader.js +6 -6
- package/{base/Avatar → Avatar}/Avatar.js +4 -4
- package/{base/AvatarWithImage → AvatarWithImage}/AvatarWithImage.js +3 -3
- package/{base/Button → Button}/Button.js +5 -5
- package/{base/Divider → Divider}/Divider.js +3 -3
- package/{supercomposite/EditableInfoCard → EditableInfoCard}/EditableInfoCard.js +12 -12
- package/{composite/ErrorBoundary → ErrorBoundary}/ErrorBoundary.js +3 -3
- package/{base/Flex → Flex}/Flex.js +1 -1
- package/{base/Grid → Grid}/Grid.js +1 -1
- package/{base/Icon → Icon}/Icon.js +3 -3
- package/{composite/InfoCard → InfoCard}/InfoCard.js +5 -5
- package/Input/Input.js +8 -0
- package/Input/index.js +4 -0
- package/{composite/LabeledInput → LabeledInput}/LabeledInput.js +3 -3
- package/{base/LabeledValue → LabeledValue}/LabeledValue.js +2 -2
- package/{composite/List → List}/List.js +2 -2
- package/{base/ListButton → ListButton}/ListButton.js +3 -3
- package/Loading/Loading.js +14 -0
- package/{composite/LogoLoop → LogoLoop}/LogoLoop.js +5 -5
- package/{supercomposite/Nav → Nav}/Nav.js +4 -4
- package/{base/ScrollContainer → ScrollContainer}/ScrollContainer.js +2 -2
- package/{animation/Spin → Spin}/Spin.js +2 -2
- package/{composite/Tooltip → Tooltip}/Tooltip.js +6 -6
- package/{composite/WithLabel → WithLabel}/WithLabel.js +2 -2
- package/{composite/WithLoading → WithLoading}/WithLoading.js +4 -4
- package/{animation/ZoomEntrance → ZoomEntrance}/ZoomEntrance.js +2 -2
- package/index.d.ts +25 -5
- package/index.js +4 -54
- package/package.json +1 -1
- package/animation/index.js +0 -6
- package/base/Input/Input.js +0 -8
- package/base/Input/index.js +0 -4
- package/base/Loading/Loading.js +0 -14
- package/base/index.d.ts +0 -12
- package/base/index.js +0 -26
- package/composite/index.d.ts +0 -9
- package/composite/index.js +0 -20
- package/supercomposite/index.d.ts +0 -3
- package/supercomposite/index.js +0 -8
- package/templates/index.d.ts +0 -1
- package/templates/index.js +0 -4
- /package/{composite/Accordion → Accordion}/Accordion.d.ts +0 -0
- /package/{composite/Accordion → Accordion}/index.d.ts +0 -0
- /package/{composite/Accordion → Accordion}/index.js +0 -0
- /package/{templates/AppContainer → AppContainer}/AppContainer.d.ts +0 -0
- /package/{templates/AppContainer → AppContainer}/index.d.ts +0 -0
- /package/{templates/AppContainer → AppContainer}/index.js +0 -0
- /package/{supercomposite/AppHeader → AppHeader}/AppHeader.d.ts +0 -0
- /package/{supercomposite/AppHeader → AppHeader}/index.d.ts +0 -0
- /package/{supercomposite/AppHeader → AppHeader}/index.js +0 -0
- /package/{base/Avatar → Avatar}/Avatar.d.ts +0 -0
- /package/{base/Avatar → Avatar}/index.d.ts +0 -0
- /package/{base/Avatar → Avatar}/index.js +0 -0
- /package/{base/AvatarWithImage → AvatarWithImage}/AvatarWithImage.d.ts +0 -0
- /package/{base/AvatarWithImage → AvatarWithImage}/index.d.ts +0 -0
- /package/{base/AvatarWithImage → AvatarWithImage}/index.js +0 -0
- /package/{base/Button → Button}/Button.d.ts +0 -0
- /package/{base/Button → Button}/index.d.ts +0 -0
- /package/{base/Button → Button}/index.js +0 -0
- /package/{base/Divider → Divider}/Divider.d.ts +0 -0
- /package/{base/Divider → Divider}/index.d.ts +0 -0
- /package/{base/Divider → Divider}/index.js +0 -0
- /package/{supercomposite/EditableInfoCard → EditableInfoCard}/EditableInfoCard.d.ts +0 -0
- /package/{supercomposite/EditableInfoCard → EditableInfoCard}/index.d.ts +0 -0
- /package/{supercomposite/EditableInfoCard → EditableInfoCard}/index.js +0 -0
- /package/{composite/ErrorBoundary → ErrorBoundary}/ErrorBoundary.d.ts +0 -0
- /package/{composite/ErrorBoundary → ErrorBoundary}/index.d.ts +0 -0
- /package/{composite/ErrorBoundary → ErrorBoundary}/index.js +0 -0
- /package/{base/Flex → Flex}/Flex.d.ts +0 -0
- /package/{base/Flex → Flex}/index.d.ts +0 -0
- /package/{base/Flex → Flex}/index.js +0 -0
- /package/{base/Grid → Grid}/Grid.d.ts +0 -0
- /package/{base/Grid → Grid}/index.d.ts +0 -0
- /package/{base/Grid → Grid}/index.js +0 -0
- /package/{base/Icon → Icon}/Icon.d.ts +0 -0
- /package/{base/Icon → Icon}/index.d.ts +0 -0
- /package/{base/Icon → Icon}/index.js +0 -0
- /package/{composite/InfoCard → InfoCard}/InfoCard.d.ts +0 -0
- /package/{composite/InfoCard → InfoCard}/index.d.ts +0 -0
- /package/{composite/InfoCard → InfoCard}/index.js +0 -0
- /package/{base/Input → Input}/Input.d.ts +0 -0
- /package/{base/Input → Input}/index.d.ts +0 -0
- /package/{composite/LabeledInput → LabeledInput}/LabeledInput.d.ts +0 -0
- /package/{composite/LabeledInput → LabeledInput}/index.d.ts +0 -0
- /package/{composite/LabeledInput → LabeledInput}/index.js +0 -0
- /package/{base/LabeledValue → LabeledValue}/LabeledValue.d.ts +0 -0
- /package/{base/LabeledValue → LabeledValue}/index.d.ts +0 -0
- /package/{base/LabeledValue → LabeledValue}/index.js +0 -0
- /package/{composite/List → List}/List.d.ts +0 -0
- /package/{composite/List → List}/index.d.ts +0 -0
- /package/{composite/List → List}/index.js +0 -0
- /package/{base/ListButton → ListButton}/ListButton.d.ts +0 -0
- /package/{base/ListButton → ListButton}/index.d.ts +0 -0
- /package/{base/ListButton → ListButton}/index.js +0 -0
- /package/{base/Loading → Loading}/Loading.d.ts +0 -0
- /package/{base/Loading → Loading}/index.d.ts +0 -0
- /package/{base/Loading → Loading}/index.js +0 -0
- /package/{composite/LogoLoop → LogoLoop}/LogoLoop.d.ts +0 -0
- /package/{composite/LogoLoop → LogoLoop}/index.d.ts +0 -0
- /package/{composite/LogoLoop → LogoLoop}/index.js +0 -0
- /package/{supercomposite/Nav → Nav}/Nav.d.ts +0 -0
- /package/{supercomposite/Nav → Nav}/index.d.ts +0 -0
- /package/{supercomposite/Nav → Nav}/index.js +0 -0
- /package/{base/ScrollContainer → ScrollContainer}/ScrollContainer.d.ts +0 -0
- /package/{base/ScrollContainer → ScrollContainer}/index.d.ts +0 -0
- /package/{base/ScrollContainer → ScrollContainer}/index.js +0 -0
- /package/{animation/Spin → Spin}/index.js +0 -0
- /package/{composite/Tooltip → Tooltip}/Tooltip.d.ts +0 -0
- /package/{composite/Tooltip → Tooltip}/index.d.ts +0 -0
- /package/{composite/Tooltip → Tooltip}/index.js +0 -0
- /package/{composite/WithLabel → WithLabel}/WithLabel.d.ts +0 -0
- /package/{composite/WithLabel → WithLabel}/index.d.ts +0 -0
- /package/{composite/WithLabel → WithLabel}/index.js +0 -0
- /package/{composite/WithLoading → WithLoading}/WithLoading.d.ts +0 -0
- /package/{composite/WithLoading → WithLoading}/index.d.ts +0 -0
- /package/{composite/WithLoading → WithLoading}/index.js +0 -0
- /package/{animation/ZoomEntrance → ZoomEntrance}/index.js +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as e } from "
|
|
2
|
-
import { c as r } from "
|
|
1
|
+
import { n as e } from "../.chunks/emotion-styled.browser.esm.js";
|
|
2
|
+
import { c as r } from "../.chunks/emotion-react.browser.esm.js";
|
|
3
3
|
const s = e("div")({
|
|
4
4
|
...r`
|
|
5
5
|
@keyframes open {
|
package/index.d.ts
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
1
|
+
export { default as Avatar } from './Avatar';
|
|
2
|
+
export { default as AvatarWithImage } from './AvatarWithImage';
|
|
3
|
+
export { default as Button } from './Button';
|
|
4
|
+
export { default as Divider } from './Divider';
|
|
5
|
+
export { default as Flex } from './Flex';
|
|
6
|
+
export { default as Grid } from './Grid';
|
|
7
|
+
export { default as Icon } from './Icon';
|
|
8
|
+
export { default as Input } from './Input';
|
|
9
|
+
export { default as LabeledValue } from './LabeledValue';
|
|
10
|
+
export { default as ListButton } from './ListButton';
|
|
11
|
+
export { default as Loading } from './Loading';
|
|
12
|
+
export { default as ScrollContainer } from './ScrollContainer';
|
|
13
|
+
export { default as Accordion } from './Accordion';
|
|
14
|
+
export { default as ErrorBoundary } from './ErrorBoundary';
|
|
15
|
+
export { default as InfoCard } from './InfoCard';
|
|
16
|
+
export { default as LabeledInput } from './LabeledInput';
|
|
17
|
+
export { default as List } from './List';
|
|
18
|
+
export { default as LogoLoop } from './LogoLoop';
|
|
19
|
+
export { default as Tooltip } from './Tooltip';
|
|
20
|
+
export { default as WithLabel } from './WithLabel';
|
|
21
|
+
export { default as WithLoading } from './WithLoading';
|
|
22
|
+
export { default as AppHeader } from './AppHeader';
|
|
23
|
+
export { default as EditableInfoCard } from './EditableInfoCard';
|
|
24
|
+
export { default as Nav } from './Nav';
|
|
25
|
+
export { default as AppContainer } from './AppContainer';
|
package/index.js
CHANGED
|
@@ -1,56 +1,6 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
import { default as
|
|
3
|
-
import { default as p } from "./base/Avatar/Avatar.js";
|
|
4
|
-
import { AvatarWithImage as x } from "./base/AvatarWithImage/AvatarWithImage.js";
|
|
5
|
-
import { Button as l } from "./base/Button/Button.js";
|
|
6
|
-
import { Divider as n } from "./base/Divider/Divider.js";
|
|
7
|
-
import { Flex as i } from "./base/Flex/Flex.js";
|
|
8
|
-
import { Grid as I } from "./base/Grid/Grid.js";
|
|
9
|
-
import { default as A } from "./base/Icon/Icon.js";
|
|
10
|
-
import { I as g } from "./.chunks/Input.js";
|
|
11
|
-
import { LabeledValue as C } from "./base/LabeledValue/LabeledValue.js";
|
|
12
|
-
import { default as B } from "./base/ListButton/ListButton.js";
|
|
13
|
-
import { default as W } from "./base/Loading/Loading.js";
|
|
14
|
-
import { default as y } from "./base/ScrollContainer/ScrollContainer.js";
|
|
15
|
-
import { Accordion as F } from "./composite/Accordion/Accordion.js";
|
|
16
|
-
import { default as H } from "./composite/ErrorBoundary/ErrorBoundary.js";
|
|
17
|
-
import { InfoCard as T } from "./composite/InfoCard/InfoCard.js";
|
|
18
|
-
import { LabeledInput as Z } from "./composite/LabeledInput/LabeledInput.js";
|
|
19
|
-
import { default as k } from "./composite/List/List.js";
|
|
20
|
-
import { default as w } from "./composite/LogoLoop/LogoLoop.js";
|
|
21
|
-
import { Tooltip as J } from "./composite/Tooltip/Tooltip.js";
|
|
22
|
-
import { default as M } from "./composite/WithLabel/WithLabel.js";
|
|
23
|
-
import { default as P } from "./composite/WithLoading/WithLoading.js";
|
|
24
|
-
import { default as R } from "./supercomposite/AppHeader/AppHeader.js";
|
|
25
|
-
import { EditableInfoCard as X } from "./supercomposite/EditableInfoCard/EditableInfoCard.js";
|
|
26
|
-
import { Nav as _ } from "./supercomposite/Nav/Nav.js";
|
|
27
|
-
import { default as oo } from "./templates/AppContainer/AppContainer.js";
|
|
1
|
+
import { default as e } from "./Spin/Spin.js";
|
|
2
|
+
import { default as t } from "./ZoomEntrance/ZoomEntrance.js";
|
|
28
3
|
export {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
R as AppHeader,
|
|
32
|
-
p as Avatar,
|
|
33
|
-
x as AvatarWithImage,
|
|
34
|
-
l as Button,
|
|
35
|
-
n as Divider,
|
|
36
|
-
X as EditableInfoCard,
|
|
37
|
-
H as ErrorBoundary,
|
|
38
|
-
i as Flex,
|
|
39
|
-
I as Grid,
|
|
40
|
-
A as Icon,
|
|
41
|
-
T as InfoCard,
|
|
42
|
-
g as Input,
|
|
43
|
-
Z as LabeledInput,
|
|
44
|
-
C as LabeledValue,
|
|
45
|
-
k as List,
|
|
46
|
-
B as ListButton,
|
|
47
|
-
W as Loading,
|
|
48
|
-
w as LogoLoop,
|
|
49
|
-
_ as Nav,
|
|
50
|
-
y as ScrollContainer,
|
|
51
|
-
t as Spin,
|
|
52
|
-
J as Tooltip,
|
|
53
|
-
M as WithLabel,
|
|
54
|
-
P as WithLoading,
|
|
55
|
-
a as ZoomEntrance
|
|
4
|
+
e as Spin,
|
|
5
|
+
t as ZoomEntrance
|
|
56
6
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jcicl",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.89",
|
|
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",
|
package/animation/index.js
DELETED
package/base/Input/Input.js
DELETED
package/base/Input/index.js
DELETED
package/base/Loading/Loading.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { n as s } from "../../.chunks/emotion-styled.browser.esm.js";
|
|
3
|
-
import { c as t } from "../../.chunks/emotion-react.browser.esm.js";
|
|
4
|
-
import e from "../../theme.js";
|
|
5
|
-
import { C as m } from "../../.chunks/CircularProgress.js";
|
|
6
|
-
const i = s(m)(({ styles: r }) => ({
|
|
7
|
-
...t`
|
|
8
|
-
color: ${e.colors.green};
|
|
9
|
-
${r};
|
|
10
|
-
`
|
|
11
|
-
})), p = ({ ...r }) => /* @__PURE__ */ o(i, { size: 47, ...r });
|
|
12
|
-
export {
|
|
13
|
-
p as default
|
|
14
|
-
};
|
package/base/index.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export { default as Avatar } from './Avatar';
|
|
2
|
-
export { default as AvatarWithImage } from './AvatarWithImage';
|
|
3
|
-
export { default as Button } from './Button';
|
|
4
|
-
export { default as Divider } from './Divider';
|
|
5
|
-
export { default as Flex } from './Flex';
|
|
6
|
-
export { default as Grid } from './Grid';
|
|
7
|
-
export { default as Icon } from './Icon';
|
|
8
|
-
export { default as Input } from './Input';
|
|
9
|
-
export { default as LabeledValue } from './LabeledValue';
|
|
10
|
-
export { default as ListButton } from './ListButton';
|
|
11
|
-
export { default as Loading } from './Loading';
|
|
12
|
-
export { default as ScrollContainer } from './ScrollContainer';
|
package/base/index.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { default as t } from "./Avatar/Avatar.js";
|
|
2
|
-
import { AvatarWithImage as a } from "./AvatarWithImage/AvatarWithImage.js";
|
|
3
|
-
import { Button as m } from "./Button/Button.js";
|
|
4
|
-
import { Divider as x } from "./Divider/Divider.js";
|
|
5
|
-
import { Flex as d } from "./Flex/Flex.js";
|
|
6
|
-
import { Grid as i } from "./Grid/Grid.js";
|
|
7
|
-
import { default as s } from "./Icon/Icon.js";
|
|
8
|
-
import { I as v } from "../.chunks/Input.js";
|
|
9
|
-
import { LabeledValue as c } from "./LabeledValue/LabeledValue.js";
|
|
10
|
-
import { default as A } from "./ListButton/ListButton.js";
|
|
11
|
-
import { default as b } from "./Loading/Loading.js";
|
|
12
|
-
import { default as C } from "./ScrollContainer/ScrollContainer.js";
|
|
13
|
-
export {
|
|
14
|
-
t as Avatar,
|
|
15
|
-
a as AvatarWithImage,
|
|
16
|
-
m as Button,
|
|
17
|
-
x as Divider,
|
|
18
|
-
d as Flex,
|
|
19
|
-
i as Grid,
|
|
20
|
-
s as Icon,
|
|
21
|
-
v as Input,
|
|
22
|
-
c as LabeledValue,
|
|
23
|
-
A as ListButton,
|
|
24
|
-
b as Loading,
|
|
25
|
-
C as ScrollContainer
|
|
26
|
-
};
|
package/composite/index.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { default as Accordion } from './Accordion';
|
|
2
|
-
export { default as ErrorBoundary } from './ErrorBoundary';
|
|
3
|
-
export { default as InfoCard } from './InfoCard';
|
|
4
|
-
export { default as LabeledInput } from './LabeledInput';
|
|
5
|
-
export { default as List } from './List';
|
|
6
|
-
export { default as LogoLoop } from './LogoLoop';
|
|
7
|
-
export { default as Tooltip } from './Tooltip';
|
|
8
|
-
export { default as WithLabel } from './WithLabel';
|
|
9
|
-
export { default as WithLoading } from './WithLoading';
|
package/composite/index.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Accordion as t } from "./Accordion/Accordion.js";
|
|
2
|
-
import { default as a } from "./ErrorBoundary/ErrorBoundary.js";
|
|
3
|
-
import { InfoCard as p } from "./InfoCard/InfoCard.js";
|
|
4
|
-
import { LabeledInput as m } from "./LabeledInput/LabeledInput.js";
|
|
5
|
-
import { default as l } from "./List/List.js";
|
|
6
|
-
import { default as i } from "./LogoLoop/LogoLoop.js";
|
|
7
|
-
import { Tooltip as L } from "./Tooltip/Tooltip.js";
|
|
8
|
-
import { default as b } from "./WithLabel/WithLabel.js";
|
|
9
|
-
import { default as g } from "./WithLoading/WithLoading.js";
|
|
10
|
-
export {
|
|
11
|
-
t as Accordion,
|
|
12
|
-
a as ErrorBoundary,
|
|
13
|
-
p as InfoCard,
|
|
14
|
-
m as LabeledInput,
|
|
15
|
-
l as List,
|
|
16
|
-
i as LogoLoop,
|
|
17
|
-
L as Tooltip,
|
|
18
|
-
b as WithLabel,
|
|
19
|
-
g as WithLoading
|
|
20
|
-
};
|
package/supercomposite/index.js
DELETED
package/templates/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as AppContainer } from './AppContainer';
|
package/templates/index.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|