@pushwoosh/dumb-components 1.1.46 → 1.1.47

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/Popover/styles.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import Tippy from '@tippyjs/react';
2
2
  import styled from 'styled-components';
3
- import { Color, ShapeRadius, Spacing } from '@pushwoosh/kit-constants';
3
+ import { Color, ShapeRadius } from '@pushwoosh/kit-constants';
4
4
  export const PopoverContainer = styled.div.withConfig({
5
5
  displayName: "PopoverContainer",
6
6
  componentId: "sc-qsqk3z-0"
@@ -8,9 +8,9 @@ export const PopoverContainer = styled.div.withConfig({
8
8
  export const PopoverContainerWindow = styled.div.withConfig({
9
9
  displayName: "PopoverContainerWindow",
10
10
  componentId: "sc-qsqk3z-1"
11
- })(["min-width:", ";padding:", ";border:1px solid ", ";border-radius:", ";background:", ";transition:visibility 50ms linear;> *{opacity:", ";}"], ({
11
+ })(["min-width:", ";border:1px solid ", ";border-radius:", ";background:", ";transition:visibility 50ms linear;> *{opacity:", ";}"], ({
12
12
  $minWidth
13
- }) => $minWidth ? `${$minWidth}px` : 'auto', Spacing.S5, Color.FORM, ShapeRadius.DIALOG, Color.CLEAR, ({
13
+ }) => $minWidth ? `${$minWidth}px` : 'auto', Color.FORM, ShapeRadius.DIALOG, Color.CLEAR, ({
14
14
  $isLoading
15
15
  }) => $isLoading ? '0.5' : '1');
16
16
  export const PopoverContainerPortal = styled(Tippy).withConfig({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/dumb-components",
3
- "version": "1.1.46",
3
+ "version": "1.1.47",
4
4
  "description": "React components to build Pushwoosh products",
5
5
  "main": "index.js",
6
6
  "module": "index.js",