@elliemae/ds-page-header 2.4.18 → 2.4.21

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-page-header",
3
- "version": "2.4.18",
3
+ "version": "2.4.21",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Page Header",
6
6
  "module": "./esm/index.js",
@@ -100,16 +100,16 @@
100
100
  "build": "node ../../scripts/build/build.js"
101
101
  },
102
102
  "dependencies": {
103
- "@elliemae/ds-breadcrumb": "2.4.18",
104
- "@elliemae/ds-button": "2.4.18",
105
- "@elliemae/ds-classnames": "2.4.18",
106
- "@elliemae/ds-dropdownmenu": "2.4.18",
107
- "@elliemae/ds-form": "2.4.18",
108
- "@elliemae/ds-grid": "2.4.18",
109
- "@elliemae/ds-icon": "2.4.18",
110
- "@elliemae/ds-icons": "2.4.18",
111
- "@elliemae/ds-truncated-tooltip-text": "2.4.18",
112
- "@elliemae/ds-utilities": "2.4.18",
103
+ "@elliemae/ds-breadcrumb": "2.4.21",
104
+ "@elliemae/ds-button": "2.4.21",
105
+ "@elliemae/ds-classnames": "2.4.21",
106
+ "@elliemae/ds-dropdownmenu": "2.4.21",
107
+ "@elliemae/ds-form": "2.4.21",
108
+ "@elliemae/ds-grid": "2.4.21",
109
+ "@elliemae/ds-icon": "2.4.21",
110
+ "@elliemae/ds-icons": "2.4.21",
111
+ "@elliemae/ds-truncated-tooltip-text": "2.4.21",
112
+ "@elliemae/ds-utilities": "2.4.21",
113
113
  "prop-types": "~15.7.2",
114
114
  "react-desc": "~4.1.3"
115
115
  },
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const DSPageHeader: {
4
3
  ({ containerProps, renderToolbar, withBottomSeparator, title, titleOptions, onSelectOption, subtitle, optionsSelection, onGoToPreviousPage, previousPage, editable, editing, titleInputProps, zIndex, optionsMinWidth, ...otherProps }: {
5
4
  [x: string]: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare function DropdownTitle({ titleComponent, onSelectOption, options, optionsMinWidth, selection, zIndex }: {
3
2
  titleComponent: any;
4
3
  onSelectOption: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare function EditableTitle({ children: value, editing: editingProp, titleInputProps, }: {
4
3
  children: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare function PageHeaderImpl({ containerProps, className, title, titleOptions, renderToolbar, breadcrumbs, previousPage, onGoToPreviousPage, subtitle, withBottomSeparator, onSelectOption, optionsSelection, optionsMinWidth, editable, titleInputProps, editing, zIndex, }: {
3
2
  containerProps: any;
4
3
  className: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const Title: ({ children }: {
3
2
  children: any;
4
3
  }) => JSX.Element;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  import { PageHeaderTitle } from './components/PageHeaderTitle/PageHeaderTitle';
4
3
  import { PageHeaderEditableTitle } from './components/PageHeaderEditableTitle/PageHeaderEditableTitle';
5
4
  import { PageHeaderSummary } from './components/PageHeaderSummary/PageHeaderSummary';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const PageHeaderBack: ({ children, ...rest }: {
3
2
  [x: string]: any;
4
3
  children: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  export declare const PageHeaderEditableTitle: {
4
3
  ({ children: value, editing: editingProp, onBlur, onChange, onFocus, onMouseOut, showMarker, ...rest }: {
5
4
  [x: string]: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const PageHeaderMenu: ({ children, ...rest }: {
3
2
  [x: string]: any;
4
3
  children: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const PageHeaderSummary: {
4
3
  ({ value, label, ...rest }: {
5
4
  [x: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  declare const PageHeaderTitle: {
4
3
  ({ children, showMarker, ...rest }: {
5
4
  [x: string]: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const PageHeaderToolbar: ({ children, ...rest }: {
3
2
  [x: string]: any;
4
3
  children: any;