@salutejs/sdds-serv 0.226.0-dev.0 → 0.226.1-canary.1668.12869583484.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -97,6 +97,8 @@ const meta: Meta<ButtonProps> = {
97
97
  'stretch',
98
98
  'as',
99
99
  'forwardedAs',
100
+ 'pin',
101
+ 'focused',
100
102
  ]),
101
103
  },
102
104
  };
@@ -43,7 +43,17 @@ const meta: Meta<StoryButtonProps> = {
43
43
  },
44
44
  table: { defaultValue: { summary: 'bottom' } },
45
45
  },
46
- ...disableProps(['children', 'theme', 'loader', 'onClick', 'onFocus', 'onBlur', 'contentLeft', 'contentRight']),
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
 
@@ -97,6 +97,8 @@ const meta: Meta<ButtonProps> = {
97
97
  'stretch',
98
98
  'as',
99
99
  'forwardedAs',
100
+ 'pin',
101
+ 'focused',
100
102
  ]),
101
103
  },
102
104
  };
@@ -43,7 +43,17 @@ const meta: Meta<StoryButtonProps> = {
43
43
  },
44
44
  table: { defaultValue: { summary: 'bottom' } },
45
45
  },
46
- ...disableProps(['children', 'theme', 'loader', 'onClick', 'onFocus', 'onBlur', 'contentLeft', 'contentRight']),
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.226.0-dev.0",
3
+ "version": "0.226.1-canary.1668.12869583484.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.241.0-dev.0",
35
+ "@salutejs/plasma-new-hope": "0.241.1-canary.1668.12869583484.0",
36
36
  "@salutejs/sdds-themes": "0.31.0"
37
37
  },
38
38
  "peerDependencies": {
@@ -66,7 +66,7 @@
66
66
  "@salutejs/plasma-core": "1.191.0-dev.0",
67
67
  "@salutejs/plasma-cy-utils": "0.122.0-dev.0",
68
68
  "@salutejs/plasma-icons": "1.210.0",
69
- "@salutejs/plasma-sb-utils": "0.190.0-dev.0",
69
+ "@salutejs/plasma-sb-utils": "0.190.1-canary.1668.12869583484.0",
70
70
  "@storybook/addon-docs": "7.6.17",
71
71
  "@storybook/addon-essentials": "7.6.17",
72
72
  "@storybook/addons": "7.6.17",
@@ -137,5 +137,5 @@
137
137
  "sideEffects": [
138
138
  "*.css"
139
139
  ],
140
- "gitHead": "4cf77737e0764a42f4df5eac4bbd7a9847539a2d"
140
+ "gitHead": "fe44c39492d81941101dd3770e23029ecce658c3"
141
141
  }