hof 20.4.1 → 20.5.0-beta-deindex-test
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/config/hof-defaults.js +1 -0
 - package/frontend/govuk-template/build/govuk_template.html +3 -0
 - package/frontend/govuk-template/govuk_template_generated.html +102 -0
 - package/package.json +1 -2
 - package/pull_request.md +16 -0
 - package/sandbox/apps/sandbox/translations/en/default.json +220 -0
 - package/sandbox/package.json +1 -0
 - package/sandbox/public/css/app.css +9397 -0
 - package/sandbox/public/images/icons/icon-caret-left.png +0 -0
 - package/sandbox/public/images/icons/icon-complete.png +0 -0
 - package/sandbox/public/images/icons/icon-cross-remove-sign.png +0 -0
 - package/sandbox/public/js/bundle.js +35664 -0
 - package/sandbox/yarn.lock +5 -0
 
    
        package/sandbox/yarn.lock
    CHANGED
    
    | 
         @@ -142,6 +142,11 @@ minimatch@^3.0.4: 
     | 
|
| 
       142 
142 
     | 
    
         
             
              dependencies:
         
     | 
| 
       143 
143 
     | 
    
         
             
                brace-expansion "^1.1.7"
         
     | 
| 
       144 
144 
     | 
    
         | 
| 
      
 145 
     | 
    
         
            +
            minimist@^1.2.8:
         
     | 
| 
      
 146 
     | 
    
         
            +
              version "1.2.8"
         
     | 
| 
      
 147 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
         
     | 
| 
      
 148 
     | 
    
         
            +
              integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
         
     | 
| 
      
 149 
     | 
    
         
            +
             
     | 
| 
       145 
150 
     | 
    
         
             
            ms@^2.1.1:
         
     | 
| 
       146 
151 
     | 
    
         
             
              version "2.1.3"
         
     | 
| 
       147 
152 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
         
     |