@vygruppen/spor-react 3.0.4 → 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.4 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-ETCK74GR.mjs".
14
14
  ESM dist/index.mjs 2.01 KB
15
- ESM dist/CountryCodeSelect-PXKYFQHM.mjs 351.65 KB
16
- ESM dist/chunk-ETCK74GR.mjs 418.75 KB
17
- ESM ⚡️ Build success in 4489ms
18
- CJS dist/index.js 899.21 KB
19
- CJS ⚡️ Build success in 4490ms
20
- DTS ⚡️ Build success in 17743ms
21
- DTS dist/index.d.ts 259.22 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,16 @@
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
+
3
14
  ## 3.0.4
4
15
 
5
16
  ### Patch Changes