tabexseriescomponents 0.2.1004 → 0.2.1005

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/index.cjs.js CHANGED
@@ -14209,7 +14209,8 @@ var Checkout = function Checkout(props) {
14209
14209
  id: item.id,
14210
14210
  title_en: item.title_en,
14211
14211
  title_ar: item.title_ar,
14212
- value: item.value
14212
+ value: item.value,
14213
+ isrequired: item.isrequired
14213
14214
  };
14214
14215
  OrderExtraFieldsToBeSentArr.push(obj);
14215
14216
  }
package/dist/index.esm.js CHANGED
@@ -14158,7 +14158,8 @@ var Checkout = function Checkout(props) {
14158
14158
  id: item.id,
14159
14159
  title_en: item.title_en,
14160
14160
  title_ar: item.title_ar,
14161
- value: item.value
14161
+ value: item.value,
14162
+ isrequired: item.isrequired
14162
14163
  };
14163
14164
  OrderExtraFieldsToBeSentArr.push(obj);
14164
14165
  }
package/dist/index.umd.js CHANGED
@@ -14018,7 +14018,8 @@
14018
14018
  id: item.id,
14019
14019
  title_en: item.title_en,
14020
14020
  title_ar: item.title_ar,
14021
- value: item.value
14021
+ value: item.value,
14022
+ isrequired: item.isrequired
14022
14023
  };
14023
14024
  OrderExtraFieldsToBeSentArr.push(obj);
14024
14025
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1004",
3
+ "version": "0.2.1005",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",