Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #142 from hashicorp/remove-tabnav
Browse files Browse the repository at this point in the history
Deprecation - Remove `Pds::TabNav` component
  • Loading branch information
didoo committed May 19, 2023
2 parents f80c23a + 100a276 commit 151cbb5
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 373 deletions.
13 changes: 0 additions & 13 deletions packages/pds-ember/addon/components/pds/tab-nav/index.hbs

This file was deleted.

11 changes: 0 additions & 11 deletions packages/pds-ember/addon/components/pds/tab-nav/index.js

This file was deleted.

6 changes: 0 additions & 6 deletions packages/pds-ember/app/components/pds/tab-nav.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/pds-ember/app/styles/pds/components/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
@use "select";
@use "sidebar";
@use "skip-link"; // TODO: move to "link/skip-link" as variant
@use "tab-nav";
@use "textarea";
@use "toolbar";
38 changes: 0 additions & 38 deletions packages/pds-ember/app/styles/pds/components/tab-nav/__config.scss

This file was deleted.

11 changes: 0 additions & 11 deletions packages/pds-ember/app/styles/pds/components/tab-nav/_root.scss

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions packages/pds-ember/app/styles/pds/theme/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,18 +234,6 @@ $codeBlock-fontWeight: font.weight(Medium);
$codeBlock-lineHeight: $lineHeight;


///----------------------------------------///
/// Nav
///----------------------------------------///
$nav-fontSize: $size--14;
$nav-color: var(--pds-nav-color);
$navLink-accent-color: var(--pds-navLink-accent-color);
$navLink-backgroundColor: var(--pds-navLink-backgroundColor);
$navLink-boxShadow: var(--pds-navLink-boxShadow);
$navLink-color: var(--pds-navLink-color);
$navLink-fontSize: $nav-fontSize;


///----------------------------------------///
/// Tabs
///----------------------------------------///
Expand Down

This file was deleted.

53 changes: 0 additions & 53 deletions packages/pds-ember/tests/integration/components/tab-nav/docs.mdx

This file was deleted.

This file was deleted.

This file was deleted.

1 comment on commit 151cbb5

@vercel
Copy link

@vercel vercel bot commented on 151cbb5 May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.