@validationcloud/fractal-ui 1.66.0 → 1.67.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.
@@ -87,6 +87,12 @@
87
87
  #443843 270deg,
88
88
  #825a67 360deg
89
89
  );
90
+
91
+ --background-image-gradient16: radial-gradient(
92
+ 50% 120.52% at 50% 5.22%,
93
+ #ffffff 48.91%,
94
+ rgba(255, 255, 255, 0.5) 100%
95
+ );
90
96
  --background-image-angular: conic-gradient(
91
97
  from 180deg at 50% 50%,
92
98
  #eb9eab 0deg,
@@ -19,6 +19,7 @@
19
19
  /* Fonts */
20
20
  --font-poppins: 'Poppins', sans-serif;
21
21
  --font-dm-sans: 'DM Sans', sans-serif;
22
+ --font-inter: 'Inter', sans-serif;
22
23
  --font-family-body: var(--font-poppins);
23
24
  --font-family-display: var(--font-dm-sans);
24
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@validationcloud/fractal-ui",
3
3
  "private": false,
4
- "version": "1.66.0",
4
+ "version": "1.67.0",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",
7
7
  "files": [