@useupup/core 3.3.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.
Files changed (118) hide show
  1. package/LICENSE +21 -0
  2. package/NOTICE +8 -0
  3. package/README.md +75 -0
  4. package/dist/browser-SXR426OQ.cjs +10 -0
  5. package/dist/browser-WD6T5ABJ.js +1 -0
  6. package/dist/chunk-2H5ICKFT.cjs +122 -0
  7. package/dist/chunk-6HF3I2JS.cjs +39 -0
  8. package/dist/chunk-6S5DQDQH.js +212 -0
  9. package/dist/chunk-BMQC27OE.cjs +92 -0
  10. package/dist/chunk-BSGQGINR.cjs +219 -0
  11. package/dist/chunk-CPKZ2CXD.cjs +179 -0
  12. package/dist/chunk-DTKDIMKT.cjs +573 -0
  13. package/dist/chunk-DYE5XJ6Z.cjs +2134 -0
  14. package/dist/chunk-E3ZCNOXG.cjs +74 -0
  15. package/dist/chunk-FEQY2WYY.cjs +2377 -0
  16. package/dist/chunk-FMURBCZ7.js +120 -0
  17. package/dist/chunk-FYQQRULL.js +37 -0
  18. package/dist/chunk-GE4LIVXP.js +133 -0
  19. package/dist/chunk-HFR5HZJZ.js +56 -0
  20. package/dist/chunk-I7ULPCA2.js +72 -0
  21. package/dist/chunk-MHYXDLZR.js +569 -0
  22. package/dist/chunk-N2SLHVAW.cjs +61 -0
  23. package/dist/chunk-OOPDEOTM.js +169 -0
  24. package/dist/chunk-PMBR3OUW.js +2359 -0
  25. package/dist/chunk-QK7HZIVY.cjs +144 -0
  26. package/dist/chunk-T2AQHY7V.cjs +59 -0
  27. package/dist/chunk-TRCP5FUR.js +90 -0
  28. package/dist/chunk-U7KL5M2H.cjs +374 -0
  29. package/dist/chunk-UXNPM54W.js +2108 -0
  30. package/dist/chunk-VV6QCQLL.js +365 -0
  31. package/dist/chunk-ZMS2HXLB.js +56 -0
  32. package/dist/context-shapes-123dd3b6.d.cts +207 -0
  33. package/dist/context-shapes-27b24c8f.d.ts +207 -0
  34. package/dist/contracts-pipeline-cf177270.d.cts +78 -0
  35. package/dist/contracts-pipeline-cf177270.d.ts +78 -0
  36. package/dist/contracts-strategies-378a16b7.d.cts +168 -0
  37. package/dist/contracts-strategies-378a16b7.d.ts +168 -0
  38. package/dist/contracts.cjs +181 -0
  39. package/dist/contracts.d.cts +11 -0
  40. package/dist/contracts.d.ts +11 -0
  41. package/dist/contracts.js +4 -0
  42. package/dist/core-141335ac.d.ts +651 -0
  43. package/dist/core-bea2ceca.d.cts +651 -0
  44. package/dist/create-worker-provider-AA5SRII6.js +58 -0
  45. package/dist/create-worker-provider-KJNUSSTW.cjs +60 -0
  46. package/dist/eligibility-ONLNJ6FB.cjs +10 -0
  47. package/dist/eligibility-ULFC3E4G.js +8 -0
  48. package/dist/error-code-map-9c44a425.d.ts +62 -0
  49. package/dist/error-code-map-dd5becfa.d.cts +62 -0
  50. package/dist/i18n/index.cjs +90 -0
  51. package/dist/i18n/index.d.cts +3 -0
  52. package/dist/i18n/index.d.ts +3 -0
  53. package/dist/i18n/index.js +1 -0
  54. package/dist/index.cjs +1770 -0
  55. package/dist/index.d.cts +280 -0
  56. package/dist/index.d.ts +280 -0
  57. package/dist/index.js +1589 -0
  58. package/dist/internal.cjs +2407 -0
  59. package/dist/internal.d.cts +595 -0
  60. package/dist/internal.d.ts +595 -0
  61. package/dist/internal.js +2275 -0
  62. package/dist/pipeline/index.cjs +10 -0
  63. package/dist/pipeline/index.d.cts +11 -0
  64. package/dist/pipeline/index.d.ts +11 -0
  65. package/dist/pipeline/index.js +1 -0
  66. package/dist/pipeline-worker.cjs +199 -0
  67. package/dist/pipeline-worker.d.cts +2 -0
  68. package/dist/pipeline-worker.d.ts +2 -0
  69. package/dist/pipeline-worker.js +197 -0
  70. package/dist/resolve-locale-81feef21.d.ts +20 -0
  71. package/dist/resolve-locale-9cb63600.d.cts +20 -0
  72. package/dist/resolve-theme-01758105.d.ts +53 -0
  73. package/dist/resolve-theme-66cf8d98.d.cts +53 -0
  74. package/dist/server-mode-drive-controller-b5f8ee12.d.cts +180 -0
  75. package/dist/server-mode-drive-controller-b5f8ee12.d.ts +180 -0
  76. package/dist/steps/compress.cjs +66 -0
  77. package/dist/steps/compress.d.cts +10 -0
  78. package/dist/steps/compress.d.ts +10 -0
  79. package/dist/steps/compress.js +64 -0
  80. package/dist/steps/exif.cjs +44 -0
  81. package/dist/steps/exif.d.cts +5 -0
  82. package/dist/steps/exif.d.ts +5 -0
  83. package/dist/steps/exif.js +42 -0
  84. package/dist/steps/hash.cjs +44 -0
  85. package/dist/steps/hash.d.cts +5 -0
  86. package/dist/steps/hash.d.ts +5 -0
  87. package/dist/steps/hash.js +42 -0
  88. package/dist/steps/heic.cjs +59 -0
  89. package/dist/steps/heic.d.cts +5 -0
  90. package/dist/steps/heic.d.ts +5 -0
  91. package/dist/steps/heic.js +57 -0
  92. package/dist/steps/thumbnail.cjs +54 -0
  93. package/dist/steps/thumbnail.d.cts +10 -0
  94. package/dist/steps/thumbnail.d.ts +10 -0
  95. package/dist/steps/thumbnail.js +52 -0
  96. package/dist/strategies/index.cjs +82 -0
  97. package/dist/strategies/index.d.cts +187 -0
  98. package/dist/strategies/index.d.ts +187 -0
  99. package/dist/strategies/index.js +60 -0
  100. package/dist/strategies/tus-upload.cjs +14 -0
  101. package/dist/strategies/tus-upload.d.cts +15 -0
  102. package/dist/strategies/tus-upload.d.ts +15 -0
  103. package/dist/strategies/tus-upload.js +5 -0
  104. package/dist/theme/index.cjs +38 -0
  105. package/dist/theme/index.d.cts +3 -0
  106. package/dist/theme/index.d.ts +3 -0
  107. package/dist/theme/index.js +1 -0
  108. package/dist/theme-store-2e56a674.d.cts +39 -0
  109. package/dist/theme-store-f13e0315.d.ts +39 -0
  110. package/dist/token-endpoint-5fdb4a35.d.ts +20 -0
  111. package/dist/token-endpoint-a7d15ab6.d.cts +20 -0
  112. package/dist/ui-translations-c5d00392.d.cts +455 -0
  113. package/dist/ui-translations-c5d00392.d.ts +455 -0
  114. package/dist/uploader-props-72242002.d.ts +340 -0
  115. package/dist/uploader-props-7f956e60.d.cts +340 -0
  116. package/dist/vars-d3421f6c.d.cts +240 -0
  117. package/dist/vars-d3421f6c.d.ts +240 -0
  118. package/package.json +182 -0
