@elementor/editor-global-classes 4.3.0-1060 → 4.3.0-1061

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -2847,7 +2847,7 @@ var initManageClassesTool = (reg) => {
2847
2847
  id: z.string().optional().describe("Class id \u2014 required for update/delete. Get from the global-classes resource."),
2848
2848
  label: z.string().optional().describe("Class label (lowercase, dash-separated) \u2014 required for create/update."),
2849
2849
  css: z.string().optional().describe(
2850
- 'Plain CSS string. Supports &:hover/&:focus/&:active nesting and @media(--breakpoint) blocks. In patch mode: "prop: null" removes that prop; "all: null" wipes the variant.'
2850
+ 'Plain CSS string. Supports &:hover/&:focus/&:active nesting and @media(--breakpoint) blocks. font-family must be a single Google Font name (no fallback stacks). In patch mode: "prop: null" removes that prop; "all: null" wipes the variant.'
2851
2851
  ),
2852
2852
  mode: z.enum(["patch", "replace"]).optional().describe(
2853
2853
  "Merge strategy for update \u2014 patch (default): merge incoming props with existing; replace: discard all existing variants for the affected breakpoints."