@next-core/next-docs 1.2.186 → 1.2.190

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
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.2.190](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.189...@next-core/next-docs@1.2.190) (2022-01-07)
7
+
8
+ **Note:** Version bump only for package @next-core/next-docs
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.189](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.188...@next-core/next-docs@1.2.189) (2022-01-06)
15
+
16
+ **Note:** Version bump only for package @next-core/next-docs
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.2.188](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.187...@next-core/next-docs@1.2.188) (2022-01-05)
23
+
24
+ **Note:** Version bump only for package @next-core/next-docs
25
+
26
+
27
+
28
+
29
+
30
+ ## [1.2.187](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.186...@next-core/next-docs@1.2.187) (2022-01-05)
31
+
32
+ **Note:** Version bump only for package @next-core/next-docs
33
+
34
+
35
+
36
+
37
+
6
38
  ## [1.2.186](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.185...@next-core/next-docs@1.2.186) (2022-01-04)
7
39
 
8
40
  **Note:** Version bump only for package @next-core/next-docs
package/dist/brick-kit.md CHANGED
@@ -57,6 +57,7 @@ The core kit of Brick Next.
57
57
  | [GetMicroAppsOptions](./brick-kit.getmicroappsoptions.md) | 查询微应用列表时的选项。 |
58
58
  | [IfContainer](./brick-kit.ifcontainer.md) | 包含 <code>if</code> 条件判断的对象。 |
59
59
  | [PropertyDeclaration](./brick-kit.propertydeclaration.md) | Defines options for a property accessor. |
60
+ | [ThemeSetting](./brick-kit.themesetting.md) | |
60
61
 
61
62
  ## Variables
62
63
 
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: brick-kit.themesetting.basecolors
3
+ title: ThemeSetting.baseColors
4
+ hide_title: true
5
+ custom_edit_url: null
6
+ ---
7
+
8
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
9
+
10
+ [API Reference](./index.md) &gt; [@next-core/brick-kit](./brick-kit.md) &gt; [ThemeSetting](./brick-kit.themesetting.md) &gt; [baseColors](./brick-kit.themesetting.basecolors.md)
11
+
12
+ ## ThemeSetting.baseColors property
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ baseColors: Omit<ColorThemeOptionsByBaseColors, "type">;
18
+ ```
19
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: brick-kit.themesetting.brandcolor
3
+ title: ThemeSetting.brandColor
4
+ hide_title: true
5
+ custom_edit_url: null
6
+ ---
7
+
8
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
9
+
10
+ [API Reference](./index.md) &gt; [@next-core/brick-kit](./brick-kit.md) &gt; [ThemeSetting](./brick-kit.themesetting.md) &gt; [brandColor](./brick-kit.themesetting.brandcolor.md)
11
+
12
+ ## ThemeSetting.brandColor property
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ brandColor: Omit<ColorThemeOptionsByBrand, "type">;
18
+ ```
19
+
@@ -0,0 +1,27 @@
1
+ ---
2
+ id: brick-kit.themesetting
3
+ title: ThemeSetting
4
+ hide_title: true
5
+ custom_edit_url: null
6
+ ---
7
+
8
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
9
+
10
+ [API Reference](./index.md) &gt; [@next-core/brick-kit](./brick-kit.md) &gt; [ThemeSetting](./brick-kit.themesetting.md)
11
+
12
+ ## ThemeSetting interface
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ export interface ThemeSetting
18
+ ```
19
+
20
+ ## Properties
21
+
22
+ | Property | Type | Description |
23
+ | --- | --- | --- |
24
+ | [baseColors](./brick-kit.themesetting.basecolors.md) | Omit&lt;ColorThemeOptionsByBaseColors, "type"&gt; | |
25
+ | [brandColor](./brick-kit.themesetting.brandcolor.md) | Omit&lt;ColorThemeOptionsByBrand, "type"&gt; | |
26
+ | [variables](./brick-kit.themesetting.variables.md) | Omit&lt;ColorThemeOptionsByVariables, "type"&gt; | |
27
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: brick-kit.themesetting.variables
3
+ title: ThemeSetting.variables
4
+ hide_title: true
5
+ custom_edit_url: null
6
+ ---
7
+
8
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
9
+
10
+ [API Reference](./index.md) &gt; [@next-core/brick-kit](./brick-kit.md) &gt; [ThemeSetting](./brick-kit.themesetting.md) &gt; [variables](./brick-kit.themesetting.variables.md)
11
+
12
+ ## ThemeSetting.variables property
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ variables: Omit<ColorThemeOptionsByVariables, "type">;
18
+ ```
19
+
@@ -23,5 +23,6 @@ export interface MockRule
23
23
 
24
24
  | Property | Type | Description |
25
25
  | --- | --- | --- |
26
+ | [provider](./brick-types.mockrule.provider.md) | string | provider名称 |
26
27
  | [uri](./brick-types.mockrule.uri.md) | string | uri地址 |
27
28
 
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: brick-types.mockrule.provider
3
+ title: MockRule.provider
4
+ hide_title: true
5
+ custom_edit_url: null
6
+ ---
7
+
8
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
9
+
10
+ [API Reference](./index.md) &gt; [@next-core/brick-types](./brick-types.md) &gt; [MockRule](./brick-types.mockrule.md) &gt; [provider](./brick-types.mockrule.provider.md)
11
+
12
+ ## MockRule.provider property
13
+
14
+ provider名称
15
+
16
+ **Signature:**
17
+
18
+ ```typescript
19
+ provider: string;
20
+ ```
21
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.186",
3
+ "version": "1.2.190",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/next-docs",
6
6
  "license": "GPL-3.0",
@@ -21,9 +21,9 @@
21
21
  "sideEffects": false,
22
22
  "devDependencies": {
23
23
  "@easyops-cn/brick-next-pipes": "^0.3.12",
24
- "@next-core/brick-kit": "^2.100.0",
25
- "@next-core/brick-types": "^2.54.0",
24
+ "@next-core/brick-kit": "^2.102.0",
25
+ "@next-core/brick-types": "^2.56.0",
26
26
  "fs-extra": "^10.0.0"
27
27
  },
28
- "gitHead": "66499779967872a861d4fb70b0be0de0980b557c"
28
+ "gitHead": "6644b47c75e47692d6a5893a65e7fb3030899284"
29
29
  }