@vygruppen/spor-react 2.0.1 → 2.1.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@2.0.1 build
2
+ > @vygruppen/spor-react@2.1.1 build
3
3
  > tsup src/index.tsx --dts --treeshake --format cjs,esm
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -8,12 +8,14 @@
8
8
  CLI Target: node14
9
9
  CJS Build start
10
10
  ESM Build start
11
- "toTime" is imported from external module "@internationalized/date" but never used in "dist/index.mjs".
12
11
  DTS Build start
13
- ESM dist/index.mjs 396.07 KB
14
- ESM ⚡️ Build success in 1767ms
12
+ "toTime" is imported from external module "@internationalized/date" but never used in "dist/chunk-5HQ3SCBT.mjs".
15
13
  "toTime" is imported from external module "@internationalized/date" but never used in "dist/index.js".
16
- CJS dist/index.js 413.49 KB
17
- CJS ⚡️ Build success in 2809ms
18
- DTS ⚡️ Build success in 17319ms
19
- DTS dist/index.d.ts 248.65 KB
14
+ ESM dist/index.mjs 1.96 KB
15
+ ESM dist/CountryCodeSelect-EO6T7EEK.mjs 351.43 KB
16
+ ESM dist/chunk-5HQ3SCBT.mjs 400.22 KB
17
+ ESM ⚡️ Build success in 4766ms
18
+ CJS dist/index.js 876.65 KB
19
+ CJS ⚡️ Build success in 4768ms
20
+ DTS ⚡️ Build success in 17306ms
21
+ DTS dist/index.d.ts 251.13 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 2.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0559a3f9: Fix broken dependency
8
+
9
+ ## 2.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 29ace9be: Add new components – PhoneNumberInput and AttachedInputs
14
+
15
+ ### Patch Changes
16
+
17
+ - 08cf2ccc: Set the correct text size on all inputs and selects
18
+ - Updated dependencies [f48edb9f]
19
+ - @vygruppen/spor-icon-react@3.0.0
20
+
3
21
  ## 2.0.1
4
22
 
5
23
  ### Patch Changes