@eui/core 17.0.0-next.1 → 17.0.0-next.11

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 (269) hide show
  1. package/assets/i18n-eui/bg.json +2 -1
  2. package/assets/i18n-eui/cs.json +2 -1
  3. package/assets/i18n-eui/da.json +2 -1
  4. package/assets/i18n-eui/de.json +2 -1
  5. package/assets/i18n-eui/el.json +2 -1
  6. package/assets/i18n-eui/en.json +2 -1
  7. package/assets/i18n-eui/es.json +2 -1
  8. package/assets/i18n-eui/et.json +2 -1
  9. package/assets/i18n-eui/fi.json +2 -1
  10. package/assets/i18n-eui/fr.json +2 -1
  11. package/assets/i18n-eui/ga.json +2 -1
  12. package/assets/i18n-eui/hr.json +2 -1
  13. package/assets/i18n-eui/hu.json +2 -1
  14. package/assets/i18n-eui/it.json +2 -1
  15. package/assets/i18n-eui/lt.json +2 -1
  16. package/assets/i18n-eui/lv.json +2 -1
  17. package/assets/i18n-eui/mt.json +2 -1
  18. package/assets/i18n-eui/nl.json +2 -1
  19. package/assets/i18n-eui/pl.json +2 -1
  20. package/assets/i18n-eui/pt.json +2 -1
  21. package/assets/i18n-eui/readme.md +8 -0
  22. package/assets/i18n-eui/ro.json +2 -1
  23. package/assets/i18n-eui/sk.json +2 -1
  24. package/assets/i18n-eui/sl.json +2 -1
  25. package/assets/i18n-eui/sv.json +2 -1
  26. package/esm2022/lib/eui-core.module.mjs +7 -7
  27. package/esm2022/lib/interceptors/add-lang-param.interceptor.mjs +5 -5
  28. package/esm2022/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
  29. package/esm2022/lib/interceptors/cors-security.interceptor.mjs +4 -4
  30. package/esm2022/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
  31. package/esm2022/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +6 -6
  32. package/esm2022/lib/interceptors/openid/openid-connect.interceptor.mjs +13 -8
  33. package/esm2022/lib/interceptors/openid/openid-connect.service.mjs +5 -5
  34. package/esm2022/lib/interceptors/ux-request-error-model.interceptor.mjs +6 -6
  35. package/esm2022/lib/services/dynamic-component/dynamic-component.service.mjs +63 -0
  36. package/esm2022/lib/services/dynamic-menu/dynamic-menu.service.mjs +11 -11
  37. package/esm2022/lib/services/errors/eui.error.mjs +3 -1
  38. package/esm2022/lib/services/errors/global-error-handler.mjs +5 -5
  39. package/esm2022/lib/services/errors/http-error-handler-callback-functions.mjs +4 -5
  40. package/esm2022/lib/services/errors/http-error-handler.interceptor.mjs +6 -6
  41. package/esm2022/lib/services/eui-app-shell.service.mjs +575 -0
  42. package/esm2022/lib/services/eui-timezone.service.mjs +4 -4
  43. package/esm2022/lib/services/growl/eui-growl.service.mjs +79 -0
  44. package/esm2022/lib/services/growl/index.mjs +2 -0
  45. package/esm2022/lib/services/i18n/i18n.loader.mjs +6 -6
  46. package/esm2022/lib/services/i18n/i18n.service.mjs +6 -6
  47. package/esm2022/lib/services/i18n/i18n.service.mock.mjs +5 -5
  48. package/esm2022/lib/services/index.mjs +4 -5
  49. package/esm2022/lib/services/locale/locale.service.mjs +7 -6
  50. package/esm2022/lib/services/locale/locale.service.mock.mjs +6 -6
  51. package/esm2022/lib/services/log/log.module.mjs +5 -5
  52. package/esm2022/lib/services/log/log.service.mjs +6 -6
  53. package/esm2022/lib/services/permission/permission.service.mjs +6 -6
  54. package/esm2022/lib/services/queue/api-queue.service.mjs +5 -5
  55. package/esm2022/lib/services/queue/api-queue.service.mock.mjs +2 -2
  56. package/esm2022/lib/services/storage/local-forage.service.mjs +6 -6
  57. package/esm2022/lib/services/storage/local-storage.service.mjs +6 -6
  58. package/esm2022/lib/services/storage/session-storage.service.mjs +6 -6
  59. package/esm2022/lib/services/store/effects/app.effects.mjs +11 -21
  60. package/esm2022/lib/services/store/reducers/app.reducers.mjs +2 -1
  61. package/esm2022/lib/services/store/reducers/meta.reducers.mjs +2 -2
  62. package/esm2022/lib/services/store/store.service.mjs +6 -6
  63. package/esm2022/lib/services/store/store.service.mock.mjs +5 -5
  64. package/esm2022/lib/services/user/user.service.mjs +5 -5
  65. package/esm2022/lib/services/user/user.service.mock.mjs +5 -5
  66. package/fesm2022/eui-core.mjs +2093 -2103
  67. package/fesm2022/eui-core.mjs.map +1 -1
  68. package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts +1 -1
  69. package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +1 -1
  70. package/lib/interceptors/openid/openid-connect.interceptor.d.ts.map +1 -1
  71. package/lib/services/{ux-dynamic-component/ux-dynamic-component.service.d.ts → dynamic-component/dynamic-component.service.d.ts} +4 -4
  72. package/lib/services/dynamic-component/dynamic-component.service.d.ts.map +1 -0
  73. package/lib/services/dynamic-menu/dynamic-menu.service.d.ts +2 -2
  74. package/lib/services/dynamic-menu/dynamic-menu.service.d.ts.map +1 -1
  75. package/lib/services/errors/eui.error.d.ts +0 -2
  76. package/lib/services/errors/eui.error.d.ts.map +1 -1
  77. package/lib/services/errors/http-error-handler-callback-functions.d.ts.map +1 -1
  78. package/lib/services/{ux-app-shell.service.d.ts → eui-app-shell.service.d.ts} +13 -4
  79. package/lib/services/eui-app-shell.service.d.ts.map +1 -0
  80. package/lib/services/growl/eui-growl.service.d.ts +22 -0
  81. package/lib/services/growl/eui-growl.service.d.ts.map +1 -0
  82. package/lib/services/growl/index.d.ts +2 -0
  83. package/lib/services/growl/index.d.ts.map +1 -0
  84. package/lib/services/index.d.ts +3 -4
  85. package/lib/services/index.d.ts.map +1 -1
  86. package/lib/services/locale/locale.service.d.ts.map +1 -1
  87. package/lib/services/permission/permission.service.d.ts.map +1 -1
  88. package/lib/services/queue/api-queue.service.d.ts.map +1 -1
  89. package/lib/services/storage/local-forage.service.d.ts.map +1 -1
  90. package/lib/services/store/effects/app.effects.d.ts +3 -3
  91. package/lib/services/store/effects/app.effects.d.ts.map +1 -1
  92. package/lib/services/store/reducers/app.reducers.d.ts.map +1 -1
  93. package/lib/services/store/store.service.d.ts.map +1 -1
  94. package/lib/services/user/user.service.d.ts +1 -1
  95. package/lib/services/user/user.service.d.ts.map +1 -1
  96. package/package.json +2 -2
  97. package/docs/classes/ActivatedRouteAction.html +0 -282
  98. package/docs/classes/AddApiQueueItemAction.html +0 -282
  99. package/docs/classes/AddAppLoadedConfigModulesAction.html +0 -282
  100. package/docs/classes/ApiQueueServiceMock.html +0 -553
  101. package/docs/classes/AsyncStorageService.html +0 -941
  102. package/docs/classes/AsyncStorageServiceMock.html +0 -427
  103. package/docs/classes/EmptyApiQueueAction.html +0 -282
  104. package/docs/classes/EuiCoreRootGuardClass.html +0 -167
  105. package/docs/classes/EuiError.html +0 -227
  106. package/docs/classes/I18nResourceImpl.html +0 -510
  107. package/docs/classes/InitStoreAction.html +0 -282
  108. package/docs/classes/LogServiceMock.html +0 -223
  109. package/docs/classes/OpenIdConnectServiceMock.html +0 -223
  110. package/docs/classes/RemoveApiQueueItemAction.html +0 -282
  111. package/docs/classes/RouterMock.html +0 -499
  112. package/docs/classes/StorageService.html +0 -640
  113. package/docs/classes/StorageServiceMock.html +0 -325
  114. package/docs/classes/StoreMock.html +0 -406
  115. package/docs/classes/TranslateServiceMock.html +0 -929
  116. package/docs/classes/UpdateAppConnectionAction.html +0 -282
  117. package/docs/classes/UpdateAppStatusAction.html +0 -282
  118. package/docs/classes/UpdateAppVersionAction.html +0 -282
  119. package/docs/classes/UpdateCurrentModuleAction.html +0 -282
  120. package/docs/classes/UpdateI18nStateAction.html +0 -282
  121. package/docs/classes/UpdateLocaleStateAction.html +0 -282
  122. package/docs/classes/UpdateNotificationsListAction.html +0 -282
  123. package/docs/classes/UpdateUserDashboardAction.html +0 -282
  124. package/docs/classes/UpdateUserDetailsAction.html +0 -282
  125. package/docs/classes/UpdateUserPreferencesAction.html +0 -282
  126. package/docs/classes/UpdateUserRightsAction.html +0 -282
  127. package/docs/classes/UpdateUserStateAction.html +0 -282
  128. package/docs/classes/UxErrorManager.html +0 -536
  129. package/docs/classes/UxRootInjectorGuard.html +0 -197
  130. package/docs/dependencies.html +0 -319
  131. package/docs/directives/TranslateMockDirective.html +0 -266
  132. package/docs/fonts/ionicons.eot +0 -0
  133. package/docs/fonts/ionicons.svg +0 -2090
  134. package/docs/fonts/ionicons.ttf +0 -0
  135. package/docs/fonts/ionicons.woff +0 -0
  136. package/docs/fonts/ionicons.woff2 +0 -0
  137. package/docs/fonts/roboto-v15-latin-300.eot +0 -0
  138. package/docs/fonts/roboto-v15-latin-300.svg +0 -314
  139. package/docs/fonts/roboto-v15-latin-300.ttf +0 -0
  140. package/docs/fonts/roboto-v15-latin-300.woff +0 -0
  141. package/docs/fonts/roboto-v15-latin-300.woff2 +0 -0
  142. package/docs/fonts/roboto-v15-latin-700.eot +0 -0
  143. package/docs/fonts/roboto-v15-latin-700.svg +0 -310
  144. package/docs/fonts/roboto-v15-latin-700.ttf +0 -0
  145. package/docs/fonts/roboto-v15-latin-700.woff +0 -0
  146. package/docs/fonts/roboto-v15-latin-700.woff2 +0 -0
  147. package/docs/fonts/roboto-v15-latin-italic.eot +0 -0
  148. package/docs/fonts/roboto-v15-latin-italic.svg +0 -323
  149. package/docs/fonts/roboto-v15-latin-italic.ttf +0 -0
  150. package/docs/fonts/roboto-v15-latin-italic.woff +0 -0
  151. package/docs/fonts/roboto-v15-latin-italic.woff2 +0 -0
  152. package/docs/fonts/roboto-v15-latin-regular.eot +0 -0
  153. package/docs/fonts/roboto-v15-latin-regular.svg +0 -308
  154. package/docs/fonts/roboto-v15-latin-regular.ttf +0 -0
  155. package/docs/fonts/roboto-v15-latin-regular.woff +0 -0
  156. package/docs/fonts/roboto-v15-latin-regular.woff2 +0 -0
  157. package/docs/images/compodoc-vectorise-inverted.png +0 -0
  158. package/docs/images/compodoc-vectorise-inverted.svg +0 -201
  159. package/docs/images/compodoc-vectorise.png +0 -0
  160. package/docs/images/compodoc-vectorise.svg +0 -201
  161. package/docs/images/favicon.ico +0 -0
  162. package/docs/index.html +0 -171
  163. package/docs/injectables/ApiQueueService.html +0 -806
  164. package/docs/injectables/CoreAppEffects.html +0 -392
  165. package/docs/injectables/EuiDynamicMenuService.html +0 -379
  166. package/docs/injectables/EuiPermissionService.html +0 -652
  167. package/docs/injectables/EuiTimezoneService.html +0 -382
  168. package/docs/injectables/GlobalErrorHandler.html +0 -293
  169. package/docs/injectables/I18nLoader.html +0 -597
  170. package/docs/injectables/I18nService.html +0 -945
  171. package/docs/injectables/I18nServiceMock.html +0 -634
  172. package/docs/injectables/LocalForageService.html +0 -773
  173. package/docs/injectables/LocalStorageService.html +0 -554
  174. package/docs/injectables/LocaleService.html +0 -799
  175. package/docs/injectables/LocaleServiceMock.html +0 -493
  176. package/docs/injectables/LogService.html +0 -354
  177. package/docs/injectables/OpenIdConnectService.html +0 -225
  178. package/docs/injectables/SessionStorageService.html +0 -554
  179. package/docs/injectables/StoreService.html +0 -651
  180. package/docs/injectables/StoreServiceMock.html +0 -457
  181. package/docs/injectables/UserService.html +0 -760
  182. package/docs/injectables/UserServiceMock.html +0 -649
  183. package/docs/injectables/UxAppShellService.html +0 -2254
  184. package/docs/injectables/UxDynamicComponentService.html +0 -437
  185. package/docs/injectables/UxErrorFeedbackService.html +0 -591
  186. package/docs/interceptors/AddLangParamInterceptor.html +0 -305
  187. package/docs/interceptors/CachePreventionInterceptor.html +0 -254
  188. package/docs/interceptors/CorsSecurityInterceptor.html +0 -254
  189. package/docs/interceptors/CsrfPreventionInterceptor.html +0 -254
  190. package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +0 -254
  191. package/docs/interceptors/HttpErrorHandlerInterceptor.html +0 -321
  192. package/docs/interceptors/OpenIdConnectInterceptor.html +0 -347
  193. package/docs/interceptors/UxRequestErrorModelInterceptor.html +0 -297
  194. package/docs/interfaces/EuiTimeZone.html +0 -247
  195. package/docs/interfaces/LoadedResources.html +0 -292
  196. package/docs/interfaces/LoadedResourcesError.html +0 -247
  197. package/docs/interfaces/ModuleLoadEvent.html +0 -292
  198. package/docs/interfaces/OpenIdConnectUserDetails.html +0 -439
  199. package/docs/interfaces/ResourceError.html +0 -298
  200. package/docs/interfaces/UIState.html +0 -1900
  201. package/docs/js/compodoc.js +0 -14
  202. package/docs/js/lazy-load-graphs.js +0 -44
  203. package/docs/js/libs/EventDispatcher.js +0 -5
  204. package/docs/js/libs/bootstrap-native.js +0 -1
  205. package/docs/js/libs/clipboard.min.js +0 -7
  206. package/docs/js/libs/custom-elements-es5-adapter.js +0 -15
  207. package/docs/js/libs/custom-elements.min.js +0 -38
  208. package/docs/js/libs/d3.v3.min.js +0 -2
  209. package/docs/js/libs/deep-iterator.js +0 -2
  210. package/docs/js/libs/es6-shim.min.js +0 -11
  211. package/docs/js/libs/htmlparser.js +0 -23
  212. package/docs/js/libs/innersvg.js +0 -9
  213. package/docs/js/libs/lit-html.js +0 -1
  214. package/docs/js/libs/prism.js +0 -46
  215. package/docs/js/libs/promise.min.js +0 -6
  216. package/docs/js/libs/svg-pan-zoom.min.js +0 -3
  217. package/docs/js/libs/tablesort.min.js +0 -6
  218. package/docs/js/libs/tablesort.number.min.js +0 -6
  219. package/docs/js/libs/vis.min.js +0 -47
  220. package/docs/js/libs/zepto.min.js +0 -2
  221. package/docs/js/menu-wc.js +0 -380
  222. package/docs/js/menu.js +0 -325
  223. package/docs/js/routes.js +0 -301
  224. package/docs/js/search/lunr.min.js +0 -6
  225. package/docs/js/search/search-lunr.js +0 -67
  226. package/docs/js/search/search.js +0 -268
  227. package/docs/js/search/search_index.js +0 -4
  228. package/docs/js/sourceCode.js +0 -58
  229. package/docs/js/svg-pan-zoom.controls.js +0 -53
  230. package/docs/js/tabs.js +0 -21
  231. package/docs/js/tree.js +0 -147
  232. package/docs/license.html +0 -379
  233. package/docs/miscellaneous/enumerations.html +0 -418
  234. package/docs/miscellaneous/functions.html +0 -1864
  235. package/docs/miscellaneous/typealiases.html +0 -258
  236. package/docs/miscellaneous/variables.html +0 -3965
  237. package/docs/modules/CoreModule.html +0 -256
  238. package/docs/modules/I18nModule.html +0 -198
  239. package/docs/modules/LogModule.html +0 -305
  240. package/docs/modules/TranslateMockModule.html +0 -176
  241. package/docs/modules.html +0 -168
  242. package/docs/pipes/TranslateMockPipe.html +0 -227
  243. package/docs/properties.html +0 -124
  244. package/docs/styles/bootstrap-card.css +0 -219
  245. package/docs/styles/bootstrap.min.css +0 -6
  246. package/docs/styles/compodoc.css +0 -1121
  247. package/docs/styles/dark.css +0 -121
  248. package/docs/styles/ionicons.min.css +0 -11
  249. package/docs/styles/laravel.css +0 -113
  250. package/docs/styles/material.css +0 -131
  251. package/docs/styles/original.css +0 -51
  252. package/docs/styles/postmark.css +0 -238
  253. package/docs/styles/prism.css +0 -301
  254. package/docs/styles/readthedocs.css +0 -117
  255. package/docs/styles/reset.css +0 -129
  256. package/docs/styles/stripe.css +0 -106
  257. package/docs/styles/style.css +0 -7
  258. package/docs/styles/tablesort.css +0 -33
  259. package/docs/styles/vagrant.css +0 -130
  260. package/esm2022/lib/services/ux-app-shell.service.mjs +0 -544
  261. package/esm2022/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +0 -63
  262. package/esm2022/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +0 -108
  263. package/esm2022/lib/services/ux-error-feedback/ux-error-handler.operator.mjs +0 -16
  264. package/lib/services/ux-app-shell.service.d.ts.map +0 -1
  265. package/lib/services/ux-dynamic-component/ux-dynamic-component.service.d.ts.map +0 -1
  266. package/lib/services/ux-error-feedback/ux-error-feedback.service.d.ts +0 -36
  267. package/lib/services/ux-error-feedback/ux-error-feedback.service.d.ts.map +0 -1
  268. package/lib/services/ux-error-feedback/ux-error-handler.operator.d.ts +0 -4
  269. package/lib/services/ux-error-feedback/ux-error-handler.operator.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
- }