@vygruppen/spor-react 2.0.0 → 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.0 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.js".
12
- "toTime" is imported from external module "@internationalized/date" but never used in "dist/index.mjs".
13
11
  DTS Build start
14
- CJS dist/index.js 413.41 KB
15
- CJS ⚡️ Build success in 2932ms
16
- ESM dist/index.mjs 395.99 KB
17
- ESM ⚡️ Build success in 2933ms
18
- DTS ⚡️ Build success in 17522ms
19
- DTS dist/index.d.ts 248.55 KB
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
17
+ "toTime" is imported from external module "@internationalized/date" but never used in "dist/index.js".
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,23 @@
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
+
15
+ ## 2.0.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 6b3cdd17: Add `startName` and `endName` props to `DateRangePicker` component
20
+
3
21
  ## 2.0.0
4
22
 
5
23
  ### Major Changes