@pushwoosh/dumb-components 1.1.138 → 1.1.140

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.
@@ -4,6 +4,6 @@ import { Color, FontSize, FontWeight, ShapeRadius } from '@pushwoosh/kit-constan
4
4
  export const EditableStyled = styled(Editable).withConfig({
5
5
  displayName: "EditableStyled",
6
6
  componentId: "sc-1frhl1f-0"
7
- })(["font-weight:", ";font-size:", ";line-height:140%;padding:8px;color:", ";caret-color:", ";border:1px solid ", ";border-radius:", ";overflow-x:auto;", " &:focus{border-color:", ";outline:none;}& > p{margin:4px 0;&:first-child{margin-top:0;}&:last-child{margin-bottom:0;}}"], FontWeight.REGULAR, FontSize.REGULAR, Color.MAIN, Color.BRIGHT, Color.FORM, ShapeRadius.CONTROL, ({
7
+ })(["font-weight:", ";font-size:", ";line-height:140%;padding:8px;color:", ";background:", ";caret-color:", ";border:1px solid ", ";border-radius:", ";overflow-x:auto;", " &:focus{border-color:", ";outline:none;}& > p{margin:4px 0;&:first-child{margin-top:0;}&:last-child{margin-bottom:0;}}"], FontWeight.REGULAR, FontSize.REGULAR, Color.MAIN, Color.CLEAR, Color.BRIGHT, Color.FORM, ShapeRadius.CONTROL, ({
8
8
  $minHeight
9
9
  }) => $minHeight && `min-height: ${$minHeight};`, Color.BRIGHT);
@@ -21,7 +21,7 @@ export function TooltipTrigger({
21
21
  "$hoverColor": hoverColor,
22
22
  children: _jsx(Icon, {
23
23
  size: size,
24
- view: "lined"
24
+ view: "shaded"
25
25
  })
26
26
  })
27
27
  });
package/Tooltip/maps.d.ts CHANGED
@@ -40,6 +40,6 @@ export declare const TooltipTriggerViewMap: Record<TooltipTriggerView, {
40
40
  hoverColor: Color;
41
41
  icon: React.FC<{
42
42
  size: 'small' | 'medium';
43
- view: 'lined' | 'filled';
43
+ view: 'lined' | 'filled' | 'shaded';
44
44
  }>;
45
45
  }>;
package/Tooltip/maps.js CHANGED
@@ -163,12 +163,12 @@ export function getLeftPosition(position, offset) {
163
163
  }
164
164
  export const TooltipTriggerViewMap = {
165
165
  info: {
166
- color: Color.PHANTOM,
166
+ color: Color.LOCKED,
167
167
  hoverColor: Color.PRIMARY_HOVER,
168
168
  icon: InfoRoundIcon
169
169
  },
170
170
  question: {
171
- color: Color.PHANTOM,
171
+ color: Color.LOCKED,
172
172
  hoverColor: Color.PRIMARY_HOVER,
173
173
  icon: HelpRoundIcon
174
174
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/dumb-components",
3
- "version": "1.1.138",
3
+ "version": "1.1.140",
4
4
  "description": "React components to build Pushwoosh products",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -49,7 +49,7 @@
49
49
  "@lezer/highlight": "^1.2.1",
50
50
  "@pushwoosh/kit-constants": "^1.6.14",
51
51
  "@pushwoosh/kit-helpers": "^4.11.0",
52
- "@pushwoosh/kit-icons": "^2.1.9",
52
+ "@pushwoosh/kit-icons": "^2.1.16",
53
53
  "@pushwoosh/kit-typography": "^1.7.5",
54
54
  "@tippyjs/react": "^4.2.6",
55
55
  "@uiw/codemirror-themes": "^4.23.8",