@studio-west/component-sw 0.10.8 → 0.10.9

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -578,9 +578,9 @@ Default - Содержимое
578
578
  | `vertical` | `Boolean` | `false` | Вертикальная ориентация слайдера. |
579
579
  | `class` | `String` | `sw-switch` | Добавляет пользовательский CSS-класс к компоненту. |
580
580
  | `size` | `String` | `small` | Размер бегунка: `'large'`, `'small'`. |
581
- | `min` | `Number` | `0` | Добавляет в атрибут `'id'`. |
582
- | `max` | `Number` | `100` | Текст при true. |
583
- | `step` | `Number` | `1` | Текст при false. |
581
+ | `min` | `Number` | `0` | Минимальное значение переменной. |
582
+ | `max` | `Number` | `100` | Максимальное значение переменной. |
583
+ | `step` | `Number` | `1` | Шаг в приросте переменной. |
584
584
  | `show-value` | `Boolean` | `false` | Добавляет всплывающее окно с текущим значением. |
585
585
 
586
586
  ### Слоты / Slots
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studio-west/component-sw",
3
- "version": "0.10.8",
3
+ "version": "0.10.9",
4
4
  "description": "Vue components of Component SW collection.",
5
5
  "type": "module",
6
6
  "keywords": [