toggle-components-library 1.28.1 → 1.28.2

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": "toggle-components-library",
3
- "version": "1.28.1",
3
+ "version": "1.28.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
package/src/.DS_Store ADDED
Binary file
@@ -6,8 +6,9 @@
6
6
  <span class="toggle-input-checkbox-check-element "></span>
7
7
  <span :class="[ 'toggle-input-checkbox-label', label_style ]" >{{label}}</span>
8
8
 
9
- </div>
10
- <img v-if="iconUrl" v-bind:src="iconUrl" :alt="iconAlt" class="toggle-input-checkbox-icon"/>
9
+
10
+ <img v-if="iconUrl" v-bind:src="iconUrl" :alt="iconAlt" class="toggle-input-checkbox-icon"/>
11
+ </div>
11
12
 
12
13
  </label>
13
14
 
@@ -132,7 +132,7 @@
132
132
 
133
133
  .toggle-multi-tier-sidenav-container {
134
134
 
135
- line-height: 0;
135
+ line-height: 1rem;
136
136
  font-size: $toggle-font-size-regular;
137
137
  width: 25%;
138
138
  float: left;
@@ -641,4 +641,5 @@
641
641
  100% {
642
642
  transform: scale(1) rotate(0deg);
643
643
  }
644
- }
644
+ }
645
+