jamespot-react-components 1.0.9 → 1.0.16

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 (30) hide show
  1. package/.storybook/StorybookContainer/StorybookContainer.css +1 -0
  2. package/babel.config.js +0 -1
  3. package/build/jamespot-react-components.js +224 -221
  4. package/build/jamespot-react-components.js.LICENSE.txt +22 -0
  5. package/build/jamespot-react-components.js.map +1 -1
  6. package/build/src/components/JRCAppContainer/JRCAppContainer.d.ts +1 -0
  7. package/build/src/components/Templates/JRCBase.template.d.ts +9 -0
  8. package/build/src/components/Templates/JRCTemplate.stories.d.ts +13 -0
  9. package/build/src/components/Templates/JRCTwoColumns.template.d.ts +7 -0
  10. package/build/src/index.d.ts +3 -2
  11. package/build/src/styles/theme.d.ts +3 -1
  12. package/build/src/types.d.ts +2 -2
  13. package/externals.json +1 -0
  14. package/package.json +4 -3
  15. package/src/components/JRCAppContainer/JRCAppContainer.tsx +6 -2
  16. package/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.tsx +2 -1
  17. package/src/components/JRCAvatar/JRCAvatar.test.tsx +10 -6
  18. package/src/components/JRCAvatar/JRCAvatar.tsx +1 -0
  19. package/src/components/JRCButton/__snapshots__/JRCButton.test.tsx.snap +1 -2
  20. package/src/components/JRCModal/JRCModal.tsx +88 -89
  21. package/src/components/JRCThemeProvider/font.css +1 -1
  22. package/src/components/JRCTypography/__snapshots__/JRCTypography.test.tsx.snap +1 -1
  23. package/src/components/Templates/JRCBase.template.tsx +39 -0
  24. package/src/components/Templates/JRCTemplate.stories.tsx +55 -0
  25. package/src/components/Templates/JRCTwoColumns.template.tsx +20 -0
  26. package/src/index.tsx +8 -3
  27. package/src/styles/theme.tsx +9 -4
  28. package/src/types.ts +4 -2
  29. package/build/src/components/JRCColumnCenterTitle/JRCColumnCenterTitle.d.ts +0 -12
  30. package/src/components/JRCColumnCenterTitle/JRCColumnCenterTitle.tsx +0 -26
@@ -10,6 +10,28 @@ object-assign
10
10
  http://jedwatson.github.io/classnames
11
11
  */
12
12
 
13
+ /**
14
+ * React Router DOM v6.2.2
15
+ *
16
+ * Copyright (c) Remix Software Inc.
17
+ *
18
+ * This source code is licensed under the MIT license found in the
19
+ * LICENSE.md file in the root directory of this source tree.
20
+ *
21
+ * @license MIT
22
+ */
23
+
24
+ /**
25
+ * React Router v6.2.2
26
+ *
27
+ * Copyright (c) Remix Software Inc.
28
+ *
29
+ * This source code is licensed under the MIT license found in the
30
+ * LICENSE.md file in the root directory of this source tree.
31
+ *
32
+ * @license MIT
33
+ */
34
+
13
35
  /** @license React v0.20.2
14
36
  * scheduler.production.min.js
15
37
  *