tabexseriescomponents 0.2.927 → 0.2.928
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 +1 -0
- package/dist/index.esm.js +1 -0
- package/dist/index.umd.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -51381,6 +51381,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
51381
51381
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
51382
51382
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
51383
51383
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
51384
|
+
var favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
|
|
51384
51385
|
React.useEffect(function () {
|
|
51385
51386
|
if (props.srcfrom == 'addsectionform') {
|
|
51386
51387
|
var secpropobj = {};
|
package/dist/index.esm.js
CHANGED
|
@@ -51331,6 +51331,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
51331
51331
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
51332
51332
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
51333
51333
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
51334
|
+
var favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
|
|
51334
51335
|
useEffect(function () {
|
|
51335
51336
|
if (props.srcfrom == 'addsectionform') {
|
|
51336
51337
|
var secpropobj = {};
|
package/dist/index.umd.js
CHANGED
|
@@ -51191,6 +51191,7 @@
|
|
|
51191
51191
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
51192
51192
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
51193
51193
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
51194
|
+
var favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
|
|
51194
51195
|
React.useEffect(function () {
|
|
51195
51196
|
if (props.srcfrom == 'addsectionform') {
|
|
51196
51197
|
var secpropobj = {};
|