@skbkontur/logos 2.9.0 → 2.9.1

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,14 @@
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
+ ## [2.9.1](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/logos@2.9.0...@skbkontur/logos@2.9.1) (2025-02-03)
7
+
8
+ **Note:** Version bump only for package @skbkontur/logos
9
+
10
+
11
+
12
+
13
+
6
14
  # [2.9.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/logos@2.8.1...@skbkontur/logos@2.9.0) (2024-09-02)
7
15
 
8
16
 
package/cjs/index.d.ts CHANGED
@@ -193,3 +193,4 @@ export { Insight } from './src/Insight';
193
193
  export { MarkingFns } from './src/MarkingFns';
194
194
  export { Pam } from './src/Pam';
195
195
  export { Product } from './src/Product';
196
+ export { ClientCabinet } from './src/ClientCabinet';
package/cjs/index.js CHANGED
@@ -390,3 +390,5 @@ var Pam_1 = require("./src/Pam");
390
390
  Object.defineProperty(exports, "Pam", { enumerable: true, get: function () { return Pam_1.Pam; } });
391
391
  var Product_1 = require("./src/Product");
392
392
  Object.defineProperty(exports, "Product", { enumerable: true, get: function () { return Product_1.Product; } });
393
+ var ClientCabinet_1 = require("./src/ClientCabinet");
394
+ Object.defineProperty(exports, "ClientCabinet", { enumerable: true, get: function () { return ClientCabinet_1.ClientCabinet; } });
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const ClientCabinet: React.ForwardRefExoticComponent<{
3
+ color?: string | undefined;
4
+ size?: number | undefined;
5
+ } & React.RefAttributes<HTMLSpanElement>>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ClientCabinet = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.ClientCabinet = react_1.forwardRef(function (_a, ref) {
7
+ var _b = _a.color, color = _b === void 0 ? '#FE4C4C' : _b, _c = _a.size, size = _c === void 0 ? 24 : _c;
8
+ return (react_1.default.createElement("span", { style: {
9
+ width: size * 6.541666666666667 + "px",
10
+ height: size,
11
+ lineHeight: size + "px",
12
+ display: 'inline-block',
13
+ }, ref: ref },
14
+ react_1.default.createElement("svg", { viewBox: "0 0 157 24", xmlns: "http://www.w3.org/2000/svg", focusable: false, style: {
15
+ marginBottom: "-" + size * 0.20833333333333337 + "px",
16
+ width: '100%',
17
+ height: '100%',
18
+ display: 'inline-block',
19
+ } },
20
+ react_1.default.createElement("path", { d: "m12.751 19-5.445-7.207 5.168-6.851h-2.06L5.802 11.06H3.346V4.942H1.524V19h1.822v-6.435h2.455L10.691 19h2.06zM22.324 12.169c0-1.082-.356-1.927-1.07-2.534-.712-.608-1.709-.911-2.989-.911-1.782 0-3.247.693-4.396 2.079l1.09.99c.54-.594 1.069-1.017 1.583-1.267a3.885 3.885 0 0 1 1.763-.396c.778 0 1.372.184 1.782.554.409.356.613.891.613 1.604v.673l-2.613.178c-1.479.08-2.574.383-3.287.911-.7.515-1.05 1.274-1.05 2.277v.099c0 .91.31 1.617.931 2.119.634.501 1.505.752 2.614.752.779 0 1.465-.139 2.059-.416.594-.29 1.07-.7 1.426-1.227V19h1.544v-6.831zM20.7 15.297c0 .502-.132.957-.396 1.367a2.61 2.61 0 0 1-1.108.95 3.617 3.617 0 0 1-1.565.337c-.712 0-1.267-.139-1.663-.416-.383-.277-.574-.673-.574-1.188v-.1c0-.633.211-1.095.634-1.385.422-.29 1.148-.462 2.178-.515l2.494-.119v1.07zM35.037 14.07c0-1.03-.204-1.914-.614-2.653a4.26 4.26 0 0 0-1.742-1.743c-.752-.409-1.617-.614-2.594-.614-.937 0-1.768.205-2.494.614-.713.41-1.228.97-1.545 1.683.106-1.148.31-2.052.614-2.712a3.062 3.062 0 0 1 1.406-1.505c.633-.33 1.478-.522 2.534-.574 1.57-.106 2.832-.225 3.782-.357l-.139-1.485c-.99.132-2.21.251-3.663.357-1.518.092-2.712.435-3.584 1.03-.844.567-1.465 1.405-1.86 2.514-.384 1.095-.575 2.475-.575 4.138v.356c0 2.033.449 3.571 1.347 4.614.897 1.03 2.204 1.544 3.92 1.544 1.003 0 1.9-.218 2.693-.653a4.619 4.619 0 0 0 1.86-1.802c.436-.766.654-1.65.654-2.653v-.1zm-1.742.138c0 .713-.139 1.347-.416 1.901-.29.555-.706.984-1.247 1.287-.528.304-1.136.456-1.822.456-.7 0-1.313-.159-1.841-.476a3.288 3.288 0 0 1-1.228-1.287c-.29-.54-.436-1.168-.436-1.88v-.1c0-.752.146-1.392.436-1.92.29-.541.7-.957 1.228-1.248.528-.303 1.141-.455 1.841-.455.687 0 1.3.152 1.841.455.542.317.95.746 1.228 1.287.277.528.416 1.155.416 1.881v.1zM40.892 13.654a66.755 66.755 0 0 0-2.238 3.524l.04-1.98c.013-.171.02-.712.02-1.623V9H37.11V19h1.822l2.91-4.435 1.09-1.604a35.972 35.972 0 0 0 1.385-2.178c-.053.832-.079 2.244-.079 4.237V19h1.624V9.001H44.02l-3.128 4.653zM56.977 9.001h-1.703v4.178h-5.01V9h-1.703V19h1.703v-4.435h5.01V19h1.703V9.001zM67.842 16.208c-.554.594-1.102 1.017-1.643 1.267-.528.251-1.135.377-1.822.377-.712 0-1.333-.152-1.86-.456-.99-.594-1.559-1.63-1.704-3.108h7.96l.04-.733c0-1.505-.41-2.686-1.228-3.544-.805-.858-1.934-1.287-3.386-1.287-1.03 0-1.927.224-2.693.673a4.723 4.723 0 0 0-1.801 1.9c-.436.806-.654 1.71-.654 2.713 0 1.056.218 1.98.654 2.772a4.582 4.582 0 0 0 1.821 1.862c.792.422 1.716.633 2.772.633.937 0 1.756-.152 2.455-.455.7-.317 1.4-.838 2.1-1.564l-1.01-1.05zm-6.97-3.168c.133-.91.496-1.63 1.09-2.158.594-.541 1.333-.812 2.217-.812.898 0 1.61.27 2.139.812.54.528.831 1.247.87 2.158h-6.315zM78.163 9.001H69.45v1.386h3.504V19h1.703v-8.613h3.505V9.001zM92.004 19l-4.06-5.188 3.743-4.811h-1.822l-3.286 4.198h-1.743V9h-1.703V19h1.703v-4.415h1.723L90.063 19h1.94zM93.044 19.06l.396.039c.74 0 1.3-.152 1.683-.455.383-.304.647-.799.792-1.485.132-.594.218-1.591.258-2.99l.099-3.782h4.178V19h1.702V9.001h-7.405l-.119 5.049c-.013.726-.06 1.459-.138 2.198-.066.501-.192.858-.376 1.069-.185.198-.462.297-.832.297-.25 0-.462-.026-.634-.08v1.446l.396.08zM108.503 13.654a67.114 67.114 0 0 0-2.237 3.524l.04-1.98c.013-.171.019-.712.019-1.623V9h-1.603V19h1.821l2.911-4.435 1.089-1.604a36.173 36.173 0 0 0 1.386-2.178c-.053.832-.079 2.244-.079 4.237V19h1.623V9.001h-1.841l-3.129 4.653zM124.35 16.208c-.554.594-1.102 1.017-1.643 1.267-.528.251-1.135.377-1.822.377-.712 0-1.333-.152-1.861-.456-.99-.594-1.557-1.63-1.703-3.108h7.96l.04-.733c0-1.505-.41-2.686-1.228-3.544-.805-.858-1.934-1.287-3.386-1.287-1.029 0-1.927.224-2.693.673a4.72 4.72 0 0 0-1.801 1.9c-.436.806-.654 1.71-.654 2.713 0 1.056.218 1.98.654 2.772a4.575 4.575 0 0 0 1.821 1.862c.792.422 1.716.633 2.772.633.937 0 1.756-.152 2.455-.455.7-.317 1.4-.838 2.099-1.564l-1.01-1.05zm-6.969-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.333-.812 2.217-.812.898 0 1.611.27 2.139.812.541.528.831 1.247.871 2.158h-6.316zM135.672 9.001h-1.703v4.178h-5.009V9h-1.703V19h1.703v-4.435h5.009V19h1.703V9.001zM146.122 9.001h-8.712v1.386h3.505V19h1.703v-8.613h3.504V9.001zM155.648 12.169c0-1.082-.357-1.927-1.07-2.534-.712-.608-1.709-.911-2.989-.911-1.782 0-3.248.693-4.396 2.079l1.089.99c.541-.594 1.069-1.017 1.584-1.267a3.883 3.883 0 0 1 1.762-.396c.779 0 1.373.184 1.782.554.409.356.614.891.614 1.604v.673l-2.614.178c-1.478.08-2.574.383-3.286.911-.7.515-1.05 1.274-1.05 2.277v.099c0 .91.31 1.617.931 2.119.633.501 1.505.752 2.613.752.779 0 1.466-.139 2.06-.416.594-.29 1.069-.7 1.425-1.227V19h1.545v-6.831zm-1.624 3.128c0 .502-.132.957-.396 1.367-.264.409-.634.726-1.109.95a3.614 3.614 0 0 1-1.564.337c-.713 0-1.267-.139-1.663-.416-.383-.277-.574-.673-.574-1.188v-.1c0-.633.211-1.095.633-1.385.423-.29 1.149-.462 2.178-.515l2.495-.119v1.07z", fill: color }))));
21
+ });
22
+ exports.ClientCabinet.displayName = 'ClientCabinet';
23
+ exports.ClientCabinet.__KONTUR_REACT_UI__ = 'ClientCabinet';
24
+ exports.ClientCabinet.__KONTUR_LOGO__ = true;
package/index.d.ts CHANGED
@@ -193,3 +193,4 @@ export { Insight } from './src/Insight';
193
193
  export { MarkingFns } from './src/MarkingFns';
