@cloud-ru/uikit-product-site-layout 0.2.3 → 0.2.5

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/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 0.2.5 (2025-11-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **PD-3377:** removed contributors ([121640f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/121640f7b88b20a728a6ad2c39de8841532bb308))
12
+
13
+
14
+
15
+
16
+
17
+ ## 0.2.4 (2025-11-13)
18
+
19
+ ### Only dependencies have been changed
20
+ * [@cloud-ru/uikit-product-utils@7.0.2](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/utils/CHANGELOG.md)
21
+
22
+
23
+
24
+
25
+
6
26
  ## 0.2.3 (2025-11-12)
7
27
 
8
28
 
@@ -18,7 +18,7 @@ exports.Layout = void 0;
18
18
  exports.LayoutComponent = LayoutComponent;
19
19
  const jsx_runtime_1 = require("react/jsx-runtime");
20
20
  const classnames_1 = __importDefault(require("classnames"));
21
- const uikit_product_utils_1 = require("@sbercloud/uikit-product-utils");
21
+ const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
22
22
  const helperComponents_1 = require("../helperComponents");
23
23
  const styles_module_scss_1 = __importDefault(require('./styles.module.css'));
24
24
  function LayoutComponent(_a) {
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  export type LayoutProps = WithSupportProps<{
4
4
  /** Слот под основной контент, рекомендуется использовать helper компоненты Layout.Header, Layout.Footer, etc. */
5
5
  children: ReactNode;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { WithLayoutType, WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithLayoutType, WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  export type FooterProps = WithSupportProps<WithLayoutType<{
4
4
  children: ReactNode;
5
5
  className?: string;
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.Footer = Footer;
18
18
  const jsx_runtime_1 = require("react/jsx-runtime");
19
19
  const classnames_1 = __importDefault(require("classnames"));
20
- const uikit_product_utils_1 = require("@sbercloud/uikit-product-utils");
20
+ const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
21
21
  const styles_module_scss_1 = __importDefault(require('./styles.module.css'));
22
22
  function Footer(_a) {
23
23
  var { children, className, layoutType } = _a, rest = __rest(_a, ["children", "className", "layoutType"]);
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties, ReactNode } from 'react';
2
- import { WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  export type HeaderProps = WithSupportProps<{
4
4
  children: ReactNode;
5
5
  className?: string;
@@ -13,7 +13,7 @@ var __rest = (this && this.__rest) || function (s, e) {
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.Header = Header;
15
15
  const jsx_runtime_1 = require("react/jsx-runtime");
16
- const uikit_product_utils_1 = require("@sbercloud/uikit-product-utils");
16
+ const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
17
17
  function Header(_a) {
18
18
  var { children, className, style } = _a, rest = __rest(_a, ["children", "className", "style"]);
19
19
  return ((0, jsx_runtime_1.jsx)("header", Object.assign({ className: className }, (0, uikit_product_utils_1.extractSupportProps)(rest), { style: style, children: children })));
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  export type MainProps = WithSupportProps<{
4
4
  children: ReactNode;
5
5
  className?: string;
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.Main = Main;
18
18
  const jsx_runtime_1 = require("react/jsx-runtime");
19
19
  const classnames_1 = __importDefault(require("classnames"));
20
- const uikit_product_utils_1 = require("@sbercloud/uikit-product-utils");
20
+ const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
21
21
  const styles_module_scss_1 = __importDefault(require('./styles.module.css'));
22
22
  function Main(_a) {
23
23
  var { children, className } = _a, rest = __rest(_a, ["children", "className"]);
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { WithLayoutType, WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithLayoutType, WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  export type SectionWrapperProps = WithSupportProps<WithLayoutType<{
4
4
  id?: string;
5
5
  children: ReactNode;
@@ -12,5 +12,5 @@ export declare const SectionWrapper: import("react").ForwardRefExoticComponent<{
12
12
  children: ReactNode;
13
13
  className?: string;
14
14
  } & {
15
- layoutType: import("@sbercloud/uikit-product-utils").LayoutType;
15
+ layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
16
16
  } & import("react").RefAttributes<HTMLDivElement>>;
@@ -18,7 +18,7 @@ exports.SectionWrapper = void 0;
18
18
  const jsx_runtime_1 = require("react/jsx-runtime");
19
19
  const classnames_1 = __importDefault(require("classnames"));
20
20
  const react_1 = require("react");
21
- const uikit_product_utils_1 = require("@sbercloud/uikit-product-utils");
21
+ const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
22
22
  const styles_module_scss_1 = __importDefault(require('./styles.module.css'));
23
23
  exports.SectionWrapper = (0, react_1.forwardRef)((_a, ref) => {
24
24
  var { id, children, className, layoutType } = _a, rest = __rest(_a, ["id", "children", "className", "layoutType"]);
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
11
11
  };
12
12
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import cn from 'classnames';
14
- import { extractSupportProps } from '@sbercloud/uikit-product-utils';
14
+ import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
15
15
  import { Footer, Header, Main, SectionWrapper, } from '../helperComponents';
16
16
  import styles from './styles.module.css';
17
17
  export function LayoutComponent(_a) {
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  export type LayoutProps = WithSupportProps<{
4
4
  /** Слот под основной контент, рекомендуется использовать helper компоненты Layout.Header, Layout.Footer, etc. */
5
5
  children: ReactNode;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { WithLayoutType, WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithLayoutType, WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  export type FooterProps = WithSupportProps<WithLayoutType<{
4
4
  children: ReactNode;
5
5
  className?: string;
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import cn from 'classnames';
14
- import { extractSupportProps } from '@sbercloud/uikit-product-utils';
14
+ import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
15
15
  import styles from './styles.module.css';
16
16
  export function Footer(_a) {
17
17
  var { children, className, layoutType } = _a, rest = __rest(_a, ["children", "className", "layoutType"]);
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties, ReactNode } from 'react';
2
- import { WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  export type HeaderProps = WithSupportProps<{
4
4
  children: ReactNode;
5
5
  className?: string;
@@ -10,7 +10,7 @@ var __rest = (this && this.__rest) || function (s, e) {
10
10
  return t;
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { extractSupportProps } from '@sbercloud/uikit-product-utils';
13
+ import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
14
14
  export function Header(_a) {
15
15
  var { children, className, style } = _a, rest = __rest(_a, ["children", "className", "style"]);
16
16
  return (_jsx("header", Object.assign({ className: className }, extractSupportProps(rest), { style: style, children: children })));
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  export type MainProps = WithSupportProps<{
4
4
  children: ReactNode;
5
5
  className?: string;
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import cn from 'classnames';
14
- import { extractSupportProps } from '@sbercloud/uikit-product-utils';
14
+ import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
15
15
  import styles from './styles.module.css';
16
16
  export function Main(_a) {
17
17
  var { children, className } = _a, rest = __rest(_a, ["children", "className"]);
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { WithLayoutType, WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithLayoutType, WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  export type SectionWrapperProps = WithSupportProps<WithLayoutType<{
4
4
  id?: string;
5
5
  children: ReactNode;
@@ -12,5 +12,5 @@ export declare const SectionWrapper: import("react").ForwardRefExoticComponent<{
12
12
  children: ReactNode;
13
13
  className?: string;
14
14
  } & {
15
- layoutType: import("@sbercloud/uikit-product-utils").LayoutType;
15
+ layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
16
16
  } & import("react").RefAttributes<HTMLDivElement>>;
@@ -12,7 +12,7 @@ var __rest = (this && this.__rest) || function (s, e) {
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import cn from 'classnames';
14
14
  import { forwardRef } from 'react';
15
- import { extractSupportProps } from '@sbercloud/uikit-product-utils';
15
+ import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
16
16
  import styles from './styles.module.css';
17
17
  export const SectionWrapper = forwardRef((_a, ref) => {
18
18
  var { id, children, className, layoutType } = _a, rest = __rest(_a, ["id", "children", "className", "layoutType"]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-ru/uikit-product-site-layout",
3
3
  "title": "Site Layout",
4
- "version": "0.2.3",
4
+ "version": "0.2.5",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -30,15 +30,14 @@
30
30
  "name": "Akhremenko Grigorii",
31
31
  "url": "https://github.com/AGrigorii"
32
32
  },
33
- "contributors": [],
34
33
  "license": "Apache-2.0",
35
34
  "publishConfig": {
36
35
  "access": "public"
37
36
  },
38
37
  "scripts": {},
39
38
  "dependencies": {
40
- "@cloud-ru/uikit-product-utils": "7.0.1",
39
+ "@cloud-ru/uikit-product-utils": "7.0.3",
41
40
  "classnames": "2.5.1"
42
41
  },
43
- "gitHead": "9c11b1e33e716c874534a1c162266c8591f2ed03"
42
+ "gitHead": "ce69097516055b330a0b05da5e29ac5b66e56284"
44
43
  }