@salutejs/plasma-web 1.599.0-canary.1983.19293584177.0 → 1.599.0-canary.2300.19489224238.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.
- package/components/Card/Card.config.d.ts +16 -0
- package/components/Card/Card.config.js +86 -0
- package/components/Card/Card.d.ts +21 -0
- package/components/Card/Card.js +26 -0
- package/css/cjs/index.js +37 -13
- package/css/cjs/index.js.map +1 -1
- package/css/es/index.js +1 -1
- package/css/index.d.ts +2 -0
- package/es/components/Card/Card.config.js +76 -0
- package/es/components/Card/Card.js +8 -0
- package/package.json +3 -3
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const config: {
|
|
2
|
+
defaults: {
|
|
3
|
+
view: string;
|
|
4
|
+
size: string;
|
|
5
|
+
};
|
|
6
|
+
variations: {
|
|
7
|
+
view: {
|
|
8
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
9
|
+
};
|
|
10
|
+
size: {
|
|
11
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
12
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
13
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "config", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return config;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _styledcomponents = require("@salutejs/plasma-new-hope/styled-components");
|
|
12
|
+
function _tagged_template_literal(strings, raw) {
|
|
13
|
+
if (!raw) {
|
|
14
|
+
raw = strings.slice(0);
|
|
15
|
+
}
|
|
16
|
+
return Object.freeze(Object.defineProperties(strings, {
|
|
17
|
+
raw: {
|
|
18
|
+
value: Object.freeze(raw)
|
|
19
|
+
}
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
function _templateObject() {
|
|
23
|
+
var data = _tagged_template_literal([
|
|
24
|
+
"\n ",
|
|
25
|
+
": var(--surface-solid-card);\n "
|
|
26
|
+
]);
|
|
27
|
+
_templateObject = function _templateObject() {
|
|
28
|
+
return data;
|
|
29
|
+
};
|
|
30
|
+
return data;
|
|
31
|
+
}
|
|
32
|
+
function _templateObject1() {
|
|
33
|
+
var data = _tagged_template_literal([
|
|
34
|
+
"\n ",
|
|
35
|
+
": 0.75rem;\n ",
|
|
36
|
+
": 0.0625rem;\n ",
|
|
37
|
+
": 1rem;\n ",
|
|
38
|
+
": 0.5rem;\n "
|
|
39
|
+
]);
|
|
40
|
+
_templateObject1 = function _templateObject() {
|
|
41
|
+
return data;
|
|
42
|
+
};
|
|
43
|
+
return data;
|
|
44
|
+
}
|
|
45
|
+
function _templateObject2() {
|
|
46
|
+
var data = _tagged_template_literal([
|
|
47
|
+
"\n ",
|
|
48
|
+
": 0.625rem;\n ",
|
|
49
|
+
": 0.0625rem;\n ",
|
|
50
|
+
": 0.875rem;\n ",
|
|
51
|
+
": 0.375rem;\n "
|
|
52
|
+
]);
|
|
53
|
+
_templateObject2 = function _templateObject() {
|
|
54
|
+
return data;
|
|
55
|
+
};
|
|
56
|
+
return data;
|
|
57
|
+
}
|
|
58
|
+
function _templateObject3() {
|
|
59
|
+
var data = _tagged_template_literal([
|
|
60
|
+
"\n ",
|
|
61
|
+
": 0.5rem;\n ",
|
|
62
|
+
": 0.0625rem;\n ",
|
|
63
|
+
": 0.75rem;\n ",
|
|
64
|
+
": 0.375rem;\n "
|
|
65
|
+
]);
|
|
66
|
+
_templateObject3 = function _templateObject() {
|
|
67
|
+
return data;
|
|
68
|
+
};
|
|
69
|
+
return data;
|
|
70
|
+
}
|
|
71
|
+
var config = {
|
|
72
|
+
defaults: {
|
|
73
|
+
view: 'default',
|
|
74
|
+
size: 'm'
|
|
75
|
+
},
|
|
76
|
+
variations: {
|
|
77
|
+
view: {
|
|
78
|
+
default: (0, _styledcomponents.css)(_templateObject(), _styledcomponents.cardTokens.solidBackground)
|
|
79
|
+
},
|
|
80
|
+
size: {
|
|
81
|
+
l: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.cardTokens.outlineWidth, _styledcomponents.cardTokens.borderWidth, _styledcomponents.cardTokens.borderRadius, _styledcomponents.cardTokens.contentBorderRadius),
|
|
82
|
+
m: (0, _styledcomponents.css)(_templateObject2(), _styledcomponents.cardTokens.outlineWidth, _styledcomponents.cardTokens.borderWidth, _styledcomponents.cardTokens.borderRadius, _styledcomponents.cardTokens.contentBorderRadius),
|
|
83
|
+
s: (0, _styledcomponents.css)(_templateObject3(), _styledcomponents.cardTokens.outlineWidth, _styledcomponents.cardTokens.borderWidth, _styledcomponents.cardTokens.borderRadius, _styledcomponents.cardTokens.contentBorderRadius)
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { CardContent, CardInnerContent } from '@salutejs/plasma-new-hope/styled-components';
|
|
2
|
+
/**
|
|
3
|
+
* Компонент Card.
|
|
4
|
+
*/
|
|
5
|
+
export declare const Card: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
6
|
+
view: {
|
|
7
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
8
|
+
};
|
|
9
|
+
size: {
|
|
10
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
11
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
12
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
13
|
+
};
|
|
14
|
+
}> & {
|
|
15
|
+
size?: string;
|
|
16
|
+
view?: string;
|
|
17
|
+
orientation?: "horizontal" | "vertical";
|
|
18
|
+
selected?: boolean;
|
|
19
|
+
backgroundType?: "none" | "solid";
|
|
20
|
+
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
21
|
+
export { CardContent, CardInnerContent };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: Object.getOwnPropertyDescriptor(all, name).get
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
get Card () {
|
|
13
|
+
return Card;
|
|
14
|
+
},
|
|
15
|
+
get CardContent () {
|
|
16
|
+
return _styledcomponents.CardContent;
|
|
17
|
+
},
|
|
18
|
+
get CardInnerContent () {
|
|
19
|
+
return _styledcomponents.CardInnerContent;
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
var _styledcomponents = require("@salutejs/plasma-new-hope/styled-components");
|
|
23
|
+
var _Cardconfig = require("./Card.config");
|
|
24
|
+
var mergedConfig = (0, _styledcomponents.mergeConfig)(_styledcomponents.cardConfig, _Cardconfig.config);
|
|
25
|
+
var CardComponent = (0, _styledcomponents.component)(mergedConfig);
|
|
26
|
+
var Card = CardComponent;
|
package/css/cjs/index.js
CHANGED
|
@@ -13,6 +13,7 @@ var Breadcrumbs = require('./components/Breadcrumbs/Breadcrumbs.js');
|
|
|
13
13
|
var Button = require('./components/Button/Button.js');
|
|
14
14
|
var ButtonGroup = require('./components/ButtonGroup/ButtonGroup.js');
|
|
15
15
|
var Calendar = require('./components/Calendar/Calendar.js');
|
|
16
|
+
var plasmaHope = require('@salutejs/plasma-hope');
|
|
16
17
|
var Carousel = require('./components/Carousel/Carousel.js');
|
|
17
18
|
var Cell = require('./components/Cell/Cell.js');
|
|
18
19
|
var Checkbox = require('./components/Checkbox/Checkbox.js');
|
|
@@ -27,7 +28,6 @@ var DatePicker = require('./components/DatePicker/DatePicker.js');
|
|
|
27
28
|
var DateTimePicker = require('./components/DateTimePicker/DateTimePicker.js');
|
|
28
29
|
var Divider = require('./components/Divider/Divider.js');
|
|
29
30
|
var Drawer = require('./components/Drawer/Drawer.js');
|
|
30
|
-
var plasmaHope = require('@salutejs/plasma-hope');
|
|
31
31
|
var Dropdown = require('./components/Dropdown/Dropdown.js');
|
|
32
32
|
var DropdownItem = require('./components/Dropdown/components/DropdownItem.js');
|
|
33
33
|
var DropdownPopup = require('./components/Dropdown/components/DropdownPopup.js');
|
|
@@ -334,6 +334,42 @@ exports.CalendarBase = Calendar.CalendarBase;
|
|
|
334
334
|
exports.CalendarBaseRange = Calendar.CalendarBaseRange;
|
|
335
335
|
exports.CalendarDouble = Calendar.CalendarDouble;
|
|
336
336
|
exports.CalendarDoubleRange = Calendar.CalendarDoubleRange;
|
|
337
|
+
Object.defineProperty(exports, 'Card', {
|
|
338
|
+
enumerable: true,
|
|
339
|
+
get: function () { return plasmaHope.Card; }
|
|
340
|
+
});
|
|
341
|
+
Object.defineProperty(exports, 'CardBadge', {
|
|
342
|
+
enumerable: true,
|
|
343
|
+
get: function () { return plasmaHope.CardBadge; }
|
|
344
|
+
});
|
|
345
|
+
Object.defineProperty(exports, 'CardBody', {
|
|
346
|
+
enumerable: true,
|
|
347
|
+
get: function () { return plasmaHope.CardBody; }
|
|
348
|
+
});
|
|
349
|
+
Object.defineProperty(exports, 'CardContent', {
|
|
350
|
+
enumerable: true,
|
|
351
|
+
get: function () { return plasmaHope.CardContent; }
|
|
352
|
+
});
|
|
353
|
+
Object.defineProperty(exports, 'CardMedia', {
|
|
354
|
+
enumerable: true,
|
|
355
|
+
get: function () { return plasmaHope.CardMedia; }
|
|
356
|
+
});
|
|
357
|
+
Object.defineProperty(exports, 'SelectGroup', {
|
|
358
|
+
enumerable: true,
|
|
359
|
+
get: function () { return plasmaHope.SelectGroup; }
|
|
360
|
+
});
|
|
361
|
+
Object.defineProperty(exports, 'StyledCard', {
|
|
362
|
+
enumerable: true,
|
|
363
|
+
get: function () { return plasmaHope.StyledCard; }
|
|
364
|
+
});
|
|
365
|
+
Object.defineProperty(exports, 'TextFieldView', {
|
|
366
|
+
enumerable: true,
|
|
367
|
+
get: function () { return plasmaHope.TextFieldView; }
|
|
368
|
+
});
|
|
369
|
+
Object.defineProperty(exports, 'withAssistiveDropdown', {
|
|
370
|
+
enumerable: true,
|
|
371
|
+
get: function () { return plasmaHope.withAssistiveDropdown; }
|
|
372
|
+
});
|
|
337
373
|
exports.Carousel = Carousel.Carousel;
|
|
338
374
|
exports.Cell = Cell.Cell;
|
|
339
375
|
exports.Checkbox = Checkbox.Checkbox;
|
|
@@ -356,18 +392,6 @@ exports.Drawer = Drawer.Drawer;
|
|
|
356
392
|
exports.DrawerContent = Drawer.DrawerContent;
|
|
357
393
|
exports.DrawerFooter = Drawer.DrawerFooter;
|
|
358
394
|
exports.DrawerHeader = Drawer.DrawerHeader;
|
|
359
|
-
Object.defineProperty(exports, 'SelectGroup', {
|
|
360
|
-
enumerable: true,
|
|
361
|
-
get: function () { return plasmaHope.SelectGroup; }
|
|
362
|
-
});
|
|
363
|
-
Object.defineProperty(exports, 'TextFieldView', {
|
|
364
|
-
enumerable: true,
|
|
365
|
-
get: function () { return plasmaHope.TextFieldView; }
|
|
366
|
-
});
|
|
367
|
-
Object.defineProperty(exports, 'withAssistiveDropdown', {
|
|
368
|
-
enumerable: true,
|
|
369
|
-
get: function () { return plasmaHope.withAssistiveDropdown; }
|
|
370
|
-
});
|
|
371
395
|
exports.Dropdown = Dropdown.Dropdown;
|
|
372
396
|
exports.DropdownItem = DropdownItem.DropdownItem;
|
|
373
397
|
exports.DropdownPopup = DropdownPopup.DropdownPopup;
|
package/css/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/css/es/index.js
CHANGED
|
@@ -9,6 +9,7 @@ export { Breadcrumbs } from './components/Breadcrumbs/Breadcrumbs.js';
|
|
|
9
9
|
export { Button } from './components/Button/Button.js';
|
|
10
10
|
export { ButtonGroup } from './components/ButtonGroup/ButtonGroup.js';
|
|
11
11
|
export { Calendar, CalendarBase, CalendarBaseRange, CalendarDouble, CalendarDoubleRange } from './components/Calendar/Calendar.js';
|
|
12
|
+
export { Card, CardBadge, CardBody, CardContent, CardMedia, SelectGroup, StyledCard, TextFieldView, withAssistiveDropdown } from '@salutejs/plasma-hope';
|
|
12
13
|
export { Carousel } from './components/Carousel/Carousel.js';
|
|
13
14
|
export { Cell } from './components/Cell/Cell.js';
|
|
14
15
|
export { Checkbox } from './components/Checkbox/Checkbox.js';
|
|
@@ -23,7 +24,6 @@ export { DatePicker, DatePickerRange } from './components/DatePicker/DatePicker.
|
|
|
23
24
|
export { DateTimePicker } from './components/DateTimePicker/DateTimePicker.js';
|
|
24
25
|
export { Divider } from './components/Divider/Divider.js';
|
|
25
26
|
export { Drawer, DrawerContent, DrawerFooter, DrawerHeader } from './components/Drawer/Drawer.js';
|
|
26
|
-
export { SelectGroup, TextFieldView, withAssistiveDropdown } from '@salutejs/plasma-hope';
|
|
27
27
|
export { Dropdown } from './components/Dropdown/Dropdown.js';
|
|
28
28
|
export { DropdownItem } from './components/Dropdown/components/DropdownItem.js';
|
|
29
29
|
export { DropdownPopup } from './components/Dropdown/components/DropdownPopup.js';
|
package/css/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export * from '../components/Button';
|
|
|
9
9
|
export * from '../components/ButtonBase';
|
|
10
10
|
export * from '../components/ButtonGroup';
|
|
11
11
|
export * from '../components/Calendar';
|
|
12
|
+
export * from '../components/Card';
|
|
12
13
|
export * from '../components/Carousel';
|
|
13
14
|
export * from '../components/Cell';
|
|
14
15
|
export * from '../components/Checkbox';
|
|
@@ -90,6 +91,7 @@ export * from '../components/Button';
|
|
|
90
91
|
export * from '../components/ButtonBase';
|
|
91
92
|
export * from '../components/ButtonGroup';
|
|
92
93
|
export * from '../components/Calendar';
|
|
94
|
+
export * from '../components/Card';
|
|
93
95
|
export * from '../components/Carousel';
|
|
94
96
|
export * from '../components/Cell';
|
|
95
97
|
export * from '../components/Checkbox';
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
function _tagged_template_literal(strings, raw) {
|
|
2
|
+
if (!raw) {
|
|
3
|
+
raw = strings.slice(0);
|
|
4
|
+
}
|
|
5
|
+
return Object.freeze(Object.defineProperties(strings, {
|
|
6
|
+
raw: {
|
|
7
|
+
value: Object.freeze(raw)
|
|
8
|
+
}
|
|
9
|
+
}));
|
|
10
|
+
}
|
|
11
|
+
function _templateObject() {
|
|
12
|
+
var data = _tagged_template_literal([
|
|
13
|
+
"\n ",
|
|
14
|
+
": var(--surface-solid-card);\n "
|
|
15
|
+
]);
|
|
16
|
+
_templateObject = function _templateObject() {
|
|
17
|
+
return data;
|
|
18
|
+
};
|
|
19
|
+
return data;
|
|
20
|
+
}
|
|
21
|
+
function _templateObject1() {
|
|
22
|
+
var data = _tagged_template_literal([
|
|
23
|
+
"\n ",
|
|
24
|
+
": 0.75rem;\n ",
|
|
25
|
+
": 0.0625rem;\n ",
|
|
26
|
+
": 1rem;\n ",
|
|
27
|
+
": 0.5rem;\n "
|
|
28
|
+
]);
|
|
29
|
+
_templateObject1 = function _templateObject() {
|
|
30
|
+
return data;
|
|
31
|
+
};
|
|
32
|
+
return data;
|
|
33
|
+
}
|
|
34
|
+
function _templateObject2() {
|
|
35
|
+
var data = _tagged_template_literal([
|
|
36
|
+
"\n ",
|
|
37
|
+
": 0.625rem;\n ",
|
|
38
|
+
": 0.0625rem;\n ",
|
|
39
|
+
": 0.875rem;\n ",
|
|
40
|
+
": 0.375rem;\n "
|
|
41
|
+
]);
|
|
42
|
+
_templateObject2 = function _templateObject() {
|
|
43
|
+
return data;
|
|
44
|
+
};
|
|
45
|
+
return data;
|
|
46
|
+
}
|
|
47
|
+
function _templateObject3() {
|
|
48
|
+
var data = _tagged_template_literal([
|
|
49
|
+
"\n ",
|
|
50
|
+
": 0.5rem;\n ",
|
|
51
|
+
": 0.0625rem;\n ",
|
|
52
|
+
": 0.75rem;\n ",
|
|
53
|
+
": 0.375rem;\n "
|
|
54
|
+
]);
|
|
55
|
+
_templateObject3 = function _templateObject() {
|
|
56
|
+
return data;
|
|
57
|
+
};
|
|
58
|
+
return data;
|
|
59
|
+
}
|
|
60
|
+
import { css, cardTokens as tokens } from '@salutejs/plasma-new-hope/styled-components';
|
|
61
|
+
export var config = {
|
|
62
|
+
defaults: {
|
|
63
|
+
view: 'default',
|
|
64
|
+
size: 'm'
|
|
65
|
+
},
|
|
66
|
+
variations: {
|
|
67
|
+
view: {
|
|
68
|
+
default: css(_templateObject(), tokens.solidBackground)
|
|
69
|
+
},
|
|
70
|
+
size: {
|
|
71
|
+
l: css(_templateObject1(), tokens.outlineWidth, tokens.borderWidth, tokens.borderRadius, tokens.contentBorderRadius),
|
|
72
|
+
m: css(_templateObject2(), tokens.outlineWidth, tokens.borderWidth, tokens.borderRadius, tokens.contentBorderRadius),
|
|
73
|
+
s: css(_templateObject3(), tokens.outlineWidth, tokens.borderWidth, tokens.borderRadius, tokens.contentBorderRadius)
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { cardConfig, CardContent, CardInnerContent, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
|
|
2
|
+
import { config } from './Card.config';
|
|
3
|
+
var mergedConfig = mergeConfig(cardConfig, config);
|
|
4
|
+
var CardComponent = component(mergedConfig);
|
|
5
|
+
/**
|
|
6
|
+
* Компонент Card.
|
|
7
|
+
*/ export var Card = CardComponent;
|
|
8
|
+
export { CardContent, CardInnerContent };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-web",
|
|
3
|
-
"version": "1.599.0-canary.
|
|
3
|
+
"version": "1.599.0-canary.2300.19489224238.0",
|
|
4
4
|
"description": "Salute Design System / React UI kit for web applications",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@salutejs/plasma-core": "1.209.0",
|
|
23
23
|
"@salutejs/plasma-hope": "1.355.0",
|
|
24
|
-
"@salutejs/plasma-new-hope": "0.
|
|
24
|
+
"@salutejs/plasma-new-hope": "0.340.0",
|
|
25
25
|
"@salutejs/plasma-themes": "0.38.0",
|
|
26
26
|
"@salutejs/plasma-tokens-b2b": "1.54.0",
|
|
27
27
|
"@salutejs/plasma-tokens-b2c": "0.65.0",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"Fanil Zubairov"
|
|
112
112
|
],
|
|
113
113
|
"sideEffects": false,
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "7599196e7dfc9e04a91a762f8da6225a9cf04812"
|
|
115
115
|
}
|