@salutejs/sdds-cs 0.320.1-canary.2062.16018776421.0 → 0.321.0-canary.1655.16029761547.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/api/sdds-cs.api.md +1 -1
- package/components/Divider/Divider.config.js +4 -4
- package/components/Drawer/Drawer.d.ts +1 -1
- package/emotion/cjs/components/Divider/Divider.config.js +4 -4
- package/emotion/es/components/Divider/Divider.config.js +4 -4
- package/es/components/Divider/Divider.config.js +4 -4
- package/package.json +3 -3
package/api/sdds-cs.api.md
CHANGED
@@ -1505,7 +1505,7 @@ borderRadius: {
|
|
1505
1505
|
none: PolymorphicClassName;
|
1506
1506
|
default: PolymorphicClassName;
|
1507
1507
|
};
|
1508
|
-
}> & PopupProps & PanelProps & {
|
1508
|
+
}> & Omit<PopupProps, "draggable" | "handle" | "resizable"> & Omit<PanelProps, "draggable"> & {
|
1509
1509
|
placement?: "top" | "bottom" | "right" | "left" | undefined;
|
1510
1510
|
asModal?: boolean | undefined;
|
1511
1511
|
customBackgroundColor?: string | undefined;
|
@@ -22,7 +22,7 @@ function _tagged_template_literal(strings, raw) {
|
|
22
22
|
function _templateObject() {
|
23
23
|
var data = _tagged_template_literal([
|
24
24
|
"\n ",
|
25
|
-
": var(--surface-solid-
|
25
|
+
": var(--surface-solid-primary);\n "
|
26
26
|
]);
|
27
27
|
_templateObject = function _templateObject() {
|
28
28
|
return data;
|
@@ -32,7 +32,7 @@ function _templateObject() {
|
|
32
32
|
function _templateObject1() {
|
33
33
|
var data = _tagged_template_literal([
|
34
34
|
"\n ",
|
35
|
-
": var(--on-dark-surface-solid-
|
35
|
+
": var(--on-dark-surface-solid-primary);\n "
|
36
36
|
]);
|
37
37
|
_templateObject1 = function _templateObject() {
|
38
38
|
return data;
|
@@ -42,7 +42,7 @@ function _templateObject1() {
|
|
42
42
|
function _templateObject2() {
|
43
43
|
var data = _tagged_template_literal([
|
44
44
|
"\n ",
|
45
|
-
": var(--on-light-surface-solid-
|
45
|
+
": var(--on-light-surface-solid-primary);\n "
|
46
46
|
]);
|
47
47
|
_templateObject2 = function _templateObject() {
|
48
48
|
return data;
|
@@ -52,7 +52,7 @@ function _templateObject2() {
|
|
52
52
|
function _templateObject3() {
|
53
53
|
var data = _tagged_template_literal([
|
54
54
|
"\n ",
|
55
|
-
": var(--inverse-surface-solid-
|
55
|
+
": var(--inverse-surface-solid-primary);\n "
|
56
56
|
]);
|
57
57
|
_templateObject3 = function _templateObject() {
|
58
58
|
return data;
|
@@ -12,7 +12,7 @@ export declare const Drawer: import("react").FunctionComponent<import("@salutejs
|
|
12
12
|
none: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
13
13
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
14
14
|
};
|
15
|
-
}> & import("@salutejs/plasma-new-hope/styled-components").PopupProps & import("@salutejs/plasma-new-hope/types/components/Panel").PanelProps & {
|
15
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").PopupProps, "draggable" | "handle" | "resizable"> & Omit<import("@salutejs/plasma-new-hope/types/components/Panel").PanelProps, "draggable"> & {
|
16
16
|
placement?: import("@salutejs/plasma-new-hope/types/components/Drawer/Drawer.types").DrawerPlacement;
|
17
17
|
asModal?: boolean;
|
18
18
|
customBackgroundColor?: string;
|
@@ -22,7 +22,7 @@ function _tagged_template_literal(strings, raw) {
|
|
22
22
|
function _templateObject() {
|
23
23
|
var data = _tagged_template_literal([
|
24
24
|
"\n ",
|
25
|
-
": var(--surface-solid-
|
25
|
+
": var(--surface-solid-primary);\n "
|
26
26
|
]);
|
27
27
|
_templateObject = function _templateObject() {
|
28
28
|
return data;
|
@@ -32,7 +32,7 @@ function _templateObject() {
|
|
32
32
|
function _templateObject1() {
|
33
33
|
var data = _tagged_template_literal([
|
34
34
|
"\n ",
|
35
|
-
": var(--on-dark-surface-solid-
|
35
|
+
": var(--on-dark-surface-solid-primary);\n "
|
36
36
|
]);
|
37
37
|
_templateObject1 = function _templateObject() {
|
38
38
|
return data;
|
@@ -42,7 +42,7 @@ function _templateObject1() {
|
|
42
42
|
function _templateObject2() {
|
43
43
|
var data = _tagged_template_literal([
|
44
44
|
"\n ",
|
45
|
-
": var(--on-light-surface-solid-
|
45
|
+
": var(--on-light-surface-solid-primary);\n "
|
46
46
|
]);
|
47
47
|
_templateObject2 = function _templateObject() {
|
48
48
|
return data;
|
@@ -52,7 +52,7 @@ function _templateObject2() {
|
|
52
52
|
function _templateObject3() {
|
53
53
|
var data = _tagged_template_literal([
|
54
54
|
"\n ",
|
55
|
-
": var(--inverse-surface-solid-
|
55
|
+
": var(--inverse-surface-solid-primary);\n "
|
56
56
|
]);
|
57
57
|
_templateObject3 = function _templateObject() {
|
58
58
|
return data;
|
@@ -11,7 +11,7 @@ function _tagged_template_literal(strings, raw) {
|
|
11
11
|
function _templateObject() {
|
12
12
|
var data = _tagged_template_literal([
|
13
13
|
"\n ",
|
14
|
-
": var(--surface-solid-
|
14
|
+
": var(--surface-solid-primary);\n "
|
15
15
|
]);
|
16
16
|
_templateObject = function _templateObject() {
|
17
17
|
return data;
|
@@ -21,7 +21,7 @@ function _templateObject() {
|
|
21
21
|
function _templateObject1() {
|
22
22
|
var data = _tagged_template_literal([
|
23
23
|
"\n ",
|
24
|
-
": var(--on-dark-surface-solid-
|
24
|
+
": var(--on-dark-surface-solid-primary);\n "
|
25
25
|
]);
|
26
26
|
_templateObject1 = function _templateObject() {
|
27
27
|
return data;
|
@@ -31,7 +31,7 @@ function _templateObject1() {
|
|
31
31
|
function _templateObject2() {
|
32
32
|
var data = _tagged_template_literal([
|
33
33
|
"\n ",
|
34
|
-
": var(--on-light-surface-solid-
|
34
|
+
": var(--on-light-surface-solid-primary);\n "
|
35
35
|
]);
|
36
36
|
_templateObject2 = function _templateObject() {
|
37
37
|
return data;
|
@@ -41,7 +41,7 @@ function _templateObject2() {
|
|
41
41
|
function _templateObject3() {
|
42
42
|
var data = _tagged_template_literal([
|
43
43
|
"\n ",
|
44
|
-
": var(--inverse-surface-solid-
|
44
|
+
": var(--inverse-surface-solid-primary);\n "
|
45
45
|
]);
|
46
46
|
_templateObject3 = function _templateObject() {
|
47
47
|
return data;
|
@@ -11,7 +11,7 @@ function _tagged_template_literal(strings, raw) {
|
|
11
11
|
function _templateObject() {
|
12
12
|
var data = _tagged_template_literal([
|
13
13
|
"\n ",
|
14
|
-
": var(--surface-solid-
|
14
|
+
": var(--surface-solid-primary);\n "
|
15
15
|
]);
|
16
16
|
_templateObject = function _templateObject() {
|
17
17
|
return data;
|
@@ -21,7 +21,7 @@ function _templateObject() {
|
|
21
21
|
function _templateObject1() {
|
22
22
|
var data = _tagged_template_literal([
|
23
23
|
"\n ",
|
24
|
-
": var(--on-dark-surface-solid-
|
24
|
+
": var(--on-dark-surface-solid-primary);\n "
|
25
25
|
]);
|
26
26
|
_templateObject1 = function _templateObject() {
|
27
27
|
return data;
|
@@ -31,7 +31,7 @@ function _templateObject1() {
|
|
31
31
|
function _templateObject2() {
|
32
32
|
var data = _tagged_template_literal([
|
33
33
|
"\n ",
|
34
|
-
": var(--on-light-surface-solid-
|
34
|
+
": var(--on-light-surface-solid-primary);\n "
|
35
35
|
]);
|
36
36
|
_templateObject2 = function _templateObject() {
|
37
37
|
return data;
|
@@ -41,7 +41,7 @@ function _templateObject2() {
|
|
41
41
|
function _templateObject3() {
|
42
42
|
var data = _tagged_template_literal([
|
43
43
|
"\n ",
|
44
|
-
": var(--inverse-surface-solid-
|
44
|
+
": var(--inverse-surface-solid-primary);\n "
|
45
45
|
]);
|
46
46
|
_templateObject3 = function _templateObject() {
|
47
47
|
return data;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.321.0-canary.1655.16029761547.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.
|
33
|
+
"@salutejs/plasma-new-hope": "0.329.0-canary.1655.16029761547.0",
|
34
34
|
"@salutejs/sdds-themes": "0.40.0-dev.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "86b811fa67746a68315a97b13057bf4ebf38d22f"
|
127
127
|
}
|