New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@twilio-paste/badge

Package Overview
Dependencies
Maintainers
5
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio-paste/badge - npm Package Compare versions

Comparing version 1.1.3 to 2.0.0

17

CHANGELOG.md
# @twilio-paste/badge
## 2.0.0
### Patch Changes
- [`68439c40`](https://github.com/twilio-labs/paste/commit/68439c4097dc533dd9a1bbc6965578f13e130c12) [#2156](https://github.com/twilio-labs/paste/pull/2156) Thanks [@shleewhite](https://github.com/shleewhite)! - [Badge] Fixed the type of the children prop
- Updated dependencies [[`0a52eeee`](https://github.com/twilio-labs/paste/commit/0a52eeee469a2288d43d4e7f4acef27854fe8b37), [`39ab32c2`](https://github.com/twilio-labs/paste/commit/39ab32c2d9e211b3a46a7cb789c62b7e6463510d), [`0a52eeee`](https://github.com/twilio-labs/paste/commit/0a52eeee469a2288d43d4e7f4acef27854fe8b37), [`04de0d1d`](https://github.com/twilio-labs/paste/commit/04de0d1de8428ba5e0fd04c1ec94639c78cab6cc), [`04de0d1d`](https://github.com/twilio-labs/paste/commit/04de0d1de8428ba5e0fd04c1ec94639c78cab6cc), [`04de0d1d`](https://github.com/twilio-labs/paste/commit/04de0d1de8428ba5e0fd04c1ec94639c78cab6cc)]:
- @twilio-paste/design-tokens@7.0.0
- @twilio-paste/icons@6.0.0
- @twilio-paste/theme@6.0.0
- @twilio-paste/style-props@4.0.0
- @twilio-paste/anchor@6.0.0
- @twilio-paste/button@8.0.0
- @twilio-paste/spinner@8.0.0
- @twilio-paste/stack@3.0.0
- @twilio-paste/box@5.0.0
## 1.1.3

@@ -4,0 +21,0 @@

6

dist/BadgeWrapper.d.ts

@@ -5,3 +5,3 @@ import * as React from 'react';

} & Pick<import("@twilio-paste/box").BoxProps, "element"> & {
children: import("./types").BadgeChildren;
children: string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | Iterable<React.ReactNode> | React.ReactPortal;
variant: import("./types").BadgeVariants;

@@ -12,3 +12,3 @@ } & React.RefAttributes<HTMLButtonElement>) | (Pick<Pick<import("@twilio-paste/button").ButtonProps, "element" | "color" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "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" | "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" | "css" | "type" | "ref" | "href" | "disabled" | "loading" | "autoFocus" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value"> & {

} & Pick<import("@twilio-paste/box").BoxProps, "element"> & {
children: import("./types").BadgeChildren;
children: string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | Iterable<React.ReactNode> | React.ReactPortal;
variant: import("./types").BadgeVariants;

@@ -20,5 +20,5 @@ }, "element" | "color" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "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" | "css" | "as" | "type" | "href" | "variant" | "disabled" | "loading" | "autoFocus" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (Pick<Pick<import("@twilio-paste/button").ButtonProps, "element" | "color" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "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" | "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" | "css" | "type" | "ref" | "href" | "disabled" | "loading" | "autoFocus" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value"> & {

} & Pick<import("@twilio-paste/box").BoxProps, "element"> & {
children: import("./types").BadgeChildren;
children: string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | Iterable<React.ReactNode> | React.ReactPortal;
variant: import("./types").BadgeVariants;
}, "element" | "color" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "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" | "css" | "as" | "type" | "href" | "variant" | "disabled" | "loading" | "autoFocus" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>)>;
//# sourceMappingURL=BadgeWrapper.d.ts.map

@@ -1,3 +0,3 @@

