Skip to content

Commit b17b435

Browse files
committed
chore: resolve conflict
1 parent 375ab40 commit b17b435

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

packages/progress-bar/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
<sp-alert-banner open variant="info">
2-
<div class="spectrum-InLineAlert-header">
3-
<span>Deprecated</span>
4-
</div>
5-
<div class="spectrum-InLineAlert-content">
6-
The <code>over-background</code> attribute has been deprecated and will be removed in a future release. Use <code>static-color="white"</code> instead.
7-
</div>
8-
</sp-alert-banner>
9-
101
## Overview
112

123
An `<sp-progress-bar>` is used to visually show the progression of a system operation such as downloading, uploading, processing, etc. By default, progress bars have a blue fill that shows the progress.

packages/progress-bar/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
},
7272
"types": "./src/index.d.ts",
7373
"customElements": "custom-elements.json",
74+
"deprecationNotice": "The over-background attribute has been deprecated and will be removed in a future release. Use static-color='white' instead.",
7475
"sideEffects": [
7576
"./sp-*.js",
7677
"./**/*.dev.js"

projects/documentation/content/_includes/partials/deprecation.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<section
22
class="deprecation-container"
33
>
4-
<div id="deprecation" class="spectrum-InLineAlert spectrum-InLineAlert--negative">
4+
<div id="deprecation" class="spectrum-InLineAlert spectrum-InLineAlert--notice">
55
<div class="spectrum-InLineAlert-header">
66
Deprecation Warning
77
<sp-icon-alert class="spectrum-InLineAlert-icon" dir="ltr" aria-hidden="true"></sp-icon-alert>

0 commit comments

Comments
 (0)