File tree 16 files changed +80
-0
lines changed
packages/components/src/components/hds
website/tests/integration/modifiers
16 files changed +80
-0
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
3
8
export interface HdsPageHeaderActionsSignature {
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
3
8
export interface HdsPageHeaderBadgesSignature {
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
import type { HdsTextBodySignature } from '../text/body' ;
3
8
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
import type { ComponentLike } from '@glint/template' ;
3
8
import type { HdsIconTileSignature } from '../icon-tile' ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
import type { HdsTextBodySignature } from '../text/body' ;
3
8
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
import type { HdsTextDisplaySignature } from '../text/display' ;
3
8
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
3
8
export interface HdsSideNavBaseSignature {
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
3
8
interface HdsSideNavHeaderSignature {
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
3
8
import type { HdsInteractiveSignature } from '../../interactive/' ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
3
8
import type { ComponentLike } from '@glint/template' ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
3
8
export interface HdsSideNavListItemSignature {
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
3
8
import type { HdsInteractiveSignature } from '../../interactive' ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
3
8
export interface HdsSideNavListTitleSignature {
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import Component from '@glimmer/component' ;
2
7
3
8
import type { HdsSideNavListSignature } from '../list/index' ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import TemplateOnlyComponent from '@ember/component/template-only' ;
2
7
3
8
interface HdsSideNavToggleButtonSignature {
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
1
6
import { module , test } from 'qunit' ;
2
7
import { setupRenderingTest } from 'ember-qunit' ;
3
8
import { render } from '@ember/test-helpers' ;
You can’t perform that action at this time.
0 commit comments