@oc-digital/react-component-library 7.2.4 → 7.2.5-beta.0

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 (142) hide show
  1. package/build/Alert/Alert.js +43 -0
  2. package/build/Alert/Alert.js.map +1 -0
  3. package/build/Alert/Alert.types.js +2 -0
  4. package/build/Alert/Alert.types.js.map +1 -0
  5. package/build/AlphabeticalList/AlphabeticalList.js +81 -0
  6. package/build/AlphabeticalList/AlphabeticalList.js.map +1 -0
  7. package/build/AlphabeticalList/AlphabeticalList.types.js +2 -0
  8. package/build/AlphabeticalList/AlphabeticalList.types.js.map +1 -0
  9. package/build/Breadcrumbs/Breadcrumbs.js +137 -0
  10. package/build/Breadcrumbs/Breadcrumbs.js.map +1 -0
  11. package/build/Breadcrumbs/Breadcrumbs.types.js +2 -0
  12. package/build/Breadcrumbs/Breadcrumbs.types.js.map +1 -0
  13. package/build/Button/Button.js +54 -0
  14. package/build/Button/Button.js.map +1 -0
  15. package/build/Button/Button.types.js +2 -0
  16. package/build/Button/Button.types.js.map +1 -0
  17. package/build/ButtonWithConfirm/ButtonWithConfirm.js +66 -0
  18. package/build/ButtonWithConfirm/ButtonWithConfirm.js.map +1 -0
  19. package/build/ButtonWithConfirm/ButtonWithConfirm.types.js +2 -0
  20. package/build/ButtonWithConfirm/ButtonWithConfirm.types.js.map +1 -0
  21. package/build/ContentBox/ContentBox.js +22 -0
  22. package/build/ContentBox/ContentBox.js.map +1 -0
  23. package/build/ContentBox/ContentBox.types.js +2 -0
  24. package/build/ContentBox/ContentBox.types.js.map +1 -0
  25. package/build/ContentLabel/ContentLabel.js +10 -0
  26. package/build/ContentLabel/ContentLabel.js.map +1 -0
  27. package/build/ContentLabel/ContentLabel.types.js +2 -0
  28. package/build/ContentLabel/ContentLabel.types.js.map +1 -0
  29. package/build/DatePicker/DatePicker.js +40 -0
  30. package/build/DatePicker/DatePicker.js.map +1 -0
  31. package/build/DatePicker/DatePicker.types.js +2 -0
  32. package/build/DatePicker/DatePicker.types.js.map +1 -0
  33. package/build/EditableTable/EditableTable.js +434 -0
  34. package/build/EditableTable/EditableTable.js.map +1 -0
  35. package/build/EditableTable/EditableTable.types.js +2 -0
  36. package/build/EditableTable/EditableTable.types.js.map +1 -0
  37. package/build/EditableTable/defaultCells.js +166 -0
  38. package/build/EditableTable/defaultCells.js.map +1 -0
  39. package/build/EntityList/EntityList.js +54 -0
  40. package/build/EntityList/EntityList.js.map +1 -0
  41. package/build/EntityList/EntityList.types.js +2 -0
  42. package/build/EntityList/EntityList.types.js.map +1 -0
  43. package/build/ErrorIndicator/ErrorIndicator.js +24 -0
  44. package/build/ErrorIndicator/ErrorIndicator.js.map +1 -0
  45. package/build/ErrorIndicator/ErrorIndicator.types.js +2 -0
  46. package/build/ErrorIndicator/ErrorIndicator.types.js.map +1 -0
  47. package/build/ImageDisplayAndUpload/ImageDisplayAndUpload.js +309 -0
  48. package/build/ImageDisplayAndUpload/ImageDisplayAndUpload.js.map +1 -0
  49. package/build/ImageDisplayAndUpload/ImageDisplayAndUpload.types.js +2 -0
  50. package/build/ImageDisplayAndUpload/ImageDisplayAndUpload.types.js.map +1 -0
  51. package/build/KeyboardDatePicker/KeyboardDatePicker.js +40 -0
  52. package/build/KeyboardDatePicker/KeyboardDatePicker.js.map +1 -0
  53. package/build/KeyboardDatePicker/KeyboardDatePicker.types.js +2 -0
  54. package/build/KeyboardDatePicker/KeyboardDatePicker.types.js.map +1 -0
  55. package/build/LeftNavigation/LeftNavigation.js +47 -0
  56. package/build/LeftNavigation/LeftNavigation.js.map +1 -0
  57. package/build/LeftNavigation/LeftNavigation.types.js +2 -0
  58. package/build/LeftNavigation/LeftNavigation.types.js.map +1 -0
  59. package/build/LeftNavigation/NavListItem.js +138 -0
  60. package/build/LeftNavigation/NavListItem.js.map +1 -0
  61. package/build/LeftNavigation/PrimaryLeftNavigation.js +111 -0
  62. package/build/LeftNavigation/PrimaryLeftNavigation.js.map +1 -0
  63. package/build/LeftNavigation/SecondaryLeftNavigation.js +98 -0
  64. package/build/LeftNavigation/SecondaryLeftNavigation.js.map +1 -0
  65. package/build/LoadingSpinner/LoadingSpinner.js +23 -0
  66. package/build/LoadingSpinner/LoadingSpinner.js.map +1 -0
  67. package/build/LoadingSpinner/LoadingSpinner.types.js +2 -0
  68. package/build/LoadingSpinner/LoadingSpinner.types.js.map +1 -0
  69. package/build/MainLayout/MainLayout.js +37 -0
  70. package/build/MainLayout/MainLayout.js.map +1 -0
  71. package/build/MainLayout/MainLayout.types.js +2 -0
  72. package/build/MainLayout/MainLayout.types.js.map +1 -0
  73. package/build/NavbarLayout/Navbar.js +104 -0
  74. package/build/NavbarLayout/Navbar.js.map +1 -0
  75. package/build/NavbarLayout/NavbarLayout.d.ts +3 -1
  76. package/build/NavbarLayout/NavbarLayout.js +56 -0
  77. package/build/NavbarLayout/NavbarLayout.js.map +1 -0
  78. package/build/NavbarLayout/constants.d.ts +1 -0
  79. package/build/NavbarLayout/index.js +2 -0
  80. package/build/NavbarLayout/index.js.map +1 -0
  81. package/build/SearchBar/SearchBar.js +77 -0
  82. package/build/SearchBar/SearchBar.js.map +1 -0
  83. package/build/SearchBar/SearchBar.types.js +2 -0
  84. package/build/SearchBar/SearchBar.types.js.map +1 -0
  85. package/build/Select/Select.js +69 -0
  86. package/build/Select/Select.js.map +1 -0
  87. package/build/Select/Select.types.js +2 -0
  88. package/build/Select/Select.types.js.map +1 -0
  89. package/build/StaticTable/StaticTable.js +152 -0
  90. package/build/StaticTable/StaticTable.js.map +1 -0
  91. package/build/StaticTable/StaticTable.types.js +2 -0
  92. package/build/StaticTable/StaticTable.types.js.map +1 -0
  93. package/build/SvgComponents/ContainedPartnersLogo.js +10 -0
  94. package/build/SvgComponents/ContainedPartnersLogo.js.map +1 -0
  95. package/build/SvgComponents/HomeSvg.js +16 -0
  96. package/build/SvgComponents/HomeSvg.js.map +1 -0
  97. package/build/SvgComponents/NovelLogoSvg.js +97 -0
  98. package/build/SvgComponents/NovelLogoSvg.js.map +1 -0
  99. package/build/SvgComponents/OrganisationList.js +103 -0
  100. package/build/SvgComponents/OrganisationList.js.map +1 -0
  101. package/build/SvgComponents/ProjectsSvg.js +18 -0
  102. package/build/SvgComponents/ProjectsSvg.js.map +1 -0
  103. package/build/SvgComponents/index.js +6 -0
  104. package/build/SvgComponents/index.js.map +1 -0
  105. package/build/SvgComponents/types.js +2 -0
  106. package/build/SvgComponents/types.js.map +1 -0
  107. package/build/TextField/TextField.js +66 -0
  108. package/build/TextField/TextField.js.map +1 -0
  109. package/build/TextField/TextField.types.js +2 -0
  110. package/build/TextField/TextField.types.js.map +1 -0
  111. package/build/ThemeProvider/index.d.ts +2 -2
  112. package/build/globals/index.js +27 -0
  113. package/build/globals/index.js.map +1 -0
  114. package/build/hooks/index.js +4 -0
  115. package/build/hooks/index.js.map +1 -0
  116. package/build/hooks/useDebounceEffect.js +12 -0
  117. package/build/hooks/useDebounceEffect.js.map +1 -0
  118. package/build/hooks/useInterval.js +19 -0
  119. package/build/hooks/useInterval.js.map +1 -0
  120. package/build/hooks/useWhyDidYouUpdate.js +43 -0
  121. package/build/hooks/useWhyDidYouUpdate.js.map +1 -0
  122. package/build/index.js +1 -1
  123. package/build/index.js.map +1 -1
  124. package/build/styles/font.js +19 -0
  125. package/build/styles/font.js.map +1 -0
  126. package/build/styles/index.js +4 -0
  127. package/build/styles/index.js.map +1 -0
  128. package/build/styles/layout.js +81 -0
  129. package/build/styles/layout.js.map +1 -0
  130. package/build/styles/spacing.js +50 -0
  131. package/build/styles/spacing.js.map +1 -0
  132. package/build/utils/index.js +14 -0
  133. package/build/utils/index.js.map +1 -0
  134. package/package.json +1 -1
  135. package/build/AutoSave/Select/AutoSave.d.ts +0 -3
  136. package/build/AutoSave/Text/AutoSave.d.ts +0 -3
  137. package/build/EditableTable/components/styled/Checkbox.d.ts +0 -5
  138. package/build/EditableTable/components/styled/CheckboxLabel.d.ts +0 -5
  139. package/build/EditableTable/components/styled/Input.d.ts +0 -5
  140. package/build/EditableTable/components/styled/InputWrapper.d.ts +0 -5
  141. package/build/EditableTable/components/styled/SmallError.d.ts +0 -5
  142. package/build/styles/theme.d.ts +0 -1
