@vygruppen/spor-react 2.0.1 → 2.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@2.0.1 build
2
+ > @vygruppen/spor-react@2.1.0 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-XYGGYJ2I.mjs".
13
+ ESM dist/index.mjs 1.96 KB
14
+ ESM dist/CountryCodeSelect-AH34A2N4.mjs 351.43 KB
15
+ ESM dist/chunk-XYGGYJ2I.mjs 400.22 KB
16
+ ESM ⚡️ Build success in 2690ms
15
17
  "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
18
+ CJS dist/index.js 876.75 KB
19
+ CJS ⚡️ Build success in 4372ms
20
+ DTS ⚡️ Build success in 18129ms
21
+ DTS dist/index.d.ts 251.13 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 29ace9be: Add new components – PhoneNumberInput and AttachedInputs
8
+
9
+ ### Patch Changes
10
+
11
+ - 08cf2ccc: Set the correct text size on all inputs and selects
12
+ - Updated dependencies [f48edb9f]
13
+ - @vygruppen/spor-icon-react@3.0.0
14
+
3
15
  ## 2.0.1
4
16
 
5
17
  ### Patch Changes