@clerk/types 4.84.1 → 4.85.0-snapshot.v20250908110412
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 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5266,6 +5266,7 @@ type ElementsConfig = {
|
|
|
5266
5266
|
profileSectionSubtitleText: WithOptions<ProfileSectionId>;
|
|
5267
5267
|
profileSectionContent: WithOptions<ProfileSectionId>;
|
|
5268
5268
|
profileSectionPrimaryButton: WithOptions<ProfileSectionId>;
|
|
5269
|
+
profileSectionButtonGroup: WithOptions<ProfileSectionId>;
|
|
5269
5270
|
profilePage: WithOptions<ProfilePageId>;
|
|
5270
5271
|
formattedPhoneNumber: WithOptions;
|
|
5271
5272
|
formattedPhoneNumberFlag: WithOptions;
|
|
@@ -6837,6 +6838,7 @@ type __internal_LocalizationResource = {
|
|
|
6837
6838
|
tableHeader__edit: LocalizationValue;
|
|
6838
6839
|
title: LocalizationValue;
|
|
6839
6840
|
actionLabel__newSubscription: LocalizationValue;
|
|
6841
|
+
actionLabel__manageSubscription: LocalizationValue;
|
|
6840
6842
|
actionLabel__switchPlan: LocalizationValue;
|
|
6841
6843
|
};
|
|
6842
6844
|
paymentHistorySection: {
|
|
@@ -7064,6 +7066,7 @@ type __internal_LocalizationResource = {
|
|
|
7064
7066
|
tableHeader__edit: LocalizationValue;
|
|
7065
7067
|
title: LocalizationValue;
|
|
7066
7068
|
actionLabel__newSubscription: LocalizationValue;
|
|
7069
|
+
actionLabel__manageSubscription: LocalizationValue;
|
|
7067
7070
|
actionLabel__switchPlan: LocalizationValue;
|
|
7068
7071
|
};
|
|
7069
7072
|
paymentHistorySection: {
|
package/dist/index.d.ts
CHANGED
|
@@ -5266,6 +5266,7 @@ type ElementsConfig = {
|
|
|
5266
5266
|
profileSectionSubtitleText: WithOptions<ProfileSectionId>;
|
|
5267
5267
|
profileSectionContent: WithOptions<ProfileSectionId>;
|
|
5268
5268
|
profileSectionPrimaryButton: WithOptions<ProfileSectionId>;
|
|
5269
|
+
profileSectionButtonGroup: WithOptions<ProfileSectionId>;
|
|
5269
5270
|
profilePage: WithOptions<ProfilePageId>;
|
|
5270
5271
|
formattedPhoneNumber: WithOptions;
|
|
5271
5272
|
formattedPhoneNumberFlag: WithOptions;
|
|
@@ -6837,6 +6838,7 @@ type __internal_LocalizationResource = {
|
|
|
6837
6838
|
tableHeader__edit: LocalizationValue;
|
|
6838
6839
|
title: LocalizationValue;
|
|
6839
6840
|
actionLabel__newSubscription: LocalizationValue;
|
|
6841
|
+
actionLabel__manageSubscription: LocalizationValue;
|
|
6840
6842
|
actionLabel__switchPlan: LocalizationValue;
|
|
6841
6843
|
};
|
|
6842
6844
|
paymentHistorySection: {
|
|
@@ -7064,6 +7066,7 @@ type __internal_LocalizationResource = {
|
|
|
7064
7066
|
tableHeader__edit: LocalizationValue;
|
|
7065
7067
|
title: LocalizationValue;
|
|
7066
7068
|
actionLabel__newSubscription: LocalizationValue;
|
|
7069
|
+
actionLabel__manageSubscription: LocalizationValue;
|
|
7067
7070
|
actionLabel__switchPlan: LocalizationValue;
|
|
7068
7071
|
};
|
|
7069
7072
|
paymentHistorySection: {
|