@pushwoosh/dumb-components 1.1.195 → 1.1.196

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.
@@ -3,7 +3,7 @@ import { Color, FontSize, FontWeight } from '@pushwoosh/kit-constants';
3
3
  export const CardContainer = styled.div.withConfig({
4
4
  displayName: "CardContainer",
5
5
  componentId: "sc-17snd37-0"
6
- })(["display:flex;color:", ";background-color:white;flex-direction:column;scroll-margin:4px;outline-style:solid;gap:12px;padding:", ";border-radius:", ";border-bottom:", ";outline-color:", ";outline-width:", ";"], Color.MAIN, ({
6
+ })(["display:flex;color:", ";background-color:", ";flex-direction:column;scroll-margin:4px;outline-style:solid;gap:12px;padding:", ";border-radius:", ";border-bottom:", ";outline-color:", ";outline-width:", ";"], Color.MAIN, Color.CLEAR, ({
7
7
  view
8
8
  }) => view === 'stacking' ? '24px' : '16px', ({
9
9
  view
@@ -51,13 +51,13 @@ export const InputFrame = styled(RoundedBlock).withConfig({
51
51
  export const SingleInputFrame = styled(InputFrame).withConfig({
52
52
  displayName: "SingleInputFrame",
53
53
  componentId: "sc-t3ruuk-6"
54
- })(["grid-template-columns:", ";padding-right:0;background-color:", ";pointer-events:", ";& > div:last-of-type{height:34px;padding-left:1px;background-color:", ";border-radius:0 ", " ", " 0;& > div{display:flex;justify-content:center;align-items:center;color:black;background-color:", ";cursor:pointer;&:hover > *{transform:scale(1.3);}&:first-of-type{border-top-right-radius:", ";}&:last-of-type{border-bottom-right-radius:", ";}}}"], ({
54
+ })(["grid-template-columns:", ";padding-right:0;background-color:", ";pointer-events:", ";& > div:last-of-type{height:34px;padding-left:1px;background-color:", ";border-radius:0 ", " ", " 0;& > div{display:flex;justify-content:center;align-items:center;color:", ";background-color:", ";cursor:pointer;&:hover > *{transform:scale(1.3);}&:first-of-type{border-top-right-radius:", ";}&:last-of-type{border-bottom-right-radius:", ";}}}"], ({
55
55
  $hasHint
56
56
  }) => $hasHint ? '1fr max-content 21px' : '1fr 21px', ({
57
57
  $isDisabled
58
58
  }) => $isDisabled ? Color.FROZEN : Color.CLEAR, ({
59
59
  $isDisabled
60
- }) => $isDisabled ? 'none' : 'auto', Color.FORM, ShapeRadius.CONTROL, ShapeRadius.CONTROL, Color.FROZEN, ShapeRadius.CONTROL, ShapeRadius.CONTROL);
60
+ }) => $isDisabled ? 'none' : 'auto', Color.FORM, ShapeRadius.CONTROL, ShapeRadius.CONTROL, Color.MAIN, Color.FROZEN, ShapeRadius.CONTROL, ShapeRadius.CONTROL);
61
61
  export const CalendarBox = styled.div.withConfig({
62
62
  displayName: "CalendarBox",
63
63
  componentId: "sc-t3ruuk-7"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/dumb-components",
3
- "version": "1.1.195",
3
+ "version": "1.1.196",
4
4
  "description": "React components to build Pushwoosh products",
5
5
  "main": "index.js",
6
6
  "module": "index.js",