@launchpad-ui/button
Advanced tools
Comparing version 0.2.1 to 0.2.2
/// <reference types="react" /> | ||
import type { LocationDescriptor } from 'history'; | ||
import type { To } from 'react-router-dom'; | ||
import './styles/Button.css'; | ||
@@ -69,3 +69,3 @@ import { ButtonKind, ButtonSize, ButtonType } from './types'; | ||
*/ | ||
to?: LocationDescriptor; | ||
to?: To; | ||
/** | ||
@@ -72,0 +72,0 @@ * When true, renders the icon before the text |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var __create = Object.create; | ||
@@ -2,0 +3,0 @@ var __defProp = Object.defineProperty; |
{ | ||
"name": "@launchpad-ui/button", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"publishConfig": { | ||
@@ -29,4 +29,4 @@ "access": "public" | ||
"@launchpad-ui/tokens": "~0.1.5", | ||
"@types/history": "^4.7.11", | ||
"clsx": "^1.1.1" | ||
"clsx": "^1.2.0", | ||
"react-router-dom": "^6.3.0" | ||
}, | ||
@@ -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
601
88045
+ Addedreact-router-dom@^6.3.0
+ Added@remix-run/router@1.20.0(transitive)
+ Addedreact-router@6.27.0(transitive)
+ Addedreact-router-dom@6.27.0(transitive)
- Removed@types/history@^4.7.11
- Removed@types/history@4.7.11(transitive)
Updatedclsx@^1.2.0