@salutejs/sdds-cs 0.315.0-canary.1957.14969997916.0 → 0.315.0-canary.1957.14994580995.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.
@@ -259,7 +259,19 @@ export const MultipleValues: StoryDouble = {
259
259
  type: 'select',
260
260
  },
261
261
  },
262
- ...disableProps(['size', 'orientation']),
262
+ ...disableProps([
263
+ 'size',
264
+ 'orientation',
265
+ 'labelPlacement',
266
+ 'scaleAlign',
267
+ 'sliderAlign',
268
+ 'reversed',
269
+ 'labelReversed',
270
+ 'showCurrentValue',
271
+ 'showScale',
272
+ 'pointerVisibility',
273
+ 'currentValueVisibility',
274
+ ]),
263
275
  },
264
276
  render: (args) => <StoryMultipleValues {...args} />,
265
277
  };
@@ -259,7 +259,19 @@ export const MultipleValues: StoryDouble = {
259
259
  type: 'select',
260
260
  },
261
261
  },
262
- ...disableProps(['size', 'orientation']),
262
+ ...disableProps([
263
+ 'size',
264
+ 'orientation',
265
+ 'labelPlacement',
266
+ 'scaleAlign',
267
+ 'sliderAlign',
268
+ 'reversed',
269
+ 'labelReversed',
270
+ 'showCurrentValue',
271
+ 'showScale',
272
+ 'pointerVisibility',
273
+ 'currentValueVisibility',
274
+ ]),
263
275
  },
264
276
  render: (args) => <StoryMultipleValues {...args} />,
265
277
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.315.0-canary.1957.14969997916.0",
3
+ "version": "0.315.0-canary.1957.14994580995.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-canary.1957.14969997916.0",
33
+ "@salutejs/plasma-new-hope": "0.323.0-canary.1957.14994580995.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": "00751bf648d03e4047b10dae0bf4234225c28411"
126
+ "gitHead": "8ea6d96b8c0247a1acea6ac9442963197de50e8b"
127
127
  }