@webflow/designer-extension-typings 0.1.9 → 0.1.10

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.
@@ -211,6 +211,7 @@ interface HeadingElement
211
211
  readonly id: ElementId;
212
212
  readonly type: 'Heading';
213
213
  readonly plugin: 'Basic';
214
+ getHeadingLevel(): null | 1 | 2 | 3 | 4 | 5 | 6;
214
215
  }
215
216
 
216
217
  interface IframeElement
@@ -4219,19 +4220,6 @@ interface UserErrorMsgElement
4219
4220
  readonly plugin: 'Users';
4220
4221
  }
4221
4222
 
4222
- interface SlotElement
4223
- extends WebflowElement,
4224
- Configurable,
4225
- CustomAttributes,
4226
- DomId,
4227
- Styles,
4228
- Children,
4229
- NoTextContent {
4230
- readonly id: ElementId;
4231
- readonly type: 'Slot';
4232
- readonly plugin: 'Slots';
4233
- }
4234
-
4235
4223
  declare type AnyElement =
4236
4224
  | ComponentElement
4237
4225
  | UnknownElement
@@ -4551,5 +4539,4 @@ declare type AnyElement =
4551
4539
  | UserSignUpErrorMsgElement
4552
4540
  | UserResetPasswordErrorMsgElement
4553
4541
  | UserUpdatePasswordErrorMsgElement
4554
- | UserErrorMsgElement
4555
- | SlotElement;
4542
+ | UserErrorMsgElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webflow/designer-extension-typings",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "Typings for the Webflow Designer Extension API",
6
6
  "main": "",