@kestra-io/ui-libs 0.0.14 → 0.0.15

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@kestra-io/ui-libs",
3
- "version": "v0.0.14",
3
+ "version": "v0.0.15",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src",
@@ -5,7 +5,7 @@
5
5
  </g>
6
6
  <defs>
7
7
  <clipPath id="clip0_796_3996">
8
- <rect width="16" height="16" fill="white" />
8
+ <rect width="16" height="16" fill="currentColor" />
9
9
  </clipPath>
10
10
  </defs>
11
11
  </svg>
@@ -5,7 +5,7 @@
5
5
  </g>
6
6
  <defs>
7
7
  <clipPath id="clip0_1111_7266">
8
- <rect width="16" height="16" fill="white" transform="translate(0 16) rotate(-90)" />
8
+ <rect width="16" height="16" fill="currentColor" transform="translate(0 16) rotate(-90)" />
9
9
  </clipPath>
10
10
  </defs>
11
11
  </svg>
package/src/scss/app.scss CHANGED
@@ -20,6 +20,10 @@
20
20
  font-size: 0.66rem;
21
21
  }
22
22
 
23
+ .vue-flow__controls-button {
24
+ color: black;
25
+ }
26
+
23
27
  .vue-flow__container {
24
28
  .top-button-div {
25
29
  position: absolute;
@@ -35,6 +39,7 @@
35
39
  pointer-events: none !important;
36
40
  }
37
41
 
42
+
38
43
  marker[id*='id=marker-custom&type=arrowclosed'] polyline {
39
44
  stroke: #9A8EB4;
40
45
  fill: #9A8EB4;