🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@elementor/editor-styles-repository

Package Overview
Dependencies
Maintainers
7
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elementor/editor-styles-repository - npm Package Compare versions

Comparing version

to
0.8.3

16

CHANGELOG.md
# @elementor/editor-styles-repository
## 0.8.3
### Patch Changes
- 02fd724: Remove styles inheritance indicator if all inherited values are from a base style provider
- Updated dependencies [f644084]
- @elementor/editor-elements@0.8.0
- @elementor/editor-styles@0.6.5
## 0.8.2
### Patch Changes
- Updated dependencies [548209b]
- @elementor/editor-elements@0.7.1
## 0.8.1

@@ -4,0 +20,0 @@

4

dist/index.d.ts

@@ -53,2 +53,4 @@ import { Props } from '@elementor/editor-props';

export { ELEMENTS_STYLES_PROVIDER_KEY, LOCAL_STYLES_RESERVED_LABEL, type Meta, type StylesProvider, type UpdateActionPayload, type UpdatePropsActionPayload, stylesRepository, useCreateActionsByProvider, useProviders };
declare const ELEMENTS_BASE_STYLES_PROVIDER_KEY = "element-base-styles";
export { ELEMENTS_BASE_STYLES_PROVIDER_KEY, ELEMENTS_STYLES_PROVIDER_KEY, LOCAL_STYLES_RESERVED_LABEL, type Meta, type StylesProvider, type UpdateActionPayload, type UpdatePropsActionPayload, stylesRepository, useCreateActionsByProvider, useProviders };

@@ -23,2 +23,3 @@ "use strict";

__export(index_exports, {
ELEMENTS_BASE_STYLES_PROVIDER_KEY: () => ELEMENTS_BASE_STYLES_PROVIDER_KEY,
ELEMENTS_STYLES_PROVIDER_KEY: () => ELEMENTS_STYLES_PROVIDER_KEY,

@@ -187,2 +188,3 @@ LOCAL_STYLES_RESERVED_LABEL: () => LOCAL_STYLES_RESERVED_LABEL,

0 && (module.exports = {
ELEMENTS_BASE_STYLES_PROVIDER_KEY,
ELEMENTS_STYLES_PROVIDER_KEY,

@@ -189,0 +191,0 @@ LOCAL_STYLES_RESERVED_LABEL,

{
"name": "@elementor/editor-styles-repository",
"description": "Elementor Editor Styles Repository",
"version": "0.8.1",
"version": "0.8.3",
"private": false,

@@ -36,5 +36,5 @@ "author": "Elementor Team",

"dependencies": {
"@elementor/editor-elements": "0.7.0",
"@elementor/editor-elements": "0.8.0",
"@elementor/editor-props": "0.11.1",
"@elementor/editor-styles": "0.6.4",
"@elementor/editor-styles": "0.6.5",
"@elementor/editor-v1-adapters": "0.11.0",

@@ -41,0 +41,0 @@ "@elementor/utils": "0.4.0"

@@ -5,3 +5,3 @@ import { getWidgetsCache } from '@elementor/editor-elements';

const ELEMENTS_BASE_STYLES_PROVIDER_KEY = 'element-base-styles';
export const ELEMENTS_BASE_STYLES_PROVIDER_KEY = 'element-base-styles';

@@ -8,0 +8,0 @@ export const elementBaseStylesProvider: StylesProvider = {

@@ -13,2 +13,3 @@ export {

export { ELEMENTS_STYLES_PROVIDER_KEY, LOCAL_STYLES_RESERVED_LABEL } from './elements-styles-provider';
export { ELEMENTS_BASE_STYLES_PROVIDER_KEY } from './element-base-styles-provider';

@@ -15,0 +16,0 @@ import { init } from './init';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet