toggle-components-library 1.25.22 → 1.25.23

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.22",
3
+ "version": "1.25.23",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -420,6 +420,11 @@
420
420
  .toggle-input-label, .toggle-input{
421
421
  opacity: 0.5;
422
422
  }
423
+ .toggle-input-select-container{
424
+ &:after{
425
+ opacity: 0.3;
426
+ }
427
+ }
423
428
  }
424
429
 
425
430
  .toggle-input-radio-label, .toggle-input-checkbox-label{