@oicl/openbridge-webcomponents-full-bundle 2.0.0-next.91 → 2.0.0-next.92

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.
@@ -301,11 +301,6 @@ const compentStyle = css`* {
301
301
  background: var(--automation-button-static-background-color);
302
302
  }
303
303
 
304
- .activated .icon-holder {
305
- border-color: var(--normal-activated-border-color);
306
- background: var(--normal-activated-background-color);
307
- }
308
-
309
304
  .alert-frame {
310
305
  position: absolute;
311
306
  top: 0;
@@ -1 +1 @@
1
- {"version":3,"file":"automation-button.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"automation-button.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oicl/openbridge-webcomponents-full-bundle",
3
- "version": "2.0.0-next.91",
3
+ "version": "2.0.0-next.92",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -247,11 +247,6 @@
247
247
  background: var(--automation-button-static-background-color);
248
248
  }
249
249
 
250
- .activated .icon-holder {
251
- border-color: var(--normal-activated-border-color);
252
- background: var(--normal-activated-background-color);
253
- }
254
-
255
250
  .alert-frame {
256
251
  position: absolute;
257
252
  top: 0;