@codecademy/gamut

73.3.073.3.1-alpha.8d1bab.0
dist/Popover/types.d.ts
~dist/Popover/types.d.tsModified
+3−1
Index: package/dist/Popover/types.d.ts
===================================================================
--- package/dist/Popover/types.d.ts
+++ package/dist/Popover/types.d.ts
@@ -80,9 +80,11 @@
      * Number of pixels to offset the popover horizontally from the source component.
      */
     horizontalOffset?: number;
     /**
-     * Whether to add outline style (i.e. used for dropdowns and coachmarks).
+     * @deprecated The outline style is now always applied, so this prop no longer
+     * has any effect. It is retained for backwards compatibility and will be removed
+     * in a future major version.
      */
     outline?: boolean;
     /**
      * Whether the popover is rendered.