@skbkontur/logos 1.8.0 → 1.9.2
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 +27 -0
- package/cjs/index.d.ts +1 -0
- package/cjs/index.js +2 -0
- package/cjs/products/Access.d.ts +10 -0
- package/cjs/products/Access.js +25 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/products/Access.d.ts +10 -0
- package/products/Access.js +21 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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
|
+
## [1.9.2](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/logos@1.9.0...@skbkontur/logos@1.9.2) (2022-06-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @skbkontur/logos
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.9.1](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/logos@1.9.0...@skbkontur/logos@1.9.1) (2022-06-06)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @skbkontur/logos
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [1.9.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/logos@1.8.0...@skbkontur/logos@1.9.0) (2022-05-27)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **logos:** new logo Access ([f25dad3](https://git.skbkontur.ru/ui/ui-parking/commits/f25dad3f5fd8fe8eac9d0a0c64057f6fd40e328f))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [1.8.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/logos@1.7.0...@skbkontur/logos@1.8.0) (2022-04-13)
|
|
7
34
|
|
|
8
35
|
|
package/cjs/index.d.ts
CHANGED
package/cjs/index.js
CHANGED
|
@@ -324,3 +324,5 @@ var Reformator_1 = require("./products/Reformator");
|
|
|
324
324
|
Object.defineProperty(exports, "Reformator", { enumerable: true, get: function () { return Reformator_1.Reformator; } });
|
|
325
325
|
var Transcript_1 = require("./products/Transcript");
|
|
326
326
|
Object.defineProperty(exports, "Transcript", { enumerable: true, get: function () { return Transcript_1.Transcript; } });
|
|
327
|
+
var Access_1 = require("./products/Access");
|
|
328
|
+
Object.defineProperty(exports, "Access", { enumerable: true, get: function () { return Access_1.Access; } });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Access = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importDefault(require("react"));
|
|
6
|
+
exports.Access = function (_a) {
|
|
7
|
+
var color = _a.color, size = _a.size;
|
|
8
|
+
return (react_1.default.createElement("span", { style: {
|
|
9
|
+
width: size * 2.8333333333333335 + "px",
|
|
10
|
+
height: size,
|
|
11
|
+
lineHeight: size + "px",
|
|
12
|
+
display: 'inline-block',
|
|
13
|
+
} },
|
|
14
|
+
react_1.default.createElement("svg", { viewBox: "0 0 68 24", 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: "M3.1878 10.1692C3.1614 11.1856 3.1152 12.0964 3.0492 12.9016C2.8512 14.8552 2.343 16.3798 1.5246 17.4754H0.3564V21.9304H2.1384V19H12.7116V21.9304H14.4738V17.4754H12.7908V4.942H3.2274L3.1878 10.1692ZM3.4056 17.4754C3.8808 16.7494 4.2372 15.8122 4.4748 14.6638C4.7256 13.5154 4.8576 12.07 4.8708 10.3276L4.9104 6.4666H10.9692V17.4754H3.4056ZM26.2893 13.9312C26.2893 12.9148 26.0715 12.0106 25.6359 11.2186C25.1871 10.4266 24.5667 9.8128 23.7747 9.3772C22.9827 8.9416 22.0785 8.7238 21.0621 8.7238C20.0325 8.7238 19.1217 8.9416 18.3297 9.3772C17.5377 9.826 16.9173 10.4464 16.4685 11.2384C16.0329 12.0172 15.8151 12.9148 15.8151 13.9312V14.0104C15.8151 15.0664 16.0395 15.9838 16.4883 16.7626C16.9239 17.5546 17.5377 18.175 18.3297 18.6238C19.1217 19.0594 20.0325 19.2772 21.0621 19.2772C22.0917 19.2772 22.9959 19.0528 23.7747 18.604C24.5667 18.1684 25.1805 17.5546 25.6161 16.7626C26.0649 15.9574 26.2893 15.04 26.2893 14.0104V13.9312ZM17.5575 13.9312C17.5575 13.192 17.7093 12.532 18.0129 11.9512C18.3165 11.3704 18.7323 10.9282 19.2603 10.6246C19.7883 10.3078 20.3889 10.1494 21.0621 10.1494C21.7485 10.1494 22.3557 10.3078 22.8837 10.6246C23.4249 10.9414 23.8341 11.3836 24.1113 11.9512C24.4017 12.5188 24.5469 13.1788 24.5469 13.9312V14.0104C24.5469 14.7628 24.4083 15.4294 24.1311 16.0102C23.8407 16.6042 23.4315 17.0596 22.9035 17.3764C22.3755 17.6932 21.7617 17.8516 21.0621 17.8516C20.3757 17.8516 19.7619 17.6932 19.2207 17.3764C18.6927 17.0596 18.2835 16.6108 17.9931 16.03C17.7027 15.436 17.5575 14.7628 17.5575 14.0104V13.9312ZM32.9017 19.2772C33.8521 19.2772 34.6639 19.1122 35.3371 18.7822C36.0235 18.4522 36.6571 17.911 37.2379 17.1586L36.1291 16.228C35.7859 16.624 35.4427 16.9474 35.0995 17.1982C34.4791 17.6206 33.7465 17.8318 32.9017 17.8318C32.1889 17.8318 31.5685 17.6668 31.0405 17.3368C30.5257 17.0068 30.1231 16.5712 29.8327 16.03C29.5555 15.4756 29.4169 14.8618 29.4169 14.1886V13.951C29.4169 13.2646 29.5555 12.6244 29.8327 12.0304C30.4135 10.7764 31.4233 10.1494 32.8621 10.1494C33.5485 10.1494 34.1359 10.2616 34.6243 10.486C35.1127 10.6972 35.5879 11.0734 36.0499 11.6146L37.1191 10.5652C36.5779 9.9052 35.9707 9.4366 35.2975 9.1594C34.6375 8.869 33.8323 8.7238 32.8819 8.7238C31.8787 8.7238 30.9811 8.9416 30.1891 9.3772C29.3839 9.8128 28.7635 10.4266 28.3279 11.2186C27.8923 12.0106 27.6745 12.9214 27.6745 13.951V14.1886C27.6745 15.1786 27.8923 16.063 28.3279 16.8418C28.7635 17.6074 29.3773 18.208 30.1693 18.6436C30.9745 19.066 31.8853 19.2772 32.9017 19.2772ZM46.7667 9.001H38.0547V10.387H41.5593V19H43.2621V10.387H46.7667V9.001ZM53.7502 12.5056L52.9384 14.9608L52.7602 15.4558C52.7206 15.5878 52.5688 16.0366 52.3048 16.8022L52.1266 17.3764L51.394 15.04C51.0508 14.0236 50.7604 13.1788 50.5228 12.5056L49.315 9.001H47.5132L51.3148 19.6336C51.064 20.3596 50.7274 20.815 50.305 20.9998C50.0542 21.1054 49.7704 21.1582 49.4536 21.1582H48.424L48.9388 22.564H49.6912C50.3116 22.564 50.8066 22.4584 51.1762 22.2472C51.5458 22.0492 51.8692 21.7192 52.1464 21.2572C52.4236 20.7952 52.7206 20.1154 53.0374 19.2178L56.6806 9.001H54.958L53.7502 12.5056ZM59.8017 19V10.387H64.6923V19H66.3951V9.001H58.0989V19H59.8017Z", fill: color }))));
|
|
21
|
+
};
|
|
22
|
+
exports.Access.defaultProps = {
|
|
23
|
+
color: '#F03B36',
|
|
24
|
+
size: 24,
|
|
25
|
+
};
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export var Access = function (_a) {
|
|
3
|
+
var color = _a.color, size = _a.size;
|
|
4
|
+
return (React.createElement("span", { style: {
|
|
5
|
+
width: size * 2.8333333333333335 + "px",
|
|
6
|
+
height: size,
|
|
7
|
+
lineHeight: size + "px",
|
|
8
|
+
display: 'inline-block',
|
|
9
|
+
} },
|
|
10
|
+
React.createElement("svg", { viewBox: "0 0 68 24", 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: "M3.1878 10.1692C3.1614 11.1856 3.1152 12.0964 3.0492 12.9016C2.8512 14.8552 2.343 16.3798 1.5246 17.4754H0.3564V21.9304H2.1384V19H12.7116V21.9304H14.4738V17.4754H12.7908V4.942H3.2274L3.1878 10.1692ZM3.4056 17.4754C3.8808 16.7494 4.2372 15.8122 4.4748 14.6638C4.7256 13.5154 4.8576 12.07 4.8708 10.3276L4.9104 6.4666H10.9692V17.4754H3.4056ZM26.2893 13.9312C26.2893 12.9148 26.0715 12.0106 25.6359 11.2186C25.1871 10.4266 24.5667 9.8128 23.7747 9.3772C22.9827 8.9416 22.0785 8.7238 21.0621 8.7238C20.0325 8.7238 19.1217 8.9416 18.3297 9.3772C17.5377 9.826 16.9173 10.4464 16.4685 11.2384C16.0329 12.0172 15.8151 12.9148 15.8151 13.9312V14.0104C15.8151 15.0664 16.0395 15.9838 16.4883 16.7626C16.9239 17.5546 17.5377 18.175 18.3297 18.6238C19.1217 19.0594 20.0325 19.2772 21.0621 19.2772C22.0917 19.2772 22.9959 19.0528 23.7747 18.604C24.5667 18.1684 25.1805 17.5546 25.6161 16.7626C26.0649 15.9574 26.2893 15.04 26.2893 14.0104V13.9312ZM17.5575 13.9312C17.5575 13.192 17.7093 12.532 18.0129 11.9512C18.3165 11.3704 18.7323 10.9282 19.2603 10.6246C19.7883 10.3078 20.3889 10.1494 21.0621 10.1494C21.7485 10.1494 22.3557 10.3078 22.8837 10.6246C23.4249 10.9414 23.8341 11.3836 24.1113 11.9512C24.4017 12.5188 24.5469 13.1788 24.5469 13.9312V14.0104C24.5469 14.7628 24.4083 15.4294 24.1311 16.0102C23.8407 16.6042 23.4315 17.0596 22.9035 17.3764C22.3755 17.6932 21.7617 17.8516 21.0621 17.8516C20.3757 17.8516 19.7619 17.6932 19.2207 17.3764C18.6927 17.0596 18.2835 16.6108 17.9931 16.03C17.7027 15.436 17.5575 14.7628 17.5575 14.0104V13.9312ZM32.9017 19.2772C33.8521 19.2772 34.6639 19.1122 35.3371 18.7822C36.0235 18.4522 36.6571 17.911 37.2379 17.1586L36.1291 16.228C35.7859 16.624 35.4427 16.9474 35.0995 17.1982C34.4791 17.6206 33.7465 17.8318 32.9017 17.8318C32.1889 17.8318 31.5685 17.6668 31.0405 17.3368C30.5257 17.0068 30.1231 16.5712 29.8327 16.03C29.5555 15.4756 29.4169 14.8618 29.4169 14.1886V13.951C29.4169 13.2646 29.5555 12.6244 29.8327 12.0304C30.4135 10.7764 31.4233 10.1494 32.8621 10.1494C33.5485 10.1494 34.1359 10.2616 34.6243 10.486C35.1127 10.6972 35.5879 11.0734 36.0499 11.6146L37.1191 10.5652C36.5779 9.9052 35.9707 9.4366 35.2975 9.1594C34.6375 8.869 33.8323 8.7238 32.8819 8.7238C31.8787 8.7238 30.9811 8.9416 30.1891 9.3772C29.3839 9.8128 28.7635 10.4266 28.3279 11.2186C27.8923 12.0106 27.6745 12.9214 27.6745 13.951V14.1886C27.6745 15.1786 27.8923 16.063 28.3279 16.8418C28.7635 17.6074 29.3773 18.208 30.1693 18.6436C30.9745 19.066 31.8853 19.2772 32.9017 19.2772ZM46.7667 9.001H38.0547V10.387H41.5593V19H43.2621V10.387H46.7667V9.001ZM53.7502 12.5056L52.9384 14.9608L52.7602 15.4558C52.7206 15.5878 52.5688 16.0366 52.3048 16.8022L52.1266 17.3764L51.394 15.04C51.0508 14.0236 50.7604 13.1788 50.5228 12.5056L49.315 9.001H47.5132L51.3148 19.6336C51.064 20.3596 50.7274 20.815 50.305 20.9998C50.0542 21.1054 49.7704 21.1582 49.4536 21.1582H48.424L48.9388 22.564H49.6912C50.3116 22.564 50.8066 22.4584 51.1762 22.2472C51.5458 22.0492 51.8692 21.7192 52.1464 21.2572C52.4236 20.7952 52.7206 20.1154 53.0374 19.2178L56.6806 9.001H54.958L53.7502 12.5056ZM59.8017 19V10.387H64.6923V19H66.3951V9.001H58.0989V19H59.8017Z", fill: color }))));
|
|
17
|
+
};
|
|
18
|
+
Access.defaultProps = {
|
|
19
|
+
color: '#F03B36',
|
|
20
|
+
size: 24,
|
|
21
|
+
};
|