@hammerstone/refine-react
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -673,3 +673,2 @@ var __create = Object.create; | ||
} | ||
console.log("value:", value); | ||
return /* @__PURE__ */ import_react13.default.createElement("div", null, /* @__PURE__ */ import_react13.default.createElement(Label, { | ||
@@ -776,9 +775,9 @@ screenReaderOnly: true | ||
var inputComponents = { | ||
DateInput, | ||
DoubleDateInput, | ||
DoubleNumberInput, | ||
NumberInput, | ||
OptionInput, | ||
RelativeDateInput, | ||
TextInput | ||
RefineDateInput: DateInput, | ||
RefineDoubleDateInput: DoubleDateInput, | ||
RefineDoubleNumberInput: DoubleNumberInput, | ||
RefineNumberInput: NumberInput, | ||
RefineOptionInput: OptionInput, | ||
RefineRelativeDateInput: RelativeDateInput, | ||
RefineTextInput: TextInput | ||
}; | ||
@@ -785,0 +784,0 @@ |
{ | ||
"name": "@hammerstone/refine-react", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.mjs", |
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
122631
3492