box-ui-elements 25.3.0-beta.2 → 25.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.
- package/dist/explorer.js +1 -1
- package/dist/openwith.js +1 -1
- package/dist/picker.js +1 -1
- package/dist/preview.js +1 -1
- package/dist/sharing.js +1 -1
- package/dist/sidebar.js +1 -1
- package/dist/uploader.js +1 -1
- package/es/constants.js +1 -1
- package/package.json +1 -1
package/es/constants.js
CHANGED
|
@@ -238,7 +238,7 @@ export const CLIENT_NAME_CONTENT_SIDEBAR = 'ContentSidebar';
|
|
|
238
238
|
export const CLIENT_NAME_CONTENT_UPLOADER = 'ContentUploader';
|
|
239
239
|
export const CLIENT_NAME_FILE_PICKER = 'FilePicker';
|
|
240
240
|
export const CLIENT_NAME_FOLDER_PICKER = 'FolderPicker';
|
|
241
|
-
export const CLIENT_VERSION = '25.3.0
|
|
241
|
+
export const CLIENT_VERSION = '25.3.0';
|
|
242
242
|
|
|
243
243
|
/* ---------------------- Statuses -------------------------- */
|
|
244
244
|
export const STATUS_PENDING = 'pending';
|