@semi-bot/semi-theme-lilyyang 1.0.0 → 1.0.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/README.md +4 -2
- package/package.json +1 -1
- package/raw.json +4 -3
- package/scss/_palette.scss +2 -2
- package/scss/animation.scss +1 -1
- package/scss/global.scss +6 -4
- package/scss/variables.scss +10 -2
- package/semi.css +14257 -10457
- package/semi.min.css +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
# @semi-bot/semi-theme-lilyyang --- Semi Theme Generated By [Design System Management](https://semi.design/dsm/)
|
|
3
|
-
|
|
3
|
+
ID: 15929
|
|
4
|
+
Operator: 用户8608787183133
|
|
5
|
+
|
|
4
6
|
## Compatibility
|
|
5
7
|
|
|
6
|
-
Compatible with Semi Foundation Version 2.
|
|
8
|
+
Compatible with Semi Foundation Version 2.93.0 or newer.
|
|
7
9
|
|
|
8
10
|
## Version Release Note
|
|
9
11
|
|
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -637,9 +637,9 @@
|
|
|
637
637
|
"shadow-elevated": "0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10)"
|
|
638
638
|
},
|
|
639
639
|
"spacing": {
|
|
640
|
-
"$spacing-base": "
|
|
640
|
+
"$spacing-base": "15px",
|
|
641
641
|
"$spacing-none": "0",
|
|
642
|
-
"$spacing-loose": "
|
|
642
|
+
"$spacing-loose": "25px",
|
|
643
643
|
"$spacing-tight": "8px",
|
|
644
644
|
"$spacing-base-loose": "20px",
|
|
645
645
|
"$spacing-base-tight": "12px",
|
|
@@ -744,8 +744,9 @@
|
|
|
744
744
|
},
|
|
745
745
|
"border-radius": {
|
|
746
746
|
"--semi-border-radius-full": "9999px",
|
|
747
|
+
"--semi-border-radius-name": "8px",
|
|
747
748
|
"--semi-border-radius-large": "12px",
|
|
748
|
-
"--semi-border-radius-small": "
|
|
749
|
+
"--semi-border-radius-small": "4px",
|
|
749
750
|
"--semi-border-radius-circle": "50%",
|
|
750
751
|
"--semi-border-radius-medium": "6px",
|
|
751
752
|
"--semi-border-radius-extra-small": "3px"
|
package/scss/_palette.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
body, body[theme-mode="dark"] .semi-always-light {
|
|
1
|
+
body, body[theme-mode="dark"] .semi-always-light, :host, :host .semi-always-light {
|
|
2
2
|
--semi-black: 0,0,0;
|
|
3
3
|
--semi-red-0: 254,242,237;
|
|
4
4
|
--semi-red-1: 254,221,210;
|
|
@@ -174,7 +174,7 @@ body, body[theme-mode="dark"] .semi-always-light {
|
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
}
|
|
177
|
-
body[theme-mode="dark"], body .semi-always-dark {
|
|
177
|
+
body[theme-mode="dark"], body .semi-always-dark, :host([theme-mode="dark"]), :host .semi-always-dark {
|
|
178
178
|
--semi-black: 0, 0, 0;
|
|
179
179
|
--semi-red-0: 108,9,11;
|
|
180
180
|
--semi-red-1: 144,17,16;
|
package/scss/animation.scss
CHANGED
package/scss/global.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@import './_palette.scss';
|
|
2
2
|
|
|
3
|
-
body, body[theme-mode="dark"] .semi-always-light {
|
|
3
|
+
body, body[theme-mode="dark"] .semi-always-light, :host, :host .semi-always-light {
|
|
4
4
|
--semi-color-bg-0: rgba(var(--semi-white), 1);
|
|
5
5
|
--semi-color-bg-1: rgba(var(--semi-white), 1);
|
|
6
6
|
--semi-color-bg-2: rgba(var(--semi-white), 1);
|
|
@@ -107,15 +107,16 @@ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC
|
|
|
107
107
|
--semi-shadow-2: 0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16);
|
|
108
108
|
--semi-shadow-knob: 0px 4px 6px 0px rgba(0,0,0,0.10), 0px 0px 1px 0px rgba(0,0,0,0.30);
|
|
109
109
|
--semi-border-radius-full: 9999px;
|
|
110
|
+
--semi-border-radius-name: 8px;
|
|
110
111
|
--semi-border-radius-large: 12px;
|
|
111
|
-
--semi-border-radius-small:
|
|
112
|
+
--semi-border-radius-small: 4px;
|
|
112
113
|
--semi-border-radius-circle: 50%;
|
|
113
114
|
--semi-border-radius-medium: 6px;
|
|
114
115
|
--semi-border-radius-extra-small: 3px;
|
|
115
116
|
|
|
116
117
|
|
|
117
118
|
}
|
|
118
|
-
body[theme-mode="dark"], body .semi-always-dark {
|
|
119
|
+
body[theme-mode="dark"], body .semi-always-dark, :host([theme-mode="dark"]), :host .semi-always-dark {
|
|
119
120
|
--semi-color-bg-0: rgba(22, 22, 26, 1);
|
|
120
121
|
--semi-color-bg-1: rgba(35, 36, 41, 1);
|
|
121
122
|
--semi-color-bg-2: rgba(53, 54, 60, 1);
|
|
@@ -222,8 +223,9 @@ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC
|
|
|
222
223
|
--semi-shadow-2: 0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16);
|
|
223
224
|
--semi-shadow-knob: 0px 4px 6px 0px rgba(0,0,0,0.10), 0px 0px 1px 0px rgba(0,0,0,0.30);
|
|
224
225
|
--semi-border-radius-full: 9999px;
|
|
226
|
+
--semi-border-radius-name: 8px;
|
|
225
227
|
--semi-border-radius-large: 12px;
|
|
226
|
-
--semi-border-radius-small:
|
|
228
|
+
--semi-border-radius-small: 4px;
|
|
227
229
|
--semi-border-radius-circle: 50%;
|
|
228
230
|
--semi-border-radius-medium: 6px;
|
|
229
231
|
--semi-border-radius-extra-small: 3px;
|
package/scss/variables.scss
CHANGED
|
@@ -21,9 +21,9 @@ $spacing-super-tight: 2px; // 间距 - 极紧凑尺寸内/外边距
|
|
|
21
21
|
$spacing-extra-tight: 4px; // 间距 - 超紧凑尺寸内/外边距
|
|
22
22
|
$spacing-tight: 8px; // 间距 - 紧凑尺寸内/外边距
|
|
23
23
|
$spacing-base-tight: 12px; // 间距 - 默认(偏紧凑)尺寸内/外边距
|
|
24
|
-
$spacing-base:
|
|
24
|
+
$spacing-base: 15px; // 间距 - 默认尺寸内/外边距
|
|
25
25
|
$spacing-base-loose: 20px; // 间距 - 默认(偏宽松)尺寸内/外边距
|
|
26
|
-
$spacing-loose:
|
|
26
|
+
$spacing-loose: 25px; // 间距 - 宽松尺寸内/外边距
|
|
27
27
|
$spacing-extra-loose: 32px; // 间距 - 超宽松尺寸内/外边距
|
|
28
28
|
$spacing-super-loose: 40px; // 间距 - 极宽松尺寸内/外边距
|
|
29
29
|
|
|
@@ -43,6 +43,14 @@ $z-tooltip: 1060; // tooltip 组件 z-index
|
|
|
43
43
|
$z-image_preview: 1070; // Image 组件预览层z-index
|
|
44
44
|
$z-image_preview_header: 1; // Image 组件预览层中 header 部分 z-index
|
|
45
45
|
// $z-avatar-default: 100;
|
|
46
|
+
$z-image_preview: 1070; // Image 组件预览层z-index
|
|
47
|
+
$z-image_preview_header: 1; // Image 组件预览层中 header 部分 z-index
|
|
48
|
+
|
|
49
|
+
// 正在拖拽中的元素的 z-index,需要高于所有的弹出层组件 z-index
|
|
50
|
+
$z-transfer_right_item_drag_item_move: 2000; // 穿梭框右侧面板中正在拖拽元素的z-index
|
|
51
|
+
$z-tagInput_drag_item_move: 2000; // 标签输入框中正在拖拽元素的z-index
|
|
52
|
+
$z-resizable_handler: 2000; // 伸缩框组件中handler的z-index
|
|
53
|
+
|
|
46
54
|
|
|
47
55
|
// font
|
|
48
56
|
|