@semi-bot/semi-theme-ds_web 1.0.0
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/README.md +24 -0
- package/package.json +14 -0
- package/raw.json +763 -0
- package/scss/_font.scss +56 -0
- package/scss/_palette.scss +352 -0
- package/scss/animation.scss +39 -0
- package/scss/custom.scss +0 -0
- package/scss/global.scss +232 -0
- package/scss/index.scss +3 -0
- package/scss/local.scss +0 -0
- package/scss/mixin.scss +72 -0
- package/scss/variables.scss +75 -0
- package/semi.css +26727 -0
- package/semi.min.css +1 -0
package/README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
# @semi-bot/semi-theme-ds_web --- Semi Theme Generated By [Design System Management](https://semi.design/dsm/)
|
|
3
|
+
ID: 28184
|
|
4
|
+
Operator: 用户4245697084310
|
|
5
|
+
|
|
6
|
+
## Compatibility
|
|
7
|
+
|
|
8
|
+
Compatible with Semi Foundation Version 2.93.0 or newer.
|
|
9
|
+
|
|
10
|
+
## Version Release Note
|
|
11
|
+
|
|
12
|
+
用于工作室内需要的后台等公共调用Design System
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## Manual
|
|
16
|
+
|
|
17
|
+
[RD](https://bytedance.feishu.cn/docx/doxcnOQWjp9z1PHg0b58RIylc4c)
|
|
18
|
+
|
|
19
|
+
[UED](https://bytedance.feishu.cn/docx/doxcnGpI22wExiIdsWGLQLmkLne)
|
|
20
|
+
|
|
21
|
+
[RD-en](https://bytedance.feishu.cn/docx/doxcnEgGRq92mDDsrddFVFPGDaf)
|
|
22
|
+
|
|
23
|
+
[UED-en](https://bytedance.feishu.cn/docx/doxcnKo5CYLKtQla6eb16il13Sc)
|
|
24
|
+
|
package/package.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@semi-bot/semi-theme-ds_web",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Semi theme generated by dsm. https://semi.design/dsm",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"semi-theme",
|
|
7
|
+
"scss"
|
|
8
|
+
],
|
|
9
|
+
"sideEffects": "*.scss",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"dependencies": {},
|
|
12
|
+
"_unpkg": true,
|
|
13
|
+
"devDependencies": {}
|
|
14
|
+
}
|