@@ -0,0 +1,19 @@
1
+ import { makeStyles } from "@material-ui/core";
2
+ export var useFontStyles = makeStyles(function (theme) { return ({
3
+ boldText: {
4
+ fontWeight: 700,
5
+ },
6
+ bolderText: {
7
+ fontWeight: 500,
8
+ },
9
+ smallText: {
10
+ fontSize: "0.7rem",
11
+ },
12
+ warningColor: {
13
+ color: theme.palette.warning.main,
14
+ },
15
+ centerText: {
16
+ textAlign: "center",
17
+ },
18
+ }); }, { classNamePrefix: "font" });
19
+ //# sourceMappingURL=font.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"font.js","sourceRoot":"","sources":["../../src/styles/font.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C,MAAM,CAAC,IAAM,aAAa,GAAG,UAAU,CACrC,UAAC,KAAK,IAAK,OAAA,CAAC;IACV,QAAQ,EAAE;QACR,UAAU,EAAE,GAAG;KAChB;IACD,UAAU,EAAE;QACV,UAAU,EAAE,GAAG;KAChB;IACD,SAAS,EAAE;QACT,QAAQ,EAAE,QAAQ;KACnB;IACD,YAAY,EAAE;QACZ,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;KAClC;IACD,UAAU,EAAE;QACV,SAAS,EAAE,QAAQ;KACpB;CACF,CAAC,EAhBS,CAgBT,EACF,EAAE,eAAe,EAAE,MAAM,EAAE,CAC5B,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from "./spacing";
2
+ export * from "./font";
3
+ export * from "./layout";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/styles/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC"}
@@ -0,0 +1,81 @@
1
+ import { makeStyles } from "@material-ui/core";
2
+ import { BORDER_RADIUS, ONE_REM, THREE_REM } from "../globals";
3
+ export var useLayoutStyles = makeStyles({
4
+ contentBox: {
5
+ background: "white",
6
+ borderRadius: BORDER_RADIUS,
7
+ marginBottom: ONE_REM,
8
+ padding: THREE_REM,
9
+ },
10
+ limitWidth60rem: {
11
+ maxWidth: "60rem",
12
+ marginLeft: "auto",
13
+ marginRight: "auto",
14
+ },
15
+ limitWidth50rem: {
16
+ maxWidth: "50rem",
17
+ marginLeft: "auto",
18
+ marginRight: "auto",
19
+ },
20
+ limitWidth45rem: {
21
+ maxWidth: "45rem",
22
+ marginLeft: "auto",
23
+ marginRight: "auto",
24
+ },
25
+ limitWidth40rem: {
26
+ maxWidth: "40rem",
27
+ marginLeft: "auto",
28
+ marginRight: "auto",
29
+ },
30
+ limitWidth35rem: {
31
+ maxWidth: "35rem",
32
+ marginLeft: "auto",
33
+ marginRight: "auto",
34
+ },
35
+ limitWidth30rem: {
36
+ maxWidth: "30rem",
37
+ marginLeft: "auto",
38
+ marginRight: "auto",
39
+ },
40
+ limitWidth25rem: {
41
+ maxWidth: "25rem",
42
+ marginLeft: "auto",
43
+ marginRight: "auto",
44
+ },
45
+ centeredText: {
46
+ textAlign: "center",
47
+ },
48
+ startAlignedText: {
49
+ textAlign: "start",
50
+ },
51
+ width20: {
52
+ width: "20%",
53
+ },
54
+ width49: {
55
+ width: "49%",
56
+ },
57
+ width50: {
58
+ width: "50%",
59
+ },
60
+ width60: {
61
+ width: "60%",
62
+ },
63
+ width100: {
64
+ width: "100%",
65
+ },
66
+ flexCenter: {
67
+ display: "flex",
68
+ alignItems: "center",
69
+ justifyContent: "center",
70
+ },
71
+ centerJustify: {
72
+ justifyContent: "center",
73
+ },
74
+ leftJustify: {
75
+ justifyContent: "left",
76
+ },
77
+ rightJustify: {
78
+ justifyContent: "right",
79
+ },
80
+ }, { classNamePrefix: "layout", index: 2 });
81
+ //# sourceMappingURL=layout.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layout.js","sourceRoot":"","sources":["../../src/styles/layout.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAE/D,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC;IACE,UAAU,EAAE;QACV,UAAU,EAAE,OAAO;QACnB,YAAY,EAAE,aAAa;QAC3B,YAAY,EAAE,OAAO;QACrB,OAAO,EAAE,SAAS;KACnB;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,OAAO;QACjB,UAAU,EAAE,MAAM;QAClB,WAAW,EAAE,MAAM;KACpB;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,OAAO;QACjB,UAAU,EAAE,MAAM;QAClB,WAAW,EAAE,MAAM;KACpB;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,OAAO;QACjB,UAAU,EAAE,MAAM;QAClB,WAAW,EAAE,MAAM;KACpB;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,OAAO;QACjB,UAAU,EAAE,MAAM;QAClB,WAAW,EAAE,MAAM;KACpB;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,OAAO;QACjB,UAAU,EAAE,MAAM;QAClB,WAAW,EAAE,MAAM;KACpB;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,OAAO;QACjB,UAAU,EAAE,MAAM;QAClB,WAAW,EAAE,MAAM;KACpB;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,OAAO;QACjB,UAAU,EAAE,MAAM;QAClB,WAAW,EAAE,MAAM;KACpB;IACD,YAAY,EAAE;QACZ,SAAS,EAAE,QAAQ;KACpB;IACD,gBAAgB,EAAE;QAChB,SAAS,EAAE,OAAO;KACnB;IACD,OAAO,EAAE;QACP,KAAK,EAAE,KAAK;KACb;IACD,OAAO,EAAE;QACP,KAAK,EAAE,KAAK;KACb;IACD,OAAO,EAAE;QACP,KAAK,EAAE,KAAK;KACb;IACD,OAAO,EAAE;QACP,KAAK,EAAE,KAAK;KACb;IACD,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM;KACd;IACD,UAAU,EAAE;QACV,OAAO,EAAE,MAAM;QACf,UAAU,EAAE,QAAQ;QACpB,cAAc,EAAE,QAAQ;KACzB;IACD,aAAa,EAAE;QACb,cAAc,EAAE,QAAQ;KACzB;IACD,WAAW,EAAE;QACX,cAAc,EAAE,MAAM;KACvB;IACD,YAAY,EAAE;QACZ,cAAc,EAAE,OAAO;KACxB;CACF,EACD,EAAE,eAAe,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,EAAE,CACxC,CAAC"}
@@ -0,0 +1,50 @@
1
+ import { makeStyles } from "@material-ui/core";
2
+ import { HALF_REM, ONE_AND_HALF_REM, THREE_REM, ONE_REM } from "../globals";
3
+ export var useSpacingStyles = makeStyles({
4
+ labelBreak: {
5
+ marginBottom: HALF_REM,
6
+ },
7
+ contentBreak: {
8
+ marginBottom: ONE_REM,
9
+ },
10
+ sectionBreak: {
11
+ marginBottom: ONE_AND_HALF_REM,
12
+ },
13
+ doubleSectionBreak: {
14
+ marginBottom: THREE_REM,
15
+ },
16
+ rightSpacer1: {
17
+ marginRight: HALF_REM,
18
+ },
19
+ rightSpacer2: {
20
+ marginRight: ONE_REM,
21
+ },
22
+ leftSpacer1: {
23
+ marginLeft: HALF_REM,
24
+ },
25
+ leftSpacer2: {
26
+ marginLeft: ONE_REM,
27
+ },
28
+ buttonSpacing: {
29
+ marginLeft: HALF_REM,
30
+ marginRight: HALF_REM,
31
+ marginBottom: ONE_REM,
32
+ },
33
+ leftRightPadding1: {
34
+ paddingLeft: HALF_REM,
35
+ paddingRight: HALF_REM,
36
+ },
37
+ leftRightPadding2: {
38
+ paddingLeft: ONE_REM,
39
+ paddingRight: ONE_REM,
40
+ },
41
+ topBottomPadding1: {
42
+ paddingTop: HALF_REM,
43
+ paddingBottom: HALF_REM,
44
+ },
45
+ topBottomPadding2: {
46
+ paddingTop: ONE_REM,
47
+ paddingBottom: ONE_REM,
48
+ },
49
+ }, { classNamePrefix: "spacing", index: 2 });
50
+ //# sourceMappingURL=spacing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spacing.js","sourceRoot":"","sources":["../../src/styles/spacing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAE5E,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAU,CACxC;IACE,UAAU,EAAE;QACV,YAAY,EAAE,QAAQ;KACvB;IACD,YAAY,EAAE;QACZ,YAAY,EAAE,OAAO;KACtB;IACD,YAAY,EAAE;QACZ,YAAY,EAAE,gBAAgB;KAC/B;IACD,kBAAkB,EAAE;QAClB,YAAY,EAAE,SAAS;KACxB;IACD,YAAY,EAAE;QACZ,WAAW,EAAE,QAAQ;KACtB;IACD,YAAY,EAAE;QACZ,WAAW,EAAE,OAAO;KACrB;IACD,WAAW,EAAE;QACX,UAAU,EAAE,QAAQ;KACrB;IACD,WAAW,EAAE;QACX,UAAU,EAAE,OAAO;KACpB;IACD,aAAa,EAAE;QACb,UAAU,EAAE,QAAQ;QACpB,WAAW,EAAE,QAAQ;QACrB,YAAY,EAAE,OAAO;KACtB;IACD,iBAAiB,EAAE;QACjB,WAAW,EAAE,QAAQ;QACrB,YAAY,EAAE,QAAQ;KACvB;IACD,iBAAiB,EAAE;QACjB,WAAW,EAAE,OAAO;QACpB,YAAY,EAAE,OAAO;KACtB;IACD,iBAAiB,EAAE;QACjB,UAAU,EAAE,QAAQ;QACpB,aAAa,EAAE,QAAQ;KACxB;IACD,iBAAiB,EAAE;QACjB,UAAU,EAAE,OAAO;QACnB,aAAa,EAAE,OAAO;KACvB;CACF,EACD,EAAE,eAAe,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC,EAAE,CACzC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { isValid } from "date-fns";
2
+ export function sortDescendingStartDateString(array) {
3
+ return array.sort(function (a, b) {
4
+ return +b.startDate.split("T")[0].replaceAll("-", "") -
5
+ +a.startDate.split("T")[0].replaceAll("-", "");
6
+ });
7
+ }
8
+ export var didCellValueChange = function (oldVal, newVal, isDateValue) {
9
+ return isDateValue
10
+ ? (oldVal && isValid(oldVal) ? oldVal : new Date(0)).getTime() ===
11
+ (newVal && isValid(newVal) ? newVal : new Date(0)).getTime()
12
+ : oldVal === newVal;
13
+ };
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGnC,MAAM,UAAU,6BAA6B,CAC3C,KAAU;IAEV,OAAO,KAAK,CAAC,IAAI,CACf,UAAC,CAAC,EAAE,CAAC;QACH,OAAA,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC;YAC9C,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC;IAD9C,CAC8C,CACjD,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAChC,MAAuB,EACvB,MAAuB,EACvB,WAAqB;IAErB,OAAA,WAAW;QACT,CAAC,CAAE,CAAC,MAAM,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAU,CAAC,OAAO,EAAE;YACrE,CAAC,MAAM,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAU,CAAC,OAAO,EAAE;QACxE,CAAC,CAAC,MAAM,KAAK,MAAM;AAHrB,CAGqB,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oc-digital/react-component-library",
3
3
  "type": "module",
4
- "version": "7.2.4",
4
+ "version": "7.2.5-beta.0",
5
5
  "description": "React component library for Optimal Compliance",
6
6
  "main": "build/index.js",
7
7
  "types": "build/index.d.ts",
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- import type { AutoSaveSelectFieldProps } from "./AutoSave.types";
3
- export declare const AutoSaveSelectField: React.FC<AutoSaveSelectFieldProps>;
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- import { AutoSaveTextFieldProps } from "./AutoSave.types";
3
- export declare const AutoSaveTextField: React.FC<AutoSaveTextFieldProps>;
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const Checkbox: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
5
- }, import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {}>;
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const CheckboxLabel: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
5
- }, import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const Input: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
5
- }, import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {}>;
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const InputWrapper: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
5
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const SmallError: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
5
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
@@ -1 +0,0 @@
1
- export declare const theme: import("@mui/material/styles").Theme;