@getflip/swirl-components 0.181.0 → 0.182.0

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.
@@ -1,4 +1,4 @@
1
- import { EventEmitter } from "../../stencil-public-runtime";
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
2
  export type SwirlResourceListItemLabelWeight = "medium" | "regular";
3
3
  /**
4
4
  * @slot control - Used to add a menu button to the item
@@ -9,6 +9,7 @@ export declare class SwirlResourceListItem {
9
9
  el: HTMLSwirlResourceListItemElement;
10
10
  active?: boolean;
11
11
  allowDrag?: boolean;
12
+ allowHtml?: boolean;
12
13
  checked?: boolean;
13
14
  compact?: boolean;
14
15
  description?: string;
@@ -1587,6 +1587,7 @@ export namespace Components {
1587
1587
  interface SwirlResourceListItem {
1588
1588
  "active"?: boolean;
1589
1589
  "allowDrag"?: boolean;
1590
+ "allowHtml"?: boolean;
1590
1591
  "checked"?: boolean;
1591
1592
  "compact"?: boolean;
1592
1593
  "description"?: string;
@@ -5888,6 +5889,7 @@ declare namespace LocalJSX {
5888
5889
  interface SwirlResourceListItem {
5889
5890
  "active"?: boolean;
5890
5891
  "allowDrag"?: boolean;
5892
+ "allowHtml"?: boolean;
5891
5893
  "checked"?: boolean;
5892
5894
  "compact"?: boolean;
5893
5895
  "description"?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components",
3
- "version": "0.181.0",
3
+ "version": "0.182.0",
4
4
  "description": "Swirl Design System Web Component Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
package/vscode-data.json CHANGED
@@ -12716,6 +12716,10 @@
12716
12716
  "name": "allow-drag",
12717
12717
  "description": ""
12718
12718
  },
12719
+ {
12720
+ "name": "allow-html",
12721
+ "description": ""
12722
+ },
12719
12723
  {
12720
12724
  "name": "checked",
12721
12725
  "description": ""