guestbell-forms 3.0.17 → 3.0.19

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 (199) hide show
  1. package/.babelrc.js +1 -1
  2. package/build/components/base/input/BaseInput.js +8 -96
  3. package/build/components/base/input/BaseInput.js.map +1 -1
  4. package/build/components/base/input/index.js +0 -2
  5. package/build/components/base/input/index.js.map +1 -1
  6. package/build/components/bookingCalendar/BookingCalendar.js +7 -30
  7. package/build/components/bookingCalendar/BookingCalendar.js.map +1 -1
  8. package/build/components/bookingCalendar/bookingCalendarControls/BookingCalendarControls.js +2 -22
  9. package/build/components/bookingCalendar/bookingCalendarControls/BookingCalendarControls.js.map +1 -1
  10. package/build/components/bookingCalendar/bookingCalendarControls/classes.js.map +1 -1
  11. package/build/components/bookingCalendar/bookingCalendarControls/index.js +0 -4
  12. package/build/components/bookingCalendar/bookingCalendarControls/index.js.map +1 -1
  13. package/build/components/bookingCalendar/bookingCalendarDatePicker/BookingCalendarDatePicker.js +6 -19
  14. package/build/components/bookingCalendar/bookingCalendarDatePicker/BookingCalendarDatePicker.js.map +1 -1
  15. package/build/components/bookingCalendar/bookingCalendarDatePicker/classes.js.map +1 -1
  16. package/build/components/bookingCalendar/bookingCalendarDatePicker/index.js +0 -4
  17. package/build/components/bookingCalendar/bookingCalendarDatePicker/index.js.map +1 -1
  18. package/build/components/bookingCalendar/bookingCalendarGrid/BookingCalendarGrid.d.ts +2 -1
  19. package/build/components/bookingCalendar/bookingCalendarGrid/BookingCalendarGrid.js +11 -10
  20. package/build/components/bookingCalendar/bookingCalendarGrid/BookingCalendarGrid.js.map +1 -1
  21. package/build/components/bookingCalendar/bookingCalendarGrid/classes.js.map +1 -1
  22. package/build/components/bookingCalendar/bookingCalendarItem/BookingCalendarItem.js +0 -9
  23. package/build/components/bookingCalendar/bookingCalendarItem/BookingCalendarItem.js.map +1 -1
  24. package/build/components/bookingCalendar/bookingCalendarItem/classes.js.map +1 -1
  25. package/build/components/bookingCalendar/bookingCalendarItem/index.js +0 -4
  26. package/build/components/bookingCalendar/bookingCalendarItem/index.js.map +1 -1
  27. package/build/components/bookingCalendar/bookingCalendarLane/BookingCalendarLane.js +0 -10
  28. package/build/components/bookingCalendar/bookingCalendarLane/BookingCalendarLane.js.map +1 -1
  29. package/build/components/bookingCalendar/bookingCalendarLane/classes.js.map +1 -1
  30. package/build/components/bookingCalendar/bookingCalendarLane/index.js +0 -4
  31. package/build/components/bookingCalendar/bookingCalendarLane/index.js.map +1 -1
  32. package/build/components/bookingCalendar/bookingCalendarLaneHeader/BookingCalendarLaneHeader.js +0 -7
  33. package/build/components/bookingCalendar/bookingCalendarLaneHeader/BookingCalendarLaneHeader.js.map +1 -1
  34. package/build/components/bookingCalendar/bookingCalendarLaneHeader/classes.js.map +1 -1
  35. package/build/components/bookingCalendar/bookingCalendarLaneHeader/index.js +0 -2
  36. package/build/components/bookingCalendar/bookingCalendarLaneHeader/index.js.map +1 -1
  37. package/build/components/bookingCalendar/bookingCalendarLanesHeader/BookingCalendarLanesHeader.js +0 -12
  38. package/build/components/bookingCalendar/bookingCalendarLanesHeader/BookingCalendarLanesHeader.js.map +1 -1
  39. package/build/components/bookingCalendar/bookingCalendarLanesHeader/BookingCalendarLanesHeaderRenderItem.js +0 -9
  40. package/build/components/bookingCalendar/bookingCalendarLanesHeader/BookingCalendarLanesHeaderRenderItem.js.map +1 -1
  41. package/build/components/bookingCalendar/bookingCalendarLanesHeader/classes.js.map +1 -1
  42. package/build/components/bookingCalendar/bookingCalendarLanesHeader/index.js +0 -4
  43. package/build/components/bookingCalendar/bookingCalendarLanesHeader/index.js.map +1 -1
  44. package/build/components/bookingCalendar/bookingCalendarRenderItem/BookingCalendarRenderItem.js +0 -9
  45. package/build/components/bookingCalendar/bookingCalendarRenderItem/BookingCalendarRenderItem.js.map +1 -1
  46. package/build/components/bookingCalendar/bookingCalendarRenderItem/classes.js.map +1 -1
  47. package/build/components/bookingCalendar/bookingCalendarRenderItem/index.js +0 -2
  48. package/build/components/bookingCalendar/bookingCalendarRenderItem/index.js.map +1 -1
  49. package/build/components/bookingCalendar/bookingCalendarSelection/BookingCalendarSelection.js +0 -30
  50. package/build/components/bookingCalendar/bookingCalendarSelection/BookingCalendarSelection.js.map +1 -1
  51. package/build/components/bookingCalendar/bookingCalendarTimeAxis/BookingCalendarTimeAxis.js +0 -7
  52. package/build/components/bookingCalendar/bookingCalendarTimeAxis/BookingCalendarTimeAxis.js.map +1 -1
  53. package/build/components/bookingCalendar/bookingCalendarTimeAxis/classes.js.map +1 -1
  54. package/build/components/bookingCalendar/classes.js.map +1 -1
  55. package/build/components/bookingCalendar/common.js +0 -9
  56. package/build/components/bookingCalendar/common.js.map +1 -1
  57. package/build/components/bookingCalendar/index.js +0 -6
  58. package/build/components/bookingCalendar/index.js.map +1 -1
  59. package/build/components/bookingCalendar/utils.js +5 -50
  60. package/build/components/bookingCalendar/utils.js.map +1 -1
  61. package/build/components/button/Button.js +9 -37
  62. package/build/components/button/Button.js.map +1 -1
  63. package/build/components/button/index.js +0 -4
  64. package/build/components/button/index.js.map +1 -1
  65. package/build/components/checkbox/Checkbox.js +5 -35
  66. package/build/components/checkbox/Checkbox.js.map +1 -1
  67. package/build/components/checkbox/index.js +0 -4
  68. package/build/components/checkbox/index.js.map +1 -1
  69. package/build/components/dropdown/Dropdown.js +1 -15
  70. package/build/components/dropdown/Dropdown.js.map +1 -1
  71. package/build/components/dropdown/index.js +0 -4
  72. package/build/components/dropdown/index.js.map +1 -1
  73. package/build/components/dynamicSubmit/DynamicSubmit.js +7 -39
  74. package/build/components/dynamicSubmit/DynamicSubmit.js.map +1 -1
  75. package/build/components/dynamicSubmit/index.js +0 -4
  76. package/build/components/dynamicSubmit/index.js.map +1 -1
  77. package/build/components/externalValidationComponent/ExternalValidationComponent.js +6 -17
  78. package/build/components/externalValidationComponent/ExternalValidationComponent.js.map +1 -1
  79. package/build/components/externalValidationComponent/index.js +0 -4
  80. package/build/components/externalValidationComponent/index.js.map +1 -1
  81. package/build/components/form/Form.js +8 -46
  82. package/build/components/form/Form.js.map +1 -1
  83. package/build/components/form/FormContext.js +0 -4
  84. package/build/components/form/FormContext.js.map +1 -1
  85. package/build/components/form/FormValidationSummary.js +3 -25
  86. package/build/components/form/FormValidationSummary.js.map +1 -1
  87. package/build/components/form/index.js +0 -10
  88. package/build/components/form/index.js.map +1 -1
  89. package/build/components/form/withFormContext.js +0 -6
  90. package/build/components/form/withFormContext.js.map +1 -1
  91. package/build/components/inputGroup/InputGroup.js +5 -15
  92. package/build/components/inputGroup/InputGroup.js.map +1 -1
  93. package/build/components/inputGroup/index.js +0 -4
  94. package/build/components/inputGroup/index.js.map +1 -1
  95. package/build/components/inputHeader/InputHeader.js +16 -75
  96. package/build/components/inputHeader/InputHeader.js.map +1 -1
  97. package/build/components/inputHeader/InputHeaderContext.js +0 -4
  98. package/build/components/inputHeader/InputHeaderContext.js.map +1 -1
  99. package/build/components/inputHeader/index.js +0 -4
  100. package/build/components/inputHeader/index.js.map +1 -1
  101. package/build/components/inputHeader/withInputHeaderContext.js +0 -6
  102. package/build/components/inputHeader/withInputHeaderContext.js.map +1 -1
  103. package/build/components/money/Money.js +20 -64
  104. package/build/components/money/Money.js.map +1 -1
  105. package/build/components/money/index.js +0 -4
  106. package/build/components/money/index.js.map +1 -1
  107. package/build/components/numberInput/NumberInput.js +13 -44
  108. package/build/components/numberInput/NumberInput.js.map +1 -1
  109. package/build/components/numberInput/index.js +0 -4
  110. package/build/components/numberInput/index.js.map +1 -1
  111. package/build/components/openingHours/openingHoursDay/OpeningHoursDay.js +13 -62
  112. package/build/components/openingHours/openingHoursDay/OpeningHoursDay.js.map +1 -1
  113. package/build/components/openingHours/openingHoursDay/index.js +0 -4
  114. package/build/components/openingHours/openingHoursDay/index.js.map +1 -1
  115. package/build/components/openingHours/openingHoursSpecial/OpeningHoursSpecial.js +18 -49
  116. package/build/components/openingHours/openingHoursSpecial/OpeningHoursSpecial.js.map +1 -1
  117. package/build/components/openingHours/openingHoursSpecial/index.js +0 -4
  118. package/build/components/openingHours/openingHoursSpecial/index.js.map +1 -1
  119. package/build/components/openingHours/openingHoursWeek/OpeningHoursWeek.js +16 -53
  120. package/build/components/openingHours/openingHoursWeek/OpeningHoursWeek.js.map +1 -1
  121. package/build/components/openingHours/openingHoursWeek/index.js +0 -4
  122. package/build/components/openingHours/openingHoursWeek/index.js.map +1 -1
  123. package/build/components/openingHours/utils/OpeningHoursUtil.js +3 -21
  124. package/build/components/openingHours/utils/OpeningHoursUtil.js.map +1 -1
  125. package/build/components/radio/Radio.js +4 -19
  126. package/build/components/radio/Radio.js.map +1 -1
  127. package/build/components/radio/index.js +0 -4
  128. package/build/components/radio/index.js.map +1 -1
  129. package/build/components/radioContainer/RadioContainer.js +2 -13
  130. package/build/components/radioContainer/RadioContainer.js.map +1 -1
  131. package/build/components/radioContainer/index.js +0 -4
  132. package/build/components/radioContainer/index.js.map +1 -1
  133. package/build/components/select/Select.js +6 -53
  134. package/build/components/select/Select.js.map +1 -1
  135. package/build/components/select/index.js +0 -4
  136. package/build/components/select/index.js.map +1 -1
  137. package/build/components/submit/Submit.js +5 -28
  138. package/build/components/submit/Submit.js.map +1 -1
  139. package/build/components/submit/index.js +0 -4
  140. package/build/components/submit/index.js.map +1 -1
  141. package/build/components/submit/subComponents/SubmitValidationSummary.js +0 -9
  142. package/build/components/submit/subComponents/SubmitValidationSummary.js.map +1 -1
  143. package/build/components/tags/Tags.js +36 -121
  144. package/build/components/tags/Tags.js.map +1 -1
  145. package/build/components/tags/index.js +0 -4
  146. package/build/components/tags/index.js.map +1 -1
  147. package/build/components/tags/subComponents/TagsSuggestions.js +0 -14
  148. package/build/components/tags/subComponents/TagsSuggestions.js.map +1 -1
  149. package/build/components/text/Text.js +10 -42
  150. package/build/components/text/Text.js.map +1 -1
  151. package/build/components/text/index.js +0 -4
  152. package/build/components/text/index.js.map +1 -1
  153. package/build/components/textArea/TextArea.js +8 -31
  154. package/build/components/textArea/TextArea.js.map +1 -1
  155. package/build/components/textArea/index.js +0 -4
  156. package/build/components/textArea/index.js.map +1 -1
  157. package/build/components/themeProvider/ThemeContext.js +0 -4
  158. package/build/components/themeProvider/ThemeContext.js.map +1 -1
  159. package/build/components/themeProvider/ThemeProvider.js +2 -6
  160. package/build/components/themeProvider/ThemeProvider.js.map +1 -1
  161. package/build/components/themeProvider/index.js +0 -8
  162. package/build/components/themeProvider/index.js.map +1 -1
  163. package/build/components/themeProvider/withThemeContext.js +0 -8
  164. package/build/components/themeProvider/withThemeContext.js.map +1 -1
  165. package/build/components/time/Time.js +17 -73
  166. package/build/components/time/Time.js.map +1 -1
  167. package/build/components/time/index.js +0 -4
  168. package/build/components/time/index.js.map +1 -1
  169. package/build/components/timeSpan/TimeSpan.js +17 -99
  170. package/build/components/timeSpan/TimeSpan.js.map +1 -1
  171. package/build/components/timeSpan/index.js +0 -4
  172. package/build/components/timeSpan/index.js.map +1 -1
  173. package/build/components/utils/Guid.js +0 -3
  174. package/build/components/utils/Guid.js.map +1 -1
  175. package/build/components/utils/ShallowEqual.js +5 -10
  176. package/build/components/utils/ShallowEqual.js.map +1 -1
  177. package/build/components/utils/TimeUtil.js +1 -3
  178. package/build/components/utils/TimeUtil.js.map +1 -1
  179. package/build/dist/guestbell-forms.css.map +1 -1
  180. package/build/dist/guestbell-forms.js +21 -84
  181. package/build/dist/guestbell-forms.js.map +1 -1
  182. package/build/dist/guestbell-forms.min.js +1 -1
  183. package/build/dist/guestbell-forms.min.js.map +1 -1
  184. package/build/dist/report.html +13 -41
  185. package/build/index.js +0 -48
  186. package/build/index.js.map +1 -1
  187. package/build/validators/EmailValidator.js +0 -4
  188. package/build/validators/EmailValidator.js.map +1 -1
  189. package/build/validators/LatitudeValidator.js +0 -8
  190. package/build/validators/LatitudeValidator.js.map +1 -1
  191. package/build/validators/LongitudeValidator.js +0 -8
  192. package/build/validators/LongitudeValidator.js.map +1 -1
  193. package/build/validators/NumberValidator.js +0 -15
  194. package/build/validators/NumberValidator.js.map +1 -1
  195. package/build/validators/UrlValidator.js +2 -5
  196. package/build/validators/UrlValidator.js.map +1 -1
  197. package/build/validators/index.js +0 -7
  198. package/build/validators/index.js.map +1 -1
  199. package/package.json +19 -19
