@everchron/ec-shards 0.6.100 → 0.6.101

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": "0.6.100",
3
+ "version": "0.6.101",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><polygon fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" points="15 5.137 18.18 11.63 25.292 12.677 20.146 17.728 21.36 24.863 15 21.492 8.64 24.863 9.854 17.728 4.708 12.677 11.819 11.63"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><polygon vector-effect="non-scaling-stroke" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" points="15 5.137 18.18 11.63 25.292 12.677 20.146 17.728 21.36 24.863 15 21.492 8.64 24.863 9.854 17.728 4.708 12.677 11.819 11.63"/></svg>
@@ -7,7 +7,7 @@
7
7
  </div>
8
8
 
9
9
  <div v-else-if="type === 'radiobutton'" class="ecs-popover-list-item control no-hover">
10
- <ecs-radiobutton @input="$emit('input', $event)" :disabled="disabled" :value="value" :value-false="valueFalse" :value-true="valueTrue">
10
+ <ecs-radiobutton @input="$emit('input', $event)" :disabled="disabled" :checked="value">
11
11
  <slot></slot>
12
12
  </ecs-radiobutton>
13
13
  </div>