Skip to content

Commit

Permalink
Updating package-lock.json (#5316)
Browse files Browse the repository at this point in the history
* Auto Update Dependencies

* fix stylelint issues

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Margaree Peacocke <margaree.p@gmail.com>
  • Loading branch information
3 people authored Jan 17, 2025
1 parent 36af27e commit db0c656
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 95 deletions.
2 changes: 1 addition & 1 deletion components/filter/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class Filter extends FocusMixin(LocalizeCoreElement(RtlMixin(LitElement))) {
display: -webkit-box;
hyphens: auto;
-webkit-line-clamp: 2;
word-break: break-word;
overflow-wrap: anywhere;
}
d2l-list-item[selection-disabled] .d2l-filter-dimension-set-value,
Expand Down
2 changes: 1 addition & 1 deletion components/focus-trap/focus-trap.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class FocusTrap extends FocusMixin(LitElement) {
display: inline-block;
}
:host([hidden]) {
display: hidden;
display: none;
}
`;
}
Expand Down
19 changes: 0 additions & 19 deletions components/form/demo/form-panel-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,9 @@ class FormPanelDemo extends LitElement {
display: none;
}
.d2l-form-panel-demo-panel {
background-color: white;
border-radius: 8px;
padding: 20px;
}
.d2l-form-panel-demo-container {
margin-bottom: 10px;
}
.d2l-form-panel-demo-header {
align-items: top;
cursor: pointer;
display: flex;
justify-content: space-between;
}
.d2l-form-panel-demo-text {
align-items: center;
display: flex;
margin: 0;
}
`];
}

Expand Down
1 change: 0 additions & 1 deletion components/form/form-errory-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class FormErrorSummary extends LocalizeCoreElement(RtlMixin(LitElement)) {
}
.d2l-form-error-summary-header {
align-items: top;
cursor: pointer;
display: flex;
justify-content: space-between;
Expand Down
2 changes: 1 addition & 1 deletion components/inputs/input-textarea.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ class InputTextArea extends InputInlineHelpMixin(FocusMixin(LabelledMixin(FormEl
.d2l-input-textarea-mirror {
line-height: 1rem;
overflow: hidden;
overflow-wrap: anywhere; /* prevent width from growing */
padding-bottom: 0.5rem;
padding-top: 0.5rem;
visibility: hidden;
word-break: break-word; /* prevent width from growing */
}
:host([no-padding]) .d2l-input {
padding-left: 0;
Expand Down
146 changes: 74 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db0c656

Please sign in to comment.