@cloud-ru/uikit-product-fields-predefined 2.3.0 → 2.3.1-preview-a6071f69.0

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.
@@ -24,5 +24,5 @@ function CheckItem({ label, checked, layoutType, shouldHide = false, animated =
24
24
  if (shouldHide && !visible) {
25
25
  return null;
26
26
  }
27
- return ((0, jsx_runtime_1.jsxs)("div", { className: styles_module_scss_1.default.checkItem, "data-layout-type": layoutType, "data-animated": animated, children: [(0, jsx_runtime_1.jsx)(uikit_product_icons_1.CheckSVG, { size: 20, className: styles_module_scss_1.default.icon, "data-checked": checked }), (0, jsx_runtime_1.jsx)(typography_1.Typography.SansBodyM, { className: styles_module_scss_1.default.label, "data-checked": checked, children: label })] }));
27
+ return ((0, jsx_runtime_1.jsxs)("div", { className: styles_module_scss_1.default.checkItem, "data-layout-type": layoutType, "data-animated": animated, children: [(0, jsx_runtime_1.jsx)(uikit_product_icons_1.CheckSVG, { size: 16, className: styles_module_scss_1.default.icon, "data-checked": checked }), (0, jsx_runtime_1.jsx)(typography_1.Typography.SansBodyM, { className: styles_module_scss_1.default.label, "data-checked": checked, children: label })] }));
28
28
  }
@@ -29,6 +29,7 @@
29
29
  font-size:var(--sans-body-s-font-size, 12px);
30
30
  letter-spacing:var(--sans-body-s-letter-spacing, 0.1px);
31
31
  paragraph-spacing:var(--sans-body-s-paragraph-spacing, 6.6px);
32
+ padding:8px 16px;
32
33
  }
33
34
  .validationItemsContainer[data-layout-type=mobile] .validationList, .validationItemsContainer[data-layout-type=tablet] .validationList{
34
35
  gap:2px;
@@ -2,4 +2,5 @@
2
2
  display:flex;
3
3
  flex-direction:column;
4
4
  gap:8px;
5
+ background-color:var(--sys-neutral-background1-level, #fdfdfd);
5
6
  }
@@ -18,5 +18,5 @@ export function CheckItem({ label, checked, layoutType, shouldHide = false, anim
18
18
  if (shouldHide && !visible) {
19
19
  return null;
20
20
  }
21
- return (_jsxs("div", { className: styles.checkItem, "data-layout-type": layoutType, "data-animated": animated, children: [_jsx(CheckSVG, { size: 20, className: styles.icon, "data-checked": checked }), _jsx(Typography.SansBodyM, { className: styles.label, "data-checked": checked, children: label })] }));
21
+ return (_jsxs("div", { className: styles.checkItem, "data-layout-type": layoutType, "data-animated": animated, children: [_jsx(CheckSVG, { size: 16, className: styles.icon, "data-checked": checked }), _jsx(Typography.SansBodyM, { className: styles.label, "data-checked": checked, children: label })] }));
22
22
  }
@@ -29,6 +29,7 @@
29
29
  font-size:var(--sans-body-s-font-size, 12px);
30
30
  letter-spacing:var(--sans-body-s-letter-spacing, 0.1px);
31
31
  paragraph-spacing:var(--sans-body-s-paragraph-spacing, 6.6px);
32
+ padding:8px 16px;
32
33
  }
33
34
  .validationItemsContainer[data-layout-type=mobile] .validationList, .validationItemsContainer[data-layout-type=tablet] .validationList{
34
35
  gap:2px;
@@ -2,4 +2,5 @@
2
2
  display:flex;
3
3
  flex-direction:column;
4
4
  gap:8px;
5
+ background-color:var(--sys-neutral-background1-level, #fdfdfd);
5
6
  }