Skip to content

Commit

Permalink
Release v2.1.4 (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
bexsoft authored Apr 25, 2024
1 parent 7940d04 commit 1528c7c
Show file tree
Hide file tree
Showing 8 changed files with 2,419 additions and 2,255 deletions.
2,644 changes: 1,362 additions & 1,282 deletions dist/cjs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/index.js.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/cjs/types/global/global.types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export interface ValuePairThemeProps {
textColor: string;
linkColor: string;
}
export interface ActionsBarThemeProps {
export interface ButtonGroupThemeProps {
border: string;
labelColor: string;
background: string;
Expand All @@ -326,6 +326,8 @@ export interface ActionsBarThemeProps {
activeLabelColor: string;
disabledLabelColor: string;
disabledBackground: string;
secondaryLabelColor: string;
secondaryBackground: string;
}
export interface DropdownOptionsThemeProps {
hoverOptionBG: string;
Expand Down Expand Up @@ -404,7 +406,7 @@ export interface ThemeDefinitionProps {
wizard?: WizardColorProps;
slider?: SliderColorProps;
valuePair?: ValuePairThemeProps;
actionsBar?: ActionsBarThemeProps;
buttonGroup?: ButtonGroupThemeProps;
dropdownOptions?: DropdownOptionsThemeProps;
boxedIcon?: BoxedIconThemeProps;
pill?: PillThemeProps;
Expand Down
Loading

0 comments on commit 1528c7c

Please sign in to comment.