sf-i-events 1.0.181 → 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.181",
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
@@ -5922,7 +5922,7 @@ let SfIEvents = class SfIEvents extends LitElement {
5922
5922
  </div>
5923
5923
 
5924
5924
  <div class="d-flex justify-center">
5925
- <div part="input" class="p-10 mr-10">
5925
+ <div class="p-10 mr-10">
5926
5926
  <div part="td-head">Stats</div>
5927
5927
  <div part="td-body" class="d-flex align-center mt-5">
5928
5928
  <input type="radio" id="radio-csv" class="switch-csv" value="Excel" checked name="radio-report" part="radio-download"/>
@@ -5930,27 +5930,27 @@ 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>
5937
- <div part="input" class="p-10 ml-10 mr-10">
5937
+ <div class="p-10 ml-10 mr-10">
5938
5938
  <div part="td-head">Compliances</div>
5939
5939
  <div part="td-body" class="d-flex align-center mt-5">
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>
5947
- <div part="input" class="p-10 ml-10">
5947
+ <div class="p-10 ml-10">
5948
5948
  <div part="td-head">Certificate</div>
5949
5949
  <div part="td-body" class="d-flex align-center mt-5">
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>