@elliemae/ds-tabs 3.50.1-next.8 → 3.51.0-next.0

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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DSTabsT } from './react-desc-prop-types.js';
2
3
  declare const DSTabs: {
3
4
  (props: DSTabsT.Props): JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const TabBar: () => JSX.Element;
@@ -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 TabsPanels: () => JSX.Element | JSX.Element[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tabs",
3
- "version": "3.50.1-next.8",
3
+ "version": "3.51.0-next.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tabs",
6
6
  "files": [
@@ -134,22 +134,22 @@
134
134
  "dependencies": {
135
135
  "@react-hook/resize-observer": "~1.2.6",
136
136
  "react-swipeable-views": "~0.14.0",
137
- "@elliemae/ds-button-v2": "3.50.1-next.8",
138
- "@elliemae/ds-icon": "3.50.1-next.8",
139
- "@elliemae/ds-icons": "3.50.1-next.8",
140
- "@elliemae/ds-system": "3.50.1-next.8",
141
- "@elliemae/ds-props-helpers": "3.50.1-next.8"
137
+ "@elliemae/ds-button-v2": "3.51.0-next.0",
138
+ "@elliemae/ds-icon": "3.51.0-next.0",
139
+ "@elliemae/ds-props-helpers": "3.51.0-next.0",
140
+ "@elliemae/ds-system": "3.51.0-next.0",
141
+ "@elliemae/ds-icons": "3.51.0-next.0"
142
142
  },
143
143
  "devDependencies": {
144
- "@elliemae/pui-cli": "9.0.0-next.31",
144
+ "@elliemae/pui-cli": "9.0.0-next.50",
145
145
  "jest": "~29.7.0",
146
146
  "styled-components": "~5.3.9",
147
- "@elliemae/ds-monorepo-devops": "3.50.1-next.8"
147
+ "@elliemae/ds-monorepo-devops": "3.51.0-next.0"
148
148
  },
149
149
  "peerDependencies": {
150
150
  "lodash": "^4.17.21",
151
- "react": "^17.0.2",
152
- "react-dom": "^17.0.2",
151
+ "react": "^18.3.1",
152
+ "react-dom": "^18.3.1",
153
153
  "styled-components": "~5.3.9"
154
154
  },
155
155
  "publishConfig": {