@salutejs/sdds-serv 0.232.0-canary.1715.12898857186.0 → 0.232.0-canary.1716.12909310713.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -43,7 +43,17 @@ const meta: Meta<StoryButtonProps> = {
|
|
43
43
|
},
|
44
44
|
table: { defaultValue: { summary: 'bottom' } },
|
45
45
|
},
|
46
|
-
...disableProps([
|
46
|
+
...disableProps([
|
47
|
+
'focused',
|
48
|
+
'children',
|
49
|
+
'theme',
|
50
|
+
'loader',
|
51
|
+
'onClick',
|
52
|
+
'onFocus',
|
53
|
+
'onBlur',
|
54
|
+
'contentLeft',
|
55
|
+
'contentRight',
|
56
|
+
]),
|
47
57
|
},
|
48
58
|
};
|
49
59
|
|
@@ -43,7 +43,17 @@ const meta: Meta<StoryButtonProps> = {
|
|
43
43
|
},
|
44
44
|
table: { defaultValue: { summary: 'bottom' } },
|
45
45
|
},
|
46
|
-
...disableProps([
|
46
|
+
...disableProps([
|
47
|
+
'focused',
|
48
|
+
'children',
|
49
|
+
'theme',
|
50
|
+
'loader',
|
51
|
+
'onClick',
|
52
|
+
'onFocus',
|
53
|
+
'onBlur',
|
54
|
+
'contentLeft',
|
55
|
+
'contentRight',
|
56
|
+
]),
|
47
57
|
},
|
48
58
|
};
|
49
59
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-serv",
|
3
|
-
"version": "0.232.0-canary.
|
3
|
+
"version": "0.232.0-canary.1716.12909310713.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS SERV web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"directory": "packages/sdds-serv"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
|
-
"@salutejs/plasma-new-hope": "0.247.0-canary.
|
35
|
+
"@salutejs/plasma-new-hope": "0.247.0-canary.1716.12909310713.0",
|
36
36
|
"@salutejs/sdds-themes": "0.31.0"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
@@ -63,10 +63,10 @@
|
|
63
63
|
"@rollup/plugin-commonjs": "^25.0.4",
|
64
64
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
65
65
|
"@salutejs/plasma-colors": "0.14.0",
|
66
|
-
"@salutejs/plasma-core": "1.
|
67
|
-
"@salutejs/plasma-cy-utils": "0.
|
66
|
+
"@salutejs/plasma-core": "1.192.0-canary.1716.12909310713.0",
|
67
|
+
"@salutejs/plasma-cy-utils": "0.123.0-canary.1716.12909310713.0",
|
68
68
|
"@salutejs/plasma-icons": "1.210.0",
|
69
|
-
"@salutejs/plasma-sb-utils": "0.
|
69
|
+
"@salutejs/plasma-sb-utils": "0.191.0-canary.1716.12909310713.0",
|
70
70
|
"@storybook/addon-docs": "7.6.17",
|
71
71
|
"@storybook/addon-essentials": "7.6.17",
|
72
72
|
"@storybook/addons": "7.6.17",
|
@@ -136,5 +136,5 @@
|
|
136
136
|
"sideEffects": [
|
137
137
|
"*.css"
|
138
138
|
],
|
139
|
-
"gitHead": "
|
139
|
+
"gitHead": "9a41ce13aeb8db80f95399df502cc9d00482cbbc"
|
140
140
|
}
|