@windrun-huaiin/third-ui 5.9.3 → 5.9.4

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.
@@ -148,6 +148,7 @@ declare const clerkIntl: {
148
148
  monthly: _clerk_types.LocalizationValue;
149
149
  annually: _clerk_types.LocalizationValue;
150
150
  cannotSubscribeMonthly: _clerk_types.LocalizationValue;
151
+ cannotSubscribeUnrecoverable: _clerk_types.LocalizationValue;
151
152
  pricingTable: {
152
153
  billingCycle: _clerk_types.LocalizationValue;
153
154
  included: _clerk_types.LocalizationValue;
@@ -2334,6 +2335,7 @@ declare const clerkIntl: {
2334
2335
  monthly: _clerk_types.LocalizationValue;
2335
2336
  annually: _clerk_types.LocalizationValue;
2336
2337
  cannotSubscribeMonthly: _clerk_types.LocalizationValue;
2338
+ cannotSubscribeUnrecoverable: _clerk_types.LocalizationValue;
2337
2339
  pricingTable: {
2338
2340
  billingCycle: _clerk_types.LocalizationValue;
2339
2341
  included: _clerk_types.LocalizationValue;
@@ -148,6 +148,7 @@ declare const clerkIntl: {
148
148
  monthly: _clerk_types.LocalizationValue;
149
149
  annually: _clerk_types.LocalizationValue;
150
150
  cannotSubscribeMonthly: _clerk_types.LocalizationValue;
151
+ cannotSubscribeUnrecoverable: _clerk_types.LocalizationValue;
151
152
  pricingTable: {
152
153
  billingCycle: _clerk_types.LocalizationValue;
153
154
  included: _clerk_types.LocalizationValue;
@@ -2334,6 +2335,7 @@ declare const clerkIntl: {
2334
2335
  monthly: _clerk_types.LocalizationValue;
2335
2336
  annually: _clerk_types.LocalizationValue;
2336
2337
  cannotSubscribeMonthly: _clerk_types.LocalizationValue;
2338
+ cannotSubscribeUnrecoverable: _clerk_types.LocalizationValue;
2337
2339
  pricingTable: {
2338
2340
  billingCycle: _clerk_types.LocalizationValue;
2339
2341
  included: _clerk_types.LocalizationValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windrun-huaiin/third-ui",
3
- "version": "5.9.3",
3
+ "version": "5.9.4",
4
4
  "description": "Third-party integrated UI components for windrun-huaiin projects",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -53,7 +53,7 @@
53
53
  "mermaid": "^11.6.0",
54
54
  "react-medium-image-zoom": "^5.2.14",
55
55
  "zod": "^3.22.4",
56
- "@windrun-huaiin/base-ui": "^5.3.1"
56
+ "@windrun-huaiin/base-ui": "^5.3.2"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "react": "19.1.0",