brahma-ui
Advanced tools
Comparing version 1.1.56 to 1.1.57
import React, { AnchorHTMLAttributes, ButtonHTMLAttributes } from 'react'; | ||
declare type ButtonTypes = AnchorHTMLAttributes<HTMLAnchorElement> | ButtonHTMLAttributes<HTMLButtonElement>; | ||
export declare type TButtonTypeV2 = 'primary' | 'ghostAccent' | 'ghost'; | ||
export declare type TButtonColorV2 = 'primary' | 'pmusdc' | 'karma' | 'ethmaxi' | 'polygain200' | 'alphagears'; | ||
export declare type TButtonColorV2 = 'primary' | 'pmusdc' | 'karma' | 'ethmaxi' | 'polygain200' | 'polygain100' | 'alphagears'; | ||
declare type TButtonSize = 'fullWidth' | 'fixed' | string; | ||
@@ -6,0 +6,0 @@ export declare type ButtonV2Props = { |
@@ -283,3 +283,3 @@ /// <reference types="react" /> | ||
declare type TButtonTypeV2 = 'primary' | 'ghostAccent' | 'ghost'; | ||
declare type TButtonColorV2 = 'primary' | 'pmusdc' | 'karma' | 'ethmaxi' | 'polygain200' | 'alphagears'; | ||
declare type TButtonColorV2 = 'primary' | 'pmusdc' | 'karma' | 'ethmaxi' | 'polygain200' | 'polygain100' | 'alphagears'; | ||
declare type TButtonSize = 'fullWidth' | 'fixed' | string; | ||
@@ -286,0 +286,0 @@ declare type ButtonV2Props = { |
{ | ||
"name": "brahma-ui", | ||
"version": "1.1.56", | ||
"version": "1.1.57", | ||
"description": "Brahma ui package contained shared components", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1150557
9354