@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.
@@ -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 = `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@profitliga/ui",
3
- "version": "1.2.72",
3
+ "version": "1.2.73",
4
4
  "author": "Profit League<dev@pr-lg.ru>",
5
5
  "license": "MIT",
6
6
  "description": "Vue 3 UI component library with TypeScript and SCSS",