tabexseriescomponents 0.2.1396 → 0.2.1397
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 +5 -5
- package/dist/index.esm.js +5 -5
- package/dist/index.umd.js +5 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -27939,7 +27939,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
27939
27939
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
27940
27940
|
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27941
27941
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
27942
|
-
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-6 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
27942
|
+
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27943
27943
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
27944
27944
|
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
27945
27945
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
@@ -28007,7 +28007,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
28007
28007
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
28008
28008
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
28009
28009
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
28010
|
-
bootstapclass = ' col-xl-4 col-lg-4 col-md-6 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
28010
|
+
bootstapclass = ' col-xl-4 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
28011
28011
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
28012
28012
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0';
|
|
28013
28013
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
@@ -28039,7 +28039,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
28039
28039
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
28040
28040
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
28041
28041
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
28042
|
-
bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
28042
|
+
bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
28043
28043
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
28044
28044
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
|
|
28045
28045
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
@@ -28072,7 +28072,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
28072
28072
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
28073
28073
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
28074
28074
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
28075
|
-
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
28075
|
+
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
28076
28076
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
28077
28077
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
|
|
28078
28078
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
@@ -28102,7 +28102,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
28102
28102
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
28103
28103
|
bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
28104
28104
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
28105
|
-
bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
28105
|
+
bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
28106
28106
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
28107
28107
|
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0';
|
|
28108
28108
|
} else if (item.tabexsectioninfo.sectioncompname == 'CardWithTextOnly') {
|
package/dist/index.esm.js
CHANGED
|
@@ -27888,7 +27888,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
27888
27888
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
27889
27889
|
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27890
27890
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
27891
|
-
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-6 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
27891
|
+
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27892
27892
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
27893
27893
|
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
27894
27894
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
@@ -27956,7 +27956,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
27956
27956
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
27957
27957
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27958
27958
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
27959
|
-
bootstapclass = ' col-xl-4 col-lg-4 col-md-6 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
27959
|
+
bootstapclass = ' col-xl-4 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27960
27960
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
27961
27961
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0';
|
|
27962
27962
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
@@ -27988,7 +27988,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
27988
27988
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
27989
27989
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27990
27990
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
27991
|
-
bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
27991
|
+
bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27992
27992
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
27993
27993
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
|
|
27994
27994
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
@@ -28021,7 +28021,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
28021
28021
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
28022
28022
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
28023
28023
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
28024
|
-
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
28024
|
+
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
28025
28025
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
28026
28026
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
|
|
28027
28027
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
@@ -28051,7 +28051,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
28051
28051
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
28052
28052
|
bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
28053
28053
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
28054
|
-
bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
28054
|
+
bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
28055
28055
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
28056
28056
|
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0';
|
|
28057
28057
|
} else if (item.tabexsectioninfo.sectioncompname == 'CardWithTextOnly') {
|
package/dist/index.umd.js
CHANGED
|
@@ -27741,7 +27741,7 @@
|
|
|
27741
27741
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
27742
27742
|
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27743
27743
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
27744
|
-
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-6 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
27744
|
+
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27745
27745
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
27746
27746
|
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
27747
27747
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
@@ -27809,7 +27809,7 @@
|
|
|
27809
27809
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
27810
27810
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27811
27811
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
27812
|
-
bootstapclass = ' col-xl-4 col-lg-4 col-md-6 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
27812
|
+
bootstapclass = ' col-xl-4 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27813
27813
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
27814
27814
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0';
|
|
27815
27815
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
@@ -27841,7 +27841,7 @@
|
|
|
27841
27841
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
27842
27842
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27843
27843
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
27844
|
-
bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
27844
|
+
bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27845
27845
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
27846
27846
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
|
|
27847
27847
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
@@ -27874,7 +27874,7 @@
|
|
|
27874
27874
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
27875
27875
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27876
27876
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
27877
|
-
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
27877
|
+
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27878
27878
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
27879
27879
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
|
|
27880
27880
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
@@ -27904,7 +27904,7 @@
|
|
|
27904
27904
|
} else if (item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow') {
|
|
27905
27905
|
bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27906
27906
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition') {
|
|
27907
|
-
bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 ' + sectionproperties.numberOfColsverticalresp;
|
|
27907
|
+
bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
27908
27908
|
} else if (item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard') {
|
|
27909
27909
|
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0';
|
|
27910
27910
|
} else if (item.tabexsectioninfo.sectioncompname == 'CardWithTextOnly') {
|