import type { BadgeChildren } from './types';
export declare const useResizeChildIcons: (children: BadgeChildren) => BadgeChildren;
import * as React from 'react';
export declare const useResizeChildIcons: (children: NonNullable<React.ReactNode>) => NonNullable<React.ReactNode>;
//# sourceMappingURL=hooks.d.ts.map
import * as React from 'react';
import type { BadgeProps, BadgeVariants, BadgeChildren } from './types';
import type { BadgeProps, BadgeVariants } from './types';
export type { BadgeProps };

@@ -7,3 +7,3 @@ export declare const Badge: React.ForwardRefExoticComponent<(React.HTMLAttributes<HTMLSpanElement> & {

} & Pick<import("@twilio-paste/box").BoxProps, "element"> & {
children: BadgeChildren;
children: string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | Iterable<React.ReactNode> | React.ReactPortal;
variant: BadgeVariants;

@@ -14,3 +14,3 @@ } & React.RefAttributes<HTMLElement>) | (Pick<Pick<import("@twilio-paste/button").ButtonProps, "element" | "color" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "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" | "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" | "css" | "type" | "ref" | "href" | "disabled" | "loading" | "autoFocus" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value"> & {

} & Pick<import("@twilio-paste/box").BoxProps, "element"> & {
children: BadgeChildren;
children: string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | Iterable<React.ReactNode> | React.ReactPortal;
variant: BadgeVariants;

@@ -22,5 +22,5 @@ }, "element" | "color" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "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" | "css" | "as" | "type" | "href" | "variant" | "disabled" | "loading" | "autoFocus" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value"> & React.RefAttributes<HTMLElement>) | (Pick<Pick<import("@twilio-paste/button").ButtonProps, "element" | "color" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "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" | "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" | "css" | "type" | "ref" | "href" | "disabled" | "loading" | "autoFocus" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value"> & {

} & Pick<import("@twilio-paste/box").BoxProps, "element"> & {
children: BadgeChildren;
children: string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | Iterable<React.ReactNode> | React.ReactPortal;
variant: BadgeVariants;
}, "element" | "color" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "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" | "css" | "as" | "type" | "href" | "variant" | "disabled" | "loading" | "autoFocus" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value"> & React.RefAttributes<HTMLElement>)>;
//# sourceMappingURL=index.d.ts.map

@@ -24,7 +24,5 @@ var __hasOwnProp = Object.prototype.hasOwnProperty;

import {
arrayOf,
element,
func,
node,
oneOf,
oneOfType,
string

@@ -139,3 +137,3 @@ } from "prop-types";

