sf-i-events 1.0.182 → 1.0.183

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,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.182",
4
+ "version": "1.0.183",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.js CHANGED
@@ -5930,7 +5930,7 @@ let SfIEvents = class SfIEvents extends LitElement {
5930
5930
  <input type="radio" id="radio-image" class="switch-image" value="Image" name="radio-report" part="radio-download"/>
5931
5931
  <label for="radio-image" part="label-radio-download">Image</label>
5932
5932
  </div>
5933
- <div class="d-flex justify-center">
5933
+ <div class="d-flex">
5934
5934
  <button id="button-download-stats" part="button" class="mt-5">Download</button>
5935
5935
  </div>
5936
5936
  </div>
@@ -5940,7 +5940,7 @@ let SfIEvents = class SfIEvents extends LitElement {
5940
5940
  <input type="radio" id="radio-csv" class="switch-csv" value="Excel" checked part="radio-download"/>
5941
5941
  <label for="radio-csv" part="label-radio-download">Csv</label>
5942
5942
  </div>
5943
- <div class="d-flex justify-center">
5943
+ <div class="d-flex">
5944
5944
  <button id="button-download-compliances" part="button" class="mt-5">Download</button>
5945
5945
  </div>
5946
5946
  </div>
@@ -5950,7 +5950,7 @@ let SfIEvents = class SfIEvents extends LitElement {
5950
5950
  <input type="radio" id="radio-html" class="switch-html" value="Html" checked part="radio-download"/>
5951
5951
  <label for="radio-html" part="label-radio-download">Html</label>
5952
5952
  </div>
5953
- <div class="d-flex justify-center">
5953
+ <div class="d-flex">
5954
5954
  <button id="button-download-certificate" part="button" class="mt-5">Download</button>
5955
5955
  </div>
5956
5956
  </div>