@thecb/components 8.4.13-beta.1 → 8.4.13-beta.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
CHANGED
|
@@ -125,7 +125,7 @@ const LoadingDetails = () => (
|
|
|
125
125
|
<Box
|
|
126
126
|
padding="0"
|
|
127
127
|
extraStyles={`position: absolute;
|
|
128
|
-
height:
|
|
128
|
+
height: 200px;
|
|
129
129
|
width: 100%;
|
|
130
130
|
display: flex;
|
|
131
131
|
justify-content: center;
|
|
@@ -140,18 +140,18 @@ const LoadingDetails = () => (
|
|
|
140
140
|
</Cluster>
|
|
141
141
|
<SolidDivider />
|
|
142
142
|
<Box padding="0.5rem 0">
|
|
143
|
-
<
|
|
143
|
+
<Cluster justify="space-between" align="start">
|
|
144
144
|
<LoadingLine exactWidth="80px" height="27px" />
|
|
145
145
|
<LoadingLine exactWidth="60px" height="27px" />
|
|
146
|
-
</
|
|
146
|
+
</Cluster>
|
|
147
147
|
<Box padding="4px 0" />
|
|
148
|
-
<
|
|
148
|
+
<Cluster justify="space-between" align="start">
|
|
149
149
|
<LoadingLine exactWidth="160px" height="27px" />
|
|
150
150
|
<LoadingLine exactWidth="50px" height="27px" />
|
|
151
|
-
</
|
|
151
|
+
</Cluster>
|
|
152
152
|
</Box>
|
|
153
153
|
<SolidDivider />
|
|
154
|
-
<Stack direction="row">
|
|
154
|
+
<Stack justify="space-between" direction="row">
|
|
155
155
|
<LoadingLine exactWidth="100px" height="30px" />
|
|
156
156
|
<LoadingLine exactWidth="70px" height="30px" />
|
|
157
157
|
</Stack>
|