var Badge = forwardRef2((_a, ref) => {
var {variant, children, element: element2 = "BADGE"} = _a, props = __rest(_a, ["variant", "children", "element"]);
var {variant, children, element = "BADGE"} = _a, props = __rest(_a, ["variant", "children", "element"]);
const resizedChildren = useResizeChildIcons(children);

@@ -154,3 +152,3 @@ const variantStyles = badgeVariantStyles[variant];

display: "flex",
element: element2,
element,
fontSize: "fontSize20",

@@ -168,8 +166,3 @@ fontWeight: "fontWeightSemibold",

Badge.propTypes = {
children: oneOfType([
string,
arrayOf(string),
element,
arrayOf(element)
]).isRequired,
children: node.isRequired,
element: string,

@@ -176,0 +169,0 @@ variant: oneOf(["info", "default", "warning", "error", "success", "new"]).isRequired,

@@ -147,3 +147,3 @@ var __create = Object.create;

var Badge = React3.forwardRef((_a, ref) => {
var {variant, children, element: element2 = "BADGE"} = _a, props = __rest(_a, ["variant", "children", "element"]);
var {variant, children, element = "BADGE"} = _a, props = __rest(_a, ["variant", "children", "element"]);
const resizedChildren = useResizeChildIcons(children);

@@ -162,3 +162,3 @@ const variantStyles = badgeVariantStyles[variant];

display: "flex",
element: element2,
element,
fontSize: "fontSize20",

@@ -176,8 +176,3 @@ fontWeight: "fontWeightSemibold",

Badge.propTypes = {
children: PropTypes.oneOfType([
PropTypes.string,
PropTypes.arrayOf(PropTypes.string),
PropTypes.element,
PropTypes.arrayOf(PropTypes.element)
]).isRequired,
children: PropTypes.node.isRequired,
element: PropTypes.string,

@@ -184,0 +179,0 @@ variant: PropTypes.oneOf(["info", "default", "warning", "error", "success", "new"]).isRequired,

@@ -1,1 +0,1 @@

var W=Object.prototype.hasOwnProperty;var y=Object.getOwnPropertySymbols,E=Object.prototype.propertyIsEnumerable;var t=Object.assign;var p=(e,a)=>{var o={};for(var r in e)W.call(e,r)&&a.indexOf(r)<0&&(o[r]=e[r]);if(e!=null&&y)for(var r of y(e))a.indexOf(r)<0&&E.call(e,r)&&(o[r]=e[r]);return o};import{createElement as x,forwardRef as _}from"react";import{arrayOf as T,element as k,func as q,oneOf as S,oneOfType as L,string as i}from"prop-types";import{Box as M}from"@twilio-paste/box";import{Children as z,Fragment as F,cloneElement as N,createElement as I}from"react";import{useUIDSeed as V}from"@twilio-paste/uid-library";var A="sizeIcon10",m=e=>{let a=V();return Array.isArray(e)?z.map(e,o=>{var r,s;return typeof o=="object"&&!Array.isArray(o)&&typeof((r=o==null?void 0:o.type)==null?void 0:r.displayName)=="string"&&((s=o==null?void 0:o.type)==null?void 0:s.displayName.includes("Icon"))?N(o,t(t({},o.props),{key:a(o),size:A})):I(F,{key:a(o)},o)}):e};var f={success:{backgroundColor:"colorBackgroundSuccessWeakest",color:"colorTextSuccess"},error:{backgroundColor:"colorBackgroundErrorWeakest",color:"colorTextError"},warning:{backgroundColor:"colorBackgroundWarningWeakest",color:"colorTextWarningStrong"},new:{backgroundColor:"colorBackgroundNew",color:"colorTextNew"},info:{backgroundColor:"colorBackgroundNeutralWeakest",color:"colorTextNeutral"},default:{backgroundColor:"colorBackground",color:"colorTextWeak"}},B={textDecoration:"underline",cursor:"pointer",_hover:{textDecoration:"none"},_focus:{boxShadow:"shadowFocus",textDecoration:"none"}};import{safelySpreadBoxProps as D}from"@twilio-paste/box";var c=({as:e})=>e==="button"||e==="a",P=e=>c(e)?{}:D(e);import{Fragment as O,createElement as d,forwardRef as v}from"react";import{safelySpreadBoxProps as H}from"@twilio-paste/box";import{Button as b}from"@twilio-paste/button";var u=v((s,r)=>{var{children:e,as:a}=s,o=p(s,["children","as"]);let n=H(o);return a==="button"?d(b,t(t({},n),{variant:"reset",size:"reset",type:"button",ref:r}),e):a==="a"?d(b,t(t({},n),{variant:"reset",size:"reset",as:"a",ref:r}),e):d(O,null,e)});u.displayName="BadgeWrapper";var g=_((n,s)=>{var{variant:e,children:a,element:o="BADGE"}=n,r=p(n,["variant","children","element"]);let C=m(a),R=f[e],w=P(r),l=c(r);return x(u,t(t({},r),{ref:l?s:null}),x(M,t(t(t(t({},w),{alignItems:"center",as:"span",border:"unset",borderRadius:"borderRadius30",columnGap:"space10",display:"flex",element:o,fontSize:"fontSize20",fontWeight:"fontWeightSemibold",lineHeight:"lineHeight10",maxWidth:"max-content",paddingX:"space30",paddingY:"space20",variant:e,ref:l?null:s}),R),l&&t({},B)),C))});g.displayName="Badge";g.propTypes={children:L([i,T(i),k,T(k)]).isRequired,element:i,variant:S(["info","default","warning","error","success","new"]).isRequired,as:S(["span","button","a"]).isRequired,href:i,onClick:q};export{g as Badge};
var w=Object.prototype.hasOwnProperty;var g=Object.getOwnPropertySymbols,N=Object.prototype.propertyIsEnumerable;var t=Object.assign;var p=(e,a)=>{var o={};for(var r in e)w.call(e,r)&&a.indexOf(r)<0&&(o[r]=e[r]);if(e!=null&&g)for(var r of g(e))a.indexOf(r)<0&&N.call(e,r)&&(o[r]=e[r]);return o};import{createElement as x,forwardRef as H}from"react";import{func as _,node as q,oneOf as P,string as k}from"prop-types";import{Box as L}from"@twilio-paste/box";import{Children as W,Fragment as C,cloneElement as E,createElement as z}from"react";import{useUIDSeed as F}from"@twilio-paste/uid-library";var I="sizeIcon10",m=e=>{let a=F();return Array.isArray(e)?W.map(e,o=>{var r,s;return typeof o=="object"&&!Array.isArray(o)&&typeof((r=o==null?void 0:o.type)==null?void 0:r.displayName)=="string"&&((s=o==null?void 0:o.type)==null?void 0:s.displayName.includes("Icon"))?E(o,t(t({},o.props),{key:a(o),size:I})):z(C,{key:a(o)},o)}):e};var y={success:{backgroundColor:"colorBackgroundSuccessWeakest",color:"colorTextSuccess"},error:{backgroundColor:"colorBackgroundErrorWeakest",color:"colorTextError"},warning:{backgroundColor:"colorBackgroundWarningWeakest",color:"colorTextWarningStrong"},new:{backgroundColor:"colorBackgroundNew",color:"colorTextNew"},info:{backgroundColor:"colorBackgroundNeutralWeakest",color:"colorTextNeutral"},default:{backgroundColor:"colorBackground",color:"colorTextWeak"}},f={textDecoration:"underline",cursor:"pointer",_hover:{textDecoration:"none"},_focus:{boxShadow:"shadowFocus",textDecoration:"none"}};import{safelySpreadBoxProps as A}from"@twilio-paste/box";var l=({as:e})=>e==="button"||e==="a",B=e=>l(e)?{}:A(e);import{Fragment as D,createElement as c,forwardRef as V}from"react";import{safelySpreadBoxProps as v}from"@twilio-paste/box";import{Button as b}from"@twilio-paste/button";var u=V((s,r)=>{var{children:e,as:a}=s,o=p(s,["children","as"]);let n=v(o);return a==="button"?c(b,t(t({},n),{variant:"reset",size:"reset",type:"button",ref:r}),e):a==="a"?c(b,t(t({},n),{variant:"reset",size:"reset",as:"a",ref:r}),e):c(D,null,e)});u.displayName="BadgeWrapper";var d=H((n,s)=>{var{variant:e,children:a,element:o="BADGE"}=n,r=p(n,["variant","children","element"]);let S=m(a),R=y[e],T=B(r),i=l(r);return x(u,t(t({},r),{ref:i?s:null}),x(L,t(t(t(t({},T),{alignItems:"center",as:"span",border:"unset",borderRadius:"borderRadius30",columnGap:"space10",display:"flex",element:o,fontSize:"fontSize20",fontWeight:"fontWeightSemibold",lineHeight:"lineHeight10",maxWidth:"max-content",paddingX:"space30",paddingY:"space20",variant:e,ref:i?null:s}),R),i&&t({},f)),S))});d.displayName="Badge";d.propTypes={children:q.isRequired,element:k,variant:P(["info","default","warning","error","success","new"]).isRequired,as:P(["span","button","a"]).isRequired,href:k,onClick:_};export{d as Badge};

@@ -1,1 +0,1 @@

var V=Object.create,u=Object.defineProperty,A=Object.getPrototypeOf,b=Object.prototype.hasOwnProperty,D=Object.getOwnPropertyNames,O=Object.getOwnPropertyDescriptor,x=Object.getOwnPropertySymbols,v=Object.prototype.propertyIsEnumerable;var s=Object.assign,T=e=>u(e,"__esModule",{value:!0});var g=(e,t)=>{var o={};for(var r in e)b.call(e,r)&&t.indexOf(r)<0&&(o[r]=e[r]);if(e!=null&&x)for(var r of x(e))t.indexOf(r)<0&&v.call(e,r)&&(o[r]=e[r]);return o};var H=(e,t)=>{T(e);for(var o in t)u(e,o,{get:t[o],enumerable:!0})},_=(e,t,o)=>{if(T(e),t&&typeof t=="object"||typeof t=="function")for(let r of D(t))!b.call(e,r)&&r!=="default"&&u(e,r,{get:()=>t[r],enumerable:!(o=O(t,r))||o.enumerable});return e},n=e=>e&&e.__esModule?e:_(u(e!=null?V(A(e)):{},"default",{value:e,enumerable:!0}),e);H(exports,{Badge:()=>P});var d=n(require("react")),a=n(require("prop-types")),z=n(require("@twilio-paste/box"));var i=n(require("react")),k=n(require("@twilio-paste/uid-library")),q="sizeIcon10",S=e=>{let t=k.useUIDSeed();return Array.isArray(e)?i.Children.map(e,o=>{var r,p;return typeof o=="object"&&!Array.isArray(o)&&typeof((r=o==null?void 0:o.type)==null?void 0:r.displayName)=="string"&&((p=o==null?void 0:o.type)==null?void 0:p.displayName.includes("Icon"))?i.cloneElement(o,s(s({},o.props),{key:t(o),size:q})):i.createElement(i.Fragment,{key:t(o)},o)}):e};var C={success:{backgroundColor:"colorBackgroundSuccessWeakest",color:"colorTextSuccess"},error:{backgroundColor:"colorBackgroundErrorWeakest",color:"colorTextError"},warning:{backgroundColor:"colorBackgroundWarningWeakest",color:"colorTextWarningStrong"},new:{backgroundColor:"colorBackgroundNew",color:"colorTextNew"},info:{backgroundColor:"colorBackgroundNeutralWeakest",color:"colorTextNeutral"},default:{backgroundColor:"colorBackground",color:"colorTextWeak"}},R={textDecoration:"underline",cursor:"pointer",_hover:{textDecoration:"none"},_focus:{boxShadow:"shadowFocus",textDecoration:"none"}};var w=n(require("@twilio-paste/box")),m=({as:e})=>e==="button"||e==="a",W=e=>m(e)?{}:w.safelySpreadBoxProps(e);var l=n(require("react")),E=n(require("@twilio-paste/box")),f=n(require("@twilio-paste/button")),B=l.forwardRef((p,r)=>{var{children:e,as:t}=p,o=g(p,["children","as"]);let c=E.safelySpreadBoxProps(o);return t==="button"?l.createElement(f.Button,s(s({},c),{variant:"reset",size:"reset",type:"button",ref:r}),e):t==="a"?l.createElement(f.Button,s(s({},c),{variant:"reset",size:"reset",as:"a",ref:r}),e):l.createElement(l.Fragment,null,e)});B.displayName="BadgeWrapper";var P=d.forwardRef((c,p)=>{var{variant:e,children:t,element:o="BADGE"}=c,r=g(c,["variant","children","element"]);let F=S(t),N=C[e],I=W(r),y=m(r);return d.createElement(B,s(s({},r),{ref:y?p:null}),d.createElement(z.Box,s(s(s(s({},I),{alignItems:"center",as:"span",border:"unset",borderRadius:"borderRadius30",columnGap:"space10",display:"flex",element:o,fontSize:"fontSize20",fontWeight:"fontWeightSemibold",lineHeight:"lineHeight10",maxWidth:"max-content",paddingX:"space30",paddingY:"space20",variant:e,ref:y?null:p}),N),y&&s({},R)),F))});P.displayName="Badge";P.propTypes={children:a.oneOfType([a.string,a.arrayOf(a.string),a.element,a.arrayOf(a.element)]).isRequired,element:a.string,variant:a.oneOf(["info","default","warning","error","success","new"]).isRequired,as:a.oneOf(["span","button","a"]).isRequired,href:a.string,onClick:a.func};
var A=Object.create,d=Object.defineProperty,D=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty,V=Object.getOwnPropertyNames,v=Object.getOwnPropertyDescriptor,P=Object.getOwnPropertySymbols,H=Object.prototype.propertyIsEnumerable;var a=Object.assign,k=e=>d(e,"__esModule",{value:!0});var g=(e,t)=>{var o={};for(var r in e)x.call(e,r)&&t.indexOf(r)<0&&(o[r]=e[r]);if(e!=null&&P)for(var r of P(e))t.indexOf(r)<0&&H.call(e,r)&&(o[r]=e[r]);return o};var _=(e,t)=>{k(e);for(var o in t)d(e,o,{get:t[o],enumerable:!0})},q=(e,t,o)=>{if(k(e),t&&typeof t=="object"||typeof t=="function")for(let r of V(t))!x.call(e,r)&&r!=="default"&&d(e,r,{get:()=>t[r],enumerable:!(o=v(t,r))||o.enumerable});return e},n=e=>e&&e.__esModule?e:q(d(e!=null?A(D(e)):{},"default",{value:e,enumerable:!0}),e);_(exports,{Badge:()=>b});var u=n(require("react")),s=n(require("prop-types")),E=n(require("@twilio-paste/box"));var i=n(require("react")),S=n(require("@twilio-paste/uid-library")),L="sizeIcon10",R=e=>{let t=S.useUIDSeed();return Array.isArray(e)?i.Children.map(e,o=>{var r,p;return typeof o=="object"&&!Array.isArray(o)&&typeof((r=o==null?void 0:o.type)==null?void 0:r.displayName)=="string"&&((p=o==null?void 0:o.type)==null?void 0:p.displayName.includes("Icon"))?i.cloneElement(o,a(a({},o.props),{key:t(o),size:L})):i.createElement(i.Fragment,{key:t(o)},o)}):e};var T={success:{backgroundColor:"colorBackgroundSuccessWeakest",color:"colorTextSuccess"},error:{backgroundColor:"colorBackgroundErrorWeakest",color:"colorTextError"},warning:{backgroundColor:"colorBackgroundWarningWeakest",color:"colorTextWarningStrong"},new:{backgroundColor:"colorBackgroundNew",color:"colorTextNew"},info:{backgroundColor:"colorBackgroundNeutralWeakest",color:"colorTextNeutral"},default:{backgroundColor:"colorBackground",color:"colorTextWeak"}},w={textDecoration:"underline",cursor:"pointer",_hover:{textDecoration:"none"},_focus:{boxShadow:"shadowFocus",textDecoration:"none"}};var N=n(require("@twilio-paste/box")),y=({as:e})=>e==="button"||e==="a",W=e=>y(e)?{}:N.safelySpreadBoxProps(e);var l=n(require("react")),C=n(require("@twilio-paste/box")),f=n(require("@twilio-paste/button")),B=l.forwardRef((p,r)=>{var{children:e,as:t}=p,o=g(p,["children","as"]);let c=C.safelySpreadBoxProps(o);return t==="button"?l.createElement(f.Button,a(a({},c),{variant:"reset",size:"reset",type:"button",ref:r}),e):t==="a"?l.createElement(f.Button,a(a({},c),{variant:"reset",size:"reset",as:"a",ref:r}),e):l.createElement(l.Fragment,null,e)});B.displayName="BadgeWrapper";var b=u.forwardRef((c,p)=>{var{variant:e,children:t,element:o="BADGE"}=c,r=g(c,["variant","children","element"]);let z=R(t),F=T[e],I=W(r),m=y(r);return u.createElement(B,a(a({},r),{ref:m?p:null}),u.createElement(E.Box,a(a(a(a({},I),{alignItems:"center",as:"span",border:"unset",borderRadius:"borderRadius30",columnGap:"space10",display:"flex",element:o,fontSize:"fontSize20",fontWeight:"fontWeightSemibold",lineHeight:"lineHeight10",maxWidth:"max-content",paddingX:"space30",paddingY:"space20",variant:e,ref:m?null:p}),F),m&&a({},w)),z))});b.displayName="Badge";b.propTypes={children:s.node.isRequired,element:s.string,variant:s.oneOf(["info","default","warning","error","success","new"]).isRequired,as:s.oneOf(["span","button","a"]).isRequired,href:s.string,onClick:s.func};
/// <reference types="react" />
import type { ButtonProps } from '@twilio-paste/button';
import type { BoxProps } from '@twilio-paste/box';
export declare type NamedChild = React.ReactElement<Record<string, any>, React.NamedExoticComponent>;
export declare type BadgeChildren = NamedChild | React.ReactText | (React.ReactText | NamedChild)[];
export declare type BadgeVariants = 'info' | 'default' | 'warning' | 'error' | 'success' | 'new';
declare type BadgeBaseProps = Pick<BoxProps, 'element'> & {
children: BadgeChildren;
children: NonNullable<React.ReactNode>;
variant: BadgeVariants;

@@ -10,0 +8,0 @@ };

{
"name": "@twilio-paste/badge",
"version": "1.1.3",
"version": "2.0.0",
"category": "data display",

@@ -28,13 +28,13 @@ "status": "production",

"peerDependencies": {
"@twilio-paste/anchor": "^5.0.3",
"@twilio-paste/anchor": "^6.0.0",
"@twilio-paste/animation-library": "^0.3.2",
"@twilio-paste/box": "^4.1.1",
"@twilio-paste/button": "^7.0.5",
"@twilio-paste/design-tokens": "^6.10.0",
"@twilio-paste/icons": "^5.3.2",
"@twilio-paste/spinner": "^7.0.2",
"@twilio-paste/stack": "^2.0.4",
"@twilio-paste/style-props": "^3.0.6",
"@twilio-paste/box": "^5.0.0",
"@twilio-paste/button": "^8.0.0",
"@twilio-paste/design-tokens": "^7.0.0",
"@twilio-paste/icons": "^6.0.0",
"@twilio-paste/spinner": "^8.0.0",
"@twilio-paste/stack": "^3.0.0",
"@twilio-paste/style-props": "^4.0.0",
"@twilio-paste/styling-library": "^0.3.4",
"@twilio-paste/theme": "^5.3.0",
"@twilio-paste/theme": "^6.0.0",
"@twilio-paste/types": "^3.1.1",

@@ -47,13 +47,13 @@ "@twilio-paste/uid-library": "^0.2.1",

"devDependencies": {
"@twilio-paste/anchor": "^5.1.2",
"@twilio-paste/anchor": "^6.0.0",
"@twilio-paste/animation-library": "^0.3.3",
"@twilio-paste/box": "^4.2.5",
"@twilio-paste/button": "^7.1.0",
"@twilio-paste/design-tokens": "^6.14.2",
"@twilio-paste/icons": "^5.9.0",
"@twilio-paste/spinner": "^7.2.2",
"@twilio-paste/stack": "^2.1.1",
"@twilio-paste/style-props": "^3.1.1",
"@twilio-paste/box": "^5.0.0",
"@twilio-paste/button": "^8.0.0",
"@twilio-paste/design-tokens": "^7.0.0",
"@twilio-paste/icons": "^6.0.0",
"@twilio-paste/spinner": "^8.0.0",
"@twilio-paste/stack": "^3.0.0",
"@twilio-paste/style-props": "^4.0.0",
"@twilio-paste/styling-library": "^0.3.5",
"@twilio-paste/theme": "^5.3.2",
"@twilio-paste/theme": "^6.0.0",
"@twilio-paste/types": "^3.1.3",

@@ -60,0 +60,0 @@ "@twilio-paste/uid-library": "^0.2.2",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc