@xyo-network/react-card 2.38.11 → 2.38.12

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.
@@ -5,6 +5,6 @@ export declare type CardContentExProps = CardContentProps & {
5
5
  scrollToTop?: number;
6
6
  refreshRef?: number;
7
7
  };
8
- export declare const CardContentExWithRef: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "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" | "variant" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
9
- export declare const CardContentEx: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "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" | "variant" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
8
+ export declare const CardContentExWithRef: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, 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" | "variant" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
9
+ export declare const CardContentEx: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, 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" | "variant" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
10
10
  //# 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;AAkBrE,oBAAY,kBAAkB,GAAG,gBAAgB,GAAG;IAClD,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,CAAA;IACjC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,eAAO,MAAM,oBAAoB,6sJAU/B,CAAA;AAIF,eAAO,MAAM,aAAa,6sJAAuB,CAAA"}
1
+ {"version":3,"file":"CardContentEx.d.ts","sourceRoot":"","sources":["../../../src/components/CardContentEx.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAe,gBAAgB,EAAU,MAAM,eAAe,CAAA;AAkBrE,oBAAY,kBAAkB,GAAG,gBAAgB,GAAG;IAClD,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,CAAA;IACjC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,eAAO,MAAM,oBAAoB,utJAU/B,CAAA;AAIF,eAAO,MAAM,aAAa,utJAAuB,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/d0a6f8297/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L16"
29
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L10"
50
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L11"
73
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L13"
94
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L14"
115
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L9"
134
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L15"
157
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L12"
178
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L8"
209
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/PageCard.tsx#L11"
241
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/CardEx.tsx#L6"
264
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/PageCard.tsx#L9"
298
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/PageCard.tsx#L9"
314
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/PageCard.tsx#L10"
346
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/PageCard.tsx#L8"
373
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L12"
404
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/CardEx.tsx#L6"
427
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L11"
461
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L13"
484
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L17"
505
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L18"
526
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L15"
556
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L16"
577
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L19"
598
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L14"
619
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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/d0a6f8297/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L10"
652
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/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": 19,
673
673
  "character": 12,
674
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/CardContentEx.tsx#L19"
674
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/CardContentEx.tsx#L19"
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": 22,
707
707
  "character": 2,
708
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/CardContentEx.tsx#L22"
708
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/CardContentEx.tsx#L22"
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": 21,
728
728
  "character": 2,
729
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/CardContentEx.tsx#L21"
729
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/CardContentEx.tsx#L21"
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": 20,
749
749
  "character": 2,
750
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/CardContentEx.tsx#L20"
750
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/CardContentEx.tsx#L20"
751
751
  }
752
752
  ],
753
753
  "type": {
@@ -780,7 +780,7 @@
780
780
  "fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
781
781
  "line": 19,
782
782
  "character": 52,
783
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/CardContentEx.tsx#L19"
783
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/CardContentEx.tsx#L19"
784
784
  }
785
785
  ]
786
786
  }
@@ -799,7 +799,7 @@
799
799
  "fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
800
800
  "line": 5,
801
801
  "character": 12,
802
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/CardEx.tsx#L5"
802
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/CardEx.tsx#L5"
803
803
  }
804
804
  ],
805
805
  "type": {
@@ -833,7 +833,7 @@
833
833
  "fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
834
834
  "line": 6,
835
835
  "character": 2,
836
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/CardEx.tsx#L6"
836
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/CardEx.tsx#L6"
837
837
  }
838
838
  ],
839
839
  "type": {
@@ -864,7 +864,7 @@
864
864
  "fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
865
865
  "line": 5,
866
866
  "character": 38,
867
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/CardEx.tsx#L5"
867
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/CardEx.tsx#L5"
868
868
  }
869
869
  ]
870
870
  }
@@ -895,7 +895,7 @@
895
895
  "fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
896
896
  "line": 39,
897
897
  "character": 13,
898
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/CardContentEx.tsx#L39"
898
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/CardContentEx.tsx#L39"
899
899
  }
900
900
  ],
901
901
  "signatures": [
@@ -1004,6 +1004,10 @@
1004
1004
  "type": "literal",
1005
1005
  "value": "lang"
1006
1006
  },