@@ -7,106 +7,43 @@
7
7
  var a = factory();
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function() {
11
- return /******/ (function(modules) { // webpackBootstrap
10
+ })(self, () => {
11
+ return /******/ (() => { // webpackBootstrap
12
+ /******/ var __webpack_modules__ = ({});
13
+ /************************************************************************/
12
14
  /******/ // The module cache
13
- /******/ var installedModules = {};
14
- /******/
15
+ /******/ var __webpack_module_cache__ = {};
16
+ /******/
15
17
  /******/ // The require function
16
18
  /******/ function __webpack_require__(moduleId) {
17
- /******/
18
19
  /******/ // Check if module is in cache
19
- /******/ if(installedModules[moduleId]) {
20
- /******/ return installedModules[moduleId].exports;
20
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
21
+ /******/ if (cachedModule !== undefined) {
22
+ /******/ return cachedModule.exports;
21
23
  /******/ }
22
24
  /******/ // Create a new module (and put it into the cache)
23
- /******/ var module = installedModules[moduleId] = {
24
- /******/ i: moduleId,
25
- /******/ l: false,
25
+ /******/ var module = __webpack_module_cache__[moduleId] = {
26
+ /******/ // no module.id needed
27
+ /******/ // no module.loaded needed
26
28
  /******/ exports: {}
27
29
  /******/ };
28
- /******/
30
+ /******/
29
31
  /******/ // Execute the module function
30
- /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
31
- /******/
32
- /******/ // Flag the module as loaded
33
- /******/ module.l = true;
34
- /******/
32
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
33
+ /******/
35
34
  /******/ // Return the exports of the module
36
35
  /******/ return module.exports;
37
36
  /******/ }
38
- /******/
39
- /******/
40
- /******/ // expose the modules object (__webpack_modules__)
41
- /******/ __webpack_require__.m = modules;
42
- /******/
43
- /******/ // expose the module cache
44
- /******/ __webpack_require__.c = installedModules;
45
- /******/
46
- /******/ // define getter function for harmony exports
47
- /******/ __webpack_require__.d = function(exports, name, getter) {
48
- /******/ if(!__webpack_require__.o(exports, name)) {
49
- /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
50
- /******/ }
51
- /******/ };
52
- /******/
53
- /******/ // define __esModule on exports
54
- /******/ __webpack_require__.r = function(exports) {
55
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
56
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
57
- /******/ }
58
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
59
- /******/ };
60
- /******/
61
- /******/ // create a fake namespace object
62
- /******/ // mode & 1: value is a module id, require it
63
- /******/ // mode & 2: merge all properties of value into the ns
64
- /******/ // mode & 4: return value when already ns object
65
- /******/ // mode & 8|1: behave like require
66
- /******/ __webpack_require__.t = function(value, mode) {
67
- /******/ if(mode & 1) value = __webpack_require__(value);
68
- /******/ if(mode & 8) return value;
69
- /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
70
- /******/ var ns = Object.create(null);
71
- /******/ __webpack_require__.r(ns);
72
- /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
73
- /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
74
- /******/ return ns;
75
- /******/ };
76
- /******/
77
- /******/ // getDefaultExport function for compatibility with non-harmony modules
78
- /******/ __webpack_require__.n = function(module) {
79
- /******/ var getter = module && module.__esModule ?
80
- /******/ function getDefault() { return module['default']; } :
81
- /******/ function getModuleExports() { return module; };
82
- /******/ __webpack_require__.d(getter, 'a', getter);
83
- /******/ return getter;
84
- /******/ };
85
- /******/
86
- /******/ // Object.prototype.hasOwnProperty.call
87
- /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
88
- /******/
89
- /******/ // __webpack_public_path__
90
- /******/ __webpack_require__.p = "../build/";
91
- /******/
92
- /******/
93
- /******/ // Load entry module and return exports
94
- /******/ return __webpack_require__(__webpack_require__.s = "./src/lib/scss/index.scss");
95
- /******/ })
37
+ /******/
96
38
  /************************************************************************/
97
- /******/ ({
98
-
99
- /***/ "./src/lib/scss/index.scss":
39
+ /******/ /************************************************************************/
40
+ var __webpack_exports__ = {};
100
41
  /*!*********************************!*\
101
42
  !*** ./src/lib/scss/index.scss ***!
102
43
  \*********************************/
103
- /*! no static exports found */
104
- /***/ (function(module, exports, __webpack_require__) {
105
-
106
44
  // extracted by mini-css-extract-plugin
107
-
108
- /***/ })
109
-
110
- /******/ });
45
+ /******/ return __webpack_exports__;
46
+ /******/ })()
47
+ ;
111
48
  });
