@secondstaxorg/sscomp 1.6.88 → 1.6.89
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/dist/index.es.js +1 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20125,6 +20125,7 @@ const DataContainer = styled.div`
|
|
|
20125
20125
|
const DataInfoContainer = styled.div`
|
|
20126
20126
|
display: flex;
|
|
20127
20127
|
justify-content: space-between;
|
|
20128
|
+
gap: 16px;
|
|
20128
20129
|
width: 250px;
|
|
20129
20130
|
`;
|
|
20130
20131
|
|