Skip to content

Commit ede9c69

Browse files
committed
Update KDS to 5.5.0
- Related release notes: - https://github.com/learningequality/kolibri-design-system/releases/tag/v5.4.2 - https://github.com/learningequality/kolibri-design-system/releases/tag/v5.5.0 - No breaking changes - Installs the new KDS stylesheet, and removes Kolibri visuallyhidden class that is not longer needed since it's provided by KDS
1 parent 5be7cf8 commit ede9c69

File tree

4 files changed

+7
-22
lines changed

4 files changed

+7
-22
lines changed

contentcuration/contentcuration/frontend/shared/styles/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import '~material-icons/iconfont/material-icons.css';
2+
@import '~kolibri-design-system/lib/styles/common';
23

34
@font-face {
45
font-family: 'Noto Sans';

contentcuration/contentcuration/frontend/shared/views/RecommendedResourceCard.vue

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -159,19 +159,3 @@
159159
};
160160
161161
</script>
162-
163-
164-
<style>
165-
166-
.visuallyhidden {
167-
position: absolute;
168-
width: 1px;
169-
height: 1px;
170-
padding: 0;
171-
margin: -1px;
172-
overflow: hidden;
173-
clip: rect(0 0 0 0);
174-
border: 0;
175-
}
176-
177-
</style>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"jspdf": "https://github.com/parallax/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e",
7878
"jszip": "^3.10.1",
7979
"kolibri-constants": "^0.2.12",
80-
"kolibri-design-system": "5.4.1",
80+
"kolibri-design-system": "5.5.0",
8181
"lodash": "^4.17.21",
8282
"lowlight": "^3.3.0",
8383
"marked": "^16.1.1",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)