@vygruppen/spor-react 3.1.0 → 3.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 +10 -10
- package/CHANGELOG.md +16 -0
- package/dist/{CountryCodeSelect-WPMTKT2L.mjs → CountryCodeSelect-PU2FEIUH.mjs} +1 -1
- package/dist/{chunk-V6MFUVYF.mjs → chunk-GIRK7GTN.mjs} +350 -325
- package/dist/index.d.ts +59 -22
- package/dist/index.js +540 -516
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
- package/src/accordion/Expandable.tsx +2 -2
- package/src/alert/ExpandableAlert.tsx +2 -1
- package/src/datepicker/DateField.tsx +3 -1
- package/src/datepicker/DateTimeSegment.tsx +2 -1
- package/src/datepicker/TimeField.tsx +3 -1
- package/src/datepicker/TimePicker.tsx +4 -4
- package/src/input/Combobox.tsx +1 -0
- package/src/input/Popover.tsx +17 -9
- package/src/typography/Heading.tsx +3 -5
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@3.1.
|
2
|
+
> @vygruppen/spor-react@3.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,13 +9,13 @@
|
|
9
9
|
[34mCJS[39m Build start
|
10
10
|
[34mESM[39m Build start
|
11
11
|
[34mDTS[39m Build start
|
12
|
-
"toTime"
|
13
|
-
"toTime"
|
12
|
+
"toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/index.js".
|
13
|
+
"toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/chunk-GIRK7GTN.mjs".
|
14
|
+
[32mCJS[39m [1mdist/index.js [22m[32m901.12 KB[39m
|
15
|
+
[32mCJS[39m ⚡️ Build success in 4689ms
|
14
16
|
[32mESM[39m [1mdist/index.mjs [22m[32m2.01 KB[39m
|
15
|
-
[32mESM[39m [1mdist/CountryCodeSelect-
|
16
|
-
[32mESM[39m [1mdist/chunk-
|
17
|
-
[32mESM[39m ⚡️ Build success in
|
18
|
-
[
|
19
|
-
[
|
20
|
-
[32mDTS[39m ⚡️ Build success in 18707ms
|
21
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m250.87 KB[39m
|
17
|
+
[32mESM[39m [1mdist/CountryCodeSelect-PU2FEIUH.mjs [22m[32m350.82 KB[39m
|
18
|
+
[32mESM[39m [1mdist/chunk-GIRK7GTN.mjs [22m[32m418.55 KB[39m
|
19
|
+
[32mESM[39m ⚡️ Build success in 4689ms
|
20
|
+
[32mDTS[39m ⚡️ Build success in 18196ms
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m251.63 KB[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# @vygruppen/spor-react
|
2
2
|
|
3
|
+
## 3.1.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- a19a1e80: Heading: Fix a bug with variants
|
8
|
+
|
9
|
+
## 3.1.1
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- ffaf999e: Add the possibility to not use overlay in PopOver.
|
14
|
+
- fc9d0b88: Fix paddings and text color in DatePicker and TimePicker
|
15
|
+
- 81aed3c7: Fix Expandable title
|
16
|
+
- dec74c7d: Update react-aria
|
17
|
+
- 615e1a46: Propagate Box props through ExpandableAlert
|
18
|
+
|
3
19
|
## 3.1.0
|
4
20
|
|
5
21
|
### Minor Changes
|