@elliemae/ds-page-header 3.17.0-next.1 → 3.17.0-next.11

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
  declare const DSPageHeader: {
2
3
  ({ containerProps, renderToolbar, withBottomSeparator, title, titleOptions, onSelectOption, subtitle, optionsSelection, onGoToPreviousPage, previousPage, editable, editing, titleInputProps, zIndex, optionsMinWidth, ...otherProps }: {
3
4
  [x: string]: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const DropdownTitle: {
2
3
  ({ titleComponent, onSelectOption, options, optionsMinWidth, selection, zIndex }: {
3
4
  titleComponent: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import PropTypes from 'prop-types';
2
3
  declare const EditableTitle: {
3
4
  ({ children: value, editing: editingProp, titleInputProps }: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const PageHeaderImpl: ({ containerProps, className, title, titleOptions, renderToolbar, breadcrumbs, previousPage, onGoToPreviousPage, subtitle, withBottomSeparator, onSelectOption, optionsSelection, optionsMinWidth, editable, titleInputProps, editing, zIndex, }: {
2
3
  containerProps: any;
3
4
  className: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const Title: ({ children }: {
2
3
  children: any;
3
4
  }) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { DSPageHeaderT } from '../react-desc-prop-types.js';
2
3
  export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
3
4
  withBottomSeparator?: boolean | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare namespace DSPageHeaderT {
2
3
  interface DefaultProps {
3
4
  withBottomSeparator: boolean;
@@ -364,6 +365,7 @@ export declare const PageHeaderPropTypes: {
364
365
  radioGroup: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
365
366
  readOnly: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
366
367
  rel: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
368
+ rev: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
367
369
  required: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
368
370
  resource: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
369
371
  results: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-page-header",
3
- "version": "3.17.0-next.1",
3
+ "version": "3.17.0-next.11",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Page Header",
6
6
  "files": [
@@ -104,19 +104,19 @@
104
104
  },
105
105
  "dependencies": {
106
106
  "prop-types": "~15.8.1",
107
- "@elliemae/ds-breadcrumb": "3.17.0-next.1",
108
- "@elliemae/ds-button": "3.17.0-next.1",
109
- "@elliemae/ds-classnames": "3.17.0-next.1",
110
- "@elliemae/ds-dropdownmenu": "3.17.0-next.1",
111
- "@elliemae/ds-form": "3.17.0-next.1",
112
- "@elliemae/ds-form-input-text": "3.17.0-next.1",
113
- "@elliemae/ds-grid": "3.17.0-next.1",
114
- "@elliemae/ds-icon": "3.17.0-next.1",
115
- "@elliemae/ds-props-helpers": "3.17.0-next.1",
116
- "@elliemae/ds-system": "3.17.0-next.1",
117
- "@elliemae/ds-icons": "3.17.0-next.1",
118
- "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.1",
119
- "@elliemae/ds-utilities": "3.17.0-next.1"
107
+ "@elliemae/ds-breadcrumb": "3.17.0-next.11",
108
+ "@elliemae/ds-form": "3.17.0-next.11",
109
+ "@elliemae/ds-form-input-text": "3.17.0-next.11",
110
+ "@elliemae/ds-grid": "3.17.0-next.11",
111
+ "@elliemae/ds-icon": "3.17.0-next.11",
112
+ "@elliemae/ds-icons": "3.17.0-next.11",
113
+ "@elliemae/ds-props-helpers": "3.17.0-next.11",
114
+ "@elliemae/ds-system": "3.17.0-next.11",
115
+ "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.11",
116
+ "@elliemae/ds-utilities": "3.17.0-next.11",
117
+ "@elliemae/ds-button": "3.17.0-next.11",
118
+ "@elliemae/ds-classnames": "3.17.0-next.11",
119
+ "@elliemae/ds-dropdownmenu": "3.17.0-next.11"
120
120
  },
121
121
  "devDependencies": {
122
122
  "@testing-library/react": "~12.1.3",