intelicoreact 0.2.48 → 0.2.51

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.
@@ -34,7 +34,7 @@ var RadioInput = function RadioInput(_ref) {
34
34
  className: (0, _classnames.default)(RC, className, (0, _defineProperty2.default)({}, "".concat(RC, "_disabled"), disabled)),
35
35
  htmlFor: id
36
36
  }, /*#__PURE__*/_react.default.createElement("div", {
37
- className: (0, _classnames.default)("".concat(RC, "__input"))
37
+ className: (0, _classnames.default)("".concat(RC, "__input"), (0, _defineProperty2.default)({}, "".concat(RC, "__input--checked"), checked === value))
38
38
  }, /*#__PURE__*/_react.default.createElement("input", {
39
39
  id: id,
40
40
  type: "radio",
@@ -1,12 +1,13 @@
1
1
  .radio-row-switcher {
2
2
  display: flex;
3
3
  align-items: center;
4
- justify-content: space-between;
5
4
 
6
5
  &__label {
7
6
  color: #1e1e2d;
8
7
  font-weight: 400;
9
8
  font-size: 13px;
9
+ flex-basis: 300px;
10
+ margin-right: 10px;
10
11
  }
11
12
 
12
13
  &__items-box {
@@ -43,18 +44,38 @@
43
44
 
44
45
  &:first-child {
45
46
  min-width: 27px;
47
+
48
+ &:hover {
49
+ color: #78c58d;
50
+ }
46
51
  }
47
52
  &:nth-child(2) {
48
53
  min-width: 19px;
54
+
55
+ &:hover {
56
+ color: #f06d8d;
57
+ }
49
58
  }
50
59
  &:nth-child(3) {
51
60
  min-width: 46px;
61
+
62
+ &:hover {
63
+ color: #f59a2f;
64
+ }
52
65
  }
53
66
  &:nth-child(4) {
54
67
  min-width: 22px;
68
+
69
+ &:hover {
70
+ color: #9aa0b9;
71
+ }
55
72
  }
56
73
  &:nth-child(5) {
57
74
  min-width: 54px;
75
+
76
+ &:hover {
77
+ color: #6b81dd;
78
+ }
58
79
  }
59
80
 
60
81
  &--active {
@@ -84,7 +105,6 @@
84
105
  top: 2px;
85
106
  bottom: 2px;
86
107
  border: 1px solid transparent;
87
- cursor: pointer;
88
108
  transition: 0.3s ease;
89
109
 
90
110
  &--pass {
@@ -90,6 +90,13 @@
90
90
  background-color: #ffff;
91
91
  }
92
92
  }
93
+
94
+ &__buttons-block {
95
+ display: flex;
96
+ flex-flow: row nowrap;
97
+ justify-content: flex-start;
98
+ align-items: center;
99
+ }
93
100
  }
94
101
  .modal__footer--noborder {
95
102
  border-top: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.2.48",
3
+ "version": "0.2.51",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [