efront 4.22.14 → 4.22.17

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/docs/main.xht CHANGED
@@ -1,5 +1,5 @@
1
1
  <style>
2
- :root {
2
+ :scope {
3
3
  --leftwidth: 260px;
4
4
  display: block;
5
5
  width: auto;
@@ -14,39 +14,39 @@
14
14
  background: #fff;
15
15
  }
16
16
 
17
- :root+scrollbar {
17
+ :scope+scrollbar {
18
18
  right: 0;
19
19
  background: transparent;
20
20
  }
21
21
 
22
- :root>* {
22
+ :scope>* {
23
23
  vertical-align: top;
24
24
  }
25
25
 
26
- :root>menu f {
26
+ :scope>menu f {
27
27
  margin-left: 6px;
28
28
  }
29
29
 
30
- :root>menu f[test]:before {
30
+ :scope>menu f[test]:before {
31
31
  color: #fc0;
32
32
  content: "测";
33
33
  }
34
34
 
35
- :root>menu f[dang]:before {
35
+ :scope>menu f[dang]:before {
36
36
  color: #2cf;
37
37
  content: "档";
38
38
  }
39
39
 
40
- :root>menu f[less]:before {
40
+ :scope>menu f[less]:before {
41
41
  color: #2c9;
42
42
  content: "样";
43
43
  }
44
44
 
45
- :root>menu[inline] {
45
+ :scope>menu[inline] {
46
46
  height: 100%;
47
47
  }
48
48
 
49
- :root>menu[inline] {
49
+ :scope>menu[inline] {
50
50
  margin: 0;
51
51
  width: var(--leftwidth);
52
52
  margin-left: -var(--leftwidth);
@@ -81,7 +81,7 @@
81
81
  background: linear-gradient(#f2f4ff, 70%, #e9fff2);
82
82
  }
83
83
 
84
- :root>menu v {
84
+ :scope>menu v {
85
85
  display: inline-block;
86
86
  font-size: 12px;
87
87
  color: #79a;
@@ -99,11 +99,11 @@
99
99
  z-index: 0 !important;
100
100
  }
101
101
 
102
- :root>open:after {
102
+ :scope>open:after {
103
103
  content: "≡";
104
104
  }
105
105
 
106
- :root>open {
106
+ :scope>open {
107
107
 
108
108
  display: block;
109
109
  position: absolute;
@@ -121,7 +121,7 @@
121
121
  border-radius: 50%;
122
122
  }
123
123
 
124
- :root>menu {
124
+ :scope>menu {
125
125
 
126
126
  position: absolute;
127
127
  z-index: -1;
@@ -150,7 +150,7 @@
150
150
 
151
151
  }
152
152
 
153
- :root {
153
+ :scope {
154
154
  padding: 0px !important;
155
155
  }
156
156
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efront",
3
- "version": "4.22.14",
3
+ "version": "4.22.17",
4
4
  "description": "一个开发环境,提供一种自由的前端开发模式,也可作为辅助工具使用。",
5
5
  "main": "public/efront.js",
6
6
  "directories": {