@vicinae/api 0.14.4 → 0.14.5

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.
@@ -427,6 +427,7 @@ export declare enum Icon {
427
427
  XMarkCircle = "x-mark-circle",
428
428
  XMarkCircleFilled = "x-mark-circle-filled",
429
429
  XMarkTopRightSquare = "x-mark-top-right-square",
430
+ Zendesk = "zendesk",
430
431
  /** @deprecated Use {@link Icon.ArrowClockwise} instead. */
431
432
  TwoArrowsClockwise = "arrow-clockwise",
432
433
  /** @deprecated Use {@link Icon.EyeDisabled} instead. */
package/dist/api/icon.js CHANGED
@@ -431,6 +431,7 @@ var Icon;
431
431
  Icon["XMarkCircle"] = "x-mark-circle";
432
432
  Icon["XMarkCircleFilled"] = "x-mark-circle-filled";
433
433
  Icon["XMarkTopRightSquare"] = "x-mark-top-right-square";
434
+ Icon["Zendesk"] = "zendesk";
434
435
  /** @deprecated Use {@link Icon.ArrowClockwise} instead. */
435
436
  Icon["TwoArrowsClockwise"] = "arrow-clockwise";
436
437
  /** @deprecated Use {@link Icon.EyeDisabled} instead. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vicinae/api",
3
- "version": "0.14.4",
3
+ "version": "0.14.5",
4
4
  "description": "TypeScript SDK to build Vicinae extensions",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",