@elementor/editor-styles
Advanced tools
+11
-0
| # @elementor/editor-styles | ||
| ## 0.4.0 | ||
| ### Minor Changes | ||
| - b18d1a6: Added pseudo selectors to css class selectors | ||
| ### Patch Changes | ||
| - Updated dependencies [6a3622a] | ||
| - @elementor/editor-props@0.5.1 | ||
| ## 0.3.2 | ||
@@ -4,0 +15,0 @@ |
+1
-1
@@ -24,2 +24,2 @@ import { Props } from '@elementor/editor-props'; | ||
| export { type StyleDefinition, type StyleDefinitionID, type StyleDefinitionsMap, type StyleVariant, generateId }; | ||
| export { type StyleDefinition, type StyleDefinitionID, type StyleDefinitionsMap, type StyleState, type StyleVariant, generateId }; |
+1
-1
@@ -24,2 +24,2 @@ import { Props } from '@elementor/editor-props'; | ||
| export { type StyleDefinition, type StyleDefinitionID, type StyleDefinitionsMap, type StyleVariant, generateId }; | ||
| export { type StyleDefinition, type StyleDefinitionID, type StyleDefinitionsMap, type StyleState, type StyleVariant, generateId }; |
+2
-2
| { | ||
| "name": "@elementor/editor-styles", | ||
| "description": "This package contains the styles model for the Elementor editor", | ||
| "version": "0.3.2", | ||
| "version": "0.4.0", | ||
| "private": false, | ||
@@ -43,5 +43,5 @@ "author": "Elementor Team", | ||
| "dependencies": { | ||
| "@elementor/editor-props": "0.5.0", | ||
| "@elementor/editor-props": "0.5.1", | ||
| "@elementor/editor-responsive": "0.12.4" | ||
| } | ||
| } |
+1
-1
| import { type Props } from '@elementor/editor-props'; | ||
| import { type BreakpointId } from '@elementor/editor-responsive'; | ||
| type StyleState = | ||
| export type StyleState = | ||
| | null | ||
@@ -6,0 +6,0 @@ | 'hover' |
8083
2.73%+ Added
- Removed