@elliemae/ds-tabs 2.4.19 → 2.4.22
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.
|
@@ -5,6 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var _jsx = require('@babel/runtime/helpers/jsx');
|
|
6
6
|
require('core-js/modules/esnext.async-iterator.map.js');
|
|
7
7
|
require('core-js/modules/esnext.iterator.map.js');
|
|
8
|
+
require('core-js/modules/es.array.includes.js');
|
|
8
9
|
var React = require('react');
|
|
9
10
|
var Carousel = require('../carousel/Carousel.js');
|
|
10
11
|
var useTabBar = require('./useTabBar.js');
|
|
@@ -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);
|
|
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
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
2
2
|
import 'core-js/modules/esnext.async-iterator.map.js';
|
|
3
3
|
import 'core-js/modules/esnext.iterator.map.js';
|
|
4
|
+
import 'core-js/modules/es.array.includes.js';
|
|
4
5
|
import React, { useContext, useMemo } from 'react';
|
|
5
6
|
import { Carousel } from '../carousel/Carousel.js';
|
|
6
7
|
import { useTabBar } from './useTabBar.js';
|
|
@@ -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);
|
|
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.
|
|
3
|
+
"version": "2.4.22",
|
|
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.
|
|
128
|
-
"@elliemae/ds-icon": "2.4.
|
|
129
|
-
"@elliemae/ds-icons": "2.4.
|
|
130
|
-
"@elliemae/ds-props-helpers": "2.4.
|
|
131
|
-
"@elliemae/ds-system": "2.4.
|
|
127
|
+
"@elliemae/ds-button": "2.4.22",
|
|
128
|
+
"@elliemae/ds-icon": "2.4.22",
|
|
129
|
+
"@elliemae/ds-icons": "2.4.22",
|
|
130
|
+
"@elliemae/ds-props-helpers": "2.4.22",
|
|
131
|
+
"@elliemae/ds-system": "2.4.22",
|
|
132
132
|
"@react-hook/resize-observer": "~1.2.5",
|
|
133
133
|
"prop-types": "~15.7.2",
|
|
134
134
|
"react-desc": "~4.1.3",
|