@clerk/types 4.59.3-snapshot.v20250528195759 → 4.59.3

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 CHANGED
@@ -5986,22 +5986,6 @@ type ClerkOptions = PendingSessionOptions & ClerkOptionsNavigation & SignInForce
5986
5986
  */
5987
5987
  rethrowOfflineNetworkErrors: boolean;
5988
5988
  commerce: boolean;
5989
- /**
5990
- * The name of the CSS layer to use for Clerk components.
5991
- * @example
5992
- * ```tsx
5993
- * <ClerkProvider cssLayerName="components">
5994
- * <App />
5995
- * </ClerkProvider>
5996
- * ```
5997
- * This will wrap all Clerk styles in a `components` CSS layer to work with tools like Tailwind CSS V4.
5998
- *```css
5999
- * @layer components {
6000
- * ... clerk styles ...
6001
- * }
6002
- *```
6003
- */
6004
- cssLayerName?: string;
6005
5989
  }, Record<string, any>>;
6006
5990
  /**
6007
5991
  * The URL a developer should be redirected to in order to claim an instance created in Keyless mode.
package/dist/index.d.ts CHANGED
@@ -5986,22 +5986,6 @@ type ClerkOptions = PendingSessionOptions & ClerkOptionsNavigation & SignInForce
5986
5986
  */
5987
5987
  rethrowOfflineNetworkErrors: boolean;
5988
5988
  commerce: boolean;
5989
- /**
5990
- * The name of the CSS layer to use for Clerk components.
5991
- * @example
5992
- * ```tsx
5993
- * <ClerkProvider cssLayerName="components">
5994
- * <App />
5995
- * </ClerkProvider>
5996
- * ```
5997
- * This will wrap all Clerk styles in a `components` CSS layer to work with tools like Tailwind CSS V4.
5998
- *```css
5999
- * @layer components {
6000
- * ... clerk styles ...
6001
- * }
6002
- *```
6003
- */
6004
- cssLayerName?: string;
6005
5989
  }, Record<string, any>>;
6006
5990
  /**
6007
5991
  * The URL a developer should be redirected to in order to claim an instance created in Keyless mode.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/types",
3
- "version": "4.59.3-snapshot.v20250528195759",
3
+ "version": "4.59.3",
4
4
  "description": "Typings for Clerk libraries.",
5
5
  "keywords": [
6
6
  "clerk",