@widget-js/core 24.1.1-beta.30 → 24.1.1-beta.31
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 +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1229,13 +1229,15 @@ ${cssVariables}
|
|
|
1229
1229
|
};
|
|
1230
1230
|
var DefaultWidgetTheme = new WidgetTheme(
|
|
1231
1231
|
{
|
|
1232
|
-
backgroundColor: "rgba(0,0,0,0.
|
|
1232
|
+
backgroundColor: "rgba(0,0,0,0.5)",
|
|
1233
1233
|
color: "#fff",
|
|
1234
1234
|
fontSize: "14px",
|
|
1235
1235
|
borderColor: "rgba(255,255,255,0.4)",
|
|
1236
1236
|
dividerColor: "rgba(255,255,255,0.4)",
|
|
1237
1237
|
primaryColor: "rgb(0, 149, 255)",
|
|
1238
|
-
borderRadius: "22px"
|
|
1238
|
+
borderRadius: "22px",
|
|
1239
|
+
backgroundBorderColor: "hsla(0,0%,100%,.06)",
|
|
1240
|
+
backgroundBoxShadowColor: "hsla(0, 0%, 100%, 0.1)"
|
|
1239
1241
|
}
|
|
1240
1242
|
);
|
|
1241
1243
|
Object.freeze(DefaultWidgetTheme);
|