@xihan-ui/styles 1.0.0-alpha.2 → 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/CHANGELOG.md +2177 -0
- package/README.md +1 -1
- package/css/accordion.css +80 -6
- package/css/alert.css +43 -14
- package/css/anchor.css +8 -8
- package/css/avatar-group.css +7 -3
- package/css/avatar.css +9 -3
- package/css/back-top.css +22 -1
- package/css/badge.css +104 -32
- package/css/breadcrumb.css +25 -5
- package/css/button-group.css +18 -13
- package/css/button.css +48 -11
- package/css/calendar.css +150 -7
- package/css/card.css +20 -11
- package/css/carousel.css +36 -5
- package/css/cascader.css +211 -124
- package/css/checkbox-group.css +72 -22
- package/css/checkbox.css +70 -13
- package/css/clipboard.css +2 -1
- package/css/code-block.css +12 -7
- package/css/collapsible.css +49 -3
- package/css/color-picker.css +132 -46
- package/css/combobox.css +132 -60
- package/css/composer.css +5 -3
- package/css/context-menu.css +113 -74
- package/css/date-field.css +93 -16
- package/css/date-picker.css +293 -72
- package/css/descriptions.css +11 -5
- package/css/dialog.css +47 -14
- package/css/download-trigger.css +76 -0
- package/css/drawer.css +57 -16
- package/css/dynamic-input.css +75 -17
- package/css/editable.css +12 -10
- package/css/ellipsis.css +7 -1
- package/css/empty-state.css +22 -12
- package/css/field.css +16 -6
- package/css/fieldset.css +69 -0
- package/css/file-upload.css +46 -8
- package/css/flex.css +13 -7
- package/css/float-button.css +23 -1
- package/css/floating-panel.css +316 -0
- package/css/form.css +4 -4
- package/css/grid.css +11 -5
- package/css/heatmap.css +411 -0
- package/css/highlight.css +2 -2
- package/css/hotkeys.css +90 -0
- package/css/hover-card.css +43 -45
- package/css/image-cropper.css +233 -0
- package/css/image-viewer.css +155 -17
- package/css/image.css +2 -2
- package/css/infinite-scroll.css +1 -1
- package/css/json-viewer.css +274 -0
- package/css/layout.css +19 -15
- package/css/list.css +22 -13
- package/css/listbox.css +24 -6
- package/css/loading-bar.css +12 -5
- package/css/log.css +7 -3
- package/css/marquee.css +9 -0
- package/css/masonry.css +63 -0
- package/css/mention.css +100 -36
- package/css/menu.css +127 -50
- package/css/menubar.css +155 -61
- package/css/navigation-menu.css +56 -31
- package/css/notification.css +377 -0
- package/css/number-animation.css +3 -3
- package/css/number-field.css +182 -19
- package/css/overlay-arrow.css +51 -0
- package/css/page-header.css +12 -5
- package/css/pagination.css +171 -14
- package/css/password-input.css +356 -0
- package/css/pin-input.css +15 -12
- package/css/popconfirm.css +55 -12
- package/css/popover.css +73 -45
- package/css/popselect.css +207 -57
- package/css/progress.css +54 -8
- package/css/qr-code.css +1 -1
- package/css/radio-group.css +27 -10
- package/css/rating.css +4 -4
- package/css/reset.css +17 -0
- package/css/result.css +21 -11
- package/css/scroll-area.css +61 -89
- package/css/scrollbar.css +170 -0
- package/css/segmented.css +215 -0
- package/css/select.css +298 -131
- package/css/separator.css +2 -2
- package/css/side-nav.css +127 -24
- package/css/signature-pad.css +144 -0
- package/css/skeleton.css +7 -1
- package/css/slider.css +14 -12
- package/css/space.css +117 -0
- package/css/spinner.css +22 -10
- package/css/statistic.css +9 -9
- package/css/steps.css +29 -12
- package/css/switch.css +57 -8
- package/css/table.css +146 -44
- package/css/tabs.css +13 -5
- package/css/tag.css +179 -0
- package/css/tags-input.css +80 -42
- package/css/text-field.css +151 -38
- package/css/thread.css +11 -3
- package/css/time-field.css +99 -18
- package/css/time-picker.css +261 -71
- package/css/timeline.css +15 -15
- package/css/timer.css +119 -0
- package/css/toast.css +129 -55
- package/css/toggle-group.css +30 -4
- package/css/toggle.css +12 -6
- package/css/tone.css +57 -22
- package/css/toolbar.css +1 -1
- package/css/tooltip.css +40 -31
- package/css/tour.css +112 -61
- package/css/transfer.css +98 -21
- package/css/tree-select.css +215 -89
- package/css/tree.css +131 -5
- package/css/typography.css +5 -5
- package/css/undefined.css +12 -1
- package/css/virtualizer.css +3 -1
- package/css/watermark.css +1 -2
- package/index.css +18 -1
- package/index.unlayered.css +10356 -3255
- package/package.json +20 -4
- package/css/toaster.css +0 -74
package/css/tree.css
CHANGED
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
[data-scope='tree'][data-part='root'] {
|
|
8
|
+
/* 作者塞进指示符槽的图标跟着字号走,与皮肤画的兜底字形同一把尺 */
|
|
9
|
+
--xh-icon-size: var(--xh-tree-icon-size, var(--xh-glyph-size-text));
|
|
10
|
+
|
|
8
11
|
display: flex;
|
|
9
12
|
flex-direction: column;
|
|
10
13
|
gap: var(--xh-tree-gap, var(--xh-space-2));
|
|
@@ -30,7 +33,8 @@
|
|
|
30
33
|
[data-scope='tree'][data-part='tree'] {
|
|
31
34
|
display: flex;
|
|
32
35
|
flex-direction: column;
|
|
33
|
-
|
|
36
|
+
gap: var(--xh-tree-tree-gap, var(--xh-list-option-gap));
|
|
37
|
+
max-block-size: var(--xh-tree-max-h, var(--xh-viewport-h-lg));
|
|
34
38
|
padding-block: var(--xh-tree-py, var(--xh-space-1));
|
|
35
39
|
padding-inline: var(--xh-tree-px, var(--xh-space-1));
|
|
36
40
|
border: var(--xh-stroke-thin) solid var(--xh-tree-border, var(--xh-border-default));
|
|
@@ -51,8 +55,15 @@
|
|
|
51
55
|
outline: none;
|
|
52
56
|
}
|
|
53
57
|
|
|
54
|
-
/* 分支只是"这一行 + 它的子层"
|
|
55
|
-
真正长成一行的是 branch-control,子层缩进归 branch-content
|
|
58
|
+
/* 分支只是"这一行 + 它的子层"的外壳,不自带内边距:
|
|
59
|
+
真正长成一行的是 branch-control,子层缩进归 branch-content。
|
|
60
|
+
行距由这里出:分支自己那一行与它展开的子层之间,同样按条目间距断开 */
|
|
61
|
+
[data-scope='tree'][data-part='branch'] {
|
|
62
|
+
display: flex;
|
|
63
|
+
flex-direction: column;
|
|
64
|
+
gap: var(--xh-tree-branch-gap, var(--xh-list-option-gap));
|
|
65
|
+
}
|
|
66
|
+
|
|
56
67
|
[data-scope='tree'][data-part='branch'][hidden] {
|
|
57
68
|
display: none;
|
|
58
69
|
}
|
|
@@ -75,7 +86,7 @@
|
|
|
75
86
|
display: flex;
|
|
76
87
|
align-items: center;
|
|
77
88
|
gap: var(--xh-tree-row-gap, var(--xh-control-gap-md));
|
|
78
|
-
padding-block: var(--xh-tree-row-py, var(--xh-
|
|
89
|
+
padding-block: var(--xh-tree-row-py, var(--xh-list-option-py-md));
|
|
79
90
|
padding-inline: var(--xh-tree-row-px, var(--xh-control-px-md));
|
|
80
91
|
border-radius: var(--xh-tree-row-radius, var(--xh-shape-control));
|
|
81
92
|
color: var(--xh-tree-row-fg, var(--xh-fg-default));
|
|
@@ -90,6 +101,19 @@
|
|
|
90
101
|
color var(--xh-motion-duration-micro) var(--xh-motion-ease-enter);
|
|
91
102
|
}
|
|
92
103
|
|
|
104
|
+
/* 分支行的首格是展开箭头,叶子行没有这一格。作者摆了 item-indicator 时由它顶着,
|
|
105
|
+
没摆(如勾选档首位直接是 item-checkbox)就由行盒自己补出来,
|
|
106
|
+
否则叶子会比同级分支往行首缩一格,层级关系读不出来 */
|
|
107
|
+
[data-orientation='vertical'] > [data-scope='tree'][data-part='item']:not(
|
|
108
|
+
:has(> [data-scope='tree'][data-part='item-indicator'])
|
|
109
|
+
) {
|
|
110
|
+
padding-inline-start: calc(
|
|
111
|
+
var(--xh-tree-row-px, var(--xh-control-px-md)) +
|
|
112
|
+
var(--xh-tree-indicator-size, var(--xh-control-indicator-size)) +
|
|
113
|
+
var(--xh-tree-row-gap, var(--xh-control-gap-md))
|
|
114
|
+
);
|
|
115
|
+
}
|
|
116
|
+
|
|
93
117
|
[data-scope='tree'][data-part='item'][hidden],
|
|
94
118
|
[data-scope='tree'][data-part='branch-control'][hidden] {
|
|
95
119
|
display: none;
|
|
@@ -102,6 +126,63 @@
|
|
|
102
126
|
background: var(--xh-tree-row-bg-hover, var(--xh-bg-subtle));
|
|
103
127
|
}
|
|
104
128
|
|
|
129
|
+
/* 勾选把手:勾选态只画在它身上,不碰行底色——底色那条通道归高亮 */
|
|
130
|
+
[data-scope='tree'][data-part='item-checkbox'],
|
|
131
|
+
[data-scope='tree'][data-part='branch-checkbox'] {
|
|
132
|
+
display: inline-grid;
|
|
133
|
+
place-items: center;
|
|
134
|
+
flex: none;
|
|
135
|
+
inline-size: var(--xh-tree-checkbox-size, var(--xh-control-indicator-size));
|
|
136
|
+
block-size: var(--xh-tree-checkbox-size, var(--xh-control-indicator-size));
|
|
137
|
+
border: var(--xh-stroke-thin) solid var(--xh-tree-checkbox-border, var(--xh-border-control));
|
|
138
|
+
border-radius: var(--xh-tree-checkbox-radius, var(--xh-shape-inset));
|
|
139
|
+
background: var(--xh-tree-checkbox-bg, var(--xh-bg-canvas));
|
|
140
|
+
color: var(--xh-tree-checkbox-fg, var(--xh-fg-on-brand));
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
[data-scope='tree'][data-part='item-checkbox'][data-selected],
|
|
144
|
+
[data-scope='tree'][data-part='branch-checkbox'][data-selected] {
|
|
145
|
+
border-color: var(--xh-tree-checkbox-border-checked, var(--xh-bg-brand));
|
|
146
|
+
background: var(--xh-tree-checkbox-bg-checked, var(--xh-bg-brand));
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/* 半选:级联勾选下「子树勾了一部分」的第三态,此前发了 data-indeterminate 却没人画 */
|
|
150
|
+
[data-scope='tree'][data-part='item-checkbox'][data-indeterminate]:not([data-selected]),
|
|
151
|
+
[data-scope='tree'][data-part='branch-checkbox'][data-indeterminate]:not([data-selected]) {
|
|
152
|
+
border-color: var(--xh-tree-checkbox-border-checked, var(--xh-bg-brand));
|
|
153
|
+
background: var(--xh-tree-checkbox-bg-checked, var(--xh-bg-brand));
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
/* 没写内容就由皮肤画;作者往把手里塞了自己的图形,这条规则即不命中 */
|
|
157
|
+
[data-scope='tree'][data-part='item-checkbox'][data-selected]:empty::before,
|
|
158
|
+
[data-scope='tree'][data-part='branch-checkbox'][data-selected]:empty::before {
|
|
159
|
+
content: '';
|
|
160
|
+
display: inline-block;
|
|
161
|
+
inline-size: var(--xh-icon-size, var(--xh-glyph-size-text));
|
|
162
|
+
block-size: var(--xh-icon-size, var(--xh-glyph-size-text));
|
|
163
|
+
vertical-align: var(--xh-glyph-baseline-shift);
|
|
164
|
+
background-color: currentColor;
|
|
165
|
+
-webkit-mask: var(--xh-glyph-mark-check) center / contain no-repeat;
|
|
166
|
+
mask: var(--xh-glyph-mark-check) center / contain no-repeat;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
[data-scope='tree'][data-part='item-checkbox'][data-indeterminate]:not([data-selected]):empty::before,
|
|
170
|
+
[data-scope='tree'][data-part='branch-checkbox'][data-indeterminate]:not([data-selected]):empty::before {
|
|
171
|
+
content: '';
|
|
172
|
+
display: inline-block;
|
|
173
|
+
inline-size: var(--xh-icon-size, var(--xh-glyph-size-text));
|
|
174
|
+
block-size: var(--xh-icon-size, var(--xh-glyph-size-text));
|
|
175
|
+
vertical-align: var(--xh-glyph-baseline-shift);
|
|
176
|
+
background-color: currentColor;
|
|
177
|
+
-webkit-mask: var(--xh-glyph-mark-minus) center / contain no-repeat;
|
|
178
|
+
mask: var(--xh-glyph-mark-minus) center / contain no-repeat;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
[data-scope='tree'][data-part='item-checkbox'][data-disabled],
|
|
182
|
+
[data-scope='tree'][data-part='branch-checkbox'][data-disabled] {
|
|
183
|
+
border-color: var(--xh-tree-checkbox-border-disabled, var(--xh-border-subtle));
|
|
184
|
+
}
|
|
185
|
+
|
|
105
186
|
/* 选中只换文字色与字重,配合行尾的 ✓ 标记;底色整条通道留给高亮,
|
|
106
187
|
两者因此能同时看见 */
|
|
107
188
|
[data-scope='tree'][data-part='item'][data-selected],
|
|
@@ -141,7 +222,7 @@
|
|
|
141
222
|
align-items: center;
|
|
142
223
|
justify-content: center;
|
|
143
224
|
inline-size: var(--xh-tree-indicator-size, var(--xh-control-indicator-size));
|
|
144
|
-
color: var(--xh-tree-indicator-fg, var(--xh-
|
|
225
|
+
color: var(--xh-tree-indicator-fg, var(--xh-fg-brand));
|
|
145
226
|
visibility: hidden;
|
|
146
227
|
}
|
|
147
228
|
|
|
@@ -202,11 +283,56 @@
|
|
|
202
283
|
[data-scope='tree'][data-part='branch-content'] {
|
|
203
284
|
display: flex;
|
|
204
285
|
flex-direction: column;
|
|
286
|
+
gap: var(--xh-tree-branch-content-gap, var(--xh-list-option-gap));
|
|
205
287
|
padding-inline-start: var(--xh-tree-indent, var(--xh-space-4));
|
|
206
288
|
}
|
|
207
289
|
|
|
290
|
+
/* 末端那一层横排:子节点并排铺开、必要时折行。缩进照旧由子层容器自己顶——
|
|
291
|
+
那是这一层相对上一层的位置,与层内怎么排无关 */
|
|
292
|
+
[data-scope='tree'][data-part='branch-content'][data-orientation='horizontal'] {
|
|
293
|
+
flex-flow: row wrap;
|
|
294
|
+
align-items: center;
|
|
295
|
+
column-gap: var(--xh-tree-leaf-row-gap, var(--xh-space-3));
|
|
296
|
+
row-gap: var(--xh-tree-branch-content-gap, var(--xh-list-option-gap));
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
/* 横排的一层里节点并排,行盒不能再各自吃满一行 */
|
|
300
|
+
[data-orientation='horizontal'] > [data-scope='tree'][data-part='item'] {
|
|
301
|
+
flex: none;
|
|
302
|
+
}
|
|
303
|
+
|
|
208
304
|
/* 收起态的唯一开关:display 会盖掉 hidden 属性的 UA 规则,漏了这条整棵子树就收不起来 */
|
|
209
305
|
[data-scope='tree'][data-part='branch-content'][hidden] {
|
|
210
306
|
display: none;
|
|
211
307
|
}
|
|
308
|
+
|
|
309
|
+
/* 没写内容就由皮肤画兜底字形;作者往部件里塞了自己的图形,这几条即不命中 */
|
|
310
|
+
[data-scope='tree'][data-part='branch-trigger']:empty::before,
|
|
311
|
+
[data-scope='tree'][data-part='branch-indicator']:empty::before {
|
|
312
|
+
content: '';
|
|
313
|
+
display: inline-block;
|
|
314
|
+
inline-size: var(--xh-icon-size, var(--xh-glyph-size-text));
|
|
315
|
+
block-size: var(--xh-icon-size, var(--xh-glyph-size-text));
|
|
316
|
+
vertical-align: var(--xh-glyph-baseline-shift);
|
|
317
|
+
background-color: currentColor;
|
|
318
|
+
-webkit-mask: var(--xh-glyph-mark-chevron-right) center / contain no-repeat;
|
|
319
|
+
mask: var(--xh-glyph-mark-chevron-right) center / contain no-repeat;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
[data-scope='tree'][data-part='item-indicator']:empty::before {
|
|
323
|
+
content: '';
|
|
324
|
+
display: inline-block;
|
|
325
|
+
inline-size: var(--xh-icon-size, var(--xh-glyph-size-text));
|
|
326
|
+
block-size: var(--xh-icon-size, var(--xh-glyph-size-text));
|
|
327
|
+
vertical-align: var(--xh-glyph-baseline-shift);
|
|
328
|
+
background-color: currentColor;
|
|
329
|
+
-webkit-mask: var(--xh-glyph-mark-check) center / contain no-repeat;
|
|
330
|
+
mask: var(--xh-glyph-mark-check) center / contain no-repeat;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
/* 声明过任何 display 就盖掉了 UA 的 [hidden]{display:none},收起态得自己还回去。
|
|
334
|
+
写在文件末尾:兜底必须排在该部件所有 display 声明之后 */
|
|
335
|
+
[data-scope='tree'][data-part='branch-checkbox'][hidden] {
|
|
336
|
+
display: none;
|
|
337
|
+
}
|
|
212
338
|
}
|
package/css/typography.css
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
--xh-_typography-h6: var(--xh-font-size-sm);
|
|
18
18
|
/* 读行宽度:整块正文不收窄就会拉成一行行难读的长句 */
|
|
19
19
|
--xh-_typography-measure: 68ch;
|
|
20
|
-
/*
|
|
21
|
-
--xh-_typography-code-size: 0.
|
|
20
|
+
/* 行内代码跟着所在那行的字号缩:以「随文字走」的字形尺寸为基数按比例收一点,不取固定档位 */
|
|
21
|
+
--xh-_typography-code-size: calc(var(--xh-glyph-size-text) * 0.9);
|
|
22
22
|
|
|
23
23
|
/* 建块级格式化上下文,段落的外边距不越过根往外塌 */
|
|
24
24
|
display: flow-root;
|
|
@@ -123,9 +123,9 @@
|
|
|
123
123
|
[data-scope='typography'][data-part='text'][data-variant='code'] {
|
|
124
124
|
padding-block: var(--xh-typography-code-py, var(--xh-space-0_5));
|
|
125
125
|
padding-inline: var(--xh-typography-code-px, var(--xh-space-1));
|
|
126
|
-
border-radius: var(--xh-typography-code-radius, var(--xh-
|
|
126
|
+
border-radius: var(--xh-typography-code-radius, var(--xh-shape-inset));
|
|
127
127
|
background: var(--xh-typography-code-bg, var(--xh-bg-subtle));
|
|
128
|
-
font-family: var(--xh-font-family-mono);
|
|
128
|
+
font-family: var(--xh-typography-code-font, var(--xh-font-family-mono));
|
|
129
129
|
font-size: var(--xh-typography-code-font-size, var(--xh-_typography-code-size));
|
|
130
130
|
}
|
|
131
131
|
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
|
|
137
137
|
/* —— 行内链接 —— */
|
|
138
138
|
[data-scope='typography'][data-part='link'] {
|
|
139
|
-
border-radius: var(--xh-typography-link-radius, var(--xh-
|
|
139
|
+
border-radius: var(--xh-typography-link-radius, var(--xh-shape-inset));
|
|
140
140
|
color: var(--xh-typography-link-fg, var(--xh-fg-brand));
|
|
141
141
|
text-decoration: underline;
|
|
142
142
|
text-underline-offset: var(--xh-typography-link-underline-offset, var(--xh-space-0_5));
|
package/css/undefined.css
CHANGED
|
@@ -2,26 +2,37 @@
|
|
|
2
2
|
* 元素升级前的形态。
|
|
3
3
|
*
|
|
4
4
|
* 收起态由元素在 wire() 里用内联 display 做,而 data-scope / data-part 也是那一刻才打上,
|
|
5
|
-
* 所以 JS
|
|
5
|
+
* 所以 JS 到达之前这段子树既没有皮肤也没有收起——内容会以裸文本堆在页面流里,
|
|
6
6
|
* 并被搜索引擎与读屏当作正文。SSR / SSG 直出时这段时间尤其长。
|
|
7
7
|
*
|
|
8
8
|
* 这里按作者写的 data-xh-part 选中,那是升级前唯一存在的标记。
|
|
9
|
+
* 名单与元素的对应由 check-undefined-guard.mjs 双向守着。
|
|
9
10
|
*/
|
|
10
11
|
@layer xihan.components {
|
|
11
12
|
:where(
|
|
13
|
+
xh-accordion,
|
|
12
14
|
xh-cascader,
|
|
15
|
+
xh-collapsible,
|
|
13
16
|
xh-color-picker,
|
|
14
17
|
xh-combobox,
|
|
15
18
|
xh-context-menu,
|
|
16
19
|
xh-date-picker,
|
|
17
20
|
xh-dialog,
|
|
18
21
|
xh-drawer,
|
|
22
|
+
xh-floating-panel,
|
|
19
23
|
xh-hover-card,
|
|
24
|
+
xh-image-viewer,
|
|
25
|
+
xh-mention,
|
|
20
26
|
xh-menu,
|
|
21
27
|
xh-menubar,
|
|
22
28
|
xh-navigation-menu,
|
|
29
|
+
xh-pagination,
|
|
30
|
+
xh-popconfirm,
|
|
23
31
|
xh-popover,
|
|
32
|
+
xh-popselect,
|
|
24
33
|
xh-select,
|
|
34
|
+
xh-side-nav,
|
|
35
|
+
xh-steps,
|
|
25
36
|
xh-time-picker,
|
|
26
37
|
xh-tooltip,
|
|
27
38
|
xh-tour,
|
package/css/virtualizer.css
CHANGED
package/css/watermark.css
CHANGED
package/index.css
CHANGED
|
@@ -12,30 +12,44 @@
|
|
|
12
12
|
@import './css/button-group.css';
|
|
13
13
|
@import './css/countdown.css';
|
|
14
14
|
@import './css/descriptions.css';
|
|
15
|
+
@import './css/download-trigger.css';
|
|
15
16
|
@import './css/dynamic-input.css';
|
|
16
17
|
@import './css/ellipsis.css';
|
|
18
|
+
@import './css/fieldset.css';
|
|
17
19
|
@import './css/flex.css';
|
|
18
20
|
@import './css/float-button.css';
|
|
21
|
+
@import './css/floating-panel.css';
|
|
19
22
|
@import './css/gradient-text.css';
|
|
20
23
|
@import './css/grid.css';
|
|
24
|
+
@import './css/heatmap.css';
|
|
21
25
|
@import './css/highlight.css';
|
|
26
|
+
@import './css/hotkeys.css';
|
|
22
27
|
@import './css/icon-wrapper.css';
|
|
28
|
+
@import './css/image-cropper.css';
|
|
23
29
|
@import './css/infinite-scroll.css';
|
|
30
|
+
@import './css/json-viewer.css';
|
|
24
31
|
@import './css/layout.css';
|
|
25
32
|
@import './css/list.css';
|
|
26
33
|
@import './css/log.css';
|
|
27
34
|
@import './css/marquee.css';
|
|
35
|
+
@import './css/masonry.css';
|
|
28
36
|
@import './css/mention.css';
|
|
29
37
|
@import './css/number-animation.css';
|
|
30
38
|
@import './css/page-header.css';
|
|
39
|
+
@import './css/password-input.css';
|
|
31
40
|
@import './css/popconfirm.css';
|
|
32
41
|
@import './css/popselect.css';
|
|
33
42
|
@import './css/qr-code.css';
|
|
34
43
|
@import './css/reset.css';
|
|
35
44
|
@import './css/result.css';
|
|
45
|
+
@import './css/segmented.css';
|
|
46
|
+
@import './css/signature-pad.css';
|
|
47
|
+
@import './css/space.css';
|
|
36
48
|
@import './css/statistic.css';
|
|
49
|
+
@import './css/tag.css';
|
|
37
50
|
@import './css/time.css';
|
|
38
51
|
@import './css/timeline.css';
|
|
52
|
+
@import './css/timer.css';
|
|
39
53
|
@import './css/typography.css';
|
|
40
54
|
@import './css/undefined.css';
|
|
41
55
|
@import './css/visually-hidden.css';
|
|
@@ -80,6 +94,7 @@
|
|
|
80
94
|
@import './css/menu.css';
|
|
81
95
|
@import './css/menubar.css';
|
|
82
96
|
@import './css/navigation-menu.css';
|
|
97
|
+
@import './css/notification.css';
|
|
83
98
|
@import './css/number-field.css';
|
|
84
99
|
@import './css/pagination.css';
|
|
85
100
|
@import './css/pin-input.css';
|
|
@@ -88,6 +103,7 @@
|
|
|
88
103
|
@import './css/radio-group.css';
|
|
89
104
|
@import './css/rating.css';
|
|
90
105
|
@import './css/scroll-area.css';
|
|
106
|
+
@import './css/scrollbar.css';
|
|
91
107
|
@import './css/select.css';
|
|
92
108
|
@import './css/separator.css';
|
|
93
109
|
@import './css/side-nav.css';
|
|
@@ -103,12 +119,13 @@
|
|
|
103
119
|
@import './css/time-field.css';
|
|
104
120
|
@import './css/time-picker.css';
|
|
105
121
|
@import './css/toast.css';
|
|
106
|
-
@import './css/toaster.css';
|
|
107
122
|
@import './css/toggle.css';
|
|
108
123
|
@import './css/toggle-group.css';
|
|
109
124
|
@import './css/toolbar.css';
|
|
110
125
|
@import './css/tooltip.css';
|
|
111
126
|
@import './css/tour.css';
|
|
127
|
+
/* 排在六份浮层皮肤之后:箭头几何里摘边框那几条要压过它们的 border 简写 */
|
|
128
|
+
@import './css/overlay-arrow.css';
|
|
112
129
|
@import './css/transfer.css';
|
|
113
130
|
@import './css/tree.css';
|
|
114
131
|
@import './css/tree-select.css';
|