@vygruppen/spor-react 3.6.1 → 3.7.1
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 +11 -11
- package/CHANGELOG.md +17 -0
- package/dist/{CountryCodeSelect-SXVHRDQC.mjs → CountryCodeSelect-3P7RFAM2.mjs} +1 -1
- package/dist/{chunk-OSIIU3AM.mjs → chunk-IP63HI2Y.mjs} +95 -92
- package/dist/index.d.mts +11 -3
- package/dist/index.d.ts +11 -3
- package/dist/index.js +116 -90
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/datepicker/DateTimeSegment.tsx +2 -2
- package/src/index.tsx +2 -0
- package/src/list/index.tsx +3 -0
- package/src/provider/SporProvider.tsx +0 -6
- package/src/theme/foundations/fonts.ts +3 -3
- package/src/theme/foundations/index.ts +1 -0
- package/src/theme/foundations/styles.ts +12 -0
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@3.
|
2
|
+
> @vygruppen/spor-react@3.7.1 build
|
3
3
|
> tsup src/index.tsx --dts --treeshake --format cjs,esm
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
@@ -9,14 +9,14 @@
|
|
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-IP63HI2Y.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.
|
22
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[32m254.30 KB[39m
|
14
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m2.09 KB[39m
|
15
|
+
[32mESM[39m [1mdist/CountryCodeSelect-3P7RFAM2.mjs [22m[32m1.19 KB[39m
|
16
|
+
[32mESM[39m [1mdist/chunk-IP63HI2Y.mjs [22m[32m426.15 KB[39m
|
17
|
+
[32mESM[39m ⚡️ Build success in 3846ms
|
18
|
+
[32mCJS[39m [1mdist/index.js [22m[32m533.19 KB[39m
|
19
|
+
[32mCJS[39m ⚡️ Build success in 3846ms
|
20
|
+
[32mDTS[39m ⚡️ Build success in 17440ms
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m254.47 KB[39m
|
22
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m254.47 KB[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# @vygruppen/spor-react
|
2
2
|
|
3
|
+
## 3.7.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- eb87e2ee: Global color supports both light and dark ColorMode
|
8
|
+
- 9358f2a3: Add fallback for fonts"
|
9
|
+
|
10
|
+
## 3.7.0
|
11
|
+
|
12
|
+
### Minor Changes
|
13
|
+
|
14
|
+
- 3b6597ae: Add new components – UnorderedList, OrderedList and ListItem
|
15
|
+
|
16
|
+
### Patch Changes
|
17
|
+
|
18
|
+
- 6d1b0a5e: Datepicker, Timepicker: Use regular font for numbers"
|
19
|
+
|
3
20
|
## 3.6.1
|
4
21
|
|
5
22
|
### Patch Changes
|