Skip to content

Commit

Permalink
feat: dependency updates (#104)
Browse files Browse the repository at this point in the history
* feat: dependency updates

* chore: dependency updates
  • Loading branch information
muenzpraeger authored Nov 9, 2022
1 parent 8afe127 commit 96637f9
Show file tree
Hide file tree
Showing 15 changed files with 6,099 additions and 7,581 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# For useful gitignore templates see: https://github.com/github/gitignore

# Salesforce dev
.sf
.sfdx/
.localdevserver/

Expand Down
11 changes: 8 additions & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
"trailingComma": "none",
"singleQuote": true,
"tabWidth": 4,
"printWidth": 80,
"overrides": [
{
"files": "**/lwc/**/*.html",
"options": { "parser": "lwc" }
"options": {
"parser": "lwc"
}
},
{
"files": "*.{cmp,page,component}",
"options": { "parser": "html" }
"options": {
"parser": "html"
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
<div class="slds-grid hamburger-menu-container">
<div class="slds-col slds-size_5-of-6">
<div
class="
slds-grid
slds-var-p-left_small
slds-var-p-top_small
slds-grid_vertical
hamburger-menu
"
class="slds-grid slds-var-p-left_small slds-var-p-top_small slds-grid_vertical hamburger-menu"
>
<div
class="slds-col slds-var-p-left_medium slds-size_1-of-4"
Expand Down Expand Up @@ -63,25 +57,15 @@
<div class="slds-col slds-size_1-of-6">
<a href={href} onclick={handleHamburgerMenuToggle}
><img
class="
hamburger-menu-icon
slds-var-p-left_small
slds-var-p-top_small
"
class="hamburger-menu-icon slds-var-p-left_small slds-var-p-top_small"
src={xIcon}
/></a>
</div>
</div>
</template>
<div class="slds-grid slds-grid_vertical-align-center">
<div
class="
slds-col
slds-var-p-left_small
slds-var-p-top_small
slds-size_3-of-4
slds-large-size_1-of-5
"
class="slds-col slds-var-p-left_small slds-var-p-top_small slds-size_3-of-4 slds-large-size_1-of-5"
>
<span>
<c-navigation-menu-logo
Expand All @@ -92,12 +76,7 @@
</span>
</div>
<div
class="
slds-col
slds-var-p-top_small
slds-var-p-horizontal_large
slds-show_large
"
class="slds-col slds-var-p-top_small slds-var-p-horizontal_large slds-show_large"
>
<span>
<nav role="navigation">
Expand All @@ -118,13 +97,7 @@
</span>
</div>
<div
class="
slds-col
slds-var-p-top_small
slds-col_bump-left
slds-grid_align-center
slds-show_large
"
class="slds-col slds-var-p-top_small slds-col_bump-left slds-grid_align-center slds-show_large"
>
<div class="slds-grid slds-grid_reverse">
<div class="slds-col">
Expand All @@ -137,12 +110,7 @@
</div>
</div>
<div
class="
slds-col
slds-var-p-top_small
slds-var-p-right_small
slds-hide_large
"
class="slds-col slds-var-p-top_small slds-var-p-right_small slds-hide_large"
>
<a
class="slds-float_right"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
<template>
<div
class="
slds-grid
slds-var-p-around_large
slds-grid_vertical
card-section_container
slds-var-p-horizontal_x-large
"
class="slds-grid slds-var-p-around_large slds-grid_vertical card-section_container slds-var-p-horizontal_x-large"
>
<div
class="
slds-col
slds-align_absolute-center
slds-size_1-of-1
slds-large-size_1-of-3
slds-p-horizontal_large
"
class="slds-col slds-align_absolute-center slds-size_1-of-1 slds-large-size_1-of-3 slds-p-horizontal_large"
>
<h1>{title}</h1>
</div>
Expand All @@ -26,14 +14,7 @@ <h1>{title}</h1>
<div class={gridContainerCss}>
<template for:each={cardsContent} for:item="card">
<div
class="
slds-col
slds-size_1-of-1
slds-var-p-around_large
slds-size_1-of-1
slds-medium-size_1-of-1
slds-large-size_1-of-4
"
class="slds-col slds-size_1-of-1 slds-var-p-around_large slds-size_1-of-1 slds-medium-size_1-of-1 slds-large-size_1-of-4"
key={card.contentId}
>
<c-cms-news-card-with-button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,12 @@
<div class={contentClass}>
<div class="slds-grid slds-wrap">
<div
class="
slds-col
slds-var-p-horizontal_large
slds-size_1-of-1
"
class="slds-col slds-var-p-horizontal_large slds-size_1-of-1"
>
<h3>{title}</h3>
</div>
<div
class="
slds-col
slds-var-p-horizontal_large
slds-var-p-vertical_x-large
slds-size_1-of-1
"
class="slds-col slds-var-p-horizontal_large slds-var-p-vertical_x-large slds-size_1-of-1"
>
<p>{excerpt}</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
<div class="slds-card__body slds-card__body_inner">
<div class="slds-grid slds-grid_vertical grid-height">
<div
class="
slds-size_1-of-1
slds-large-size_3-of-4
slds-align_absolute-center
"
class="slds-size_1-of-1 slds-large-size_3-of-4 slds-align_absolute-center"
>
<h3 class="slds-text-align_center">{title}</h3>
</div>
Expand All @@ -19,9 +15,7 @@ <h1 class="slds-text-align_center">{body}</h1>
</div>
<div class="slds-var-p-top_large slds-var-p-bottom_large">
<button
class="
slds-button slds-button_brand slds-button_stretch
"
class="slds-button slds-button_brand slds-button_stretch"
onclick={handleClick}
>
{buttonLabel}
Expand Down
31 changes: 5 additions & 26 deletions force-app/main/default/lwc/contactCard/contactCard.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ <h1 class="profileTitle slds-p-bottom_medium slds-text-align_left">
<img class="profilePic slds-align_absolute-center" src={agentPhoto} />
</template>
<div
class="
profileInfo
slds-p-top_small
slds-p-right_xx-large
slds-p-bottom_small
"
class="profileInfo slds-p-top_small slds-p-right_xx-large slds-p-bottom_small"
>
<template if:true={agentName}>
<h2 class="profileName slds-text-align_left">{agentName}</h2>
Expand All @@ -28,38 +23,22 @@ <h2 class="profileName slds-text-align_left">{agentName}</h2>
</div>
<div class="slds-grid slds-grid_align-center slds-gutters">
<div
class="
slds-col
slds-size_1-of-3
slds-large-size_1-of-3
slds-medium-size_1-of-5
"
class="slds-col slds-size_1-of-3 slds-large-size_1-of-3 slds-medium-size_1-of-5"
>
<a href={agentEmailTo}>
<button
class="
slds-button slds-button_neutral slds-button_stretch
buttonShape
"
class="slds-button slds-button_neutral slds-button_stretch buttonShape"
>
Email
</button>
</a>
</div>
<div
class="
slds-col
slds-size_1-of-3
slds-large-size_1-of-3
slds-medium-size_1-of-5
"
class="slds-col slds-size_1-of-3 slds-large-size_1-of-3 slds-medium-size_1-of-5"
>
<a href={agentPhoneCallTo}>
<button
class="
slds-button slds-button_neutral slds-button_stretch
buttonShape
"
class="slds-button slds-button_neutral slds-button_stretch buttonShape"
>
Call
</button>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<template>
<div
class="
slds-illustration slds-illustration_small
slds-var-m-vertical_small
"
class="slds-illustration slds-illustration_small slds-var-m-vertical_small"
>
<svg
class="slds-illustration__svg"
Expand Down
10 changes: 1 addition & 9 deletions force-app/main/default/lwc/footer/footer.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<template>
<div
class="
slds-grid slds-grid_align-center
slds-gutters
slds-var-p-top_xx-large
slds-var-p-bottom_xx-large
slds-var-p-left_x-large
slds-wrap
footer
"
class="slds-grid slds-grid_align-center slds-gutters slds-var-p-top_xx-large slds-var-p-bottom_xx-large slds-var-p-left_x-large slds-wrap footer"
>
<div class="slds-col slds-size_1-of-1 slds-large-size_1-of-5">
<c-footer-list menu-name={footerMenuName1}></c-footer-list>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,14 @@
onsuccess={handleSuccess}
>
<div
class="
slds-grid slds-wrap
slds-gutters_x-small
slds-grid_align-center
"
class="slds-grid slds-wrap slds-gutters_x-small slds-grid_align-center"
>
<div class="slds-col slds-size_1-of-1">
<h3 class="slds-text-align_center">{title}</h3>
</div>
<div class="slds-col slds-size_1-of-1">
<div
class="
slds-grid
slds-gutters_x-small
slds-grid_align-center
"
class="slds-grid slds-gutters_x-small slds-grid_align-center"
>
<div class="slds-col">
<c-cms-image-with-title
Expand Down
Loading

0 comments on commit 96637f9

Please sign in to comment.