@vygruppen/spor-react 4.1.0 → 4.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@4.1.0 build
2
+ > @vygruppen/spor-react@4.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,15 +8,13 @@
8
8
  CLI Target: node16
9
9
  CJS Build start
10
10
  ESM Build start
11
- "toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/index.js".
12
- "toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/chunk-FPWAXD72.mjs".
13
11
  DTS Build start
14
- CJS dist/index.js 549.08 KB
15
- CJS ⚡️ Build success in 2609ms
12
+ CJS dist/index.js 490.53 KB
13
+ CJS ⚡️ Build success in 2250ms
16
14
  ESM dist/index.mjs 2.10 KB
17
- ESM dist/CountryCodeSelect-FBKDO5JS.mjs 1.19 KB
18
- ESM dist/chunk-FPWAXD72.mjs 438.32 KB
19
- ESM ⚡️ Build success in 2610ms
20
- DTS ⚡️ Build success in 13349ms
15
+ ESM dist/CountryCodeSelect-7MAIS4VT.mjs 1.19 KB
16
+ ESM dist/chunk-U2IWIWOD.mjs 382.91 KB
17
+ ESM ⚡️ Build success in 2252ms
18
+ DTS ⚡️ Build success in 12839ms
21
19
  DTS dist/index.d.ts 262.48 KB
22
20
  DTS dist/index.d.mts 262.48 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 4.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 85264001: DatePicker, DateRangePicker: Upgrade dependencies
8
+
3
9
  ## 4.1.0
4
10
 
5
11
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-FPWAXD72.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-U2IWIWOD.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4