tabexseriescomponents 0.0.455 → 0.0.456
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 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -28948,7 +28948,7 @@ var Header8 = function Header8(props) {
|
|
|
28948
28948
|
borderBottomRightRadius: langdetect == 'en' ? 0 : '',
|
|
28949
28949
|
borderBottomLeftRadius: langdetect == 'ar' ? 0 : '',
|
|
28950
28950
|
borderTopLeftRadius: langdetect == 'ar' ? 0 : '',
|
|
28951
|
-
zIndex:
|
|
28951
|
+
zIndex: 100000
|
|
28952
28952
|
}
|
|
28953
28953
|
}, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
28954
28954
|
"class": langdetect == 'en' ? 'dropdown dropdownen w-100' : 'dropdown dropdownar w-100'
|
package/dist/index.esm.js
CHANGED
|
@@ -28899,7 +28899,7 @@ var Header8 = function Header8(props) {
|
|
|
28899
28899
|
borderBottomRightRadius: langdetect == 'en' ? 0 : '',
|
|
28900
28900
|
borderBottomLeftRadius: langdetect == 'ar' ? 0 : '',
|
|
28901
28901
|
borderTopLeftRadius: langdetect == 'ar' ? 0 : '',
|
|
28902
|
-
zIndex:
|
|
28902
|
+
zIndex: 100000
|
|
28903
28903
|
}
|
|
28904
28904
|
}, /*#__PURE__*/React.createElement("li", {
|
|
28905
28905
|
"class": langdetect == 'en' ? 'dropdown dropdownen w-100' : 'dropdown dropdownar w-100'
|
package/dist/index.umd.js
CHANGED
|
@@ -28776,7 +28776,7 @@
|
|
|
28776
28776
|
borderBottomRightRadius: langdetect == 'en' ? 0 : '',
|
|
28777
28777
|
borderBottomLeftRadius: langdetect == 'ar' ? 0 : '',
|
|
28778
28778
|
borderTopLeftRadius: langdetect == 'ar' ? 0 : '',
|
|
28779
|
-
zIndex:
|
|
28779
|
+
zIndex: 100000
|
|
28780
28780
|
}
|
|
28781
28781
|
}, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
28782
28782
|
"class": langdetect == 'en' ? 'dropdown dropdownen w-100' : 'dropdown dropdownar w-100'
|