Skip to content

Commit 52b21ab

Browse files
committed
refactor: remove status banner
1 parent 0620085 commit 52b21ab

43 files changed

Lines changed: 2 additions & 192 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/website/src/components/status-banner/status-banner.tsx

Lines changed: 0 additions & 107 deletions
This file was deleted.

apps/website/src/routes/docs/contributing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ There are more [docs components](https://github.com/qwikifiers/qwik-ui/tree/main
125125

126126
### Component status banner
127127

128-
<StatusBanner status={statusByComponent.headless.Collapsible} />
128+
{statusByComponent.headless.Collapsible} />
129129

130130
### info popup (uses the popover)
131131

apps/website/src/routes/docs/headless/accordion/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import { Note } from '~/components/note/note';
99
import { ShowcaseHero, ShowcaseInitial, ShowcaseReactive, ShowcaseProgrammatic, ShowcaseOnChange, ShowcaseMultiple, ShowcaseCollapsible, ShowcaseDisabled, ShowcaseDisabledRoot, ShowcaseAnimation, ShowcaseCsr, ShowcaseDynamic } from './showcase-components';
1010
import { CodeSnippetAccordionCss, CodeSnippetAnimationCss, CodeSnippetBuildingBlocks } from './code-snippets';
1111

12-
<StatusBanner status={statusByComponent.headless.Accordion} />
13-
1412
# Accordion
1513

1614
A set of interactive sections that show or hide connected information.

apps/website/src/routes/docs/headless/carousel/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import { AutoAPI } from '~/components/api-table/auto-api';
1010

1111
import { api } from './auto-api/api';
1212

13-
<StatusBanner status={statusByComponent.headless.Carousel} />
14-
1513
# Carousel
1614

1715
Display and navigate through multiple content items.

apps/website/src/routes/docs/headless/checkbox/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { statusByComponent } from '~/_state/component-statuses';
77

88
import { ShowcaseHero, ShowcaseControlled, ShowcaseControlledValues, ShowcaseChecklist } from './showcase-components';
99

10-
<StatusBanner status={statusByComponent.headless.Select} />
11-
1210
# Checkbox (Two-State)
1311

1412
Allows users to visually select an option by checking it.

apps/website/src/routes/docs/headless/collapsible/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import { AnatomyTable } from '~/components/anatomy-table/anatomy-table';
66
import { ShowcaseHero, ShowcaseOpen, ShowcaseBindOpen, ShowcaseProgrammatic, ShowcaseOpenChange, ShowcaseDisabled, ShowcaseAnimation, ShowcaseCsr } from './showcase-components';
77
import { CodeSnippetCollapsibleCss, CodeSnippetAnimationCss, CodeSnippetBuildingBlocks } from './code-snippets';
88

9-
<StatusBanner status={statusByComponent.headless.Collapsible} />
10-
119
# Collapsible
1210

1311
An interactive section that shows or hides its connected information.

apps/website/src/routes/docs/headless/combobox/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { statusByComponent } from '~/_state/component-statuses';
77
import { ShowcaseHero, ShowcaseString, ShowcaseObject, ShowcaseItemValue, ShowcaseChange, ShowcaseInitial, ShowcaseReactive, ShowcaseProgrammatic, ShowcaseDisabled, ShowcaseAddItems, ShowcaseIndicator, ShowcaseMultiple, ShowcasePlaceholder, ShowcaseCsr, ShowcaseInline, ShowcaseCustomInline, ShowcaseFilter, ShowcaseEmpty, ShowcaseOpenChange, ShowcaseReactiveOpen, ShowcaseInput, ShowcaseReactiveInput, ShowcaseLoop, ShowcaseGroup, ShowcaseScrollable, ShowcaseRefs, ShowcaseForm } from './showcase-components';
88
import { CodeSnippetBuildingBlocks, CodeSnippetComboboxCss } from './code-snippets';
99

10-
<StatusBanner status={statusByComponent.headless.Combobox} />
11-
1210
# Combobox
1311

1412
Users can either type a value or pick one from a dropdown list.

apps/website/src/routes/docs/headless/dropdown/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import { statusByComponent } from '~/_state/component-statuses';
88

99
import { ShowcaseHero, ShowcaseSimple } from './showcase-components';
1010

11-
<StatusBanner status={statusByComponent.headless.Dropdown} />
12-
1311
# Dropdown
1412

1513
Customizable popover menu.

apps/website/src/routes/docs/headless/label/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import { Note } from '~/components/note/note';
99
import { ShowcaseHero } from './showcase-components';
1010
import { CodeSnippetBuildingBlocks, CodeSnippetLabelCss } from './code-snippets';
1111

12-
<StatusBanner status={statusByComponent.headless.Label} />
13-
1412
# Label
1513

1614
Renders an accessible label associated with controls.

apps/website/src/routes/docs/headless/modal/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import { statusByComponent } from '~/_state/component-statuses';
88
import { ShowcaseHero, ShowcaseAutoFocus, ShowcaseProgrammatic, ShowcaseBackdrop, ShowcaseBackdropClose, ShowcaseAlertDialog, ShowcaseAnimatable, ShowcaseTransition, ShowcaseBackdropAnimatable, ShowcaseSheet, ShowcaseBottomSheet, ShowcaseStacked } from './showcase-components';
99
import { CodeSnippetBuildingBlocks, CodeSnippetBackdropCss, CodeSnippetStrippedStylesCss, CodeSnippetModalCss, CodeSnippetAnimationCss, CodeSnippetPageLoad } from './code-snippets';
1010

11-
<StatusBanner status={statusByComponent.headless.Modal} />
12-
1311
# Modal
1412

1513
A panel that appears above all other content, blocking interaction with the rest of the page.

0 commit comments

Comments
 (0)