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

@marvelousdesigner/design-system

Package Overview
Dependencies
Maintainers
3
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marvelousdesigner/design-system - npm Package Compare versions

Comparing version 0.1.18-alpha-4 to 0.1.18-alpha-6

dist/types/components/Select/Menu/hooks/useSelectResize.d.ts

10

dist/types/components/Select/index.d.ts

@@ -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 };

4

dist/types/components/Select/Menu/GroupList.d.ts
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

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