@prosperitainova/mirage-ui 1.0.4 → 1.0.6

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.
Files changed (58) hide show
  1. package/README.md +22 -36
  2. package/dist/cjs/index.js +2 -2
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/types/src/lib/Breadcrumb/Breadcrumb.d.ts +0 -1
  5. package/dist/cjs/types/src/lib/Button/Button.stories.d.ts +0 -1
  6. package/dist/cjs/types/src/lib/ButtonDropdown/ButtonDropdown.stories.d.ts +0 -1
  7. package/dist/cjs/types/src/lib/Checkbox/Checkbox.d.ts +0 -1
  8. package/dist/cjs/types/src/lib/Checkbox/Checkbox.stories.d.ts +0 -1
  9. package/dist/cjs/types/src/lib/Dropzone/Dropzone.d.ts +0 -1
  10. package/dist/cjs/types/src/lib/Dropzone/Dropzone.stories.d.ts +0 -1
  11. package/dist/cjs/types/src/lib/Input/Input.stories.d.ts +0 -1
  12. package/dist/cjs/types/src/lib/InteractiveModal/InteractiveModal.stories.d.ts +0 -1
  13. package/dist/cjs/types/src/lib/LateralModal/LateralModal.stories.d.ts +0 -1
  14. package/dist/cjs/types/src/lib/MenuDropdown/MenuDropdown.stories.d.ts +0 -1
  15. package/dist/cjs/types/src/lib/NotificationsBar/NotificationsBar.d.ts +0 -1
  16. package/dist/cjs/types/src/lib/NotificationsBar/NotificationsBar.stories.d.ts +0 -1
  17. package/dist/cjs/types/src/lib/Radio/Radio.d.ts +0 -1
  18. package/dist/cjs/types/src/lib/RadioGroup/RadioGroup.stories.d.ts +0 -1
  19. package/dist/cjs/types/src/lib/Search/Search.stories.d.ts +0 -1
  20. package/dist/cjs/types/src/lib/Sellect/Sellect.d.ts +0 -1
  21. package/dist/cjs/types/src/lib/SideBar/SideBar.d.ts +0 -1
  22. package/dist/cjs/types/src/lib/SideBar/SideBar.stories.d.ts +0 -1
  23. package/dist/cjs/types/src/lib/Spacer/Spacer.d.ts +0 -1
  24. package/dist/cjs/types/src/lib/TabMenu/TabMenu.d.ts +0 -1
  25. package/dist/cjs/types/src/lib/Table/Table.stories.d.ts +0 -1
  26. package/dist/cjs/types/src/lib/Toast/Toast.stories.d.ts +0 -1
  27. package/dist/cjs/types/src/lib/Toggle/Toggle.d.ts +0 -1
  28. package/dist/cjs/types/src/lib/Toggle/Toggle.stories.d.ts +0 -1
  29. package/dist/esm/index.js +2 -2
  30. package/dist/esm/index.js.map +1 -1
  31. package/dist/esm/types/src/lib/Breadcrumb/Breadcrumb.d.ts +0 -1
  32. package/dist/esm/types/src/lib/Button/Button.stories.d.ts +0 -1
  33. package/dist/esm/types/src/lib/ButtonDropdown/ButtonDropdown.stories.d.ts +0 -1
  34. package/dist/esm/types/src/lib/Checkbox/Checkbox.d.ts +0 -1
  35. package/dist/esm/types/src/lib/Checkbox/Checkbox.stories.d.ts +0 -1
  36. package/dist/esm/types/src/lib/Dropzone/Dropzone.d.ts +0 -1
  37. package/dist/esm/types/src/lib/Dropzone/Dropzone.stories.d.ts +0 -1
  38. package/dist/esm/types/src/lib/Input/Input.stories.d.ts +0 -1
  39. package/dist/esm/types/src/lib/InteractiveModal/InteractiveModal.stories.d.ts +0 -1
  40. package/dist/esm/types/src/lib/LateralModal/LateralModal.stories.d.ts +0 -1
  41. package/dist/esm/types/src/lib/MenuDropdown/MenuDropdown.stories.d.ts +0 -1
  42. package/dist/esm/types/src/lib/NotificationsBar/NotificationsBar.d.ts +0 -1
  43. package/dist/esm/types/src/lib/NotificationsBar/NotificationsBar.stories.d.ts +0 -1
  44. package/dist/esm/types/src/lib/Radio/Radio.d.ts +0 -1
  45. package/dist/esm/types/src/lib/RadioGroup/RadioGroup.stories.d.ts +0 -1
  46. package/dist/esm/types/src/lib/Search/Search.stories.d.ts +0 -1
  47. package/dist/esm/types/src/lib/Sellect/Sellect.d.ts +0 -1
  48. package/dist/esm/types/src/lib/SideBar/SideBar.d.ts +0 -1
  49. package/dist/esm/types/src/lib/SideBar/SideBar.stories.d.ts +0 -1
  50. package/dist/esm/types/src/lib/Spacer/Spacer.d.ts +0 -1
  51. package/dist/esm/types/src/lib/TabMenu/TabMenu.d.ts +0 -1
  52. package/dist/esm/types/src/lib/Table/Table.stories.d.ts +0 -1
  53. package/dist/esm/types/src/lib/Toast/Toast.stories.d.ts +0 -1
  54. package/dist/esm/types/src/lib/Toggle/Toggle.d.ts +0 -1
  55. package/dist/esm/types/src/lib/Toggle/Toggle.stories.d.ts +0 -1
  56. package/dist/index.d.ts +0 -1
  57. package/package.json +4 -1
  58. package/README.old.md +0 -29
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "../../../src/theme/fonts/ProximaNova.css";
3
2
  type ItemsProps = {
4
3
  label: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ButtonProps } from "./Button";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const ButtonStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ButtonDropdownProps } from "./ButtonDropdown";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const ButtonStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "../../../src/theme/fonts/ProximaNova.css";