@@ -0,0 +1,181 @@
1
+ 'use strict';
2
+
3
+ var chunkN2SLHVAW_cjs = require('./chunk-N2SLHVAW.cjs');
4
+ var chunkQK7HZIVY_cjs = require('./chunk-QK7HZIVY.cjs');
5
+ var chunkDYE5XJ6Z_cjs = require('./chunk-DYE5XJ6Z.cjs');
6
+ var chunkU7KL5M2H_cjs = require('./chunk-U7KL5M2H.cjs');
7
+
8
+
9
+
10
+ Object.defineProperty(exports, 'FileSource', {
11
+ enumerable: true,
12
+ get: function () { return chunkN2SLHVAW_cjs.FileSource; }
13
+ });
14
+ Object.defineProperty(exports, 'NON_S3_STORAGE_PROVIDERS', {
15
+ enumerable: true,
16
+ get: function () { return chunkN2SLHVAW_cjs.NON_S3_STORAGE_PROVIDERS; }
17
+ });
18
+ Object.defineProperty(exports, 'StorageProvider', {
19
+ enumerable: true,
20
+ get: function () { return chunkN2SLHVAW_cjs.StorageProvider; }
21
+ });
22
+ Object.defineProperty(exports, 'UploadStatus', {
23
+ enumerable: true,
24
+ get: function () { return chunkN2SLHVAW_cjs.UploadStatus; }
25
+ });
26
+ Object.defineProperty(exports, 'UpupAuthError', {
27
+ enumerable: true,
28
+ get: function () { return chunkQK7HZIVY_cjs.UpupAuthError; }
29
+ });
30
+ Object.defineProperty(exports, 'UpupConfigError', {
31
+ enumerable: true,
32
+ get: function () { return chunkQK7HZIVY_cjs.UpupConfigError; }
33
+ });
34
+ Object.defineProperty(exports, 'UpupError', {
35
+ enumerable: true,
36
+ get: function () { return chunkQK7HZIVY_cjs.UpupError; }
37
+ });
38
+ Object.defineProperty(exports, 'UpupErrorCode', {
39
+ enumerable: true,
40
+ get: function () { return chunkQK7HZIVY_cjs.UpupErrorCode; }
41
+ });
42
+ Object.defineProperty(exports, 'UpupNetworkError', {
43
+ enumerable: true,
44
+ get: function () { return chunkQK7HZIVY_cjs.UpupNetworkError; }
45
+ });
46
+ Object.defineProperty(exports, 'UpupQuotaError', {
47
+ enumerable: true,
48
+ get: function () { return chunkQK7HZIVY_cjs.UpupQuotaError; }
49
+ });
50
+ Object.defineProperty(exports, 'UpupStorageError', {
51
+ enumerable: true,
52
+ get: function () { return chunkQK7HZIVY_cjs.UpupStorageError; }
53
+ });
54
+ Object.defineProperty(exports, 'UpupValidationError', {
55
+ enumerable: true,
56
+ get: function () { return chunkQK7HZIVY_cjs.UpupValidationError; }
57
+ });
58
+ Object.defineProperty(exports, 'parseErrorBody', {
59
+ enumerable: true,
60
+ get: function () { return chunkQK7HZIVY_cjs.parseErrorBody; }
61
+ });
62
+ Object.defineProperty(exports, 'uploadErrorFromResponse', {
63
+ enumerable: true,
64
+ get: function () { return chunkQK7HZIVY_cjs.uploadErrorFromResponse; }
65
+ });
66
+ Object.defineProperty(exports, 'LOCALE_CODES', {
67
+ enumerable: true,
68
+ get: function () { return chunkDYE5XJ6Z_cjs.LOCALE_CODES; }
69
+ });
70
+ Object.defineProperty(exports, 'LOCALE_META', {
71
+ enumerable: true,
72
+ get: function () { return chunkDYE5XJ6Z_cjs.LOCALE_META; }
73
+ });
74
+ Object.defineProperty(exports, 'LOCALE_REGISTRY', {
75
+ enumerable: true,
76
+ get: function () { return chunkDYE5XJ6Z_cjs.LOCALE_REGISTRY; }
77
+ });
78
+ Object.defineProperty(exports, 'arSA', {
79
+ enumerable: true,
80
+ get: function () { return chunkDYE5XJ6Z_cjs.arSA; }
81
+ });
82
+ Object.defineProperty(exports, 'buildFallbackChain', {
83
+ enumerable: true,
84
+ get: function () { return chunkDYE5XJ6Z_cjs.buildFallbackChain; }
85
+ });
86
+ Object.defineProperty(exports, 'createTranslator', {
87
+ enumerable: true,
88
+ get: function () { return chunkDYE5XJ6Z_cjs.createTranslator; }
89
+ });
90
+ Object.defineProperty(exports, 'deDE', {
91
+ enumerable: true,
92
+ get: function () { return chunkDYE5XJ6Z_cjs.deDE; }
93
+ });
94
+ Object.defineProperty(exports, 'enUS', {
95
+ enumerable: true,
96
+ get: function () { return chunkDYE5XJ6Z_cjs.enUS; }
97
+ });
98
+ Object.defineProperty(exports, 'errorCodeToMessageKey', {
99
+ enumerable: true,
100
+ get: function () { return chunkDYE5XJ6Z_cjs.errorCodeToMessageKey; }
101
+ });
102
+ Object.defineProperty(exports, 'esES', {
103
+ enumerable: true,
104
+ get: function () { return chunkDYE5XJ6Z_cjs.esES; }
105
+ });
106
+ Object.defineProperty(exports, 'flattenTranslatorToUiTranslations', {
107
+ enumerable: true,
108
+ get: function () { return chunkDYE5XJ6Z_cjs.flattenTranslatorToUiTranslations; }
109
+ });
110
+ Object.defineProperty(exports, 'formatUiMessage', {
111
+ enumerable: true,
112
+ get: function () { return chunkDYE5XJ6Z_cjs.formatUiMessage; }
113
+ });
114
+ Object.defineProperty(exports, 'frFR', {
115
+ enumerable: true,
116
+ get: function () { return chunkDYE5XJ6Z_cjs.frFR; }
117
+ });
118
+ Object.defineProperty(exports, 'jaJP', {
119
+ enumerable: true,
120
+ get: function () { return chunkDYE5XJ6Z_cjs.jaJP; }
121
+ });
122
+ Object.defineProperty(exports, 'koKR', {
123
+ enumerable: true,
124
+ get: function () { return chunkDYE5XJ6Z_cjs.koKR; }
125
+ });
126
+ Object.defineProperty(exports, 'normalizeBcp47', {
127
+ enumerable: true,
128
+ get: function () { return chunkDYE5XJ6Z_cjs.normalizeBcp47; }
129
+ });
130
+ Object.defineProperty(exports, 'pluralUiMessage', {
131
+ enumerable: true,
132
+ get: function () { return chunkDYE5XJ6Z_cjs.pluralUiMessage; }
133
+ });
134
+ Object.defineProperty(exports, 'resolveLocaleBundle', {
135
+ enumerable: true,
136
+ get: function () { return chunkDYE5XJ6Z_cjs.resolveLocaleBundle; }
137
+ });
138
+ Object.defineProperty(exports, 'resolveMessage', {
139
+ enumerable: true,
140
+ get: function () { return chunkDYE5XJ6Z_cjs.resolveMessage; }
141
+ });
142
+ Object.defineProperty(exports, 'zhCN', {
143
+ enumerable: true,
144
+ get: function () { return chunkDYE5XJ6Z_cjs.zhCN; }
145
+ });
146
+ Object.defineProperty(exports, 'zhTW', {
147
+ enumerable: true,
148
+ get: function () { return chunkDYE5XJ6Z_cjs.zhTW; }
149
+ });
150
+ Object.defineProperty(exports, 'ThemeStore', {
151
+ enumerable: true,
152
+ get: function () { return chunkU7KL5M2H_cjs.ThemeStore; }
153
+ });
154
+ Object.defineProperty(exports, 'UPUP_VAR_PREFIX', {
155
+ enumerable: true,
156
+ get: function () { return chunkU7KL5M2H_cjs.UPUP_VAR_PREFIX; }
157
+ });
158
+ Object.defineProperty(exports, 'darkPreset', {
159
+ enumerable: true,
160
+ get: function () { return chunkU7KL5M2H_cjs.darkPreset; }
161
+ });
162
+ Object.defineProperty(exports, 'flattenSlotsToClassNames', {
163
+ enumerable: true,
164
+ get: function () { return chunkU7KL5M2H_cjs.flattenSlotsToClassNames; }
165
+ });
166
+ Object.defineProperty(exports, 'lightPreset', {
167
+ enumerable: true,
168
+ get: function () { return chunkU7KL5M2H_cjs.lightPreset; }
169
+ });
170
+ Object.defineProperty(exports, 'resolveTheme', {
171
+ enumerable: true,
172
+ get: function () { return chunkU7KL5M2H_cjs.resolveTheme; }
173
+ });
174
+ Object.defineProperty(exports, 'tokensToVarRefs', {
175
+ enumerable: true,
176
+ get: function () { return chunkU7KL5M2H_cjs.tokensToVarRefs; }
177
+ });
178
+ Object.defineProperty(exports, 'tokensToVars', {
179
+ enumerable: true,
180
+ get: function () { return chunkU7KL5M2H_cjs.tokensToVars; }
181
+ });
@@ -0,0 +1,11 @@
1
+ export { F as FileSource, d as PipelineContext, P as PipelineStep, a as UploadFile, U as UploadFileMetadata, b as UploadFileWithProgress, c as UploadStatus } from './contracts-pipeline-cf177270.cjs';
2
+ export { F as FileUploadResult, N as NON_S3_STORAGE_PROVIDERS, R as RestrictionFailedReason, S as StorageProvider, k as UploadErrorFromResponseArgs, a as UploadProvider, U as UploadSource, b as UploaderBaseProps, e as UpupAuthError, j as UpupConfigError, d as UpupError, c as UpupErrorCode, f as UpupNetworkError, h as UpupQuotaError, i as UpupStorageError, g as UpupValidationError, p as parseErrorBody, u as uploadErrorFromResponse } from './uploader-props-7f956e60.cjs';
3
+ export { j as CloudProvider, C as CrashRecoveryOptions, k as CredentialStrategy, F as FileMetadata, M as MaxFileSizeObject, g as MultipartAbortResponse, f as MultipartCompleteResponse, a as MultipartInitResponse, d as MultipartListPartsResponse, c as MultipartPart, e as MultipartResumeResponse, b as MultipartSignPartResponse, P as PresignedUrlResponse, i as ProgressInfo, R as ResumableUploadOptions, m as RuntimeAdapter, U as UploadCredentials, h as UploadResult, l as UploadStrategy } from './contracts-strategies-378a16b7.cjs';
4
+ export { C as CoreEvents, a as ImageCompressionOptions, I as ImageEditorOptions, R as ResolvedImageEditorOptions, T as ThumbnailGeneratorOptions } from './core-bea2ceca.cjs';
5
+ export { g as BaseContextEditor, d as BaseContextFiles, c as BaseContextI18n, a as BaseContextRuntime, b as BaseContextSource, h as BaseContextTheme, B as BaseContextUpload, e as BaseContextUploadControls, f as BaseContextView } from './context-shapes-123dd3b6.cjs';
6
+ export { F as FlatMessageKey, e as LOCALE_CODES, g as LOCALE_REGISTRY, L as LocaleBundle, M as MessageNamespace, P as PartialMessages, R as RegisteredLocaleCode, c as Translations, T as Translator, d as UiTranslations, a as UpupLocaleCode, U as UpupMessages, f as flattenTranslatorToUiTranslations, b as formatUiMessage, p as pluralUiMessage } from './ui-translations-c5d00392.cjs';
7
+ export { L as LOCALE_META, a as LocaleMeta, T as TranslatorOptions, d as arSA, c as createTranslator, f as deDE, b as enUS, e as errorCodeToMessageKey, g as esES, h as frFR, j as jaJP, k as koKR, n as normalizeBcp47, z as zhCN, i as zhTW } from './error-code-map-dd5becfa.cjs';
8
+ export { b as buildFallbackChain, a as resolveLocaleBundle, r as resolveMessage } from './resolve-locale-9cb63600.cjs';
9
+ export { D as DeepPartial, l as DeepPartialSlots, I as InternalFlatClassNames, h as UPUP_VAR_PREFIX, U as UpupColorTokens, a as UpupRadiusTokens, g as UpupResolvedTheme, b as UpupShadowTokens, k as UpupSlotPath, c as UpupSpacingTokens, f as UpupThemeConfig, e as UpupThemeMode, j as UpupThemeSlots, d as UpupThemeTokens, m as flattenSlotsToClassNames, i as tokensToVarRefs, t as tokensToVars } from './vars-d3421f6c.cjs';
10
+ export { d as darkPreset, l as lightPreset, r as resolveTheme } from './resolve-theme-66cf8d98.cjs';
11
+ export { a as ThemeStore, T as ThemeStoreState } from './theme-store-2e56a674.cjs';
@@ -0,0 +1,11 @@
1
+ export { F as FileSource, d as PipelineContext, P as PipelineStep, a as UploadFile, U as UploadFileMetadata, b as UploadFileWithProgress, c as UploadStatus } from './contracts-pipeline-cf177270.js';
2
+ export { F as FileUploadResult, N as NON_S3_STORAGE_PROVIDERS, R as RestrictionFailedReason, S as StorageProvider, k as UploadErrorFromResponseArgs, a as UploadProvider, U as UploadSource, b as UploaderBaseProps, e as UpupAuthError, j as UpupConfigError, d as UpupError, c as UpupErrorCode, f as UpupNetworkError, h as UpupQuotaError, i as UpupStorageError, g as UpupValidationError, p as parseErrorBody, u as uploadErrorFromResponse } from './uploader-props-72242002.js';
3
+ export { j as CloudProvider, C as CrashRecoveryOptions, k as CredentialStrategy, F as FileMetadata, M as MaxFileSizeObject, g as MultipartAbortResponse, f as MultipartCompleteResponse, a as MultipartInitResponse, d as MultipartListPartsResponse, c as MultipartPart, e as MultipartResumeResponse, b as MultipartSignPartResponse, P as PresignedUrlResponse, i as ProgressInfo, R as ResumableUploadOptions, m as RuntimeAdapter, U as UploadCredentials, h as UploadResult, l as UploadStrategy } from './contracts-strategies-378a16b7.js';
4
+ export { C as CoreEvents, a as ImageCompressionOptions, I as ImageEditorOptions, R as ResolvedImageEditorOptions, T as ThumbnailGeneratorOptions } from './core-141335ac.js';
5
+ export { g as BaseContextEditor, d as BaseContextFiles, c as BaseContextI18n, a as BaseContextRuntime, b as BaseContextSource, h as BaseContextTheme, B as BaseContextUpload, e as BaseContextUploadControls, f as BaseContextView } from './context-shapes-27b24c8f.js';
6
+ export { F as FlatMessageKey, e as LOCALE_CODES, g as LOCALE_REGISTRY, L as LocaleBundle, M as MessageNamespace, P as PartialMessages, R as RegisteredLocaleCode, c as Translations, T as Translator, d as UiTranslations, a as UpupLocaleCode, U as UpupMessages, f as flattenTranslatorToUiTranslations, b as formatUiMessage, p as pluralUiMessage } from './ui-translations-c5d00392.js';
7
+ export { L as LOCALE_META, a as LocaleMeta, T as TranslatorOptions, d as arSA, c as createTranslator, f as deDE, b as enUS, e as errorCodeToMessageKey, g as esES, h as frFR, j as jaJP, k as koKR, n as normalizeBcp47, z as zhCN, i as zhTW } from './error-code-map-9c44a425.js';
8
+ export { b as buildFallbackChain, a as resolveLocaleBundle, r as resolveMessage } from './resolve-locale-81feef21.js';
9
+ export { D as DeepPartial, l as DeepPartialSlots, I as InternalFlatClassNames, h as UPUP_VAR_PREFIX, U as UpupColorTokens, a as UpupRadiusTokens, g as UpupResolvedTheme, b as UpupShadowTokens, k as UpupSlotPath, c as UpupSpacingTokens, f as UpupThemeConfig, e as UpupThemeMode, j as UpupThemeSlots, d as UpupThemeTokens, m as flattenSlotsToClassNames, i as tokensToVarRefs, t as tokensToVars } from './vars-d3421f6c.js';
10
+ export { d as darkPreset, l as lightPreset, r as resolveTheme } from './resolve-theme-01758105.js';
11
+ export { a as ThemeStore, T as ThemeStoreState } from './theme-store-f13e0315.js';
@@ -0,0 +1,4 @@
1
+ export { FileSource, NON_S3_STORAGE_PROVIDERS, StorageProvider, UploadStatus } from './chunk-ZMS2HXLB.js';
2
+ export { UpupAuthError, UpupConfigError, UpupError, UpupErrorCode, UpupNetworkError, UpupQuotaError, UpupStorageError, UpupValidationError, parseErrorBody, uploadErrorFromResponse } from './chunk-GE4LIVXP.js';
3
+ export { LOCALE_CODES, LOCALE_META, LOCALE_REGISTRY, arSA, buildFallbackChain, createTranslator, deDE, enUS, errorCodeToMessageKey, esES, flattenTranslatorToUiTranslations, formatUiMessage, frFR, jaJP, koKR, normalizeBcp47, pluralUiMessage, resolveLocaleBundle, resolveMessage, zhCN, zhTW } from './chunk-UXNPM54W.js';
4
+ export { ThemeStore, UPUP_VAR_PREFIX, darkPreset, flattenSlotsToClassNames, lightPreset, resolveTheme, tokensToVarRefs, tokensToVars } from './chunk-VV6QCQLL.js';