Skip to content

Commit

Permalink
chore: remove CompanyAutocomplete and FeatureFooter (moved to website)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Mar 11, 2024
1 parent 995d7e0 commit fe55d05
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 405 deletions.
108 changes: 0 additions & 108 deletions cypress/e2e/core/company_autocomplete/behaviour.cy.js

This file was deleted.

2 changes: 0 additions & 2 deletions modules-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = [
"MeganavBlogPostsList",
"Notice",
"ContactFooter",
"FeatureFooter",
"Footer",
"Code",
"ConnectStateWrapper",
Expand All @@ -31,7 +30,6 @@ module.exports = [
"Icon",
"Slider",
"CustomerLogos",
"CompanyAutocomplete",
"MeganavSearch",
"MeganavSearchSuggestions",
"MeganavSearchPanel",
Expand Down
8 changes: 0 additions & 8 deletions preview/app/javascript/packs/company-autocomplete.js

This file was deleted.

2 changes: 0 additions & 2 deletions preview/app/javascript/styles/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
@import "@ably/ui/reset/styles.css";
@import "@ably/ui/core/Meganav/component.css";
@import "@ably/ui/core/ContactFooter/component.css";
@import "@ably/ui/core/FeatureFooter/component.css";
@import "@ably/ui/core/Footer/component.css";
@import "@ably/ui/core/Code/component.css";
@import "@ably/ui/core/Notice/component.css";
@import "@ably/ui/core/Flash/component.css";
@import "@ably/ui/core/CookieMessage/component.css";
@import "@ably/ui/core/Slider/component.css";
@import "@ably/ui/core/CompanyAutocomplete/component.css";
@import "@ably/ui/core/styles.css";

@layer base {
Expand Down
11 changes: 0 additions & 11 deletions preview/app/views/components/company_autocomplete.html.erb

This file was deleted.

6 changes: 0 additions & 6 deletions preview/app/views/pages/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
<li>
<a href="/components/contact-footer">Contact footer</a>
</li>
<li>
<a href="/components/feature-footer">Feature footer</a>
</li>
<li>
<a href="/components/footer">Footer</a>
</li>
Expand All @@ -46,9 +43,6 @@
<li>
<a href="/components/customer-logos">Customer Logos</a>
</li>
<li>
<a href="/components/company-autocomplete">Company Autocomplete</a>
</li>
<li>
<a href="/components/loader">Loader</a>
</li>
Expand Down
45 changes: 0 additions & 45 deletions src/core/CompanyAutocomplete/component.css

This file was deleted.

Loading

0 comments on commit fe55d05

Please sign in to comment.