@tiller-ds/core
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -42,2 +42,6 @@ import * as React from "react"; | ||
/** | ||
* Custom additional styling for the card body. | ||
*/ | ||
className?: string; | ||
/** | ||
* Removes the spacing (padding) from the body of the card. | ||
@@ -81,4 +85,4 @@ */ | ||
} | ||
declare function CardBody({ removeSpacing, children, ...props }: CardBodyProps): JSX.Element | null; | ||
declare function CardBody({ removeSpacing, children, className, ...props }: CardBodyProps): JSX.Element | null; | ||
declare function CardFooter({ children, className, ...props }: CardFooterProps): JSX.Element | null; | ||
export default Card; |
{ | ||
"name": "@tiller-ds/core", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"main": "./core.umd.js", | ||
@@ -8,7 +8,7 @@ "module": "./core.esm.js", | ||
"dependencies": { | ||
"@tiller-ds/theme": "1.1.0", | ||
"@tiller-ds/theme": "1.2.0", | ||
"classnames": "2.2.6", | ||
"lodash": "4.17.21", | ||
"tsdef": "0.0.13", | ||
"@tiller-ds/util": "1.1.0", | ||
"@tiller-ds/util": "1.2.0", | ||
"immer": "9.0.17", | ||
@@ -27,2 +27,2 @@ "linkifyjs": "2.1.9", | ||
} | ||
} | ||
} |
@@ -29,3 +29,3 @@ import * as React from "react"; | ||
*/ | ||
active: boolean; | ||
active?: boolean; | ||
/** | ||
@@ -32,0 +32,0 @@ * Progress Bar Step content (not exclusively text). |
import * as React from "react"; | ||
import { TokenProps } from "@tiller-ds/theme"; | ||
import { ComponentTokens, TokenProps } from "@tiller-ds/theme"; | ||
declare type TabsProps = { | ||
@@ -29,2 +29,5 @@ /** | ||
className?: string; | ||
} & TabsTokenProps; | ||
declare type TabsTokenProps = { | ||
tokens?: ComponentTokens<"Tabs">; | ||
}; | ||
@@ -91,3 +94,3 @@ declare type TabsTabProp = { | ||
} & TokenProps<"Tabs">; | ||
declare function Tabs({ fullWidth, children, defaultIndex, className, iconPlacement, scrollButtons, }: TabsProps): JSX.Element; | ||
declare function Tabs({ fullWidth, children, defaultIndex, className, iconPlacement, scrollButtons, ...props }: TabsProps): JSX.Element; | ||
declare namespace Tabs { | ||
@@ -94,0 +97,0 @@ var Tab: typeof TabsTab; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
275611
7054
5
+ Added@tiller-ds/theme@1.2.0(transitive)
+ Added@tiller-ds/util@1.2.0(transitive)
- Removed@tiller-ds/theme@1.1.0(transitive)
- Removed@tiller-ds/util@1.1.0(transitive)
Updated@tiller-ds/theme@1.2.0
Updated@tiller-ds/util@1.2.0