scoobie 14.3.1 → 14.3.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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "license": "MIT",
5
5
  "main": "src/index.ts",
6
6
  "sideEffects": false,
7
- "version": "14.3.1",
7
+ "version": "14.3.2",
8
8
  "dependencies": {
9
9
  "@capsizecss/core": "^3.0.0",
10
10
  "@mdx-js/loader": "^1.6.22",
@@ -41,7 +41,7 @@
41
41
  "react-helmet-async": "1.3.0",
42
42
  "react-router-dom": "6.9.0",
43
43
  "semantic-release": "21.0.0",
44
- "sku": "11.10.0",
44
+ "sku": "11.11.0",
45
45
  "webpack": "5.76.3"
46
46
  },
47
47
  "files": [
@@ -16,7 +16,7 @@ export const InlineCode = ({ children, weight = 'regular' }: Props) => (
16
16
  {isHexColour(children) ? (
17
17
  <Box component="span" className={styles.colourBlockWrapper}>
18
18
  <Box
19
- borderRadius="large"
19
+ borderRadius="standard"
20
20
  className={[
21
21
  styles.base,
22
22
  styles.colourBlock,
@@ -33,7 +33,7 @@ export const InlineCode = ({ children, weight = 'regular' }: Props) => (
33
33
  ) : undefined}
34
34
 
35
35
  <Box
36
- borderRadius="large"
36
+ borderRadius="standard"
37
37
  className={[
38
38
  styles.base,
39
39
  styles.weight[weight],