@salutejs/plasma-web 1.597.0-canary.2299.18773440976.0 → 1.597.0-canary.2300.18832443234.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 +8 -8
|
@@ -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');
|
|
@@ -26,7 +27,6 @@ var Counter = require('./components/Counter/Counter.js');
|
|
|
26
27
|
var DatePicker = require('./components/DatePicker/DatePicker.js');
|
|
27
28
|
var Divider = require('./components/Divider/Divider.js');
|
|
28
29
|
var Drawer = require('./components/Drawer/Drawer.js');
|
|
29
|
-
var plasmaHope = require('@salutejs/plasma-hope');
|
|
30
30
|
var Dropdown = require('./components/Dropdown/Dropdown.js');
|
|
31
31
|
var DropdownItem = require('./components/Dropdown/components/DropdownItem.js');
|
|
32
32
|
var DropdownPopup = require('./components/Dropdown/components/DropdownPopup.js');
|
|
@@ -325,6 +325,42 @@ exports.CalendarBase = Calendar.CalendarBase;
|
|
|
325
325
|
exports.CalendarBaseRange = Calendar.CalendarBaseRange;
|
|
326
326
|
exports.CalendarDouble = Calendar.CalendarDouble;
|
|
327
327
|
exports.CalendarDoubleRange = Calendar.CalendarDoubleRange;
|
|
328
|
+
Object.defineProperty(exports, 'Card', {
|
|
329
|
+
enumerable: true,
|
|
330
|
+
get: function () { return plasmaHope.Card; }
|
|
331
|
+
});
|
|
332
|
+
Object.defineProperty(exports, 'CardBadge', {
|
|
333
|
+
enumerable: true,
|
|
334
|
+
get: function () { return plasmaHope.CardBadge; }
|
|
335
|
+
});
|
|
336
|
+
Object.defineProperty(exports, 'CardBody', {
|
|
337
|
+
enumerable: true,
|
|
338
|
+
get: function () { return plasmaHope.CardBody; }
|
|
339
|
+
});
|
|
340
|
+
Object.defineProperty(exports, 'CardContent', {
|
|
341
|
+
enumerable: true,
|
|
342
|
+
get: function () { return plasmaHope.CardContent; }
|
|
343
|
+
});
|
|
344
|
+
Object.defineProperty(exports, 'CardMedia', {
|
|
345
|
+
enumerable: true,
|
|
346
|
+
get: function () { return plasmaHope.CardMedia; }
|
|
347
|
+
});
|
|
348
|
+
Object.defineProperty(exports, 'SelectGroup', {
|
|
349
|
+
enumerable: true,
|
|
350
|
+
get: function () { return plasmaHope.SelectGroup; }
|
|
351
|
+
});
|
|
352
|
+
Object.defineProperty(exports, 'StyledCard', {
|
|
353
|
+
enumerable: true,
|
|
354
|
+
get: function () { return plasmaHope.StyledCard; }
|
|
355
|
+
});
|
|
356
|
+
Object.defineProperty(exports, 'TextFieldView', {
|
|
357
|
+
enumerable: true,
|
|
358
|
+
get: function () { return plasmaHope.TextFieldView; }
|
|
359
|
+
});
|
|
360
|
+
Object.defineProperty(exports, 'withAssistiveDropdown', {
|
|
361
|
+
enumerable: true,
|
|
362
|
+
get: function () { return plasmaHope.withAssistiveDropdown; }
|
|
363
|
+
});
|
|
328
364
|
exports.Carousel = Carousel.Carousel;
|
|
329
365
|
exports.Cell = Cell.Cell;
|
|
330
366
|
exports.Checkbox = Checkbox.Checkbox;
|
|
@@ -346,18 +382,6 @@ exports.Drawer = Drawer.Drawer;
|
|
|
346
382
|
exports.DrawerContent = Drawer.DrawerContent;
|
|
347
383
|
exports.DrawerFooter = Drawer.DrawerFooter;
|
|
348
384
|
exports.DrawerHeader = Drawer.DrawerHeader;
|
|
349
|
-
Object.defineProperty(exports, 'SelectGroup', {
|
|
350
|
-
enumerable: true,
|
|
351
|
-
get: function () { return plasmaHope.SelectGroup; }
|
|
352
|
-
});
|
|
353
|
-
Object.defineProperty(exports, 'TextFieldView', {
|
|
354
|
-
enumerable: true,
|
|
355
|
-
get: function () { return plasmaHope.TextFieldView; }
|
|
356
|
-
});
|
|
357
|
-
Object.defineProperty(exports, 'withAssistiveDropdown', {
|
|
358
|
-
enumerable: true,
|
|
359
|
-
get: function () { return plasmaHope.withAssistiveDropdown; }
|
|
360
|
-
});
|
|
361
385
|
exports.Dropdown = Dropdown.Dropdown;
|
|
362
386
|
exports.DropdownItem = DropdownItem.DropdownItem;
|
|
363
387
|
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';
|
|
@@ -22,7 +23,6 @@ export { Counter } from './components/Counter/Counter.js';
|
|
|
22
23
|
export { DatePicker, DatePickerRange } from './components/DatePicker/DatePicker.js';
|
|
23
24
|
export { Divider } from './components/Divider/Divider.js';
|
|
24
25
|
export { Drawer, DrawerContent, DrawerFooter, DrawerHeader } from './components/Drawer/Drawer.js';
|
|
25
|
-
export { SelectGroup, TextFieldView, withAssistiveDropdown } from '@salutejs/plasma-hope';
|
|
26
26
|
export { Dropdown } from './components/Dropdown/Dropdown.js';
|
|
27
27
|
export { DropdownItem } from './components/Dropdown/components/DropdownItem.js';
|
|
28
28
|
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';
|
|
@@ -88,6 +89,7 @@ export * from '../components/Button';
|
|
|
88
89
|
export * from '../components/ButtonBase';
|
|
89
90
|
export * from '../components/ButtonGroup';
|
|
90
91
|
export * from '../components/Calendar';
|
|
92
|
+
export * from '../components/Card';
|
|
91
93
|
export * from '../components/Carousel';
|
|
92
94
|
export * from '../components/Cell';
|
|
93
95
|
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.597.0-canary.
|
|
3
|
+
"version": "1.597.0-canary.2300.18832443234.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",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"directory": "packages/plasma-web"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@salutejs/plasma-core": "1.209.0-canary.
|
|
23
|
-
"@salutejs/plasma-hope": "1.355.0-canary.
|
|
24
|
-
"@salutejs/plasma-new-hope": "0.339.0-canary.
|
|
22
|
+
"@salutejs/plasma-core": "1.209.0-canary.2300.18832443234.0",
|
|
23
|
+
"@salutejs/plasma-hope": "1.355.0-canary.2300.18832443234.0",
|
|
24
|
+
"@salutejs/plasma-new-hope": "0.339.0-canary.2300.18832443234.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",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
50
50
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
51
51
|
"@salutejs/plasma-colors": "0.16.0",
|
|
52
|
-
"@salutejs/plasma-cy-utils": "0.139.0-canary.
|
|
53
|
-
"@salutejs/plasma-icons": "1.226.0-canary.
|
|
54
|
-
"@salutejs/plasma-sb-utils": "0.209.0-canary.
|
|
52
|
+
"@salutejs/plasma-cy-utils": "0.139.0-canary.2300.18832443234.0",
|
|
53
|
+
"@salutejs/plasma-icons": "1.226.0-canary.2300.18832443234.0",
|
|
54
|
+
"@salutejs/plasma-sb-utils": "0.209.0-canary.2300.18832443234.0",
|
|
55
55
|
"@storybook/addon-docs": "8.6.14",
|
|
56
56
|
"@storybook/addon-essentials": "8.6.14",
|
|
57
57
|
"@storybook/manager-api": "8.6.14",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"Fanil Zubairov"
|
|
112
112
|
],
|
|
113
113
|
"sideEffects": false,
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "f1c442cccf70083edc5de47bf8487c75bac02a8f"
|
|
115
115
|
}
|