@xyo-network/react-card 2.40.31 → 2.40.32
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.
@@ -6,6 +6,6 @@ export type CardContentExProps = CardContentProps & {
|
|
6
6
|
refreshRef?: number;
|
7
7
|
removePadding?: boolean;
|
8
8
|
};
|
9
|
-
export declare const CardContentExWithRef: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, "variant" | "removePadding" | keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
10
|
-
export declare const CardContentEx: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, "variant" | "removePadding" | keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
9
|
+
export declare const CardContentExWithRef: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, "variant" | "removePadding" | keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
10
|
+
export declare const CardContentEx: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, "variant" | "removePadding" | keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
11
11
|
//# sourceMappingURL=CardContentEx.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CardContentEx.d.ts","sourceRoot":"","sources":["../../../src/components/CardContentEx.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAe,gBAAgB,EAAU,MAAM,eAAe,CAAA;AAmBrE,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,GAAG;IAClD,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,CAAA;IACjC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,oBAAoB,
|
1
|
+
{"version":3,"file":"CardContentEx.d.ts","sourceRoot":"","sources":["../../../src/components/CardContentEx.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAe,gBAAgB,EAAU,MAAM,eAAe,CAAA;AAmBrE,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,GAAG;IAClD,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,CAAA;IACjC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,oBAAoB,0wJAU/B,CAAA;AAIF,eAAO,MAAM,aAAa,0wJAAuB,CAAA"}
|
package/dist/docs.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
27
27
|
"line": 16,
|
28
28
|
"character": 2,
|
29
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
29
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L16"
|
30
30
|
}
|
31
31
|
],
|
32
32
|
"type": {
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
48
48
|
"line": 10,
|
49
49
|
"character": 2,
|
50
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
50
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L10"
|
51
51
|
}
|
52
52
|
],
|
53
53
|
"type": {
|
@@ -70,7 +70,7 @@
|
|
70
70
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
71
71
|
"line": 11,
|
72
72
|
"character": 2,
|
73
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
73
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L11"
|
74
74
|
}
|
75
75
|
],
|
76
76
|
"type": {
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
92
92
|
"line": 13,
|
93
93
|
"character": 2,
|
94
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
94
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L13"
|
95
95
|
}
|
96
96
|
],
|
97
97
|
"type": {
|
@@ -112,7 +112,7 @@
|
|
112
112
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
113
113
|
"line": 14,
|
114
114
|
"character": 2,
|
115
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
115
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L14"
|
116
116
|
}
|
117
117
|
],
|
118
118
|
"type": {
|
@@ -131,7 +131,7 @@
|
|
131
131
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
132
132
|
"line": 9,
|
133
133
|
"character": 2,
|
134
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
134
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L9"
|
135
135
|
}
|
136
136
|
],
|
137
137
|
"type": {
|
@@ -154,7 +154,7 @@
|
|
154
154
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
155
155
|
"line": 15,
|
156
156
|
"character": 2,
|
157
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
157
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L15"
|
158
158
|
}
|
159
159
|
],
|
160
160
|
"type": {
|
@@ -175,7 +175,7 @@
|
|
175
175
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
176
176
|
"line": 12,
|
177
177
|
"character": 2,
|
178
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
178
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L12"
|
179
179
|
}
|
180
180
|
],
|
181
181
|
"type": {
|
@@ -206,7 +206,7 @@
|
|
206
206
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
207
207
|
"line": 8,
|
208
208
|
"character": 17,
|
209
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
209
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L8"
|
210
210
|
}
|
211
211
|
],
|
212
212
|
"extendedTypes": [
|
@@ -238,7 +238,7 @@
|
|
238
238
|
"fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
|
239
239
|
"line": 11,
|
240
240
|
"character": 2,
|
241
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
241
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/PageCard.tsx#L11"
|
242
242
|
}
|
243
243
|
],
|
244
244
|
"type": {
|
@@ -261,7 +261,7 @@
|
|
261
261
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
262
262
|
"line": 6,
|
263
263
|
"character": 2,
|
264
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
264
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardEx.tsx#L6"
|
265
265
|
}
|
266
266
|
],
|
267
267
|
"type": {
|
@@ -295,7 +295,7 @@
|
|
295
295
|
"fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
|
296
296
|
"line": 9,
|
297
297
|
"character": 2,
|
298
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
298
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/PageCard.tsx#L9"
|
299
299
|
}
|
300
300
|
],
|
301
301
|
"type": {
|
@@ -311,7 +311,7 @@
|
|
311
311
|
"fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
|
312
312
|
"line": 9,
|
313
313
|
"character": 14,
|
314
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
314
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/PageCard.tsx#L9"
|
315
315
|
}
|
316
316
|
],
|
317
317
|
"signatures": [
|
@@ -343,7 +343,7 @@
|
|
343
343
|
"fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
|
344
344
|
"line": 10,
|
345
345
|
"character": 2,
|
346
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
346
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/PageCard.tsx#L10"
|
347
347
|
}
|
348
348
|
],
|
349
349
|
"type": {
|
@@ -370,7 +370,7 @@
|
|
370
370
|
"fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
|
371
371
|
"line": 8,
|
372
372
|
"character": 17,
|
373
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
373
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/PageCard.tsx#L8"
|
374
374
|
}
|
375
375
|
],
|
376
376
|
"extendedTypes": [
|
@@ -401,7 +401,7 @@
|
|
401
401
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
402
402
|
"line": 12,
|
403
403
|
"character": 2,
|
404
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
404
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L12"
|
405
405
|
}
|
406
406
|
],
|
407
407
|
"type": {
|
@@ -424,7 +424,7 @@
|
|
424
424
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
425
425
|
"line": 6,
|
426
426
|
"character": 2,
|
427
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
427
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardEx.tsx#L6"
|
428
428
|
}
|
429
429
|
],
|
430
430
|
"type": {
|
@@ -458,7 +458,7 @@
|
|
458
458
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
459
459
|
"line": 11,
|
460
460
|
"character": 2,
|
461
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
461
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L11"
|
462
462
|
}
|
463
463
|
],
|
464
464
|
"type": {
|
@@ -481,7 +481,7 @@
|
|
481
481
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
482
482
|
"line": 13,
|
483
483
|
"character": 2,
|
484
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
484
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L13"
|
485
485
|
}
|
486
486
|
],
|
487
487
|
"type": {
|
@@ -502,7 +502,7 @@
|
|
502
502
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
503
503
|
"line": 17,
|
504
504
|
"character": 2,
|
505
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
505
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L17"
|
506
506
|
}
|
507
507
|
],
|
508
508
|
"type": {
|
@@ -523,7 +523,7 @@
|
|
523
523
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
524
524
|
"line": 18,
|
525
525
|
"character": 2,
|
526
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
526
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L18"
|
527
527
|
}
|
528
528
|
],
|
529
529
|
"type": {
|
@@ -553,7 +553,7 @@
|
|
553
553
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
554
554
|
"line": 15,
|
555
555
|
"character": 2,
|
556
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
556
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L15"
|
557
557
|
}
|
558
558
|
],
|
559
559
|
"type": {
|
@@ -574,7 +574,7 @@
|
|
574
574
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
575
575
|
"line": 16,
|
576
576
|
"character": 2,
|
577
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
577
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L16"
|
578
578
|
}
|
579
579
|
],
|
580
580
|
"type": {
|
@@ -595,7 +595,7 @@
|
|
595
595
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
596
596
|
"line": 19,
|
597
597
|
"character": 2,
|
598
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
598
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L19"
|
599
599
|
}
|
600
600
|
],
|
601
601
|
"type": {
|
@@ -616,7 +616,7 @@
|
|
616
616
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
617
617
|
"line": 14,
|
618
618
|
"character": 2,
|
619
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
619
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L14"
|
620
620
|
}
|
621
621
|
],
|
622
622
|
"type": {
|
@@ -649,7 +649,7 @@
|
|
649
649
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
650
650
|
"line": 10,
|
651
651
|
"character": 17,
|
652
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
652
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L10"
|
653
653
|
}
|
654
654
|
],
|
655
655
|
"extendedTypes": [
|
@@ -671,7 +671,7 @@
|
|
671
671
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
672
672
|
"line": 20,
|
673
673
|
"character": 12,
|
674
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
674
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardContentEx.tsx#L20"
|
675
675
|
}
|
676
676
|
],
|
677
677
|
"type": {
|
@@ -705,7 +705,7 @@
|
|
705
705
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
706
706
|
"line": 23,
|
707
707
|
"character": 2,
|
708
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
708
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardContentEx.tsx#L23"
|
709
709
|
}
|
710
710
|
],
|
711
711
|
"type": {
|
@@ -726,7 +726,7 @@
|
|
726
726
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
727
727
|
"line": 24,
|
728
728
|
"character": 2,
|
729
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
729
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardContentEx.tsx#L24"
|
730
730
|
}
|
731
731
|
],
|
732
732
|
"type": {
|
@@ -747,7 +747,7 @@
|
|
747
747
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
748
748
|
"line": 22,
|
749
749
|
"character": 2,
|
750
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
750
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardContentEx.tsx#L22"
|
751
751
|
}
|
752
752
|
],
|
753
753
|
"type": {
|
@@ -768,7 +768,7 @@
|
|
768
768
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
769
769
|
"line": 21,
|
770
770
|
"character": 2,
|
771
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
771
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardContentEx.tsx#L21"
|
772
772
|
}
|
773
773
|
],
|
774
774
|
"type": {
|
@@ -802,7 +802,7 @@
|
|
802
802
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
803
803
|
"line": 20,
|
804
804
|
"character": 52,
|
805
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
805
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardContentEx.tsx#L20"
|
806
806
|
}
|
807
807
|
]
|
808
808
|
}
|
@@ -821,7 +821,7 @@
|
|
821
821
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
822
822
|
"line": 5,
|
823
823
|
"character": 12,
|
824
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
824
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardEx.tsx#L5"
|
825
825
|
}
|
826
826
|
],
|
827
827
|
"type": {
|
@@ -855,7 +855,7 @@
|
|
855
855
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
856
856
|
"line": 6,
|
857
857
|
"character": 2,
|
858
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
858
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardEx.tsx#L6"
|
859
859
|
}
|
860
860
|
],
|
861
861
|
"type": {
|
@@ -886,7 +886,7 @@
|
|
886
886
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
887
887
|
"line": 5,
|
888
888
|
"character": 38,
|
889
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
889
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardEx.tsx#L5"
|
890
890
|
}
|
891
891
|
]
|
892
892
|
}
|
@@ -917,7 +917,7 @@
|
|
917
917
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
918
918
|
"line": 41,
|
919
919
|
"character": 13,
|
920
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
920
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardContentEx.tsx#L41"
|
921
921
|
}
|
922
922
|
],
|
923
923
|
"signatures": [
|
@@ -1622,6 +1622,14 @@
|
|
1622
1622
|
"type": "literal",
|
1623
1623
|
"value": "onRateChangeCapture"
|
1624
1624
|
},
|
1625
|
+
{
|
1626
|
+
"type": "literal",
|
1627
|
+
"value": "onResize"
|
1628
|
+
},
|
1629
|
+
{
|
1630
|
+
"type": "literal",
|
1631
|
+
"value": "onResizeCapture"
|
1632
|
+
},
|
1625
1633
|
{
|
1626
1634
|
"type": "literal",
|
1627
1635
|
"value": "onSeeked"
|
@@ -2092,7 +2100,7 @@
|
|
2092
2100
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
2093
2101
|
"line": 27,
|
2094
2102
|
"character": 13,
|
2095
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
2103
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardContentEx.tsx#L27"
|
2096
2104
|
}
|
2097
2105
|
],
|
2098
2106
|
"signatures": [
|
@@ -2797,6 +2805,14 @@
|
|
2797
2805
|
"type": "literal",
|
2798
2806
|
"value": "onRateChangeCapture"
|
2799
2807
|
},
|
2808
|
+
{
|
2809
|
+
"type": "literal",
|
2810
|
+
"value": "onResize"
|
2811
|
+
},
|
2812
|
+
{
|
2813
|
+
"type": "literal",
|
2814
|
+
"value": "onResizeCapture"
|
2815
|
+
},
|
2800
2816
|
{
|
2801
2817
|
"type": "literal",
|
2802
2818
|
"value": "onSeeked"
|
@@ -3267,7 +3283,7 @@
|
|
3267
3283
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
3268
3284
|
"line": 26,
|
3269
3285
|
"character": 13,
|
3270
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
3286
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardEx.tsx#L26"
|
3271
3287
|
}
|
3272
3288
|
],
|
3273
3289
|
"signatures": [
|
@@ -3343,7 +3359,7 @@
|
|
3343
3359
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
3344
3360
|
"line": 9,
|
3345
3361
|
"character": 13,
|
3346
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
3362
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/CardEx.tsx#L9"
|
3347
3363
|
}
|
3348
3364
|
],
|
3349
3365
|
"signatures": [
|
@@ -3419,7 +3435,7 @@
|
|
3419
3435
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
3420
3436
|
"line": 19,
|
3421
3437
|
"character": 13,
|
3422
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
3438
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L19"
|
3423
3439
|
}
|
3424
3440
|
],
|
3425
3441
|
"signatures": [
|
@@ -3495,7 +3511,7 @@
|
|
3495
3511
|
"fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
|
3496
3512
|
"line": 45,
|
3497
3513
|
"character": 13,
|
3498
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
3514
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/PageCard.tsx#L45"
|
3499
3515
|
}
|
3500
3516
|
],
|
3501
3517
|
"signatures": [
|
@@ -3571,7 +3587,7 @@
|
|
3571
3587
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
3572
3588
|
"line": 22,
|
3573
3589
|
"character": 13,
|
3574
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
3590
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L22"
|
3575
3591
|
}
|
3576
3592
|
],
|
3577
3593
|
"signatures": [
|
@@ -3671,7 +3687,7 @@
|
|
3671
3687
|
"fileName": "packages/sdk/packages/card/src/index.ts",
|
3672
3688
|
"line": 1,
|
3673
3689
|
"character": 0,
|
3674
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
3690
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0b1cebea/packages/sdk/packages/card/src/index.ts#L1"
|
3675
3691
|
}
|
3676
3692
|
]
|
3677
3693
|
}
|
@@ -6,6 +6,6 @@ export type CardContentExProps = CardContentProps & {
|
|
6
6
|
refreshRef?: number;
|
7
7
|
removePadding?: boolean;
|
8
8
|
};
|
9
|
-
export declare const CardContentExWithRef: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, "variant" | "removePadding" | keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
10
|
-
export declare const CardContentEx: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, "variant" | "removePadding" | keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
9
|
+
export declare const CardContentExWithRef: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, "variant" | "removePadding" | keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
10
|
+
export declare const CardContentEx: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, "variant" | "removePadding" | keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
11
11
|
//# sourceMappingURL=CardContentEx.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CardContentEx.d.ts","sourceRoot":"","sources":["../../../src/components/CardContentEx.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAe,gBAAgB,EAAU,MAAM,eAAe,CAAA;AAmBrE,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,GAAG;IAClD,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,CAAA;IACjC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,oBAAoB,
|
1
|
+
{"version":3,"file":"CardContentEx.d.ts","sourceRoot":"","sources":["../../../src/components/CardContentEx.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAe,gBAAgB,EAAU,MAAM,eAAe,CAAA;AAmBrE,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,GAAG;IAClD,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,CAAA;IACjC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,oBAAoB,0wJAU/B,CAAA;AAIF,eAAO,MAAM,aAAa,0wJAAuB,CAAA"}
|
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
13
|
"@xylabs/react-flexbox": "^2.15.2",
|
14
|
-
"@xyo-network/react-shared": "^2.40.
|
14
|
+
"@xyo-network/react-shared": "^2.40.32",
|
15
15
|
"tslib": "^2.4.1"
|
16
16
|
},
|
17
17
|
"peerDependencies": {
|
@@ -65,5 +65,5 @@
|
|
65
65
|
},
|
66
66
|
"sideEffects": false,
|
67
67
|
"types": "dist/esm/index.d.ts",
|
68
|
-
"version": "2.40.
|
68
|
+
"version": "2.40.32"
|
69
69
|
}
|