Skip to content

Conversation

@jasonvarga
Copy link
Member

@jasonvarga jasonvarga commented Jan 8, 2026

There were a bunch of exports that needed to be organized.

Changes

With the exception of ConfirmationModal, only the imports will need to be adjusted.

Moved to base cms

-import { InlineEditForm } from '@statamic/cms/temporary';
+import { InlineEditForm } from '@statamic/cms';
-import { RelatedItem } from '@statamic/cms/temporary';
+import { RelatedItem } from '@statamic/cms';
-import { RevisionHistory } from '@statamic/cms/temporary';
+import { RevisionHistory } from '@statamic/cms';
-import { RestoreRevision } from '@statamic/cms/temporary';
+import { RestoreRevision } from '@statamic/cms';
-import { RevisionPreview } from '@statamic/cms/temporary';
+import { RevisionPreview } from '@statamic/cms';
-import { SaveButtonOptions } from '@statamic/cms/temporary';
+import { SaveButtonOptions } from '@statamic/cms';
-import { SortableList } from '@statamic/cms/temporary';
+import { SortableList } from '@statamic/cms';
-import { resetValuesFromResponse } from '@statamic/cms/temporary';
+import { resetValuesFromResponse } from '@statamic/cms';
-import { clone } from '@statamic/cms/temporary';
+import { clone } from '@statamic/cms';

Moved to base cms and renamed

-import { HasInputOptions } from '@statamic/cms/temporary';
+import { HasInputOptionsMixin } from '@statamic/cms';
-import { HasPreferences } from '@statamic/cms/temporary';
+import { HasPreferencesMixin } from '@statamic/cms';
-import { HasActions } from '@statamic/cms/temporary';
+import { HasActionsMixin } from '@statamic/cms';

Moved to ui

The ConfirmationModal has already been been adjusted/removed in another PR. See #13499 for details.

-import { ConfirmationModal } from '@statamic/cms/temporary';
+import { ConfirmationModal } from '@statamic/cms/ui';

# Conflicts:
#	packages/cms/src/temporary.js
#	resources/js/bootstrap/cms/temporary.js
@jasonvarga jasonvarga marked this pull request as ready for review January 9, 2026 15:55
@jasonvarga jasonvarga merged commit 99acfeb into master Jan 9, 2026
11 checks passed
@jasonvarga jasonvarga deleted the untemporary branch January 9, 2026 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants