@elliemae/ds-tabs 3.17.0-next.6 → 3.17.0-next.8

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.
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const TabBar: () => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DSTabsInternalsT } from '../../sharedTypes.js';
2
3
  interface StyledSelectionIndicatoPropsT {
3
4
  isDSMobile: boolean;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const TabsContent: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const StyledTabBarContainer: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const TabsPanels: () => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface StyledPanelContainerPropsT {
2
3
  hide: boolean;
3
4
  isDSMobile: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tabs",
3
- "version": "3.17.0-next.6",
3
+ "version": "3.17.0-next.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tabs",
6
6
  "files": [
@@ -133,12 +133,12 @@
133
133
  "dependencies": {
134
134
  "@react-hook/resize-observer": "~1.2.6",
135
135
  "react-swipeable-views": "~0.14.0",
136
- "@elliemae/ds-button": "3.17.0-next.6",
137
- "@elliemae/ds-props-helpers": "3.17.0-next.6",
138
- "@elliemae/ds-icons": "3.17.0-next.6",
139
- "@elliemae/ds-system": "3.17.0-next.6",
140
- "@elliemae/ds-utilities": "3.17.0-next.6",
141
- "@elliemae/ds-icon": "3.17.0-next.6"
136
+ "@elliemae/ds-button": "3.17.0-next.8",
137
+ "@elliemae/ds-icon": "3.17.0-next.8",
138
+ "@elliemae/ds-icons": "3.17.0-next.8",
139
+ "@elliemae/ds-props-helpers": "3.17.0-next.8",
140
+ "@elliemae/ds-system": "3.17.0-next.8",
141
+ "@elliemae/ds-utilities": "3.17.0-next.8"
142
142
  },
143
143
  "devDependencies": {
144
144
  "@testing-library/jest-dom": "~5.16.5",