Skip to content

Commit 1c47eee

Browse files
committed
refactor: update to no breaking change
chore: update paragon peerdependencies no breaking change refactor: update to no breaking change refactor: update to no breaking change refactor: update to no breaking change
1 parent 21ff55f commit 1c47eee

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

dist/_footer.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
$gray-footer: #fcfcfc !default;
2+
13
.footer {
2-
background-color: var(--pgn-color-light-100);
4+
background-color: var(--pgn-color-light-100, $gray-footer);
35
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"peerDependencies": {
7171
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
72-
"@openedx/paragon": ">= 23.0.0",
72+
"@openedx/paragon": ">= 21.11.3 < 24.0.0",
7373
"prop-types": "^15.5.10",
7474
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
7575
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0"

src/_footer.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
$gray-footer: #fcfcfc !default;
2+
13
.footer {
2-
background-color: var(--pgn-color-light-100);
4+
background-color: var(--pgn-color-light-100, $gray-footer);
35
}

0 commit comments

Comments
 (0)