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

@akad/design-system

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akad/design-system - npm Package Compare versions

Comparing version 0.2.0-beta.6 to 0.2.0-beta.7

2

package.json
{
"name": "@akad/design-system",
"version": "0.2.0-beta.6",
"version": "0.2.0-beta.7",
"main": "react/react.js",

@@ -5,0 +5,0 @@ "types": "react/main.d.ts",

@@ -5,2 +5,6 @@ export interface FluidProps {

}
export interface TestIdProps {
type: StringConstructor;
default: string;
}
export interface ContainerConfig {

@@ -11,2 +15,3 @@ name: string;

fluid: FluidProps;
testId: TestIdProps;
};

@@ -13,0 +18,0 @@ }

@@ -9,5 +9,6 @@ import { default as React } from 'react';

style?: object;
testId?: string;
}
declare const DsContainer: {
({ children, fluid, className, style, }: DsContainerProps): import("react/jsx-runtime").JSX.Element;
({ children, fluid, className, style, testId, }: DsContainerProps): import("react/jsx-runtime").JSX.Element;
propTypes: {

@@ -18,2 +19,3 @@ children: PropTypes.Requireable<PropTypes.ReactNodeLike>;

style: PropTypes.Requireable<object>;
testId: PropTypes.Requireable<string>;
};

@@ -20,0 +22,0 @@ displayName: string;

Sorry, the diff of this file is too big to display

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