tabexseriescomponents 0.0.362 → 0.0.363
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/.expo/README.md +15 -0
- package/.expo/settings.json +8 -0
- package/dist/index.cjs.js +7 -10
- package/dist/index.esm.js +7 -10
- package/dist/index.umd.js +7 -10
- package/package.json +1 -1
package/.expo/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
> Why do I have a folder named ".expo" in my project?
|
|
2
|
+
|
|
3
|
+
The ".expo" folder is created when an Expo project is started using "expo start" command.
|
|
4
|
+
|
|
5
|
+
> What do the files contain?
|
|
6
|
+
|
|
7
|
+
- "devices.json": contains information about devices that have recently opened this project. This is used to populate the "Development sessions" list in your development builds.
|
|
8
|
+
- "packager-info.json": contains port numbers and process PIDs that are used to serve the application to the mobile device/simulator.
|
|
9
|
+
- "settings.json": contains the server configuration that is used to serve the application manifest.
|
|
10
|
+
|
|
11
|
+
> Should I commit the ".expo" folder?
|
|
12
|
+
|
|
13
|
+
No, you should not share the ".expo" folder. It does not contain any information that is relevant for other developers working on the project, it is specific to your machine.
|
|
14
|
+
|
|
15
|
+
Upon project creation, the ".expo" folder is already added to your ".gitignore" file.
|
package/dist/index.cjs.js
CHANGED
|
@@ -41761,7 +41761,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
41761
41761
|
function ownKeys$1m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
41762
41762
|
function _objectSpread$1m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1m(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41763
41763
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
41764
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$
|
|
41764
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
41765
41765
|
var _useState = React.useState(''),
|
|
41766
41766
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
41767
41767
|
sectionproperties = _useState2[0],
|
|
@@ -42192,20 +42192,17 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
42192
42192
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
42193
42193
|
onClick: function onClick() {
|
|
42194
42194
|
var _authdetailsContext$i15;
|
|
42195
|
-
|
|
42196
|
-
var _authdetailsContext$i16;
|
|
42197
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink, '_blank');
|
|
42198
|
-
}
|
|
42195
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink, '_blank');
|
|
42199
42196
|
}
|
|
42200
42197
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
42201
42198
|
size: sectionproperties.instgrambtniconfontsize
|
|
42202
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42199
|
+
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
42203
42200
|
"class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
42204
42201
|
onClick: function onClick() {
|
|
42205
|
-
var _authdetailsContext$
|
|
42206
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42207
|
-
var _authdetailsContext$
|
|
42208
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42202
|
+
var _authdetailsContext$i17;
|
|
42203
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
42204
|
+
var _authdetailsContext$i18;
|
|
42205
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
|
|
42209
42206
|
}
|
|
42210
42207
|
}
|
|
42211
42208
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
package/dist/index.esm.js
CHANGED
|
@@ -41712,7 +41712,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
41712
41712
|
function ownKeys$1m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
41713
41713
|
function _objectSpread$1m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1m(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41714
41714
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
41715
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$
|
|
41715
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
41716
41716
|
var _useState = useState(''),
|
|
41717
41717
|
_useState2 = _slicedToArray(_useState, 2),
|
|
41718
41718
|
sectionproperties = _useState2[0],
|
|
@@ -42143,20 +42143,17 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
42143
42143
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
42144
42144
|
onClick: function onClick() {
|
|
42145
42145
|
var _authdetailsContext$i15;
|
|
42146
|
-
|
|
42147
|
-
var _authdetailsContext$i16;
|
|
42148
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink, '_blank');
|
|
42149
|
-
}
|
|
42146
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink, '_blank');
|
|
42150
42147
|
}
|
|
42151
42148
|
}, /*#__PURE__*/React.createElement(FaLinkedinIn, {
|
|
42152
42149
|
size: sectionproperties.instgrambtniconfontsize
|
|
42153
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42150
|
+
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React.createElement("p", {
|
|
42154
42151
|
"class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
42155
42152
|
onClick: function onClick() {
|
|
42156
|
-
var _authdetailsContext$
|
|
42157
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42158
|
-
var _authdetailsContext$
|
|
42159
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42153
|
+
var _authdetailsContext$i17;
|
|
42154
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
42155
|
+
var _authdetailsContext$i18;
|
|
42156
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
|
|
42160
42157
|
}
|
|
42161
42158
|
}
|
|
42162
42159
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
package/dist/index.umd.js
CHANGED
|
@@ -41594,7 +41594,7 @@
|
|
|
41594
41594
|
function ownKeys$1m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
41595
41595
|
function _objectSpread$1m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1m(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41596
41596
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
41597
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$
|
|
41597
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
41598
41598
|
var _useState = React.useState(''),
|
|
41599
41599
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
41600
41600
|
sectionproperties = _useState2[0],
|
|
@@ -42025,20 +42025,17 @@
|
|
|
42025
42025
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
42026
42026
|
onClick: function onClick() {
|
|
42027
42027
|
var _authdetailsContext$i15;
|
|
42028
|
-
|
|
42029
|
-
var _authdetailsContext$i16;
|
|
42030
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink, '_blank');
|
|
42031
|
-
}
|
|
42028
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink, '_blank');
|
|
42032
42029
|
}
|
|
42033
42030
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
42034
42031
|
size: sectionproperties.instgrambtniconfontsize
|
|
42035
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42032
|
+
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
42036
42033
|
"class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
42037
42034
|
onClick: function onClick() {
|
|
42038
|
-
var _authdetailsContext$
|
|
42039
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42040
|
-
var _authdetailsContext$
|
|
42041
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42035
|
+
var _authdetailsContext$i17;
|
|
42036
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
42037
|
+
var _authdetailsContext$i18;
|
|
42038
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
|
|
42042
42039
|
}
|
|
42043
42040
|
}
|
|
42044
42041
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|