jamespot-react-components 1.0.255 → 1.0.257

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 (33) hide show
  1. package/README.md +48 -4
  2. package/build/jamespot-react-components.js +1010 -1234
  3. package/build/jamespot-react-components.js.LICENSE.txt +10 -0
  4. package/build/jamespot-react-components.js.map +1 -1
  5. package/build/src/components/Common/DashedFocusBorder.d.ts +5 -4
  6. package/build/src/components/Common/DashedFocusBorder.stories.d.ts +6 -0
  7. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +2 -1
  8. package/build/src/components/JRCButton/JRCButton.stories.d.ts +13 -0
  9. package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.stories.d.ts +5 -0
  10. package/build/src/components/JRCHtml/JRCHtml.d.ts +1 -1
  11. package/build/src/components/JRCIcon/JRCIcon.stories.d.ts +8 -0
  12. package/build/src/components/JRCLoader/JRCLoader.stories.d.ts +6 -0
  13. package/build/src/components/JRCTooltip/JRCTooltip.stories.d.ts +11 -0
  14. package/build/src/components/JRCTypography/JRCTypography.stories.d.ts +5 -0
  15. package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyResponse.d.ts +2 -1
  16. package/build/src/index.d.ts +15 -17
  17. package/build/src/styles/theme.d.ts +1 -0
  18. package/build/src/styles/utils.d.ts +1 -2
  19. package/build/src/types.d.ts +1 -2
  20. package/build/src/utils/utils.date.d.ts +8 -0
  21. package/externals.json +0 -1
  22. package/jest.config.ts +4 -1
  23. package/package.json +23 -7
  24. package/build/src/components/Form/Input/Deprecated/JRCFormDateTime/JRCFormDateTime.d.ts +0 -44
  25. package/build/src/components/Widgets/utils.test.d.ts +0 -1
  26. package/build/src/hooks/useMoment.d.ts +0 -4
  27. package/build/src/utils/utils.files.test.d.ts +0 -1
  28. /package/build/src/components/JRCAvatar/{JRCAvatar.test.d.ts → JRCAvatar.oldtest.d.ts} +0 -0
  29. /package/build/src/components/{JRCButton/JRCButton.test.d.ts → JRCHtml/JRCHtml.oldtest.d.ts} +0 -0
  30. /package/build/src/components/{JRCHtml/JRCHtml.test.d.ts → JRCImg/JRCImg.oldtest.d.ts} +0 -0
  31. /package/build/src/components/{JRCImg/JRCImg.test.d.ts → JRCPagination/JRCPagination.oldtest.d.ts} +0 -0
  32. /package/build/src/components/{JRCPagination/JRCPagination.test.d.ts → Widgets/utils.oldtest.d.ts} +0 -0
  33. /package/build/src/{components/JRCTypography/JRCTypography.test.d.ts → utils/utils.files.oldtest.d.ts} +0 -0
@@ -12,6 +12,16 @@ object-assign
12
12
 
13
13
  /*! @license DOMPurify 3.1.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.6/LICENSE */
14
14
 
15
+ /**
16
+ * @license React
17
+ * react-is.production.min.js
18
+ *
19
+ * Copyright (c) Facebook, Inc. and its affiliates.
20
+ *
21
+ * This source code is licensed under the MIT license found in the
22
+ * LICENSE file in the root directory of this source tree.
23
+ */
24
+
15
25
  /**
16
26
  * @remix-run/router v1.19.1
17
27
  *