@m3e/form-field 1.0.0-rc.1 → 1.0.0-rc.3

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,2 +0,0 @@
1
- /** Specifies the possible appearance variants of a form field. */
2
- export type FormFieldVariant = "filled" | "outlined";
@@ -1,2 +0,0 @@
1
- /** Specifies the possible behavior modes used to hide subscript content in a form field. */
2
- export type HideSubscriptType = "always" | "auto" | "never";
package/src/index.ts DELETED
@@ -1,5 +0,0 @@
1
- export * from "./FloatLabelType";
2
- export * from "./FormFieldControl";
3
- export * from "./FormFieldElement";
4
- export * from "./FormFieldVariant";
5
- export * from "./HideSubscriptType";
package/tsconfig.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "extends": "../../tsconfig.json",
3
- "compilerOptions": {
4
- "rootDir": "./src",
5
- "outDir": "./dist/src"
6
- },
7
- "include": ["src/**/*.ts", "**/*.mjs", "**/*.js"],
8
- "exclude": []
9
- }