Skip to content

Commit

Permalink
chore: build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Apr 1, 2022
1 parent dbda58b commit 4f90ed5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/components/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,10 @@ export namespace Components {
* The duration of the snackbar
*/
"duration": number;
/**
* Specifies the URL of the page the link goes to
*/
"href"?: string;
/**
* The icon of the snackbar header
*/
Expand All @@ -1483,6 +1487,10 @@ export namespace Components {
* The subject of the snackbar header
*/
"subject": string;
/**
* Specifies where to display the linked URL. Only applies when an `href` is provided.
*/
"target": Props.BalButtonTarget;
}
interface BalSpinner {
/**
Expand Down Expand Up @@ -1585,6 +1593,10 @@ export namespace Components {
* Label for the action button
*/
"actionLabel": string;
/**
* If `true` a light border is shown for the tabs.
*/
"border": boolean;
/**
* If `true` the tabs or steps can be clicked.
*/
Expand Down Expand Up @@ -3925,6 +3937,10 @@ declare namespace LocalJSX {
* The duration of the snackbar
*/
"duration"?: number;
/**
* Specifies the URL of the page the link goes to
*/
"href"?: string;
/**
* The icon of the snackbar header
*/
Expand All @@ -3945,6 +3961,10 @@ declare namespace LocalJSX {
* The subject of the snackbar header
*/
"subject"?: string;
/**
* Specifies where to display the linked URL. Only applies when an `href` is provided.
*/
"target"?: Props.BalButtonTarget;
}
interface BalSpinner {
/**
Expand Down Expand Up @@ -4043,6 +4063,10 @@ declare namespace LocalJSX {
* Label for the action button
*/
"actionLabel"?: string;
/**
* If `true` a light border is shown for the tabs.
*/
"border"?: boolean;
/**
* If `true` the tabs or steps can be clicked.
*/
Expand Down

0 comments on commit 4f90ed5

Please sign in to comment.