194
194
  export { Pam } from './src/Pam';
195
195
  export { Product } from './src/Product';
196
+ export { ClientCabinet } from './src/ClientCabinet';
package/index.js CHANGED
@@ -193,3 +193,4 @@ export { Insight } from './src/Insight';
193
193
  export { MarkingFns } from './src/MarkingFns';
194
194
  export { Pam } from './src/Pam';
195
195
  export { Product } from './src/Product';
196
+ export { ClientCabinet } from './src/ClientCabinet';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skbkontur/logos",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "Kontur's product logos",
5
5
  "main": "cjs/index.js",
6
6
  "module": "index.js",
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const ClientCabinet: React.ForwardRefExoticComponent<{
3
+ color?: string | undefined;
4
+ size?: number | undefined;
5
+ } & React.RefAttributes<HTMLSpanElement>>;
@@ -0,0 +1,20 @@
1
+ import React, { forwardRef } from 'react';
2
+ export var ClientCabinet = forwardRef(function (_a, ref) {
3
+ var _b = _a.color, color = _b === void 0 ? '#FE4C4C' : _b, _c = _a.size, size = _c === void 0 ? 24 : _c;
4
+ return (React.createElement("span", { style: {
5
+ width: size * 6.541666666666667 + "px",
6
+ height: size,
7
+ lineHeight: size + "px",
8
+ display: 'inline-block',
9
+ }, ref: ref },
10
+ React.createElement("svg", { viewBox: "0 0 157 24", xmlns: "http://www.w3.org/2000/svg", focusable: false, style: {
11
+ marginBottom: "-" + size * 0.20833333333333337 + "px",
12
+ width: '100%',
13
+ height: '100%',
14
+ display: 'inline-block',
15
+ } },
16
+ React.createElement("path", { d: "m12.751 19-5.445-7.207 5.168-6.851h-2.06L5.802 11.06H3.346V4.942H1.524V19h1.822v-6.435h2.455L10.691 19h2.06zM22.324 12.169c0-1.082-.356-1.927-1.07-2.534-.712-.608-1.709-.911-2.989-.911-1.782 0-3.247.693-4.396 2.079l1.09.99c.54-.594 1.069-1.017 1.583-1.267a3.885 3.885 0 0 1 1.763-.396c.778 0 1.372.184 1.782.554.409.356.613.891.613 1.604v.673l-2.613.178c-1.479.08-2.574.383-3.287.911-.7.515-1.05 1.274-1.05 2.277v.099c0 .91.31 1.617.931 2.119.634.501 1.505.752 2.614.752.779 0 1.465-.139 2.059-.416.594-.29 1.07-.7 1.426-1.227V19h1.544v-6.831zM20.7 15.297c0 .502-.132.957-.396 1.367a2.61 2.61 0 0 1-1.108.95 3.617 3.617 0 0 1-1.565.337c-.712 0-1.267-.139-1.663-.416-.383-.277-.574-.673-.574-1.188v-.1c0-.633.211-1.095.634-1.385.422-.29 1.148-.462 2.178-.515l2.494-.119v1.07zM35.037 14.07c0-1.03-.204-1.914-.614-2.653a4.26 4.26 0 0 0-1.742-1.743c-.752-.409-1.617-.614-2.594-.614-.937 0-1.768.205-2.494.614-.713.41-1.228.97-1.545 1.683.106-1.148.31-2.052.614-2.712a3.062 3.062 0 0 1 1.406-1.505c.633-.33 1.478-.522 2.534-.574 1.57-.106 2.832-.225 3.782-.357l-.139-1.485c-.99.132-2.21.251-3.663.357-1.518.092-2.712.435-3.584 1.03-.844.567-1.465 1.405-1.86 2.514-.384 1.095-.575 2.475-.575 4.138v.356c0 2.033.449 3.571 1.347 4.614.897 1.03 2.204 1.544 3.92 1.544 1.003 0 1.9-.218 2.693-.653a4.619 4.619 0 0 0 1.86-1.802c.436-.766.654-1.65.654-2.653v-.1zm-1.742.138c0 .713-.139 1.347-.416 1.901-.29.555-.706.984-1.247 1.287-.528.304-1.136.456-1.822.456-.7 0-1.313-.159-1.841-.476a3.288 3.288 0 0 1-1.228-1.287c-.29-.54-.436-1.168-.436-1.88v-.1c0-.752.146-1.392.436-1.92.29-.541.7-.957 1.228-1.248.528-.303 1.141-.455 1.841-.455.687 0 1.3.152 1.841.455.542.317.95.746 1.228 1.287.277.528.416 1.155.416 1.881v.1zM40.892 13.654a66.755 66.755 0 0 0-2.238 3.524l.04-1.98c.013-.171.02-.712.02-1.623V9H37.11V19h1.822l2.91-4.435 1.09-1.604a35.972 35.972 0 0 0 1.385-2.178c-.053.832-.079 2.244-.079 4.237V19h1.624V9.001H44.02l-3.128 4.653zM56.977 9.001h-1.703v4.178h-5.01V9h-1.703V19h1.703v-4.435h5.01V19h1.703V9.001zM67.842 16.208c-.554.594-1.102 1.017-1.643 1.267-.528.251-1.135.377-1.822.377-.712 0-1.333-.152-1.86-.456-.99-.594-1.559-1.63-1.704-3.108h7.96l.04-.733c0-1.505-.41-2.686-1.228-3.544-.805-.858-1.934-1.287-3.386-1.287-1.03 0-1.927.224-2.693.673a4.723 4.723 0 0 0-1.801 1.9c-.436.806-.654 1.71-.654 2.713 0 1.056.218 1.98.654 2.772a4.582 4.582 0 0 0 1.821 1.862c.792.422 1.716.633 2.772.633.937 0 1.756-.152 2.455-.455.7-.317 1.4-.838 2.1-1.564l-1.01-1.05zm-6.97-3.168c.133-.91.496-1.63 1.09-2.158.594-.541 1.333-.812 2.217-.812.898 0 1.61.27 2.139.812.54.528.831 1.247.87 2.158h-6.315zM78.163 9.001H69.45v1.386h3.504V19h1.703v-8.613h3.505V9.001zM92.004 19l-4.06-5.188 3.743-4.811h-1.822l-3.286 4.198h-1.743V9h-1.703V19h1.703v-4.415h1.723L90.063 19h1.94zM93.044 19.06l.396.039c.74 0 1.3-.152 1.683-.455.383-.304.647-.799.792-1.485.132-.594.218-1.591.258-2.99l.099-3.782h4.178V19h1.702V9.001h-7.405l-.119 5.049c-.013.726-.06 1.459-.138 2.198-.066.501-.192.858-.376 1.069-.185.198-.462.297-.832.297-.25 0-.462-.026-.634-.08v1.446l.396.08zM108.503 13.654a67.114 67.114 0 0 0-2.237 3.524l.04-1.98c.013-.171.019-.712.019-1.623V9h-1.603V19h1.821l2.911-4.435 1.089-1.604a36.173 36.173 0 0 0 1.386-2.178c-.053.832-.079 2.244-.079 4.237V19h1.623V9.001h-1.841l-3.129 4.653zM124.35 16.208c-.554.594-1.102 1.017-1.643 1.267-.528.251-1.135.377-1.822.377-.712 0-1.333-.152-1.861-.456-.99-.594-1.557-1.63-1.703-3.108h7.96l.04-.733c0-1.505-.41-2.686-1.228-3.544-.805-.858-1.934-1.287-3.386-1.287-1.029 0-1.927.224-2.693.673a4.72 4.72 0 0 0-1.801 1.9c-.436.806-.654 1.71-.654 2.713 0 1.056.218 1.98.654 2.772a4.575 4.575 0 0 0 1.821 1.862c.792.422 1.716.633 2.772.633.937 0 1.756-.152 2.455-.455.7-.317 1.4-.838 2.099-1.564l-1.01-1.05zm-6.969-3.168c.132-.91.495-1.63 1.089-2.158.594-.541 1.333-.812 2.217-.812.898 0 1.611.27 2.139.812.541.528.831 1.247.871 2.158h-6.316zM135.672 9.001h-1.703v4.178h-5.009V9h-1.703V19h1.703v-4.435h5.009V19h1.703V9.001zM146.122 9.001h-8.712v1.386h3.505V19h1.703v-8.613h3.504V9.001zM155.648 12.169c0-1.082-.357-1.927-1.07-2.534-.712-.608-1.709-.911-2.989-.911-1.782 0-3.248.693-4.396 2.079l1.089.99c.541-.594 1.069-1.017 1.584-1.267a3.883 3.883 0 0 1 1.762-.396c.779 0 1.373.184 1.782.554.409.356.614.891.614 1.604v.673l-2.614.178c-1.478.08-2.574.383-3.286.911-.7.515-1.05 1.274-1.05 2.277v.099c0 .91.31 1.617.931 2.119.633.501 1.505.752 2.613.752.779 0 1.466-.139 2.06-.416.594-.29 1.069-.7 1.425-1.227V19h1.545v-6.831zm-1.624 3.128c0 .502-.132.957-.396 1.367-.264.409-.634.726-1.109.95a3.614 3.614 0 0 1-1.564.337c-.713 0-1.267-.139-1.663-.416-.383-.277-.574-.673-.574-1.188v-.1c0-.633.211-1.095.633-1.385.423-.29 1.149-.462 2.178-.515l2.495-.119v1.07z", fill: color }))));
17
+ });
18
+ ClientCabinet.displayName = 'ClientCabinet';
19
+ ClientCabinet.__KONTUR_REACT_UI__ = 'ClientCabinet';
20
+ ClientCabinet.__KONTUR_LOGO__ = true;