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.
Files changed (124) hide show
  1. package/.chunks/ButtonBase.js +68 -68
  2. package/.chunks/DefaultPropsProvider.js +439 -439
  3. package/.chunks/Input.js +255 -254
  4. package/.chunks/Portal.js +57 -57
  5. package/.chunks/TransitionGroupContext.js +6 -7
  6. package/{composite/Accordion → Accordion}/Accordion.js +6 -6
  7. package/{templates/AppContainer → AppContainer}/AppContainer.js +5 -5
  8. package/{supercomposite/AppHeader → AppHeader}/AppHeader.js +6 -6
  9. package/{base/Avatar → Avatar}/Avatar.js +4 -4
  10. package/{base/AvatarWithImage → AvatarWithImage}/AvatarWithImage.js +3 -3
  11. package/{base/Button → Button}/Button.js +5 -5
  12. package/{base/Divider → Divider}/Divider.js +3 -3
  13. package/{supercomposite/EditableInfoCard → EditableInfoCard}/EditableInfoCard.js +12 -12
  14. package/{composite/ErrorBoundary → ErrorBoundary}/ErrorBoundary.js +3 -3
  15. package/{base/Flex → Flex}/Flex.js +1 -1
  16. package/{base/Grid → Grid}/Grid.js +1 -1
  17. package/{base/Icon → Icon}/Icon.js +3 -3
  18. package/{composite/InfoCard → InfoCard}/InfoCard.js +5 -5
  19. package/Input/Input.js +8 -0
  20. package/Input/index.js +4 -0
  21. package/{composite/LabeledInput → LabeledInput}/LabeledInput.js +3 -3
  22. package/{base/LabeledValue → LabeledValue}/LabeledValue.js +2 -2
  23. package/{composite/List → List}/List.js +2 -2
  24. package/{base/ListButton → ListButton}/ListButton.js +3 -3
  25. package/Loading/Loading.js +14 -0
  26. package/{composite/LogoLoop → LogoLoop}/LogoLoop.js +5 -5
  27. package/{supercomposite/Nav → Nav}/Nav.js +4 -4
  28. package/{base/ScrollContainer → ScrollContainer}/ScrollContainer.js +2 -2
  29. package/{animation/Spin → Spin}/Spin.js +2 -2
  30. package/{composite/Tooltip → Tooltip}/Tooltip.js +6 -6
  31. package/{composite/WithLabel → WithLabel}/WithLabel.js +2 -2
  32. package/{composite/WithLoading → WithLoading}/WithLoading.js +4 -4
  33. package/{animation/ZoomEntrance → ZoomEntrance}/ZoomEntrance.js +2 -2
  34. package/index.d.ts +25 -5
  35. package/index.js +4 -54
  36. package/package.json +1 -1
  37. package/animation/index.js +0 -6
  38. package/base/Input/Input.js +0 -8
  39. package/base/Input/index.js +0 -4
  40. package/base/Loading/Loading.js +0 -14
  41. package/base/index.d.ts +0 -12
  42. package/base/index.js +0 -26
  43. package/composite/index.d.ts +0 -9
  44. package/composite/index.js +0 -20
  45. package/supercomposite/index.d.ts +0 -3
  46. package/supercomposite/index.js +0 -8
  47. package/templates/index.d.ts +0 -1
  48. package/templates/index.js +0 -4
  49. /package/{composite/Accordion → Accordion}/Accordion.d.ts +0 -0
  50. /package/{composite/Accordion → Accordion}/index.d.ts +0 -0
  51. /package/{composite/Accordion → Accordion}/index.js +0 -0
  52. /package/{templates/AppContainer → AppContainer}/AppContainer.d.ts +0 -0
  53. /package/{templates/AppContainer → AppContainer}/index.d.ts +0 -0
  54. /package/{templates/AppContainer → AppContainer}/index.js +0 -0
  55. /package/{supercomposite/AppHeader → AppHeader}/AppHeader.d.ts +0 -0
  56. /package/{supercomposite/AppHeader → AppHeader}/index.d.ts +0 -0
  57. /package/{supercomposite/AppHeader → AppHeader}/index.js +0 -0
  58. /package/{base/Avatar → Avatar}/Avatar.d.ts +0 -0
  59. /package/{base/Avatar → Avatar}/index.d.ts +0 -0
  60. /package/{base/Avatar → Avatar}/index.js +0 -0
  61. /package/{base/AvatarWithImage → AvatarWithImage}/AvatarWithImage.d.ts +0 -0
  62. /package/{base/AvatarWithImage → AvatarWithImage}/index.d.ts +0 -0
  63. /package/{base/AvatarWithImage → AvatarWithImage}/index.js +0 -0
  64. /package/{base/Button → Button}/Button.d.ts +0 -0
  65. /package/{base/Button → Button}/index.d.ts +0 -0
  66. /package/{base/Button → Button}/index.js +0 -0
  67. /package/{base/Divider → Divider}/Divider.d.ts +0 -0
  68. /package/{base/Divider → Divider}/index.d.ts +0 -0
  69. /package/{base/Divider → Divider}/index.js +0 -0
  70. /package/{supercomposite/EditableInfoCard → EditableInfoCard}/EditableInfoCard.d.ts +0 -0
  71. /package/{supercomposite/EditableInfoCard → EditableInfoCard}/index.d.ts +0 -0
  72. /package/{supercomposite/EditableInfoCard → EditableInfoCard}/index.js +0 -0
  73. /package/{composite/ErrorBoundary → ErrorBoundary}/ErrorBoundary.d.ts +0 -0
  74. /package/{composite/ErrorBoundary → ErrorBoundary}/index.d.ts +0 -0
  75. /package/{composite/ErrorBoundary → ErrorBoundary}/index.js +0 -0
  76. /package/{base/Flex → Flex}/Flex.d.ts +0 -0
  77. /package/{base/Flex → Flex}/index.d.ts +0 -0
  78. /package/{base/Flex → Flex}/index.js +0 -0
  79. /package/{base/Grid → Grid}/Grid.d.ts +0 -0
  80. /package/{base/Grid → Grid}/index.d.ts +0 -0
  81. /package/{base/Grid → Grid}/index.js +0 -0
  82. /package/{base/Icon → Icon}/Icon.d.ts +0 -0
  83. /package/{base/Icon → Icon}/index.d.ts +0 -0
  84. /package/{base/Icon → Icon}/index.js +0 -0
  85. /package/{composite/InfoCard → InfoCard}/InfoCard.d.ts +0 -0
  86. /package/{composite/InfoCard → InfoCard}/index.d.ts +0 -0
  87. /package/{composite/InfoCard → InfoCard}/index.js +0 -0
  88. /package/{base/Input → Input}/Input.d.ts +0 -0
  89. /package/{base/Input → Input}/index.d.ts +0 -0
  90. /package/{composite/LabeledInput → LabeledInput}/LabeledInput.d.ts +0 -0
  91. /package/{composite/LabeledInput → LabeledInput}/index.d.ts +0 -0
  92. /package/{composite/LabeledInput → LabeledInput}/index.js +0 -0
  93. /package/{base/LabeledValue → LabeledValue}/LabeledValue.d.ts +0 -0
  94. /package/{base/LabeledValue → LabeledValue}/index.d.ts +0 -0
  95. /package/{base/LabeledValue → LabeledValue}/index.js +0 -0
  96. /package/{composite/List → List}/List.d.ts +0 -0
  97. /package/{composite/List → List}/index.d.ts +0 -0
  98. /package/{composite/List → List}/index.js +0 -0
  99. /package/{base/ListButton → ListButton}/ListButton.d.ts +0 -0
  100. /package/{base/ListButton → ListButton}/index.d.ts +0 -0
  101. /package/{base/ListButton → ListButton}/index.js +0 -0
  102. /package/{base/Loading → Loading}/Loading.d.ts +0 -0
  103. /package/{base/Loading → Loading}/index.d.ts +0 -0
  104. /package/{base/Loading → Loading}/index.js +0 -0
  105. /package/{composite/LogoLoop → LogoLoop}/LogoLoop.d.ts +0 -0
  106. /package/{composite/LogoLoop → LogoLoop}/index.d.ts +0 -0
  107. /package/{composite/LogoLoop → LogoLoop}/index.js +0 -0
  108. /package/{supercomposite/Nav → Nav}/Nav.d.ts +0 -0
  109. /package/{supercomposite/Nav → Nav}/index.d.ts +0 -0
  110. /package/{supercomposite/Nav → Nav}/index.js +0 -0
  111. /package/{base/ScrollContainer → ScrollContainer}/ScrollContainer.d.ts +0 -0
  112. /package/{base/ScrollContainer → ScrollContainer}/index.d.ts +0 -0
  113. /package/{base/ScrollContainer → ScrollContainer}/index.js +0 -0
  114. /package/{animation/Spin → Spin}/index.js +0 -0
  115. /package/{composite/Tooltip → Tooltip}/Tooltip.d.ts +0 -0
  116. /package/{composite/Tooltip → Tooltip}/index.d.ts +0 -0
  117. /package/{composite/Tooltip → Tooltip}/index.js +0 -0
  118. /package/{composite/WithLabel → WithLabel}/WithLabel.d.ts +0 -0
  119. /package/{composite/WithLabel → WithLabel}/index.d.ts +0 -0
  120. /package/{composite/WithLabel → WithLabel}/index.js +0 -0
  121. /package/{composite/WithLoading → WithLoading}/WithLoading.d.ts +0 -0
  122. /package/{composite/WithLoading → WithLoading}/index.d.ts +0 -0
  123. /package/{composite/WithLoading → WithLoading}/index.js +0 -0
  124. /package/{animation/ZoomEntrance → ZoomEntrance}/index.js +0 -0
