@northlight/ui 2.43.0 → 2.43.2
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.
- package/dist/es/northlight.d.ts +2 -2
- package/dist/es/northlight.js +1482 -949
- package/dist/es/northlight.js.map +1 -1
- package/dist/sandbox/index.cjs +1282 -749
- package/dist/sandbox/index.cjs.map +1 -1
- package/dist/sandbox/index.js +1283 -750
- package/dist/sandbox/index.js.map +1 -1
- package/dist/umd/northlight.cjs +1476 -943
- package/dist/umd/northlight.cjs.map +1 -1
- package/dist/umd/northlight.min.cjs +3 -3
- package/dist/umd/northlight.min.cjs.map +1 -1
- package/lib/components/date-picker/components/date-field/trigger.tsx +26 -6
- package/lib/components/date-picker/components/date-field/types.ts +8 -2
- package/lib/components/date-picker/date-picker/date-picker.tsx +221 -9
- package/lib/components/date-picker/date-picker/date-range-picker.tsx +211 -29
- package/lib/hooks/use-arrow-focus/index.ts +1 -1
- package/lib/theme/components/textarea/index.ts +82 -41
- package/package.json +3 -3
- package/sandbox/lib/run-scenarios.ts +4 -1
- package/sandbox/node_modules/.yarn-integrity +0 -38
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/LICENSE +0 -127
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/README.md +0 -50
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/filter.d.ts +0 -2
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/filter.js +0 -39
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/filter.js.map +0 -1
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/index.d.ts +0 -11
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/index.js +0 -78
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/index.js.map +0 -1
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/lib.d.ts +0 -6
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/lib.js +0 -79
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/lib.js.map +0 -1
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/package.json +0 -34
- package/sandbox/node_modules/esbuild/LICENSE.md +0 -21
- package/sandbox/node_modules/esbuild/README.md +0 -3
- package/sandbox/node_modules/esbuild/bin/esbuild +0 -178
- package/sandbox/node_modules/esbuild/install.js +0 -244
- package/sandbox/node_modules/esbuild/lib/main.d.ts +0 -602
- package/sandbox/node_modules/esbuild/lib/main.js +0 -2332
- package/sandbox/node_modules/esbuild/package.json +0 -41
- package/sandbox/node_modules/esbuild-linux-64/README.md +0 -3
- package/sandbox/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/sandbox/node_modules/esbuild-linux-64/package.json +0 -17
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "esbuild",
|
|
3
|
-
"version": "0.14.54",
|
|
4
|
-
"description": "An extremely fast JavaScript and CSS bundler and minifier.",
|
|
5
|
-
"repository": "https://github.com/evanw/esbuild",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"postinstall": "node install.js"
|
|
8
|
-
},
|
|
9
|
-
"main": "lib/main.js",
|
|
10
|
-
"types": "lib/main.d.ts",
|
|
11
|
-
"engines": {
|
|
12
|
-
"node": ">=12"
|
|
13
|
-
},
|
|
14
|
-
"bin": {
|
|
15
|
-
"esbuild": "bin/esbuild"
|
|
16
|
-
},
|
|
17
|
-
"optionalDependencies": {
|
|
18
|
-
"@esbuild/linux-loong64": "0.14.54",
|
|
19
|
-
"esbuild-android-64": "0.14.54",
|
|
20
|
-
"esbuild-android-arm64": "0.14.54",
|
|
21
|
-
"esbuild-darwin-64": "0.14.54",
|
|
22
|
-
"esbuild-darwin-arm64": "0.14.54",
|
|
23
|
-
"esbuild-freebsd-64": "0.14.54",
|
|
24
|
-
"esbuild-freebsd-arm64": "0.14.54",
|
|
25
|
-
"esbuild-linux-32": "0.14.54",
|
|
26
|
-
"esbuild-linux-64": "0.14.54",
|
|
27
|
-
"esbuild-linux-arm": "0.14.54",
|
|
28
|
-
"esbuild-linux-arm64": "0.14.54",
|
|
29
|
-
"esbuild-linux-mips64le": "0.14.54",
|
|
30
|
-
"esbuild-linux-ppc64le": "0.14.54",
|
|
31
|
-
"esbuild-linux-riscv64": "0.14.54",
|
|
32
|
-
"esbuild-linux-s390x": "0.14.54",
|
|
33
|
-
"esbuild-netbsd-64": "0.14.54",
|
|
34
|
-
"esbuild-openbsd-64": "0.14.54",
|
|
35
|
-
"esbuild-sunos-64": "0.14.54",
|
|
36
|
-
"esbuild-windows-32": "0.14.54",
|
|
37
|
-
"esbuild-windows-64": "0.14.54",
|
|
38
|
-
"esbuild-windows-arm64": "0.14.54"
|
|
39
|
-
},
|
|
40
|
-
"license": "MIT"
|
|
41
|
-
}
|
|
Binary file
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "esbuild-linux-64",
|
|
3
|
-
"version": "0.14.54",
|
|
4
|
-
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
|
|
5
|
-
"repository": "https://github.com/evanw/esbuild",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"preferUnplugged": false,
|
|
8
|
-
"engines": {
|
|
9
|
-
"node": ">=12"
|
|
10
|
-
},
|
|
11
|
-
"os": [
|
|
12
|
-
"linux"
|
|
13
|
-
],
|
|
14
|
-
"cpu": [
|
|
15
|
-
"x64"
|
|
16
|
-
]
|
|
17
|
-
}
|