@fremtind/jkl-text-input-react
Advanced tools
Comparing version 15.0.0 to 15.1.0
@@ -22,2 +22,3 @@ "use strict"; | ||
Autosuggest: () => import_autosuggest.Autosuggest, | ||
BaseTextArea: () => import_BaseTextArea.BaseTextArea, | ||
BaseTextInput: () => import_BaseTextInput.BaseTextInput, | ||
@@ -29,2 +30,3 @@ TextArea: () => import_TextArea.TextArea, | ||
var import_autosuggest = require("./autosuggest"); | ||
var import_BaseTextArea = require("./BaseTextArea"); | ||
var import_BaseTextInput = require("./BaseTextInput"); | ||
@@ -31,0 +33,0 @@ var import_TextArea = require("./TextArea"); |
import { Autosuggest } from "./autosuggest"; | ||
import { BaseTextArea } from "./BaseTextArea"; | ||
import { BaseTextInput } from "./BaseTextInput"; | ||
@@ -7,2 +8,3 @@ import { TextArea } from "./TextArea"; | ||
Autosuggest, | ||
BaseTextArea, | ||
BaseTextInput, | ||
@@ -9,0 +11,0 @@ TextArea, |
@@ -22,2 +22,3 @@ "use strict"; | ||
Autosuggest: () => import_autosuggest.Autosuggest, | ||
BaseTextArea: () => import_BaseTextArea.BaseTextArea, | ||
BaseTextInput: () => import_BaseTextInput.BaseTextInput, | ||
@@ -29,2 +30,3 @@ TextArea: () => import_TextArea.TextArea, | ||
var import_autosuggest = require("./autosuggest"); | ||
var import_BaseTextArea = require("./BaseTextArea"); | ||
var import_BaseTextInput = require("./BaseTextInput"); | ||
@@ -31,0 +33,0 @@ var import_TextArea = require("./TextArea"); |
import { Autosuggest } from "./autosuggest"; | ||
import { BaseTextArea } from "./BaseTextArea"; | ||
import { BaseTextInput } from "./BaseTextInput"; | ||
@@ -7,2 +8,3 @@ import { TextArea } from "./TextArea"; | ||
Autosuggest, | ||
BaseTextArea, | ||
BaseTextInput, | ||
@@ -9,0 +11,0 @@ TextArea, |
import type { AutosuggestProps } from "./autosuggest"; | ||
import { Autosuggest } from "./autosuggest"; | ||
export { BaseTextArea, type BaseTextAreaProps } from "./BaseTextArea"; | ||
export { BaseTextInput, type BaseTextInputProps } from "./BaseTextInput"; | ||
@@ -4,0 +5,0 @@ export { TextArea, type TextAreaProps } from "./TextArea"; |
{ | ||
"name": "@fremtind/jkl-text-input-react", | ||
"version": "15.0.0", | ||
"version": "15.1.0", | ||
"publishConfig": { | ||
@@ -69,3 +69,3 @@ "access": "public" | ||
}, | ||
"gitHead": "7121c66cfbeefe653711dcb4f7ed9fa5daff2bcd" | ||
"gitHead": "9a54cfe1fc7b139711ad2e6b9f73a7d80d9e835c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
128994
1579