@marvelousdesigner/design-system
Advanced tools
Comparing version 0.1.18-alpha-4 to 0.1.18-alpha-6
@@ -1,12 +0,6 @@ | ||
import React from "react"; | ||
import Select from "@components/Select/Select"; | ||
import MenuList from "@components/Select/Menu/List"; | ||
import { Item as MenuItem } from "@components/Select/Menu/Item"; | ||
import Basic from "@components/Select/Trigger/Basic"; | ||
declare const Select: { | ||
({ data, size, isReverse, setValue, defaultValue, options, children, }: any): React.JSX.Element; | ||
Trigger: ({ as, ...props }: any) => React.JSX.Element; | ||
List: ({ as, ...props }: any) => React.JSX.Element; | ||
Item: ({ as, ...props }: any) => React.JSX.Element; | ||
}; | ||
import Basic from "@components/Select/Trigger"; | ||
export default Select; | ||
export { Basic, MenuList, MenuItem }; |
import React from "react"; | ||
declare const GroupList: ({ ItemComponent, groupKey, styles, }: any) => React.ReactPortal | null; | ||
export default GroupList; | ||
declare const PGroupList: ({ as, ...props }: any) => React.JSX.Element; | ||
export default PGroupList; | ||
export { GroupList }; |
import React from "react"; | ||
import type { SelectItem } from "@components/Select/types"; | ||
declare const Item: ({ id, label, Icon, value }: SelectItem) => React.JSX.Element; | ||
declare const PItem: ({ as, ...props }: any) => React.JSX.Element; | ||
export default PItem; | ||
export { Item }; |
@@ -10,3 +10,3 @@ import React from "react"; | ||
declare const List: ({ ItemComponent, styles }: { | ||
ItemComponent?: (({ as, ...props }: any) => React.JSX.Element) | undefined; | ||
ItemComponent?: (({ id, label, Icon, value }: import("../types").SelectItem) => React.JSX.Element) | undefined; | ||
styles?: import("styled-components").FlattenSimpleInterpolation | undefined; | ||
@@ -21,3 +21,4 @@ }) => React.ReactPortal | null; | ||
}; | ||
export default List; | ||
export { S }; | ||
declare const PList: ({ as, ...props }: any) => React.JSX.Element; | ||
export default PList; | ||
export { List, S, StyleInfo }; |
@@ -10,2 +10,3 @@ import React from "react"; | ||
GroupIcon?: any; | ||
role: string; | ||
}; | ||
@@ -12,0 +13,0 @@ type TriggerProps = { |
{ | ||
"name": "@marvelousdesigner/design-system", | ||
"version": "0.1.18-alpha-4", | ||
"version": "0.1.18-alpha-6", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -11,2 +11,3 @@ import React from "react"; | ||
GroupIcon?: any; | ||
role: string; | ||
}; | ||
@@ -13,0 +14,0 @@ |
{ | ||
"compilerOptions": { | ||
"target": "ES6", | ||
"esModuleInterop": true, | ||
@@ -4,0 +5,0 @@ "strict": true, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
125
17886
7
1109183