@windrun-huaiin/third-ui 5.8.0 → 5.9.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.
- package/dist/clerk/index.js +130 -120
- package/dist/clerk/index.js.map +1 -1
- package/dist/clerk/index.mjs +130 -120
- package/dist/clerk/index.mjs.map +1 -1
- package/dist/fuma/mdx/index.d.mts +2 -1
- package/dist/fuma/mdx/index.d.ts +2 -1
- package/dist/fuma/mdx/index.js +148 -129
- package/dist/fuma/mdx/index.js.map +1 -1
- package/dist/fuma/mdx/index.mjs +148 -129
- package/dist/fuma/mdx/index.mjs.map +1 -1
- package/dist/fuma/server.js +131 -121
- package/dist/fuma/server.js.map +1 -1
- package/dist/fuma/server.mjs +131 -121
- package/dist/fuma/server.mjs.map +1 -1
- package/dist/lib/server.d.mts +30 -0
- package/dist/lib/server.d.ts +30 -0
- package/dist/main/index.js +147 -128
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +147 -128
- package/dist/main/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/fuma/mdx/gradient-button.tsx +8 -2
- package/src/fuma/mdx/toc-base.tsx +1 -1
package/dist/lib/server.d.mts
CHANGED
|
@@ -80,7 +80,9 @@ declare const clerkIntl: {
|
|
|
80
80
|
badge__currentPlan: _clerk_types.LocalizationValue;
|
|
81
81
|
badge__upcomingPlan: _clerk_types.LocalizationValue;
|
|
82
82
|
badge__activePlan: _clerk_types.LocalizationValue;
|
|
83
|
+
badge__pastDuePlan: _clerk_types.LocalizationValue;
|
|
83
84
|
badge__startsAt: _clerk_types.LocalizationValue<"date">;
|
|
85
|
+
badge__pastDueAt: _clerk_types.LocalizationValue<"date">;
|
|
84
86
|
badge__endsAt: _clerk_types.LocalizationValue;
|
|
85
87
|
badge__expired: _clerk_types.LocalizationValue;
|
|
86
88
|
badge__canceledEndsAt: _clerk_types.LocalizationValue<"date">;
|
|
@@ -109,6 +111,8 @@ declare const clerkIntl: {
|
|
|
109
111
|
switchPlan: _clerk_types.LocalizationValue;
|
|
110
112
|
switchToMonthly: _clerk_types.LocalizationValue;
|
|
111
113
|
switchToAnnual: _clerk_types.LocalizationValue;
|
|
114
|
+
switchToMonthlyWithPrice: _clerk_types.LocalizationValue<"price" | "currency">;
|
|
115
|
+
switchToAnnualWithAnnualPrice: _clerk_types.LocalizationValue<"price" | "currency">;
|
|
112
116
|
billedAnnually: _clerk_types.LocalizationValue;
|
|
113
117
|
billedMonthlyOnly: _clerk_types.LocalizationValue;
|
|
114
118
|
alwaysFree: _clerk_types.LocalizationValue;
|
|
@@ -130,6 +134,17 @@ declare const clerkIntl: {
|
|
|
130
134
|
cancelSubscriptionNoCharge: _clerk_types.LocalizationValue;
|
|
131
135
|
cancelSubscriptionAccessUntil: _clerk_types.LocalizationValue<"plan" | "date">;
|
|
132
136
|
popular: _clerk_types.LocalizationValue;
|
|
137
|
+
subscriptionDetails: {
|
|
138
|
+
title: _clerk_types.LocalizationValue;
|
|
139
|
+
currentBillingCycle: _clerk_types.LocalizationValue;
|
|
140
|
+
nextPaymentOn: _clerk_types.LocalizationValue;
|
|
141
|
+
nextPaymentAmount: _clerk_types.LocalizationValue;
|
|
142
|
+
subscribedOn: _clerk_types.LocalizationValue;
|
|
143
|
+
endsOn: _clerk_types.LocalizationValue;
|
|
144
|
+
renewsAt: _clerk_types.LocalizationValue;
|
|
145
|
+
beginsOn: _clerk_types.LocalizationValue;
|
|
146
|
+
pastDueAt: _clerk_types.LocalizationValue;
|
|
147
|
+
};
|
|
133
148
|
monthly: _clerk_types.LocalizationValue;
|
|
134
149
|
annually: _clerk_types.LocalizationValue;
|
|
135
150
|
cannotSubscribeMonthly: _clerk_types.LocalizationValue;
|
|
@@ -2251,7 +2266,9 @@ declare const clerkIntl: {
|
|
|
2251
2266
|
badge__currentPlan: _clerk_types.LocalizationValue;
|
|
2252
2267
|
badge__upcomingPlan: _clerk_types.LocalizationValue;
|
|
2253
2268
|
badge__activePlan: _clerk_types.LocalizationValue;
|
|
2269
|
+
badge__pastDuePlan: _clerk_types.LocalizationValue;
|
|
2254
2270
|
badge__startsAt: _clerk_types.LocalizationValue<"date">;
|
|
2271
|
+
badge__pastDueAt: _clerk_types.LocalizationValue<"date">;
|
|
2255
2272
|
badge__endsAt: _clerk_types.LocalizationValue;
|
|
2256
2273
|
badge__expired: _clerk_types.LocalizationValue;
|
|
2257
2274
|
badge__canceledEndsAt: _clerk_types.LocalizationValue<"date">;
|
|
@@ -2280,6 +2297,8 @@ declare const clerkIntl: {
|
|
|
2280
2297
|
switchPlan: _clerk_types.LocalizationValue;
|
|
2281
2298
|
switchToMonthly: _clerk_types.LocalizationValue;
|
|
2282
2299
|
switchToAnnual: _clerk_types.LocalizationValue;
|
|
2300
|
+
switchToMonthlyWithPrice: _clerk_types.LocalizationValue<"price" | "currency">;
|
|
2301
|
+
switchToAnnualWithAnnualPrice: _clerk_types.LocalizationValue<"price" | "currency">;
|
|
2283
2302
|
billedAnnually: _clerk_types.LocalizationValue;
|
|
2284
2303
|
billedMonthlyOnly: _clerk_types.LocalizationValue;
|
|
2285
2304
|
alwaysFree: _clerk_types.LocalizationValue;
|
|
@@ -2301,6 +2320,17 @@ declare const clerkIntl: {
|
|
|
2301
2320
|
cancelSubscriptionNoCharge: _clerk_types.LocalizationValue;
|
|
2302
2321
|
cancelSubscriptionAccessUntil: _clerk_types.LocalizationValue<"plan" | "date">;
|
|
2303
2322
|
popular: _clerk_types.LocalizationValue;
|
|
2323
|
+
subscriptionDetails: {
|
|
2324
|
+
title: _clerk_types.LocalizationValue;
|
|
2325
|
+
currentBillingCycle: _clerk_types.LocalizationValue;
|
|
2326
|
+
nextPaymentOn: _clerk_types.LocalizationValue;
|
|
2327
|
+
nextPaymentAmount: _clerk_types.LocalizationValue;
|
|
2328
|
+
subscribedOn: _clerk_types.LocalizationValue;
|
|
2329
|
+
endsOn: _clerk_types.LocalizationValue;
|
|
2330
|
+
renewsAt: _clerk_types.LocalizationValue;
|
|
2331
|
+
beginsOn: _clerk_types.LocalizationValue;
|
|
2332
|
+
pastDueAt: _clerk_types.LocalizationValue;
|
|
2333
|
+
};
|
|
2304
2334
|
monthly: _clerk_types.LocalizationValue;
|
|
2305
2335
|
annually: _clerk_types.LocalizationValue;
|
|
2306
2336
|
cannotSubscribeMonthly: _clerk_types.LocalizationValue;
|
package/dist/lib/server.d.ts
CHANGED
|
@@ -80,7 +80,9 @@ declare const clerkIntl: {
|
|
|
80
80
|
badge__currentPlan: _clerk_types.LocalizationValue;
|
|
81
81
|
badge__upcomingPlan: _clerk_types.LocalizationValue;
|
|
82
82
|
badge__activePlan: _clerk_types.LocalizationValue;
|
|
83
|
+
badge__pastDuePlan: _clerk_types.LocalizationValue;
|
|
83
84
|
badge__startsAt: _clerk_types.LocalizationValue<"date">;
|
|
85
|
+
badge__pastDueAt: _clerk_types.LocalizationValue<"date">;
|
|
84
86
|
badge__endsAt: _clerk_types.LocalizationValue;
|
|
85
87
|
badge__expired: _clerk_types.LocalizationValue;
|
|
86
88
|
badge__canceledEndsAt: _clerk_types.LocalizationValue<"date">;
|
|
@@ -109,6 +111,8 @@ declare const clerkIntl: {
|
|
|
109
111
|
switchPlan: _clerk_types.LocalizationValue;
|
|
110
112
|
switchToMonthly: _clerk_types.LocalizationValue;
|
|
111
113
|
switchToAnnual: _clerk_types.LocalizationValue;
|
|
114
|
+
switchToMonthlyWithPrice: _clerk_types.LocalizationValue<"price" | "currency">;
|
|
115
|
+
switchToAnnualWithAnnualPrice: _clerk_types.LocalizationValue<"price" | "currency">;
|
|
112
116
|
billedAnnually: _clerk_types.LocalizationValue;
|
|
113
117
|
billedMonthlyOnly: _clerk_types.LocalizationValue;
|
|
114
118
|
alwaysFree: _clerk_types.LocalizationValue;
|
|
@@ -130,6 +134,17 @@ declare const clerkIntl: {
|
|
|
130
134
|
cancelSubscriptionNoCharge: _clerk_types.LocalizationValue;
|
|
131
135
|
cancelSubscriptionAccessUntil: _clerk_types.LocalizationValue<"plan" | "date">;
|
|
132
136
|
popular: _clerk_types.LocalizationValue;
|
|
137
|
+
subscriptionDetails: {
|
|
138
|
+
title: _clerk_types.LocalizationValue;
|
|
139
|
+
currentBillingCycle: _clerk_types.LocalizationValue;
|
|
140
|
+
nextPaymentOn: _clerk_types.LocalizationValue;
|
|
141
|
+
nextPaymentAmount: _clerk_types.LocalizationValue;
|
|
142
|
+
subscribedOn: _clerk_types.LocalizationValue;
|
|
143
|
+
endsOn: _clerk_types.LocalizationValue;
|
|
144
|
+
renewsAt: _clerk_types.LocalizationValue;
|
|
145
|
+
beginsOn: _clerk_types.LocalizationValue;
|
|
146
|
+
pastDueAt: _clerk_types.LocalizationValue;
|
|
147
|
+
};
|
|
133
148
|
monthly: _clerk_types.LocalizationValue;
|
|
134
149
|
annually: _clerk_types.LocalizationValue;
|
|
135
150
|
cannotSubscribeMonthly: _clerk_types.LocalizationValue;
|
|
@@ -2251,7 +2266,9 @@ declare const clerkIntl: {
|
|
|
2251
2266
|
badge__currentPlan: _clerk_types.LocalizationValue;
|
|
2252
2267
|
badge__upcomingPlan: _clerk_types.LocalizationValue;
|
|
2253
2268
|
badge__activePlan: _clerk_types.LocalizationValue;
|
|
2269
|
+
badge__pastDuePlan: _clerk_types.LocalizationValue;
|
|
2254
2270
|
badge__startsAt: _clerk_types.LocalizationValue<"date">;
|
|
2271
|
+
badge__pastDueAt: _clerk_types.LocalizationValue<"date">;
|
|
2255
2272
|
badge__endsAt: _clerk_types.LocalizationValue;
|
|
2256
2273
|
badge__expired: _clerk_types.LocalizationValue;
|
|
2257
2274
|
badge__canceledEndsAt: _clerk_types.LocalizationValue<"date">;
|
|
@@ -2280,6 +2297,8 @@ declare const clerkIntl: {
|
|
|
2280
2297
|
switchPlan: _clerk_types.LocalizationValue;
|
|
2281
2298
|
switchToMonthly: _clerk_types.LocalizationValue;
|
|
2282
2299
|
switchToAnnual: _clerk_types.LocalizationValue;
|
|
2300
|
+
switchToMonthlyWithPrice: _clerk_types.LocalizationValue<"price" | "currency">;
|
|
2301
|
+
switchToAnnualWithAnnualPrice: _clerk_types.LocalizationValue<"price" | "currency">;
|
|
2283
2302
|
billedAnnually: _clerk_types.LocalizationValue;
|
|
2284
2303
|
billedMonthlyOnly: _clerk_types.LocalizationValue;
|
|
2285
2304
|
alwaysFree: _clerk_types.LocalizationValue;
|
|
@@ -2301,6 +2320,17 @@ declare const clerkIntl: {
|
|
|
2301
2320
|
cancelSubscriptionNoCharge: _clerk_types.LocalizationValue;
|
|
2302
2321
|
cancelSubscriptionAccessUntil: _clerk_types.LocalizationValue<"plan" | "date">;
|
|
2303
2322
|
popular: _clerk_types.LocalizationValue;
|
|
2323
|
+
subscriptionDetails: {
|
|
2324
|
+
title: _clerk_types.LocalizationValue;
|
|
2325
|
+
currentBillingCycle: _clerk_types.LocalizationValue;
|
|
2326
|
+
nextPaymentOn: _clerk_types.LocalizationValue;
|
|
2327
|
+
nextPaymentAmount: _clerk_types.LocalizationValue;
|
|
2328
|
+
subscribedOn: _clerk_types.LocalizationValue;
|
|
2329
|
+
endsOn: _clerk_types.LocalizationValue;
|
|
2330
|
+
renewsAt: _clerk_types.LocalizationValue;
|
|
2331
|
+
beginsOn: _clerk_types.LocalizationValue;
|
|
2332
|
+
pastDueAt: _clerk_types.LocalizationValue;
|
|
2333
|
+
};
|
|
2304
2334
|
monthly: _clerk_types.LocalizationValue;
|
|
2305
2335
|
annually: _clerk_types.LocalizationValue;
|
|
2306
2336
|
cannotSubscribeMonthly: _clerk_types.LocalizationValue;
|