@optionfactory/ful 1.0.5 → 1.0.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/dist/ful.iife.js CHANGED
@@ -1925,7 +1925,9 @@ var ful = (function (exports, ftl) {
1925
1925
  static slots = true;
1926
1926
  static template = `
1927
1927
  <div data-tpl-class="klass">
1928
- <input data-tpl-id="id" class="form-check-input" type="checkbox" role="switch" form="" placeholder=" " data-tpl-aria-describedby="fieldErrorId">
1928
+ <div class="input-container">
1929
+ <input data-tpl-id="id" class="form-check-input" type="checkbox" role="switch" form="" placeholder=" " data-tpl-aria-describedby="fieldErrorId">
1930
+ </div>
1929
1931
  <label data-tpl-for="id" class="form-check-label">{{{{ slots.default }}}}</label>
1930
1932
  </div>
1931
1933
  <ful-field-error data-tpl-if="fieldErrorId"></ful-field-error>