tabexseriescomponents 0.0.582 → 0.0.583
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 +4 -2
- package/dist/index.esm.js +4 -2
- package/dist/index.umd.js +4 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -4053,7 +4053,8 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4053
4053
|
"class": TabsStyles.booknow_btn + ' allcentered mt-sm-3 ',
|
|
4054
4054
|
style: {
|
|
4055
4055
|
opacity: 0.5,
|
|
4056
|
-
cursor: 'not-allowed'
|
|
4056
|
+
cursor: 'not-allowed',
|
|
4057
|
+
background: '#ccc'
|
|
4057
4058
|
}
|
|
4058
4059
|
}, /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.generalbtn_bookedcontent : sectionproperties.generalbtn_bookedcontent_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4059
4060
|
"class": "col-sm-3 p-0 d-none d-sm-flex justify-content-end justify-content-sm-center align-items-center"
|
|
@@ -4156,7 +4157,8 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4156
4157
|
border: sectionproperties.time_borderwidth + 'px solid ' + sectionproperties.time_borderColor,
|
|
4157
4158
|
color: sectionproperties.time_timeColor,
|
|
4158
4159
|
fontWeight: sectionproperties.time_timeFontweight,
|
|
4159
|
-
fontSize: sectionproperties.time_timeFontsize + 'px'
|
|
4160
|
+
fontSize: sectionproperties.time_timeFontsize + 'px',
|
|
4161
|
+
background: '#ccc'
|
|
4160
4162
|
}
|
|
4161
4163
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
4162
4164
|
"class": ' p-0 m-0 '
|
package/dist/index.esm.js
CHANGED
|
@@ -4004,7 +4004,8 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4004
4004
|
"class": TabsStyles.booknow_btn + ' allcentered mt-sm-3 ',
|
|
4005
4005
|
style: {
|
|
4006
4006
|
opacity: 0.5,
|
|
4007
|
-
cursor: 'not-allowed'
|
|
4007
|
+
cursor: 'not-allowed',
|
|
4008
|
+
background: '#ccc'
|
|
4008
4009
|
}
|
|
4009
4010
|
}, /*#__PURE__*/React.createElement("span", null, langdetect == 'en' ? sectionproperties.generalbtn_bookedcontent : sectionproperties.generalbtn_bookedcontent_ar))), /*#__PURE__*/React.createElement("div", {
|
|
4010
4011
|
"class": "col-sm-3 p-0 d-none d-sm-flex justify-content-end justify-content-sm-center align-items-center"
|
|
@@ -4107,7 +4108,8 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4107
4108
|
border: sectionproperties.time_borderwidth + 'px solid ' + sectionproperties.time_borderColor,
|
|
4108
4109
|
color: sectionproperties.time_timeColor,
|
|
4109
4110
|
fontWeight: sectionproperties.time_timeFontweight,
|
|
4110
|
-
fontSize: sectionproperties.time_timeFontsize + 'px'
|
|
4111
|
+
fontSize: sectionproperties.time_timeFontsize + 'px',
|
|
4112
|
+
background: '#ccc'
|
|
4111
4113
|
}
|
|
4112
4114
|
}, /*#__PURE__*/React.createElement("p", {
|
|
4113
4115
|
"class": ' p-0 m-0 '
|
package/dist/index.umd.js
CHANGED
|
@@ -3877,7 +3877,8 @@
|
|
|
3877
3877
|
"class": TabsStyles.booknow_btn + ' allcentered mt-sm-3 ',
|
|
3878
3878
|
style: {
|
|
3879
3879
|
opacity: 0.5,
|
|
3880
|
-
cursor: 'not-allowed'
|
|
3880
|
+
cursor: 'not-allowed',
|
|
3881
|
+
background: '#ccc'
|
|
3881
3882
|
}
|
|
3882
3883
|
}, /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.generalbtn_bookedcontent : sectionproperties.generalbtn_bookedcontent_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3883
3884
|
"class": "col-sm-3 p-0 d-none d-sm-flex justify-content-end justify-content-sm-center align-items-center"
|
|
@@ -3980,7 +3981,8 @@
|
|
|
3980
3981
|
border: sectionproperties.time_borderwidth + 'px solid ' + sectionproperties.time_borderColor,
|
|
3981
3982
|
color: sectionproperties.time_timeColor,
|
|
3982
3983
|
fontWeight: sectionproperties.time_timeFontweight,
|
|
3983
|
-
fontSize: sectionproperties.time_timeFontsize + 'px'
|
|
3984
|
+
fontSize: sectionproperties.time_timeFontsize + 'px',
|
|
3985
|
+
background: '#ccc'
|
|
3984
3986
|
}
|
|
3985
3987
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3986
3988
|
"class": ' p-0 m-0 '
|