@prosperitainova/mirage-ui 1.0.52 → 1.0.54

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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "../../../src/theme/fonts/ProximaNova.css";
3
2
  type ItemsProps = {
4
3
  label: string;
@@ -1,5 +1,4 @@
1
1
  import React, { HTMLAttributes } from "react";
2
- import "../../../src/theme/fonts/ProximaNova.css";
3
2
  import "bootstrap/dist/css/bootstrap.min.css";
4
3
  export type OptionsProps = {
5
4
  title: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Story } from "@storybook/react";
2
3
  import { RadioGroupProps } from "./RadioGroup";
3
4
  declare const RadioGroupStories: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.0.52",
3
+ "version": "1.0.54",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {