@genesislcap/foundation-layout 14.343.1-alpha-e4337a8.0 → 14.343.2
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/package.json +12 -12
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@genesislcap/foundation-layout",
         
     | 
| 
       3 
3 
     | 
    
         
             
              "description": "Genesis Foundation UI App Layout",
         
     | 
| 
       4 
     | 
    
         
            -
              "version": "14.343. 
     | 
| 
      
 4 
     | 
    
         
            +
              "version": "14.343.2",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "license": "SEE LICENSE IN license.txt",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "main": "dist/esm/index.js",
         
     | 
| 
       7 
7 
     | 
    
         
             
              "types": "dist/foundation-layout.d.ts",
         
     | 
| 
         @@ -36,19 +36,19 @@ 
     | 
|
| 
       36 
36 
     | 
    
         
             
                }
         
     | 
| 
       37 
37 
     | 
    
         
             
              },
         
     | 
| 
       38 
38 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       39 
     | 
    
         
            -
                "@genesislcap/foundation-testing": "14.343. 
     | 
| 
       40 
     | 
    
         
            -
                "@genesislcap/genx": "14.343. 
     | 
| 
       41 
     | 
    
         
            -
                "@genesislcap/rollup-builder": "14.343. 
     | 
| 
       42 
     | 
    
         
            -
                "@genesislcap/ts-builder": "14.343. 
     | 
| 
       43 
     | 
    
         
            -
                "@genesislcap/uvu-playwright-builder": "14.343. 
     | 
| 
       44 
     | 
    
         
            -
                "@genesislcap/vite-builder": "14.343. 
     | 
| 
       45 
     | 
    
         
            -
                "@genesislcap/webpack-builder": "14.343. 
     | 
| 
      
 39 
     | 
    
         
            +
                "@genesislcap/foundation-testing": "14.343.2",
         
     | 
| 
      
 40 
     | 
    
         
            +
                "@genesislcap/genx": "14.343.2",
         
     | 
| 
      
 41 
     | 
    
         
            +
                "@genesislcap/rollup-builder": "14.343.2",
         
     | 
| 
      
 42 
     | 
    
         
            +
                "@genesislcap/ts-builder": "14.343.2",
         
     | 
| 
      
 43 
     | 
    
         
            +
                "@genesislcap/uvu-playwright-builder": "14.343.2",
         
     | 
| 
      
 44 
     | 
    
         
            +
                "@genesislcap/vite-builder": "14.343.2",
         
     | 
| 
      
 45 
     | 
    
         
            +
                "@genesislcap/webpack-builder": "14.343.2"
         
     | 
| 
       46 
46 
     | 
    
         
             
              },
         
     | 
| 
       47 
47 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       48 
48 
     | 
    
         
             
                "@genesis-community/golden-layout": "^2.11.0",
         
     | 
| 
       49 
     | 
    
         
            -
                "@genesislcap/foundation-comms": "14.343. 
     | 
| 
       50 
     | 
    
         
            -
                "@genesislcap/foundation-logger": "14.343. 
     | 
| 
       51 
     | 
    
         
            -
                "@genesislcap/foundation-utils": "14.343. 
     | 
| 
      
 49 
     | 
    
         
            +
                "@genesislcap/foundation-comms": "14.343.2",
         
     | 
| 
      
 50 
     | 
    
         
            +
                "@genesislcap/foundation-logger": "14.343.2",
         
     | 
| 
      
 51 
     | 
    
         
            +
                "@genesislcap/foundation-utils": "14.343.2",
         
     | 
| 
       52 
52 
     | 
    
         
             
                "@microsoft/fast-components": "2.30.6",
         
     | 
| 
       53 
53 
     | 
    
         
             
                "@microsoft/fast-element": "1.14.0",
         
     | 
| 
       54 
54 
     | 
    
         
             
                "@microsoft/fast-foundation": "2.49.6"
         
     | 
| 
         @@ -62,5 +62,5 @@ 
     | 
|
| 
       62 
62 
     | 
    
         
             
                "access": "public"
         
     | 
| 
       63 
63 
     | 
    
         
             
              },
         
     | 
| 
       64 
64 
     | 
    
         
             
              "customElements": "dist/custom-elements.json",
         
     | 
| 
       65 
     | 
    
         
            -
              "gitHead": " 
     | 
| 
      
 65 
     | 
    
         
            +
              "gitHead": "1abb33541cb6e0fc6433eaebbc88a7c0619e8815"
         
     | 
| 
       66 
66 
     | 
    
         
             
            }
         
     |