@elliemae/ds-form-toggle 3.46.4 → 3.46.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,8 @@ export interface DSControlledToggleCTX {
|
|
9
9
|
}
|
10
10
|
export declare const useDSControlledToggle: (propsFromUser: DSControlledToggleT.Props) => {
|
11
11
|
propsWithDefault: DSControlledToggleT.InternalProps;
|
12
|
-
globalProps: Partial<Pick<object, "name" | "value" | "checked" | "onChange" | "size" | "readOnly" | "disabled" | "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" | "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" | "
|
12
|
+
globalProps: Partial<Pick<object, "default" | "name" | "value" | "checked" | "onChange" | "size" | "readOnly" | "disabled" | "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" | "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" | "cite" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "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" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "type" | "useMap" | "width" | "wmode" | "wrap"> & Omit<{
|
13
|
+
default?: boolean | undefined;
|
13
14
|
name?: string | undefined;
|
14
15
|
value?: string | number | readonly string[] | undefined;
|
15
16
|
checked?: boolean | undefined;
|
@@ -21,7 +22,7 @@ export declare const useDSControlledToggle: (propsFromUser: DSControlledToggleT.
|
|
21
22
|
list?: string | undefined;
|
22
23
|
"aria-activedescendant"?: string | undefined;
|
23
24
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
24
|
-
"aria-autocomplete"?: "
|
25
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
25
26
|
"aria-braillelabel"?: string | undefined;
|
26
27
|
"aria-brailleroledescription"?: string | undefined;
|
27
28
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
@@ -36,7 +37,7 @@ export declare const useDSControlledToggle: (propsFromUser: DSControlledToggleT.
|
|
36
37
|
"aria-description"?: string | undefined;
|
37
38
|
"aria-details"?: string | undefined;
|
38
39
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
39
|
-
"aria-dropeffect"?: "
|
40
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
40
41
|
"aria-errormessage"?: string | undefined;
|
41
42
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
42
43
|
"aria-flowto"?: string | undefined;
|
@@ -230,13 +231,22 @@ export declare const useDSControlledToggle: (propsFromUser: DSControlledToggleT.
|
|
230
231
|
onAnimationEndCapture?: React.AnimationEventHandler<Element> | undefined;
|
231
232
|
onAnimationIteration?: React.AnimationEventHandler<Element> | undefined;
|
232
233
|
onAnimationIterationCapture?: React.AnimationEventHandler<Element> | undefined;
|
234
|
+
onToggle?: React.ToggleEventHandler<Element> | undefined;
|
235
|
+
onBeforeToggle?: React.ToggleEventHandler<Element> | undefined;
|
236
|
+
onTransitionCancel?: React.TransitionEventHandler<Element> | undefined;
|
237
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<Element> | undefined;
|
233
238
|
onTransitionEnd?: React.TransitionEventHandler<Element> | undefined;
|
234
239
|
onTransitionEndCapture?: React.TransitionEventHandler<Element> | undefined;
|
240
|
+
onTransitionRun?: React.TransitionEventHandler<Element> | undefined;
|
241
|
+
onTransitionRunCapture?: React.TransitionEventHandler<Element> | undefined;
|
242
|
+
onTransitionStart?: React.TransitionEventHandler<Element> | undefined;
|
243
|
+
onTransitionStartCapture?: React.TransitionEventHandler<Element> | undefined;
|
235
244
|
defaultChecked?: boolean | undefined;
|
236
245
|
defaultValue?: string | number | readonly string[] | undefined;
|
237
246
|
suppressContentEditableWarning?: boolean | undefined;
|
238
247
|
suppressHydrationWarning?: boolean | undefined;
|
239
248
|
accessKey?: string | undefined;
|
249
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
|
240
250
|
autoFocus?: boolean | undefined;
|
241
251
|
className?: string | undefined;
|
242
252
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
@@ -251,7 +261,7 @@ export declare const useDSControlledToggle: (propsFromUser: DSControlledToggleT.
|
|
251
261
|
slot?: string | undefined;
|
252
262
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
253
263
|
style?: React.CSSProperties | undefined;
|
254
|
-
tabIndex?:
|
264
|
+
tabIndex?: any;
|
255
265
|
title?: string | undefined;
|
256
266
|
translate?: "yes" | "no" | undefined;
|
257
267
|
radioGroup?: string | undefined;
|
@@ -267,7 +277,6 @@ export declare const useDSControlledToggle: (propsFromUser: DSControlledToggleT.
|
|
267
277
|
rev?: string | undefined;
|
268
278
|
typeof?: string | undefined;
|
269
279
|
vocab?: string | undefined;
|
270
|
-
autoCapitalize?: string | undefined;
|
271
280
|
autoCorrect?: string | undefined;
|
272
281
|
autoSave?: string | undefined;
|
273
282
|
color?: string | undefined;
|
@@ -278,12 +287,16 @@ export declare const useDSControlledToggle: (propsFromUser: DSControlledToggleT.
|
|
278
287
|
itemRef?: string | undefined;
|
279
288
|
results?: number | undefined;
|
280
289
|
security?: string | undefined;
|
281
|
-
unselectable?: "
|
282
|
-
|
290
|
+
unselectable?: "off" | "on" | undefined;
|
291
|
+
popover?: "" | "auto" | "manual" | undefined;
|
292
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
293
|
+
popoverTarget?: string | undefined;
|
294
|
+
inert?: boolean | undefined;
|
295
|
+
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
283
296
|
is?: string | undefined;
|
284
297
|
accept?: string | undefined;
|
285
298
|
acceptCharset?: string | undefined;
|
286
|
-
action?: string | undefined;
|
299
|
+
action?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
287
300
|
allowFullScreen?: boolean | undefined;
|
288
301
|
allowTransparency?: boolean | undefined;
|
289
302
|
alt?: string | undefined;
|
@@ -304,11 +317,10 @@ export declare const useDSControlledToggle: (propsFromUser: DSControlledToggleT.
|
|
304
317
|
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
305
318
|
data?: string | undefined;
|
306
319
|
dateTime?: string | undefined;
|
307
|
-
default?: boolean | undefined;
|
308
320
|
defer?: boolean | undefined;
|
309
321
|
download?: any;
|
310
322
|
encType?: string | undefined;
|
311
|
-
formAction?: string | undefined;
|
323
|
+
formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
312
324
|
formEncType?: string | undefined;
|
313
325
|
formMethod?: string | undefined;
|
314
326
|
formNoValidate?: boolean | undefined;
|
@@ -2,4 +2,4 @@ import React from 'react';
|
|
2
2
|
export declare const AddTooltipOnReadOnly: ({ readOnly, children }: {
|
3
3
|
readOnly: boolean;
|
4
4
|
children: React.ReactNode;
|
5
|
-
}) => string | number | boolean | Iterable<React.ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
5
|
+
}) => string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
package/dist/types/styles.d.ts
CHANGED
@@ -1,14 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import type { DSControlledToggleT } from './react-desc-prop-types.js';
|
3
|
-
interface StyledContainerT {
|
4
|
-
size: DSControlledToggleT.ToggleSize;
|
5
|
-
disabled: boolean;
|
6
|
-
}
|
7
|
-
interface StyledLabelT {
|
8
|
-
width: number;
|
9
|
-
size: DSControlledToggleT.ToggleSize;
|
10
|
-
checked: boolean;
|
11
|
-
}
|
12
3
|
interface StyledVisibleContentT {
|
13
4
|
checked: boolean;
|
14
5
|
size: DSControlledToggleT.ToggleSize;
|
@@ -18,27 +9,11 @@ interface StyledVisibleContentT {
|
|
18
9
|
as: 'p' | 'label';
|
19
10
|
htmlFor: string;
|
20
11
|
}
|
21
|
-
|
22
|
-
|
23
|
-
readOnly: boolean;
|
24
|
-
checked: boolean;
|
25
|
-
disabled: boolean;
|
26
|
-
}
|
27
|
-
interface StyledTextT {
|
28
|
-
isLongerTextRendering: boolean;
|
29
|
-
size: DSControlledToggleT.ToggleSize;
|
30
|
-
checked: boolean;
|
31
|
-
disabled: boolean;
|
32
|
-
applyAriaDisabled: boolean;
|
33
|
-
}
|
34
|
-
interface SetLabelWidthT {
|
35
|
-
size: DSControlledToggleT.ToggleSize;
|
36
|
-
}
|
37
|
-
export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledContainerT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
38
|
-
export declare const StyledLabel: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledLabelT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
12
|
+
export declare const StyledContainer: any;
|
13
|
+
export declare const StyledLabel: any;
|
39
14
|
export declare const StyledVisibleContent: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Partial<StyledVisibleContentT>>;
|
40
|
-
export declare const StyledCircle:
|
41
|
-
export declare const StyledText:
|
42
|
-
export declare const StyledButton:
|
43
|
-
export declare const SetLabelWidth:
|
15
|
+
export declare const StyledCircle: any;
|
16
|
+
export declare const StyledText: any;
|
17
|
+
export declare const StyledButton: any;
|
18
|
+
export declare const SetLabelWidth: any;
|
44
19
|
export {};
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import { type PropsWithTheme } from '@elliemae/ds-system';
|
2
1
|
import type { DSControlledToggleT } from '../react-desc-prop-types.js';
|
3
2
|
export declare const circleValues: {
|
4
3
|
s: string;
|
@@ -25,7 +24,7 @@ export declare const borderRadius: {
|
|
25
24
|
m: string;
|
26
25
|
l: string;
|
27
26
|
};
|
28
|
-
export declare const handleFontSize: (size: DSControlledToggleT.ToggleSize, { fontSizes }: PropsWithTheme
|
27
|
+
export declare const handleFontSize: (size: DSControlledToggleT.ToggleSize, { fontSizes }: PropsWithTheme) => string;
|
29
28
|
export declare const getInterpolatedBgDsToggleColorByProps: (props: PropsWithTheme<{
|
30
29
|
checked: boolean;
|
31
30
|
disabled: boolean;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-form-toggle",
|
3
|
-
"version": "3.46.
|
3
|
+
"version": "3.46.6",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Controlled Form Toggle",
|
6
6
|
"files": [
|
@@ -39,16 +39,16 @@
|
|
39
39
|
"lodash": "~4.17.21",
|
40
40
|
"styled-components": "~5.3.9",
|
41
41
|
"uid": "~2.0.1",
|
42
|
-
"@elliemae/ds-button-v2": "3.46.
|
43
|
-
"@elliemae/ds-
|
44
|
-
"@elliemae/ds-
|
45
|
-
"@elliemae/ds-tooltip-v3": "3.46.
|
42
|
+
"@elliemae/ds-button-v2": "3.46.6",
|
43
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
44
|
+
"@elliemae/ds-system": "3.46.6",
|
45
|
+
"@elliemae/ds-tooltip-v3": "3.46.6"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
48
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
49
49
|
"@elliemae/pui-theme": "~2.10.0",
|
50
50
|
"styled-components": "~5.3.9",
|
51
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
51
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
54
|
"@elliemae/pui-theme": "~2.10.0",
|