@elliemae/ds-tabs 2.4.19 → 2.4.20

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.
@@ -13,7 +13,7 @@ var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
13
13
  /* eslint-disable indent */
14
14
  const StyledSelectionIndicator = /*#__PURE__*/styled__default["default"].div.withConfig({
15
15
  componentId: "sc-3hla56-0"
16
- })(["position:absolute;height:", ";top:", ";margin-top:", ";pointer-events:none;transition:200ms cubic-bezier(0.36,0,1,1);z-index:10;", ""], _ref => {
16
+ })(["position:absolute;height:", ";top:", ";z-index:1;margin-top:", ";pointer-events:none;transition:200ms cubic-bezier(0.36,0,1,1);", ""], _ref => {
17
17
  let {
18
18
  isDSMobile
19
19
  } = _ref;
@@ -248,7 +248,7 @@ const StyledSubTabsList = /*#__PURE__*/styled__default["default"].div.withConfig
248
248
  });
249
249
  const StyledTabList = /*#__PURE__*/styled__default["default"].div.withConfig({
250
250
  componentId: "sc-3hla56-4"
251
- })(["position:relative;display:flex;flex-wrap:nowrap;flex:1;width:100%;", " ", " ", "{padding-bottom:0;padding-top:0;}", " ", " ", " ", "{", "}", "{background:", ";}"], _ref19 => {
251
+ })(["position:relative;display:flex;flex-wrap:nowrap;flex:1;width:100%;z-index:0;", " ", " ", "{padding-bottom:0;padding-top:0;}", " ", " ", " ", "{", "}", "{background:", ";}"], _ref19 => {
252
252
  let {
253
253
  withCarousel,
254
254
  isDSMobile
@@ -5,7 +5,7 @@ import { TabTypes } from '../../utils/constants.js';
5
5
  /* eslint-disable indent */
6
6
  const StyledSelectionIndicator = /*#__PURE__*/styled.div.withConfig({
7
7
  componentId: "sc-3hla56-0"
8
- })(["position:absolute;height:", ";top:", ";margin-top:", ";pointer-events:none;transition:200ms cubic-bezier(0.36,0,1,1);z-index:10;", ""], _ref => {
8
+ })(["position:absolute;height:", ";top:", ";z-index:1;margin-top:", ";pointer-events:none;transition:200ms cubic-bezier(0.36,0,1,1);", ""], _ref => {
9
9
  let {
10
10
  isDSMobile
11
11
  } = _ref;
@@ -240,7 +240,7 @@ const StyledSubTabsList = /*#__PURE__*/styled.div.withConfig({
240
240
  });
241
241
  const StyledTabList = /*#__PURE__*/styled.div.withConfig({
242
242
  componentId: "sc-3hla56-4"
243
- })(["position:relative;display:flex;flex-wrap:nowrap;flex:1;width:100%;", " ", " ", "{padding-bottom:0;padding-top:0;}", " ", " ", " ", "{", "}", "{background:", ";}"], _ref19 => {
243
+ })(["position:relative;display:flex;flex-wrap:nowrap;flex:1;width:100%;z-index:0;", " ", " ", "{padding-bottom:0;padding-top:0;}", " ", " ", " ", "{", "}", "{background:", ";}"], _ref19 => {
244
244
  let {
245
245
  withCarousel,
246
246
  isDSMobile
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tabs",
3
- "version": "2.4.19",
3
+ "version": "2.4.20",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tabs",
6
6
  "module": "./esm/index.js",
@@ -124,11 +124,11 @@
124
124
  "build": "node ../../scripts/build/build.js"
125
125
  },
126
126
  "dependencies": {
127
- "@elliemae/ds-button": "2.4.19",
128
- "@elliemae/ds-icon": "2.4.19",
129
- "@elliemae/ds-icons": "2.4.19",
130
- "@elliemae/ds-props-helpers": "2.4.19",
131
- "@elliemae/ds-system": "2.4.19",
127
+ "@elliemae/ds-button": "2.4.20",
128
+ "@elliemae/ds-icon": "2.4.20",
129
+ "@elliemae/ds-icons": "2.4.20",
130
+ "@elliemae/ds-props-helpers": "2.4.20",
131
+ "@elliemae/ds-system": "2.4.20",
132
132
  "@react-hook/resize-observer": "~1.2.5",
133
133
  "prop-types": "~15.7.2",
134
134
  "react-desc": "~4.1.3",