Skip to content

Commit

Permalink
chore: removed deprecated code (eBay#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Dec 28, 2023
1 parent 8d621d9 commit e3e9765
Show file tree
Hide file tree
Showing 35 changed files with 39 additions and 1,132 deletions.
24 changes: 20 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,40 @@ This page contains instructions and guidelines for anybody contributing code to
- [System Requirements](#system-requirements)
- [Contribution Steps](#contribution-steps)
- [Development Modes](#development-modes)
- [New Module Creation](#new-module-creation)
- [Versioning](#versioning)
- [API Change](#api-change)
- [New Functionality](#new-functionality)
- [Bug Fix](#bug-fix)
- [Branching](#branching)
- [Package Dependencies](#package-dependencies)
- [Commit Message Format](#commit-message-format)
- [Pull Requests](#pull-requests)
- [Naming Scheme](#naming-scheme)
- [Style Guide](#style-guide)
- [LESS API (deprecated)](#less-api)
- [LESS API (deprecated)](#less-api-deprecated)
- [Custom Property API](#custom-property-api)
- [Core Tokens](#core-tokens)
- [Semantic Tokens](#semantic-tokens)
- [Component Tokens](#component-tokens)
- [Dark Mode](#dark-mode)
- [Storybook](#storybook)
- [Visual Regression Testing](#visual-regression-testing)
- [External Contributors](#external-contributors)
- [Internal Contributors](#internal-contributors)
- [Build Modes](#build-modes)
- [Run All Snapshots](#run-all-snapshots)
- [Run Specific Snapshot(s)](#run-specific-snapshots)
- [Technical Notes](#technical-notes)
- [Website](#website)
- [Scripts](#scripts)
- [Icon Creation](#icon-creation)
- [Releases](#releases)
- [Pre-Release](#pre-release)
- [Final Release](#final-release)
- [GitHub Release](#github-release)
- [Hotfix Release](#hotfix-release)
- [Website Archive](#website-archive)

## System Requirements

Expand Down Expand Up @@ -357,9 +375,7 @@ Once Jekyll is setup successfully, running a build should create the following f
- `./_site/static/dsx/skin.min.css`
- the full, minified skin css bundle (only used in development environment)
- `./_site/index.html`
- ds6 homepage
- `./_site/ds4/index.html`
- ds4 homepage
- homepage
- `./_site/archive`
- archive of old versions of website

Expand Down
19 changes: 0 additions & 19 deletions dist/cta-button/cta-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,25 +105,6 @@ a.cta-btn--large {
font-size: var(--font-size-medium);
min-height: 48px;
}
a.cta-btn--large-truncated {
border-radius: 24px;
display: inline-flex;
font-size: var(--font-size-medium);
height: 48px;
}
a.cta-btn--large-truncated,
a.cta-btn--large-truncated span {
line-height: 1.4em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
a.cta-btn--large-fixed-height {
border-radius: 24px;
display: inline-flex;
font-size: var(--font-size-medium);
height: 48px;
}
[dir="rtl"] a.cta-btn svg.icon--arrow-right-24 {
transform: rotate(180deg);
}
61 changes: 0 additions & 61 deletions dist/legacy-textbox/legacy-textbox.css

This file was deleted.

107 changes: 0 additions & 107 deletions dist/legacy-theme/legacy-theme.css

This file was deleted.

69 changes: 0 additions & 69 deletions dist/legacy-tokens/ds4-core.css

This file was deleted.

Loading

0 comments on commit e3e9765

Please sign in to comment.