@profitliga/ui 1.2.72 → 1.2.73
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/components/index.js +1 -0
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -5684,6 +5684,7 @@ function Id(e = {}) {
|
|
|
5684
5684
|
backdrop-filter: blur(1px);
|
|
5685
5685
|
border-radius: inherit;
|
|
5686
5686
|
${e.white ? "background: rgba(255, 255, 255, 0.8);" : ""}
|
|
5687
|
+
${e.gray ? "background: rgba(250, 250, 250, 0.8);" : ""}
|
|
5687
5688
|
`;
|
|
5688
5689
|
const a = document.createElement("div");
|
|
5689
5690
|
a.style.cssText = `
|