react-survey-builder 1.0.119 → 1.0.120

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.
@@ -2197,7 +2197,8 @@ export var Checkboxes = /*#__PURE__*/function (_React$Component2) {
2197
2197
  className: "text-center me-2"
2198
2198
  }, /*#__PURE__*/React.createElement(IconComponent, {
2199
2199
  iconImportString: option.icon,
2200
- size: 50
2200
+ size: 50,
2201
+ key: "icon_".concat(name, "_").concat(option.value)
2201
2202
  })))));
2202
2203
  })), /*#__PURE__*/React.createElement(ComponentErrorMessage, {
2203
2204
  name: name
@@ -2395,7 +2396,8 @@ export var RadioButtons = /*#__PURE__*/function (_React$Component4) {
2395
2396
  className: "text-center"
2396
2397
  }, /*#__PURE__*/React.createElement(IconComponent, {
2397
2398
  iconImportString: option.icon,
2398
- size: 80
2399
+ size: 80,
2400
+ key: "icon_".concat(name, "_").concat(option.value)
2399
2401
  })), option.image && /*#__PURE__*/React.createElement("div", {
2400
2402
  className: "text-center mx-auto d-block",
2401
2403
  style: {
@@ -2446,7 +2448,8 @@ export var RadioButtons = /*#__PURE__*/function (_React$Component4) {
2446
2448
  className: "text-center me-2"
2447
2449
  }, /*#__PURE__*/React.createElement(IconComponent, {
2448
2450
  iconImportString: option.icon,
2449
- size: 50
2451
+ size: 50,
2452
+ key: "icon_".concat(name, "_").concat(option.value)
2450
2453
  })), option.image && /*#__PURE__*/React.createElement("div", {
2451
2454
  className: "text-center me-2",
2452
2455
  style: {
@@ -2557,7 +2560,8 @@ export var ButtonList = /*#__PURE__*/function (_React$Component5) {
2557
2560
  className: "text-center"
2558
2561
  }, /*#__PURE__*/React.createElement(IconComponent, {
2559
2562
  iconImportString: option.icon,
2560
- size: 80
2563
+ size: 80,
2564
+ key: "icon_".concat(name, "_").concat(option.value)
2561
2565
  })), option.image && /*#__PURE__*/React.createElement("div", {
2562
2566
  className: "text-center mx-auto d-block",
2563
2567
  style: {
@@ -2608,7 +2612,8 @@ export var ButtonList = /*#__PURE__*/function (_React$Component5) {
2608
2612
  className: "text-center me-2"
2609
2613
  }, /*#__PURE__*/React.createElement(IconComponent, {
2610
2614
  iconImportString: option.icon,
2611
- size: 50
2615
+ size: 50,
2616
+ key: "icon_".concat(name, "_").concat(option.value)
2612
2617
  })), option.image && /*#__PURE__*/React.createElement("div", {
2613
2618
  className: "text-center me-2",
2614
2619
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-survey-builder",
3
- "version": "1.0.119",
3
+ "version": "1.0.120",
4
4
  "description": "A complete survey builder for react.",
5
5
  "main": "lib/index.js",
6
6
  "types": "types/index.d.ts",