toggle-components-library 1.25.4 → 1.25.6

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.25.4",
3
+ "version": "1.25.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "main": "dist/toggle-components-library.common.js",
14
14
  "module": "dist/toggle-components-library.esm.js",
15
- "unpkg": "dist/toggle-components-library.umd.min.js",
15
+ "unpkg": "dist/toggle-components-library.min.js",
16
16
  "browser": {
17
17
  "./sfc": "src/toggle-components-library.vue"
18
18
  },
package/src/.DS_Store ADDED
Binary file
@@ -154,8 +154,8 @@
154
154
  font-size: $toggle-font-size-small;
155
155
  color : $toggle-error-red !important;
156
156
  display : block;
157
- position : absolute;
158
- bottom : 0.3rem;
157
+ margin-top: 1rem;
158
+ margin-bottom: -1.1rem;
159
159
  }
160
160
 
161
161
  // date picker
@@ -893,6 +893,8 @@ $iconWidth:20px;
893
893
  }
894
894
 
895
895
  .toggle-input-label-error {
896
+ margin-top: 0rem;
897
+ margin-bottom: 0rem;
896
898
  position: absolute;
897
899
  bottom:-17px;
898
900
  }