@prom-ui/core 0.0.9 → 0.0.10
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/Body/package.json +1 -1
- package/Box/package.json +1 -1
- package/Button/package.json +1 -1
- package/Checkbox/package.json +1 -1
- package/Flex/package.json +1 -1
- package/Grid/package.json +1 -1
- package/Icon/package.json +1 -1
- package/Image/package.json +1 -1
- package/ImageEmoji/package.json +1 -1
- package/Input/package.json +1 -1
- package/Line/package.json +1 -1
- package/Link/package.json +1 -1
- package/List/package.json +1 -1
- package/Picture/package.json +1 -1
- package/Rating/package.json +1 -1
- package/Scroll/index.d.ts +16 -0
- package/Scroll/index.js +79 -0
- package/Scroll/package.json +9 -0
- package/Scroll/style.css +169 -0
- package/Skeleton/package.json +1 -1
- package/Spinner/package.json +1 -1
- package/Text/package.json +1 -1
- package/TextEmoji/package.json +1 -1
- package/Tumbler/package.json +1 -1
- package/package.json +2 -2
package/Body/package.json
CHANGED
package/Box/package.json
CHANGED
package/Button/package.json
CHANGED
package/Checkbox/package.json
CHANGED
package/Flex/package.json
CHANGED
package/Grid/package.json
CHANGED
package/Icon/package.json
CHANGED
package/Image/package.json
CHANGED
package/ImageEmoji/package.json
CHANGED
package/Input/package.json
CHANGED
package/Line/package.json
CHANGED
package/Link/package.json
CHANGED
package/List/package.json
CHANGED
package/Picture/package.json
CHANGED
package/Rating/package.json
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Component } from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
export declare const Scroll: any;
|
|
4
|
+
export declare class StyleGuide extends Component {
|
|
5
|
+
static displayName: string;
|
|
6
|
+
static propTypes: {
|
|
7
|
+
/** Скрыть/показать полосу прокрутки */
|
|
8
|
+
"scroll-bar": PropTypes.Requireable<string>;
|
|
9
|
+
/** Выравнивание ячеек по горизонтальной оси */
|
|
10
|
+
"scroll-align": PropTypes.Requireable<string>;
|
|
11
|
+
"scroll-column": PropTypes.Requireable<string>;
|
|
12
|
+
"scroll-gap": PropTypes.Requireable<string>;
|
|
13
|
+
"scroll-padding": PropTypes.Requireable<string>;
|
|
14
|
+
};
|
|
15
|
+
render(): null;
|
|
16
|
+
}
|
package/Scroll/index.js
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
require("./style.css");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
|
+
|
|
7
|
+
var react = require('react');
|
|
8
|
+
var PropTypes = require('prop-types');
|
|
9
|
+
var evokit = require('evokit');
|
|
10
|
+
|
|
11
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
12
|
+
|
|
13
|
+
var PropTypes__default = /*#__PURE__*/_interopDefaultLegacy(PropTypes);
|
|
14
|
+
|
|
15
|
+
/******************************************************************************
|
|
16
|
+
Copyright (c) Microsoft Corporation.
|
|
17
|
+
|
|
18
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
19
|
+
purpose with or without fee is hereby granted.
|
|
20
|
+
|
|
21
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
22
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
23
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
24
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
25
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
26
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
27
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
28
|
+
***************************************************************************** */
|
|
29
|
+
/* global Reflect, Promise */
|
|
30
|
+
|
|
31
|
+
var extendStatics = function(d, b) {
|
|
32
|
+
extendStatics = Object.setPrototypeOf ||
|
|
33
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
34
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
35
|
+
return extendStatics(d, b);
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
function __extends(d, b) {
|
|
39
|
+
if (typeof b !== "function" && b !== null)
|
|
40
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
41
|
+
extendStatics(d, b);
|
|
42
|
+
function __() { this.constructor = d; }
|
|
43
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
var css = {"ek-scroll":"Scroll__ek-scroll___m6Vr5","ek-scroll__item":"Scroll__ek-scroll__item___bfetG","ek-scroll__item_blackhole_width-fit-content":"Scroll__ek-scroll__item_blackhole_width-fit-content___k-fNo","ek-scroll__item_blackhole_width-max-content":"Scroll__ek-scroll__item_blackhole_width-max-content___s8gGl","ek-scroll_padding_xxs":"Scroll__ek-scroll_padding_xxs___9vZpV","ek-scroll_padding_xs":"Scroll__ek-scroll_padding_xs___L5kMA","ek-scroll_padding_s":"Scroll__ek-scroll_padding_s___Nr3Ig","ek-scroll_padding_m":"Scroll__ek-scroll_padding_m___hcRCz","ek-scroll_padding_l":"Scroll__ek-scroll_padding_l___SKeiS","ek-scroll_padding_xl":"Scroll__ek-scroll_padding_xl___MG4J-","ek-scroll_padding_xxl":"Scroll__ek-scroll_padding_xxl___m8ou2","ek-scroll_padding_3xl":"Scroll__ek-scroll_padding_3xl___xy72W","ek-scroll_padding_4xl":"Scroll__ek-scroll_padding_4xl___gzW-I","ek-scroll_padding_5xl":"Scroll__ek-scroll_padding_5xl___JErmt","ek-scroll_column_1":"Scroll__ek-scroll_column_1___n5mTi","ek-scroll_column_2":"Scroll__ek-scroll_column_2___GqdmF","ek-scroll_column_3":"Scroll__ek-scroll_column_3___DKZCp","ek-scroll_column_4":"Scroll__ek-scroll_column_4___-Nf-L","ek-scroll_column_5":"Scroll__ek-scroll_column_5___OxDq-","ek-scroll_column_6":"Scroll__ek-scroll_column_6___wP8Pu","ek-scroll_column_7":"Scroll__ek-scroll_column_7___-ZDSB","ek-scroll_column_8":"Scroll__ek-scroll_column_8___PnnsU","ek-scroll_column_9":"Scroll__ek-scroll_column_9___DDqgb","ek-scroll_column_10":"Scroll__ek-scroll_column_10___Hh-uZ","ek-scroll_gap_xxs":"Scroll__ek-scroll_gap_xxs___15vfK","ek-scroll_gap_xs":"Scroll__ek-scroll_gap_xs___Kvr2J","ek-scroll_gap_s":"Scroll__ek-scroll_gap_s___71-or","ek-scroll_gap_m":"Scroll__ek-scroll_gap_m___glUvB","ek-scroll_gap_l":"Scroll__ek-scroll_gap_l___pQC7Z","ek-scroll_gap_xl":"Scroll__ek-scroll_gap_xl___L1iAD","ek-scroll_gap_xxl":"Scroll__ek-scroll_gap_xxl___wVNm-","ek-scroll_gap_3xl":"Scroll__ek-scroll_gap_3xl___4tQXK","ek-scroll_gap_4xl":"Scroll__ek-scroll_gap_4xl___1-5dw","ek-scroll_gap_5xl":"Scroll__ek-scroll_gap_5xl___ym2qM","ek-scroll_bar_none":"Scroll__ek-scroll_bar_none___c1gVV","ek-scroll_bar_auto":"Scroll__ek-scroll_bar_auto___-TbaH","ek-scroll_align_normal":"Scroll__ek-scroll_align_normal___zoDjM","ek-scroll_align_start":"Scroll__ek-scroll_align_start___4mACC","ek-scroll_align_center":"Scroll__ek-scroll_align_center___3PWHW","ek-scroll_align_end":"Scroll__ek-scroll_align_end___AwLLA"};
|
|
47
|
+
|
|
48
|
+
var _a;
|
|
49
|
+
var Scroll = evokit.createBlock('ul', 'scroll', ['align', 'bar', 'column', 'gap', 'padding'], {
|
|
50
|
+
css: css
|
|
51
|
+
});
|
|
52
|
+
Scroll.Item = evokit.createBlock('li', 'scroll__item', [], {
|
|
53
|
+
css: css
|
|
54
|
+
}); // Only for StyleGuide
|
|
55
|
+
|
|
56
|
+
var StyleGuide =
|
|
57
|
+
/** @class */
|
|
58
|
+
function (_super) {
|
|
59
|
+
__extends(StyleGuide, _super);
|
|
60
|
+
|
|
61
|
+
function StyleGuide() {
|
|
62
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
StyleGuide.prototype.render = function () {
|
|
66
|
+
return null;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
StyleGuide.displayName = 'Scroll';
|
|
70
|
+
StyleGuide.propTypes = (_a = {},
|
|
71
|
+
/** Скрыть/показать полосу прокрутки */
|
|
72
|
+
_a['scroll-bar'] = PropTypes__default["default"].oneOf(['none', 'auto']),
|
|
73
|
+
/** Выравнивание ячеек по горизонтальной оси */
|
|
74
|
+
_a['scroll-align'] = PropTypes__default["default"].oneOf(['start', 'center', 'end', 'normal']), _a['scroll-column'] = PropTypes__default["default"].oneOf(['1', '2', '3', '4', '5', '6', '7', '8', '9', '10']), _a['scroll-gap'] = PropTypes__default["default"].oneOf(['xxs', 'xs', 's', 'm', 'l', 'xl', 'xxl', '3xl', '4xl', '5xl']), _a['scroll-padding'] = PropTypes__default["default"].oneOf(['xxs', 'xs', 's', 'm', 'l', 'xl', 'xxl', '3xl', '4xl', '5xl']), _a);
|
|
75
|
+
return StyleGuide;
|
|
76
|
+
}(react.Component);
|
|
77
|
+
|
|
78
|
+
exports.Scroll = Scroll;
|
|
79
|
+
exports.StyleGuide = StyleGuide;
|
package/Scroll/style.css
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
.Scroll__ek-scroll___m6Vr5 {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-wrap: nowrap;
|
|
4
|
+
flex-direction: row;
|
|
5
|
+
overflow-x: auto;
|
|
6
|
+
overflow-y: hidden;
|
|
7
|
+
-webkit-overflow-scrolling: touch;
|
|
8
|
+
list-style: none;
|
|
9
|
+
padding: 0;
|
|
10
|
+
margin: 0;
|
|
11
|
+
box-sizing: border-box
|
|
12
|
+
}
|
|
13
|
+
.Scroll__ek-scroll___m6Vr5::after,
|
|
14
|
+
.Scroll__ek-scroll___m6Vr5::before {
|
|
15
|
+
content: "";
|
|
16
|
+
align-self: normal;
|
|
17
|
+
}
|
|
18
|
+
.Scroll__ek-scroll__item___bfetG {
|
|
19
|
+
margin: 0;
|
|
20
|
+
padding: 0;
|
|
21
|
+
flex: 0 0 auto;
|
|
22
|
+
box-sizing: border-box;
|
|
23
|
+
}
|
|
24
|
+
.Scroll__ek-scroll__item_blackhole_width-fit-content___k-fNo {
|
|
25
|
+
width: -webkit-fit-content;
|
|
26
|
+
width: -moz-fit-content;
|
|
27
|
+
width: fit-content;
|
|
28
|
+
}
|
|
29
|
+
.Scroll__ek-scroll__item_blackhole_width-max-content___s8gGl {
|
|
30
|
+
width: -webkit-max-content;
|
|
31
|
+
width: -moz-max-content;
|
|
32
|
+
width: max-content;
|
|
33
|
+
}
|
|
34
|
+
.Scroll__ek-scroll_padding_xxs___9vZpV::after,
|
|
35
|
+
.Scroll__ek-scroll_padding_xxs___9vZpV::before {
|
|
36
|
+
flex: 0 0 var(--pds-spacing-xxs);
|
|
37
|
+
}
|
|
38
|
+
.Scroll__ek-scroll_padding_xs___L5kMA::after,
|
|
39
|
+
.Scroll__ek-scroll_padding_xs___L5kMA::before {
|
|
40
|
+
flex: 0 0 var(--pds-spacing-xs);
|
|
41
|
+
}
|
|
42
|
+
.Scroll__ek-scroll_padding_s___Nr3Ig::after,
|
|
43
|
+
.Scroll__ek-scroll_padding_s___Nr3Ig::before {
|
|
44
|
+
flex: 0 0 var(--pds-spacing-s);
|
|
45
|
+
}
|
|
46
|
+
.Scroll__ek-scroll_padding_m___hcRCz::after,
|
|
47
|
+
.Scroll__ek-scroll_padding_m___hcRCz::before {
|
|
48
|
+
flex: 0 0 var(--pds-spacing-m);
|
|
49
|
+
}
|
|
50
|
+
.Scroll__ek-scroll_padding_l___SKeiS::after,
|
|
51
|
+
.Scroll__ek-scroll_padding_l___SKeiS::before {
|
|
52
|
+
flex: 0 0 var(--pds-spacing-l);
|
|
53
|
+
}
|
|
54
|
+
.Scroll__ek-scroll_padding_xl___MG4J-::after,
|
|
55
|
+
.Scroll__ek-scroll_padding_xl___MG4J-::before {
|
|
56
|
+
flex: 0 0 var(--pds-spacing-xl);
|
|
57
|
+
}
|
|
58
|
+
.Scroll__ek-scroll_padding_xxl___m8ou2::after,
|
|
59
|
+
.Scroll__ek-scroll_padding_xxl___m8ou2::before {
|
|
60
|
+
flex: 0 0 var(--pds-spacing-xxl);
|
|
61
|
+
}
|
|
62
|
+
.Scroll__ek-scroll_padding_3xl___xy72W::after,
|
|
63
|
+
.Scroll__ek-scroll_padding_3xl___xy72W::before {
|
|
64
|
+
flex: 0 0 var(--pds-spacing-3xl);
|
|
65
|
+
}
|
|
66
|
+
.Scroll__ek-scroll_padding_4xl___gzW-I::after,
|
|
67
|
+
.Scroll__ek-scroll_padding_4xl___gzW-I::before {
|
|
68
|
+
flex: 0 0 var(--pds-spacing-4xl);
|
|
69
|
+
}
|
|
70
|
+
.Scroll__ek-scroll_padding_5xl___JErmt::after,
|
|
71
|
+
.Scroll__ek-scroll_padding_5xl___JErmt::before {
|
|
72
|
+
flex: 0 0 var(--pds-spacing-5xl);
|
|
73
|
+
}
|
|
74
|
+
.Scroll__ek-scroll_column_1___n5mTi > .Scroll__ek-scroll__item___bfetG {
|
|
75
|
+
flex-basis: calc(100% / 1);
|
|
76
|
+
min-width: 0;
|
|
77
|
+
}
|
|
78
|
+
.Scroll__ek-scroll_column_2___GqdmF > .Scroll__ek-scroll__item___bfetG {
|
|
79
|
+
flex-basis: calc(100% / 2);
|
|
80
|
+
min-width: 0;
|
|
81
|
+
}
|
|
82
|
+
.Scroll__ek-scroll_column_3___DKZCp > .Scroll__ek-scroll__item___bfetG {
|
|
83
|
+
flex-basis: calc(100% / 3);
|
|
84
|
+
min-width: 0;
|
|
85
|
+
}
|
|
86
|
+
.Scroll__ek-scroll_column_4___-Nf-L > .Scroll__ek-scroll__item___bfetG {
|
|
87
|
+
flex-basis: calc(100% / 4);
|
|
88
|
+
min-width: 0;
|
|
89
|
+
}
|
|
90
|
+
.Scroll__ek-scroll_column_5___OxDq- > .Scroll__ek-scroll__item___bfetG {
|
|
91
|
+
flex-basis: calc(100% / 5);
|
|
92
|
+
min-width: 0;
|
|
93
|
+
}
|
|
94
|
+
.Scroll__ek-scroll_column_6___wP8Pu > .Scroll__ek-scroll__item___bfetG {
|
|
95
|
+
flex-basis: calc(100% / 6);
|
|
96
|
+
min-width: 0;
|
|
97
|
+
}
|
|
98
|
+
.Scroll__ek-scroll_column_7___-ZDSB > .Scroll__ek-scroll__item___bfetG {
|
|
99
|
+
flex-basis: calc(100% / 7);
|
|
100
|
+
min-width: 0;
|
|
101
|
+
}
|
|
102
|
+
.Scroll__ek-scroll_column_8___PnnsU > .Scroll__ek-scroll__item___bfetG {
|
|
103
|
+
flex-basis: calc(100% / 8);
|
|
104
|
+
min-width: 0;
|
|
105
|
+
}
|
|
106
|
+
.Scroll__ek-scroll_column_9___DDqgb > .Scroll__ek-scroll__item___bfetG {
|
|
107
|
+
flex-basis: calc(100% / 9);
|
|
108
|
+
min-width: 0;
|
|
109
|
+
}
|
|
110
|
+
.Scroll__ek-scroll_column_10___Hh-uZ > .Scroll__ek-scroll__item___bfetG {
|
|
111
|
+
flex-basis: calc(100% / 10);
|
|
112
|
+
min-width: 0;
|
|
113
|
+
}
|
|
114
|
+
.Scroll__ek-scroll_gap_xxs___15vfK > .Scroll__ek-scroll__item___bfetG + .Scroll__ek-scroll__item___bfetG {
|
|
115
|
+
margin-left: var(--pds-spacing-xxs);
|
|
116
|
+
}
|
|
117
|
+
.Scroll__ek-scroll_gap_xs___Kvr2J > .Scroll__ek-scroll__item___bfetG + .Scroll__ek-scroll__item___bfetG {
|
|
118
|
+
margin-left: var(--pds-spacing-xs);
|
|
119
|
+
}
|
|
120
|
+
.Scroll__ek-scroll_gap_s___71-or > .Scroll__ek-scroll__item___bfetG + .Scroll__ek-scroll__item___bfetG {
|
|
121
|
+
margin-left: var(--pds-spacing-s);
|
|
122
|
+
}
|
|
123
|
+
.Scroll__ek-scroll_gap_m___glUvB > .Scroll__ek-scroll__item___bfetG + .Scroll__ek-scroll__item___bfetG {
|
|
124
|
+
margin-left: var(--pds-spacing-m);
|
|
125
|
+
}
|
|
126
|
+
.Scroll__ek-scroll_gap_l___pQC7Z > .Scroll__ek-scroll__item___bfetG + .Scroll__ek-scroll__item___bfetG {
|
|
127
|
+
margin-left: var(--pds-spacing-l);
|
|
128
|
+
}
|
|
129
|
+
.Scroll__ek-scroll_gap_xl___L1iAD > .Scroll__ek-scroll__item___bfetG + .Scroll__ek-scroll__item___bfetG {
|
|
130
|
+
margin-left: var(--pds-spacing-xl);
|
|
131
|
+
}
|
|
132
|
+
.Scroll__ek-scroll_gap_xxl___wVNm- > .Scroll__ek-scroll__item___bfetG + .Scroll__ek-scroll__item___bfetG {
|
|
133
|
+
margin-left: var(--pds-spacing-xxl);
|
|
134
|
+
}
|
|
135
|
+
.Scroll__ek-scroll_gap_3xl___4tQXK > .Scroll__ek-scroll__item___bfetG + .Scroll__ek-scroll__item___bfetG {
|
|
136
|
+
margin-left: var(--pds-spacing-3xl);
|
|
137
|
+
}
|
|
138
|
+
.Scroll__ek-scroll_gap_4xl___1-5dw > .Scroll__ek-scroll__item___bfetG + .Scroll__ek-scroll__item___bfetG {
|
|
139
|
+
margin-left: var(--pds-spacing-4xl);
|
|
140
|
+
}
|
|
141
|
+
.Scroll__ek-scroll_gap_5xl___ym2qM > .Scroll__ek-scroll__item___bfetG + .Scroll__ek-scroll__item___bfetG {
|
|
142
|
+
margin-left: var(--pds-spacing-5xl);
|
|
143
|
+
}
|
|
144
|
+
.Scroll__ek-scroll_bar_none___c1gVV {
|
|
145
|
+
-ms-overflow-style: none; /* for Internet Explorer, Edge */
|
|
146
|
+
scrollbar-width: none /* for Firefox */
|
|
147
|
+
}
|
|
148
|
+
.Scroll__ek-scroll_bar_none___c1gVV::-webkit-scrollbar {
|
|
149
|
+
display: none;
|
|
150
|
+
}
|
|
151
|
+
.Scroll__ek-scroll_bar_auto___-TbaH {
|
|
152
|
+
-ms-overflow-style: auto; /* for Internet Explorer, Edge */
|
|
153
|
+
scrollbar-width: auto /* for Firefox */
|
|
154
|
+
}
|
|
155
|
+
.Scroll__ek-scroll_bar_auto___-TbaH::-webkit-scrollbar {
|
|
156
|
+
display: auto; /* stylelint-disable-line csstree/validator */
|
|
157
|
+
}
|
|
158
|
+
.Scroll__ek-scroll_align_normal___zoDjM {
|
|
159
|
+
align-items: normal;
|
|
160
|
+
}
|
|
161
|
+
.Scroll__ek-scroll_align_start___4mACC {
|
|
162
|
+
align-items: flex-start;
|
|
163
|
+
}
|
|
164
|
+
.Scroll__ek-scroll_align_center___3PWHW {
|
|
165
|
+
align-items: center;
|
|
166
|
+
}
|
|
167
|
+
.Scroll__ek-scroll_align_end___AwLLA {
|
|
168
|
+
align-items: flex-end;
|
|
169
|
+
}
|
package/Skeleton/package.json
CHANGED
package/Spinner/package.json
CHANGED
package/Text/package.json
CHANGED
package/TextEmoji/package.json
CHANGED
package/Tumbler/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prom-ui/core",
|
|
3
3
|
"author": "e.marchenko",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.10",
|
|
5
5
|
"description": "core ui blocks",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"prebuild": "rm -rf dist && mkdir dist && cp -v package.json README.md CHANGELOG.md dist",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"prop-types": "*",
|
|
45
45
|
"react": "*"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "a1d2135617de1480a3a6011cf365b024e54b4b5b"
|
|
48
48
|
}
|