Skip to content

Commit

Permalink
fix(action): restore missing CSS lookup props (#8871)
Browse files Browse the repository at this point in the history
**Related Issue:** N/A

## Summary

✨💻🔨✨
  • Loading branch information
jcfranco authored Mar 2, 2024
1 parent f42f464 commit efc4a30
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/calcite-components/src/components/action/resources.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
export const CSS = {
actionIndicator: "action-indicator",
button: "button",
buttonTextVisible: "button--text-visible",
buttonCompact: "button--compact",
indicatorText: "indicator-text",
buttonTextVisible: "button--text-visible",
iconContainer: "icon-container",
indicatorText: "indicator-text",
indicatorWithIcon: "indicator-with-icon",
indicatorWithoutIcon: "indicator-without-icon",
slotContainer: "slot-container",
slotContainerHidden: "slot-container--hidden",
textContainer: "text-container",
textContainerVisible: "text-container--visible",
actionIndicator: "action-indicator",
};

export const SLOTS = {
Expand Down

0 comments on commit efc4a30

Please sign in to comment.