@jsenv/core 23.8.2 → 23.8.7
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/dist/jsenv_browser_system.js +46 -39
- package/dist/jsenv_browser_system.js.map +14 -14
- package/dist/jsenv_compile_proxy.js.map +6 -6
- package/dist/jsenv_exploring_index.js.map +5 -5
- package/dist/jsenv_exploring_redirector.js.map +12 -12
- package/dist/jsenv_toolbar.js.map +7 -7
- package/dist/jsenv_toolbar_injector.js.map +5 -5
- package/helpers/babel/.eslintrc.cjs +24 -24
- package/helpers/babel/AsyncGenerator/AsyncGenerator.js +81 -81
- package/helpers/babel/AwaitValue/AwaitValue.js +3 -3
- package/helpers/babel/applyDecoratorDescriptor/applyDecoratorDescriptor.js +33 -33
- package/helpers/babel/arrayLikeToArray/arrayLikeToArray.js +7 -7
- package/helpers/babel/arrayWithHoles/arrayWithHoles.js +4 -4
- package/helpers/babel/arrayWithoutHoles/arrayWithoutHoles.js +6 -6
- package/helpers/babel/assertThisInitialized/assertThisInitialized.js +7 -7
- package/helpers/babel/asyncGeneratorDelegate/asyncGeneratorDelegate.js +40 -40
- package/helpers/babel/asyncIterator/asyncIterator.js +12 -12
- package/helpers/babel/asyncToGenerator/asyncToGenerator.js +34 -34
- package/helpers/babel/awaitAsyncGenerator/awaitAsyncGenerator.js +5 -5
- package/helpers/babel/classApplyDescriptorDestructureSet/classApplyDescriptorDestructureSet.js +20 -20
- package/helpers/babel/classApplyDescriptorGet/classApplyDescriptorGet.js +6 -6
- package/helpers/babel/classApplyDescriptorSet/classApplyDescriptorSet.js +13 -13
- package/helpers/babel/classCallCheck/classCallCheck.js +5 -5
- package/helpers/babel/classCheckPrivateStaticAccess/classCheckPrivateStaticAccess.js +5 -5
- package/helpers/babel/classCheckPrivateStaticFieldDescriptor/classCheckPrivateStaticFieldDescriptor.js +6 -6
- package/helpers/babel/classExtractFieldDescriptor/classExtractFieldDescriptor.js +7 -7
- package/helpers/babel/classNameTDZError/classNameTDZError.js +4 -4
- package/helpers/babel/classPrivateFieldDestructureSet/classPrivateFieldDestructureSet.js +7 -7
- package/helpers/babel/classPrivateFieldGet/classPrivateFieldGet.js +7 -7
- package/helpers/babel/classPrivateFieldLooseBase/classPrivateFieldLooseBase.js +6 -6
- package/helpers/babel/classPrivateFieldLooseKey/classPrivateFieldLooseKey.js +5 -5
- package/helpers/babel/classPrivateFieldSet/classPrivateFieldSet.js +8 -8
- package/helpers/babel/classPrivateMethodGet/classPrivateMethodGet.js +6 -6
- package/helpers/babel/classPrivateMethodSet/classPrivateMethodSet.js +3 -3
- package/helpers/babel/classStaticPrivateFieldSpecGet/classStaticPrivateFieldSpecGet.js +9 -9
- package/helpers/babel/classStaticPrivateFieldSpecSet/classStaticPrivateFieldSpecSet.js +15 -15
- package/helpers/babel/classStaticPrivateMethodGet/classStaticPrivateMethodGet.js +6 -6
- package/helpers/babel/classStaticPrivateMethodSet/classStaticPrivateMethodSet.js +3 -3
- package/helpers/babel/construct/construct.js +16 -16
- package/helpers/babel/createClass/createClass.js +15 -15
- package/helpers/babel/createForOfIteratorHelper/createForOfIteratorHelper.js +60 -60
- package/helpers/babel/createForOfIteratorHelperLoose/createForOfIteratorHelperLoose.js +23 -23
- package/helpers/babel/createRawReactElement/createRawReactElement.js +50 -50
- package/helpers/babel/createSuper/createSuper.js +22 -22
- package/helpers/babel/decorate/decorate.js +403 -403
- package/helpers/babel/defaults/defaults.js +11 -11
- package/helpers/babel/defineEnumerableProperties/defineEnumerableProperties.js +23 -23
- package/helpers/babel/defineProperty/defineProperty.js +18 -18
- package/helpers/babel/extends/extends.js +14 -14
- package/helpers/babel/get/get.js +13 -13
- package/helpers/babel/getPrototypeOf/getPrototypeOf.js +4 -4
- package/helpers/babel/inherits/inherits.js +15 -15
- package/helpers/babel/inheritsLoose/inheritsLoose.js +7 -7
- package/helpers/babel/initializerDefineProperty/initializerDefineProperty.js +10 -10
- package/helpers/babel/initializerWarningHelper/initializerWarningHelper.js +6 -6
- package/helpers/babel/instanceof/instanceof.js +6 -6
- package/helpers/babel/interopRequireDefault/interopRequireDefault.js +3 -3
- package/helpers/babel/interopRequireWildcard/interopRequireWildcard.js +37 -37
- package/helpers/babel/isNativeFunction/isNativeFunction.js +4 -4
- package/helpers/babel/isNativeReflectConstruct/isNativeReflectConstruct.js +21 -21
- package/helpers/babel/iterableToArray/iterableToArray.js +7 -7
- package/helpers/babel/iterableToArrayLimit/iterableToArrayLimit.js +36 -36
- package/helpers/babel/iterableToArrayLimitLoose/iterableToArrayLimitLoose.js +10 -10
- package/helpers/babel/jsx/jsx.js +45 -45
- package/helpers/babel/maybeArrayLike/maybeArrayLike.js +10 -10
- package/helpers/babel/newArrowCheck/newArrowCheck.js +5 -5
- package/helpers/babel/nonIterableRest/nonIterableRest.js +5 -5
- package/helpers/babel/nonIterableSpread/nonIterableSpread.js +5 -5
- package/helpers/babel/objectDestructuringEmpty/objectDestructuringEmpty.js +3 -3
- package/helpers/babel/objectSpread/objectSpread.js +23 -23
- package/helpers/babel/objectSpread2/objectSpread2.js +33 -33
- package/helpers/babel/objectWithoutProperties/objectWithoutProperties.js +19 -19
- package/helpers/babel/objectWithoutPropertiesLoose/objectWithoutPropertiesLoose.js +13 -13
- package/helpers/babel/possibleConstructorReturn/possibleConstructorReturn.js +10 -10
- package/helpers/babel/readOnlyError/readOnlyError.js +4 -4
- package/helpers/babel/readme.md +9 -9
- package/helpers/babel/set/set.js +44 -44
- package/helpers/babel/setPrototypeOf/setPrototypeOf.js +6 -6
- package/helpers/babel/skipFirstGeneratorNext/skipFirstGeneratorNext.js +8 -8
- package/helpers/babel/slicedToArray/slicedToArray.js +10 -10
- package/helpers/babel/slicedToArrayLoose/slicedToArrayLoose.js +13 -13
- package/helpers/babel/superPropBase/superPropBase.js +10 -10
- package/helpers/babel/taggedTemplateLiteral/taggedTemplateLiteral.js +10 -10
- package/helpers/babel/taggedTemplateLiteralLoose/taggedTemplateLiteralLoose.js +7 -7
- package/helpers/babel/tdz/tdz.js +4 -4
- package/helpers/babel/temporalRef/temporalRef.js +6 -6
- package/helpers/babel/temporalUndefined/temporalUndefined.js +3 -3
- package/helpers/babel/toArray/toArray.js +10 -10
- package/helpers/babel/toConsumableArray/toConsumableArray.js +10 -10
- package/helpers/babel/toPrimitive/toPrimitive.js +10 -10
- package/helpers/babel/toPropertyKey/toPropertyKey.js +6 -6
- package/helpers/babel/typeof/typeof.js +14 -14
- package/helpers/babel/unsupportedIterableToArray/unsupportedIterableToArray.js +12 -12
- package/helpers/babel/wrapAsyncGenerator/wrapAsyncGenerator.js +8 -8
- package/helpers/babel/wrapNativeSuper/wrapNativeSuper.js +30 -30
- package/helpers/babel/wrapRegExp/wrapRegExp.js +63 -63
- package/helpers/babel/writeOnlyError/writeOnlyError.js +4 -4
- package/helpers/regenerator-runtime/regenerator-runtime.js +748 -748
- package/{LICENSE → license} +21 -21
- package/package.json +2 -2
- package/src/buildProject.js +300 -300
- package/src/execute.js +184 -184
- package/src/internal/browser-launcher/jsenv-browser-system.js +203 -199
- package/src/internal/building/buildUsingRollup.js +2 -10
- package/src/internal/compiling/babel_plugin_import_assertions.js +121 -121
- package/src/internal/compiling/babel_plugin_import_metadata.js +22 -22
- package/src/internal/compiling/babel_plugin_import_visitor.js +84 -84
- package/src/internal/compiling/compile-directory/getOrGenerateCompiledFile.js +268 -268
- package/src/internal/compiling/compile-directory/updateMeta.js +154 -154
- package/src/internal/compiling/compile-directory/validateCache.js +265 -265
- package/src/internal/compiling/compileFile.js +233 -224
- package/src/internal/compiling/compileHtml.js +550 -550
- package/src/internal/compiling/createCompiledFileService.js +291 -291
- package/src/internal/compiling/html_source_file_service.js +403 -404
- package/src/internal/compiling/js-compilation-service/jsenvTransform.js +272 -270
- package/src/internal/compiling/jsenvCompilerForHtml.js +374 -308
- package/src/internal/compiling/jsenvCompilerForJavaScript.js +2 -0
- package/src/internal/compiling/startCompileServer.js +1086 -1048
- package/src/internal/compiling/transformResultToCompilationResult.js +220 -220
- package/src/internal/executing/coverage/babel_plugin_instrument.js +90 -90
- package/src/internal/executing/coverage/reportToCoverage.js +193 -187
- package/src/internal/executing/executePlan.js +183 -183
- package/src/internal/executing/launchAndExecute.js +458 -458
- package/src/internal/generateGroupMap/featuresCompatMap.js +29 -0
- package/src/internal/generateGroupMap/jsenvBabelPluginCompatMap.js +1 -8
- package/src/internal/runtime/createBrowserRuntime/scanBrowserRuntimeFeatures.js +246 -246
- package/src/internal/runtime/createNodeRuntime/scanNodeRuntimeFeatures.js +112 -112
- package/src/internal/runtime/s.js +727 -727
- package/src/internal/toolbar/jsenv-logo.svg +144 -144
- package/src/internal/toolbar/toolbar.main.css +196 -196
- package/src/internal/toolbar/toolbar.main.js +227 -227
- package/src/internal/url_conversion.js +317 -317
- package/src/startExploring.js +309 -309
|
@@ -1,196 +1,196 @@
|
|
|
1
|
-
@import "./execution/execution.css";
|
|
2
|
-
@import "./compilation/compilation.css";
|
|
3
|
-
@import "./focus/focus.css";
|
|
4
|
-
@import "./eventsource/eventsource.css";
|
|
5
|
-
@import "./responsive/overflow-menu.css";
|
|
6
|
-
@import "./settings/settings.css";
|
|
7
|
-
@import "./theme/light-theme.css";
|
|
8
|
-
@import "./tooltip/tooltip.css";
|
|
9
|
-
|
|
10
|
-
html[data-animation-disabled] * {
|
|
11
|
-
transition: none !important;
|
|
12
|
-
animation-duration: 0s !important;
|
|
13
|
-
animation-delay: 0s !important;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
[data-when] {
|
|
17
|
-
display: none !important;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
* {
|
|
21
|
-
box-sizing: border-box;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
html,
|
|
25
|
-
body {
|
|
26
|
-
margin: 0;
|
|
27
|
-
padding: 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
html {
|
|
31
|
-
font-family: arial, sans;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
/* global utils */
|
|
35
|
-
[data-force-hide] {
|
|
36
|
-
display: none !important;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
#toolbar-overlay {
|
|
40
|
-
position: fixed;
|
|
41
|
-
left: 0;
|
|
42
|
-
top: 0;
|
|
43
|
-
width: 100%;
|
|
44
|
-
height: 100%;
|
|
45
|
-
filter: url(#better-blur);
|
|
46
|
-
background-color: rgba(0, 0, 0, 0.2);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
#toolbar {
|
|
50
|
-
position: fixed;
|
|
51
|
-
bottom: 0;
|
|
52
|
-
height: 40px;
|
|
53
|
-
width: 100%;
|
|
54
|
-
background: #404040;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
#toolbar-wrapper {
|
|
58
|
-
display: table;
|
|
59
|
-
width: 100%;
|
|
60
|
-
height: 100%;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
#toolbar-wrapper > * {
|
|
64
|
-
display: table-cell;
|
|
65
|
-
vertical-align: middle;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
#toolbar button {
|
|
69
|
-
background: none;
|
|
70
|
-
border: none;
|
|
71
|
-
height: 100%;
|
|
72
|
-
padding: 0;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
#toolbar button:hover {
|
|
76
|
-
cursor: pointer;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
#toolbar a:hover {
|
|
80
|
-
cursor: pointer;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
/* file name input & indicators */
|
|
84
|
-
#file {
|
|
85
|
-
max-width: 40%;
|
|
86
|
-
padding: 0 1.2em;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
#file-input {
|
|
90
|
-
width: 100%;
|
|
91
|
-
padding: 0px;
|
|
92
|
-
font-family: monospace;
|
|
93
|
-
font-size: 15px;
|
|
94
|
-
color: #cecece;
|
|
95
|
-
background: transparent;
|
|
96
|
-
border: transparent;
|
|
97
|
-
display: inline-block;
|
|
98
|
-
overflow: hidden;
|
|
99
|
-
text-overflow: ellipsis;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
#file-input:focus {
|
|
103
|
-
border-bottom: 1px solid grey;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
/* file and settings icons */
|
|
107
|
-
#fileIconSvg,
|
|
108
|
-
.settings-icon {
|
|
109
|
-
width: 20px;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.iconToolbar {
|
|
113
|
-
height: 40px;
|
|
114
|
-
fill: #cecece;
|
|
115
|
-
color: #cecece;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.iconToolbar:hover {
|
|
119
|
-
fill: #909090 !important;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.toolbar-icon-wrapper {
|
|
123
|
-
height: 100%;
|
|
124
|
-
text-align: center;
|
|
125
|
-
width: 40px;
|
|
126
|
-
display: inline-block;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
#file-list-link[data-active] a {
|
|
130
|
-
background: #1f262c;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
#file[data-active] {
|
|
134
|
-
background: rgba(31, 38, 44, 0.72);
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
#settings[data-active] button {
|
|
138
|
-
background: #030713;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/* close icon */
|
|
142
|
-
#crossIconSvg {
|
|
143
|
-
width: 18px;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
/* re-open toolbar-trigger */
|
|
147
|
-
#toolbar-trigger {
|
|
148
|
-
display: block;
|
|
149
|
-
overflow: hidden;
|
|
150
|
-
position: absolute;
|
|
151
|
-
bottom: -32px;
|
|
152
|
-
right: 20px;
|
|
153
|
-
height: 40px;
|
|
154
|
-
width: 40px;
|
|
155
|
-
padding: 0;
|
|
156
|
-
border-radius: 5px 5px 0 0;
|
|
157
|
-
border: 1px solid rgba(0, 0, 0, 0.33);
|
|
158
|
-
border-bottom: none;
|
|
159
|
-
box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.46);
|
|
160
|
-
background: transparent;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
#toolbar-trigger[data-animate] {
|
|
164
|
-
transition: 600ms;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
#toolbar-trigger #jsenvLogoSvg {
|
|
168
|
-
width: 35px;
|
|
169
|
-
height: 35px;
|
|
170
|
-
opacity: 0;
|
|
171
|
-
transition: 600ms;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
html[data-toolbar-visible] #toolbar-trigger {
|
|
175
|
-
display: none;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
#toolbar-trigger:hover {
|
|
179
|
-
cursor: pointer;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
#toolbar-trigger[data-expanded] {
|
|
183
|
-
bottom: 0;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
#toolbar-trigger[data-expanded] #jsenvLogoSvg {
|
|
187
|
-
opacity: 1;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
/* #jsenvLogo {
|
|
191
|
-
transition: 600ms;
|
|
192
|
-
} */
|
|
193
|
-
|
|
194
|
-
#toolbar a {
|
|
195
|
-
color: inherit;
|
|
196
|
-
}
|
|
1
|
+
@import "./execution/execution.css";
|
|
2
|
+
@import "./compilation/compilation.css";
|
|
3
|
+
@import "./focus/focus.css";
|
|
4
|
+
@import "./eventsource/eventsource.css";
|
|
5
|
+
@import "./responsive/overflow-menu.css";
|
|
6
|
+
@import "./settings/settings.css";
|
|
7
|
+
@import "./theme/light-theme.css";
|
|
8
|
+
@import "./tooltip/tooltip.css";
|
|
9
|
+
|
|
10
|
+
html[data-animation-disabled] * {
|
|
11
|
+
transition: none !important;
|
|
12
|
+
animation-duration: 0s !important;
|
|
13
|
+
animation-delay: 0s !important;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
[data-when] {
|
|
17
|
+
display: none !important;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
* {
|
|
21
|
+
box-sizing: border-box;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
html,
|
|
25
|
+
body {
|
|
26
|
+
margin: 0;
|
|
27
|
+
padding: 0;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
html {
|
|
31
|
+
font-family: arial, sans;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/* global utils */
|
|
35
|
+
[data-force-hide] {
|
|
36
|
+
display: none !important;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
#toolbar-overlay {
|
|
40
|
+
position: fixed;
|
|
41
|
+
left: 0;
|
|
42
|
+
top: 0;
|
|
43
|
+
width: 100%;
|
|
44
|
+
height: 100%;
|
|
45
|
+
filter: url(#better-blur);
|
|
46
|
+
background-color: rgba(0, 0, 0, 0.2);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
#toolbar {
|
|
50
|
+
position: fixed;
|
|
51
|
+
bottom: 0;
|
|
52
|
+
height: 40px;
|
|
53
|
+
width: 100%;
|
|
54
|
+
background: #404040;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
#toolbar-wrapper {
|
|
58
|
+
display: table;
|
|
59
|
+
width: 100%;
|
|
60
|
+
height: 100%;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
#toolbar-wrapper > * {
|
|
64
|
+
display: table-cell;
|
|
65
|
+
vertical-align: middle;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
#toolbar button {
|
|
69
|
+
background: none;
|
|
70
|
+
border: none;
|
|
71
|
+
height: 100%;
|
|
72
|
+
padding: 0;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
#toolbar button:hover {
|
|
76
|
+
cursor: pointer;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
#toolbar a:hover {
|
|
80
|
+
cursor: pointer;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/* file name input & indicators */
|
|
84
|
+
#file {
|
|
85
|
+
max-width: 40%;
|
|
86
|
+
padding: 0 1.2em;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
#file-input {
|
|
90
|
+
width: 100%;
|
|
91
|
+
padding: 0px;
|
|
92
|
+
font-family: monospace;
|
|
93
|
+
font-size: 15px;
|
|
94
|
+
color: #cecece;
|
|
95
|
+
background: transparent;
|
|
96
|
+
border: transparent;
|
|
97
|
+
display: inline-block;
|
|
98
|
+
overflow: hidden;
|
|
99
|
+
text-overflow: ellipsis;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
#file-input:focus {
|
|
103
|
+
border-bottom: 1px solid grey;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
/* file and settings icons */
|
|
107
|
+
#fileIconSvg,
|
|
108
|
+
.settings-icon {
|
|
109
|
+
width: 20px;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.iconToolbar {
|
|
113
|
+
height: 40px;
|
|
114
|
+
fill: #cecece;
|
|
115
|
+
color: #cecece;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.iconToolbar:hover {
|
|
119
|
+
fill: #909090 !important;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.toolbar-icon-wrapper {
|
|
123
|
+
height: 100%;
|
|
124
|
+
text-align: center;
|
|
125
|
+
width: 40px;
|
|
126
|
+
display: inline-block;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
#file-list-link[data-active] a {
|
|
130
|
+
background: #1f262c;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
#file[data-active] {
|
|
134
|
+
background: rgba(31, 38, 44, 0.72);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
#settings[data-active] button {
|
|
138
|
+
background: #030713;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/* close icon */
|
|
142
|
+
#crossIconSvg {
|
|
143
|
+
width: 18px;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/* re-open toolbar-trigger */
|
|
147
|
+
#toolbar-trigger {
|
|
148
|
+
display: block;
|
|
149
|
+
overflow: hidden;
|
|
150
|
+
position: absolute;
|
|
151
|
+
bottom: -32px;
|
|
152
|
+
right: 20px;
|
|
153
|
+
height: 40px;
|
|
154
|
+
width: 40px;
|
|
155
|
+
padding: 0;
|
|
156
|
+
border-radius: 5px 5px 0 0;
|
|
157
|
+
border: 1px solid rgba(0, 0, 0, 0.33);
|
|
158
|
+
border-bottom: none;
|
|
159
|
+
box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.46);
|
|
160
|
+
background: transparent;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
#toolbar-trigger[data-animate] {
|
|
164
|
+
transition: 600ms;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
#toolbar-trigger #jsenvLogoSvg {
|
|
168
|
+
width: 35px;
|
|
169
|
+
height: 35px;
|
|
170
|
+
opacity: 0;
|
|
171
|
+
transition: 600ms;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
html[data-toolbar-visible] #toolbar-trigger {
|
|
175
|
+
display: none;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
#toolbar-trigger:hover {
|
|
179
|
+
cursor: pointer;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
#toolbar-trigger[data-expanded] {
|
|
183
|
+
bottom: 0;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
#toolbar-trigger[data-expanded] #jsenvLogoSvg {
|
|
187
|
+
opacity: 1;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/* #jsenvLogo {
|
|
191
|
+
transition: 600ms;
|
|
192
|
+
} */
|
|
193
|
+
|
|
194
|
+
#toolbar a {
|
|
195
|
+
color: inherit;
|
|
196
|
+
}
|