@vygruppen/spor-react 3.4.4 → 3.5.0
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/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +6 -0
- package/dist/{CountryCodeSelect-7GGNROZW.mjs → CountryCodeSelect-46KAQXG4.mjs} +1 -1
- package/dist/{chunk-QBIZVUPL.mjs → chunk-ELSHBTSG.mjs} +332 -282
- package/dist/index.d.ts +71 -48
- package/dist/index.js +446 -374
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/breadcrumb/Breadcrumb.tsx +37 -0
- package/src/breadcrumb/index.tsx +1 -0
- package/src/index.tsx +1 -0
- package/src/theme/components/breadcrumb.ts +47 -0
- package/src/theme/components/index.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@3.
|
2
|
+
> @vygruppen/spor-react@3.5.0 build
|
3
3
|
> tsup src/index.tsx --dts --treeshake --format cjs,esm
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
@@ -9,13 +9,13 @@
|
|
9
9
|
[34mCJS[39m Build start
|
10
10
|
[34mESM[39m Build start
|
11
11
|
[34mDTS[39m Build start
|
12
|
+
"toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/chunk-ELSHBTSG.mjs".
|
12
13
|
"toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/index.js".
|
13
|
-
|
14
|
-
[
|
15
|
-
[
|
16
|
-
[32mESM[39m
|
17
|
-
[
|
18
|
-
[
|
19
|
-
[
|
20
|
-
[32mDTS[39m
|
21
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m252.53 KB[39m
|
14
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m2.06 KB[39m
|
15
|
+
[32mESM[39m [1mdist/CountryCodeSelect-46KAQXG4.mjs [22m[32m350.82 KB[39m
|
16
|
+
[32mESM[39m [1mdist/chunk-ELSHBTSG.mjs [22m[32m422.41 KB[39m
|
17
|
+
[32mESM[39m ⚡️ Build success in 5355ms
|
18
|
+
[32mCJS[39m [1mdist/index.js [22m[32m905.94 KB[39m
|
19
|
+
[32mCJS[39m ⚡️ Build success in 5356ms
|
20
|
+
[32mDTS[39m ⚡️ Build success in 19029ms
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m253.58 KB[39m
|
package/CHANGELOG.md
CHANGED