3
2
  export type CheckboxProps = {
4
3
  label?: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { CheckboxProps } from "./Checkbox";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const CheckStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "../../../src/theme/fonts/ProximaNova.css";
3
2
  export type DropzoneProps = {
4
3
  error: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DropzoneProps } from "./Dropzone";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const DropzoneStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { InputProps } from "./Input";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const InputStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Story } from "@storybook/react";
3
2
  import { ModalProps } from "./InteractiveModal";
4
3
  declare const InteractiveModalStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Story } from "@storybook/react";
3
2
  import { ModalProps } from "./LateralModal";
4
3
  declare const LateraleModalStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { MenuDropdownProps } from "./MenuDropdown";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const MenuDropdownStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "../../../src/theme/fonts/ProximaNova.css";
3
2
  export type NotificationsProps = {
4
3
  img: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { NotificationsBarProps } from "./NotificationsBar";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const SearchStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type RadioProps = {
3
2
  label: string;
4
3
  disabled?: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Story } from "@storybook/react";
3
2
  import { RadioGroupProps } from "./RadioGroup";
4
3
  declare const RadioGroupStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SearchProps } from "./Search";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const SearchStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Props as ReactSelectProps } from "react-select";
3
2
  import "../../../src/theme/fonts/ProximaNova.css";
4
3
  export type SelectProps = ReactSelectProps & {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "../../../src/theme/fonts/ProximaNova.css";
3
2
  export type MenuItem = {
4
3
  icon: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Story } from "@storybook/react";
3
2
  declare const SideBarStories: {
4
3
  title: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type SpacerProps = {
3
2
  top?: number;
4
3
  bottom?: number;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "../../../src/theme/fonts/ProximaNova.css";
3
2
  export type MenusProps = {
4
3
  label: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TableProps } from "./Table";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const TableStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Story } from "@storybook/react";
3
2
  import { ToastProps } from "./Toast";
4
3
  declare const ToastStories: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type ToggleProps = {
3
2
  mode: "small" | "large";
4
3
  actived?: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ToggleProps } from "./Toggle";
3
2
  import { Story } from "@storybook/react";
4
3
  declare const ButtonStories: {
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ButtonHTMLAttributes, InputHTMLAttributes, TextareaHTMLAttributes, HTMLAttributes } from 'react';
3
2
  import { Props } from 'react-select';
4
3
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -76,6 +76,9 @@
76
76
  "postcss": "^8.4.21",
77
77
  "postcss-assets": "^6.0.0",
78
78
  "prop-types": "^15.8.1",
79
+ "react": "^18.2.0",
80
+ "react-dom": "^18.2.0",
81
+ "react-scripts": "^5.0.1",
79
82
  "rollup": "^3.10.0",
80
83
  "rollup-plugin-dts": "^5.1.1",
81
84
  "rollup-plugin-peer-deps-external": "^2.2.4",
package/README.old.md DELETED
@@ -1,29 +0,0 @@
1
- # README #
2
-
3
- This README would normally document whatever steps are necessary to get your application up and running.
4
-
5
- ### What is this repository for? ###
6
-
7
- * Quick summary
8
- * Version
9
- * [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
10
-
11
- ### How do I get set up? ###
12
-
13
- * Summary of set up
14
- * Configuration
15
- * Dependencies
16
- * Database configuration
17
- * How to run tests
18
- * Deployment instructions
19
-
20
- ### Contribution guidelines ###
21
-
22
- * Writing tests
23
- * Code review
24
- * Other guidelines
25
-
26
- ### Who do I talk to? ###
27
-
28
- * Repo owner or admin
29
- * Other community or team contact