@elliemae/ds-grid 3.46.5 → 3.46.6

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.
@@ -1,3 +1 @@
1
- import { type LayoutProps, type SpaceProps, type SizingProps } from '@elliemae/ds-system';
2
- import { type DSGridT } from './react-desc-prop-types.js';
3
- export declare const GridItem: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSGridT.ItemProps & LayoutProps<import("@xstyled/system").Theme> & SpaceProps & SizingProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
1
+ export declare const GridItem: any;
@@ -2,13 +2,14 @@
2
2
  import type { DSGridT } from '../react-desc-prop-types.js';
3
3
  export declare const useGrid: (props: DSGridT.Props) => {
4
4
  propsWithDefaults: DSGridT.InternalProps;
5
- globalProps: Partial<Pick<object, "wrap" | "form" | "list" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "type" | "useMap" | "value" | "width" | "wmode"> & Omit<{
5
+ globalProps: Partial<Pick<object, "default" | "wrap" | "form" | "list" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "type" | "useMap" | "value" | "width" | "wmode"> & Omit<{
6
+ default?: boolean | undefined;
6
7
  wrap?: string | undefined;
7
8
  form?: string | undefined;
8
9
  list?: string | undefined;
9
10
  "aria-activedescendant"?: string | undefined;
10
11
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
11
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
12
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
12
13
  "aria-braillelabel"?: string | undefined;
13
14
  "aria-brailleroledescription"?: string | undefined;
14
15
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -23,7 +24,7 @@ export declare const useGrid: (props: DSGridT.Props) => {
23
24
  "aria-description"?: string | undefined;
24
25
  "aria-details"?: string | undefined;
25
26
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
26
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
27
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
27
28
  "aria-errormessage"?: string | undefined;
28
29
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
29
30
  "aria-flowto"?: string | undefined;
@@ -218,13 +219,22 @@ export declare const useGrid: (props: DSGridT.Props) => {
218
219
  onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
219
220
  onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
220
221
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
222
+ onToggle?: import("react").ToggleEventHandler<HTMLDivElement> | undefined;
223
+ onBeforeToggle?: import("react").ToggleEventHandler<HTMLDivElement> | undefined;
224
+ onTransitionCancel?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
225
+ onTransitionCancelCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
221
226
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
222
227
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
228
+ onTransitionRun?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
229
+ onTransitionRunCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
230
+ onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
231
+ onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
223
232
  defaultChecked?: boolean | undefined;
224
233
  defaultValue?: string | number | readonly string[] | undefined;
225
234
  suppressContentEditableWarning?: boolean | undefined;
226
235
  suppressHydrationWarning?: boolean | undefined;
227
236
  accessKey?: string | undefined;
237
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
228
238
  autoFocus?: boolean | undefined;
229
239
  className?: string | undefined;
230
240
  contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
@@ -239,7 +249,7 @@ export declare const useGrid: (props: DSGridT.Props) => {
239
249
  slot?: string | undefined;
240
250
  spellCheck?: (boolean | "true" | "false") | undefined;
241
251
  style?: import("react").CSSProperties | undefined;
242
- tabIndex?: 0 | -1 | undefined;
252
+ tabIndex?: any;
243
253
  title?: string | undefined;
244
254
  translate?: "yes" | "no" | undefined;
245
255
  radioGroup?: string | undefined;
@@ -255,7 +265,6 @@ export declare const useGrid: (props: DSGridT.Props) => {
255
265
  rev?: string | undefined;
256
266
  typeof?: string | undefined;
257
267
  vocab?: string | undefined;
258
- autoCapitalize?: string | undefined;
259
268
  autoCorrect?: string | undefined;
260
269
  autoSave?: string | undefined;
261
270
  color?: string | undefined;
@@ -266,12 +275,16 @@ export declare const useGrid: (props: DSGridT.Props) => {
266
275
  itemRef?: string | undefined;
267
276
  results?: number | undefined;
268
277
  security?: string | undefined;
269
- unselectable?: "on" | "off" | undefined;
270
- inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
278
+ unselectable?: "off" | "on" | undefined;
279
+ popover?: "" | "auto" | "manual" | undefined;
280
+ popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
281
+ popoverTarget?: string | undefined;
282
+ inert?: boolean | undefined;
283
+ inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
271
284
  is?: string | undefined;
272
285
  accept?: string | undefined;
273
286
  acceptCharset?: string | undefined;
274
- action?: string | undefined;
287
+ action?: string | ((formData: FormData) => void | Promise<void>) | undefined;
275
288
  allowFullScreen?: boolean | undefined;
276
289
  allowTransparency?: boolean | undefined;
277
290
  alt?: string | undefined;
@@ -293,12 +306,11 @@ export declare const useGrid: (props: DSGridT.Props) => {
293
306
  crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
294
307
  data?: string | undefined;
295
308
  dateTime?: string | undefined;
296
- default?: boolean | undefined;
297
309
  defer?: boolean | undefined;
298
310
  disabled?: boolean | undefined;
299
311
  download?: any;
300
312
  encType?: string | undefined;
301
- formAction?: string | undefined;
313
+ formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
302
314
  formEncType?: string | undefined;
303
315
  formMethod?: string | undefined;
304
316
  formNoValidate?: boolean | undefined;
@@ -370,5 +382,5 @@ export declare const useGrid: (props: DSGridT.Props) => {
370
382
  }, never>>;
371
383
  xstyledProps: import("@elliemae/ds-props-helpers").XstyledProps;
372
384
  isSpanParent: boolean;
373
- renderChildren: (string | number | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal)[] | null | undefined;
385
+ renderChildren: (string | number | bigint | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>)[] | null | undefined;
374
386
  };
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  import type { DSGridT } from '../react-desc-prop-types.js';
3
3
  export declare const useRenderChildren: (props: DSGridT.InternalProps) => {
4
4
  isSpanParent: boolean;
5
- renderChildren: (string | number | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal)[] | null | undefined;
5
+ renderChildren: (string | number | bigint | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined>)[] | null | undefined;
6
6
  };
@@ -1,3 +1,2 @@
1
- import type { WeakValidationMap } from 'react';
2
1
  import type { DSGridT } from '../react-desc-prop-types.js';
3
2
  export declare const useValidateProps: (props: DSGridT.InternalProps, propTypes: WeakValidationMap<unknown>) => void;
@@ -1,4 +1,3 @@
1
- import type { WeakValidationMap } from 'react';
2
1
  import type React from 'react';
3
2
  import type { GlobalAttributesT, XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';
4
3
  export declare namespace DSGridT {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-grid",
3
- "version": "3.46.5",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Grid",
6
6
  "files": [
@@ -65,15 +65,15 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "@xstyled/system": "~3.7.3",
68
- "@elliemae/ds-props-helpers": "3.46.5",
69
- "@elliemae/ds-system": "3.46.5"
68
+ "@elliemae/ds-props-helpers": "3.46.6",
69
+ "@elliemae/ds-system": "3.46.6"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@elliemae/pui-cli": "9.0.0-next.50",
73
73
  "@elliemae/pui-theme": "~2.10.0",
74
74
  "react-test-renderer": "~17.0.2",
75
75
  "styled-components": "~5.3.9",
76
- "@elliemae/ds-monorepo-devops": "3.46.5"
76
+ "@elliemae/ds-monorepo-devops": "3.46.6"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@elliemae/pui-theme": "~2.10.0",
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "publishConfig": {
87
87
  "access": "public",
88
- "typeSafety": true
88
+ "typeSafety": false
89
89
  },
90
90
  "scripts": {
91
91
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",