email-editor
3 weeks ago
email-editor-blocks
3 days ago
email_editor_integration
3 days ago
marketing-optin-block
1 week ago
skins
2 months ago
admin.js
3 days ago
admin.js.LICENSE.txt
2 years ago
admin_vendor.js
1 week ago
automation.js
1 month ago
automation_analytics.js
1 month ago
automation_editor.js
1 month ago
automation_flow_embed.js
1 month ago
automation_preview_embed.js
1 month ago
automation_templates.js
1 month ago
commons.js
1 week ago
commons.js.LICENSE.txt
2 months ago
custom_fields.js
1 month ago
form_editor.asset.json
1 week ago
form_editor.js
1 week ago
form_editor.js.LICENSE.txt
1 month ago
form_preview.js
4 months ago
haw.js
3 months ago
index.php
3 years ago
mailpoet.js
2 weeks ago
mailpoet.js.LICENSE.txt
3 years ago
manifest.json
3 days ago
newsletter_editor.js
1 month ago
newsletter_editor.js.LICENSE.txt
1 month ago
post_editor_block.js
1 month ago
post_editor_block.js.LICENSE.txt
3 years ago
public.js
2 weeks ago
public.js.LICENSE.txt
3 months ago
public.min.js
2 weeks ago
public.min.js.LICENSE.txt
4 weeks ago
runtime.js
1 month ago
settings.js
2 weeks ago
tags.js
1 month ago
vendor.js
2 months ago
commons.js.LICENSE.txt
262 lines
| 1 | /* |
| 2 | * React Tooltip |
| 3 | * {@link https://github.com/ReactTooltip/react-tooltip} |
| 4 | * @copyright ReactTooltip Team |
| 5 | * @license MIT |
| 6 | */ |
| 7 | |
| 8 | /*! |
| 9 | Copyright (c) 2018 Jed Watson. |
| 10 | Licensed under the MIT License (MIT), see |
| 11 | http://jedwatson.github.io/classnames |
| 12 | */ |
| 13 | |
| 14 | /*! |
| 15 | react-datepicker v6.9.0 |
| 16 | https://github.com/Hacker0x01/react-datepicker |
| 17 | Released under the MIT License. |
| 18 | */ |
| 19 | |
| 20 | /*! |
| 21 | * Select2 4.1.0-rc.0 |
| 22 | * https://select2.github.io |
| 23 | * |
| 24 | * Released under the MIT license |
| 25 | * https://github.com/select2/select2/blob/master/LICENSE.md |
| 26 | */ |
| 27 | |
| 28 | /*! |
| 29 | * The buffer module from node.js, for the browser. |
| 30 | * |
| 31 | * @author Feross Aboukhadijeh <https://feross.org> |
| 32 | * @license MIT |
| 33 | */ |
| 34 | |
| 35 | /*! |
| 36 | * html2canvas 1.4.1 <https://html2canvas.hertzen.com> |
| 37 | * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com> |
| 38 | * Released under MIT License |
| 39 | */ |
| 40 | |
| 41 | /*! |
| 42 | * is-plain-object <https://github.com/jonschlinkert/is-plain-object> |
| 43 | * |
| 44 | * Copyright (c) 2014-2017, Jon Schlinkert. |
| 45 | * Released under the MIT License. |
| 46 | */ |
| 47 | |
| 48 | /*! |
| 49 | * jQuery Mousewheel 3.1.13 |
| 50 | * |
| 51 | * Copyright jQuery Foundation and other contributors |
| 52 | * Released under the MIT license |
| 53 | * http://jquery.org/license |
| 54 | */ |
| 55 | |
| 56 | /*! |
| 57 | * Parsley.js |
| 58 | * Version 2.9.2 - built Tue, Dec 10th 2019, 6:18 pm |
| 59 | * http://parsleyjs.org |
| 60 | * Guillaume Potier - <guillaume@wisembly.com> |
| 61 | * Marc-Andre Lafortune - <petroselinum@marc-andre.ca> |
| 62 | * MIT Licensed |
| 63 | */ |
| 64 | |
| 65 | /*! |
| 66 | * tabbable 6.2.0 |
| 67 | * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE |
| 68 | */ |
| 69 | |
| 70 | /*! ***************************************************************************** |
| 71 | Copyright (c) Microsoft Corporation. |
| 72 | |
| 73 | Permission to use, copy, modify, and/or distribute this software for any |
| 74 | purpose with or without fee is hereby granted. |
| 75 | |
| 76 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH |
| 77 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 78 | AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 79 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 80 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
| 81 | OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 82 | PERFORMANCE OF THIS SOFTWARE. |
| 83 | ***************************************************************************** */ |
| 84 | |
| 85 | /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ |
| 86 | |
| 87 | /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ |
| 88 | |
| 89 | /** |
| 90 | * @license |
| 91 | * Lodash lodash.com/license | Underscore.js 1.8.3 underscorejs.org/LICENSE |
| 92 | */ |
| 93 | |
| 94 | /** |
| 95 | * @license React |
| 96 | * react-dom-server-legacy.browser.production.min.js |
| 97 | * |
| 98 | * Copyright (c) Facebook, Inc. and its affiliates. |
| 99 | * |
| 100 | * This source code is licensed under the MIT license found in the |
| 101 | * LICENSE file in the root directory of this source tree. |
| 102 | */ |
| 103 | |
| 104 | /** |
| 105 | * @license React |
| 106 | * react-dom-server.browser.production.min.js |
| 107 | * |
| 108 | * Copyright (c) Facebook, Inc. and its affiliates. |
| 109 | * |
| 110 | * This source code is licensed under the MIT license found in the |
| 111 | * LICENSE file in the root directory of this source tree. |
| 112 | */ |
| 113 | |
| 114 | /** |
| 115 | * @license React |
| 116 | * react-dom.production.min.js |
| 117 | * |
| 118 | * Copyright (c) Facebook, Inc. and its affiliates. |
| 119 | * |
| 120 | * This source code is licensed under the MIT license found in the |
| 121 | * LICENSE file in the root directory of this source tree. |
| 122 | */ |
| 123 | |
| 124 | /** |
| 125 | * @license React |
| 126 | * react-jsx-runtime.production.min.js |
| 127 | * |
| 128 | * Copyright (c) Facebook, Inc. and its affiliates. |
| 129 | * |
| 130 | * This source code is licensed under the MIT license found in the |
| 131 | * LICENSE file in the root directory of this source tree. |
| 132 | */ |
| 133 | |
| 134 | /** |
| 135 | * @license React |
| 136 | * react.production.min.js |
| 137 | * |
| 138 | * Copyright (c) Facebook, Inc. and its affiliates. |
| 139 | * |
| 140 | * This source code is licensed under the MIT license found in the |
| 141 | * LICENSE file in the root directory of this source tree. |
| 142 | */ |
| 143 | |
| 144 | /** |
| 145 | * @license React |
| 146 | * scheduler.production.min.js |
| 147 | * |
| 148 | * Copyright (c) Facebook, Inc. and its affiliates. |
| 149 | * |
| 150 | * This source code is licensed under the MIT license found in the |
| 151 | * LICENSE file in the root directory of this source tree. |
| 152 | */ |
| 153 | |
| 154 | /** |
| 155 | * @license React |
| 156 | * use-sync-external-store-shim.production.js |
| 157 | * |
| 158 | * Copyright (c) Meta Platforms, Inc. and affiliates. |
| 159 | * |
| 160 | * This source code is licensed under the MIT license found in the |
| 161 | * LICENSE file in the root directory of this source tree. |
| 162 | */ |
| 163 | |
| 164 | /** |
| 165 | * @license almond 0.3.3 Copyright jQuery Foundation and other contributors. |
| 166 | * Released under MIT license, http://github.com/requirejs/almond/LICENSE |
| 167 | */ |
| 168 | |
| 169 | /** |
| 170 | * @remix-run/router v1.23.3 |
| 171 | * |
| 172 | * Copyright (c) Remix Software Inc. |
| 173 | * |
| 174 | * This source code is licensed under the MIT license found in the |
| 175 | * LICENSE.md file in the root directory of this source tree. |
| 176 | * |
| 177 | * @license MIT |
| 178 | */ |
| 179 | |
| 180 | /** |
| 181 | * React Router DOM v6.30.4 |
| 182 | * |
| 183 | * Copyright (c) Remix Software Inc. |
| 184 | * |
| 185 | * This source code is licensed under the MIT license found in the |
| 186 | * LICENSE.md file in the root directory of this source tree. |
| 187 | * |
| 188 | * @license MIT |
| 189 | */ |
| 190 | |
| 191 | /** |
| 192 | * React Router v6.30.4 |
| 193 | * |
| 194 | * Copyright (c) Remix Software Inc. |
| 195 | * |
| 196 | * This source code is licensed under the MIT license found in the |
| 197 | * LICENSE.md file in the root directory of this source tree. |
| 198 | * |
| 199 | * @license MIT |
| 200 | */ |
| 201 | |
| 202 | /** @license React v16.13.1 |
| 203 | * react-is.production.min.js |
| 204 | * |
| 205 | * Copyright (c) Facebook, Inc. and its affiliates. |
| 206 | * |
| 207 | * This source code is licensed under the MIT license found in the |
| 208 | * LICENSE file in the root directory of this source tree. |
| 209 | */ |
| 210 | |
| 211 | /** @license React v17.0.2 |
| 212 | * react-is.production.min.js |
| 213 | * |
| 214 | * Copyright (c) Facebook, Inc. and its affiliates. |
| 215 | * |
| 216 | * This source code is licensed under the MIT license found in the |
| 217 | * LICENSE file in the root directory of this source tree. |
| 218 | */ |
| 219 | |
| 220 | /**! |
| 221 | |
| 222 | @license |
| 223 | handlebars v4.7.9 |
| 224 | |
| 225 | Copyright (C) 2011-2019 by Yehuda Katz |
| 226 | |
| 227 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 228 | of this software and associated documentation files (the "Software"), to deal |
| 229 | in the Software without restriction, including without limitation the rights |
| 230 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 231 | copies of the Software, and to permit persons to whom the Software is |
| 232 | furnished to do so, subject to the following conditions: |
| 233 | |
| 234 | The above copyright notice and this permission notice shall be included in |
| 235 | all copies or substantial portions of the Software. |
| 236 | |
| 237 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 238 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 239 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 240 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 241 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 242 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 243 | THE SOFTWARE. |
| 244 | |
| 245 | */ |
| 246 | |
| 247 | //! Copyright (c) JS Foundation and other contributors |
| 248 | |
| 249 | //! github.com/moment/moment-timezone |
| 250 | |
| 251 | //! license : MIT |
| 252 | |
| 253 | //! moment-timezone-utils.js |
| 254 | |
| 255 | //! moment-timezone.js |
| 256 | |
| 257 | //! moment.js |
| 258 | |
| 259 | //! moment.js locale configuration |
| 260 | |
| 261 | //! version : 0.5.48 |
| 262 |