@mindly/ui-components 8.11.3 → 8.12.0

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,5 +1,4 @@
1
- import React, { FC } from 'react';
2
- export declare const ToggleStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("@ionic/core").JSX.IonToggle & Omit<React.HTMLAttributes<HTMLIonToggleElement>, "style"> & import("@ionic/react/dist/types/components/react-component-lib/interfaces").StyleReactProps & React.RefAttributes<HTMLIonToggleElement>, never>> & string & Omit<React.ForwardRefExoticComponent<import("@ionic/core").JSX.IonToggle & Omit<React.HTMLAttributes<HTMLIonToggleElement>, "style"> & import("@ionic/react/dist/types/components/react-component-lib/interfaces").StyleReactProps & React.RefAttributes<HTMLIonToggleElement>>, keyof React.Component<any, {}, any>>;
1
+ import { FC } from 'react';
3
2
  export type FilterBooleanFeatureProps = {
4
3
  className?: string;
5
4
  };
@@ -0,0 +1,3 @@
1
+ import { IonToggle } from '@ionic/react';
2
+ declare const Toggle: typeof IonToggle;
3
+ export default Toggle;
@@ -0,0 +1,5 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import Toggle from './Toggle';
3
+ declare const meta: Meta<typeof Toggle>;
4
+ export default meta;
5
+ export declare const Default: StoryObj<typeof Toggle>;
@@ -0,0 +1 @@
1
+ export { default as Toggle } from './Toggle';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.11.3",
3
+ "version": "8.12.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",