@vygruppen/spor-react 3.0.3 → 3.1.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@3.0.3 build
2
+ > @vygruppen/spor-react@3.1.0 build
3
3
  > tsup src/index.tsx --dts --treeshake --format cjs,esm
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -9,13 +9,13 @@
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  DTS Build start
12
+ "toTime" is imported from external module "@internationalized/date" but never used in "dist/chunk-V6MFUVYF.mjs".
12
13
  "toTime" is imported from external module "@internationalized/date" but never used in "dist/index.js".
13
- "toTime" is imported from external module "@internationalized/date" but never used in "dist/chunk-B2RY6AU2.mjs".
14
- CJS dist/index.js 896.58 KB
15
- CJS ⚡️ Build success in 5703ms
16
14
  ESM dist/index.mjs 2.01 KB
17
- ESM dist/CountryCodeSelect-7ASYXAQD.mjs 351.65 KB
18
- ESM dist/chunk-B2RY6AU2.mjs 416.81 KB
19
- ESM ⚡️ Build success in 5716ms
20
- DTS ⚡️ Build success in 22215ms
21
- DTS dist/index.d.ts 259.26 KB
15
+ ESM dist/CountryCodeSelect-WPMTKT2L.mjs 350.82 KB
16
+ ESM dist/chunk-V6MFUVYF.mjs 417.44 KB
17
+ ESM ⚡️ Build success in 5288ms
18
+ CJS dist/index.js 899.96 KB
19
+ CJS ⚡️ Build success in 5289ms
20
+ DTS ⚡️ Build success in 18707ms
21
+ DTS dist/index.d.ts 250.87 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 3.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a522876f: Adds floating label variant on TextArea
8
+
9
+ ### Patch Changes
10
+
11
+ - 003cefc9: Combobox: Fix some behavioral issues with opening and closing
12
+ - 0a6ddedb: SkeletonText: export props directly from Chakra
13
+
14
+ ## 3.0.4
15
+
16
+ ### Patch Changes
17
+
18
+ - 6cbe41ca: Combobox: Remove popover backdrop
19
+ - 3d852b87: Datepicker: Add ref support
20
+
3
21
  ## 3.0.3
4
22
 
5
23
  ### Patch Changes