jamespot-react-components 1.3.4 → 1.3.6

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 (27) hide show
  1. package/build/jamespot-react-components.js +4037 -3964
  2. package/build/jamespot-react-components.js.LICENSE.txt +21 -0
  3. package/build/jamespot-react-components.js.map +1 -1
  4. package/build/src/components/Deprecated/Deprecated_ClickAwayListener/ClickAwayListener.stories.d.ts +10 -0
  5. package/build/src/components/Deprecated/Deprecated_ClickAwayListener/Deprecated_ClickAwayListener.d.ts +18 -0
  6. package/build/src/components/Editors/components/EditorInput.d.ts +3 -1
  7. package/build/src/components/Form/Common/ClickAwayListener.d.ts +5 -15
  8. package/build/src/components/Form/Common/ClickAwayListener.stories.d.ts +1 -0
  9. package/build/src/components/Form/Input/JRCInputColor/ColorInput.d.ts +2 -1
  10. package/build/src/components/Form/Input/JRCInputDate/JRCInputDate.d.ts +2 -1
  11. package/build/src/components/Form/Input/JRCInputDateTime/JRCInputDateTime.d.ts +1 -2
  12. package/build/src/components/Form/Input/JRCInputDateTime/JRCInputDateTimeRaw.d.ts +9 -0
  13. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +1 -7
  14. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.types.d.ts +6 -0
  15. package/build/src/components/JRCCalendar/JRCCalendar.d.ts +1 -1
  16. package/build/src/components/JRCCalendar/JRCCalendarEvent.d.ts +2 -1
  17. package/build/src/components/JRCCalendar/JRCCalendarModal.d.ts +7 -3
  18. package/build/src/components/JRCCalendar/types.d.ts +4 -1
  19. package/build/src/components/JRCModal/JRCModal.styles.d.ts +4 -1
  20. package/build/src/components/JRCModal/JRCModalContent.d.ts +2 -2
  21. package/build/src/components/JRCModal/JRCModalLayout.d.ts +3 -1
  22. package/build/src/components/JRCModal/templates/JRCModal.d.ts +1 -1
  23. package/build/src/components/JRCModal/templates/JRCModal.types.d.ts +1 -1
  24. package/build/src/components/Widgets/JRCWidgetColor/JRCWidgetColor.d.ts +4 -0
  25. package/build/src/components/Widgets/JRCWidgetColor/JRCWidgetColorEditor.d.ts +10 -0
  26. package/build/src/components/index.d.ts +73 -70
  27. package/package.json +5 -2
@@ -4,6 +4,27 @@
4
4
  http://jedwatson.github.io/classnames
5
5
  */
6
6
 
7
+ /*!
8
+ * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
9
+ * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
10
+ * Released under MIT License
11
+ */
12
+
13
+ /*! *****************************************************************************
14
+ Copyright (c) Microsoft Corporation.
15
+
16
+ Permission to use, copy, modify, and/or distribute this software for any
17
+ purpose with or without fee is hereby granted.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
20
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
22
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
23
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
24
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25
+ PERFORMANCE OF THIS SOFTWARE.
26
+ ***************************************************************************** */
27
+
7
28
  /**
8
29
  * @license React
9
30
  * react-dom.production.min.js