ui-kit-ck-consultant 0.5.283 → 0.5.284
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.css +6 -49
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +7 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -85,33 +85,16 @@
|
|
85
85
|
transition: 0.4s;
|
86
86
|
}
|
87
87
|
|
88
|
-
._RsujT
|
89
|
-
|
90
|
-
right: 4rem;
|
91
|
-
top: 2rem;
|
92
|
-
font-size: 26px;
|
93
|
-
color: var(--primary-color);
|
94
|
-
cursor: pointer;
|
95
|
-
transition: 0.4s;
|
96
|
-
}
|
97
|
-
._1AbTJ {
|
98
|
-
position: absolute;
|
99
|
-
right: 2rem;
|
100
|
-
top: 2rem;
|
101
|
-
font-size: 26px;
|
102
|
-
color: var(--primary-color);
|
103
|
-
cursor: pointer;
|
104
|
-
transition: 0.4s;
|
105
|
-
}
|
88
|
+
._RsujT,
|
89
|
+
._1AbTJ,
|
106
90
|
._33Wb2 {
|
107
|
-
position: absolute;
|
108
|
-
right: 4rem;
|
109
|
-
top: 2rem;
|
110
91
|
font-size: 26px;
|
111
92
|
color: var(--primary-color);
|
112
93
|
cursor: pointer;
|
113
94
|
transition: 0.4s;
|
95
|
+
margin-left: 10px;
|
114
96
|
}
|
97
|
+
|
115
98
|
._RsujT:hover,
|
116
99
|
._1AbTJ:hover,
|
117
100
|
._33Wb2:hover {
|
@@ -149,6 +132,7 @@
|
|
149
132
|
}
|
150
133
|
|
151
134
|
._2wSoq {
|
135
|
+
display: flex;
|
152
136
|
padding: 20px;
|
153
137
|
}
|
154
138
|
|
@@ -172,7 +156,7 @@
|
|
172
156
|
overflow-y: auto;
|
173
157
|
}
|
174
158
|
|
175
|
-
._3sTgK{
|
159
|
+
._3sTgK {
|
176
160
|
overflow-x: hidden !important;
|
177
161
|
overflow-y: hidden !important;
|
178
162
|
}
|
@@ -183,20 +167,6 @@
|
|
183
167
|
width: 400px;
|
184
168
|
max-width: 95%;
|
185
169
|
}
|
186
|
-
|
187
|
-
._2YluD ._RsujT {
|
188
|
-
right: 3.5rem;
|
189
|
-
top: 1.5rem;
|
190
|
-
}
|
191
|
-
._2YluD ._1AbTJ {
|
192
|
-
right: 1.5rem;
|
193
|
-
top: 1.5rem;
|
194
|
-
}
|
195
|
-
|
196
|
-
._2YluD ._33Wb2 {
|
197
|
-
right: 3.5rem;
|
198
|
-
top: 1.5rem;
|
199
|
-
}
|
200
170
|
}
|
201
171
|
|
202
172
|
@media screen and (max-width: 440px) {
|
@@ -204,19 +174,6 @@
|
|
204
174
|
padding: 16px;
|
205
175
|
max-width: 95%;
|
206
176
|
}
|
207
|
-
|
208
|
-
._2YluD ._RsujT {
|
209
|
-
right: 2.5rem;
|
210
|
-
top: 0.5rem;
|
211
|
-
}
|
212
|
-
._2YluD ._1AbTJ {
|
213
|
-
right: 0.5rem;
|
214
|
-
top: 0.5rem;
|
215
|
-
}
|
216
|
-
._2YluD ._33Wb2 {
|
217
|
-
right: 2.5rem;
|
218
|
-
top: 0.5rem;
|
219
|
-
}
|
220
177
|
}
|
221
178
|
|
222
179
|
._Dv_TK,
|
package/dist/index.js
CHANGED
@@ -176,6 +176,12 @@ var FullModal = /*#__PURE__*/function (_React$Component) {
|
|
176
176
|
className: classNames$1(style.modal, this.props.className)
|
177
177
|
}, /*#__PURE__*/React__default.createElement("div", {
|
178
178
|
className: style.full_modal_container
|
179
|
+
}, this.props.title ? /*#__PURE__*/React__default.createElement("div", {
|
180
|
+
className: style.full_modal_header
|
181
|
+
}, /*#__PURE__*/React__default.createElement("h2", {
|
182
|
+
className: "mr-auto"
|
183
|
+
}, this.props.title), /*#__PURE__*/React__default.createElement("div", {
|
184
|
+
className: "d-flex m-auto mr-0"
|
179
185
|
}, /*#__PURE__*/React__default.createElement("div", {
|
180
186
|
className: style.modal_valid,
|
181
187
|
onClick: this.props.onValid
|
@@ -192,9 +198,7 @@ var FullModal = /*#__PURE__*/function (_React$Component) {
|
|
192
198
|
onClick: this.props.onCustom
|
193
199
|
}, /*#__PURE__*/React__default.createElement(reactFontawesome.FontAwesomeIcon, {
|
194
200
|
icon: this.props.customIcon
|
195
|
-
})) : null
|
196
|
-
className: style.full_modal_header
|
197
|
-
}, /*#__PURE__*/React__default.createElement("h2", null, this.props.title)) : null, /*#__PURE__*/React__default.createElement("div", {
|
201
|
+
})) : null)) : null, /*#__PURE__*/React__default.createElement("div", {
|
198
202
|
className: classNames$1(this.props.noPadding ? style.full_modal_body_no_padding : style.full_modal_body, this.props.noOverflow ? style.full_modal_body_no_overflow : {})
|
199
203
|
}, this.props.children))));
|
200
204
|
};
|