@eui/core 16.2.1 → 17.0.0-next.2

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.
Files changed (222) hide show
  1. package/esm2022/lib/eui-core.module.mjs +5 -5
  2. package/esm2022/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
  3. package/esm2022/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
  4. package/esm2022/lib/interceptors/cors-security.interceptor.mjs +4 -4
  5. package/esm2022/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
  6. package/esm2022/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +4 -4
  7. package/esm2022/lib/interceptors/openid/openid-connect.interceptor.mjs +4 -4
  8. package/esm2022/lib/interceptors/openid/openid-connect.service.mjs +4 -4
  9. package/esm2022/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
  10. package/esm2022/lib/services/dynamic-menu/dynamic-menu.service.mjs +66 -0
  11. package/esm2022/lib/services/errors/global-error-handler.mjs +4 -4
  12. package/esm2022/lib/services/errors/http-error-handler-callback-functions.mjs +5 -4
  13. package/esm2022/lib/services/errors/http-error-handler.interceptor.mjs +4 -4
  14. package/esm2022/lib/services/eui-timezone.service.mjs +716 -0
  15. package/esm2022/lib/services/i18n/i18n.loader.mjs +4 -4
  16. package/esm2022/lib/services/i18n/i18n.service.mjs +8 -8
  17. package/esm2022/lib/services/i18n/i18n.service.mock.mjs +4 -4
  18. package/esm2022/lib/services/index.mjs +3 -3
  19. package/esm2022/lib/services/locale/locale.service.mjs +4 -4
  20. package/esm2022/lib/services/locale/locale.service.mock.mjs +4 -4
  21. package/esm2022/lib/services/log/log.module.mjs +5 -5
  22. package/esm2022/lib/services/log/log.service.mjs +4 -4
  23. package/esm2022/lib/services/permission/permission.service.mjs +5 -5
  24. package/esm2022/lib/services/queue/api-queue.service.mjs +4 -4
  25. package/esm2022/lib/services/storage/local-forage.service.mjs +4 -4
  26. package/esm2022/lib/services/storage/local-storage.service.mjs +4 -4
  27. package/esm2022/lib/services/storage/session-storage.service.mjs +4 -4
  28. package/esm2022/lib/services/store/actions/user.actions.mjs +1 -1
  29. package/esm2022/lib/services/store/effects/app.effects.mjs +16 -6
  30. package/esm2022/lib/services/store/store.service.mjs +4 -4
  31. package/esm2022/lib/services/store/store.service.mock.mjs +4 -4
  32. package/esm2022/lib/services/user/user.service.mjs +4 -4
  33. package/esm2022/lib/services/user/user.service.mock.mjs +4 -4
  34. package/esm2022/lib/services/ux-app-shell.service.mjs +6 -152
  35. package/esm2022/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +4 -4
  36. package/esm2022/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +29 -20
  37. package/fesm2022/eui-core.mjs +158 -284
  38. package/fesm2022/eui-core.mjs.map +1 -1
  39. package/lib/services/dynamic-menu/dynamic-menu.service.d.ts +15 -0
  40. package/lib/services/dynamic-menu/dynamic-menu.service.d.ts.map +1 -0
  41. package/lib/services/errors/http-error-handler-callback-functions.d.ts.map +1 -1
  42. package/lib/services/{ux-timezone.service.d.ts → eui-timezone.service.d.ts} +9 -9
  43. package/lib/services/eui-timezone.service.d.ts.map +1 -0
  44. package/lib/services/index.d.ts +2 -2
  45. package/lib/services/index.d.ts.map +1 -1
  46. package/lib/services/permission/permission.service.d.ts +7 -7
  47. package/lib/services/permission/permission.service.d.ts.map +1 -1
  48. package/lib/services/store/actions/user.actions.d.ts +3 -3
  49. package/lib/services/store/actions/user.actions.d.ts.map +1 -1
  50. package/lib/services/store/effects/app.effects.d.ts.map +1 -1
  51. package/lib/services/ux-app-shell.service.d.ts +8 -31
  52. package/lib/services/ux-app-shell.service.d.ts.map +1 -1
  53. package/lib/services/ux-error-feedback/ux-error-feedback.service.d.ts.map +1 -1
  54. package/package.json +2 -2
  55. package/docs/classes/ActivatedRouteAction.html +0 -282
  56. package/docs/classes/AddApiQueueItemAction.html +0 -282
  57. package/docs/classes/AddAppLoadedConfigModulesAction.html +0 -282
  58. package/docs/classes/ApiQueueServiceMock.html +0 -553
  59. package/docs/classes/AsyncStorageService.html +0 -941
  60. package/docs/classes/AsyncStorageServiceMock.html +0 -427
  61. package/docs/classes/EmptyApiQueueAction.html +0 -282
  62. package/docs/classes/EuiCoreRootGuardClass.html +0 -167
  63. package/docs/classes/EuiError.html +0 -227
  64. package/docs/classes/I18nResourceImpl.html +0 -510
  65. package/docs/classes/InitStoreAction.html +0 -282
  66. package/docs/classes/LogServiceMock.html +0 -223
  67. package/docs/classes/OpenIdConnectServiceMock.html +0 -223
  68. package/docs/classes/RemoveApiQueueItemAction.html +0 -282
  69. package/docs/classes/RouterMock.html +0 -499
  70. package/docs/classes/StorageService.html +0 -640
  71. package/docs/classes/StorageServiceMock.html +0 -325
  72. package/docs/classes/StoreMock.html +0 -406
  73. package/docs/classes/TranslateServiceMock.html +0 -917
  74. package/docs/classes/UpdateAppConnectionAction.html +0 -282
  75. package/docs/classes/UpdateAppStatusAction.html +0 -282
  76. package/docs/classes/UpdateAppVersionAction.html +0 -282
  77. package/docs/classes/UpdateCurrentModuleAction.html +0 -282
  78. package/docs/classes/UpdateI18nStateAction.html +0 -282
  79. package/docs/classes/UpdateLocaleStateAction.html +0 -282
  80. package/docs/classes/UpdateNotificationsListAction.html +0 -282
  81. package/docs/classes/UpdateUserDashboardAction.html +0 -282
  82. package/docs/classes/UpdateUserDetailsAction.html +0 -282
  83. package/docs/classes/UpdateUserPreferencesAction.html +0 -282
  84. package/docs/classes/UpdateUserRightsAction.html +0 -282
  85. package/docs/classes/UpdateUserStateAction.html +0 -282
  86. package/docs/classes/UxErrorManager.html +0 -536
  87. package/docs/classes/UxRootInjectorGuard.html +0 -197
  88. package/docs/dependencies.html +0 -319
  89. package/docs/directives/TranslateMockDirective.html +0 -266
  90. package/docs/fonts/ionicons.eot +0 -0
  91. package/docs/fonts/ionicons.svg +0 -2090
  92. package/docs/fonts/ionicons.ttf +0 -0
  93. package/docs/fonts/ionicons.woff +0 -0
  94. package/docs/fonts/ionicons.woff2 +0 -0
  95. package/docs/fonts/roboto-v15-latin-300.eot +0 -0
  96. package/docs/fonts/roboto-v15-latin-300.svg +0 -314
  97. package/docs/fonts/roboto-v15-latin-300.ttf +0 -0
  98. package/docs/fonts/roboto-v15-latin-300.woff +0 -0
  99. package/docs/fonts/roboto-v15-latin-300.woff2 +0 -0
  100. package/docs/fonts/roboto-v15-latin-700.eot +0 -0
  101. package/docs/fonts/roboto-v15-latin-700.svg +0 -310
  102. package/docs/fonts/roboto-v15-latin-700.ttf +0 -0
  103. package/docs/fonts/roboto-v15-latin-700.woff +0 -0
  104. package/docs/fonts/roboto-v15-latin-700.woff2 +0 -0
  105. package/docs/fonts/roboto-v15-latin-italic.eot +0 -0
  106. package/docs/fonts/roboto-v15-latin-italic.svg +0 -323
  107. package/docs/fonts/roboto-v15-latin-italic.ttf +0 -0
  108. package/docs/fonts/roboto-v15-latin-italic.woff +0 -0
  109. package/docs/fonts/roboto-v15-latin-italic.woff2 +0 -0
  110. package/docs/fonts/roboto-v15-latin-regular.eot +0 -0
  111. package/docs/fonts/roboto-v15-latin-regular.svg +0 -308
  112. package/docs/fonts/roboto-v15-latin-regular.ttf +0 -0
  113. package/docs/fonts/roboto-v15-latin-regular.woff +0 -0
  114. package/docs/fonts/roboto-v15-latin-regular.woff2 +0 -0
  115. package/docs/images/compodoc-vectorise-inverted.png +0 -0
  116. package/docs/images/compodoc-vectorise-inverted.svg +0 -201
  117. package/docs/images/compodoc-vectorise.png +0 -0
  118. package/docs/images/compodoc-vectorise.svg +0 -201
  119. package/docs/images/favicon.ico +0 -0
  120. package/docs/index.html +0 -171
  121. package/docs/injectables/ApiQueueService.html +0 -806
  122. package/docs/injectables/CoreAppEffects.html +0 -390
  123. package/docs/injectables/EuiPermissionService.html +0 -652
  124. package/docs/injectables/GlobalErrorHandler.html +0 -293
  125. package/docs/injectables/I18nLoader.html +0 -597
  126. package/docs/injectables/I18nService.html +0 -945
  127. package/docs/injectables/I18nServiceMock.html +0 -634
  128. package/docs/injectables/LocalForageService.html +0 -773
  129. package/docs/injectables/LocalStorageService.html +0 -554
  130. package/docs/injectables/LocaleService.html +0 -799
  131. package/docs/injectables/LocaleServiceMock.html +0 -493
  132. package/docs/injectables/LogService.html +0 -354
  133. package/docs/injectables/OpenIdConnectService.html +0 -225
  134. package/docs/injectables/SessionStorageService.html +0 -554
  135. package/docs/injectables/StoreService.html +0 -651
  136. package/docs/injectables/StoreServiceMock.html +0 -457
  137. package/docs/injectables/UserService.html +0 -752
  138. package/docs/injectables/UserServiceMock.html +0 -641
  139. package/docs/injectables/UxAppShellService.html +0 -3338
  140. package/docs/injectables/UxDynamicComponentService.html +0 -437
  141. package/docs/injectables/UxDynamicMenuService.html +0 -379
  142. package/docs/injectables/UxErrorFeedbackService.html +0 -591
  143. package/docs/injectables/UxTimezoneService.html +0 -382
  144. package/docs/interceptors/AddLangParamInterceptor.html +0 -305
  145. package/docs/interceptors/CachePreventionInterceptor.html +0 -254
  146. package/docs/interceptors/CorsSecurityInterceptor.html +0 -254
  147. package/docs/interceptors/CsrfPreventionInterceptor.html +0 -254
  148. package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +0 -254
  149. package/docs/interceptors/HttpErrorHandlerInterceptor.html +0 -321
  150. package/docs/interceptors/OpenIdConnectInterceptor.html +0 -347
  151. package/docs/interceptors/UxRequestErrorModelInterceptor.html +0 -297
  152. package/docs/interfaces/LoadedResources.html +0 -292
  153. package/docs/interfaces/LoadedResourcesError.html +0 -247
  154. package/docs/interfaces/ModuleLoadEvent.html +0 -292
  155. package/docs/interfaces/OpenIdConnectUserDetails.html +0 -439
  156. package/docs/interfaces/ResourceError.html +0 -298
  157. package/docs/interfaces/TimeZone.html +0 -247
  158. package/docs/interfaces/UIState.html +0 -1900
  159. package/docs/js/compodoc.js +0 -14
  160. package/docs/js/lazy-load-graphs.js +0 -44
  161. package/docs/js/libs/EventDispatcher.js +0 -5
  162. package/docs/js/libs/bootstrap-native.js +0 -1
  163. package/docs/js/libs/clipboard.min.js +0 -7
  164. package/docs/js/libs/custom-elements-es5-adapter.js +0 -15
  165. package/docs/js/libs/custom-elements.min.js +0 -38
  166. package/docs/js/libs/d3.v3.min.js +0 -2
  167. package/docs/js/libs/deep-iterator.js +0 -2
  168. package/docs/js/libs/es6-shim.min.js +0 -11
  169. package/docs/js/libs/htmlparser.js +0 -23
  170. package/docs/js/libs/innersvg.js +0 -9
  171. package/docs/js/libs/lit-html.js +0 -1
  172. package/docs/js/libs/prism.js +0 -46
  173. package/docs/js/libs/promise.min.js +0 -6
  174. package/docs/js/libs/svg-pan-zoom.min.js +0 -3
  175. package/docs/js/libs/tablesort.min.js +0 -6
  176. package/docs/js/libs/tablesort.number.min.js +0 -6
  177. package/docs/js/libs/vis.min.js +0 -47
  178. package/docs/js/libs/zepto.min.js +0 -2
  179. package/docs/js/menu-wc.js +0 -380
  180. package/docs/js/menu.js +0 -325
  181. package/docs/js/routes.js +0 -301
  182. package/docs/js/search/lunr.min.js +0 -6
  183. package/docs/js/search/search-lunr.js +0 -67
  184. package/docs/js/search/search.js +0 -268
  185. package/docs/js/search/search_index.js +0 -4
  186. package/docs/js/sourceCode.js +0 -58
  187. package/docs/js/svg-pan-zoom.controls.js +0 -53
  188. package/docs/js/tabs.js +0 -21
  189. package/docs/js/tree.js +0 -147
  190. package/docs/license.html +0 -379
  191. package/docs/miscellaneous/enumerations.html +0 -418
  192. package/docs/miscellaneous/functions.html +0 -1864
  193. package/docs/miscellaneous/typealiases.html +0 -258
  194. package/docs/miscellaneous/variables.html +0 -3965
  195. package/docs/modules/CoreModule.html +0 -256
  196. package/docs/modules/I18nModule.html +0 -198
  197. package/docs/modules/LogModule.html +0 -305
  198. package/docs/modules/TranslateMockModule.html +0 -176
  199. package/docs/modules.html +0 -168
  200. package/docs/pipes/TranslateMockPipe.html +0 -227
  201. package/docs/properties.html +0 -124
  202. package/docs/styles/bootstrap-card.css +0 -219
  203. package/docs/styles/bootstrap.min.css +0 -6
  204. package/docs/styles/compodoc.css +0 -1121
  205. package/docs/styles/dark.css +0 -121
  206. package/docs/styles/ionicons.min.css +0 -11
  207. package/docs/styles/laravel.css +0 -113
  208. package/docs/styles/material.css +0 -131
  209. package/docs/styles/original.css +0 -51
  210. package/docs/styles/postmark.css +0 -238
  211. package/docs/styles/prism.css +0 -301
  212. package/docs/styles/readthedocs.css +0 -117
  213. package/docs/styles/reset.css +0 -129
  214. package/docs/styles/stripe.css +0 -106
  215. package/docs/styles/style.css +0 -7
  216. package/docs/styles/tablesort.css +0 -33
  217. package/docs/styles/vagrant.css +0 -130
  218. package/esm2022/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +0 -66
  219. package/esm2022/lib/services/ux-timezone.service.mjs +0 -717
  220. package/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.d.ts +0 -15
  221. package/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.d.ts.map +0 -1
  222. package/lib/services/ux-timezone.service.d.ts.map +0 -1
@@ -1,238 +0,0 @@
1
- .navbar-default {
2
- background: #ffde00;
3
- border: none;
4
- }
5
-
6
- .navbar-default .navbar-brand {
7
- color: #333;
8
- font-weight: bold;
9
- }
10
-
11
- .menu {
12
- background: #333;
13
- color: #fcfcfc;
14
- }
15
-
16
- .menu ul.list li a {
17
- color: #333;
18
- }
19
-
20
- .menu ul.list li.title {
21
- background: #ffde00;
22
- color: #333;
23
- padding-bottom: 5px;
24
- }
25
-
26
- .menu ul.list li:nth-child(2) {
27
- margin-top: 0;
28
- }
29
-
30
- .menu ul.list li.chapter a,
31
- .menu ul.list li.chapter .simple {
32
- color: white;
33
- text-decoration: none;
34
- }
35
-
36
- .menu ul.list li.chapter ul.links a {
37
- color: #949494;
38
- text-transform: none;
39
- padding-left: 35px;
40
- }
41
-
42
- .menu ul.list li.chapter ul.links a:hover,
43
- .menu ul.list li.chapter ul.links a.active {
44
- color: #ffde00;
45
- }
46
-
47
- .menu ul.list li.chapter ul.links {
48
- padding-left: 0;
49
- }
50
-
51
- .menu ul.list li.divider {
52
- background: rgba(255, 255, 255, 0.07);
53
- }
54
-
55
- #book-search-input input,
56
- #book-search-input input:focus,
57
- #book-search-input input:hover {
58
- color: #949494;
59
- }
60
-
61
- .copyright {
62
- color: #b3b3b3;
63
- background: #272525;
64
- }
65
-
66
- .content {
67
- background: #fcfcfc;
68
- }
69
-
70
- .content a {
71
- color: #007dcc;
72
- }
73
-
74
- .content a:visited {
75
- color: #0165a5;
76
- }
77
-
78
- .menu ul.list li:nth-last-child(2) {
79
- background: none;
80
- }
81
-
82
- .list-group-item:first-child,
83
- .list-group-item:last-child {
84
- border-radius: 0;
85
- }
86
-
87
- .menu ul.list li.title a {
88
- text-decoration: none;
89
- font-weight: bold;
90
- }
91
-
92
- .menu ul.list li.title a:hover {
93
- background: rgba(255, 255, 255, 0.1);
94
- }
95
-
96
- .breadcrumb > li + li:before {
97
- content: '»\00a0';
98
- }
99
-
100
- .breadcrumb {
101
- padding-bottom: 15px;
102
- border-bottom: 1px solid #e1e4e5;
103
- }
104
-
105
- code {
106
- white-space: nowrap;
107
- max-width: 100%;
108
- background: #f5f5f5;
109
- padding: 2px 5px;
110
- color: #666666;
111
- overflow-x: auto;
112
- border-radius: 0;
113
- }
114
-
115
- pre {
116
- white-space: pre;
117
- margin: 0;
118
- padding: 12px 12px;
119
- font-size: 12px;
120
- line-height: 1.5;
121
- display: block;
122
- overflow: auto;
123
- color: #404040;
124
- background: #f3f3f3;
125
- }
126
-
127
- pre code.hljs {
128
- border: none;
129
- background: inherit;
130
- }
131
-
132
- /*
133
- Atom One Light by Daniel Gamage
134
- Original One Light Syntax theme from https://github.com/atom/one-light-syntax
135
- base: #fafafa
136
- mono-1: #383a42
137
- mono-2: #686b77
138
- mono-3: #a0a1a7
139
- hue-1: #0184bb
140
- hue-2: #4078f2
141
- hue-3: #a626a4
142
- hue-4: #50a14f
143
- hue-5: #e45649
144
- hue-5-2: #c91243
145
- hue-6: #986801
146
- hue-6-2: #c18401
147
- */
148
-
149
- .hljs {
150
- display: block;
151
- overflow-x: auto;
152
- padding: 0.5em;
153
- color: #383a42;
154
- background: #fafafa;
155
- }
156
-
157
- .hljs-comment,
158
- .hljs-quote {
159
- color: #a0a1a7;
160
- font-style: italic;
161
- }
162
-
163
- .hljs-doctag,
164
- .hljs-keyword,
165
- .hljs-formula {
166
- color: #a626a4;
167
- }
168
-
169
- .hljs-section,
170
- .hljs-name,
171
- .hljs-selector-tag,
172
- .hljs-deletion,
173
- .hljs-subst {
174
- color: #e45649;
175
- }
176
-
177
- .hljs-literal {
178
- color: #0184bb;
179
- }
180
-
181
- .hljs-string,
182
- .hljs-regexp,
183
- .hljs-addition,
184
- .hljs-attribute,
185
- .hljs-meta-string {
186
- color: #50a14f;
187
- }
188
-
189
- .hljs-built_in,
190
- .hljs-class .hljs-title {
191
- color: #c18401;
192
- }
193
-
194
- .hljs-attr,
195
- .hljs-variable,
196
- .hljs-template-variable,
197
- .hljs-type,
198
- .hljs-selector-class,
199
- .hljs-selector-attr,
200
- .hljs-selector-pseudo,
201
- .hljs-number {
202
- color: #986801;
203
- }
204
-
205
- .hljs-symbol,
206
- .hljs-bullet,
207
- .hljs-link,
208
- .hljs-meta,
209
- .hljs-selector-id,
210
- .hljs-title {
211
- color: #4078f2;
212
- }
213
-
214
- .hljs-emphasis {
215
- font-style: italic;
216
- }
217
-
218
- .hljs-strong {
219
- font-weight: bold;
220
- }
221
-
222
- .hljs-link {
223
- text-decoration: underline;
224
- }
225
-
226
- .dark .content {
227
- background: none;
228
- }
229
- .dark code {
230
- background: none;
231
- color: #e09393;
232
- }
233
- .dark .menu ul.list li.chapter a.active {
234
- color: #ffde00;
235
- }
236
- .dark .menu {
237
- background: #272525;
238
- }
@@ -1,301 +0,0 @@
1
- /* PrismJS 1.24.0
2
- https://prismjs.com/download.html?#themes=prism-okaidia&languages=markup+css+clike+javascript+apacheconf+aspnet+bash+c+csharp+cpp+coffeescript+dart+docker+elm+git+go+graphql+handlebars+haskell+http+ignore+java+json+kotlin+less+markdown+markup-templating+nginx+php+powershell+ruby+rust+sass+scss+sql+swift+typescript+wasm+yaml&plugins=line-highlight+line-numbers+toolbar+copy-to-clipboard */
3
- /**
4
- * okaidia theme for JavaScript, CSS and HTML
5
- * Loosely based on Monokai textmate theme by http://www.monokai.nl/
6
- * @author ocodia
7
- */
8
-
9
- code[class*='language-'],
10
- pre[class*='language-'] {
11
- color: #f8f8f2;
12
- background: none;
13
- text-shadow: 0 1px rgba(0, 0, 0, 0.3);
14
- font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
15
- font-size: 1em;
16
- text-align: left;
17
- white-space: pre;
18
- word-spacing: normal;
19
- word-break: normal;
20
- word-wrap: normal;
21
- line-height: 1.5;
22
-
23
- -moz-tab-size: 4;
24
- -o-tab-size: 4;
25
- tab-size: 4;
26
-
27
- -webkit-hyphens: none;
28
- -moz-hyphens: none;
29
- -ms-hyphens: none;
30
- hyphens: none;
31
- }
32
-
33
- /* Code blocks */
34
- pre[class*='language-'] {
35
- padding: 1em;
36
- margin: 0.5em 0;
37
- overflow: auto;
38
- border-radius: 0.3em;
39
- }
40
-
41
- :not(pre) > code[class*='language-'],
42
- pre[class*='language-'] {
43
- background: #272822;
44
- }
45
-
46
- /* Inline code */
47
- :not(pre) > code[class*='language-'] {
48
- padding: 0.1em;
49
- border-radius: 0.3em;
50
- white-space: normal;
51
- }
52
-
53
- .token.comment,
54
- .token.prolog,
55
- .token.doctype,
56
- .token.cdata {
57
- color: #8292a2;
58
- }
59
-
60
- .token.punctuation {
61
- color: #f8f8f2;
62
- }
63
-
64
- .token.namespace {
65
- opacity: 0.7;
66
- }
67
-
68
- .token.property,
69
- .token.tag,
70
- .token.constant,
71
- .token.symbol,
72
- .token.deleted {
73
- color: #f92672;
74
- }
75
-
76
- .token.boolean,
77
- .token.number {
78
- color: #ae81ff;
79
- }
80
-
81
- .token.selector,
82
- .token.attr-name,
83
- .token.string,
84
- .token.char,
85
- .token.builtin,
86
- .token.inserted {
87
- color: #a6e22e;
88
- }
89
-
90
- .token.operator,
91
- .token.entity,
92
- .token.url,
93
- .language-css .token.string,
94
- .style .token.string,
95
- .token.variable {
96
- color: #f8f8f2;
97
- }
98
-
99
- .token.atrule,
100
- .token.attr-value,
101
- .token.function,
102
- .token.class-name {
103
- color: #e6db74;
104
- }
105
-
106
- .token.keyword {
107
- color: #66d9ef;
108
- }
109
-
110
- .token.regex,
111
- .token.important {
112
- color: #fd971f;
113
- }
114
-
115
- .token.important,
116
- .token.bold {
117
- font-weight: bold;
118
- }
119
- .token.italic {
120
- font-style: italic;
121
- }
122
-
123
- .token.entity {
124
- cursor: help;
125
- }
126
-
127
- pre[data-line] {
128
- position: relative;
129
- padding: 1em 0 1em 3em;
130
- }
131
-
132
- .line-highlight {
133
- position: absolute;
134
- left: 0;
135
- right: 0;
136
- padding: inherit 0;
137
- margin-top: 1em; /* Same as .prism’s padding-top */
138
-
139
- background: hsla(24, 20%, 50%, 0.08);
140
- background: linear-gradient(to right, hsla(24, 20%, 50%, 0.1) 70%, hsla(24, 20%, 50%, 0));
141
-
142
- pointer-events: none;
143
-
144
- line-height: inherit;
145
- white-space: pre;
146
- }
147
-
148
- @media print {
149
- .line-highlight {
150
- /*
151
- * This will prevent browsers from replacing the background color with white.
152
- * It's necessary because the element is layered on top of the displayed code.
153
- */
154
- -webkit-print-color-adjust: exact;
155
- color-adjust: exact;
156
- }
157
- }
158
-
159
- .line-highlight:before,
160
- .line-highlight[data-end]:after {
161
- content: attr(data-start);
162
- position: absolute;
163
- top: 0.4em;
164
- left: 0.6em;
165
- min-width: 1em;
166
- padding: 0 0.5em;
167
- background-color: hsla(24, 20%, 50%, 0.4);
168
- color: hsl(24, 20%, 95%);
169
- font: bold 65%/1.5 sans-serif;
170
- text-align: center;
171
- vertical-align: 0.3em;
172
- border-radius: 999px;
173
- text-shadow: none;
174
- box-shadow: 0 1px white;
175
- }
176
-
177
- .line-highlight[data-end]:after {
178
- content: attr(data-end);
179
- top: auto;
180
- bottom: 0.4em;
181
- }
182
-
183
- .line-numbers .line-highlight:before,
184
- .line-numbers .line-highlight:after {
185
- content: none;
186
- }
187
-
188
- pre[id].linkable-line-numbers span.line-numbers-rows {
189
- pointer-events: all;
190
- }
191
- pre[id].linkable-line-numbers span.line-numbers-rows > span:before {
192
- cursor: pointer;
193
- }
194
- pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
195
- background-color: rgba(128, 128, 128, 0.2);
196
- }
197
-
198
- pre[class*='language-'].line-numbers {
199
- position: relative;
200
- padding-left: 3.8em;
201
- counter-reset: linenumber;
202
- }
203
-
204
- pre[class*='language-'].line-numbers > code {
205
- position: relative;
206
- white-space: inherit;
207
- }
208
-
209
- .line-numbers .line-numbers-rows {
210
- position: absolute;
211
- pointer-events: none;
212
- top: 0;
213
- font-size: 100%;
214
- left: -3.8em;
215
- width: 3em; /* works for line-numbers below 1000 lines */
216
- letter-spacing: -1px;
217
- border-right: 1px solid #999;
218
-
219
- -webkit-user-select: none;
220
- -moz-user-select: none;
221
- -ms-user-select: none;
222
- user-select: none;
223
- }
224
-
225
- .line-numbers-rows > span {
226
- display: block;
227
- counter-increment: linenumber;
228
- }
229
-
230
- .line-numbers-rows > span:before {
231
- content: counter(linenumber);
232
- color: #999;
233
- display: block;
234
- padding-right: 0.8em;
235
- text-align: right;
236
- }
237
-
238
- div.code-toolbar {
239
- position: relative;
240
- }
241
-
242
- div.code-toolbar > .toolbar {
243
- position: absolute;
244
- top: 0.3em;
245
- right: 0.2em;
246
- transition: opacity 0.3s ease-in-out;
247
- opacity: 0;
248
- }
249
-
250
- div.code-toolbar:hover > .toolbar {
251
- opacity: 1;
252
- }
253
-
254
- /* Separate line b/c rules are thrown out if selector is invalid.
255
- IE11 and old Edge versions don't support :focus-within. */
256
- div.code-toolbar:focus-within > .toolbar {
257
- opacity: 1;
258
- }
259
-
260
- div.code-toolbar > .toolbar .toolbar-item {
261
- display: inline-block;
262
- }
263
-
264
- div.code-toolbar > .toolbar a {
265
- cursor: pointer;
266
- }
267
-
268
- div.code-toolbar > .toolbar button {
269
- background: none;
270
- border: 0;
271
- color: inherit;
272
- font: inherit;
273
- line-height: normal;
274
- overflow: visible;
275
- padding: 0;
276
- -webkit-user-select: none; /* for button */
277
- -moz-user-select: none;
278
- -ms-user-select: none;
279
- }
280
-
281
- div.code-toolbar > .toolbar a,
282
- div.code-toolbar > .toolbar button,
283
- div.code-toolbar > .toolbar span {
284
- color: #bbb;
285
- font-size: 0.8em;
286
- padding: 0 0.5em;
287
- background: #f5f2f0;
288
- background: rgba(224, 224, 224, 0.2);
289
- box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
290
- border-radius: 0.5em;
291
- }
292
-
293
- div.code-toolbar > .toolbar a:hover,
294
- div.code-toolbar > .toolbar a:focus,
295
- div.code-toolbar > .toolbar button:hover,
296
- div.code-toolbar > .toolbar button:focus,
297
- div.code-toolbar > .toolbar span:hover,
298
- div.code-toolbar > .toolbar span:focus {
299
- color: inherit;
300
- text-decoration: none;
301
- }
@@ -1,117 +0,0 @@
1
- .navbar-default {
2
- background: #2980b9;
3
- border: none;
4
- }
5
-
6
- .navbar-default .navbar-brand {
7
- color: #fcfcfc;
8
- }
9
-
10
- .menu {
11
- background: #343131;
12
- color: #fcfcfc;
13
- }
14
-
15
- .menu ul.list li a {
16
- color: #fcfcfc;
17
- }
18
-
19
- .menu ul.list li.title {
20
- background: #2980b9;
21
- padding-bottom: 5px;
22
- }
23
-
24
- .menu ul.list li:nth-child(2) {
25
- margin-top: 0;
26
- }
27
-
28
- .menu ul.list li.chapter a,
29
- .menu ul.list li.chapter .simple {
30
- color: #555;
31
- text-transform: uppercase;
32
- text-decoration: none;
33
- }
34
-
35
- .menu ul.list li.chapter ul.links a {
36
- color: #b3b3b3;
37
- text-transform: none;
38
- padding-left: 35px;
39
- }
40
-
41
- .menu ul.list li.chapter ul.links a:hover {
42
- background: #4e4a4a;
43
- }
44
-
45
- .menu ul.list li.chapter a.active,
46
- .menu ul.list li.chapter ul.links a.active {
47
- color: #0099e5;
48
- }
49
-
50
- .menu ul.list li.chapter ul.links {
51
- padding-left: 0;
52
- }
53
-
54
- .menu ul.list li.divider {
55
- background: rgba(255, 255, 255, 0.07);
56
- }
57
-
58
- #book-search-input input,
59
- #book-search-input input:focus,
60
- #book-search-input input:hover {
61
- color: #949494;
62
- }
63
-
64
- .copyright {
65
- color: #b3b3b3;
66
- background: #272525;
67
- }
68
-
69
- .content {
70
- background: #fcfcfc;
71
- }
72
-
73
- .content a {
74
- color: #2980b9;
75
- }
76
-
77
- .content a:hover {
78
- color: #3091d1;
79
- }
80
-
81
- .content a:visited {
82
- color: #9b59b6;
83
- }
84
-
85
- .menu ul.list li:nth-last-child(2) {
86
- background: none;
87
- }
88
-
89
- code {
90
- white-space: nowrap;
91
- max-width: 100%;
92
- background: #fff;
93
- padding: 2px 5px;
94
- color: #e74c3c;
95
- overflow-x: auto;
96
- border-radius: 0;
97
- }
98
-
99
- pre {
100
- white-space: pre;
101
- margin: 0;
102
- padding: 12px 12px;
103
- font-size: 12px;
104
- line-height: 1.5;
105
- display: block;
106
- overflow: auto;
107
- color: #404040;
108
- background: rgba(238, 238, 238, 0.35);
109
- }
110
-
111
- .dark .content {
112
- background: none;
113
- }
114
- .dark code {
115
- background: none;
116
- color: #e09393;
117
- }