Update elementor pro

This commit is contained in:
2026-03-26 14:00:57 +01:00
parent 6af83e92ed
commit aac5b2ea8e
400 changed files with 5807 additions and 1600 deletions

View File

@@ -1,4 +1,4 @@
/*! elementor-pro - v3.33.0 - 03-12-2025 */
/*! elementor-pro - v3.35.0 - 11-02-2026 */
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
@@ -2484,7 +2484,7 @@ function KitContentCustomizationDialog({
return /*#__PURE__*/_react.default.createElement(_customizationSubSetting.SubSetting, {
key: taxonomy.value,
label: taxonomy.label,
settingKey: "taxonomies",
settingKey: `taxonomies_${taxonomy.value}`,
checked: settings.taxonomies.includes(taxonomy.value),
disabled: !(0, _useTier.isHighTier)(),
tooltip: !(0, _useTier.isHighTier)(),
@@ -2813,7 +2813,8 @@ function KitSettingsCustomizationDialog({
onSettingChange: handleToggleChange,
checked: settings.customCode,
disabled: isImport && !data?.uploadedData?.manifest?.['custom-code'] || !(0, _useTier.isHighTier)(),
tooltip: !(0, _useTier.isHighTier)()
tooltip: !(0, _useTier.isHighTier)(),
notExported: isImport && !data?.uploadedData?.manifest?.['custom-code']
}))))), /*#__PURE__*/_react.default.createElement(_upgradeNoticeBanner.UpgradeNoticeBanner, null)));
}
KitSettingsCustomizationDialog.propTypes = {