@northlight/ui 2.42.2 → 2.42.4
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.js +3 -7
- package/dist/es/northlight.js.map +1 -1
- package/dist/sandbox/index.js +3 -7
- package/dist/sandbox/index.js.map +1 -1
- package/dist/umd/northlight.cjs +2 -6
- 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/date-picker/date-range-picker.tsx +15 -23
- package/package.json +3 -2
- package/sandbox/bin/sandbox.ts +2 -0
- package/sandbox/node_modules/.yarn-integrity +38 -0
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/LICENSE +127 -0
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/README.md +50 -0
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/filter.d.ts +2 -0
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/filter.js +39 -0
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/filter.js.map +1 -0
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/index.d.ts +11 -0
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/index.js +78 -0
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/index.js.map +1 -0
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/lib.d.ts +6 -0
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/lib.js +79 -0
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/lib/lib.js.map +1 -0
- package/sandbox/node_modules/@originjs/vite-plugin-commonjs/package.json +34 -0
- package/sandbox/node_modules/esbuild/LICENSE.md +21 -0
- package/sandbox/node_modules/esbuild/README.md +3 -0
- package/sandbox/node_modules/esbuild/bin/esbuild +178 -0
- package/sandbox/node_modules/esbuild/install.js +244 -0
- package/sandbox/node_modules/esbuild/lib/main.d.ts +602 -0
- package/sandbox/node_modules/esbuild/lib/main.js +2332 -0
- package/sandbox/node_modules/esbuild/package.json +41 -0
- package/sandbox/node_modules/esbuild-linux-64/README.md +3 -0
- package/sandbox/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/sandbox/node_modules/esbuild-linux-64/package.json +17 -0
|
@@ -0,0 +1,41 @@
|
|
|
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
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|