Skip to content

Commit

Permalink
Merge pull request #253 from BrightspaceUILabs/dependabot/npm_and_yar…
Browse files Browse the repository at this point in the history
…n/stylelint-16.5.0

chore(deps-dev): bump stylelint from 15.11.0 to 16.5.0
  • Loading branch information
ChrisLabattD2L committed May 21, 2024
2 parents 3a82425 + f5f7ac9 commit c92fa1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion attribute-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class AttributePicker extends RtlMixin(Localizer(LitElement)) {
width: 22px;
}
:host([dir='rtl']) .d2l-input-text-invalid-icon {
:host([dir="rtl"]) .d2l-input-text-invalid-icon {
left: 8px;
right: unset;
}
Expand Down
6 changes: 3 additions & 3 deletions multi-select-list-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class MultiSelectListItem extends RtlMixin(Localizer(LitElement)) {
-webkit-user-select: none;
}
:host([dir='rtl']) .d2l-labs-multi-select-list-item-text-wrapper {
:host([dir="rtl"]) .d2l-labs-multi-select-list-item-text-wrapper {
padding: var(--d2l-labs-multi-select-list-item-padding-rtl);
}
Expand All @@ -142,7 +142,7 @@ class MultiSelectListItem extends RtlMixin(Localizer(LitElement)) {
visibility: hidden;
}
:host([dir='rtl'][deletable][show-delete-hover-focus]) .d2l-labs-multi-select-list-item-wrapper d2l-icon {
:host([dir="rtl"][deletable][show-delete-hover-focus]) .d2l-labs-multi-select-list-item-wrapper d2l-icon {
margin-left: 0;
margin-right: -0.7rem;
}
Expand All @@ -157,7 +157,7 @@ class MultiSelectListItem extends RtlMixin(Localizer(LitElement)) {
visibility: unset;
}
:host([dir='rtl'][deletable]) .d2l-labs-multi-select-list-item-text-wrapper {
:host([dir="rtl"][deletable]) .d2l-labs-multi-select-list-item-text-wrapper {
padding: var(--d2l-labs-multi-select-list-item-padding-deletable-rtl);
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7",
"@brightspace-ui/stylelint-config": "^0.8",
"@brightspace-ui/stylelint-config": "^1",
"@open-wc/testing": "^4",
"@web/dev-server": "^0.4.0",
"@web/test-runner": "^0.18",
Expand All @@ -46,7 +46,7 @@
"lit-analyzer": "^2",
"messageformat-validator": "^2.4.1",
"sinon": "^17",
"stylelint": "^15"
"stylelint": "^16"
},
"dependencies": {
"@brightspace-ui/core": "^3",
Expand Down

0 comments on commit c92fa1e

Please sign in to comment.