draft-components 4.4.0 → 4.4.1

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.
@@ -2119,7 +2119,7 @@
2119
2119
  --font: var(--dc-text-sm);
2120
2120
  --padding: 12px 16px;
2121
2121
  --color: var(--dc-text-color-primary);
2122
- --background: rgb(var(--dc-white) / 85%);
2122
+ --background: rgb(var(--dc-white-rgb) / 85%);
2123
2123
  --background-filter: blur(20px) saturate(180%);
2124
2124
  --radius: 8px;
2125
2125
  --shadow: 0 0 0 1px rgb(var(--dc-black-rgb) / 7.5%), 0 -1px 0 0 rgb(var(--dc-black-rgb) / 5%), var(--dc-shadow-lg);
@@ -2,7 +2,7 @@
2
2
  --font: var(--dc-text-sm);
3
3
  --padding: 12px 16px;
4
4
  --color: var(--dc-text-color-primary);
5
- --background: rgb(var(--dc-white) / 85%);
5
+ --background: rgb(var(--dc-white-rgb) / 85%);
6
6
  --background-filter: blur(20px) saturate(180%);
7
7
  --radius: 8px;
8
8
  --shadow: 0 0 0 1px rgb(var(--dc-black-rgb) / 7.5%), 0 -1px 0 0 rgb(var(--dc-black-rgb) / 5%), var(--dc-shadow-lg);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "The React based UI components library.",
5
5
  "type": "module",
6
6
  "exports": {