freemium-survey-components 1.0.309 → 1.0.310

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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CommonProps } from '.';
2
3
  import type { Meta, StoryObj } from '@storybook/react';
3
4
  declare type EmailEmbedStoryProps = CommonProps & {};
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ButtonStyleShapeTypes, ButtonStyleTypes, PropertiesLabelsPreferenceType, QuestionTypeVariantType, ScalePropertiesOrderType, WidgetStyles } from '../../types';
2
3
  declare type RangeStoryProps = {
3
4
  btShape: ButtonStyleShapeTypes;
@@ -0,0 +1,2 @@
1
+ import './style.scss';
2
+ export declare const Tooltip: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.309",
3
+ "version": "1.0.310",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",