@defra/forms-engine-plugin 4.0.3 → 4.0.5
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/.public/stylesheets/application.min.css +1 -1
- package/.public/stylesheets/application.min.css.map +1 -1
- package/.server/client/stylesheets/application.scss +6 -0
- package/.server/server/plugins/engine/routes/index.js +9 -4
- package/.server/server/plugins/engine/routes/index.js.map +1 -1
- package/.server/server/plugins/engine/views/components/ukaddressfield.html +4 -0
- package/package.json +1 -1
- package/src/client/stylesheets/application.scss +6 -0
- package/src/server/plugins/engine/routes/index.ts +14 -4
- package/src/server/plugins/engine/views/components/ukaddressfield.html +4 -0
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
|
|
11
11
|
Outdated base version: https://github.com/primer/github-syntax-light
|
|
12
12
|
Current colors taken from GitHub's CSS
|
|
13
|
-
*/.hljs{background:#fff;color:#24292e}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{background-color:#f0fff4;color:#22863a}.hljs-deletion{background-color:#ffeef0;color:#b31d28}.app-code{margin-bottom:30px}@media (min-width:40.0625em){.app-code{margin-bottom:50px}}.app-code__container{background-color:#f3f2f1;border:3px solid transparent;display:block;margin:0 0 15px;outline:1px solid transparent;overflow-x:auto;padding:20px}@media (min-width:40.0625em){.app-code__container{margin-bottom:20px}}.app-code__container:focus{border:3px solid #0b0c0c;outline:3px solid #fd0}.app-code:last-child .app-code__container{margin-bottom:0}code,pre{font-family:ui-monospace,menlo,Cascadia Mono,Segoe UI Mono,consolas,Liberation Mono,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.875rem;line-height:1.1428571429}@media print{code,pre{font-family:sans-serif}}@media (min-width:40.0625em){code,pre{font-size:1rem;line-height:1.25}}@media print{code,pre{font-size:14pt;line-height:1.2}}.app-tag--env{font-size:.875rem;line-height:1.1428571429;margin:-6px 0 0;vertical-align:top}@media (min-width:40.0625em){.app-tag--env{font-size:1rem;line-height:1.25}}@media print{.app-tag--env{font-size:14pt;line-height:1.2}}@media (min-width:40.0625em){.app-tag--env{margin:-3px 0 0}}.cross-service-header .app-tag--env{margin:-2px 0 0 5px}@media (min-width:40.0625em){.cross-service-header .app-tag--env{margin:0 0 0 10px}}.govuk-header{background:#008531}.govuk-header__container{border-bottom:10px solid #003d16}
|
|
13
|
+
*/.hljs{background:#fff;color:#24292e}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{background-color:#f0fff4;color:#22863a}.hljs-deletion{background-color:#ffeef0;color:#b31d28}.app-code{margin-bottom:30px}@media (min-width:40.0625em){.app-code{margin-bottom:50px}}.app-code__container{background-color:#f3f2f1;border:3px solid transparent;display:block;margin:0 0 15px;outline:1px solid transparent;overflow-x:auto;padding:20px}@media (min-width:40.0625em){.app-code__container{margin-bottom:20px}}.app-code__container:focus{border:3px solid #0b0c0c;outline:3px solid #fd0}.app-code:last-child .app-code__container{margin-bottom:0}code,pre{font-family:ui-monospace,menlo,Cascadia Mono,Segoe UI Mono,consolas,Liberation Mono,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.875rem;line-height:1.1428571429}@media print{code,pre{font-family:sans-serif}}@media (min-width:40.0625em){code,pre{font-size:1rem;line-height:1.25}}@media print{code,pre{font-size:14pt;line-height:1.2}}.app-tag--env{font-size:.875rem;line-height:1.1428571429;margin:-6px 0 0;vertical-align:top}@media (min-width:40.0625em){.app-tag--env{font-size:1rem;line-height:1.25}}@media print{.app-tag--env{font-size:14pt;line-height:1.2}}@media (min-width:40.0625em){.app-tag--env{margin:-3px 0 0}}.cross-service-header .app-tag--env{margin:-2px 0 0 5px}@media (min-width:40.0625em){.cross-service-header .app-tag--env{margin:0 0 0 10px}}.govuk-header{background:#008531}.govuk-header__container{border-bottom:10px solid #003d16}@media print{.govuk-link[href]:after{content:none}}
|
|
14
14
|
/*# sourceMappingURL=application.min.css.map*/
|