api-render-ui 1.1.4 → 1.1.5

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/index.cjs CHANGED
@@ -94,7 +94,10 @@ var GLOBAL_STYLES = `.codigma-apioperatorlist {
94
94
 
95
95
  .codigma-apioperator:hover {
96
96
  cursor: pointer;
97
- color: var(--main-color, var(--primary, #404040));
97
+ color: var(--text, black);
98
+ background-color: var(--hover-bg, rgba(169,199,239,0.12));
99
+ transition: background-color .12s ease, color .12s ease;
100
+ border-radius: 4px;
98
101
  }
99
102
  .codigma-apioperator:active {
100
103
  color: var(--main-color, var(--primary, #404040));
@@ -317,6 +320,12 @@ var GLOBAL_STYLES = `.codigma-apioperatorlist {
317
320
  flex: 1 1 0;
318
321
  min-height: 5rem;
319
322
  /* padding: 2px */
323
+ }
324
+ .codigma-apiunit-apioperator:hover {
325
+ cursor: pointer;
326
+ color: var(--text, black);
327
+ background-color: var(--hover-bg, rgba(169,199,239,0.08));
328
+ transition: background-color .12s ease, color .12s ease;
320
329
  }`;
321
330
 
322
331
  // src/api-render-ui.ts