dumi-theme-lobehub 1.1.0 → 1.1.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.
|
@@ -6,7 +6,7 @@ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefine
|
|
|
6
6
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
7
7
|
import { ActionIcon, TabsNav } from '@lobehub/ui';
|
|
8
8
|
import { openCodeSandbox, openStackBlitz, useIntl } from 'dumi';
|
|
9
|
-
import SourceCode from
|
|
9
|
+
import SourceCode from 'dumi/theme-default/builtins/SourceCode';
|
|
10
10
|
import { Code, Code2, Codesandbox, MonitorUp, Zap } from 'lucide-react';
|
|
11
11
|
import { useState } from 'react';
|
|
12
12
|
import { useStyles } from "./style";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dumi-theme-lobehub",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "dumi-theme-lobehub is a documentation site theme package designed for dumi2. It provides a more beautiful and user-friendly development and reading experience based on @lobehub/ui",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lobehub",
|