hof 20.3.7-beta-gtm → 20.3.7-timeout-beta
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/.nyc_output/2194bc4f-7454-4356-80e2-e52a7dc798aa.json +1 -0
 - package/.nyc_output/processinfo/{c84e394d-abf7-4aea-99aa-36427e671442.json → 2194bc4f-7454-4356-80e2-e52a7dc798aa.json} +1 -1
 - package/.nyc_output/processinfo/index.json +1 -1
 - package/README.md +12 -12
 - package/config/hof-defaults.js +8 -1
 - package/frontend/template-partials/translations/src/en/buttons.json +1 -0
 - package/frontend/template-partials/translations/src/en/errors.json +4 -0
 - package/frontend/template-partials/views/layout.html +2 -1
 - package/frontend/template-partials/views/partials/head.html +3 -6
 - package/frontend/template-partials/views/partials/session-timeout-warning.html +27 -0
 - package/frontend/themes/gov-uk/client-js/dialog/index.js +361 -0
 - package/frontend/themes/gov-uk/client-js/dialog/utils.js +114 -0
 - package/frontend/themes/gov-uk/client-js/index.js +1 -0
 - package/lib/ga-tag.js +6 -11
 - package/middleware/session-timeout.js +23 -0
 - package/package.json +1 -1
 - package/sandbox/apps/sandbox/behaviours/extend-session.js +9 -0
 - package/sandbox/assets/scss/app.scss +115 -1
 - package/sandbox/package.json +1 -1
 - package/sandbox/public/css/app.css +109 -0
 - package/sandbox/public/js/bundle.js +12345 -1149
 - package/sandbox/yarn.lock +6 -1
 - package/.nyc_output/c84e394d-abf7-4aea-99aa-36427e671442.json +0 -1
 - package/frontend/template-partials/views/partials/warn.html +0 -7
 
    
        package/sandbox/yarn.lock
    CHANGED
    
    | 
         @@ -130,11 +130,16 @@ is-number@^7.0.0: 
     | 
|
| 
       130 
130 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
         
     | 
| 
       131 
131 
     | 
    
         
             
              integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
         
     | 
| 
       132 
132 
     | 
    
         | 
| 
       133 
     | 
    
         
            -
            jquery@>=1.11 
     | 
| 
      
 133 
     | 
    
         
            +
            jquery@>=1.11:
         
     | 
| 
       134 
134 
     | 
    
         
             
              version "3.6.0"
         
     | 
| 
       135 
135 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
         
     | 
| 
       136 
136 
     | 
    
         
             
              integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
         
     | 
| 
       137 
137 
     | 
    
         | 
| 
      
 138 
     | 
    
         
            +
            jquery@^3.6.1:
         
     | 
| 
      
 139 
     | 
    
         
            +
              version "3.7.1"
         
     | 
| 
      
 140 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
         
     | 
| 
      
 141 
     | 
    
         
            +
              integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
         
     | 
| 
      
 142 
     | 
    
         
            +
             
     | 
| 
       138 
143 
     | 
    
         
             
            minimatch@^3.0.4:
         
     | 
| 
       139 
144 
     | 
    
         
             
              version "3.1.2"
         
     | 
| 
       140 
145 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
         
     |