Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Example file:
```ts
import Route from '@ember/routing/route';
import type { ModelFrom } from 'showcase/utils/ModelFromRoute';
import type { ModelFrom } from 'showcase/utils/model-from-route';
export type PageComponentsAccordionModel =
ModelFrom<PageComponentsAccordionRoute>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
// types
import type { HdsFormHeaderSignature } from '@hashicorp/design-system-components/components/hds/form/header/index';
import type { HdsFormSectionSignature } from '@hashicorp/design-system-components/components/hds/form/section/index';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';

export interface MockAppMainGenericFormPartialsAddPolicySignature {
Args: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import Component from '@glimmer/component';
import { tracked } from '@glimmer/tracking';
import { on } from '@ember/modifier';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';

// HDS components
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
import Component from '@glimmer/component';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';
import { array, get } from '@ember/helper';
import { capitalize } from '@ember/string';
import type Owner from '@ember/owner';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

import { on } from '@ember/modifier';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';

import ShwFlex from 'showcase/components/shw/flex';
import ShwTextH2 from 'showcase/components/shw/text/h2';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import { array, hash } from '@ember/helper';
import { on } from '@ember/modifier';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';

import ShwTextH2 from 'showcase/components/shw/text/h2';
import ShwDivider from 'showcase/components/shw/divider';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import type { TemplateOnlyComponent } from '@ember/component/template-only';
import { capitalize } from '@ember/string';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';

import ShwFlex from 'showcase/components/shw/flex';
import ShwGrid from 'showcase/components/shw/grid';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
import type { TemplateOnlyComponent } from '@ember/component/template-only';
import { eq } from 'ember-truth-helpers';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';

import ShwTextH4 from 'showcase/components/shw/text/h4';
import ShwLabel from 'showcase/components/shw/label';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { on } from '@ember/modifier';
import { tracked } from '@glimmer/tracking';
import { deepTracked } from 'ember-deep-tracked';
import { eq, or } from 'ember-truth-helpers';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';

import CodeFragmentWithDemoInstructions from 'showcase/components/page-components/form/key-value-inputs/code-fragments/with-demo-instructions';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { on } from '@ember/modifier';
import { tracked } from '@glimmer/tracking';
import { deepTracked } from 'ember-deep-tracked';
import { or } from 'ember-truth-helpers';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';

import CodeFragmentWithDemoInstructions from 'showcase/components/page-components/form/key-value-inputs/code-fragments/with-demo-instructions';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
import type { TemplateOnlyComponent } from '@ember/component/template-only';

import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';

import ShwTextH2 from 'showcase/components/shw/text/h2';
import ShwTextH4 from 'showcase/components/shw/text/h4';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
import type { TemplateOnlyComponent } from '@ember/component/template-only';

import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';

import ShwTextH2 from 'showcase/components/shw/text/h2';
import ShwTextBody from 'showcase/components/shw/text/body';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
import type { TemplateOnlyComponent } from '@ember/component/template-only';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';
import { array } from '@ember/helper';

import ShwTextH2 from 'showcase/components/shw/text/h2';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
import type { TemplateOnlyComponent } from '@ember/component/template-only';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';
import { capitalize } from '@ember/string';

import ShwTextH2 from 'showcase/components/shw/text/h2';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
import type { TemplateOnlyComponent } from '@ember/component/template-only';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';
import { capitalize } from '@ember/string';

import ShwTextH2 from 'showcase/components/shw/text/h2';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
import type { TemplateOnlyComponent } from '@ember/component/template-only';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';

import ShwTextH2 from 'showcase/components/shw/text/h2';
import ShwFlex from 'showcase/components/shw/flex';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Component from '@glimmer/component';
import { on } from '@ember/modifier';
import style from 'ember-style-modifier/modifiers/style';
import style from 'ember-style-modifier';
import { tracked } from '@glimmer/tracking';

import ShwTextH3 from 'showcase/components/shw/text/h3';
Expand Down
29 changes: 0 additions & 29 deletions 29 showcase/app/controllers/application.ts

This file was deleted.

44 changes: 0 additions & 44 deletions 44 showcase/app/controllers/page-components.ts

This file was deleted.

20 changes: 0 additions & 20 deletions 20 showcase/app/controllers/page-components/form/file-input.ts

This file was deleted.

16 changes: 0 additions & 16 deletions 16 showcase/app/controllers/page-components/tag.ts

This file was deleted.

46 changes: 0 additions & 46 deletions 46 showcase/app/controllers/page-utilities.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

import Route from '@ember/routing/route';

export default class PageLayoutsRoute extends Route {}
export default class IndexRoute extends Route {}
8 changes: 0 additions & 8 deletions 8 showcase/app/routes/page-components.ts

This file was deleted.

2 changes: 1 addition & 1 deletion 2 showcase/app/routes/page-components/accordion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import Route from '@ember/routing/route';

import type { ModelFrom } from 'showcase/utils/ModelFromRoute';
import type { ModelFrom } from 'showcase/utils/model-from-route';

export type PageComponentsAccordionModel =
ModelFrom<PageComponentsAccordionRoute>;
Expand Down
2 changes: 1 addition & 1 deletion 2 showcase/app/routes/page-components/advanced-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import Route from '@ember/routing/route';

import type { ModelFrom } from 'showcase/utils/ModelFromRoute';
import type { ModelFrom } from 'showcase/utils/model-from-route';

export type PageComponentsAdvancedTableModel =
ModelFrom<PageComponentsAdvancedTableRoute>;
Expand Down
2 changes: 1 addition & 1 deletion 2 showcase/app/routes/page-components/alert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import Route from '@ember/routing/route';

import type { ModelFrom } from 'showcase/utils/ModelFromRoute';
import type { ModelFrom } from 'showcase/utils/model-from-route';

export type PageComponentsAlertModel = ModelFrom<PageComponentsAlertRoute>;

Expand Down
2 changes: 1 addition & 1 deletion 2 showcase/app/routes/page-components/app-footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Route from '@ember/routing/route';

import { STATUSES as STATUS_LINK_STATUSES } from '@hashicorp/design-system-components/components/hds/app-footer/status-link';

import type { ModelFrom } from 'showcase/utils/ModelFromRoute';
import type { ModelFrom } from 'showcase/utils/model-from-route';

export type PageComponentsAppFooterModel =
ModelFrom<PageComponentsAppFooterRoute>;
Expand Down
2 changes: 1 addition & 1 deletion 2 showcase/app/routes/page-components/app-header/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import Route from '@ember/routing/route';

import type { ModelFrom } from 'showcase/utils/ModelFromRoute';
import type { ModelFrom } from 'showcase/utils/model-from-route';

export type PageComponentsAppHeaderModel =
ModelFrom<PageComponentsAppHeaderRoute>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import Route from '@ember/routing/route';

import type { ModelFrom } from 'showcase/utils/ModelFromRoute';
import type { ModelFrom } from 'showcase/utils/model-from-route';

export type ComponentsAppSideNavModel = ModelFrom<ComponentsAppSideNavRoute>;

Expand Down
2 changes: 1 addition & 1 deletion 2 showcase/app/routes/page-components/badge-count.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import Route from '@ember/routing/route';

import type { ModelFrom } from 'showcase/utils/ModelFromRoute';
import type { ModelFrom } from 'showcase/utils/model-from-route';

export type PageComponentsBadgeCountModel =
ModelFrom<PageComponentsBadgeCountRoute>;
Expand Down
2 changes: 1 addition & 1 deletion 2 showcase/app/routes/page-components/badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import Route from '@ember/routing/route';

import type { ModelFrom } from 'showcase/utils/ModelFromRoute';
import type { ModelFrom } from 'showcase/utils/model-from-route';

export type PageComponentsBadgeModel = ModelFrom<PageComponentsBadgeRoute>;

Expand Down
Loading
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.