Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@purpurds/grid

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@purpurds/grid - npm Package Compare versions

Comparing version 4.3.0 to 4.4.0

3

dist/col.d.ts

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

import React, { ReactNode } from "react";
import { default as React, ReactNode } from 'react';
export type ColumnWidthType = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;

@@ -3,0 +4,0 @@ export type ColProps = {

@@ -1,4 +0,5 @@

import React, { ReactNode } from "react";
import { Col } from "./col";
import { Row } from "./row";
import { Row } from './row';
import { Col } from './col';
import { default as React, ReactNode } from 'react';
type GridCmp<P> = React.FunctionComponent<P> & {

@@ -13,4 +14,4 @@ Row: typeof Row;

};
export type { ColumnWidthType } from "./col";
export type { ColumnWidthType } from './col';
export declare const Grid: GridCmp<GridProps>;
//# sourceMappingURL=grid.d.ts.map

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

import React, { ReactNode } from "react";
import { default as React, ReactNode } from 'react';
export declare const RowSpacings: {

@@ -3,0 +4,0 @@ readonly SM: "sm";

{
"name": "@purpurds/grid",
"version": "4.3.0",
"version": "4.4.0",
"license": "AGPL-3.0-only",

@@ -18,6 +18,6 @@ "main": "./dist/grid.cjs.js",

"classnames": "~2.5.0",
"@purpurds/tokens": "4.3.0"
"@purpurds/tokens": "4.4.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "~1.7.0",
"@rushstack/eslint-patch": "~1.10.0",
"@storybook/blocks": "~7.6.0",

@@ -29,6 +29,6 @@ "@storybook/react": "~7.6.0",

"@testing-library/jest-dom": "~6.4.0",
"@testing-library/react": "~14.2.0",
"@testing-library/react": "~14.3.0",
"@types/node": "18",
"@types/react-dom": "~18.2.17",
"@types/react": "~18.2.42",
"@types/react-dom": "~18.3.0",
"@types/react": "~18.3.0",
"builtin-modules": "~3.3.0",

@@ -40,7 +40,7 @@ "eslint-plugin-testing-library": "~6.2.0",

"prettier": "~2.8.8",
"react-dom": "~18.2.0",
"react": "~18.2.0",
"react-dom": "~18.3.0",
"react": "~18.3.0",
"typescript": "~5.4.2",
"vite": "~5.2.2",
"vitest": "~1.4.0",
"vitest": "~1.5.0",
"@purpurds/component-rig": "1.0.0"

@@ -47,0 +47,0 @@ },

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