@vygruppen/spor-react 11.1.0 → 11.1.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/.turbo/turbo-build.log +6 -8
- package/CHANGELOG.md +12 -0
- package/dist/index.js +11964 -13875
- package/dist/index.mjs +14981 -1
- package/package.json +1 -1
- package/src/input/CountryCodeSelect.tsx +1 -1
- package/src/input/PhoneNumberInput.tsx +15 -31
- package/src/input/SearchInput.tsx +19 -2
- package/dist/CountryCodeSelect-YB3M3566.mjs +0 -41
- package/dist/chunk-FBD6IXFW.mjs +0 -14941
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@11.1.
|
2
|
+
> @vygruppen/spor-react@11.1.2 build
|
3
3
|
> tsup src/index.tsx --dts --treeshake --format cjs,esm
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
@@ -9,12 +9,10 @@
|
|
9
9
|
[34mCJS[39m Build start
|
10
10
|
[34mESM[39m Build start
|
11
11
|
[34mDTS[39m Build start
|
12
|
-
[
|
13
|
-
[
|
14
|
-
[32mESM[39m [1mdist/
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
16
|
-
[
|
17
|
-
[32mCJS[39m ⚡️ Build success in 2283ms
|
18
|
-
[32mDTS[39m ⚡️ Build success in 15944ms
|
12
|
+
[32mCJS[39m [1mdist/index.js [22m[32m448.88 KB[39m
|
13
|
+
[32mCJS[39m ⚡️ Build success in 2008ms
|
14
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m429.38 KB[39m
|
15
|
+
[32mESM[39m ⚡️ Build success in 2009ms
|
16
|
+
[32mDTS[39m ⚡️ Build success in 16043ms
|
19
17
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m343.31 KB[39m
|
20
18
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m343.31 KB[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @vygruppen/spor-react
|
2
2
|
|
3
|
+
## 11.1.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 902cd66: Removed lazy from phone number input
|
8
|
+
|
9
|
+
## 11.1.1
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- c0e50b7: Fixed searchinput so it is more SSR friendly
|
14
|
+
|
3
15
|
## 11.1.0
|
4
16
|
|
5
17
|
### Minor Changes
|