PHP 8.2.31
Preview: PageDocument.jsx Size: 1.04 KB
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Agent/components/PageDocument.jsx

import { selectedContent } from '@agent/icons';
import { useWorkflowStore } from '@agent/state/workflows';
import { __ } from '@wordpress/i18n';
import { close, Icon } from '@wordpress/icons';

export const PageDocument = ({ busy }) => {
	const { setBlock } = useWorkflowStore();
	return (
		<div className="flex w-fit items-center justify-start gap-1 rounded-sm border border-gray-500 bg-gray-100 p-1 text-sm text-gray-900">
			<div className="flex items-center gap-1">
				<Icon icon={selectedContent} />
				<div>{__('Selected content', 'extendify-local')}</div>
			</div>
			<button
				type="button"
				disabled={busy}
				className="flex h-full items-center rounded-none border-0 bg-transparent outline-hidden ring-design-main focus:shadow-none focus:outline-hidden focus-visible:outline-design-main"
				onClick={() => setBlock(null)}
			>
				<Icon
					className="pointer-events-none fill-current leading-none"
					icon={close}
					size={18}
				/>
				<span className="sr-only">{__('Remove', 'extendify-local')}</span>
			</button>
		</div>
	);
};

Directory Contents

Dirs: 5 × Files: 13

Name Size Perms Modified Actions
buttons DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
layouts DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
messages DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
redirects DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
__tests__ DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
6.98 KB lrw-r--r-- 2026-03-19 23:35:18
Edit Download
6.07 KB lrw-r--r-- 2026-03-05 22:57:38
Edit Download
2.94 KB lrw-r--r-- 2026-03-19 23:35:18
Edit Download
1.28 KB lrw-r--r-- 2026-03-05 22:57:38
Edit Download
8.77 KB lrw-r--r-- 2026-03-19 23:35:18
Edit Download
872 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
14.88 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
6.03 KB lrw-r--r-- 2026-04-09 23:45:00
Edit Download
5.36 KB lrw-r--r-- 2026-03-19 23:35:18
Edit Download
1.04 KB lrw-r--r-- 2026-03-05 22:57:38
Edit Download
1.85 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
1.10 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
876 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).