@salutejs/sdds-cs 0.315.0 → 0.315.1-canary.1968.15065861447.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,6 +105,15 @@ 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
+ },
108
117
  ...disableProps([
109
118
  'hintText',
110
119
  'hintTrigger',
@@ -128,8 +137,6 @@ const meta: Meta<StoryProps> = {
128
137
  textAfter: '',
129
138
  placeholder: 'Заполните поле',
130
139
  leftHelper: 'Введите имя Алексей',
131
- listWidth: '100%',
132
- listMaxHeight: '200px',
133
140
  threshold: 2,
134
141
  enableContentLeft: true,
135
142
  enableContentRight: true,
@@ -137,6 +144,7 @@ const meta: Meta<StoryProps> = {
137
144
  required: false,
138
145
  requiredPlacement: 'right',
139
146
  hasRequiredIndicator: true,
147
+ virtual: false,
140
148
  },
141
149
  };
142
150
 
@@ -105,6 +105,15 @@ 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
+ },
108
117
  ...disableProps([
109
118
  'hintText',
110
119
  'hintTrigger',
@@ -128,8 +137,6 @@ const meta: Meta<StoryProps> = {
128
137
  textAfter: '',
129
138
  placeholder: 'Заполните поле',
130
139
  leftHelper: 'Введите имя Алексей',
131
- listWidth: '100%',
132
- listMaxHeight: '200px',
133
140
  threshold: 2,
134
141
  enableContentLeft: true,
135
142
  enableContentRight: true,
@@ -137,6 +144,7 @@ const meta: Meta<StoryProps> = {
137
144
  required: false,
138
145
  requiredPlacement: 'right',
139
146
  hasRequiredIndicator: true,
147
+ virtual: false,
140
148
  },
141
149
  };
142
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.315.0",
3
+ "version": "0.315.1-canary.1968.15065861447.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.0",
33
+ "@salutejs/plasma-new-hope": "0.323.1-canary.1968.15065861447.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": "e01eb2a699c16e6e560737c50ecfc4a195c7283e"
126
+ "gitHead": "b2ecc5c246088ce55f06bdd47a998be406100f2f"
127
127
  }