From 1821fbb014792a225334cf614a534e4c5e39cd8e Mon Sep 17 00:00:00 2001 From: Joseph Ramos Date: Tue, 16 Apr 2024 17:48:45 -0500 Subject: [PATCH] Removed unused component declarations --- packages/storybook/public/global.css | 13 ------------- packages/storybook/src/index.ts | 2 -- 2 files changed, 15 deletions(-) diff --git a/packages/storybook/public/global.css b/packages/storybook/public/global.css index 8a81019..eb7fc6f 100644 --- a/packages/storybook/public/global.css +++ b/packages/storybook/public/global.css @@ -1,16 +1,3 @@ -:root { - --outline-core-link--color: #0000ff; - --outline-core-link--text-decoration: none; - --outline-core-link--color-hover: #808080; - --outline-core-link--text-decoration-hover: underline; - --outline-core-link--color-focus: #808080; - --outline-core-link--text-decoration-focus: underline; - --outline-core-link--transition-property: color, background-color, - border-color, text-decoration-color, fill, stroke; - --outline-core-link--transition-duration: 150ms; - --outline-core-link--transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -} - body { font-size: 16px; font-family: Roboto, sans-serif; diff --git a/packages/storybook/src/index.ts b/packages/storybook/src/index.ts index 6214df1..e462848 100644 --- a/packages/storybook/src/index.ts +++ b/packages/storybook/src/index.ts @@ -10,9 +10,7 @@ // Importing specific components from the `src/components` directory // import { Component1 } from './components/component1'; // import { Component2 } from './components/component2'; -// import { OutlineAlert } from './components/shared/outline-alert/outline-alert'; import { OutlineExample } from './components/shared/outline-example/outline-example'; -// import { OutlineCoreLink } from '@phase2/outline-core-link'; // Add more component imports as needed... // Importing specific controllers from the `src/controllers` directory