tabexseriescomponents 0.0.567 → 0.0.568
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 +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -4083,9 +4083,9 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4083
4083
|
} else if (slotsubstr == '23') {
|
|
4084
4084
|
slot = '11' + slotsubstr2 + ' PM';
|
|
4085
4085
|
} else if (slotsubstr == '24') {
|
|
4086
|
-
slot = '12' + slotsubstr2 + '
|
|
4086
|
+
slot = '12' + slotsubstr2 + ' PM';
|
|
4087
4087
|
} else {
|
|
4088
|
-
slot = slotsubstr + slotsubstr2 + '
|
|
4088
|
+
slot = slotsubstr + slotsubstr2 + ' PM';
|
|
4089
4089
|
}
|
|
4090
4090
|
if (item.available) {
|
|
4091
4091
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
package/dist/index.esm.js
CHANGED
|
@@ -4034,9 +4034,9 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4034
4034
|
} else if (slotsubstr == '23') {
|
|
4035
4035
|
slot = '11' + slotsubstr2 + ' PM';
|
|
4036
4036
|
} else if (slotsubstr == '24') {
|
|
4037
|
-
slot = '12' + slotsubstr2 + '
|
|
4037
|
+
slot = '12' + slotsubstr2 + ' PM';
|
|
4038
4038
|
} else {
|
|
4039
|
-
slot = slotsubstr + slotsubstr2 + '
|
|
4039
|
+
slot = slotsubstr + slotsubstr2 + ' PM';
|
|
4040
4040
|
}
|
|
4041
4041
|
if (item.available) {
|
|
4042
4042
|
return /*#__PURE__*/React.createElement("div", {
|
package/dist/index.umd.js
CHANGED
|
@@ -3907,9 +3907,9 @@
|
|
|
3907
3907
|
} else if (slotsubstr == '23') {
|
|
3908
3908
|
slot = '11' + slotsubstr2 + ' PM';
|
|
3909
3909
|
} else if (slotsubstr == '24') {
|
|
3910
|
-
slot = '12' + slotsubstr2 + '
|
|
3910
|
+
slot = '12' + slotsubstr2 + ' PM';
|
|
3911
3911
|
} else {
|
|
3912
|
-
slot = slotsubstr + slotsubstr2 + '
|
|
3912
|
+
slot = slotsubstr + slotsubstr2 + ' PM';
|
|
3913
3913
|
}
|
|
3914
3914
|
if (item.available) {
|
|
3915
3915
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|