@devsisters/dwds-react
Advanced tools
Comparing version 0.0.1 to 0.0.2
import * as React from 'react'; | ||
import React__default, { ChangeEventHandler, HTMLAttributes } from 'react'; | ||
import { SvgMapKey, Props } from '@devsisters/dwds-icon'; | ||
export * from '@devsisters/dwds-icon'; | ||
@@ -357,2 +358,13 @@ interface PaginationProps { | ||
export { Accordian, AccordianProps, Badge, BadgeProps, Breadcrumb, BreadcrumbProps, Button, ButtonProps, Checkbox, CheckboxProps, Chip, ChipProps, FileInput, FileInputProps, IconButton, IconButtonProps, Label, LabelProps, Modal, ModalProps, ModalProvider, Pagination, PaginationProps, Progress, ProgressProps, Radio, RadioGroup, RadioGroupProps, RadioProps, ScrollArea, ScrollAreaProps, SearchInput, SearchInputProps, Select, SelectProps, Switch, SwitchProps, Tab, TabProps, TextInput, TextInputProps, ThemeButton, ThemeButtonProps, Toast, ToastProps, Tooltip, TooltipProps, showModal }; | ||
interface DividerProps extends React.HTMLAttributes<HTMLHRElement> { | ||
type?: 'solid' | 'dotted' | 'dashed' | 'double'; | ||
vertical?: boolean; | ||
size?: 'small' | 'medium' | 'large'; | ||
color?: string; | ||
} | ||
declare function Divider(props: DividerProps): JSX.Element; | ||
declare namespace Divider { | ||
var displayName: string; | ||
} | ||
export { Accordian, AccordianProps, Badge, BadgeProps, Breadcrumb, BreadcrumbProps, Button, ButtonProps, Checkbox, CheckboxProps, Chip, ChipProps, Divider, DividerProps, FileInput, FileInputProps, IconButton, IconButtonProps, Label, LabelProps, Modal, ModalProps, ModalProvider, Pagination, PaginationProps, Progress, ProgressProps, Radio, RadioGroup, RadioGroupProps, RadioProps, ScrollArea, ScrollAreaProps, SearchInput, SearchInputProps, Select, SelectProps, Switch, SwitchProps, Tab, TabProps, TextInput, TextInputProps, ThemeButton, ThemeButtonProps, Toast, ToastProps, Tooltip, TooltipProps, showModal }; |
{ | ||
"name": "@devsisters/dwds-react", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
927567
25004
19