@mw-kit/mw-ui 1.9.1 → 1.9.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/dist/index.js CHANGED
@@ -18192,7 +18192,7 @@ var TooltipSurface = import_styled_components72.default.div`
18192
18192
  `;
18193
18193
  }}
18194
18194
 
18195
- padding: ${({ theme: theme4 }) => theme4.spacings.s1};
18195
+ padding: ${({ theme: theme4 }) => theme4.spacings.s3};
18196
18196
  `;
18197
18197
 
18198
18198
  // src/components/Popup/index.tsx
package/dist/index.mjs CHANGED
@@ -18154,7 +18154,7 @@ var TooltipSurface = styled69.div`
18154
18154
  `;
18155
18155
  }}
18156
18156
 
18157
- padding: ${({ theme: theme4 }) => theme4.spacings.s1};
18157
+ padding: ${({ theme: theme4 }) => theme4.spacings.s3};
18158
18158
  `;
18159
18159
 
18160
18160
  // src/components/Popup/index.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mw-kit/mw-ui",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "fmgusmao",
6
6
  "license": "MIT",