@@ -1,5 +1,5 @@
1
- import { n as e } from "../../.chunks/emotion-styled.browser.esm.js";
2
- import { c as r } from "../../.chunks/emotion-react.browser.esm.js";
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 { Spin, ZoomEntrance } from './animation';
2
- export { Avatar, AvatarWithImage, Button, Divider, Flex, Grid, Icon, Input, LabeledValue, ListButton, Loading, ScrollContainer, } from './base';
3
- export { Accordion, ErrorBoundary, InfoCard, LabeledInput, List, LogoLoop, Tooltip, WithLabel, WithLoading, } from './composite';
4
- export { AppHeader, EditableInfoCard, Nav } from './supercomposite';
5
- export { AppContainer } from './templates';
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 t } from "./animation/Spin/Spin.js";
2
- import { default as a } from "./animation/ZoomEntrance/ZoomEntrance.js";
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
- F as Accordion,
30
- oo as AppContainer,
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.88",
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",
@@ -1,6 +0,0 @@
1
- import { default as e } from "./Spin/Spin.js";
2
- import { default as t } from "./ZoomEntrance/ZoomEntrance.js";
3
- export {
4
- e as Spin,
5
- t as ZoomEntrance
6
- };
@@ -1,8 +0,0 @@
1
- import "react/jsx-runtime";
2
- import "../../.chunks/emotion-styled.browser.esm.js";
3
- import "../../theme.js";
4
- import { I as a, I as i } from "../../.chunks/Input.js";
5
- export {
6
- a as Input,
7
- i as default
8
- };
@@ -1,4 +0,0 @@
1
- import { I as f } from "../../.chunks/Input.js";
2
- export {
3
- f as default
4
- };
@@ -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
- };
@@ -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';
@@ -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
- };
@@ -1,3 +0,0 @@
1
- export { default as AppHeader } from './AppHeader';
2
- export { default as EditableInfoCard } from './EditableInfoCard';
3
- export { default as Nav } from './Nav';
@@ -1,8 +0,0 @@
1
- import { default as o } from "./AppHeader/AppHeader.js";
2
- import { EditableInfoCard as f } from "./EditableInfoCard/EditableInfoCard.js";
3
- import { Nav as t } from "./Nav/Nav.js";
4
- export {
5
- o as AppHeader,
6
- f as EditableInfoCard,
7
- t as Nav
8
- };
@@ -1 +0,0 @@
1
- export { default as AppContainer } from './AppContainer';
@@ -1,4 +0,0 @@
1
- import { default as o } from "./AppContainer/AppContainer.js";
2
- export {
3
- o as AppContainer
4
- };
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