@flywire/react-headlessui
Advanced tools
Comparing version 0.1.0 to 0.2.0-1
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
@@ -19,1 +33,2 @@ return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
Object.defineProperty(exports, "useRunAfterUpdate", { enumerable: true, get: function () { return __importDefault(useRunAfterUpdate_1).default; } }); | ||
__exportStar(require("./useDatePicker"), exports); |
/// <reference types="react" /> | ||
declare const Input: import("react").ForwardRefExoticComponent<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>> & import("react").RefAttributes<HTMLInputElement>>; | ||
declare const Input: import("react").ForwardRefExoticComponent<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, keyof import("react").InputHTMLAttributes<HTMLInputElement> | "key"> & import("react").RefAttributes<HTMLInputElement>>; | ||
export default Input; | ||
//# sourceMappingURL=Input.d.ts.map |
@@ -7,2 +7,3 @@ export { default as useButton } from './useButton'; | ||
export { default as useRunAfterUpdate } from './useRunAfterUpdate'; | ||
export * from './useDatePicker'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,2 +6,3 @@ export { default as applyPattern } from './applyPattern'; | ||
export * from './formatMoney/money'; | ||
export * from './formatDate/'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -30,1 +30,2 @@ "use strict"; | ||
__exportStar(require("./formatMoney/money"), exports); | ||
__exportStar(require("./formatDate/"), exports); |
@@ -7,1 +7,2 @@ export { default as useButton } from './useButton'; | ||
export { default as useRunAfterUpdate } from './useRunAfterUpdate'; | ||
export * from './useDatePicker'; |
/// <reference types="react" /> | ||
declare const Input: import("react").ForwardRefExoticComponent<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>> & import("react").RefAttributes<HTMLInputElement>>; | ||
declare const Input: import("react").ForwardRefExoticComponent<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, keyof import("react").InputHTMLAttributes<HTMLInputElement> | "key"> & import("react").RefAttributes<HTMLInputElement>>; | ||
export default Input; | ||
//# sourceMappingURL=Input.d.ts.map |
@@ -7,2 +7,3 @@ export { default as useButton } from './useButton'; | ||
export { default as useRunAfterUpdate } from './useRunAfterUpdate'; | ||
export * from './useDatePicker'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,2 +6,3 @@ export { default as applyPattern } from './applyPattern'; | ||
export * from './formatMoney/money'; | ||
export * from './formatDate/'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,1 +6,2 @@ export { default as applyPattern } from './applyPattern'; | ||
export * from './formatMoney/money'; | ||
export * from './formatDate/'; |
@@ -0,1 +1,15 @@ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
@@ -10,3 +24,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
else if (typeof define === "function" && define.amd) { | ||
define(["require", "exports", "./useButton", "./useId", "./useInput", "./useMaskInput", "./useMoneyInput", "./useRunAfterUpdate"], factory); | ||
define(["require", "exports", "./useButton", "./useId", "./useInput", "./useMaskInput", "./useMoneyInput", "./useRunAfterUpdate", "./useDatePicker"], factory); | ||
} | ||
@@ -29,2 +43,3 @@ })(function (require, exports) { | ||
Object.defineProperty(exports, "useRunAfterUpdate", { enumerable: true, get: function () { return __importDefault(useRunAfterUpdate_1).default; } }); | ||
__exportStar(require("./useDatePicker"), exports); | ||
}); |
/// <reference types="react" /> | ||
declare const Input: import("react").ForwardRefExoticComponent<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>> & import("react").RefAttributes<HTMLInputElement>>; | ||
declare const Input: import("react").ForwardRefExoticComponent<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, keyof import("react").InputHTMLAttributes<HTMLInputElement> | "key"> & import("react").RefAttributes<HTMLInputElement>>; | ||
export default Input; | ||
//# sourceMappingURL=Input.d.ts.map |
@@ -7,2 +7,3 @@ export { default as useButton } from './useButton'; | ||
export { default as useRunAfterUpdate } from './useRunAfterUpdate'; | ||
export * from './useDatePicker'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,2 +6,3 @@ export { default as applyPattern } from './applyPattern'; | ||
export * from './formatMoney/money'; | ||
export * from './formatDate/'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -24,3 +24,3 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
else if (typeof define === "function" && define.amd) { | ||
define(["require", "exports", "./applyPattern", "./callAll", "./formatNumber", "./parseNumber", "./formatMoney/money"], factory); | ||
define(["require", "exports", "./applyPattern", "./callAll", "./formatNumber", "./parseNumber", "./formatMoney/money", "./formatDate/"], factory); | ||
} | ||
@@ -40,2 +40,3 @@ })(function (require, exports) { | ||
__exportStar(require("./formatMoney/money"), exports); | ||
__exportStar(require("./formatDate/"), exports); | ||
}); |
{ | ||
"name": "@flywire/react-headlessui", | ||
"version": "0.1.0", | ||
"version": "0.2.0-1", | ||
"description": "Headless UI components", | ||
@@ -92,2 +92,3 @@ "main": "./dist/umd/index.js", | ||
"peerDependencies": { | ||
"dayjs": "^1.11.8", | ||
"react": ">=17.0.2", | ||
@@ -94,0 +95,0 @@ "react-dom": ">=17.0.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
279335
407
4699
4