@elementor/elementor-one-assets 0.4.8 → 0.4.9

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import { SxProps, Theme } from '@elementor/ui/styles';
3
3
  import * as react from 'react';
4
4
  import { FC, PropsWithChildren } from 'react';
5
5
 
6
- type Slug = 'elementor' | 'elementor-pro' | 'ally' | 'image-optimization' | 'site-mailer' | 'angie' | 'elementor-one';
6
+ type Slug = 'elementor' | 'elementor-pro' | 'ally' | 'image-optimization' | 'site-mailer' | 'angie' | 'elementor-home';
7
7
  type AppSettings = {
8
8
  slug: Slug;
9
9
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/elementor-one-assets",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "private": false,
5
5
  "description": "Elementor One Assets Package",
6
6
  "license": "GPL-3.0-or-later",