@visactor/vchart-theme-demo-component 0.0.1-alpha.3 → 0.0.1-alpha.4
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.
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
.rootSidenav {
|
|
2
|
+
align-items: flex-start;
|
|
3
|
+
background: var(--semi-color-fill-0);
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
row-gap: 0;
|
|
7
|
+
display: flex;
|
|
8
|
+
color: var(--semi-color-text-0);
|
|
9
|
+
font-family: Inter;
|
|
10
|
+
font-size: 20px;
|
|
11
|
+
font-weight: 600;
|
|
12
|
+
letter-spacing: -0.6px;
|
|
13
|
+
line-height: 28px;
|
|
14
|
+
text-align: left;
|
|
15
|
+
|
|
16
|
+
.nav {
|
|
17
|
+
align-self: stretch;
|
|
18
|
+
height: 60px;
|
|
19
|
+
|
|
20
|
+
.navigationHeaderLogo {
|
|
21
|
+
align-items: flex-start;
|
|
22
|
+
column-gap: 0;
|
|
23
|
+
display: inline-flex;
|
|
24
|
+
flex-shrink: 0;
|
|
25
|
+
|
|
26
|
+
.semiIconsSemiLogo {
|
|
27
|
+
font-size: 36px;
|
|
28
|
+
color: var(--semi-color-text-0);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.dIV {
|
|
33
|
+
align-items: center;
|
|
34
|
+
column-gap: 16px;
|
|
35
|
+
display: inline-flex;
|
|
36
|
+
flex-shrink: 0;
|
|
37
|
+
|
|
38
|
+
.semiIconsFeishuLogo,
|
|
39
|
+
.semiIconsHelpCircle,
|
|
40
|
+
.semiIconsBell {
|
|
41
|
+
font-size: 20px;
|
|
42
|
+
color: var(--semi-color-text-2);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.avatar {
|
|
46
|
+
height: 32px;
|
|
47
|
+
width: 32px;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.main {
|
|
53
|
+
align-items: flex-start;
|
|
54
|
+
column-gap: 0;
|
|
55
|
+
display: flex;
|
|
56
|
+
flex-shrink: 0;
|
|
57
|
+
align-self: stretch;
|
|
58
|
+
|
|
59
|
+
.left {
|
|
60
|
+
height: calc(100vh - 60px);
|
|
61
|
+
|
|
62
|
+
.navItem,
|
|
63
|
+
.navItem5 {
|
|
64
|
+
width: 223px;
|
|
65
|
+
|
|
66
|
+
.iconIntro,
|
|
67
|
+
.iconRadio {
|
|
68
|
+
height: 20px;
|
|
69
|
+
position: relative;
|
|
70
|
+
width: 20px;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.navItem1,
|
|
75
|
+
.navItem2,
|
|
76
|
+
.navItem3,
|
|
77
|
+
.navItem4,
|
|
78
|
+
.navItem6,
|
|
79
|
+
.navItem7 {
|
|
80
|
+
width: 223px;
|
|
81
|
+
|
|
82
|
+
.iconHeart,
|
|
83
|
+
.iconCalendar,
|
|
84
|
+
.iconCheckbox,
|
|
85
|
+
.iconCalendar,
|
|
86
|
+
.iconList,
|
|
87
|
+
.iconToast {
|
|
88
|
+
height: 20px;
|
|
89
|
+
width: 20px;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.right {
|
|
95
|
+
height: calc(100vh - 60px);
|
|
96
|
+
overflow-y: auto;
|
|
97
|
+
align-items: flex-start;
|
|
98
|
+
display: flex;
|
|
99
|
+
flex-basis: 0;
|
|
100
|
+
flex-direction: column;
|
|
101
|
+
padding: 40px;
|
|
102
|
+
row-gap: 24px;
|
|
103
|
+
flex-grow: 1;
|
|
104
|
+
|
|
105
|
+
.item {
|
|
106
|
+
min-width: 90px;
|
|
107
|
+
vertical-align: middle;
|
|
108
|
+
flex-shrink: 0;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.frame1321317607 {
|
|
112
|
+
align-items: center;
|
|
113
|
+
border-radius: 12px;
|
|
114
|
+
display: flex;
|
|
115
|
+
flex-direction: row;
|
|
116
|
+
flex-shrink: 0;
|
|
117
|
+
color: var(--semi-color-disabled-text);
|
|
118
|
+
font-size: 14px;
|
|
119
|
+
letter-spacing: -0.14px;
|
|
120
|
+
line-height: 20px;
|
|
121
|
+
|
|
122
|
+
.yourContentHere {
|
|
123
|
+
vertical-align: middle;
|
|
124
|
+
min-width: 123px;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
.rootSidenav {
|
|
2
|
+
align-items: flex-start;
|
|
3
|
+
background: var(--semi-color-fill-0);
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
row-gap: 0;
|
|
7
|
+
display: flex;
|
|
8
|
+
color: var(--semi-color-text-0);
|
|
9
|
+
font-family: Inter;
|
|
10
|
+
font-size: 20px;
|
|
11
|
+
font-weight: 600;
|
|
12
|
+
letter-spacing: -0.6px;
|
|
13
|
+
line-height: 28px;
|
|
14
|
+
text-align: left;
|
|
15
|
+
.nav {
|
|
16
|
+
align-self: stretch;
|
|
17
|
+
height: 60px;
|
|
18
|
+
.navigationHeaderLogo {
|
|
19
|
+
align-items: flex-start;
|
|
20
|
+
column-gap: 0;
|
|
21
|
+
display: inline-flex;
|
|
22
|
+
flex-shrink: 0;
|
|
23
|
+
.semiIconsSemiLogo {
|
|
24
|
+
font-size: 36px;
|
|
25
|
+
color: var(--semi-color-text-0);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
.dIV {
|
|
29
|
+
align-items: center;
|
|
30
|
+
column-gap: 16px;
|
|
31
|
+
display: inline-flex;
|
|
32
|
+
flex-shrink: 0;
|
|
33
|
+
.semiIconsFeishuLogo,
|
|
34
|
+
.semiIconsHelpCircle,
|
|
35
|
+
.semiIconsBell {
|
|
36
|
+
font-size: 20px;
|
|
37
|
+
color: var(--semi-color-text-2);
|
|
38
|
+
}
|
|
39
|
+
.avatar {
|
|
40
|
+
height: 32px;
|
|
41
|
+
width: 32px;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
.main {
|
|
46
|
+
align-items: flex-start;
|
|
47
|
+
column-gap: 0;
|
|
48
|
+
display: flex;
|
|
49
|
+
flex-shrink: 0;
|
|
50
|
+
align-self: stretch;
|
|
51
|
+
.left {
|
|
52
|
+
height: calc(100vh - 60px);
|
|
53
|
+
.navItem,
|
|
54
|
+
.navItem5 {
|
|
55
|
+
width: 223px;
|
|
56
|
+
.iconIntro,
|
|
57
|
+
.iconRadio {
|
|
58
|
+
height: 20px;
|
|
59
|
+
position: relative;
|
|
60
|
+
width: 20px;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
.navItem1,
|
|
64
|
+
.navItem2,
|
|
65
|
+
.navItem3,
|
|
66
|
+
.navItem4,
|
|
67
|
+
.navItem6,
|
|
68
|
+
.navItem7 {
|
|
69
|
+
width: 223px;
|
|
70
|
+
.iconHeart,
|
|
71
|
+
.iconCalendar,
|
|
72
|
+
.iconCheckbox,
|
|
73
|
+
.iconCalendar,
|
|
74
|
+
.iconList,
|
|
75
|
+
.iconToast {
|
|
76
|
+
height: 20px;
|
|
77
|
+
width: 20px;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
.right {
|
|
82
|
+
height: calc(100vh - 60px);
|
|
83
|
+
overflow-y: auto;
|
|
84
|
+
align-items: flex-start;
|
|
85
|
+
display: flex;
|
|
86
|
+
flex-basis: 0;
|
|
87
|
+
flex-direction: column;
|
|
88
|
+
padding: 40px;
|
|
89
|
+
row-gap: 24px;
|
|
90
|
+
flex-grow: 1;
|
|
91
|
+
.item {
|
|
92
|
+
min-width: 90px;
|
|
93
|
+
vertical-align: middle;
|
|
94
|
+
flex-shrink: 0;
|
|
95
|
+
}
|
|
96
|
+
.frame1321317607 {
|
|
97
|
+
align-items: center;
|
|
98
|
+
border-radius: 12px;
|
|
99
|
+
display: flex;
|
|
100
|
+
flex-direction: row;
|
|
101
|
+
flex-shrink: 0;
|
|
102
|
+
color: var(--semi-color-disabled-text);
|
|
103
|
+
font-size: 14px;
|
|
104
|
+
letter-spacing: -0.14px;
|
|
105
|
+
line-height: 20px;
|
|
106
|
+
.yourContentHere {
|
|
107
|
+
vertical-align: middle;
|
|
108
|
+
min-width: 123px;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
.rootSidenav {
|
|
2
|
+
align-items: flex-start;
|
|
3
|
+
background: var(--semi-color-fill-0);
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
row-gap: 0;
|
|
7
|
+
display: flex;
|
|
8
|
+
color: var(--semi-color-text-0);
|
|
9
|
+
font-family: Inter;
|
|
10
|
+
font-size: 20px;
|
|
11
|
+
font-weight: 600;
|
|
12
|
+
letter-spacing: -0.6px;
|
|
13
|
+
line-height: 28px;
|
|
14
|
+
text-align: left;
|
|
15
|
+
|
|
16
|
+
.nav {
|
|
17
|
+
align-self: stretch;
|
|
18
|
+
height: 60px;
|
|
19
|
+
|
|
20
|
+
.navigationHeaderLogo {
|
|
21
|
+
align-items: flex-start;
|
|
22
|
+
column-gap: 0;
|
|
23
|
+
display: inline-flex;
|
|
24
|
+
flex-shrink: 0;
|
|
25
|
+
|
|
26
|
+
.semiIconsSemiLogo {
|
|
27
|
+
font-size: 36px;
|
|
28
|
+
color: var(--semi-color-text-0);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.dIV {
|
|
33
|
+
align-items: center;
|
|
34
|
+
column-gap: 16px;
|
|
35
|
+
display: inline-flex;
|
|
36
|
+
flex-shrink: 0;
|
|
37
|
+
|
|
38
|
+
.semiIconsFeishuLogo,
|
|
39
|
+
.semiIconsHelpCircle,
|
|
40
|
+
.semiIconsBell {
|
|
41
|
+
font-size: 20px;
|
|
42
|
+
color: var(--semi-color-text-2);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.avatar {
|
|
46
|
+
height: 32px;
|
|
47
|
+
width: 32px;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.main {
|
|
53
|
+
align-items: flex-start;
|
|
54
|
+
column-gap: 0;
|
|
55
|
+
display: flex;
|
|
56
|
+
flex-shrink: 0;
|
|
57
|
+
align-self: stretch;
|
|
58
|
+
|
|
59
|
+
.left {
|
|
60
|
+
height: calc(100vh - 60px);
|
|
61
|
+
|
|
62
|
+
.navItem,
|
|
63
|
+
.navItem5 {
|
|
64
|
+
width: 223px;
|
|
65
|
+
|
|
66
|
+
.iconIntro,
|
|
67
|
+
.iconRadio {
|
|
68
|
+
height: 20px;
|
|
69
|
+
position: relative;
|
|
70
|
+
width: 20px;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.navItem1,
|
|
75
|
+
.navItem2,
|
|
76
|
+
.navItem3,
|
|
77
|
+
.navItem4,
|
|
78
|
+
.navItem6,
|
|
79
|
+
.navItem7 {
|
|
80
|
+
width: 223px;
|
|
81
|
+
|
|
82
|
+
.iconHeart,
|
|
83
|
+
.iconCalendar,
|
|
84
|
+
.iconCheckbox,
|
|
85
|
+
.iconCalendar,
|
|
86
|
+
.iconList,
|
|
87
|
+
.iconToast {
|
|
88
|
+
height: 20px;
|
|
89
|
+
width: 20px;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.right {
|
|
95
|
+
height: calc(100vh - 60px);
|
|
96
|
+
overflow-y: auto;
|
|
97
|
+
align-items: flex-start;
|
|
98
|
+
display: flex;
|
|
99
|
+
flex-basis: 0;
|
|
100
|
+
flex-direction: column;
|
|
101
|
+
padding: 40px;
|
|
102
|
+
row-gap: 24px;
|
|
103
|
+
flex-grow: 1;
|
|
104
|
+
|
|
105
|
+
.item {
|
|
106
|
+
min-width: 90px;
|
|
107
|
+
vertical-align: middle;
|
|
108
|
+
flex-shrink: 0;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.frame1321317607 {
|
|
112
|
+
align-items: center;
|
|
113
|
+
border-radius: 12px;
|
|
114
|
+
display: flex;
|
|
115
|
+
flex-direction: row;
|
|
116
|
+
flex-shrink: 0;
|
|
117
|
+
color: var(--semi-color-disabled-text);
|
|
118
|
+
font-size: 14px;
|
|
119
|
+
letter-spacing: -0.14px;
|
|
120
|
+
line-height: 20px;
|
|
121
|
+
|
|
122
|
+
.yourContentHere {
|
|
123
|
+
vertical-align: middle;
|
|
124
|
+
min-width: 123px;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
.rootSidenav {
|
|
2
|
+
align-items: flex-start;
|
|
3
|
+
background: var(--semi-color-fill-0);
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
row-gap: 0;
|
|
7
|
+
display: flex;
|
|
8
|
+
color: var(--semi-color-text-0);
|
|
9
|
+
font-family: Inter;
|
|
10
|
+
font-size: 20px;
|
|
11
|
+
font-weight: 600;
|
|
12
|
+
letter-spacing: -0.6px;
|
|
13
|
+
line-height: 28px;
|
|
14
|
+
text-align: left;
|
|
15
|
+
.nav {
|
|
16
|
+
align-self: stretch;
|
|
17
|
+
height: 60px;
|
|
18
|
+
.navigationHeaderLogo {
|
|
19
|
+
align-items: flex-start;
|
|
20
|
+
column-gap: 0;
|
|
21
|
+
display: inline-flex;
|
|
22
|
+
flex-shrink: 0;
|
|
23
|
+
.semiIconsSemiLogo {
|
|
24
|
+
font-size: 36px;
|
|
25
|
+
color: var(--semi-color-text-0);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
.dIV {
|
|
29
|
+
align-items: center;
|
|
30
|
+
column-gap: 16px;
|
|
31
|
+
display: inline-flex;
|
|
32
|
+
flex-shrink: 0;
|
|
33
|
+
.semiIconsFeishuLogo,
|
|
34
|
+
.semiIconsHelpCircle,
|
|
35
|
+
.semiIconsBell {
|
|
36
|
+
font-size: 20px;
|
|
37
|
+
color: var(--semi-color-text-2);
|
|
38
|
+
}
|
|
39
|
+
.avatar {
|
|
40
|
+
height: 32px;
|
|
41
|
+
width: 32px;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
.main {
|
|
46
|
+
align-items: flex-start;
|
|
47
|
+
column-gap: 0;
|
|
48
|
+
display: flex;
|
|
49
|
+
flex-shrink: 0;
|
|
50
|
+
align-self: stretch;
|
|
51
|
+
.left {
|
|
52
|
+
height: calc(100vh - 60px);
|
|
53
|
+
.navItem,
|
|
54
|
+
.navItem5 {
|
|
55
|
+
width: 223px;
|
|
56
|
+
.iconIntro,
|
|
57
|
+
.iconRadio {
|
|
58
|
+
height: 20px;
|
|
59
|
+
position: relative;
|
|
60
|
+
width: 20px;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
.navItem1,
|
|
64
|
+
.navItem2,
|
|
65
|
+
.navItem3,
|
|
66
|
+
.navItem4,
|
|
67
|
+
.navItem6,
|
|
68
|
+
.navItem7 {
|
|
69
|
+
width: 223px;
|
|
70
|
+
.iconHeart,
|
|
71
|
+
.iconCalendar,
|
|
72
|
+
.iconCheckbox,
|
|
73
|
+
.iconCalendar,
|
|
74
|
+
.iconList,
|
|
75
|
+
.iconToast {
|
|
76
|
+
height: 20px;
|
|
77
|
+
width: 20px;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
.right {
|
|
82
|
+
height: calc(100vh - 60px);
|
|
83
|
+
overflow-y: auto;
|
|
84
|
+
align-items: flex-start;
|
|
85
|
+
display: flex;
|
|
86
|
+
flex-basis: 0;
|
|
87
|
+
flex-direction: column;
|
|
88
|
+
padding: 40px;
|
|
89
|
+
row-gap: 24px;
|
|
90
|
+
flex-grow: 1;
|
|
91
|
+
.item {
|
|
92
|
+
min-width: 90px;
|
|
93
|
+
vertical-align: middle;
|
|
94
|
+
flex-shrink: 0;
|
|
95
|
+
}
|
|
96
|
+
.frame1321317607 {
|
|
97
|
+
align-items: center;
|
|
98
|
+
border-radius: 12px;
|
|
99
|
+
display: flex;
|
|
100
|
+
flex-direction: row;
|
|
101
|
+
flex-shrink: 0;
|
|
102
|
+
color: var(--semi-color-disabled-text);
|
|
103
|
+
font-size: 14px;
|
|
104
|
+
letter-spacing: -0.14px;
|
|
105
|
+
line-height: 20px;
|
|
106
|
+
.yourContentHere {
|
|
107
|
+
vertical-align: middle;
|
|
108
|
+
min-width: 123px;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart-theme-demo-component",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.4",
|
|
4
4
|
"description": "theme demo page in vchart site",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -24,11 +24,15 @@
|
|
|
24
24
|
"@douyinfe/semi-icons": "latest",
|
|
25
25
|
"@douyinfe/semi-icons-lab": "latest",
|
|
26
26
|
"@arco-design/web-react": "^2.32.2",
|
|
27
|
-
"@visactor/vchart-theme-utils": "1.11.
|
|
28
|
-
"@visactor/vchart-theme": "1.11.
|
|
27
|
+
"@visactor/vchart-theme-utils": "1.11.1-alpha.2",
|
|
28
|
+
"@visactor/vchart-theme": "1.11.1-alpha.2",
|
|
29
29
|
"@visactor/vchart": "1.11.0",
|
|
30
30
|
"@visactor/react-vchart": "1.11.0"
|
|
31
31
|
},
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"react": ">=16.0.0",
|
|
34
|
+
"react-dom": ">=16.0.0"
|
|
35
|
+
},
|
|
32
36
|
"devDependencies": {
|
|
33
37
|
"@rushstack/eslint-patch": "~1.1.4",
|
|
34
38
|
"react": "^18.0.0",
|