@elliemae/ds-form-layout-blocks 3.2.0-rc.2 → 3.2.0

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.
package/dist/cjs/index.js CHANGED
@@ -4,6 +4,10 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __getProtoOf = Object.getPrototypeOf;
6
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
7
11
  var __copyProps = (to, from, except, desc) => {
8
12
  if (from && typeof from === "object" || typeof from === "function") {
9
13
  for (let key of __getOwnPropNames(from))
@@ -16,8 +20,14 @@ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "defau
16
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
17
21
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
22
  var src_exports = {};
23
+ __export(src_exports, {
24
+ DSFormLayoutCheckboxGroup: () => import_form_layout_checkbox_group.DSFormLayoutCheckboxGroup,
25
+ DSFormLayoutCheckboxGroupWithSchema: () => import_form_layout_checkbox_group.DSFormLayoutCheckboxGroupWithSchema,
26
+ DSFormLayoutRadioGroup: () => import_form_layout_checkbox_group.DSFormLayoutCheckboxGroup,
27
+ DSFormLayoutRadioGroupWithSchema: () => import_form_layout_checkbox_group.DSFormLayoutCheckboxGroupWithSchema
28
+ });
19
29
  module.exports = __toCommonJS(src_exports);
20
30
  var React = __toESM(require("react"));
21
31
  __reExport(src_exports, require("./form-layout-block-item"), module.exports);
22
- __reExport(src_exports, require("./form-layout-checkbox-group"), module.exports);
32
+ var import_form_layout_checkbox_group = require("./form-layout-checkbox-group");
23
33
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx", "../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export * from './form-layout-block-item';\nexport * from './form-layout-checkbox-group';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,qCAAd;AACA,wBAAc,yCADd;",
4
+ "sourcesContent": ["export * from './form-layout-block-item';\nexport {\n DSFormLayoutCheckboxGroup,\n DSFormLayoutCheckboxGroupWithSchema,\n DSFormLayoutCheckboxGroup as DSFormLayoutRadioGroup,\n DSFormLayoutCheckboxGroupWithSchema as DSFormLayoutRadioGroupWithSchema,\n} from './form-layout-checkbox-group';\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,qCAAd;AACA,wCAKO;",
6
6
  "names": []
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,4 +1,15 @@
1
1
  import * as React from "react";
2
2
  export * from "./form-layout-block-item";
3
- export * from "./form-layout-checkbox-group";
3
+ import {
4
+ DSFormLayoutCheckboxGroup,
5
+ DSFormLayoutCheckboxGroupWithSchema,
6
+ DSFormLayoutCheckboxGroup as DSFormLayoutCheckboxGroup2,
7
+ DSFormLayoutCheckboxGroupWithSchema as DSFormLayoutCheckboxGroupWithSchema2
8
+ } from "./form-layout-checkbox-group";
9
+ export {
10
+ DSFormLayoutCheckboxGroup,
11
+ DSFormLayoutCheckboxGroupWithSchema,
12
+ DSFormLayoutCheckboxGroup2 as DSFormLayoutRadioGroup,
13
+ DSFormLayoutCheckboxGroupWithSchema2 as DSFormLayoutRadioGroupWithSchema
14
+ };
4
15
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from './form-layout-block-item';\nexport * from './form-layout-checkbox-group';\n"],
5
- "mappings": "AAAA;ACAA;AACA;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from './form-layout-block-item';\nexport {\n DSFormLayoutCheckboxGroup,\n DSFormLayoutCheckboxGroupWithSchema,\n DSFormLayoutCheckboxGroup as DSFormLayoutRadioGroup,\n DSFormLayoutCheckboxGroupWithSchema as DSFormLayoutRadioGroupWithSchema,\n} from './form-layout-checkbox-group';\n"],
5
+ "mappings": "AAAA;ACAA;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-layout-blocks",
3
- "version": "3.2.0-rc.2",
3
+ "version": "3.2.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Layout",
6
6
  "files": [
@@ -75,8 +75,8 @@
75
75
  "indent": 4
76
76
  },
77
77
  "dependencies": {
78
- "@elliemae/ds-system": "3.2.0-rc.2",
79
- "@elliemae/ds-utilities": "3.2.0-rc.2",
78
+ "@elliemae/ds-system": "3.2.0",
79
+ "@elliemae/ds-utilities": "3.2.0",
80
80
  "uid": "~2.0.0"
81
81
  },
82
82
  "devDependencies": {