@redocly/theme 0.38.5 → 0.38.7

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.
@@ -317,7 +317,7 @@ const typography = (0, styled_components_1.css) `
317
317
  --font-family-base: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
318
318
  'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial, sans-serif; // Font family of the entire system.
319
319
  --font-family-monospaced: ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono',
320
- 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono',
320
+ 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Mono', 'Fira Mono',
321
321
  'Droid Sans Mono', 'Courier New', monospace;
322
322
 
323
323
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/theme",
3
- "version": "0.38.5",
3
+ "version": "0.38.7",
4
4
  "description": "Shared UI components lib",
5
5
  "keywords": [
6
6
  "theme",
@@ -55,12 +55,12 @@
55
55
  "@types/jest-when": "3.5.5",
56
56
  "@types/lodash.throttle": "4.1.9",
57
57
  "@types/node": "18.19.3",
58
- "@types/prismjs": "1.26.3",
58
+ "@types/prismjs": "1.26.4",
59
59
  "@types/react": "18.2.79",
60
60
  "@types/react-dom": "18.2.25",
61
61
  "@types/styled-components": "5.1.34",
62
62
  "@types/styled-system": "5.1.22",
63
- "@types/nprogress": "^0.2.0",
63
+ "@types/nprogress": "0.2.3",
64
64
  "@typescript-eslint/eslint-plugin": "7.16.0",
65
65
  "@typescript-eslint/parser": "7.16.0",
66
66
  "chromatic": "6.17.2",
@@ -98,7 +98,7 @@
98
98
  "timeago.js": "^4.0.2",
99
99
  "i18next": "^22.4.12",
100
100
  "nprogress": "^0.2.0",
101
- "@redocly/config": "0.6.3"
101
+ "@redocly/config": "0.8.0"
102
102
  },
103
103
  "scripts": {
104
104
  "start": "npm-run-all --parallel storybook storybook:tokens:watch",
@@ -318,7 +318,7 @@ const typography = css`
318
318
  --font-family-base: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
319
319
  'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial, sans-serif; // Font family of the entire system.
320
320
  --font-family-monospaced: ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono',
321
- 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono',
321
+ 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Mono', 'Fira Mono',
322
322
  'Droid Sans Mono', 'Courier New', monospace;
323
323
 
324
324
  /**