tabexseriescomponents 0.0.669 → 0.0.670
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 +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -71067,7 +71067,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
71067
71067
|
fontWeight: sectionproperties.generaltext_fontWeight,
|
|
71068
71068
|
transition: '.3s',
|
|
71069
71069
|
cursor: 'pointer',
|
|
71070
|
-
zIndex:
|
|
71070
|
+
zIndex: 100,
|
|
71071
71071
|
':hover': {
|
|
71072
71072
|
color: sectionproperties.text_secondarycolor
|
|
71073
71073
|
}
|
|
@@ -71086,7 +71086,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
71086
71086
|
textTransform: sectionproperties.generalbtn_texttransform,
|
|
71087
71087
|
opacity: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? 0 : 1,
|
|
71088
71088
|
top: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? '100px' : 0,
|
|
71089
|
-
zIndex:
|
|
71089
|
+
zIndex: 100,
|
|
71090
71090
|
':hover': {
|
|
71091
71091
|
backgroundColor: sectionproperties.generalbtn_bgColoronhover,
|
|
71092
71092
|
color: sectionproperties.generalbtn_textColoronhover,
|
package/dist/index.esm.js
CHANGED
|
@@ -71018,7 +71018,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
71018
71018
|
fontWeight: sectionproperties.generaltext_fontWeight,
|
|
71019
71019
|
transition: '.3s',
|
|
71020
71020
|
cursor: 'pointer',
|
|
71021
|
-
zIndex:
|
|
71021
|
+
zIndex: 100,
|
|
71022
71022
|
':hover': {
|
|
71023
71023
|
color: sectionproperties.text_secondarycolor
|
|
71024
71024
|
}
|
|
@@ -71037,7 +71037,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
71037
71037
|
textTransform: sectionproperties.generalbtn_texttransform,
|
|
71038
71038
|
opacity: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? 0 : 1,
|
|
71039
71039
|
top: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? '100px' : 0,
|
|
71040
|
-
zIndex:
|
|
71040
|
+
zIndex: 100,
|
|
71041
71041
|
':hover': {
|
|
71042
71042
|
backgroundColor: sectionproperties.generalbtn_bgColoronhover,
|
|
71043
71043
|
color: sectionproperties.generalbtn_textColoronhover,
|
package/dist/index.umd.js
CHANGED
|
@@ -70891,7 +70891,7 @@
|
|
|
70891
70891
|
fontWeight: sectionproperties.generaltext_fontWeight,
|
|
70892
70892
|
transition: '.3s',
|
|
70893
70893
|
cursor: 'pointer',
|
|
70894
|
-
zIndex:
|
|
70894
|
+
zIndex: 100,
|
|
70895
70895
|
':hover': {
|
|
70896
70896
|
color: sectionproperties.text_secondarycolor
|
|
70897
70897
|
}
|
|
@@ -70910,7 +70910,7 @@
|
|
|
70910
70910
|
textTransform: sectionproperties.generalbtn_texttransform,
|
|
70911
70911
|
opacity: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? 0 : 1,
|
|
70912
70912
|
top: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? '100px' : 0,
|
|
70913
|
-
zIndex:
|
|
70913
|
+
zIndex: 100,
|
|
70914
70914
|
':hover': {
|
|
70915
70915
|
backgroundColor: sectionproperties.generalbtn_bgColoronhover,
|
|
70916
70916
|
color: sectionproperties.generalbtn_textColoronhover,
|