Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@elementor/editor-editing-panel

Package Overview
Dependencies
Maintainers
5
Versions
901
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elementor/editor-editing-panel - npm Package Compare versions

Comparing version
4.2.0-898
to
4.2.0-899
+18
src/components/sty...s/layout-section/grid-outline-field.tsx
import * as React from 'react';
import { SwitchControl } from '@elementor/editor-controls';
import { __ } from '@wordpress/i18n';
import { SettingsField } from '../../../controls-registry/settings-field';
import { StylesFieldLayout } from '../../styles-field-layout';
const GRID_OUTLINE_LABEL = __( 'Show Grid Outline', 'elementor' );
export const GridOutlineField = () => {
return (
<SettingsField bind="grid_outline" propDisplayName={ GRID_OUTLINE_LABEL }>
<StylesFieldLayout label={ GRID_OUTLINE_LABEL }>
<SwitchControl />
</StylesFieldLayout>
</SettingsField>
);
};
+24
-24
{
"name": "@elementor/editor-editing-panel",
"version": "4.2.0-898",
"version": "4.2.0-899",
"private": false,

@@ -42,27 +42,27 @@ "author": "Elementor Team",

"dependencies": {
"@elementor/editor": "4.2.0-898",
"@elementor/editor-canvas": "4.2.0-898",
"@elementor/editor-controls": "4.2.0-898",
"@elementor/editor-documents": "4.2.0-898",
"@elementor/editor-elements": "4.2.0-898",
"@elementor/editor-interactions": "4.2.0-898",
"@elementor/editor-notifications": "4.2.0-898",
"@elementor/editor-panels": "4.2.0-898",
"@elementor/editor-props": "4.2.0-898",
"@elementor/editor-responsive": "4.2.0-898",
"@elementor/editor-styles": "4.2.0-898",
"@elementor/editor-styles-repository": "4.2.0-898",
"@elementor/editor-ui": "4.2.0-898",
"@elementor/editor-v1-adapters": "4.2.0-898",
"@elementor/http-client": "4.2.0-898",
"@elementor/editor": "4.2.0-899",
"@elementor/editor-canvas": "4.2.0-899",
"@elementor/editor-controls": "4.2.0-899",
"@elementor/editor-documents": "4.2.0-899",
"@elementor/editor-elements": "4.2.0-899",
"@elementor/editor-interactions": "4.2.0-899",
"@elementor/editor-notifications": "4.2.0-899",
"@elementor/editor-panels": "4.2.0-899",
"@elementor/editor-props": "4.2.0-899",
"@elementor/editor-responsive": "4.2.0-899",
"@elementor/editor-styles": "4.2.0-899",
"@elementor/editor-styles-repository": "4.2.0-899",
"@elementor/editor-ui": "4.2.0-899",
"@elementor/editor-v1-adapters": "4.2.0-899",
"@elementor/http-client": "4.2.0-899",
"@elementor/icons": "~1.75.1",
"@elementor/editor-variables": "4.2.0-898",
"@elementor/locations": "4.2.0-898",
"@elementor/menus": "4.2.0-898",
"@elementor/query": "4.2.0-898",
"@elementor/schema": "4.2.0-898",
"@elementor/session": "4.2.0-898",
"@elementor/editor-variables": "4.2.0-899",
"@elementor/locations": "4.2.0-899",
"@elementor/menus": "4.2.0-899",
"@elementor/query": "4.2.0-899",
"@elementor/schema": "4.2.0-899",
"@elementor/session": "4.2.0-899",
"@elementor/ui": "1.37.5",
"@elementor/utils": "4.2.0-898",
"@elementor/wp-media": "4.2.0-898",
"@elementor/utils": "4.2.0-899",
"@elementor/wp-media": "4.2.0-899",
"@wordpress/i18n": "^5.13.0"

@@ -69,0 +69,0 @@ },

@@ -24,2 +24,3 @@ import * as React from 'react';

import { GridJustifyItemsField } from './grid-justify-items-field';
import { GridOutlineField } from './grid-outline-field';
import { GridSizeFields } from './grid-size-field';

@@ -93,2 +94,3 @@ import { GridSpanFields } from './grid-span-field';

<>
<GridOutlineField />
<GridSizeFields />

@@ -95,0 +97,0 @@ <GridAutoFlowField />

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display