tabexseriescomponents 0.0.92 → 0.0.93
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 +0 -3
- package/dist/index.esm.js +0 -3
- package/dist/index.umd.js +0 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7556,9 +7556,6 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
7556
7556
|
React.useEffect(function () {
|
|
7557
7557
|
setsectionproperties(props.sectionpropertiesprops);
|
|
7558
7558
|
}, [props.sectionpropertiesprops]);
|
|
7559
|
-
React.useEffect(function () {
|
|
7560
|
-
alert(authdetailsContext);
|
|
7561
|
-
}, []);
|
|
7562
7559
|
var sectionstyles = {
|
|
7563
7560
|
collectionbtn: glamor.css({
|
|
7564
7561
|
color: sectionproperties.collectionsectiontextcolor,
|
package/dist/index.esm.js
CHANGED
|
@@ -7513,9 +7513,6 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
7513
7513
|
useEffect(function () {
|
|
7514
7514
|
setsectionproperties(props.sectionpropertiesprops);
|
|
7515
7515
|
}, [props.sectionpropertiesprops]);
|
|
7516
|
-
useEffect(function () {
|
|
7517
|
-
alert(authdetailsContext);
|
|
7518
|
-
}, []);
|
|
7519
7516
|
var sectionstyles = {
|
|
7520
7517
|
collectionbtn: css({
|
|
7521
7518
|
color: sectionproperties.collectionsectiontextcolor,
|
package/dist/index.umd.js
CHANGED
|
@@ -7496,9 +7496,6 @@
|
|
|
7496
7496
|
React.useEffect(function () {
|
|
7497
7497
|
setsectionproperties(props.sectionpropertiesprops);
|
|
7498
7498
|
}, [props.sectionpropertiesprops]);
|
|
7499
|
-
React.useEffect(function () {
|
|
7500
|
-
alert(authdetailsContext);
|
|
7501
|
-
}, []);
|
|
7502
7499
|
var sectionstyles = {
|
|
7503
7500
|
collectionbtn: glamor.css({
|
|
7504
7501
|
color: sectionproperties.collectionsectiontextcolor,
|