@budibase/frontend-core 3.13.13 → 3.13.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": "@budibase/frontend-core",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.15",
|
|
4
4
|
"description": "Budibase frontend core libraries used in builder and client",
|
|
5
5
|
"author": "Budibase",
|
|
6
6
|
"license": "MPL-2.0",
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"shortid": "2.2.15",
|
|
18
18
|
"socket.io-client": "^4.7.5"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "4b696d6fa89fefc73ce5858d5699c9b5060155f8"
|
|
21
21
|
}
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
/* Variables */
|
|
219
219
|
--accent-color: var(--primaryColor, var(--spectrum-global-color-blue-400));
|
|
220
220
|
--grid-background: var(--spectrum-global-color-gray-50);
|
|
221
|
-
--grid-background-alt: var(--
|
|
221
|
+
--grid-background-alt: var(--spectrum-global-color-gray-100);
|
|
222
222
|
--header-cell-background: var(
|
|
223
223
|
--custom-header-cell-background,
|
|
224
224
|
var(--spectrum-global-color-gray-100)
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
--cell-spacing: 4px;
|
|
231
231
|
--cell-border: 1px solid var(--spectrum-global-color-gray-200);
|
|
232
232
|
--cell-font-size: 14px;
|
|
233
|
-
--cell-font-color: var(--spectrum-global-color-gray-
|
|
233
|
+
--cell-font-color: var(--spectrum-global-color-gray-800);
|
|
234
234
|
flex: 1 1 auto;
|
|
235
235
|
display: flex;
|
|
236
236
|
flex-direction: column;
|