@eui/core 13.0.0-beta.14 → 13.0.0-beta.18
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/classes/ActivatedRouteAction.html +43 -43
- package/docs/classes/AddApiQueueItemAction.html +43 -43
- package/docs/classes/AddAppLoadedConfigModulesAction.html +43 -43
- package/docs/classes/ApiQueueServiceMock.html +26 -526
- package/docs/classes/AsyncStorageService.html +43 -469
- package/docs/classes/AsyncStorageServiceMock.html +40 -1225
- package/docs/classes/EmptyApiQueueAction.html +43 -43
- package/docs/classes/EuiCoreRootGuardClass.html +8 -6
- package/docs/classes/EuiError.html +8 -6
- package/docs/classes/I18nResourceImpl.html +25 -26
- package/docs/classes/InitStoreAction.html +43 -43
- package/docs/classes/LogServiceMock.html +10 -10
- package/docs/classes/OpenIdConnectServiceMock.html +10 -46
- package/docs/classes/RemoveApiQueueItemAction.html +43 -43
- package/docs/classes/RouterMock.html +77 -84
- package/docs/classes/StorageService.html +31 -36
- package/docs/classes/StorageServiceMock.html +16 -479
- package/docs/classes/StoreMock.html +41 -47
- package/docs/classes/TranslateServiceMock.html +251 -270
- package/docs/classes/UpdateAppConnectionAction.html +43 -43
- package/docs/classes/UpdateAppStatusAction.html +43 -43
- package/docs/classes/UpdateAppVersionAction.html +43 -43
- package/docs/classes/UpdateCurrentModuleAction.html +43 -43
- package/docs/classes/UpdateI18nStateAction.html +43 -43
- package/docs/classes/UpdateLocaleStateAction.html +43 -43
- package/docs/classes/UpdateNotificationsListAction.html +43 -43
- package/docs/classes/UpdateUserDashboardAction.html +43 -43
- package/docs/classes/UpdateUserDetailsAction.html +43 -43
- package/docs/classes/UpdateUserPreferencesAction.html +43 -43
- package/docs/classes/UpdateUserRightsAction.html +43 -43
- package/docs/classes/UpdateUserStateAction.html +43 -43
- package/docs/classes/UxErrorManager.html +39 -43
- package/docs/dependencies.html +44 -41
- package/docs/directives/TranslateMockDirective.html +9 -7
- package/docs/index.html +7 -6
- package/docs/injectables/ApiQueueService.html +33 -40
- package/docs/injectables/CoreAppEffects.html +98 -99
- package/docs/injectables/EuiPermissionService.html +26 -31
- package/docs/injectables/GlobalErrorHandler.html +12 -11
- package/docs/injectables/I18nLoader.html +28 -30
- package/docs/injectables/I18nService.html +42 -48
- package/docs/injectables/I18nServiceMock.html +32 -569
- package/docs/injectables/LocalForageService.html +75 -1549
- package/docs/injectables/LocalStorageService.html +38 -499
- package/docs/injectables/LocaleService.html +23 -28
- package/docs/injectables/LocaleServiceMock.html +21 -198
- package/docs/injectables/LogService.html +11 -10
- package/docs/injectables/OpenIdConnectService.html +10 -10
- package/docs/injectables/SessionStorageService.html +38 -499
- package/docs/injectables/StoreService.html +24 -28
- package/docs/injectables/StoreServiceMock.html +18 -360
- package/docs/injectables/UserService.html +24 -27
- package/docs/injectables/UserServiceMock.html +31 -196
- package/docs/injectables/UxAppShellService.html +299 -355
- package/docs/injectables/UxDynamicComponentService.html +16 -16
- package/docs/injectables/UxDynamicMenuService.html +38 -40
- package/docs/injectables/UxErrorFeedbackService.html +42 -48
- package/docs/injectables/UxTimezoneService.html +18 -22
- package/docs/interceptors/AddLangParamInterceptor.html +11 -10
- package/docs/interceptors/CachePreventionInterceptor.html +11 -10
- package/docs/interceptors/CorsSecurityInterceptor.html +11 -10
- package/docs/interceptors/CsrfPreventionInterceptor.html +11 -10
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +11 -10
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +11 -10
- package/docs/interceptors/OpenIdConnectInterceptor.html +35 -35
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +11 -10
- package/docs/interfaces/LoadedResources.html +37 -12
- package/docs/interfaces/LoadedResourcesError.html +28 -10
- package/docs/interfaces/ModuleLoadEvent.html +37 -12
- package/docs/interfaces/OpenIdConnectUserDetails.html +64 -18
- package/docs/interfaces/ResourceError.html +37 -12
- package/docs/interfaces/TimeZone.html +28 -10
- package/docs/interfaces/UIState.html +325 -76
- package/docs/js/libs/prism.js +46 -14
- package/docs/js/menu-wc.js +76 -79
- package/docs/js/menu-wc_es5.js +60 -0
- package/docs/js/menu.js +15 -11
- package/docs/js/search/lunr.min.js +3 -3
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +6 -5
- package/docs/miscellaneous/enumerations.html +18 -17
- package/docs/miscellaneous/functions.html +261 -140
- package/docs/miscellaneous/typealiases.html +18 -17
- package/docs/miscellaneous/variables.html +1719 -1811
- package/docs/modules/CoreModule.html +13 -14
- package/docs/modules/I18nModule.html +11 -11
- package/docs/modules/LogModule.html +16 -16
- package/docs/modules/TranslateMockModule.html +8 -6
- package/docs/modules.html +6 -5
- package/docs/pipes/TranslateMockPipe.html +10 -9
- package/docs/styles/bootstrap.min.css +4 -3
- package/docs/styles/compodoc.css +41 -33
- package/docs/styles/dark.css +113 -0
- package/docs/styles/laravel.css +52 -6
- package/docs/styles/material.css +31 -7
- package/docs/styles/original.css +12 -6
- package/docs/styles/postmark.css +23 -7
- package/docs/styles/prism.css +169 -135
- package/docs/styles/readthedocs.css +22 -11
- package/docs/styles/stripe.css +48 -5
- package/docs/styles/vagrant.css +42 -6
- package/{esm2015/eui-core.js → esm2020/eui-core.mjs} +0 -0
- package/{esm2015/index.js → esm2020/index.mjs} +0 -0
- package/{esm2015/lib/eui-core.module.js → esm2020/lib/eui-core.module.mjs} +5 -5
- package/{esm2015/lib/helpers/date-helpers.js → esm2020/lib/helpers/date-helpers.mjs} +0 -0
- package/{esm2015/lib/helpers/dom-helpers.js → esm2020/lib/helpers/dom-helpers.mjs} +0 -0
- package/{esm2015/lib/helpers/event-helpers.js → esm2020/lib/helpers/event-helpers.mjs} +0 -0
- package/{esm2015/lib/helpers/form-helpers.js → esm2020/lib/helpers/form-helpers.mjs} +0 -0
- package/{esm2015/lib/helpers/format-helpers.js → esm2020/lib/helpers/format-helpers.mjs} +0 -0
- package/{esm2015/lib/helpers/http-helpers.js → esm2020/lib/helpers/http-helpers.mjs} +0 -0
- package/{esm2015/lib/helpers/index.js → esm2020/lib/helpers/index.mjs} +0 -0
- package/{esm2015/lib/helpers/utils.js → esm2020/lib/helpers/utils.mjs} +0 -0
- package/{esm2015/lib/interceptors/add-lang-param.interceptor.js → esm2020/lib/interceptors/add-lang-param.interceptor.mjs} +4 -4
- package/{esm2015/lib/interceptors/cache-prevention.interceptor.js → esm2020/lib/interceptors/cache-prevention.interceptor.mjs} +4 -4
- package/{esm2015/lib/interceptors/cors-security.interceptor.js → esm2020/lib/interceptors/cors-security.interceptor.mjs} +4 -4
- package/{esm2015/lib/interceptors/csrf-prevention.interceptor.js → esm2020/lib/interceptors/csrf-prevention.interceptor.mjs} +4 -4
- package/esm2020/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +61 -0
- package/{esm2015/lib/interceptors/index.js → esm2020/lib/interceptors/index.mjs} +0 -0
- package/{esm2015/lib/interceptors/openid/index.js → esm2020/lib/interceptors/openid/index.mjs} +0 -0
- package/esm2020/lib/interceptors/openid/openid-connect.interceptor.mjs +146 -0
- package/{esm2015/lib/interceptors/openid/openid-connect.service.js → esm2020/lib/interceptors/openid/openid-connect.service.mjs} +4 -4
- package/{esm2015/lib/interceptors/openid/openid-connect.service.mock.js → esm2020/lib/interceptors/openid/openid-connect.service.mock.mjs} +0 -0
- package/{esm2015/lib/interceptors/ux-request-error-model.interceptor.js → esm2020/lib/interceptors/ux-request-error-model.interceptor.mjs} +4 -4
- package/{esm2015/lib/services/app/eui-init-app.js → esm2020/lib/services/app/eui-init-app.mjs} +0 -0
- package/esm2020/lib/services/app/eui-pre-init-app.mjs +42 -0
- package/{esm2015/lib/services/app/eui-startup.js → esm2020/lib/services/app/eui-startup.mjs} +0 -0
- package/{esm2015/lib/services/app/factories/log.js → esm2020/lib/services/app/factories/log.mjs} +0 -0
- package/{esm2015/lib/services/app/index.js → esm2020/lib/services/app/index.mjs} +0 -0
- package/esm2020/lib/services/config/defaults.mjs +63 -0
- package/{esm2015/lib/services/config/tokens.js → esm2020/lib/services/config/tokens.mjs} +5 -2
- package/{esm2015/lib/services/errors/eui.error.js → esm2020/lib/services/errors/eui.error.mjs} +0 -0
- package/{esm2015/lib/services/errors/global-error-handler.js → esm2020/lib/services/errors/global-error-handler.mjs} +4 -4
- package/{esm2015/lib/services/errors/http-error-handler-callback-functions.js → esm2020/lib/services/errors/http-error-handler-callback-functions.mjs} +0 -0
- package/{esm2015/lib/services/errors/http-error-handler.interceptor.js → esm2020/lib/services/errors/http-error-handler.interceptor.mjs} +4 -4
- package/{esm2015/lib/services/errors/index.js → esm2020/lib/services/errors/index.mjs} +0 -0
- package/{esm2015/lib/services/i18n/i18n.loader.js → esm2020/lib/services/i18n/i18n.loader.mjs} +4 -4
- package/{esm2015/lib/services/i18n/i18n.resource.js → esm2020/lib/services/i18n/i18n.resource.mjs} +0 -0
- package/esm2020/lib/services/i18n/i18n.service.mjs +222 -0
- package/{esm2015/lib/services/i18n/i18n.service.mock.js → esm2020/lib/services/i18n/i18n.service.mock.mjs} +4 -4
- package/{esm2015/lib/services/i18n/index.js → esm2020/lib/services/i18n/index.mjs} +0 -0
- package/{esm2015/lib/services/index.js → esm2020/lib/services/index.mjs} +0 -0
- package/{esm2015/lib/services/locale/index.js → esm2020/lib/services/locale/index.mjs} +0 -0
- package/esm2020/lib/services/locale/locale.service.mjs +250 -0
- package/{esm2015/lib/services/log/index.js → esm2020/lib/services/log/index.mjs} +0 -0
- package/{esm2015/lib/services/log/log.module.js → esm2020/lib/services/log/log.module.mjs} +5 -5
- package/{esm2015/lib/services/log/log.service.js → esm2020/lib/services/log/log.service.mjs} +4 -4
- package/{esm2015/lib/services/log/log.service.mock.js → esm2020/lib/services/log/log.service.mock.mjs} +0 -0
- package/{esm2015/lib/services/permission/permission.service.js → esm2020/lib/services/permission/permission.service.mjs} +5 -5
- package/{esm2015/lib/services/queue/api-queue.service.js → esm2020/lib/services/queue/api-queue.service.mjs} +4 -4
- package/{esm2015/lib/services/queue/api-queue.service.mock.js → esm2020/lib/services/queue/api-queue.service.mock.mjs} +0 -0
- package/{esm2015/lib/services/queue/index.js → esm2020/lib/services/queue/index.mjs} +0 -0
- package/{esm2015/lib/services/storage/async-storage.service.js → esm2020/lib/services/storage/async-storage.service.mjs} +0 -0
- package/{esm2015/lib/services/storage/async-storage.service.mock.js → esm2020/lib/services/storage/async-storage.service.mock.mjs} +0 -0
- package/{esm2015/lib/services/storage/index.js → esm2020/lib/services/storage/index.mjs} +0 -0
- package/{esm2015/lib/services/storage/local-forage.service.js → esm2020/lib/services/storage/local-forage.service.mjs} +4 -4
- package/{esm2015/lib/services/storage/local-storage.service.js → esm2020/lib/services/storage/local-storage.service.mjs} +4 -4
- package/{esm2015/lib/services/storage/session-storage.service.js → esm2020/lib/services/storage/session-storage.service.mjs} +4 -4
- package/{esm2015/lib/services/storage/storage.service.js → esm2020/lib/services/storage/storage.service.mjs} +0 -0
- package/{esm2015/lib/services/storage/storage.service.mock.js → esm2020/lib/services/storage/storage.service.mock.mjs} +0 -0
- package/{esm2015/lib/services/store/actions/app.actions.js → esm2020/lib/services/store/actions/app.actions.mjs} +0 -0
- package/{esm2015/lib/services/store/actions/i18n.actions.js → esm2020/lib/services/store/actions/i18n.actions.mjs} +0 -0
- package/{esm2015/lib/services/store/actions/index.js → esm2020/lib/services/store/actions/index.mjs} +0 -0
- package/{esm2015/lib/services/store/actions/locale.actions.js → esm2020/lib/services/store/actions/locale.actions.mjs} +0 -0
- package/{esm2015/lib/services/store/actions/notifications.actions.js → esm2020/lib/services/store/actions/notifications.actions.mjs} +0 -0
- package/{esm2015/lib/services/store/actions/user.actions.js → esm2020/lib/services/store/actions/user.actions.mjs} +0 -0
- package/{esm2015/lib/services/store/effects/app.effects.js → esm2020/lib/services/store/effects/app.effects.mjs} +5 -5
- package/{esm2015/lib/services/store/effects/index.js → esm2020/lib/services/store/effects/index.mjs} +0 -0
- package/{esm2015/lib/services/store/index.js → esm2020/lib/services/store/index.mjs} +0 -0
- package/esm2020/lib/services/store/reducers/app.reducers.mjs +57 -0
- package/{esm2015/lib/services/store/reducers/core.reducers.js → esm2020/lib/services/store/reducers/core.reducers.mjs} +0 -0
- package/esm2020/lib/services/store/reducers/i18n.reducers.mjs +18 -0
- package/{esm2015/lib/services/store/reducers/index.js → esm2020/lib/services/store/reducers/index.mjs} +0 -0
- package/esm2020/lib/services/store/reducers/locale.reducers.mjs +18 -0
- package/esm2020/lib/services/store/reducers/meta.reducers.mjs +91 -0
- package/{esm2015/lib/services/store/reducers/notifications.reducers.js → esm2020/lib/services/store/reducers/notifications.reducers.mjs} +0 -0
- package/esm2020/lib/services/store/reducers/user.reducers.mjs +43 -0
- package/{esm2015/lib/services/store/store.service.js → esm2020/lib/services/store/store.service.mjs} +4 -4
- package/{esm2015/lib/services/store/store.service.mock.js → esm2020/lib/services/store/store.service.mock.mjs} +4 -4
- package/{esm2015/lib/services/user/index.js → esm2020/lib/services/user/index.mjs} +0 -0
- package/{esm2015/lib/services/user/user.service.js → esm2020/lib/services/user/user.service.mjs} +4 -4
- package/{esm2015/lib/services/user/user.service.mock.js → esm2020/lib/services/user/user.service.mock.mjs} +4 -4
- package/esm2020/lib/services/ux-app-shell.service.mjs +633 -0
- package/{esm2015/lib/services/ux-dynamic-component/ux-dynamic-component.service.js → esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs} +4 -4
- package/{esm2015/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.js → esm2020/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs} +4 -4
- package/{esm2015/lib/services/ux-error-feedback/ux-error-feedback.service.js → esm2020/lib/services/ux-error-feedback/ux-error-feedback.service.mjs} +4 -4
- package/{esm2015/lib/services/ux-error-feedback/ux-error-handler.operator.js → esm2020/lib/services/ux-error-feedback/ux-error-handler.operator.mjs} +0 -0
- package/{esm2015/lib/services/ux-timezone.service.js → esm2020/lib/services/ux-timezone.service.mjs} +4 -4
- package/fesm2015/{eui-core.js → eui-core.mjs} +270 -247
- package/fesm2015/eui-core.mjs.map +1 -0
- package/fesm2020/eui-core.mjs +4592 -0
- package/fesm2020/eui-core.mjs.map +1 -0
- package/lib/services/locale/locale.service.d.ts.map +1 -1
- package/lib/services/permission/permission.service.d.ts +1 -1
- package/lib/services/permission/permission.service.d.ts.map +1 -1
- package/package.json +19 -6
- package/bundles/eui-core.umd.js +0 -5323
- package/bundles/eui-core.umd.js.map +0 -1
- package/esm2015/lib/interceptors/eu-login-session-timeout-handling.interceptor.js +0 -61
- package/esm2015/lib/interceptors/openid/openid-connect.interceptor.js +0 -146
- package/esm2015/lib/services/app/eui-pre-init-app.js +0 -47
- package/esm2015/lib/services/config/defaults.js +0 -49
- package/esm2015/lib/services/i18n/i18n.service.js +0 -219
- package/esm2015/lib/services/locale/locale.service.js +0 -255
- package/esm2015/lib/services/store/reducers/app.reducers.js +0 -49
- package/esm2015/lib/services/store/reducers/i18n.reducers.js +0 -15
- package/esm2015/lib/services/store/reducers/locale.reducers.js +0 -15
- package/esm2015/lib/services/store/reducers/meta.reducers.js +0 -92
- package/esm2015/lib/services/store/reducers/user.reducers.js +0 -43
- package/esm2015/lib/services/ux-app-shell.service.js +0 -584
- package/fesm2015/eui-core.js.map +0 -1
package/docs/styles/prism.css
CHANGED
|
@@ -1,66 +1,68 @@
|
|
|
1
|
-
/*
|
|
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 */
|
|
2
3
|
/**
|
|
3
4
|
* okaidia theme for JavaScript, CSS and HTML
|
|
4
5
|
* Loosely based on Monokai textmate theme by http://www.monokai.nl/
|
|
5
6
|
* @author ocodia
|
|
6
7
|
*/
|
|
7
8
|
|
|
8
|
-
|
|
9
|
-
pre[class*=
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
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;
|
|
29
31
|
}
|
|
30
32
|
|
|
31
33
|
/* Code blocks */
|
|
32
|
-
pre[class*=
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
pre[class*='language-'] {
|
|
35
|
+
padding: 1em;
|
|
36
|
+
margin: 0.5em 0;
|
|
37
|
+
overflow: auto;
|
|
38
|
+
border-radius: 0.3em;
|
|
37
39
|
}
|
|
38
40
|
|
|
39
|
-
:not(pre) > code[class*=
|
|
40
|
-
pre[class*=
|
|
41
|
-
|
|
41
|
+
:not(pre) > code[class*='language-'],
|
|
42
|
+
pre[class*='language-'] {
|
|
43
|
+
background: #272822;
|
|
42
44
|
}
|
|
43
45
|
|
|
44
46
|
/* Inline code */
|
|
45
|
-
:not(pre) > code[class*=
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
:not(pre) > code[class*='language-'] {
|
|
48
|
+
padding: 0.1em;
|
|
49
|
+
border-radius: 0.3em;
|
|
50
|
+
white-space: normal;
|
|
49
51
|
}
|
|
50
52
|
|
|
51
53
|
.token.comment,
|
|
52
54
|
.token.prolog,
|
|
53
55
|
.token.doctype,
|
|
54
56
|
.token.cdata {
|
|
55
|
-
|
|
57
|
+
color: #8292a2;
|
|
56
58
|
}
|
|
57
59
|
|
|
58
60
|
.token.punctuation {
|
|
59
|
-
|
|
61
|
+
color: #f8f8f2;
|
|
60
62
|
}
|
|
61
63
|
|
|
62
|
-
.namespace {
|
|
63
|
-
|
|
64
|
+
.token.namespace {
|
|
65
|
+
opacity: 0.7;
|
|
64
66
|
}
|
|
65
67
|
|
|
66
68
|
.token.property,
|
|
@@ -68,12 +70,12 @@ pre[class*="language-"] {
|
|
|
68
70
|
.token.constant,
|
|
69
71
|
.token.symbol,
|
|
70
72
|
.token.deleted {
|
|
71
|
-
|
|
73
|
+
color: #f92672;
|
|
72
74
|
}
|
|
73
75
|
|
|
74
76
|
.token.boolean,
|
|
75
77
|
.token.number {
|
|
76
|
-
|
|
78
|
+
color: #ae81ff;
|
|
77
79
|
}
|
|
78
80
|
|
|
79
81
|
.token.selector,
|
|
@@ -82,7 +84,7 @@ pre[class*="language-"] {
|
|
|
82
84
|
.token.char,
|
|
83
85
|
.token.builtin,
|
|
84
86
|
.token.inserted {
|
|
85
|
-
|
|
87
|
+
color: #a6e22e;
|
|
86
88
|
}
|
|
87
89
|
|
|
88
90
|
.token.operator,
|
|
@@ -91,169 +93,201 @@ pre[class*="language-"] {
|
|
|
91
93
|
.language-css .token.string,
|
|
92
94
|
.style .token.string,
|
|
93
95
|
.token.variable {
|
|
94
|
-
|
|
96
|
+
color: #f8f8f2;
|
|
95
97
|
}
|
|
96
98
|
|
|
97
99
|
.token.atrule,
|
|
98
100
|
.token.attr-value,
|
|
99
|
-
.token.function
|
|
100
|
-
|
|
101
|
+
.token.function,
|
|
102
|
+
.token.class-name {
|
|
103
|
+
color: #e6db74;
|
|
101
104
|
}
|
|
102
105
|
|
|
103
106
|
.token.keyword {
|
|
104
|
-
|
|
107
|
+
color: #66d9ef;
|
|
105
108
|
}
|
|
106
109
|
|
|
107
110
|
.token.regex,
|
|
108
111
|
.token.important {
|
|
109
|
-
|
|
112
|
+
color: #fd971f;
|
|
110
113
|
}
|
|
111
114
|
|
|
112
115
|
.token.important,
|
|
113
116
|
.token.bold {
|
|
114
|
-
|
|
117
|
+
font-weight: bold;
|
|
115
118
|
}
|
|
116
119
|
.token.italic {
|
|
117
|
-
|
|
120
|
+
font-style: italic;
|
|
118
121
|
}
|
|
119
122
|
|
|
120
123
|
.token.entity {
|
|
121
|
-
|
|
124
|
+
cursor: help;
|
|
122
125
|
}
|
|
123
126
|
|
|
124
127
|
pre[data-line] {
|
|
125
|
-
|
|
126
|
-
|
|
128
|
+
position: relative;
|
|
129
|
+
padding: 1em 0 1em 3em;
|
|
127
130
|
}
|
|
128
131
|
|
|
129
132
|
.line-highlight {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
133
|
+
position: absolute;
|
|
134
|
+
left: 0;
|
|
135
|
+
right: 0;
|
|
136
|
+
padding: inherit 0;
|
|
137
|
+
margin-top: 1em; /* Same as .prism’s padding-top */
|
|
135
138
|
|
|
136
|
-
|
|
137
|
-
|
|
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));
|
|
138
141
|
|
|
139
|
-
|
|
142
|
+
pointer-events: none;
|
|
140
143
|
|
|
141
|
-
|
|
142
|
-
|
|
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
|
+
}
|
|
143
157
|
}
|
|
144
158
|
|
|
145
159
|
.line-highlight:before,
|
|
146
160
|
.line-highlight[data-end]:after {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
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;
|
|
161
175
|
}
|
|
162
176
|
|
|
163
177
|
.line-highlight[data-end]:after {
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
178
|
+
content: attr(data-end);
|
|
179
|
+
top: auto;
|
|
180
|
+
bottom: 0.4em;
|
|
167
181
|
}
|
|
168
182
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
counter-reset: linenumber;
|
|
183
|
+
.line-numbers .line-highlight:before,
|
|
184
|
+
.line-numbers .line-highlight:after {
|
|
185
|
+
content: none;
|
|
173
186
|
}
|
|
174
187
|
|
|
175
|
-
pre.line-numbers
|
|
176
|
-
|
|
177
|
-
|
|
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);
|
|
178
196
|
}
|
|
179
197
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
left: -3.8em;
|
|
186
|
-
width: 3em; /* works for line-numbers below 1000 lines */
|
|
187
|
-
letter-spacing: -1px;
|
|
188
|
-
border-right: 1px solid #999;
|
|
198
|
+
pre[class*='language-'].line-numbers {
|
|
199
|
+
position: relative;
|
|
200
|
+
padding-left: 3.8em;
|
|
201
|
+
counter-reset: linenumber;
|
|
202
|
+
}
|
|
189
203
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
204
|
+
pre[class*='language-'].line-numbers > code {
|
|
205
|
+
position: relative;
|
|
206
|
+
white-space: inherit;
|
|
207
|
+
}
|
|
194
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;
|
|
195
223
|
}
|
|
196
224
|
|
|
197
225
|
.line-numbers-rows > span {
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
counter-increment: linenumber;
|
|
226
|
+
display: block;
|
|
227
|
+
counter-increment: linenumber;
|
|
201
228
|
}
|
|
202
229
|
|
|
203
230
|
.line-numbers-rows > span:before {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
231
|
+
content: counter(linenumber);
|
|
232
|
+
color: #999;
|
|
233
|
+
display: block;
|
|
234
|
+
padding-right: 0.8em;
|
|
235
|
+
text-align: right;
|
|
209
236
|
}
|
|
237
|
+
|
|
210
238
|
div.code-toolbar {
|
|
211
|
-
|
|
239
|
+
position: relative;
|
|
212
240
|
}
|
|
213
241
|
|
|
214
242
|
div.code-toolbar > .toolbar {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
243
|
+
position: absolute;
|
|
244
|
+
top: 0.3em;
|
|
245
|
+
right: 0.2em;
|
|
246
|
+
transition: opacity 0.3s ease-in-out;
|
|
247
|
+
opacity: 0;
|
|
220
248
|
}
|
|
221
249
|
|
|
222
250
|
div.code-toolbar:hover > .toolbar {
|
|
223
|
-
|
|
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;
|
|
224
258
|
}
|
|
225
259
|
|
|
226
260
|
div.code-toolbar > .toolbar .toolbar-item {
|
|
227
|
-
|
|
261
|
+
display: inline-block;
|
|
228
262
|
}
|
|
229
263
|
|
|
230
264
|
div.code-toolbar > .toolbar a {
|
|
231
|
-
|
|
265
|
+
cursor: pointer;
|
|
232
266
|
}
|
|
233
267
|
|
|
234
268
|
div.code-toolbar > .toolbar button {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
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;
|
|
245
279
|
}
|
|
246
280
|
|
|
247
281
|
div.code-toolbar > .toolbar a,
|
|
248
282
|
div.code-toolbar > .toolbar button,
|
|
249
283
|
div.code-toolbar > .toolbar span {
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
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;
|
|
257
291
|
}
|
|
258
292
|
|
|
259
293
|
div.code-toolbar > .toolbar a:hover,
|
|
@@ -262,6 +296,6 @@ div.code-toolbar > .toolbar button:hover,
|
|
|
262
296
|
div.code-toolbar > .toolbar button:focus,
|
|
263
297
|
div.code-toolbar > .toolbar span:hover,
|
|
264
298
|
div.code-toolbar > .toolbar span:focus {
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
}
|
|
299
|
+
color: inherit;
|
|
300
|
+
text-decoration: none;
|
|
301
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.navbar-default {
|
|
2
|
-
background: #
|
|
2
|
+
background: #2980b9;
|
|
3
3
|
border: none;
|
|
4
4
|
}
|
|
5
5
|
|
|
@@ -16,12 +16,8 @@
|
|
|
16
16
|
color: #fcfcfc;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.menu ul.list li a.active {
|
|
20
|
-
color: #0099e5;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
19
|
.menu ul.list li.title {
|
|
24
|
-
background: #
|
|
20
|
+
background: #2980b9;
|
|
25
21
|
padding-bottom: 5px;
|
|
26
22
|
}
|
|
27
23
|
|
|
@@ -43,7 +39,12 @@
|
|
|
43
39
|
}
|
|
44
40
|
|
|
45
41
|
.menu ul.list li.chapter ul.links a:hover {
|
|
46
|
-
background: #
|
|
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;
|
|
47
48
|
}
|
|
48
49
|
|
|
49
50
|
.menu ul.list li.chapter ul.links {
|
|
@@ -70,7 +71,7 @@
|
|
|
70
71
|
}
|
|
71
72
|
|
|
72
73
|
.content a {
|
|
73
|
-
color: #
|
|
74
|
+
color: #2980b9;
|
|
74
75
|
}
|
|
75
76
|
|
|
76
77
|
.content a:hover {
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
}
|
|
79
80
|
|
|
80
81
|
.content a:visited {
|
|
81
|
-
color: #
|
|
82
|
+
color: #9b59b6;
|
|
82
83
|
}
|
|
83
84
|
|
|
84
85
|
.menu ul.list li:nth-last-child(2) {
|
|
@@ -90,7 +91,7 @@ code {
|
|
|
90
91
|
max-width: 100%;
|
|
91
92
|
background: #fff;
|
|
92
93
|
padding: 2px 5px;
|
|
93
|
-
color: #
|
|
94
|
+
color: #e74c3c;
|
|
94
95
|
overflow-x: auto;
|
|
95
96
|
border-radius: 0;
|
|
96
97
|
}
|
|
@@ -104,5 +105,15 @@ pre {
|
|
|
104
105
|
display: block;
|
|
105
106
|
overflow: auto;
|
|
106
107
|
color: #404040;
|
|
107
|
-
background: rgba(238, 238, 238, .35);
|
|
108
|
+
background: rgba(238, 238, 238, 0.35);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
@media (prefers-color-scheme: dark) {
|
|
112
|
+
.content {
|
|
113
|
+
background: none;
|
|
114
|
+
}
|
|
115
|
+
code {
|
|
116
|
+
background: none;
|
|
117
|
+
color: #e09393;
|
|
118
|
+
}
|
|
108
119
|
}
|
package/docs/styles/stripe.css
CHANGED
|
@@ -2,12 +2,17 @@
|
|
|
2
2
|
color: #0099e5;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.menu ul.list li a[data-type=
|
|
5
|
+
.menu ul.list li a[data-type='chapter-link'],
|
|
6
|
+
.menu ul.list li.chapter .simple {
|
|
6
7
|
color: #939da3;
|
|
7
8
|
text-transform: uppercase;
|
|
8
9
|
}
|
|
9
10
|
|
|
10
|
-
.content h1,
|
|
11
|
+
.content h1,
|
|
12
|
+
.content h2,
|
|
13
|
+
.content h3,
|
|
14
|
+
.content h4,
|
|
15
|
+
.content h5 {
|
|
11
16
|
color: #292e31;
|
|
12
17
|
font-weight: normal;
|
|
13
18
|
}
|
|
@@ -33,7 +38,8 @@ a:hover {
|
|
|
33
38
|
margin-top: 0;
|
|
34
39
|
}
|
|
35
40
|
|
|
36
|
-
.menu ul.list li.title a,
|
|
41
|
+
.menu ul.list li.title a,
|
|
42
|
+
.navbar a {
|
|
37
43
|
color: #0099e5;
|
|
38
44
|
text-decoration: none;
|
|
39
45
|
font-size: 16px;
|
|
@@ -51,7 +57,7 @@ code {
|
|
|
51
57
|
border-radius: 4px;
|
|
52
58
|
color: #b93d6a;
|
|
53
59
|
font-size: 13px;
|
|
54
|
-
line-height: 20px
|
|
60
|
+
line-height: 20px;
|
|
55
61
|
}
|
|
56
62
|
|
|
57
63
|
pre {
|
|
@@ -61,5 +67,42 @@ pre {
|
|
|
61
67
|
border-radius: 5px;
|
|
62
68
|
font-size: 13px;
|
|
63
69
|
line-height: 1.5em;
|
|
64
|
-
font-weight: 500
|
|
70
|
+
font-weight: 500;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@media (prefers-color-scheme: dark) {
|
|
74
|
+
body {
|
|
75
|
+
color: #fafafa;
|
|
76
|
+
}
|
|
77
|
+
.content h1,
|
|
78
|
+
.content h2,
|
|
79
|
+
.content h3,
|
|
80
|
+
.content h4,
|
|
81
|
+
.content h5 {
|
|
82
|
+
color: #fafafa;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
code {
|
|
86
|
+
background: none;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.content {
|
|
90
|
+
color: #fafafa;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.menu ul.list li a[data-type='chapter-link'],
|
|
94
|
+
.menu ul.list li.chapter .simple {
|
|
95
|
+
color: #fafafa;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.menu ul.list li.title a {
|
|
99
|
+
color: #fafafa;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.menu ul.list li a {
|
|
103
|
+
color: #fafafa;
|
|
104
|
+
}
|
|
105
|
+
.menu ul.list li a.active {
|
|
106
|
+
color: #7fc9ff;
|
|
107
|
+
}
|
|
65
108
|
}
|
package/docs/styles/vagrant.css
CHANGED
|
@@ -11,13 +11,18 @@
|
|
|
11
11
|
padding: 0 20px;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.menu ul.list li a[data-type=
|
|
14
|
+
.menu ul.list li a[data-type='chapter-link'],
|
|
15
|
+
.menu ul.list li.chapter .simple {
|
|
15
16
|
color: white;
|
|
16
17
|
text-transform: uppercase;
|
|
17
|
-
border-bottom: 1px solid rgba(255,255,255,0.4);
|
|
18
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
|
|
18
19
|
}
|
|
19
20
|
|
|
20
|
-
.content h1,
|
|
21
|
+
.content h1,
|
|
22
|
+
.content h2,
|
|
23
|
+
.content h3,
|
|
24
|
+
.content h4,
|
|
25
|
+
.content h5 {
|
|
21
26
|
color: #292e31;
|
|
22
27
|
font-weight: normal;
|
|
23
28
|
}
|
|
@@ -51,7 +56,8 @@ a:hover {
|
|
|
51
56
|
padding: 10px 15px;
|
|
52
57
|
}
|
|
53
58
|
|
|
54
|
-
.menu ul.list li.title a,
|
|
59
|
+
.menu ul.list li.title a,
|
|
60
|
+
.navbar a {
|
|
55
61
|
color: #8d9ba8;
|
|
56
62
|
text-decoration: none;
|
|
57
63
|
font-size: 16px;
|
|
@@ -78,7 +84,7 @@ code {
|
|
|
78
84
|
box-sizing: border-box;
|
|
79
85
|
display: inline-block;
|
|
80
86
|
padding: 0 5px;
|
|
81
|
-
background: rgba(0,148,191,0.1);
|
|
87
|
+
background: rgba(0, 148, 191, 0.1);
|
|
82
88
|
border-radius: 3px;
|
|
83
89
|
color: #0094bf;
|
|
84
90
|
font-size: 13px;
|
|
@@ -88,9 +94,39 @@ code {
|
|
|
88
94
|
pre {
|
|
89
95
|
margin: 0;
|
|
90
96
|
padding: 12px 12px;
|
|
91
|
-
background: rgba(238,238,238
|
|
97
|
+
background: rgba(238, 238, 238, 0.35);
|
|
92
98
|
border-radius: 3px;
|
|
93
99
|
font-size: 13px;
|
|
94
100
|
line-height: 1.5em;
|
|
95
101
|
font-weight: 500;
|
|
96
102
|
}
|
|
103
|
+
|
|
104
|
+
@media (prefers-color-scheme: dark) {
|
|
105
|
+
body {
|
|
106
|
+
color: #fafafa;
|
|
107
|
+
}
|
|
108
|
+
.content h1,
|
|
109
|
+
.content h2,
|
|
110
|
+
.content h3,
|
|
111
|
+
.content h4,
|
|
112
|
+
.content h5 {
|
|
113
|
+
color: #fafafa;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
code {
|
|
117
|
+
background: none;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.content {
|
|
121
|
+
color: #fafafa;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.menu ul.list li.title a,
|
|
125
|
+
.navbar a {
|
|
126
|
+
color: #8d9ba8;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.menu ul.list li a {
|
|
130
|
+
color: #fafafa;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
File without changes
|
|
File without changes
|