@elliemae/ds-toast 3.32.2-next.1 → 3.33.0-next.1
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/dist/cjs/index.js +0 -2
- package/dist/cjs/index.js.map +3 -3
- package/dist/esm/index.js +0 -2
- package/dist/esm/index.js.map +3 -3
- package/dist/types/config/useToast.d.ts +365 -1
- package/dist/types/index.d.ts +0 -1
- package/package.json +9 -9
- package/dist/types/parts/styled.d.ts +0 -16
package/dist/cjs/index.js
CHANGED
|
@@ -47,7 +47,6 @@ __export(src_exports, {
|
|
|
47
47
|
DSToastWithSchema: () => import_DSToast.DSToastWithSchema,
|
|
48
48
|
ToastPosition: () => import_constants.ToastPosition,
|
|
49
49
|
ToastType: () => import_constants.ToastType,
|
|
50
|
-
default: () => import_DSToast2.default,
|
|
51
50
|
toast: () => import_toast.toast,
|
|
52
51
|
toastTypes: () => import_constants.toastTypes,
|
|
53
52
|
toastsPositions: () => import_constants.toastsPositions
|
|
@@ -61,5 +60,4 @@ var import_DSToastAction = require("./parts/DSToastAction.js");
|
|
|
61
60
|
var import_DSToastActionLink = require("./parts/DSToastActionLink.js");
|
|
62
61
|
var import_DSToastContent = require("./parts/DSToastContent.js");
|
|
63
62
|
var import_DSToastDefinitions = require("./DSToastDefinitions.js");
|
|
64
|
-
var import_DSToast2 = __toESM(require("./parts/DSToast.js"));
|
|
65
63
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["export { DSToast, DSToastWithSchema } from './parts/DSToast.js';\nexport { toast } from './toast.js';\nexport { ToastType, toastTypes, ToastPosition, toastsPositions } from './constants.js';\nexport { DSToastAction, DSToastActionWithSchema } from './parts/DSToastAction.js';\nexport { DSToastActionLink, DSToastActionLinkWithSchema } from './parts/DSToastActionLink.js';\nexport { DSToastContent, DSToastContentWithSchema } from './parts/DSToastContent.js';\nexport {\n DSToastName,\n DSToastActionName,\n DSToastActionLinkName,\n DSToastSlots,\n DSToastActionSlots,\n DSToastActionLinkSlots,\n DSToastDataTestIds,\n DSToastActionDataTestIds,\n DSToastActionLinkDataTestIds,\n} from './DSToastDefinitions.js';\nimport type {} from '@xstyled/system';\
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["export { DSToast, DSToastWithSchema } from './parts/DSToast.js';\nexport { toast } from './toast.js';\nexport { ToastType, toastTypes, ToastPosition, toastsPositions } from './constants.js';\nexport { DSToastAction, DSToastActionWithSchema } from './parts/DSToastAction.js';\nexport { DSToastActionLink, DSToastActionLinkWithSchema } from './parts/DSToastActionLink.js';\nexport { DSToastContent, DSToastContentWithSchema } from './parts/DSToastContent.js';\nexport {\n DSToastName,\n DSToastActionName,\n DSToastActionLinkName,\n DSToastSlots,\n DSToastActionSlots,\n DSToastActionLinkSlots,\n DSToastDataTestIds,\n DSToastActionDataTestIds,\n DSToastActionLinkDataTestIds,\n} from './DSToastDefinitions.js';\nimport type {} from '@xstyled/system';\nexport type { DSToastT } from './react-desc-prop-types.js';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,qBAA2C;AAC3C,mBAAsB;AACtB,uBAAsE;AACtE,2BAAuD;AACvD,+BAA+D;AAC/D,4BAAyD;AACzD,gCAUO;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -16,7 +16,6 @@ import {
|
|
|
16
16
|
DSToastActionDataTestIds,
|
|
17
17
|
DSToastActionLinkDataTestIds
|
|
18
18
|
} from "./DSToastDefinitions.js";
|
|
19
|
-
import { default as default2 } from "./parts/DSToast.js";
|
|
20
19
|
export {
|
|
21
20
|
DSToast,
|
|
22
21
|
DSToastAction,
|
|
@@ -37,7 +36,6 @@ export {
|
|
|
37
36
|
DSToastWithSchema,
|
|
38
37
|
ToastPosition,
|
|
39
38
|
ToastType,
|
|
40
|
-
default2 as default,
|
|
41
39
|
toast,
|
|
42
40
|
toastTypes,
|
|
43
41
|
toastsPositions
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export { DSToast, DSToastWithSchema } from './parts/DSToast.js';\nexport { toast } from './toast.js';\nexport { ToastType, toastTypes, ToastPosition, toastsPositions } from './constants.js';\nexport { DSToastAction, DSToastActionWithSchema } from './parts/DSToastAction.js';\nexport { DSToastActionLink, DSToastActionLinkWithSchema } from './parts/DSToastActionLink.js';\nexport { DSToastContent, DSToastContentWithSchema } from './parts/DSToastContent.js';\nexport {\n DSToastName,\n DSToastActionName,\n DSToastActionLinkName,\n DSToastSlots,\n DSToastActionSlots,\n DSToastActionLinkSlots,\n DSToastDataTestIds,\n DSToastActionDataTestIds,\n DSToastActionLinkDataTestIds,\n} from './DSToastDefinitions.js';\nimport type {} from '@xstyled/system';\
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,SAAS,yBAAyB;AAC3C,SAAS,aAAa;AACtB,SAAS,WAAW,YAAY,eAAe,uBAAuB;AACtE,SAAS,eAAe,+BAA+B;AACvD,SAAS,mBAAmB,mCAAmC;AAC/D,SAAS,gBAAgB,gCAAgC;AACzD;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export { DSToast, DSToastWithSchema } from './parts/DSToast.js';\nexport { toast } from './toast.js';\nexport { ToastType, toastTypes, ToastPosition, toastsPositions } from './constants.js';\nexport { DSToastAction, DSToastActionWithSchema } from './parts/DSToastAction.js';\nexport { DSToastActionLink, DSToastActionLinkWithSchema } from './parts/DSToastActionLink.js';\nexport { DSToastContent, DSToastContentWithSchema } from './parts/DSToastContent.js';\nexport {\n DSToastName,\n DSToastActionName,\n DSToastActionLinkName,\n DSToastSlots,\n DSToastActionSlots,\n DSToastActionLinkSlots,\n DSToastDataTestIds,\n DSToastActionDataTestIds,\n DSToastActionLinkDataTestIds,\n} from './DSToastDefinitions.js';\nimport type {} from '@xstyled/system';\nexport type { DSToastT } from './react-desc-prop-types.js';\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,SAAS,yBAAyB;AAC3C,SAAS,aAAa;AACtB,SAAS,WAAW,YAAY,eAAe,uBAAuB;AACtE,SAAS,eAAe,+BAA+B;AACvD,SAAS,mBAAmB,mCAAmC;AAC/D,SAAS,gBAAgB,gCAAgC;AACzD;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
|
@@ -4,7 +4,371 @@ export declare const useToast: (props: DSToastT.Props) => {
|
|
|
4
4
|
propsWithDefault: DSToastT.InternalProps;
|
|
5
5
|
toastifyWrapperRef: import("react").MutableRefObject<HTMLDivElement | null>;
|
|
6
6
|
onKeyDown: (event: React.KeyboardEvent<HTMLDivElement>) => void;
|
|
7
|
-
globalAttributes:
|
|
7
|
+
globalAttributes: Partial<Pick<object, "default" | "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" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "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" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "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" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "type" | "useMap" | "value" | "width" | "wmode" | "wrap"> & Omit<{
|
|
8
|
+
"aria-activedescendant"?: string | undefined;
|
|
9
|
+
"aria-atomic"?: boolean | "true" | "false" | undefined;
|
|
10
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
11
|
+
"aria-braillelabel"?: string | undefined;
|
|
12
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
13
|
+
"aria-busy"?: boolean | "true" | "false" | undefined;
|
|
14
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
15
|
+
"aria-colcount"?: number | undefined;
|
|
16
|
+
"aria-colindex"?: number | undefined;
|
|
17
|
+
"aria-colindextext"?: string | undefined;
|
|
18
|
+
"aria-colspan"?: number | undefined;
|
|
19
|
+
"aria-controls"?: string | undefined;
|
|
20
|
+
"aria-current"?: boolean | "true" | "false" | "step" | "page" | "location" | "date" | "time" | undefined;
|
|
21
|
+
"aria-describedby"?: string | undefined;
|
|
22
|
+
"aria-description"?: string | undefined;
|
|
23
|
+
"aria-details"?: string | undefined;
|
|
24
|
+
"aria-disabled"?: boolean | "true" | "false" | undefined;
|
|
25
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
26
|
+
"aria-errormessage"?: string | undefined;
|
|
27
|
+
"aria-expanded"?: boolean | "true" | "false" | undefined;
|
|
28
|
+
"aria-flowto"?: string | undefined;
|
|
29
|
+
"aria-grabbed"?: boolean | "true" | "false" | undefined;
|
|
30
|
+
"aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
|
|
31
|
+
"aria-hidden"?: boolean | "true" | "false" | undefined;
|
|
32
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
33
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
34
|
+
"aria-label"?: string | undefined;
|
|
35
|
+
"aria-labelledby"?: string | undefined;
|
|
36
|
+
"aria-level"?: number | undefined;
|
|
37
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
38
|
+
"aria-modal"?: boolean | "true" | "false" | undefined;
|
|
39
|
+
"aria-multiline"?: boolean | "true" | "false" | undefined;
|
|
40
|
+
"aria-multiselectable"?: boolean | "true" | "false" | undefined;
|
|
41
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
42
|
+
"aria-owns"?: string | undefined;
|
|
43
|
+
"aria-placeholder"?: string | undefined;
|
|
44
|
+
"aria-posinset"?: number | undefined;
|
|
45
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
46
|
+
"aria-readonly"?: boolean | "true" | "false" | undefined;
|
|
47
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
48
|
+
"aria-required"?: boolean | "true" | "false" | undefined;
|
|
49
|
+
"aria-roledescription"?: string | undefined;
|
|
50
|
+
"aria-rowcount"?: number | undefined;
|
|
51
|
+
"aria-rowindex"?: number | undefined;
|
|
52
|
+
"aria-rowindextext"?: string | undefined;
|
|
53
|
+
"aria-rowspan"?: number | undefined;
|
|
54
|
+
"aria-selected"?: boolean | "true" | "false" | undefined;
|
|
55
|
+
"aria-setsize"?: number | undefined;
|
|
56
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
57
|
+
"aria-valuemax"?: number | undefined;
|
|
58
|
+
"aria-valuemin"?: number | undefined;
|
|
59
|
+
"aria-valuenow"?: number | undefined;
|
|
60
|
+
"aria-valuetext"?: string | undefined;
|
|
61
|
+
children?: import("react").ReactNode;
|
|
62
|
+
onCopy?: import("react").ClipboardEventHandler<Element> | undefined;
|
|
63
|
+
onCopyCapture?: import("react").ClipboardEventHandler<Element> | undefined;
|
|
64
|
+
onCut?: import("react").ClipboardEventHandler<Element> | undefined;
|
|
65
|
+
onCutCapture?: import("react").ClipboardEventHandler<Element> | undefined;
|
|
66
|
+
onPaste?: import("react").ClipboardEventHandler<Element> | undefined;
|
|
67
|
+
onPasteCapture?: import("react").ClipboardEventHandler<Element> | undefined;
|
|
68
|
+
onCompositionEnd?: import("react").CompositionEventHandler<Element> | undefined;
|
|
69
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<Element> | undefined;
|
|
70
|
+
onCompositionStart?: import("react").CompositionEventHandler<Element> | undefined;
|
|
71
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<Element> | undefined;
|
|
72
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<Element> | undefined;
|
|
73
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<Element> | undefined;
|
|
74
|
+
onFocus?: import("react").FocusEventHandler<Element> | undefined;
|
|
75
|
+
onFocusCapture?: import("react").FocusEventHandler<Element> | undefined;
|
|
76
|
+
onBlur?: import("react").FocusEventHandler<Element> | undefined;
|
|
77
|
+
onBlurCapture?: import("react").FocusEventHandler<Element> | undefined;
|
|
78
|
+
onChange?: import("react").FormEventHandler<Element> | undefined;
|
|
79
|
+
onChangeCapture?: import("react").FormEventHandler<Element> | undefined;
|
|
80
|
+
onBeforeInput?: import("react").FormEventHandler<Element> | undefined;
|
|
81
|
+
onBeforeInputCapture?: import("react").FormEventHandler<Element> | undefined;
|
|
82
|
+
onInput?: import("react").FormEventHandler<Element> | undefined;
|
|
83
|
+
onInputCapture?: import("react").FormEventHandler<Element> | undefined;
|
|
84
|
+
onReset?: import("react").FormEventHandler<Element> | undefined;
|
|
85
|
+
onResetCapture?: import("react").FormEventHandler<Element> | undefined;
|
|
86
|
+
onSubmit?: import("react").FormEventHandler<Element> | undefined;
|
|
87
|
+
onSubmitCapture?: import("react").FormEventHandler<Element> | undefined;
|
|
88
|
+
onInvalid?: import("react").FormEventHandler<Element> | undefined;
|
|
89
|
+
onInvalidCapture?: import("react").FormEventHandler<Element> | undefined;
|
|
90
|
+
onLoad?: import("react").ReactEventHandler<Element> | undefined;
|
|
91
|
+
onLoadCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
92
|
+
onError?: import("react").ReactEventHandler<Element> | undefined;
|
|
93
|
+
onErrorCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
94
|
+
onKeyDown?: import("react").KeyboardEventHandler<Element> | undefined;
|
|
95
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<Element> | undefined;
|
|
96
|
+
onKeyPress?: import("react").KeyboardEventHandler<Element> | undefined;
|
|
97
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<Element> | undefined;
|
|
98
|
+
onKeyUp?: import("react").KeyboardEventHandler<Element> | undefined;
|
|
99
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<Element> | undefined;
|
|
100
|
+
onAbort?: import("react").ReactEventHandler<Element> | undefined;
|
|
101
|
+
onAbortCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
102
|
+
onCanPlay?: import("react").ReactEventHandler<Element> | undefined;
|
|
103
|
+
onCanPlayCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
104
|
+
onCanPlayThrough?: import("react").ReactEventHandler<Element> | undefined;
|
|
105
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
106
|
+
onDurationChange?: import("react").ReactEventHandler<Element> | undefined;
|
|
107
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
108
|
+
onEmptied?: import("react").ReactEventHandler<Element> | undefined;
|
|
109
|
+
onEmptiedCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
110
|
+
onEncrypted?: import("react").ReactEventHandler<Element> | undefined;
|
|
111
|
+
onEncryptedCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
112
|
+
onEnded?: import("react").ReactEventHandler<Element> | undefined;
|
|
113
|
+
onEndedCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
114
|
+
onLoadedData?: import("react").ReactEventHandler<Element> | undefined;
|
|
115
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
116
|
+
onLoadedMetadata?: import("react").ReactEventHandler<Element> | undefined;
|
|
117
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
118
|
+
onLoadStart?: import("react").ReactEventHandler<Element> | undefined;
|
|
119
|
+
onLoadStartCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
120
|
+
onPause?: import("react").ReactEventHandler<Element> | undefined;
|
|
121
|
+
onPauseCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
122
|
+
onPlay?: import("react").ReactEventHandler<Element> | undefined;
|
|
123
|
+
onPlayCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
124
|
+
onPlaying?: import("react").ReactEventHandler<Element> | undefined;
|
|
125
|
+
onPlayingCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
126
|
+
onProgress?: import("react").ReactEventHandler<Element> | undefined;
|
|
127
|
+
onProgressCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
128
|
+
onRateChange?: import("react").ReactEventHandler<Element> | undefined;
|
|
129
|
+
onRateChangeCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
130
|
+
onResize?: import("react").ReactEventHandler<Element> | undefined;
|
|
131
|
+
onResizeCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
132
|
+
onSeeked?: import("react").ReactEventHandler<Element> | undefined;
|
|
133
|
+
onSeekedCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
134
|
+
onSeeking?: import("react").ReactEventHandler<Element> | undefined;
|
|
135
|
+
onSeekingCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
136
|
+
onStalled?: import("react").ReactEventHandler<Element> | undefined;
|
|
137
|
+
onStalledCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
138
|
+
onSuspend?: import("react").ReactEventHandler<Element> | undefined;
|
|
139
|
+
onSuspendCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
140
|
+
onTimeUpdate?: import("react").ReactEventHandler<Element> | undefined;
|
|
141
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
142
|
+
onVolumeChange?: import("react").ReactEventHandler<Element> | undefined;
|
|
143
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
144
|
+
onWaiting?: import("react").ReactEventHandler<Element> | undefined;
|
|
145
|
+
onWaitingCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
146
|
+
onAuxClick?: import("react").MouseEventHandler<Element> | undefined;
|
|
147
|
+
onAuxClickCapture?: import("react").MouseEventHandler<Element> | undefined;
|
|
148
|
+
onClick?: import("react").MouseEventHandler<Element> | undefined;
|
|
149
|
+
onClickCapture?: import("react").MouseEventHandler<Element> | undefined;
|
|
150
|
+
onContextMenu?: import("react").MouseEventHandler<Element> | undefined;
|
|
151
|
+
onContextMenuCapture?: import("react").MouseEventHandler<Element> | undefined;
|
|
152
|
+
onDoubleClick?: import("react").MouseEventHandler<Element> | undefined;
|
|
153
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<Element> | undefined;
|
|
154
|
+
onDrag?: import("react").DragEventHandler<Element> | undefined;
|
|
155
|
+
onDragCapture?: import("react").DragEventHandler<Element> | undefined;
|
|
156
|
+
onDragEnd?: import("react").DragEventHandler<Element> | undefined;
|
|
157
|
+
onDragEndCapture?: import("react").DragEventHandler<Element> | undefined;
|
|
158
|
+
onDragEnter?: import("react").DragEventHandler<Element> | undefined;
|
|
159
|
+
onDragEnterCapture?: import("react").DragEventHandler<Element> | undefined;
|
|
160
|
+
onDragExit?: import("react").DragEventHandler<Element> | undefined;
|
|
161
|
+
onDragExitCapture?: import("react").DragEventHandler<Element> | undefined;
|
|
162
|
+
onDragLeave?: import("react").DragEventHandler<Element> | undefined;
|
|
163
|
+
onDragLeaveCapture?: import("react").DragEventHandler<Element> | undefined;
|
|
164
|
+
onDragOver?: import("react").DragEventHandler<Element> | undefined;
|
|
165
|
+
onDragOverCapture?: import("react").DragEventHandler<Element> | undefined;
|
|
166
|
+
onDragStart?: import("react").DragEventHandler<Element> | undefined;
|
|
167
|
+
onDragStartCapture?: import("react").DragEventHandler<Element> | undefined;
|
|
168
|
+
onDrop?: import("react").DragEventHandler<Element> | undefined;
|
|
169
|
+
onDropCapture?: import("react").DragEventHandler<Element> | undefined;
|
|
170
|
+
onMouseDown?: import("react").MouseEventHandler<Element> | undefined;
|
|
171
|
+
onMouseDownCapture?: import("react").MouseEventHandler<Element> | undefined;
|
|
172
|
+
onMouseEnter?: import("react").MouseEventHandler<Element> | undefined;
|
|
173
|
+
onMouseLeave?: import("react").MouseEventHandler<Element> | undefined;
|
|
174
|
+
onMouseMove?: import("react").MouseEventHandler<Element> | undefined;
|
|
175
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<Element> | undefined;
|
|
176
|
+
onMouseOut?: import("react").MouseEventHandler<Element> | undefined;
|
|
177
|
+
onMouseOutCapture?: import("react").MouseEventHandler<Element> | undefined;
|
|
178
|
+
onMouseOver?: import("react").MouseEventHandler<Element> | undefined;
|
|
179
|
+
onMouseOverCapture?: import("react").MouseEventHandler<Element> | undefined;
|
|
180
|
+
onMouseUp?: import("react").MouseEventHandler<Element> | undefined;
|
|
181
|
+
onMouseUpCapture?: import("react").MouseEventHandler<Element> | undefined;
|
|
182
|
+
onSelect?: import("react").ReactEventHandler<Element> | undefined;
|
|
183
|
+
onSelectCapture?: import("react").ReactEventHandler<Element> | undefined;
|
|
184
|
+
onTouchCancel?: import("react").TouchEventHandler<Element> | undefined;
|
|
185
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<Element> | undefined;
|
|
186
|
+
onTouchEnd?: import("react").TouchEventHandler<Element> | undefined;
|
|
187
|
+
onTouchEndCapture?: import("react").TouchEventHandler<Element> | undefined;
|
|
188
|
+
onTouchMove?: import("react").TouchEventHandler<Element> | undefined;
|
|
189
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<Element> | undefined;
|
|
190
|
+
onTouchStart?: import("react").TouchEventHandler<Element> | undefined;
|
|
191
|
+
onTouchStartCapture?: import("react").TouchEventHandler<Element> | undefined;
|
|
192
|
+
onPointerDown?: import("react").PointerEventHandler<Element> | undefined;
|
|
193
|
+
onPointerDownCapture?: import("react").PointerEventHandler<Element> | undefined;
|
|
194
|
+
onPointerMove?: import("react").PointerEventHandler<Element> | undefined;
|
|
195
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<Element> | undefined;
|
|
196
|
+
onPointerUp?: import("react").PointerEventHandler<Element> | undefined;
|
|
197
|
+
onPointerUpCapture?: import("react").PointerEventHandler<Element> | undefined;
|
|
198
|
+
onPointerCancel?: import("react").PointerEventHandler<Element> | undefined;
|
|
199
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<Element> | undefined;
|
|
200
|
+
onPointerEnter?: import("react").PointerEventHandler<Element> | undefined;
|
|
201
|
+
onPointerLeave?: import("react").PointerEventHandler<Element> | undefined;
|
|
202
|
+
onPointerOver?: import("react").PointerEventHandler<Element> | undefined;
|
|
203
|
+
onPointerOverCapture?: import("react").PointerEventHandler<Element> | undefined;
|
|
204
|
+
onPointerOut?: import("react").PointerEventHandler<Element> | undefined;
|
|
205
|
+
onPointerOutCapture?: import("react").PointerEventHandler<Element> | undefined;
|
|
206
|
+
onGotPointerCapture?: import("react").PointerEventHandler<Element> | undefined;
|
|
207
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<Element> | undefined;
|
|
208
|
+
onLostPointerCapture?: import("react").PointerEventHandler<Element> | undefined;
|
|
209
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<Element> | undefined;
|
|
210
|
+
onScroll?: import("react").UIEventHandler<Element> | undefined;
|
|
211
|
+
onScrollCapture?: import("react").UIEventHandler<Element> | undefined;
|
|
212
|
+
onWheel?: import("react").WheelEventHandler<Element> | undefined;
|
|
213
|
+
onWheelCapture?: import("react").WheelEventHandler<Element> | undefined;
|
|
214
|
+
onAnimationStart?: import("react").AnimationEventHandler<Element> | undefined;
|
|
215
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<Element> | undefined;
|
|
216
|
+
onAnimationEnd?: import("react").AnimationEventHandler<Element> | undefined;
|
|
217
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<Element> | undefined;
|
|
218
|
+
onAnimationIteration?: import("react").AnimationEventHandler<Element> | undefined;
|
|
219
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<Element> | undefined;
|
|
220
|
+
onTransitionEnd?: import("react").TransitionEventHandler<Element> | undefined;
|
|
221
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<Element> | undefined;
|
|
222
|
+
form?: string | undefined;
|
|
223
|
+
list?: string | undefined;
|
|
224
|
+
defaultChecked?: boolean | undefined;
|
|
225
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
226
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
227
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
228
|
+
accessKey?: string | undefined;
|
|
229
|
+
autoFocus?: boolean | undefined;
|
|
230
|
+
className?: string | undefined;
|
|
231
|
+
contentEditable?: boolean | "true" | "false" | "inherit" | "plaintext-only" | undefined;
|
|
232
|
+
contextMenu?: string | undefined;
|
|
233
|
+
dir?: string | undefined;
|
|
234
|
+
draggable?: boolean | "true" | "false" | undefined;
|
|
235
|
+
hidden?: boolean | undefined;
|
|
236
|
+
id?: string | undefined;
|
|
237
|
+
lang?: string | undefined;
|
|
238
|
+
nonce?: string | undefined;
|
|
239
|
+
slot?: string | undefined;
|
|
240
|
+
spellCheck?: boolean | "true" | "false" | undefined;
|
|
241
|
+
style?: import("react").CSSProperties | undefined;
|
|
242
|
+
tabIndex?: 0 | -1 | undefined;
|
|
243
|
+
title?: string | undefined;
|
|
244
|
+
translate?: "yes" | "no" | undefined;
|
|
245
|
+
radioGroup?: string | undefined;
|
|
246
|
+
role?: import("react").AriaRole | undefined;
|
|
247
|
+
about?: string | undefined;
|
|
248
|
+
content?: string | undefined;
|
|
249
|
+
datatype?: string | undefined;
|
|
250
|
+
inlist?: any;
|
|
251
|
+
prefix?: string | undefined;
|
|
252
|
+
property?: string | undefined;
|
|
253
|
+
rel?: string | undefined;
|
|
254
|
+
resource?: string | undefined;
|
|
255
|
+
rev?: string | undefined;
|
|
256
|
+
typeof?: string | undefined;
|
|
257
|
+
vocab?: string | undefined;
|
|
258
|
+
autoCapitalize?: string | undefined;
|
|
259
|
+
autoCorrect?: string | undefined;
|
|
260
|
+
autoSave?: string | undefined;
|
|
261
|
+
color?: string | undefined;
|
|
262
|
+
itemProp?: string | undefined;
|
|
263
|
+
itemScope?: boolean | undefined;
|
|
264
|
+
itemType?: string | undefined;
|
|
265
|
+
itemID?: string | undefined;
|
|
266
|
+
itemRef?: string | undefined;
|
|
267
|
+
results?: number | undefined;
|
|
268
|
+
security?: string | undefined;
|
|
269
|
+
unselectable?: "on" | "off" | undefined;
|
|
270
|
+
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
271
|
+
is?: string | undefined;
|
|
272
|
+
accept?: string | undefined;
|
|
273
|
+
acceptCharset?: string | undefined;
|
|
274
|
+
action?: string | undefined;
|
|
275
|
+
allowFullScreen?: boolean | undefined;
|
|
276
|
+
allowTransparency?: boolean | undefined;
|
|
277
|
+
alt?: string | undefined;
|
|
278
|
+
async?: boolean | undefined;
|
|
279
|
+
autoComplete?: string | undefined;
|
|
280
|
+
autoPlay?: boolean | undefined;
|
|
281
|
+
capture?: boolean | "user" | "environment" | undefined;
|
|
282
|
+
cellPadding?: string | number | undefined;
|
|
283
|
+
cellSpacing?: string | number | undefined;
|
|
284
|
+
charSet?: string | undefined;
|
|
285
|
+
challenge?: string | undefined;
|
|
286
|
+
checked?: boolean | undefined;
|
|
287
|
+
cite?: string | undefined;
|
|
288
|
+
classID?: string | undefined;
|
|
289
|
+
cols?: number | undefined;
|
|
290
|
+
colSpan?: number | undefined;
|
|
291
|
+
controls?: boolean | undefined;
|
|
292
|
+
coords?: string | undefined;
|
|
293
|
+
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
294
|
+
data?: string | undefined;
|
|
295
|
+
dateTime?: string | undefined;
|
|
296
|
+
default?: boolean | undefined;
|
|
297
|
+
defer?: boolean | undefined;
|
|
298
|
+
disabled?: boolean | undefined;
|
|
299
|
+
download?: any;
|
|
300
|
+
encType?: string | undefined;
|
|
301
|
+
formAction?: string | undefined;
|
|
302
|
+
formEncType?: string | undefined;
|
|
303
|
+
formMethod?: string | undefined;
|
|
304
|
+
formNoValidate?: boolean | undefined;
|
|
305
|
+
formTarget?: string | undefined;
|
|
306
|
+
frameBorder?: string | number | undefined;
|
|
307
|
+
headers?: string | undefined;
|
|
308
|
+
height?: string | number | undefined;
|
|
309
|
+
high?: number | undefined;
|
|
310
|
+
href?: string | undefined;
|
|
311
|
+
hrefLang?: string | undefined;
|
|
312
|
+
htmlFor?: string | undefined;
|
|
313
|
+
httpEquiv?: string | undefined;
|
|
314
|
+
integrity?: string | undefined;
|
|
315
|
+
keyParams?: string | undefined;
|
|
316
|
+
keyType?: string | undefined;
|
|
317
|
+
kind?: string | undefined;
|
|
318
|
+
label?: string | undefined;
|
|
319
|
+
loop?: boolean | undefined;
|
|
320
|
+
low?: number | undefined;
|
|
321
|
+
manifest?: string | undefined;
|
|
322
|
+
marginHeight?: number | undefined;
|
|
323
|
+
marginWidth?: number | undefined;
|
|
324
|
+
max?: string | number | undefined;
|
|
325
|
+
maxLength?: number | undefined;
|
|
326
|
+
media?: string | undefined;
|
|
327
|
+
mediaGroup?: string | undefined;
|
|
328
|
+
method?: string | undefined;
|
|
329
|
+
min?: string | number | undefined;
|
|
330
|
+
minLength?: number | undefined;
|
|
331
|
+
multiple?: boolean | undefined;
|
|
332
|
+
muted?: boolean | undefined;
|
|
333
|
+
name?: string | undefined;
|
|
334
|
+
noValidate?: boolean | undefined;
|
|
335
|
+
open?: boolean | undefined;
|
|
336
|
+
optimum?: number | undefined;
|
|
337
|
+
pattern?: string | undefined;
|
|
338
|
+
placeholder?: string | undefined;
|
|
339
|
+
playsInline?: boolean | undefined;
|
|
340
|
+
poster?: string | undefined;
|
|
341
|
+
preload?: string | undefined;
|
|
342
|
+
readOnly?: boolean | undefined;
|
|
343
|
+
required?: boolean | undefined;
|
|
344
|
+
reversed?: boolean | undefined;
|
|
345
|
+
rows?: number | undefined;
|
|
346
|
+
rowSpan?: number | undefined;
|
|
347
|
+
sandbox?: string | undefined;
|
|
348
|
+
scope?: string | undefined;
|
|
349
|
+
scoped?: boolean | undefined;
|
|
350
|
+
scrolling?: string | undefined;
|
|
351
|
+
seamless?: boolean | undefined;
|
|
352
|
+
selected?: boolean | undefined;
|
|
353
|
+
shape?: string | undefined;
|
|
354
|
+
size?: number | undefined;
|
|
355
|
+
sizes?: string | undefined;
|
|
356
|
+
span?: number | undefined;
|
|
357
|
+
src?: string | undefined;
|
|
358
|
+
srcDoc?: string | undefined;
|
|
359
|
+
srcLang?: string | undefined;
|
|
360
|
+
srcSet?: string | undefined;
|
|
361
|
+
start?: number | undefined;
|
|
362
|
+
step?: string | number | undefined;
|
|
363
|
+
summary?: string | undefined;
|
|
364
|
+
target?: string | undefined;
|
|
365
|
+
type?: string | undefined;
|
|
366
|
+
useMap?: string | undefined;
|
|
367
|
+
value?: string | number | readonly string[] | undefined;
|
|
368
|
+
width?: string | number | undefined;
|
|
369
|
+
wmode?: string | undefined;
|
|
370
|
+
wrap?: string | undefined;
|
|
371
|
+
}, never>>;
|
|
8
372
|
xstyledAttributes: import("@elliemae/ds-props-helpers").XstyledProps;
|
|
9
373
|
closeButtonRef: (node: HTMLButtonElement | null) => void;
|
|
10
374
|
};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -5,5 +5,4 @@ export { DSToastAction, DSToastActionWithSchema } from './parts/DSToastAction.js
|
|
|
5
5
|
export { DSToastActionLink, DSToastActionLinkWithSchema } from './parts/DSToastActionLink.js';
|
|
6
6
|
export { DSToastContent, DSToastContentWithSchema } from './parts/DSToastContent.js';
|
|
7
7
|
export { DSToastName, DSToastActionName, DSToastActionLinkName, DSToastSlots, DSToastActionSlots, DSToastActionLinkSlots, DSToastDataTestIds, DSToastActionDataTestIds, DSToastActionLinkDataTestIds, } from './DSToastDefinitions.js';
|
|
8
|
-
export { default } from './parts/DSToast.js';
|
|
9
8
|
export type { DSToastT } from './react-desc-prop-types.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-toast",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.33.0-next.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Toast",
|
|
6
6
|
"files": [
|
|
@@ -62,17 +62,17 @@
|
|
|
62
62
|
"@xstyled/system": "~3.7.3",
|
|
63
63
|
"@xstyled/util": "3.7.0",
|
|
64
64
|
"react-toastify": "~6.2.0",
|
|
65
|
-
"@elliemae/ds-
|
|
66
|
-
"@elliemae/ds-props-helpers": "3.
|
|
67
|
-
"@elliemae/ds-
|
|
68
|
-
"@elliemae/ds-
|
|
69
|
-
"@elliemae/ds-
|
|
70
|
-
"@elliemae/ds-
|
|
65
|
+
"@elliemae/ds-icons": "3.33.0-next.1",
|
|
66
|
+
"@elliemae/ds-props-helpers": "3.33.0-next.1",
|
|
67
|
+
"@elliemae/ds-system": "3.33.0-next.1",
|
|
68
|
+
"@elliemae/ds-typescript-helpers": "3.33.0-next.1",
|
|
69
|
+
"@elliemae/ds-utilities": "3.33.0-next.1",
|
|
70
|
+
"@elliemae/ds-button-v2": "3.33.0-next.1"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
74
74
|
"styled-components": "~5.3.9",
|
|
75
|
-
"@elliemae/ds-monorepo-devops": "3.
|
|
75
|
+
"@elliemae/ds-monorepo-devops": "3.33.0-next.1"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"lodash": "^4.17.21",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public",
|
|
85
|
-
"typeSafety":
|
|
85
|
+
"typeSafety": false
|
|
86
86
|
},
|
|
87
87
|
"scripts": {
|
|
88
88
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { XstyledProps } from '@elliemae/ds-props-helpers';
|
|
3
|
-
export declare const StyledToastContainer: import("styled-components").StyledComponent<import("react").FC<import("react-toastify").ToastContainerProps>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").FC<import("react-toastify").ToastContainerProps>>, never>;
|
|
4
|
-
export declare const StyledLink: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, {
|
|
5
|
-
children?: import("react").ReactNode;
|
|
6
|
-
} & XstyledProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
|
|
7
|
-
export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
8
|
-
export declare const StyledIconContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
9
|
-
export declare const StyledMessageContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
10
|
-
export declare const StyledMessageHeader: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
11
|
-
export declare const StyledMessageText: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
|
|
12
|
-
export declare const StyledAction: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, import("@xstyled/util").Props<import("@xstyled/system").Theme> & import("@xstyled/system").TypographyProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").BackgroundProps & import("@elliemae/ds-system").SpaceProps & import("@xstyled/system").BoxShadowProps<import("@xstyled/system").Theme> & import("@xstyled/system").FlexboxesProps<import("@xstyled/system").Theme> & import("@xstyled/system").LayoutProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").ColorProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
13
|
-
export declare const StyledButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, {
|
|
14
|
-
theme: import("@elliemae/ds-system").Theme;
|
|
15
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
|
|
16
|
-
export declare const ToastifyWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, import("@xstyled/util").Props<import("@xstyled/system").Theme> & import("@xstyled/system").TypographyProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").BackgroundProps & import("@elliemae/ds-system").SpaceProps & import("@xstyled/system").BoxShadowProps<import("@xstyled/system").Theme> & import("@xstyled/system").FlexboxesProps<import("@xstyled/system").Theme> & import("@xstyled/system").LayoutProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").ColorProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|