@elliemae/ds-tabs 3.53.0-beta.7 → 3.53.0-beta.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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSTabsT } from './react-desc-prop-types.js';
3
2
  declare const DSTabs: {
4
3
  (props: DSTabsT.Props): JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSTabsInternalsT } from './sharedTypes.js';
3
2
  export declare const DSTabsContext: import("react").Context<DSTabsInternalsT.DSTabsUseTabsContextT>;
4
3
  export declare const DSTabsCrossRefContext: import("react").Context<DSTabsInternalsT.DSTabsUseCrossRefContextT>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSTabT } from '../react-desc-prop-types.js';
3
2
  declare const DSTab: {
4
3
  (props: DSTabT.Props): import("react").ReactNode;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface CarouselPropsT {
3
2
  children: React.ReactNode;
4
3
  updateIndicatorStyle?: () => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSTabsInternalsT } from '../../sharedTypes.js';
3
2
  interface UseCarouselPropsT {
4
3
  updateIndicatorStyle?: () => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface UseCarouselCallbacksPropsT {
3
2
  getVisibleItemsOffset: () => number;
4
3
  recalcChevrons: () => void;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const TabBar: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type HandlerT = (measures: {
3
2
  width: number;
4
3
  height: number;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSTabsInternalsT } from '../../sharedTypes.js';
3
2
  interface UseTabBarReturnTypeT {
4
3
  updateIndicatorStyle: () => void;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const TabsContent: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const TabsPanels: () => JSX.Element | JSX.Element[];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSPropTypesSchema, GlobalAttributesT, XstyledProps } from '@elliemae/ds-props-helpers';
3
2
  import type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
4
3
  import type { SwipeableViewsProps } from 'react-swipeable-views';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { TAB_TYPES } from './constants/index.js';
3
2
  import type { DSTabsT } from './react-desc-prop-types.js';
4
3
  export declare namespace DSTabsInternalsT {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tabs",
3
- "version": "3.53.0-beta.7",
3
+ "version": "3.53.0-beta.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tabs",
6
6
  "files": [
@@ -38,18 +38,18 @@
38
38
  "dependencies": {
39
39
  "@react-hook/resize-observer": "~1.2.6",
40
40
  "react-swipeable-views": "~0.14.0",
41
- "@elliemae/ds-button-v2": "3.53.0-beta.7",
42
- "@elliemae/ds-icon": "3.53.0-beta.7",
43
- "@elliemae/ds-props-helpers": "3.53.0-beta.7",
44
- "@elliemae/ds-system": "3.53.0-beta.7",
45
- "@elliemae/ds-typescript-helpers": "3.53.0-beta.7",
46
- "@elliemae/ds-icons": "3.53.0-beta.7"
41
+ "@elliemae/ds-button-v2": "3.53.0-beta.8",
42
+ "@elliemae/ds-icon": "3.53.0-beta.8",
43
+ "@elliemae/ds-props-helpers": "3.53.0-beta.8",
44
+ "@elliemae/ds-system": "3.53.0-beta.8",
45
+ "@elliemae/ds-typescript-helpers": "3.53.0-beta.8",
46
+ "@elliemae/ds-icons": "3.53.0-beta.8"
47
47
  },
48
48
  "devDependencies": {
49
- "@elliemae/pui-cli": "9.0.0-next.63",
49
+ "@elliemae/pui-cli": "9.0.0-next.65",
50
50
  "jest": "~29.7.0",
51
51
  "styled-components": "~5.3.9",
52
- "@elliemae/ds-monorepo-devops": "3.53.0-beta.7"
52
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.8"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "lodash-es": "^4.17.21",