@aifuxi/semi-theme-default 1.1.1 → 1.1.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/CHANGELOG.md +6 -0
- package/dist/SBOM.spdx.json +4 -4
- package/dist/form.css +11473 -1781
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @aifuxi/semi-theme-default
|
|
2
2
|
|
|
3
|
+
## 1.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#20](https://github.com/aifuxi/semi-ui-vue/pull/20) [`49e565c`](https://github.com/aifuxi/semi-ui-vue/commit/49e565ce59a4d01b7c18f32ff946f96932dc969f) Thanks [@aifuxi](https://github.com/aifuxi)! - 补全 Form 样式入口,使单独引入 `form.css` 即可覆盖所有公开的 `Form.*` 字段控件。
|
|
8
|
+
|
|
3
9
|
## 1.1.1
|
|
4
10
|
|
|
5
11
|
No changes in this release.
|
package/dist/SBOM.spdx.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"spdxVersion": "SPDX-2.3",
|
|
3
3
|
"dataLicense": "CC0-1.0",
|
|
4
4
|
"SPDXID": "SPDXRef-DOCUMENT",
|
|
5
|
-
"name": "@aifuxi/semi-theme-default-1.1.
|
|
6
|
-
"documentNamespace": "https://github.com/aifuxi/semi-ui-vue/spdx/%40aifuxi%2Fsemi-theme-default/1.1.
|
|
5
|
+
"name": "@aifuxi/semi-theme-default-1.1.2",
|
|
6
|
+
"documentNamespace": "https://github.com/aifuxi/semi-ui-vue/spdx/%40aifuxi%2Fsemi-theme-default/1.1.2/cdfba6e520fc83ad871b30f51f36d8af3aaa5a21/d44305279ac259dc",
|
|
7
7
|
"documentDescribes": [
|
|
8
8
|
"SPDXRef-Package-Workspace"
|
|
9
9
|
],
|
|
10
10
|
"creationInfo": {
|
|
11
|
-
"created": "2026-09-
|
|
11
|
+
"created": "2026-09-24T09:08:25.337Z",
|
|
12
12
|
"creators": [
|
|
13
13
|
"Tool: semi-ui-vue-workspace"
|
|
14
14
|
]
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
{
|
|
18
18
|
"SPDXID": "SPDXRef-Package-Workspace",
|
|
19
19
|
"name": "@aifuxi/semi-theme-default",
|
|
20
|
-
"versionInfo": "1.1.
|
|
20
|
+
"versionInfo": "1.1.2",
|
|
21
21
|
"supplier": "Person: aifuxi",
|
|
22
22
|
"downloadLocation": "https://github.com/aifuxi/semi-ui-vue",
|
|
23
23
|
"filesAnalyzed": false,
|