@xsolla/xui-core 0.180.0 → 0.182.0
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/index.js +2 -2
- package/index.js.map +1 -1
- package/index.mjs +2 -2
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1291,7 +1291,7 @@ var ltg_dark_default = {
|
|
|
1291
1291
|
var blueprints_default = {
|
|
1292
1292
|
background: {
|
|
1293
1293
|
primary: "#ffffff",
|
|
1294
|
-
secondary: "
|
|
1294
|
+
secondary: "rgba(0, 0, 0, 0.1)",
|
|
1295
1295
|
brand: {
|
|
1296
1296
|
primary: "#80eaff",
|
|
1297
1297
|
secondary: "#b2f2ff"
|
|
@@ -1366,7 +1366,7 @@ var blueprints_default = {
|
|
|
1366
1366
|
},
|
|
1367
1367
|
border: {
|
|
1368
1368
|
primary: "#000000",
|
|
1369
|
-
secondary: "
|
|
1369
|
+
secondary: "#f3f3f2",
|
|
1370
1370
|
brand: "#31cae8",
|
|
1371
1371
|
brandExtra: "#5031e8",
|
|
1372
1372
|
inverse: "rgba(255, 255, 255, 0.17)",
|