This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ActionPad. Add same expand/collapse behavior as ActionBar (#690)
* progress * progress * cleanup + Progress * no message * all setup * slots const * use storybook default values * review fixes * fix interface
- Loading branch information
Showing
20 changed files
with
396 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
import { CalciteLayout } from "../interfaces"; | ||
|
||
export const CSS = { | ||
actionGroupBottom: "action-group--bottom", | ||
actionGroupBottomContainer: "action-group-bottom-container" | ||
actionGroupBottom: "action-group--bottom" | ||
}; | ||
|
||
export const LAYOUT_VALUES: CalciteLayout[] = ["leading", "trailing"]; | ||
|
||
export const ICONS = { | ||
chevronsLeft: "chevrons-left", | ||
chevronsRight: "chevrons-right" | ||
export const SLOTS = { | ||
bottomActions: "bottom-actions" | ||
}; |
Oops, something went wrong.