@budibase/frontend-core 3.33.0 → 3.33.2
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": "@budibase/frontend-core",
|
|
3
|
-
"version": "3.33.
|
|
3
|
+
"version": "3.33.2",
|
|
4
4
|
"description": "Budibase frontend core libraries used in builder and client",
|
|
5
5
|
"author": "Budibase",
|
|
6
6
|
"license": "MPL-2.0",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"vitest": "^3.2.4"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "07ce3a802c04f47051d19e90a1894a1a86928b40"
|
|
28
28
|
}
|
|
@@ -667,11 +667,6 @@
|
|
|
667
667
|
<span class="tool-name-primary"
|
|
668
668
|
>{displayToolName.primary}</span
|
|
669
669
|
>
|
|
670
|
-
{#if displayToolName.secondary}
|
|
671
|
-
<span class="tool-name-secondary">
|
|
672
|
-
{displayToolName.secondary}
|
|
673
|
-
</span>
|
|
674
|
-
{/if}
|
|
675
670
|
</div>
|
|
676
671
|
{#if isRunning || isError || isSuccess}
|
|
677
672
|
<span class="tool-status">
|
|
@@ -1106,9 +1101,7 @@
|
|
|
1106
1101
|
|
|
1107
1102
|
.tool-name-wrapper {
|
|
1108
1103
|
display: flex;
|
|
1109
|
-
flex-direction: column;
|
|
1110
1104
|
align-items: flex-start;
|
|
1111
|
-
gap: 2px;
|
|
1112
1105
|
padding: 6px 8px;
|
|
1113
1106
|
background-color: var(--spectrum-global-color-gray-200);
|
|
1114
1107
|
border-radius: 6px;
|
|
@@ -1121,12 +1114,6 @@
|
|
|
1121
1114
|
line-height: 1.2;
|
|
1122
1115
|
}
|
|
1123
1116
|
|
|
1124
|
-
.tool-name-secondary {
|
|
1125
|
-
font-size: 11px;
|
|
1126
|
-
color: var(--spectrum-global-color-gray-600);
|
|
1127
|
-
line-height: 1.2;
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
1117
|
.tool-status {
|
|
1131
1118
|
margin-left: auto;
|
|
1132
1119
|
display: flex;
|