@everchron/ec-shards 2.0.6 → 2.0.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -13,7 +13,7 @@
13
13
  </div>
14
14
 
15
15
  <div v-else-if="type === 'switch'" class="ecs-popover-list-item control no-hover">
16
- <ecs-switch @input="$emit('input', $event)" :value="value" :value-false="valueFalse" :value-true="valueTrue" size="sml" :disabled="disabled">
16
+ <ecs-switch @input="$emit('input', $event)" :value="value" :value-false="valueFalse" :value-true="valueTrue" size="sml-toggle" :disabled="disabled">
17
17
  <slot></slot>
18
18
  </ecs-switch>
19
19
  </div>
@@ -6,6 +6,12 @@ import { Meta } from '@storybook/addon-docs/blocks';
6
6
  Changelog
7
7
  </h1>
8
8
 
9
+ ## Version 2.0.7 (10 October 2022)
10
+
11
+ ### Fixes
12
+
13
+ - Popover list item of type switch now uses the `sml-toggle` size variant to make it consistent with other popover list items.
14
+
9
15
  ## Version 2.0.6 (6 October 2022)
10
16
 
11
17
  ### Features