@jsenv/plugin-explorer 1.0.78 → 1.0.80

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.
@@ -185,8 +185,8 @@
185
185
  }
186
186
 
187
187
  #explorables_icon {
188
- stroke: none;
189
188
  fill: #24b1b0;
189
+ stroke: none;
190
190
  width: 25px;
191
191
  height: 25px;
192
192
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/plugin-explorer",
3
- "version": "1.0.78",
3
+ "version": "1.0.80",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/jsenv/core",
@@ -28,7 +28,7 @@
28
28
  "prepublishOnly": "npm run build"
29
29
  },
30
30
  "dependencies": {
31
- "@jsenv/filesystem": "4.15.10"
31
+ "@jsenv/filesystem": "4.15.12"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@jsenv/core": "../../../"
@@ -8,16 +8,16 @@
8
8
 
9
9
  html,
10
10
  body {
11
+ display: flex;
11
12
  margin: 0;
12
13
  padding: 0;
13
- display: flex;
14
- flex-direction: column;
15
14
  flex: 1;
15
+ flex-direction: column;
16
16
  }
17
17
 
18
18
  html {
19
- font-family: arial, sans;
20
19
  height: 100%;
20
+ font-family: arial, sans;
21
21
  }
22
22
 
23
23
  button:focus,
@@ -66,7 +66,6 @@ Because for some element we set the focus outline on a div which would not match
66
66
  input:focus
67
67
  + * {
68
68
  outline-width: 2px;
69
- outline-offset: 0;
70
69
  outline-style: solid;
71
70
  /*
72
71
  force a blue color for firefox otherwise
@@ -74,6 +73,7 @@ Because for some element we set the focus outline on a div which would not match
74
73
  making it unpredictible and sometimes hard to see
75
74
  */
76
75
  outline-color: rgb(0, 150, 255);
76
+ outline-offset: 0;
77
77
  }
78
78
  }
79
79
  ::-moz-focus-inner {
@@ -82,8 +82,8 @@ Because for some element we set the focus outline on a div which would not match
82
82
 
83
83
  main {
84
84
  display: flex;
85
- flex-direction: column;
86
85
  flex: 1;
86
+ flex-direction: column;
87
87
  }
88
88
 
89
89
  main > * {
@@ -92,15 +92,15 @@ main > * {
92
92
  }
93
93
 
94
94
  hr {
95
+ margin: 15px 0;
95
96
  color: black;
96
97
  background-color: black;
97
98
  border-color: black;
98
- margin: 15px 0;
99
99
  }
100
100
 
101
101
  article[data-page="file-list"] {
102
- background-color: #204143;
103
102
  color: #97a0a0;
103
+ background-color: #204143;
104
104
  }
105
105
 
106
106
  nav,
@@ -119,8 +119,8 @@ nav,
119
119
  }
120
120
 
121
121
  article h2 {
122
- margin: 0;
123
122
  display: flex;
123
+ margin: 0;
124
124
  }
125
125
 
126
126
  article h2 svg {
@@ -137,16 +137,16 @@ article h2 svg {
137
137
  }
138
138
 
139
139
  h2 {
140
+ display: inline-block;
140
141
  margin: 20px 0;
141
142
  color: #24b1b0;
142
- display: inline-block;
143
143
  }
144
144
 
145
145
  h4 {
146
+ padding: 0 25px;
147
+ color: #97a0a0;
146
148
  font-weight: normal;
147
149
  font-size: 15px;
148
- color: #97a0a0;
149
- padding: 0 25px;
150
150
  }
151
151
 
152
152
  #explorables {
@@ -154,18 +154,18 @@ h4 {
154
154
  }
155
155
 
156
156
  #explorables-header {
157
- /* padding-bottom: 10px; */
158
- width: 100%;
159
157
  position: sticky;
160
158
  top: 0;
159
+ /* padding-bottom: 10px; */
160
+ width: 100%;
161
161
  }
162
162
 
163
163
  #explorables_header_and_menu {
164
- padding-left: 25px;
165
- padding-right: 25px;
164
+ position: relative;
166
165
  padding-top: 25px;
166
+ padding-right: 25px;
167
+ padding-left: 25px;
167
168
  background-color: #204143;
168
- position: relative;
169
169
  }
170
170
 
171
171
  #explorables_header_bottom_spacing {
@@ -178,13 +178,13 @@ h4 {
178
178
  }
179
179
 
180
180
  #explorables ul {
181
- padding: 0px 25px 25px 25px;
182
181
  margin: 0;
182
+ padding: 0px 25px 25px 25px;
183
183
  }
184
184
 
185
185
  #explorables li {
186
- list-style-type: none;
187
186
  margin: 10px 0;
187
+ list-style-type: none;
188
188
  }
189
189
 
190
190
  #explorables li:first-child {
@@ -197,13 +197,13 @@ h4 {
197
197
  }
198
198
 
199
199
  .execution-link {
200
- background: #204143;
201
- padding: 6px 12px;
202
- font-size: 14px;
203
200
  display: inline-block;
201
+ padding: 6px 12px;
204
202
  color: #e7f2f3;
203
+ font-size: 14px;
205
204
  font-family: monospace;
206
205
  text-decoration: unset;
206
+ background: #204143;
207
207
  }
208
208
 
209
209
  /* icons */
@@ -214,14 +214,14 @@ h4 {
214
214
  #explorables_icon {
215
215
  width: 25px;
216
216
  height: 25px;
217
- stroke: none;
218
217
  fill: #24b1b0;
218
+ stroke: none;
219
219
  }
220
220
 
221
221
  #explorables fieldset {
222
- border: none;
223
- padding: 0;
224
222
  margin: 0;
223
+ padding: 0;
224
+ border: none;
225
225
  }
226
226
 
227
227
  #explorables fieldset label {
@@ -230,17 +230,17 @@ h4 {
230
230
  }
231
231
 
232
232
  #explorables fieldset input {
233
- opacity: 0;
234
233
  position: absolute;
234
+ opacity: 0;
235
235
  }
236
236
 
237
237
  #explorables fieldset label input + * {
238
238
  display: block;
239
+ min-width: 8em;
239
240
  padding: 0.7em 1em;
241
+ text-align: center;
240
242
  background-color: #204143;
241
243
  border-radius: 0.1em;
242
- min-width: 8em;
243
- text-align: center;
244
244
  }
245
245
 
246
246
  #explorables fieldset input:checked + * {
@@ -252,10 +252,10 @@ h4 {
252
252
  .menu-wrapper {
253
253
  position: relative;
254
254
  max-width: 100%;
255
+ margin-top: 25px;
256
+ transition: 300ms;
255
257
  overflow-x: hidden;
256
258
  overflow-y: hidden;
257
- transition: 300ms;
258
- margin-top: 25px;
259
259
  }
260
260
  .menu {
261
261
  box-sizing: border-box;
@@ -266,17 +266,17 @@ h4 {
266
266
  }
267
267
  .menu .item {
268
268
  display: inline-block;
269
+ box-sizing: border-box;
269
270
  height: 100%;
270
271
  padding: 1em;
271
- box-sizing: border-box;
272
272
  }
273
273
  .paddle {
274
274
  position: absolute;
275
- height: 36px;
276
275
  bottom: 0;
277
- border: none;
278
- background: #24b1b0;
276
+ height: 36px;
279
277
  color: #1f262c;
278
+ background: #24b1b0;
279
+ border: none;
280
280
  }
281
281
  .left-paddle {
282
282
  left: 0;