@formio/js 5.0.0-rc.72 → 5.0.0-rc.73

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@
10
10
  * MIT licensed
11
11
  */
12
12
 
13
- /*! formiojs v5.0.0-rc.72 | https://unpkg.com/formiojs@5.0.0-rc.72/LICENSE.txt */
13
+ /*! formiojs v5.0.0-rc.73 | https://unpkg.com/formiojs@5.0.0-rc.73/LICENSE.txt */
14
14
 
15
15
  /**
16
16
  * @license
@@ -20,7 +20,7 @@
20
20
 
21
21
  /*! @license DOMPurify 3.1.5 | (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.5/LICENSE */
22
22
 
23
- /*! formiojs v5.0.0-rc.72 | https://unpkg.com/formiojs@5.0.0-rc.72/LICENSE.txt */
23
+ /*! formiojs v5.0.0-rc.73 | https://unpkg.com/formiojs@5.0.0-rc.73/LICENSE.txt */
24
24
 
25
25
  /**
26
26
  * @license
@@ -6,5 +6,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const index_1 = __importDefault(require("./index"));
7
7
  const experimental_1 = require("@formio/core/experimental");
8
8
  experimental_1.Template.addTemplates(index_1.default);
9
- experimental_1.Template.defaultTemplates = index_1.default.bootstrap;
9
+ experimental_1.Template.defaultTemplates = experimental_1.Template.templates.bootstrap;
10
10
  exports.default = experimental_1.Template;
@@ -1,5 +1,5 @@
1
1
  import templates from './index';
2
2
  import { Template } from '@formio/core/experimental';
3
3
  Template.addTemplates(templates);
4
- Template.defaultTemplates = templates.bootstrap;
4
+ Template.defaultTemplates = Template.templates.bootstrap;
5
5
  export default Template;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/js",
3
- "version": "5.0.0-rc.72",
3
+ "version": "5.0.0-rc.73",
4
4
  "description": "JavaScript powered Forms with JSON Form Builder",
5
5
  "main": "lib/cjs/index.js",
6
6
  "exports": {