@clerk/types 4.67.0 → 4.67.1-snapshot.v20250716183151
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.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5290,7 +5290,7 @@ type Variables = {
|
|
|
5290
5290
|
*/
|
|
5291
5291
|
colorShimmer?: CssColor;
|
|
5292
5292
|
/**
|
|
5293
|
-
* The color of the ring when an interactive element is focused.
|
|
5293
|
+
* The color of the ring when an interactive element is focused rendered at 15% opacity.
|
|
5294
5294
|
* @default {@link Variables.colorNeutral} at 15% opacity
|
|
5295
5295
|
*/
|
|
5296
5296
|
colorRing?: CssColor;
|
|
@@ -5305,8 +5305,8 @@ type Variables = {
|
|
|
5305
5305
|
*/
|
|
5306
5306
|
colorBorder?: CssColor;
|
|
5307
5307
|
/**
|
|
5308
|
-
* The background color of the modal backdrop.
|
|
5309
|
-
* @default {@link Variables.colorNeutral} at
|
|
5308
|
+
* The background color of the modal backdrop rendered at 73% opacity.
|
|
5309
|
+
* @default {@link Variables.colorNeutral} at 73% opacity
|
|
5310
5310
|
*/
|
|
5311
5311
|
colorModalBackdrop?: CssColor;
|
|
5312
5312
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -5290,7 +5290,7 @@ type Variables = {
|
|
|
5290
5290
|
*/
|
|
5291
5291
|
colorShimmer?: CssColor;
|
|
5292
5292
|
/**
|
|
5293
|
-
* The color of the ring when an interactive element is focused.
|
|
5293
|
+
* The color of the ring when an interactive element is focused rendered at 15% opacity.
|
|
5294
5294
|
* @default {@link Variables.colorNeutral} at 15% opacity
|
|
5295
5295
|
*/
|
|
5296
5296
|
colorRing?: CssColor;
|
|
@@ -5305,8 +5305,8 @@ type Variables = {
|
|
|
5305
5305
|
*/
|
|
5306
5306
|
colorBorder?: CssColor;
|
|
5307
5307
|
/**
|
|
5308
|
-
* The background color of the modal backdrop.
|
|
5309
|
-
* @default {@link Variables.colorNeutral} at
|
|
5308
|
+
* The background color of the modal backdrop rendered at 73% opacity.
|
|
5309
|
+
* @default {@link Variables.colorNeutral} at 73% opacity
|
|
5310
5310
|
*/
|
|
5311
5311
|
colorModalBackdrop?: CssColor;
|
|
5312
5312
|
/**
|