@elliemae/ds-page-header-v2 3.49.0-rc.2 → 3.49.0-rc.20

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.
@@ -33,7 +33,7 @@ __export(theming_exports, {
33
33
  });
34
34
  module.exports = __toCommonJS(theming_exports);
35
35
  var React = __toESM(require("react"));
36
- const DSPageHeaderName = "DSPageHeader";
36
+ const DSPageHeaderName = "DSPageheader";
37
37
  const DSPageHeaderSlots = {
38
38
  CONTAINER: "root",
39
39
  HEADER_TITLE: "header-title",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/exported-related/theming.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export const DSPageHeaderName = 'DSPageHeader';\n\nexport const DSPageHeaderSlots = {\n CONTAINER: 'root',\n HEADER_TITLE: 'header-title',\n TOOLBAR: 'toolbar',\n MENU: 'menu',\n SUMMARY: 'summary',\n BACK: 'back',\n};\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["export const DSPageHeaderName = 'DSPageheader';\n\nexport const DSPageHeaderSlots = {\n CONTAINER: 'root',\n HEADER_TITLE: 'header-title',\n TOOLBAR: 'toolbar',\n MENU: 'menu',\n SUMMARY: 'summary',\n BACK: 'back',\n};\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,mBAAmB;AAEzB,MAAM,oBAAoB;AAAA,EAC/B,WAAW;AAAA,EACX,cAAc;AAAA,EACd,SAAS;AAAA,EACT,MAAM;AAAA,EACN,SAAS;AAAA,EACT,MAAM;AACR;",
6
6
  "names": []
7
7
  }
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- const DSPageHeaderName = "DSPageHeader";
2
+ const DSPageHeaderName = "DSPageheader";
3
3
  const DSPageHeaderSlots = {
4
4
  CONTAINER: "root",
5
5
  HEADER_TITLE: "header-title",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/exported-related/theming.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSPageHeaderName = 'DSPageHeader';\n\nexport const DSPageHeaderSlots = {\n CONTAINER: 'root',\n HEADER_TITLE: 'header-title',\n TOOLBAR: 'toolbar',\n MENU: 'menu',\n SUMMARY: 'summary',\n BACK: 'back',\n};\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSPageHeaderName = 'DSPageheader';\n\nexport const DSPageHeaderSlots = {\n CONTAINER: 'root',\n HEADER_TITLE: 'header-title',\n TOOLBAR: 'toolbar',\n MENU: 'menu',\n SUMMARY: 'summary',\n BACK: 'back',\n};\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,mBAAmB;AAEzB,MAAM,oBAAoB;AAAA,EAC/B,WAAW;AAAA,EACX,cAAc;AAAA,EACd,SAAS;AAAA,EACT,MAAM;AAAA,EACN,SAAS;AAAA,EACT,MAAM;AACR;",
6
6
  "names": []
7
7
  }
@@ -12,7 +12,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
12
12
  list?: string | undefined;
13
13
  "aria-activedescendant"?: string | undefined;
14
14
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
15
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
15
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
16
16
  "aria-braillelabel"?: string | undefined;
17
17
  "aria-brailleroledescription"?: string | undefined;
18
18
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -27,7 +27,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
27
27
  "aria-description"?: string | undefined;
28
28
  "aria-details"?: string | undefined;
29
29
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
30
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
30
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
31
31
  "aria-errormessage"?: string | undefined;
32
32
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
33
33
  "aria-flowto"?: string | undefined;
@@ -229,6 +229,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
229
229
  suppressContentEditableWarning?: boolean | undefined;
230
230
  suppressHydrationWarning?: boolean | undefined;
231
231
  accessKey?: string | undefined;
232
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
232
233
  autoFocus?: boolean | undefined;
233
234
  contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
234
235
  contextMenu?: string | undefined;
@@ -258,7 +259,6 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
258
259
  rev?: string | undefined;
259
260
  typeof?: string | undefined;
260
261
  vocab?: string | undefined;
261
- autoCapitalize?: string | undefined;
262
262
  autoCorrect?: string | undefined;
263
263
  autoSave?: string | undefined;
264
264
  color?: string | undefined;
@@ -269,8 +269,8 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
269
269
  itemRef?: string | undefined;
270
270
  results?: number | undefined;
271
271
  security?: string | undefined;
272
- unselectable?: "on" | "off" | undefined;
273
- inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
272
+ unselectable?: "off" | "on" | undefined;
273
+ inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
274
274
  is?: string | undefined;
275
275
  accept?: string | undefined;
276
276
  acceptCharset?: string | undefined;
@@ -367,7 +367,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
367
367
  width?: string | number | undefined;
368
368
  wmode?: string | undefined;
369
369
  propsWithDefaults: DSPageHeaderT.InternalProps;
370
- globalAttributes: Partial<Pick<object, "summary" | "rows" | "cols" | "className" | "wrap" | "span" | "form" | "list" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "value" | "width" | "wmode"> & Omit<{
370
+ globalAttributes: Partial<Pick<object, "summary" | "rows" | "cols" | "className" | "wrap" | "span" | "form" | "list" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "value" | "width" | "wmode"> & Omit<{
371
371
  summary?: string | undefined;
372
372
  rows?: number | undefined;
373
373
  cols?: number | undefined;
@@ -378,7 +378,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
378
378
  list?: string | undefined;
379
379
  "aria-activedescendant"?: string | undefined;
380
380
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
381
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
381
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
382
382
  "aria-braillelabel"?: string | undefined;
383
383
  "aria-brailleroledescription"?: string | undefined;
384
384
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -393,7 +393,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
393
393
  "aria-description"?: string | undefined;
394
394
  "aria-details"?: string | undefined;
395
395
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
396
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
396
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
397
397
  "aria-errormessage"?: string | undefined;
398
398
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
399
399
  "aria-flowto"?: string | undefined;
@@ -595,6 +595,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
595
595
  suppressContentEditableWarning?: boolean | undefined;
596
596
  suppressHydrationWarning?: boolean | undefined;
597
597
  accessKey?: string | undefined;
598
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
598
599
  autoFocus?: boolean | undefined;
599
600
  contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
600
601
  contextMenu?: string | undefined;
@@ -624,7 +625,6 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
624
625
  rev?: string | undefined;
625
626
  typeof?: string | undefined;
626
627
  vocab?: string | undefined;
627
- autoCapitalize?: string | undefined;
628
628
  autoCorrect?: string | undefined;
629
629
  autoSave?: string | undefined;
630
630
  color?: string | undefined;
@@ -635,8 +635,8 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
635
635
  itemRef?: string | undefined;
636
636
  results?: number | undefined;
637
637
  security?: string | undefined;
638
- unselectable?: "on" | "off" | undefined;
639
- inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
638
+ unselectable?: "off" | "on" | undefined;
639
+ inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
640
640
  is?: string | undefined;
641
641
  accept?: string | undefined;
642
642
  acceptCharset?: string | undefined;
@@ -1,4 +1,4 @@
1
- export declare const DSPageHeaderName = "DSPageHeader";
1
+ export declare const DSPageHeaderName = "DSPageheader";
2
2
  export declare const DSPageHeaderSlots: {
3
3
  CONTAINER: string;
4
4
  HEADER_TITLE: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type GlobalAttributesT } from '@elliemae/ds-props-helpers';
2
3
  export declare namespace DSPageHeaderT {
3
4
  interface DefaultProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-page-header-v2",
3
- "version": "3.49.0-rc.2",
3
+ "version": "3.49.0-rc.20",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Page Header V2",
6
6
  "files": [
@@ -61,8 +61,8 @@
61
61
  "url": "https://git.elliemae.io/platform-ui/dimsum.git"
62
62
  },
63
63
  "engines": {
64
- "pnpm": ">=6",
65
- "node": ">=16"
64
+ "pnpm": ">=9",
65
+ "node": ">=22"
66
66
  },
67
67
  "author": "ICE MT",
68
68
  "jestSonar": {
@@ -73,22 +73,24 @@
73
73
  },
74
74
  "dependencies": {
75
75
  "prop-types": "~15.8.1",
76
- "@elliemae/ds-button": "3.49.0-rc.2",
77
- "@elliemae/ds-form": "3.49.0-rc.2",
78
- "@elliemae/ds-breadcrumb": "3.49.0-rc.2",
79
- "@elliemae/ds-grid": "3.49.0-rc.2",
80
- "@elliemae/ds-form-input-text": "3.49.0-rc.2",
81
- "@elliemae/ds-icons": "3.49.0-rc.2",
82
- "@elliemae/ds-props-helpers": "3.49.0-rc.2",
83
- "@elliemae/ds-icon": "3.49.0-rc.2",
84
- "@elliemae/ds-skeleton": "3.49.0-rc.2",
85
- "@elliemae/ds-system": "3.49.0-rc.2",
86
- "@elliemae/ds-truncated-tooltip-text": "3.49.0-rc.2"
76
+ "@elliemae/ds-breadcrumb": "3.49.0-rc.20",
77
+ "@elliemae/ds-button": "3.49.0-rc.20",
78
+ "@elliemae/ds-form": "3.49.0-rc.20",
79
+ "@elliemae/ds-form-input-text": "3.49.0-rc.20",
80
+ "@elliemae/ds-grid": "3.49.0-rc.20",
81
+ "@elliemae/ds-props-helpers": "3.49.0-rc.20",
82
+ "@elliemae/ds-icons": "3.49.0-rc.20",
83
+ "@elliemae/ds-icon": "3.49.0-rc.20",
84
+ "@elliemae/ds-system": "3.49.0-rc.20",
85
+ "@elliemae/ds-truncated-tooltip-text": "3.49.0-rc.20",
86
+ "@elliemae/ds-skeleton": "3.49.0-rc.20"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@elliemae/pui-cli": "9.0.0-next.50",
90
+ "jest": "~29.7.0",
91
+ "jest-cli": "~29.7.0",
90
92
  "styled-components": "~5.3.9",
91
- "@elliemae/ds-monorepo-devops": "3.49.0-rc.2"
93
+ "@elliemae/ds-monorepo-devops": "3.49.0-rc.20"
92
94
  },
93
95
  "peerDependencies": {
94
96
  "lodash": "^4.17.21",