@micromerce/formbuilder-react 1.0.658 → 1.0.659

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 (2) hide show
  1. package/dist/index.d.ts +1 -2
  2. package/package.json +1 -3
package/dist/index.d.ts CHANGED
@@ -12,6 +12,5 @@ import MrnInput from "./components/MrnInput/";
12
12
  import PasswordInput from "./components/PasswordInput/";
13
13
  import Textarea from "./components/Textarea/";
14
14
  import { useValueGenerator } from "./hooks/useValueGenerator/useValueGenerator";
15
- import "../src/styles/index.css";
16
- export { FormBuilder, Select, MultiSelect, Checkbox, ControlWrapper, FormFooter, Input, InputFreeSolo, FormList, FormGroup, MrnInput, PasswordInput, Textarea, useValueGenerator };
15
+ export { FormBuilder, Select, MultiSelect, Checkbox, ControlWrapper, FormFooter, Input, InputFreeSolo, FormList, FormGroup, MrnInput, PasswordInput, Textarea, useValueGenerator, };
17
16
  export default FormBuilder;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromerce/formbuilder-react",
3
- "version": "1.0.658",
3
+ "version": "1.0.659",
4
4
  "description": "creates a form based on configuration",
5
5
  "main": "dist/formbuilder.js",
6
6
  "types": "dist/index.d.ts",
@@ -105,7 +105,6 @@
105
105
  "react-quill": "^2.0.0",
106
106
  "showdown": "^2.1.0",
107
107
  "styled-components": "^5.3.5",
108
- "tailwindcss-scoped-preflight": "^3.4.10",
109
108
  "turndown": "^7.1.2",
110
109
  "usehooks-ts": "^2.5.1",
111
110
  "uuid": "^8.3.2"
@@ -159,7 +158,6 @@
159
158
  "sass-loader": "^16.0.2",
160
159
  "storybook-css-modules-preset": "^1.1.1",
161
160
  "swc-loader": "^0.2.6",
162
- "tailwindcss": "^3.4.13",
163
161
  "ts-jest": "^29.2.5",
164
162
  "ts-loader": "^9.2.6",
165
163
  "ts-node": "^10.7.0",