1007
+ {
1008
+ "type": "literal",
1009
+ "value": "nonce"
1010
+ },
1007
1011
  {
1008
1012
  "type": "literal",
1009
1013
  "value": "placeholder"
@@ -2062,7 +2066,7 @@
2062
2066
  "fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
2063
2067
  "line": 25,
2064
2068
  "character": 13,
2065
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/CardContentEx.tsx#L25"
2069
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/CardContentEx.tsx#L25"
2066
2070
  }
2067
2071
  ],
2068
2072
  "signatures": [
@@ -2171,6 +2175,10 @@
2171
2175
  "type": "literal",
2172
2176
  "value": "lang"
2173
2177
  },
2178
+ {
2179
+ "type": "literal",
2180
+ "value": "nonce"
2181
+ },
2174
2182
  {
2175
2183
  "type": "literal",
2176
2184
  "value": "placeholder"
@@ -3229,7 +3237,7 @@
3229
3237
  "fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
3230
3238
  "line": 26,
3231
3239
  "character": 13,
3232
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/CardEx.tsx#L26"
3240
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/CardEx.tsx#L26"
3233
3241
  }
3234
3242
  ],
3235
3243
  "signatures": [
@@ -3305,7 +3313,7 @@
3305
3313
  "fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
3306
3314
  "line": 9,
3307
3315
  "character": 13,
3308
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/CardEx.tsx#L9"
3316
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/CardEx.tsx#L9"
3309
3317
  }
3310
3318
  ],
3311
3319
  "signatures": [
@@ -3381,7 +3389,7 @@
3381
3389
  "fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
3382
3390
  "line": 19,
3383
3391
  "character": 13,
3384
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L19"
3392
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L19"
3385
3393
  }
3386
3394
  ],
3387
3395
  "signatures": [
@@ -3457,7 +3465,7 @@
3457
3465
  "fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
3458
3466
  "line": 45,
3459
3467
  "character": 13,
3460
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/PageCard.tsx#L45"
3468
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/PageCard.tsx#L45"
3461
3469
  }
3462
3470
  ],
3463
3471
  "signatures": [
@@ -3533,7 +3541,7 @@
3533
3541
  "fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
3534
3542
  "line": 22,
3535
3543
  "character": 13,
3536
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L22"
3544
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L22"
3537
3545
  }
3538
3546
  ],
3539
3547
  "signatures": [
@@ -3633,7 +3641,7 @@
3633
3641
  "fileName": "packages/sdk/packages/card/src/index.ts",
3634
3642
  "line": 1,
3635
3643
  "character": 0,
3636
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/card/src/index.ts#L1"
3644
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/card/src/index.ts#L1"
3637
3645
  }
3638
3646
  ]
3639
3647
  }
@@ -5,6 +5,6 @@ export declare type CardContentExProps = CardContentProps & {
5
5
  scrollToTop?: number;
6
6
  refreshRef?: number;
7
7
  };
8
- export declare const CardContentExWithRef: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "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" | "variant" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
9
- export declare const CardContentEx: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "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" | "variant" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
8
+ export declare const CardContentExWithRef: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, 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" | "variant" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
9
+ export declare const CardContentEx: import("react").ForwardRefExoticComponent<Pick<CardContentExProps, 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" | "variant" | "scrollToTop" | "refreshRef"> & import("react").RefAttributes<HTMLDivElement | null>>;
10
10
  //# 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;AAkBrE,oBAAY,kBAAkB,GAAG,gBAAgB,GAAG;IAClD,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,CAAA;IACjC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,eAAO,MAAM,oBAAoB,6sJAU/B,CAAA;AAIF,eAAO,MAAM,aAAa,6sJAAuB,CAAA"}
1
+ {"version":3,"file":"CardContentEx.d.ts","sourceRoot":"","sources":["../../../src/components/CardContentEx.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAe,gBAAgB,EAAU,MAAM,eAAe,CAAA;AAkBrE,oBAAY,kBAAkB,GAAG,gBAAgB,GAAG;IAClD,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,CAAA;IACjC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,eAAO,MAAM,oBAAoB,utJAU/B,CAAA;AAIF,eAAO,MAAM,aAAa,utJAAuB,CAAA"}
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/react-flexbox": "^2.15.1",
14
- "@xyo-network/react-shared": "^2.38.11",
14
+ "@xyo-network/react-shared": "^2.38.12",
15
15
  "tslib": "^2.4.0"
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.38.11"
68
+ "version": "2.38.12"
69
69
  }