@salutejs/sdds-cs 0.315.1-canary.1968.15065861447.0 → 0.315.1-canary.1971.15070573337.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.
@@ -105,15 +105,6 @@ const meta: Meta<StoryProps> = {
105
105
  },
106
106
  if: { arg: 'required', truthy: false },
107
107
  },
108
- listWidth: {
109
- control: { type: 'text' },
110
- },
111
- listMaxHeight: {
112
- control: { type: 'text' },
113
- },
114
- virtual: {
115
- control: { type: 'boolean' },
116
- },
117
108
  ...disableProps([
118
109
  'hintText',
119
110
  'hintTrigger',
@@ -137,6 +128,8 @@ const meta: Meta<StoryProps> = {
137
128
  textAfter: '',
138
129
  placeholder: 'Заполните поле',
139
130
  leftHelper: 'Введите имя Алексей',
131
+ listWidth: '100%',
132
+ listMaxHeight: '200px',
140
133
  threshold: 2,
141
134
  enableContentLeft: true,
142
135
  enableContentRight: true,
@@ -144,7 +137,6 @@ const meta: Meta<StoryProps> = {
144
137
  required: false,
145
138
  requiredPlacement: 'right',
146
139
  hasRequiredIndicator: true,
147
- virtual: false,
148
140
  },
149
141
  };
150
142
 
@@ -105,15 +105,6 @@ const meta: Meta<StoryProps> = {
105
105
  },
106
106
  if: { arg: 'required', truthy: false },
107
107
  },
108
- listWidth: {
109
- control: { type: 'text' },
110
- },
111
- listMaxHeight: {
112
- control: { type: 'text' },
113
- },
114
- virtual: {
115
- control: { type: 'boolean' },
116
- },
117
108
  ...disableProps([
118
109
  'hintText',
119
110
  'hintTrigger',
@@ -137,6 +128,8 @@ const meta: Meta<StoryProps> = {
137
128
  textAfter: '',
138
129
  placeholder: 'Заполните поле',
139
130
  leftHelper: 'Введите имя Алексей',
131
+ listWidth: '100%',
132
+ listMaxHeight: '200px',
140
133
  threshold: 2,
141
134
  enableContentLeft: true,
142
135
  enableContentRight: true,
@@ -144,7 +137,6 @@ const meta: Meta<StoryProps> = {
144
137
  required: false,
145
138
  requiredPlacement: 'right',
146
139
  hasRequiredIndicator: true,
147
- virtual: false,
148
140
  },
149
141
  };
150
142
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.315.1-canary.1968.15065861447.0",
3
+ "version": "0.315.1-canary.1971.15070573337.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.323.1-canary.1968.15065861447.0",
33
+ "@salutejs/plasma-new-hope": "0.323.1-canary.1971.15070573337.0",
34
34
  "@salutejs/sdds-themes": "0.36.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -123,5 +123,5 @@
123
123
  "Anton Vinogradov"
124
124
  ],
125
125
  "sideEffects": false,
126
- "gitHead": "b2ecc5c246088ce55f06bdd47a998be406100f2f"
126
+ "gitHead": "e156581c009101d1449be4268805844a90e45dc4"
127
127
  }