sf-i-events 1.0.699 → 1.0.700

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.699",
4
+ "version": "1.0.700",
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
@@ -132,7 +132,6 @@ let SfIEvents = class SfIEvents extends LitElement {
132
132
  margin: 2px;
133
133
  padding: 20px;
134
134
  border: solid 5px gray;
135
- border-style: groove;
136
135
  background-color: #efefef;
137
136
  }
138
137
  .certificate-section {
@@ -135,7 +135,6 @@ export class SfIEvents extends LitElement {
135
135
  margin: 2px;
136
136
  padding: 20px;
137
137
  border: solid 5px gray;
138
- border-style: groove;
139
138
  background-color: #efefef;
140
139
  }
141
140
  .certificate-section {