Skip to content

Commit

Permalink
Merge pull request #176 from drackp2m/dev
Browse files Browse the repository at this point in the history
πŸ› fix(app): replace set-* to app-* on scss files
  • Loading branch information
drackp2m authored Nov 1, 2024
2 parents f583e31 + a4482ea commit f793855
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 36 deletions.
4 changes: 2 additions & 2 deletions apps/app/src/app/component/card/card.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
height: 100%;
padding: 9.5% 0;

set-card-shape {
app-card-shape {
display: contents;
}
}
Expand All @@ -31,7 +31,7 @@
.card {
padding: 0 14.3%;

set-card-shape {
app-card-shape {
display: block;
width: 100%;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { Component, OnInit, computed, input } from '@angular/core';

@Component({
standalone: true,
selector: 'app-glitch-svg',
templateUrl: './glitch-svg.component.html',
styleUrl: './glitch-svg.component.scss',
selector: 'app-glitch-svg',
imports: [NgStyle],
})
export class GlitchSvgComponent implements OnInit {
Expand Down
50 changes: 25 additions & 25 deletions apps/app/src/app/layout/main/main.layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,151 +25,151 @@
width: 100%;
height: 100%;

set-card-shape {
app-card-shape {
position: absolute;
height: 60px;
opacity: 0.3;
}

set-card-shape:nth-child(1) {
app-card-shape:nth-child(1) {
bottom: -20px;
left: 6px;
transform: rotate(57deg);
}

set-card-shape:nth-child(2) {
app-card-shape:nth-child(2) {
bottom: 40px;
left: -14px;
transform: rotate(147deg);
}

set-card-shape:nth-child(3) {
app-card-shape:nth-child(3) {
bottom: -10px;
left: 66px;
transform: rotate(7deg);
}

set-card-shape:nth-child(4) {
app-card-shape:nth-child(4) {
bottom: 60px;
left: 36px;
transform: rotate(-6deg);
}

set-card-shape:nth-child(5) {
app-card-shape:nth-child(5) {
bottom: 110px;
left: -2px;
transform: rotate(16deg);
}

set-card-shape:nth-child(6) {
app-card-shape:nth-child(6) {
bottom: 49px;
left: 100px;
transform: rotate(-24deg);
}

set-card-shape:nth-child(7) {
app-card-shape:nth-child(7) {
bottom: 123px;
left: 67px;
transform: rotate(75deg);
}

set-card-shape:nth-child(8) {
app-card-shape:nth-child(8) {
bottom: 123px;
left: 127px;
transform: rotate(4deg);
}

set-card-shape:nth-child(9) {
app-card-shape:nth-child(9) {
bottom: -27px;
left: 139px;
transform: rotate(104deg);
}

set-card-shape:nth-child(10) {
app-card-shape:nth-child(10) {
bottom: 23px;
left: 179px;
transform: rotate(84deg);
}

set-card-shape:nth-child(11) {
app-card-shape:nth-child(11) {
bottom: 93px;
left: 180px;
transform: rotate(70deg);
}

set-card-shape:nth-child(12) {
app-card-shape:nth-child(12) {
bottom: -37px;
left: 220px;
transform: rotate(-20deg);
}

set-card-shape:nth-child(13) {
app-card-shape:nth-child(13) {
bottom: 23px;
left: 260px;
transform: rotate(-10deg);
}

set-card-shape:nth-child(14) {
app-card-shape:nth-child(14) {
bottom: 155px;
left: 200px;
transform: rotate(130deg);
}

set-card-shape:nth-child(15) {
app-card-shape:nth-child(15) {
bottom: 112px;
left: 252px;
transform: rotate(30deg);
}

set-card-shape:nth-child(16) {
app-card-shape:nth-child(16) {
bottom: 74px;
left: 316px;
transform: rotate(-40deg);
}

set-card-shape:nth-child(17) {
app-card-shape:nth-child(17) {
bottom: -6px;
left: 318px;
transform: rotate(10deg);
}

set-card-shape:nth-child(18) {
app-card-shape:nth-child(18) {
bottom: 152px;
left: 306px;
transform: rotate(-10deg);
}

set-card-shape:nth-child(19) {
app-card-shape:nth-child(19) {
bottom: 32px;
left: 386px;
transform: rotate(60deg);
}

set-card-shape:nth-child(20) {
app-card-shape:nth-child(20) {
bottom: 122px;
left: 376px;
transform: rotate(49deg);
}

set-card-shape:nth-child(21) {
app-card-shape:nth-child(21) {
bottom: -32px;
left: 400px;
transform: rotate(92deg);
}

set-card-shape:nth-child(22) {
app-card-shape:nth-child(22) {
bottom: 8px;
left: 460px;
transform: rotate(132deg);
}

set-card-shape:nth-child(23) {
app-card-shape:nth-child(23) {
bottom: 148px;
left: 451px;
transform: rotate(112deg);
}

set-card-shape:nth-child(24) {
app-card-shape:nth-child(24) {
bottom: 88px;
left: 426px;
transform: rotate(82deg);
Expand Down
2 changes: 1 addition & 1 deletion apps/app/src/app/page/example/example.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ main {
a {
transition: transform 300ms cubic-bezier(0.6, -0.7, 0.3, 1.6);

set-glitch-svg {
app-glitch-svg {
display: block;
height: 80px;
}
Expand Down
6 changes: 3 additions & 3 deletions apps/app/src/app/page/example/section/card/card.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ main {
min-height: 100%;
background-color: white;

set-card-shape {
app-card-shape {
width: 76px;
}

#card-list-horizontal {
set-card {
app-card {
width: 342px;
}
}

#card-list-vertical {
set-card {
app-card {
width: 228px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion apps/app/src/app/page/game/game.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ main {
gap: 8px;
justify-content: center;

set-card {
app-card {
width: 23%;
}
}
Expand Down
2 changes: 1 addition & 1 deletion apps/app/src/app/page/online/online.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ main {
gap: 8px;
justify-content: center;

set-card {
app-card {
width: 23%;
}
}
Expand Down
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,20 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
"message": "πŸŽ’ chore(release): ${nextRelease.version} [skip ci]"
"assets": [
"CHANGELOG.md",
"package.json"
],
"message": "πŸŽ’ chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
Expand Down

0 comments on commit f793855

Please sign in to comment.