@landtrustinc/design-system 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +201 -218
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -976,7 +976,7 @@ type Props$d = {
|
|
|
976
976
|
};
|
|
977
977
|
declare const Icon: ({ variant, size, className, setAutoHeight, fill, ...rest }: Props$d) => _emotion_react_jsx_runtime.JSX.Element;
|
|
978
978
|
|
|
979
|
-
type ButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'plus' | 'simple' | 'text' | '
|
|
979
|
+
type ButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'plus' | 'simple' | 'text' | 'topo';
|
|
980
980
|
|
|
981
981
|
type ButtonAndAnchorProps = React__default.HTMLProps<HTMLButtonElement> & React__default.HTMLProps<HTMLAnchorElement>;
|
|
982
982
|
type Props$c = Omit<ButtonAndAnchorProps, 'size' | 'as' | 'onClick'> & {
|