diff --git a/.github/workflows/chromatic-7180.yml b/.github/workflows/chromatic-7180.yml index d0adb421bde..d449a712769 100644 --- a/.github/workflows/chromatic-7180.yml +++ b/.github/workflows/chromatic-7180.yml @@ -25,8 +25,10 @@ jobs: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} zip: true exitOnceUploaded: true - autoAcceptChanges: epic/7180-component-tokens workingDir: packages/calcite-components + # Re-enable this option once the snapshots are fixed on the epic branch. Until then, snapshots will need to be + # approved/rejected in both the PR and the commit on epic/7180-component-tokens after installing + # autoAcceptChanges: epic/7180-component-tokens env: STORYBOOK_SCREENSHOT_TEST_BUILD: true CHROMATIC_DIFF_THRESHOLD: ${{ secrets.CHROMATIC_DIFF_THRESHOLD }} diff --git a/packages/calcite-components/src/components/filter/resources.ts b/packages/calcite-components/src/components/filter/resources.ts index 0adab7cd3b8..5b1a51b205e 100644 --- a/packages/calcite-components/src/components/filter/resources.ts +++ b/packages/calcite-components/src/components/filter/resources.ts @@ -1,6 +1,7 @@ export const CSS = { container: "container", searchIcon: "search-icon", + input: "input", }; export const ICONS = {