This commit is contained in:
proelements
2025-12-09 08:55:59 +02:00
parent 9ac2bf2aa0
commit ce77bab1a1
264 changed files with 294 additions and 285 deletions
+5 -3
View File
@@ -1,4 +1,4 @@
/*! pro-elements - v3.33.0 - 11-11-2025 */
/*! pro-elements -v3.33.0 - 03-12-2025 */
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
@@ -2797,14 +2797,16 @@ function KitSettingsCustomizationDialog({
onSettingChange: handleToggleChange,
checked: settings.customFonts,
disabled: isImport && !data?.uploadedData?.manifest?.['custom-fonts'] || !(0, _useTier.isHighTier)(),
tooltip: !(0, _useTier.isHighTier)()
tooltip: !(0, _useTier.isHighTier)(),
notExported: isImport && !data?.uploadedData?.manifest?.['custom-fonts']
}), /*#__PURE__*/_react.default.createElement(_customizationSubSetting.SubSetting, {
label: (0, _i18n.__)('Custom icons', 'elementor'),
settingKey: "customIcons",
onSettingChange: handleToggleChange,
checked: settings.customIcons,
disabled: isImport && !data?.uploadedData?.manifest?.['custom-icons'] || !(0, _useTier.isHighTier)(),
tooltip: !(0, _useTier.isHighTier)()
tooltip: !(0, _useTier.isHighTier)(),
notExported: isImport && !data?.uploadedData?.manifest?.['custom-icons']
}), /*#__PURE__*/_react.default.createElement(_customizationSubSetting.SubSetting, {
label: (0, _i18n.__)('Custom code', 'elementor'),
settingKey: "customCode",