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

@pap-it/templates-box

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pap-it/templates-box - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

12

dist/react/Box.d.ts

@@ -5,3 +5,3 @@ import React from "react";

export { Box as BoxElement } from "../src";
export type Props = {
export type Props = React.HTMLAttributes<HTMLElement> & {
radius?: "none" | "small" | "medium" | "large" | "circular";

@@ -13,3 +13,3 @@ elevation?: "none" | "small" | "medium" | "large" | "x-large";

};
export type Attributes = {
export type Attributes = React.HTMLAttributes<HTMLElement> & {
radius?: string;

@@ -21,4 +21,10 @@ elevation?: string;

};
export declare const Box: React.MemoExoticComponent<React.ForwardRefExoticComponent<Props & React.HTMLAttributes<HTMLElement> & {
export declare const Box: React.MemoExoticComponent<React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLElement> & {
radius?: "small" | "none" | "medium" | "large" | "circular" | undefined;
elevation?: "small" | "none" | "medium" | "large" | "x-large" | undefined;
elevationdirection?: "horizontal" | "vertical" | undefined;
children?: React.ReactNode;
className?: string | undefined;
} & {
children?: React.ReactNode;
} & React.RefAttributes<BoxElement>>>;
{
"name": "@pap-it/templates-box",
"version": "1.0.15",
"version": "1.0.16",
"scripts": {

@@ -49,3 +49,3 @@ "init": "sh .scripts/init.sh",

"eslint": "^8.53.0",
"@pap-it/system-doc": "1.0.20",
"@pap-it/system-doc": "1.0.21",
"esbuild": "^0.17.18",

@@ -63,2 +63,2 @@ "node-html-parser": "^6.1.5",

"description": ""
}
}

@@ -5,5 +5,6 @@ # Box

Version: Version: Version: 1.0.15
Version: Version: Version: 1.0.16
## Development

@@ -10,0 +11,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