@redocly/theme-experimental 0.81.2-rc.1 → 0.82.1-rc.1
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/markdoc/Cards/Card.tsx
CHANGED
|
@@ -4,7 +4,7 @@ import { Link } from '@redocly/theme/components/Link/Link';
|
|
|
4
4
|
import { H3 } from '@redocly/theme/components/Typography/H3';
|
|
5
5
|
import { useThemeHooks } from '@redocly/theme/core/hooks';
|
|
6
6
|
|
|
7
|
-
import type { ResolvedNavItem } from '@redocly/
|
|
7
|
+
import type { ResolvedNavItem } from '@redocly/config';
|
|
8
8
|
|
|
9
9
|
export interface CardProps {
|
|
10
10
|
title?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/theme-experimental",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.82.1-rc.1",
|
|
4
4
|
"description": "Experimental UI components lib",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theme-experimental",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@types/lodash.throttle": "4.1.9",
|
|
45
45
|
"@types/node": "18.19.3",
|
|
46
46
|
"@types/prismjs": "1.26.3",
|
|
47
|
-
"@types/react": "18.2.
|
|
48
|
-
"@types/react-dom": "18.2.
|
|
47
|
+
"@types/react": "18.2.79",
|
|
48
|
+
"@types/react-dom": "18.2.25",
|
|
49
49
|
"@types/styled-components": "5.1.34",
|
|
50
50
|
"@types/styled-system": "5.1.22",
|
|
51
51
|
"@typescript-eslint/eslint-plugin": "5.55.0",
|
|
@@ -77,7 +77,8 @@
|
|
|
77
77
|
"webpack": "5.88.2"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@redocly/
|
|
80
|
+
"@redocly/config": "0.5.0",
|
|
81
|
+
"@redocly/theme": "0.82.1-rc.1"
|
|
81
82
|
},
|
|
82
83
|
"scripts": {
|
|
83
84
|
"start": "npm-run-all --parallel storybook storybook:tokens:watch",
|