From 83f43fe0f52245612473b96480d1e5ba0832da89 Mon Sep 17 00:00:00 2001 From: Miles Blackwood Date: Thu, 5 Jun 2025 12:01:00 -0400 Subject: [PATCH] generic -> basic in filenames. --- ...ication.lit-stories.ts => basic-notification.lit-stories.ts} | 2 +- .../types/{generic-notification.ts => basic-notification.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/browser/src/autofill/content/components/lit-stories/notification/refactor/{generic-notification.lit-stories.ts => basic-notification.lit-stories.ts} (93%) rename apps/browser/src/autofill/content/components/notification/types/{generic-notification.ts => basic-notification.ts} (100%) diff --git a/apps/browser/src/autofill/content/components/lit-stories/notification/refactor/generic-notification.lit-stories.ts b/apps/browser/src/autofill/content/components/lit-stories/notification/refactor/basic-notification.lit-stories.ts similarity index 93% rename from apps/browser/src/autofill/content/components/lit-stories/notification/refactor/generic-notification.lit-stories.ts rename to apps/browser/src/autofill/content/components/lit-stories/notification/refactor/basic-notification.lit-stories.ts index 8aaf5a0a93c..d7f2e285667 100644 --- a/apps/browser/src/autofill/content/components/lit-stories/notification/refactor/generic-notification.lit-stories.ts +++ b/apps/browser/src/autofill/content/components/lit-stories/notification/refactor/basic-notification.lit-stories.ts @@ -3,8 +3,8 @@ import { Meta, StoryObj } from "@storybook/web-components"; import { ThemeTypes } from "@bitwarden/common/platform/enums/theme-type.enum"; import { PresentationalNotificationProps } from "../../../notification/presentational/notification"; +import { BasicNotification } from "../../../notification/types/basic-notification"; import { ExampleComponent } from "../../../notification/types/example-component"; -import { BasicNotification } from "../../../notification/types/generic-notification"; export default { title: "Components/Refactor/BasicNotification", diff --git a/apps/browser/src/autofill/content/components/notification/types/generic-notification.ts b/apps/browser/src/autofill/content/components/notification/types/basic-notification.ts similarity index 100% rename from apps/browser/src/autofill/content/components/notification/types/generic-notification.ts rename to apps/browser/src/autofill/content/components/notification/types/basic-notification.ts