tabexseriescomponents 0.2.1388 → 0.2.1389

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
@@ -83713,7 +83713,7 @@ var TrackOrderStatus = function TrackOrderStatus(props) {
83713
83713
  });
83714
83714
  var currentStatusIndex = foundIndex === -1 ? 0 : foundIndex;
83715
83715
  return /*#__PURE__*/React__default["default"].createElement("div", {
83716
- "class": "col-3 col-md-6 \u0629\u0644\u0627-3 col-sm-12 allcentered col-md-4"
83716
+ "class": "col-3 col-md-6 \u0629\u0644\u0627-3 col-sm-12 allcentered col-md-4 mb-md-3"
83717
83717
  }, /*#__PURE__*/React__default["default"].createElement("div", {
83718
83718
  className: "row m-0 w-100 flex-column allcentered p-4 ".concat(index === currentStatusIndex ? 'current-status' : ''),
83719
83719
  style: {
@@ -83754,7 +83754,8 @@ var TrackOrderStatus = function TrackOrderStatus(props) {
83754
83754
  width: 300,
83755
83755
  height: 45,
83756
83756
  borderRadius: 12,
83757
- background: 'green'
83757
+ background: 'green',
83758
+ color: '#fff'
83758
83759
  },
83759
83760
  onClick: function onClick() {
83760
83761
  // fetchorderhistoryQueryContext.refetch();
package/dist/index.esm.js CHANGED
@@ -83662,7 +83662,7 @@ var TrackOrderStatus = function TrackOrderStatus(props) {
83662
83662
  });
83663
83663
  var currentStatusIndex = foundIndex === -1 ? 0 : foundIndex;
83664
83664
  return /*#__PURE__*/React.createElement("div", {
83665
- "class": "col-3 col-md-6 \u0629\u0644\u0627-3 col-sm-12 allcentered col-md-4"
83665
+ "class": "col-3 col-md-6 \u0629\u0644\u0627-3 col-sm-12 allcentered col-md-4 mb-md-3"
83666
83666
  }, /*#__PURE__*/React.createElement("div", {
83667
83667
  className: "row m-0 w-100 flex-column allcentered p-4 ".concat(index === currentStatusIndex ? 'current-status' : ''),
83668
83668
  style: {
@@ -83703,7 +83703,8 @@ var TrackOrderStatus = function TrackOrderStatus(props) {
83703
83703
  width: 300,
83704
83704
  height: 45,
83705
83705
  borderRadius: 12,
83706
- background: 'green'
83706
+ background: 'green',
83707
+ color: '#fff'
83707
83708
  },
83708
83709
  onClick: function onClick() {
83709
83710
  // fetchorderhistoryQueryContext.refetch();
package/dist/index.umd.js CHANGED
@@ -83515,7 +83515,7 @@
83515
83515
  });
83516
83516
  var currentStatusIndex = foundIndex === -1 ? 0 : foundIndex;
83517
83517
  return /*#__PURE__*/React__default["default"].createElement("div", {
83518
- "class": "col-3 col-md-6 \u0629\u0644\u0627-3 col-sm-12 allcentered col-md-4"
83518
+ "class": "col-3 col-md-6 \u0629\u0644\u0627-3 col-sm-12 allcentered col-md-4 mb-md-3"
83519
83519
  }, /*#__PURE__*/React__default["default"].createElement("div", {
83520
83520
  className: "row m-0 w-100 flex-column allcentered p-4 ".concat(index === currentStatusIndex ? 'current-status' : ''),
83521
83521
  style: {
@@ -83556,7 +83556,8 @@
83556
83556
  width: 300,
83557
83557
  height: 45,
83558
83558
  borderRadius: 12,
83559
- background: 'green'
83559
+ background: 'green',
83560
+ color: '#fff'
83560
83561
  },
83561
83562
  onClick: function onClick() {
83562
83563
  // fetchorderhistoryQueryContext.refetch();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1388",
3
+ "version": "0.2.1389",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",