@elliemae/ds-circular-progress-indicator 3.57.0-next.3 → 3.57.0-next.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/package.json +9 -9
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@elliemae/ds-circular-progress-indicator",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "3.57.0-next. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "3.57.0-next.5",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "license": "MIT",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "description": "ICE MT - Dimsum - Circular progress indicator",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "files": [
         
     | 
| 
         @@ -37,18 +37,18 @@ 
     | 
|
| 
       37 
37 
     | 
    
         
             
              },
         
     | 
| 
       38 
38 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       39 
39 
     | 
    
         
             
                "styled-components": "~5.3.9",
         
     | 
| 
       40 
     | 
    
         
            -
                "uid": " 
     | 
| 
       41 
     | 
    
         
            -
                "@elliemae/ds-classnames": "3.57.0-next. 
     | 
| 
       42 
     | 
    
         
            -
                "@elliemae/ds-grid": "3.57.0-next. 
     | 
| 
       43 
     | 
    
         
            -
                "@elliemae/ds-props-helpers": "3.57.0-next. 
     | 
| 
       44 
     | 
    
         
            -
                "@elliemae/ds-system": "3.57.0-next. 
     | 
| 
       45 
     | 
    
         
            -
                "@elliemae/ds-tooltip": "3.57.0-next. 
     | 
| 
      
 40 
     | 
    
         
            +
                "uid": "^2.0.2",
         
     | 
| 
      
 41 
     | 
    
         
            +
                "@elliemae/ds-classnames": "3.57.0-next.5",
         
     | 
| 
      
 42 
     | 
    
         
            +
                "@elliemae/ds-grid": "3.57.0-next.5",
         
     | 
| 
      
 43 
     | 
    
         
            +
                "@elliemae/ds-props-helpers": "3.57.0-next.5",
         
     | 
| 
      
 44 
     | 
    
         
            +
                "@elliemae/ds-system": "3.57.0-next.5",
         
     | 
| 
      
 45 
     | 
    
         
            +
                "@elliemae/ds-tooltip": "3.57.0-next.5"
         
     | 
| 
       46 
46 
     | 
    
         
             
              },
         
     | 
| 
       47 
47 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       48 
48 
     | 
    
         
             
                "@elliemae/pui-cli": "9.0.0-next.65",
         
     | 
| 
       49 
49 
     | 
    
         
             
                "jest": "~29.7.0",
         
     | 
| 
       50 
     | 
    
         
            -
                "@elliemae/ds-monorepo-devops": "3.57.0-next. 
     | 
| 
       51 
     | 
    
         
            -
                "@elliemae/ds-test-utils": "3.57.0-next. 
     | 
| 
      
 50 
     | 
    
         
            +
                "@elliemae/ds-monorepo-devops": "3.57.0-next.5",
         
     | 
| 
      
 51 
     | 
    
         
            +
                "@elliemae/ds-test-utils": "3.57.0-next.5"
         
     | 
| 
       52 
52 
     | 
    
         
             
              },
         
     | 
| 
       53 
53 
     | 
    
         
             
              "peerDependencies": {
         
     | 
| 
       54 
54 
     | 
    
         
             
                "lodash-es": "^4.17.21",
         
     |