@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.
- package/dist/api/icon.d.ts +1 -0
- package/dist/api/icon.js +1 -0
- package/package.json +1 -1
package/dist/api/icon.d.ts
CHANGED
|
@@ -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. */
|