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

@launchpad-ui/table

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchpad-ui/table - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

LICENSE

2

dist/Table.d.ts
import type { TableHTMLAttributes } from 'react';
declare type TableProps = TableHTMLAttributes<HTMLTableElement> & {
type TableProps = TableHTMLAttributes<HTMLTableElement> & {
auto?: boolean;

@@ -4,0 +4,0 @@ compact?: boolean;

import type { HTMLAttributes } from 'react';
declare type TableBodyProps = HTMLAttributes<HTMLTableSectionElement> & {
type TableBodyProps = HTMLAttributes<HTMLTableSectionElement> & {
'data-test-id'?: string;

@@ -4,0 +4,0 @@ };

import type { TdHTMLAttributes } from 'react';
declare type TableCellWithHeadersProps = {
type TableCellWithHeadersProps = {
headers: string;
} & TdHTMLAttributes<HTMLTableCellElement>;
declare type TableCellWithDirectScopeProps = {
type TableCellWithDirectScopeProps = {
scope: 'row' | 'col';
} & TdHTMLAttributes<HTMLTableCellElement>;
declare type TableCellWithScopedProps = {
type TableCellWithScopedProps = {
hasScope: boolean;
} & TdHTMLAttributes<HTMLTableCellElement>;
declare type TableCellWithScopeProps = TableCellWithDirectScopeProps | TableCellWithScopedProps;
declare type TableCellProps = TableCellWithHeadersProps | TableCellWithScopeProps | (TableCellWithHeadersProps & TableCellWithScopeProps);
type TableCellWithScopeProps = TableCellWithDirectScopeProps | TableCellWithScopedProps;
type TableCellProps = TableCellWithHeadersProps | TableCellWithScopeProps | (TableCellWithHeadersProps & TableCellWithScopeProps);
declare const TableCell: ({ align, className, children, ...rest }: TableCellProps) => JSX.Element;

@@ -14,0 +14,0 @@ export { TableCell };

import type { HTMLAttributes } from 'react';
declare type TableHeadProps = HTMLAttributes<HTMLTableSectionElement> & {
type TableHeadProps = HTMLAttributes<HTMLTableSectionElement> & {
'data-test-id'?: string;

@@ -4,0 +4,0 @@ };

import type { ThHTMLAttributes } from 'react';
declare type TableHeadCellProps = ThHTMLAttributes<HTMLTableCellElement> & {
type TableHeadCellProps = ThHTMLAttributes<HTMLTableCellElement> & {
defaultColWidth?: 'zero' | 'one-of-twelve' | 'two-of-twelve' | 'three-of-twelve' | 'four-of-twelve' | 'five-of-twelve' | 'six-of-twelve';

@@ -4,0 +4,0 @@ };

import type { HTMLProps } from 'react';
declare type TableRowProps = HTMLProps<HTMLTableRowElement> & {
type TableRowProps = HTMLProps<HTMLTableRowElement> & {
verticalAlign?: 'top' | 'middle' | 'bottom';

@@ -4,0 +4,0 @@ 'data-test-id'?: string;

{
"name": "@launchpad-ui/table",
"version": "0.4.6",
"version": "0.4.7",
"status": "beta",

@@ -29,4 +29,4 @@ "publishConfig": {

"dependencies": {
"@launchpad-ui/tokens": "~0.3.1",
"classix": "^2.1.13"
"classix": "^2.1.13",
"@launchpad-ui/tokens": "~0.3.2"
},

@@ -33,0 +33,0 @@ "peerDependencies": {

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

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