@elliemae/ds-tabs 3.29.1 → 3.30.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 +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;
@@ -156,6 +156,8 @@ export declare const tabsPropTypes: {
156
156
  borderLeftWidth: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
157
157
  borderRadius: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
158
158
  boxShadow: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
159
+ fontWeight: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
160
+ textAlign: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
159
161
  'aria-*': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
160
162
  'on-*': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
161
163
  'data-*': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tabs",
3
- "version": "3.29.1",
3
+ "version": "3.30.0-next.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tabs",
6
6
  "files": [
@@ -133,17 +133,17 @@
133
133
  "dependencies": {
134
134
  "@react-hook/resize-observer": "~1.2.6",
135
135
  "react-swipeable-views": "~0.14.0",
136
- "@elliemae/ds-button-v2": "3.29.1",
137
- "@elliemae/ds-icon": "3.29.1",
138
- "@elliemae/ds-icons": "3.29.1",
139
- "@elliemae/ds-props-helpers": "3.29.1",
140
- "@elliemae/ds-system": "3.29.1",
141
- "@elliemae/ds-utilities": "3.29.1"
136
+ "@elliemae/ds-icons": "3.30.0-next.0",
137
+ "@elliemae/ds-button-v2": "3.30.0-next.0",
138
+ "@elliemae/ds-icon": "3.30.0-next.0",
139
+ "@elliemae/ds-props-helpers": "3.30.0-next.0",
140
+ "@elliemae/ds-system": "3.30.0-next.0",
141
+ "@elliemae/ds-utilities": "3.30.0-next.0"
142
142
  },
143
143
  "devDependencies": {
144
144
  "@elliemae/pui-cli": "~9.0.0-next.31",
145
145
  "styled-components": "~5.3.9",
146
- "@elliemae/ds-monorepo-devops": "3.29.1"
146
+ "@elliemae/ds-monorepo-devops": "3.30.0-next.0"
147
147
  },
148
148
  "peerDependencies": {
149
149
  "lodash": "^4.17.21",