tabexseriescomponents 0.1.737 → 0.2.738

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
@@ -15681,11 +15681,17 @@ var CartSlider = function CartSlider(props) {
15681
15681
  }, sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
15682
15682
  className: " ".concat(cart_cssstyles.cart_btn) + ' mb-2 d-flex align-items-center justify-content-center ',
15683
15683
  onClick: function onClick() {
15684
+ setOpenCloseCartSlider(false);
15685
+ setsidecartnavshowWorkplaceDesigncontext(false);
15686
+ setsidecartnavshowcontext(false);
15684
15687
  routingcountext(StaticPagesLinksContext.viewcart);
15685
15688
  }
15686
15689
  }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), /*#__PURE__*/React__default["default"].createElement("button", {
15687
15690
  className: " ".concat(cart_cssstyles.checkoutbtn),
15688
15691
  onClick: function onClick() {
15692
+ setOpenCloseCartSlider(false);
15693
+ setsidecartnavshowWorkplaceDesigncontext(false);
15694
+ setsidecartnavshowcontext(false);
15689
15695
  routingcountext(StaticPagesLinksContext.Checkout);
15690
15696
  }
15691
15697
  }, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
@@ -19216,7 +19222,12 @@ var CardsSection = function CardsSection(props) {
19216
19222
  };
19217
19223
  if (fetchingtype == 'products') {
19218
19224
  var _arrayItem$features3;
19219
- var itemquantity = parseInt(sectionproperties.startquantity);
19225
+ // var itemquantity = parseInt(sectionproperties.startquantity);
19226
+
19227
+ var itemquantity = 0;
19228
+ if (sectionproperties.startquantity != undefined && sectionproperties.startquantity != null && sectionproperties.startquantity != '') {
19229
+ itemquantity = parseInt(sectionproperties.startquantity);
19230
+ }
19220
19231
  var variants_w_options = [];
19221
19232
  if (langdetect == 'en') {
19222
19233
  cardobj.name = arrayItem.productinfo.name_en;
package/dist/index.esm.js CHANGED
@@ -15632,11 +15632,17 @@ var CartSlider = function CartSlider(props) {
15632
15632
  }, sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("button", {
15633
15633
  className: " ".concat(cart_cssstyles.cart_btn) + ' mb-2 d-flex align-items-center justify-content-center ',
15634
15634
  onClick: function onClick() {
15635
+ setOpenCloseCartSlider(false);
15636
+ setsidecartnavshowWorkplaceDesigncontext(false);
15637
+ setsidecartnavshowcontext(false);
15635
15638
  routingcountext(StaticPagesLinksContext.viewcart);
15636
15639
  }
15637
15640
  }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), /*#__PURE__*/React.createElement("button", {
15638
15641
  className: " ".concat(cart_cssstyles.checkoutbtn),
15639
15642
  onClick: function onClick() {
15643
+ setOpenCloseCartSlider(false);
15644
+ setsidecartnavshowWorkplaceDesigncontext(false);
15645
+ setsidecartnavshowcontext(false);
15640
15646
  routingcountext(StaticPagesLinksContext.Checkout);
15641
15647
  }
15642
15648
  }, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
@@ -19167,7 +19173,12 @@ var CardsSection = function CardsSection(props) {
19167
19173
  };
19168
19174
  if (fetchingtype == 'products') {
19169
19175
  var _arrayItem$features3;
19170
- var itemquantity = parseInt(sectionproperties.startquantity);
19176
+ // var itemquantity = parseInt(sectionproperties.startquantity);
19177
+
19178
+ var itemquantity = 0;
19179
+ if (sectionproperties.startquantity != undefined && sectionproperties.startquantity != null && sectionproperties.startquantity != '') {
19180
+ itemquantity = parseInt(sectionproperties.startquantity);
19181
+ }
19171
19182
  var variants_w_options = [];
19172
19183
  if (langdetect == 'en') {
19173
19184
  cardobj.name = arrayItem.productinfo.name_en;
package/dist/index.umd.js CHANGED
@@ -15497,11 +15497,17 @@
15497
15497
  }, sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
15498
15498
  className: " ".concat(cart_cssstyles.cart_btn) + ' mb-2 d-flex align-items-center justify-content-center ',
15499
15499
  onClick: function onClick() {
15500
+ setOpenCloseCartSlider(false);
15501
+ setsidecartnavshowWorkplaceDesigncontext(false);
15502
+ setsidecartnavshowcontext(false);
15500
15503
  routingcountext(StaticPagesLinksContext.viewcart);
15501
15504
  }
15502
15505
  }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), /*#__PURE__*/React__default["default"].createElement("button", {
15503
15506
  className: " ".concat(cart_cssstyles.checkoutbtn),
15504
15507
  onClick: function onClick() {
15508
+ setOpenCloseCartSlider(false);
15509
+ setsidecartnavshowWorkplaceDesigncontext(false);
15510
+ setsidecartnavshowcontext(false);
15505
15511
  routingcountext(StaticPagesLinksContext.Checkout);
15506
15512
  }
15507
15513
  }, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
@@ -19032,7 +19038,12 @@
19032
19038
  };
19033
19039
  if (fetchingtype == 'products') {
19034
19040
  var _arrayItem$features3;
19035
- var itemquantity = parseInt(sectionproperties.startquantity);
19041
+ // var itemquantity = parseInt(sectionproperties.startquantity);
19042
+
19043
+ var itemquantity = 0;
19044
+ if (sectionproperties.startquantity != undefined && sectionproperties.startquantity != null && sectionproperties.startquantity != '') {
19045
+ itemquantity = parseInt(sectionproperties.startquantity);
19046
+ }
19036
19047
  var variants_w_options = [];
19037
19048
  if (langdetect == 'en') {
19038
19049
  cardobj.name = arrayItem.productinfo.name_en;
package/package.json CHANGED
@@ -1,8 +1,15 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.1.737",
3
+ "version": "0.2.738",
4
+ "type": "module",
4
5
  "description": "your description",
5
6
  "main": "dist/index.cjs.js",
7
+ "module": "dist/index.esm.js",
8
+ "exports": {
9
+ "import": "./dist/index.esm.js",
10
+ "require": "./dist/index.cjs.js"
11
+ },
12
+ "sideEffects": false,
6
13
  "scripts": {
7
14
  "build": "rollup -c",
8
15
  "updater": "vite build --watch"
@@ -17,7 +24,6 @@
17
24
  "@react-icons/all-files": "^4.1.0",
18
25
  "@react-oauth/google": "^0.2.6",
19
26
  "@rollup/plugin-node-resolve": "^13.3.0",
20
- "aos": "^3.0.0-beta.6",
21
27
  "axios": "^0.27.2",
22
28
  "before-after-react": "^1.0.5",
23
29
  "glamor": "^2.20.40",
@@ -25,17 +31,17 @@
25
31
  "imagekitio-react": "^1.1.1",
26
32
  "jwt-decode": "^3.1.2",
27
33
  "postcss": "^8.4.16",
28
- "react": "^18.2.0",
34
+ "react": "^19.0.0",
29
35
  "react-accessible-accordion": "^5.0.0",
30
36
  "react-background-slideshow": "^1.0.4",
31
37
  "react-bootstrap": "^2.5.0",
32
38
  "react-countdown-circle-timer": "^3.2.1",
33
39
  "react-cssfx-loading": "^2.1.0",
34
- "react-datepicker": "^7.5.0",
35
- "react-dom": "18.2.0",
40
+ "react-datepicker": "8.1.0",
41
+ "react-dom": "^19.0.0",
36
42
  "react-facebook-login": "^4.1.1",
37
43
  "react-horizontal-scrolling-menu": "^3.2.0",
38
- "react-image-gallery": "^1.2.9",
44
+ "react-image-gallery": "^1.4.0",
39
45
  "react-input-range": "^1.3.0",
40
46
  "react-intersection-observer": "^9.4.0",
41
47
  "react-multilevel-dropdown": "^3.0.3",
@@ -60,7 +66,7 @@
60
66
  "universal-cookie": "^4.0.4"
61
67
  },
62
68
  "keywords": [
63
- "react",
69
+ "react",
64
70
  "keywords"
65
71
  ],
66
72
  "author": "tabex",
@@ -79,4 +85,4 @@
79
85
  "rollup-plugin-sourcemaps": "^0.6.3",
80
86
  "rollup-plugin-styles": "^3.14.1"
81
87
  }
82
- }
88
+ }
@@ -1,15 +1,8 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.852",
4
- "type": "module",
3
+ "version": "0.1.737",
5
4
  "description": "your description",
6
5
  "main": "dist/index.cjs.js",
7
- "module": "dist/index.esm.js",
8
- "exports": {
9
- "import": "./dist/index.esm.js",
10
- "require": "./dist/index.cjs.js"
11
- },
12
- "sideEffects": false,
13
6
  "scripts": {
14
7
  "build": "rollup -c",
15
8
  "updater": "vite build --watch"
@@ -24,6 +17,7 @@
24
17
  "@react-icons/all-files": "^4.1.0",
25
18
  "@react-oauth/google": "^0.2.6",
26
19
  "@rollup/plugin-node-resolve": "^13.3.0",
20
+ "aos": "^3.0.0-beta.6",
27
21
  "axios": "^0.27.2",
28
22
  "before-after-react": "^1.0.5",
29
23
  "glamor": "^2.20.40",
@@ -31,17 +25,17 @@
31
25
  "imagekitio-react": "^1.1.1",
32
26
  "jwt-decode": "^3.1.2",
33
27
  "postcss": "^8.4.16",
34
- "react": "^19.0.0",
28
+ "react": "^18.2.0",
35
29
  "react-accessible-accordion": "^5.0.0",
36
30
  "react-background-slideshow": "^1.0.4",
37
31
  "react-bootstrap": "^2.5.0",
38
32
  "react-countdown-circle-timer": "^3.2.1",
39
33
  "react-cssfx-loading": "^2.1.0",
40
- "react-datepicker": "8.1.0",
41
- "react-dom": "^19.0.0",
34
+ "react-datepicker": "^7.5.0",
35
+ "react-dom": "18.2.0",
42
36
  "react-facebook-login": "^4.1.1",
43
37
  "react-horizontal-scrolling-menu": "^3.2.0",
44
- "react-image-gallery": "^1.4.0",
38
+ "react-image-gallery": "^1.2.9",
45
39
  "react-input-range": "^1.3.0",
46
40
  "react-intersection-observer": "^9.4.0",
47
41
  "react-multilevel-dropdown": "^3.0.3",
@@ -66,7 +60,7 @@
66
60
  "universal-cookie": "^4.0.4"
67
61
  },
68
62
  "keywords": [
69
- "react",
63
+ "react",
70
64
  "keywords"
71
65
  ],
72
66
  "author": "tabex",
@@ -85,4 +79,4 @@
85
79
  "rollup-plugin-sourcemaps": "^0.6.3",
86
80
  "rollup-plugin-styles": "^3.14.1"
87
81
  }
88
- }
82
+ }
package/src.zip ADDED
Binary file
package/yarn-error.log DELETED
@@ -1,118 +0,0 @@
1
- Arguments:
2
- C:\Program Files\nodejs\node.exe C:\Users\Lenovo\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js install
3
-
4
- PATH:
5
- C:\Python311\Scripts\;C:\Python311\;C:\Python39\Scripts\;C:\Python39\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Java\jdk-15.0.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Users\Lenovo\AppData\Local\Android\Sdk\platform-tools;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\Users\Lenovo\AppData\Local\Microsoft\WindowsApps;C:\Users\Lenovo\AppData\Local\atom\bin;C:\Users\Lenovo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Lenovo\AppData\Local\Microsoft\WindowsApps;C:\Users\Lenovo\AppData\Roaming\npm
6
-
7
- Yarn version:
8
- 1.22.19
9
-
10
- Node version:
11
- 21.6.2
12
-
13
- Platform:
14
- win32 x64
15
-
16
- Trace:
17
- SyntaxError: C:\tabexseries\tabex series projects\tabexseriescomponents-main\package.json: Expected ',' or '}' after property value in JSON at position 2986 (line 87 column 1)
18
- at JSON.parse (<anonymous>)
19
- at C:\Users\Lenovo\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:1629:59
20
- at Generator.next (<anonymous>)
21
- at step (C:\Users\Lenovo\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:310:30)
22
- at C:\Users\Lenovo\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:321:13
23
-
24
- npm manifest:
25
- {
26
- "name": "tabexseriescomponents",
27
- "version": "0.0.849",
28
- "type": "module",
29
- "description": "your description",
30
- "main": "dist/index.cjs.js",
31
- "module": "dist/index.esm.js",
32
- "exports": {
33
- "import": "./dist/index.esm.js",
34
- "require": "./dist/index.cjs.js"
35
- },
36
- "sideEffects": false,
37
- "scripts": {
38
- "build": "rollup -c",
39
- "updater": "vite build --watch"
40
- },
41
- "dependencies": {
42
- "@babel/runtime": "^7.12.5",
43
- "@emotion/react": "^11.10.5",
44
- "@emotion/styled": "^11.10.5",
45
- "@mui/material": "^5.11.1",
46
- "@mui/system": "^5.11.1",
47
- "@paypal/react-paypal-js": "^8.7.0",
48
- "@react-icons/all-files": "^4.1.0",
49
- "@react-oauth/google": "^0.2.6",
50
- "@rollup/plugin-node-resolve": "^13.3.0",
51
- "axios": "^0.27.2",
52
- "before-after-react": "^1.0.5",
53
- "glamor": "^2.20.40",
54
- "google-map-react": "^2.2.0",
55
- "imagekitio-react": "^1.1.1",
56
- "jwt-decode": "^3.1.2",
57
- "postcss": "^8.4.16",
58
- "react": "^19.0.0",
59
- "react-accessible-accordion": "^5.0.0",
60
- "react-background-slideshow": "^1.0.4",
61
- "react-bootstrap": "^2.5.0",
62
- "react-countdown-circle-timer": "^3.2.1",
63
- "react-cssfx-loading": "^2.1.0",
64
- "react-datepicker": "8.1.0",
65
- "react-dom": "^19.0.0",
66
- "react-facebook-login": "^4.1.1",
67
- "react-horizontal-scrolling-menu": "^3.2.0",
68
- "react-image-gallery": "^1.4.0",
69
- "react-input-range": "^1.3.0",
70
- "react-intersection-observer": "^9.4.0",
71
- "react-multilevel-dropdown": "^3.0.3",
72
- "react-notifications": "^1.7.4",
73
- "react-paginate": "^8.1.4",
74
- "react-phone-input-2": "^2.15.1",
75
- "react-player": "^2.11.0",
76
- "react-query": "^3.39.2",
77
- "react-rating-stars-component": "^2.2.0",
78
- "react-router": "^6.3.0",
79
- "react-router-dom": "^6.3.0",
80
- "react-select": "^5.4.0",
81
- "react-share": "^4.4.1",
82
- "react-slick": "^0.29.0",
83
- "react-slideshow-image": "^4.0.5",
84
- "react-textarea-autosize": "^8.3.4",
85
- "rollup-plugin-img": "^1.1.0",
86
- "rollup-plugin-import-css": "^3.0.3",
87
- "rollup-plugin-postcss": "^4.0.2",
88
- "rollup-plugin-terser": "^7.0.2",
89
- "swiper": "^9.2.4",
90
- "universal-cookie": "^4.0.4"
91
- },
92
- "keywords": [
93
- "react",
94
- "keywords"
95
- ],
96
- "author": "tabex",
97
- "license": "MIT",
98
- "devDependencies": {
99
- "@babel/cli": "^7.18.10",
100
- "@babel/core": "^7.18.13",
101
- "@babel/plugin-transform-runtime": "^7.12.10",
102
- "@babel/preset-env": "^7.18.10",
103
- "@babel/preset-react": "^7.18.6",
104
- "@rollup/plugin-babel": "^5.3.1",
105
- "@rollup/plugin-image": "^2.1.1",
106
- "autoprefixer": "^10.4.8",
107
- "rollup": "^2.79.0",
108
- "rollup-plugin-image": "^1.0.2",
109
- "rollup-plugin-sourcemaps": "^0.6.3",
110
- "rollup-plugin-styles": "^3.14.1"
111
-     }
112
- }
113
-
114
- yarn manifest:
115
- No manifest
116
-
117
- Lockfile:
118
- No lockfile