@gravity-ui/page-constructor 5.15.1 → 5.15.3
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/build/cjs/components/IconWrapper/IconWrapper.css +3 -0
- package/build/cjs/components/IconWrapper/IconWrapper.js +1 -1
- package/build/cjs/sub-blocks/HubspotForm/HubspotForm.css +4 -4
- package/build/esm/components/IconWrapper/IconWrapper.css +3 -0
- package/build/esm/components/IconWrapper/IconWrapper.js +1 -1
- package/build/esm/sub-blocks/HubspotForm/HubspotForm.css +4 -4
- package/package.json +1 -1
- package/widget/index.js +1 -1
|
@@ -15,6 +15,6 @@ const IconWrapper = (props) => {
|
|
|
15
15
|
const iconPosition = icon === null || icon === void 0 ? void 0 : icon.position;
|
|
16
16
|
return (react_1.default.createElement("div", { className: b({ ['icon-position']: iconPosition }, className) },
|
|
17
17
|
iconProps && (react_1.default.createElement(Image_1.default, Object.assign({}, iconProps, { containerClassName: b('icon-container'), className: b('icon', { ['icon-position']: iconPosition }) }))),
|
|
18
|
-
react_1.default.createElement("div", { className: b('content') }, children)));
|
|
18
|
+
react_1.default.createElement("div", { className: b('content', { ['icon-position']: iconPosition }) }, children)));
|
|
19
19
|
};
|
|
20
20
|
exports.default = IconWrapper;
|
|
@@ -157,8 +157,8 @@ unpredictable css rules order in build */
|
|
|
157
157
|
.pc-hubspot-form .hs-form-field .hs-form-checkbox-display {
|
|
158
158
|
position: relative;
|
|
159
159
|
}
|
|
160
|
-
.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display span:not(.hs-form-required):before,
|
|
161
|
-
.pc-hubspot-form .hs-form-field .hs-form-checkbox-display span:not(.hs-form-required):before {
|
|
160
|
+
.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display > span:not(.hs-form-required):before,
|
|
161
|
+
.pc-hubspot-form .hs-form-field .hs-form-checkbox-display > span:not(.hs-form-required):before {
|
|
162
162
|
content: "";
|
|
163
163
|
position: absolute;
|
|
164
164
|
top: 0;
|
|
@@ -170,8 +170,8 @@ unpredictable css rules order in build */
|
|
|
170
170
|
border: 1px solid var(--g-color-line-generic-accent);
|
|
171
171
|
transition: background-color 0.1s linear;
|
|
172
172
|
}
|
|
173
|
-
.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display span:not(.hs-form-required):after,
|
|
174
|
-
.pc-hubspot-form .hs-form-field .hs-form-checkbox-display span:not(.hs-form-required):after {
|
|
173
|
+
.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display > span:not(.hs-form-required):after,
|
|
174
|
+
.pc-hubspot-form .hs-form-field .hs-form-checkbox-display > span:not(.hs-form-required):after {
|
|
175
175
|
content: "";
|
|
176
176
|
position: absolute;
|
|
177
177
|
top: -10px;
|
|
@@ -13,6 +13,6 @@ const IconWrapper = (props) => {
|
|
|
13
13
|
const iconPosition = icon === null || icon === void 0 ? void 0 : icon.position;
|
|
14
14
|
return (React.createElement("div", { className: b({ ['icon-position']: iconPosition }, className) },
|
|
15
15
|
iconProps && (React.createElement(Image, Object.assign({}, iconProps, { containerClassName: b('icon-container'), className: b('icon', { ['icon-position']: iconPosition }) }))),
|
|
16
|
-
React.createElement("div", { className: b('content') }, children)));
|
|
16
|
+
React.createElement("div", { className: b('content', { ['icon-position']: iconPosition }) }, children)));
|
|
17
17
|
};
|
|
18
18
|
export default IconWrapper;
|
|
@@ -157,8 +157,8 @@ unpredictable css rules order in build */
|
|
|
157
157
|
.pc-hubspot-form .hs-form-field .hs-form-checkbox-display {
|
|
158
158
|
position: relative;
|
|
159
159
|
}
|
|
160
|
-
.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display span:not(.hs-form-required):before,
|
|
161
|
-
.pc-hubspot-form .hs-form-field .hs-form-checkbox-display span:not(.hs-form-required):before {
|
|
160
|
+
.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display > span:not(.hs-form-required):before,
|
|
161
|
+
.pc-hubspot-form .hs-form-field .hs-form-checkbox-display > span:not(.hs-form-required):before {
|
|
162
162
|
content: "";
|
|
163
163
|
position: absolute;
|
|
164
164
|
top: 0;
|
|
@@ -170,8 +170,8 @@ unpredictable css rules order in build */
|
|
|
170
170
|
border: 1px solid var(--g-color-line-generic-accent);
|
|
171
171
|
transition: background-color 0.1s linear;
|
|
172
172
|
}
|
|
173
|
-
.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display span:not(.hs-form-required):after,
|
|
174
|
-
.pc-hubspot-form .hs-form-field .hs-form-checkbox-display span:not(.hs-form-required):after {
|
|
173
|
+
.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display > span:not(.hs-form-required):after,
|
|
174
|
+
.pc-hubspot-form .hs-form-field .hs-form-checkbox-display > span:not(.hs-form-required):after {
|
|
175
175
|
content: "";
|
|
176
176
|
position: absolute;
|
|
177
177
|
top: -10px;
|