@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
18157
|
+
padding: ${({ theme: theme4 }) => theme4.spacings.s3};
|
|
18158
18158
|
`;
|
|
18159
18159
|
|
|
18160
18160
|
// src/components/Popup/index.tsx
|