@salutejs/sdds-cs 0.235.0-dev.0 → 0.235.1-dev.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.
@@ -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-cs",
3
- "version": "0.235.0-dev.0",
3
+ "version": "0.235.1-dev.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.246.0-dev.0",
33
+ "@salutejs/plasma-new-hope": "0.246.1-dev.0",
34
34
  "@salutejs/sdds-themes": "0.31.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -57,7 +57,7 @@
57
57
  "@salutejs/plasma-core": "1.191.0-dev.0",
58
58
  "@salutejs/plasma-cy-utils": "0.122.0-dev.0",
59
59
  "@salutejs/plasma-icons": "1.210.0",
60
- "@salutejs/plasma-sb-utils": "0.190.0-dev.0",
60
+ "@salutejs/plasma-sb-utils": "0.190.1-dev.0",
61
61
  "@storybook/addon-docs": "7.6.17",
62
62
  "@storybook/addon-essentials": "7.6.17",
63
63
  "@storybook/addons": "7.6.17",
@@ -123,5 +123,5 @@
123
123
  "Anton Vinogradov"
124
124
  ],
125
125
  "sideEffects": false,
126
- "gitHead": "12de049ecd8266188a43919041ff1bb3b4e3816e"
126
+ "gitHead": "26e2812be1ecbb8648f4b1fc0606283cdda2dc78"
127
127
  }