umberto 4.2.0 → 4.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ ## [4.2.2](https://github.com/cksource/umberto/compare/v4.2.1...v4.2.2) (2024-06-25)
5
+
6
+ ### Other changes
7
+
8
+ * Changed the feedback callout text content to include info about `42.0.0` release. ([commit](https://github.com/cksource/umberto/commit/e3980a447d030ca2dd19b671ab93c5677e709030))
9
+
10
+
11
+ ## [4.2.1](https://github.com/cksource/umberto/compare/v4.2.0...v4.2.1) (2024-04-15)
12
+
13
+ ### Bug fixes
14
+
15
+ * Used a regular font in `<kbd>` to improve readability. Closes [#1191](https://github.com/cksource/umberto/issues/1191). ([commit](https://github.com/cksource/umberto/commit/720f1d63ddb8f0c93f32566b5a93d24c3d835030))
16
+
17
+
4
18
  ## [4.2.0](https://github.com/cksource/umberto/compare/v4.1.2...v4.2.0) (2024-02-28)
5
19
 
6
20
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umberto",
3
- "version": "4.2.0",
3
+ "version": "4.2.2",
4
4
  "description": "CKSource Documentation builder",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -10,6 +10,9 @@ div.info-box.notice.notice__feedback
10
10
  | Please report it via our!{' '}
11
11
  a( href=githubUrl.toString() id='report-widget-issue-tracker' ) issue tracker
12
12
  | .
13
+ p
14
+ | With the release of version 42.0.0, we have rewritten much of our documentation to reflect the new import paths and features.
15
+ | We appreciate your feedback to help us ensure its accuracy and completeness.
13
16
 
14
17
  //- We need to inject some parameters to the URL from the `window` object on the user side.
15
18
  //- Hence, we run a script that reads the user-agent and location and injects it into the issue URL.
@@ -149,8 +149,7 @@
149
149
  border: solid 1px u-border-color( 'background-hue', 5% );
150
150
  border-bottom-color: u-border-color( 'background-hue', -5% );
151
151
  box-shadow: inset 0 -1px 0 u-border-color( 'background-hue', -5% );
152
- font-family: $u-font-face-mono;
153
- font-size: .8em; // 12px;
152
+ font-size: .866666em; // 13px
154
153
  padding: u-spacing( -3 ) u-spacing( -2 );
155
154
  line-height: 1em;
156
155
  vertical-align: middle;