@frigade/react 1.34.3 → 1.34.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/lib/index.d.ts +1 -1
- package/lib/index.js +205 -205
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +247 -247
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -608,7 +608,7 @@ interface FrigadeTourProps extends Omit<DefaultFrigadeFlowProps, 'flowId'> {
|
|
|
608
608
|
* How to position the tooltips with CSS. Defaults to `absolute`.
|
|
609
609
|
* @ignore
|
|
610
610
|
*/
|
|
611
|
-
cssPosition?: 'fixed' | 'absolute' | '
|
|
611
|
+
cssPosition?: 'fixed' | 'absolute' | 'static';
|
|
612
612
|
}
|
|
613
613
|
declare const FrigadeTour: FC<FrigadeTourProps & {
|
|
614
614
|
flowId: string;
|