112
49
  //# sourceMappingURL=guestbell-forms.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["webpack:///webpack/universalModuleDefinition","webpack:///webpack/bootstrap","webpack:///./src/lib/scss/index.scss"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,O;QCVA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;;;QAGA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA,0CAA0C,gCAAgC;QAC1E;QACA;;QAEA;QACA;QACA;QACA,wDAAwD,kBAAkB;QAC1E;QACA,iDAAiD,cAAc;QAC/D;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,yCAAyC,iCAAiC;QAC1E,gHAAgH,mBAAmB,EAAE;QACrI;QACA;;QAEA;QACA;QACA;QACA,2BAA2B,0BAA0B,EAAE;QACvD,iCAAiC,eAAe;QAChD;QACA;QACA;;QAEA;QACA,sDAAsD,+DAA+D;;QAErH;QACA;;;QAGA;QACA;;;;;;;;;;;;AClFA,uC","file":"guestbell-forms.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse {\n\t\tvar a = factory();\n\t\tfor(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];\n\t}\n})(window, function() {\nreturn "," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"../build/\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = \"./src/lib/scss/index.scss\");\n","// extracted by mini-css-extract-plugin"],"sourceRoot":""}
1
+ {"version":3,"file":"guestbell-forms.js","mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,O;;;UCVA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;;;;ACtBA,uC","sources":["webpack://guestbell-forms/webpack/universalModuleDefinition","webpack://guestbell-forms/webpack/bootstrap","webpack://guestbell-forms/./src/lib/scss/index.scss"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse {\n\t\tvar a = factory();\n\t\tfor(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];\n\t}\n})(self, () => {\nreturn ","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// extracted by mini-css-extract-plugin"],"names":[],"sourceRoot":""}
@@ -1,2 +1,2 @@
1
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var n,o=t();for(n in o)("object"==typeof exports?exports:e)[n]=o[n]}}(window,function(){return n=[function(e,t,n){}],o={},r.m=n,r.c=o,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)r.d(n,o,function(e){return t[e]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="/build/",r(r.s=0);function r(e){var t;return(o[e]||(t=o[e]={i:e,l:!1,exports:{}},n[e].call(t.exports,t,t.exports,r),t.l=!0,t)).exports}var n,o});
1
+ !function(e,o){if("object"==typeof exports&&"object"==typeof module)module.exports=o();else if("function"==typeof define&&define.amd)define([],o);else{var f=o();for(var t in f)("object"==typeof exports?exports:e)[t]=f[t]}}(self,(()=>({})));
2
2
  //# sourceMappingURL=guestbell-forms.min.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["webpack:///webpack/universalModuleDefinition","webpack:///webpack/bootstrap"],"names":["root","factory","exports","module","define","amd","i","a","window","installedModules","__webpack_require__","m","modules","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","call","p","s","moduleId","l"],"mappings":"AAAA,UAA2CA,EAAMC,GAChD,GAAsB,UAAnB,OAAOC,SAA0C,UAAlB,OAAOC,OACxCA,OAAOD,QAAUD,EAAQ,OACrB,GAAqB,YAAlB,OAAOG,QAAyBA,OAAOC,IAC9CD,OAAO,GAAIH,CAAO,MACd,CACJ,IACQK,EADJC,EAAIN,EAAQ,EAChB,IAAQK,KAAKC,GAAuB,UAAnB,OAAOL,QAAuBA,QAAUF,GAAMM,GAAKC,EAAED,EACvE,CACA,EAAEE,OAAQ,WACX,O,sBCTMC,EAAmB,GA4BvBC,EAAoBC,EAAIC,EAGxBF,EAAoBG,EAAIJ,EAGxBC,EAAoBI,EAAI,SAASZ,EAASa,EAAMC,GAC3CN,EAAoBO,EAAEf,EAASa,CAAI,GACtCG,OAAOC,eAAejB,EAASa,EAAM,CAAEK,WAAY,GAAMC,IAAKL,CAAO,CAAC,CAExE,EAGAN,EAAoBY,EAAI,SAASpB,GACX,aAAlB,OAAOqB,QAA0BA,OAAOC,aAC1CN,OAAOC,eAAejB,EAASqB,OAAOC,YAAa,CAAEC,MAAO,QAAS,CAAC,EAEvEP,OAAOC,eAAejB,EAAS,aAAc,CAAEuB,MAAO,EAAK,CAAC,CAC7D,EAOAf,EAAoBgB,EAAI,SAASD,EAAOE,GAEvC,GADU,EAAPA,IAAUF,EAAQf,EAAoBe,CAAK,GACpC,EAAPE,EAAU,OAAOF,EACpB,GAAW,EAAPE,GAA8B,UAAjB,OAAOF,GAAsBA,GAASA,EAAMG,WAAY,OAAOH,EAChF,IAAII,EAAKX,OAAOY,OAAO,IAAI,EAG3B,GAFApB,EAAoBY,EAAEO,CAAE,EACxBX,OAAOC,eAAeU,EAAI,UAAW,CAAET,WAAY,GAAMK,MAAOA,CAAM,CAAC,EAC7D,EAAPE,GAA4B,UAAhB,OAAOF,EAAmB,IAAI,IAAIM,KAAON,EAAOf,EAAoBI,EAAEe,EAAIE,EAAK,SAASA,GAAO,OAAON,EAAMM,EAAM,EAAEC,KAAK,KAAMD,CAAG,CAAC,EAClJ,OAAOF,CACR,EAGAnB,EAAoBuB,EAAI,SAAS9B,GAChC,IAAIa,EAASb,GAAUA,EAAOyB,WAC7B,WAAwB,OAAOzB,EAAgB,OAAG,EAClD,WAA8B,OAAOA,CAAQ,EAE9C,OADAO,EAAoBI,EAAEE,EAAQ,IAAKA,CAAM,EAClCA,CACR,EAGAN,EAAoBO,EAAI,SAASiB,EAAQC,GAAY,OAAOjB,OAAOkB,UAAUC,eAAeC,KAAKJ,EAAQC,CAAQ,CAAG,EAGpHzB,EAAoB6B,EAAI,UAIjB7B,EAAoBA,EAAoB8B,EAAI,CAAC,EA9EpD,SAAS9B,EAAoB+B,GAG5B,IAIItC,EAJJ,OAAGM,EAAiBgC,KAIhBtC,EAASM,EAAiBgC,GAAY,CACzCnC,EAAGmC,EACHC,EAAG,GACHxC,QAAS,EACV,EAGAU,EAAQ6B,GAAUH,KAAKnC,EAAOD,QAASC,EAAQA,EAAOD,QAASQ,CAAmB,EAGlFP,EAAOuC,EAAI,GAGJvC,IAhB4BD,OAiBpC,C,MAxBIO,C","file":"guestbell-forms.min.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse {\n\t\tvar a = factory();\n\t\tfor(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];\n\t}\n})(window, function() {\nreturn "," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/build/\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 0);\n"],"sourceRoot":""}
1
+ {"version":3,"file":"guestbell-forms.min.js","mappings":"CAAA,SAA2CA,EAAMC,GAChD,GAAsB,iBAAZC,SAA0C,iBAAXC,OACxCA,OAAOD,QAAUD,SACb,GAAqB,mBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,GAAIH,OACP,CACJ,IAAIK,EAAIL,IACR,IAAI,IAAIM,KAAKD,GAAuB,iBAAZJ,QAAuBA,QAAUF,GAAMO,GAAKD,EAAEC,EACvE,CACA,CATD,CASGC,MAAM,K","sources":["webpack://guestbell-forms/webpack/universalModuleDefinition"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse {\n\t\tvar a = factory();\n\t\tfor(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];\n\t}\n})(self, () => {\nreturn "],"names":["root","factory","exports","module","define","amd","a","i","self"],"sourceRoot":""}