@vygruppen/spor-react 3.0.4 → 3.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@3.0.4 build
2
+ > @vygruppen/spor-react@3.1.1 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/index.js".
13
- "toTime" is imported from external module "@internationalized/date" but never used in "dist/chunk-ETCK74GR.mjs".
12
+ "toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/index.js".
13
+ "toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/chunk-GIRK7GTN.mjs".
14
+ CJS dist/index.js 901.12 KB
15
+ CJS ⚡️ Build success in 5792ms
14
16
  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
17
+ ESM dist/CountryCodeSelect-PU2FEIUH.mjs 350.82 KB
18
+ ESM dist/chunk-GIRK7GTN.mjs 418.55 KB
19
+ ESM ⚡️ Build success in 5793ms
20
+ DTS ⚡️ Build success in 21467ms
21
+ DTS dist/index.d.ts 250.91 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 3.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ffaf999e: Add the possibility to not use overlay in PopOver.
8
+ - fc9d0b88: Fix paddings and text color in DatePicker and TimePicker
9
+ - 81aed3c7: Fix Expandable title
10
+ - dec74c7d: Update react-aria
11
+ - 615e1a46: Propagate Box props through ExpandableAlert
12
+
13
+ ## 3.1.0
14
+
15
+ ### Minor Changes
16
+
17
+ - a522876f: Adds floating label variant on TextArea
18
+
19
+ ### Patch Changes
20
+
21
+ - 003cefc9: Combobox: Fix some behavioral issues with opening and closing
22
+ - 0a6ddedb: SkeletonText: export props directly from Chakra
23
+
3
24
  ## 3.0.4
4
25
 
5
26
  ### Patch Changes