Comparing version 0.0.5 to 0.0.6
@@ -61,3 +61,7 @@ import { BaseElement } from "../../base-elements"; | ||
private optionsListElem; | ||
private searchInputMemory; | ||
private clearSearchInputMemoryTimeout?; | ||
constructor(); | ||
private tryInputSearch; | ||
private scrollToOption; | ||
private focusSelf; | ||
@@ -64,0 +68,0 @@ /** |
@@ -5,3 +5,3 @@ export * from "./components/input/input"; | ||
export * from "./components/switch/switch"; | ||
export type { CustomKeyboardEvent, CustomMouseEvent, CustomPointerEvent, } from "./utils/events"; | ||
export type { CustomKeyboardEvent, CustomMouseEvent, CustomPointerEvent } from "./utils/events"; | ||
export type { AttributeBool, InputType } from "./utils/types"; |
{ | ||
"name": "adwaveui", | ||
"version": "0.0.5", | ||
"main": "./dist/esm/index.js", | ||
"version": "0.0.6", | ||
"main": "./dist/esm/index.mjs", | ||
"types": "./dist/types/index.d.ts", | ||
@@ -26,2 +26,10 @@ "exports": { | ||
"types": "./dist/types/components/switch/switch.d.ts" | ||
}, | ||
"./bundle": { | ||
"default": "./dist/bundle/index.js", | ||
"types": "./dist/types/index.d.ts" | ||
}, | ||
"./dist/bundle/index": { | ||
"default": "./dist/bundle/index.js", | ||
"types": "./dist/types/index.d.ts" | ||
} | ||
@@ -52,5 +60,13 @@ }, | ||
}, | ||
"files": [ | ||
"dist", | ||
"LICENSE", | ||
"README.md", | ||
"package.json" | ||
], | ||
"scripts": { | ||
"fix:format": "prettier -w ./src/**/*.ts", | ||
"test:format": "prettier -c ./src/**/*.ts", | ||
"fix:fmt": "dprint fmt './src/**/*'", | ||
"fix:lint": "oxlint --fix", | ||
"test:fmt": "dprint check './src/**/*'", | ||
"test:lint": "oxlint", | ||
"test:tsc": "tsc --noEmit", | ||
@@ -62,11 +78,15 @@ "build": "node ./scripts/build.mjs", | ||
"devDependencies": { | ||
"@ncpa0cpl/goserve": "^1.0.2", | ||
"@ncpa0cpl/nodepack": "^2.3.3", | ||
"@types/node": "^20.12.12", | ||
"csso": "^5.0.5", | ||
"esbuild": "^0.20.2", | ||
"dprint": "^0.45.1", | ||
"esbuild": "^0.21.3", | ||
"git-hook-tasks": "git+https://github.com/ncpa0cpl/git-hook-tasks#0.0.1", | ||
"husky": "^8.0.3", | ||
"node-os-walk": "^1.0.2", | ||
"oxlint": "^0.3.5", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-jsdoc": "^1.3.0", | ||
"typescript": "^5.4.3" | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -73,0 +93,0 @@ "dependencies": { |
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
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
295889
41
7769
13
1