@gobolt/genesis 0.8.4 → 0.8.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/dist/index.cjs CHANGED
@@ -89219,6 +89219,10 @@ const Content = styled(Tile)`
89219
89219
  flex: 1;
89220
89220
  min-width: 0;
89221
89221
  padding: ${({ theme }) => theme.sizing.Size3}px 0;
89222
+
89223
+ .ant-skeleton-paragraph {
89224
+ margin: 0px !important;
89225
+ }
89222
89226
  `;
89223
89227
  const ActionNote = styled(Tile)`
89224
89228
  padding: 0;
package/dist/index.js CHANGED
@@ -89201,6 +89201,10 @@ const Content = styled(Tile)`
89201
89201
  flex: 1;
89202
89202
  min-width: 0;
89203
89203
  padding: ${({ theme }) => theme.sizing.Size3}px 0;
89204
+
89205
+ .ant-skeleton-paragraph {
89206
+ margin: 0px !important;
89207
+ }
89204
89208
  `;
89205
89209
  const ActionNote = styled(Tile)`
89206
89210
  padding: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gobolt/genesis",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "genesis design system",
5
5
  "author": "gobolt",
6
6
  "license": "MIT",