Skip to content

Commit

Permalink
updating package.json to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielakhanna committed Feb 28, 2024
1 parent cb8df65 commit 148e585
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
6 changes: 1 addition & 5 deletions dist/amp.css
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ section, .section {
--flag-height: 89px;
}

body.freeze #mastheadVueContainer.updated-flag ~ * {
body.freeze #main-mastheadVueContainer.newMastheadContainer ~ * {
filter: brightness(0.7);
}

Expand Down Expand Up @@ -978,10 +978,6 @@ html.msb .masthead {
padding: var(--space-sm) var(--space);
}

.flag .popout a:hover {
background-color: #ddd;
}

.flag .popout svg {
width: 20px;
fill: inherit;
Expand Down
6 changes: 1 addition & 5 deletions dist/saratoga.css
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ section, .section {
--flag-height: 89px;
}

body.freeze #mastheadVueContainer.updated-flag ~ * {
body.freeze #main-mastheadVueContainer.newMastheadContainer ~ * {
filter: brightness(0.7);
}

Expand Down Expand Up @@ -978,10 +978,6 @@ html.msb .masthead {
padding: var(--space-sm) var(--space);
}

.flag .popout a:hover {
background-color: #ddd;
}

.flag .popout svg {
width: 20px;
fill: inherit;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saratoga-design-system",
"version": "2.1.1",
"version": "2.1.2",
"files": [
"dist/saratoga.css",
"dist/dsp.css",
Expand Down

0 comments on commit 148e585

Please sign in to comment.