@vygruppen/spor-react 9.6.1 → 9.6.3

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@9.6.1 build
2
+ > @vygruppen/spor-react@9.6.3 build
3
3
  > tsup src/index.tsx --dts --treeshake --format cjs,esm
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -9,12 +9,12 @@
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  DTS Build start
12
- CJS dist/index.js 500.82 KB
13
- CJS ⚡️ Build success in 2052ms
14
- ESM dist/index.mjs 2.07 KB
15
- ESM dist/CountryCodeSelect-2KOFVXIQ.mjs 1.19 KB
16
- ESM dist/chunk-XXA3IGVH.mjs 392.05 KB
17
- ESM ⚡️ Build success in 2053ms
18
- DTS ⚡️ Build success in 12792ms
19
- DTS dist/index.d.ts 324.57 KB
20
- DTS dist/index.d.mts 324.57 KB
12
+ ESM dist/index.mjs 2.08 KB
13
+ ESM dist/CountryCodeSelect-JV5KU4MM.mjs 1.19 KB
14
+ ESM dist/chunk-LZRG4IP5.mjs 396.30 KB
15
+ ESM ⚡️ Build success in 2374ms
16
+ CJS dist/index.js 506.15 KB
17
+ CJS ⚡️ Build success in 2376ms
18
+ DTS ⚡️ Build success in 13847ms
19
+ DTS dist/index.d.ts 348.30 KB
20
+ DTS dist/index.d.mts 348.30 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 9.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - d998cb8: Improve layout of tables when content overflow and in responsive views
8
+
9
+ ## 9.6.2
10
+
11
+ ### Patch Changes
12
+
13
+ - f5c9213: Added pressable card, small changes to default color in static card and bumped package version
14
+
3
15
  ## 9.6.1
4
16
 
5
17
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-XXA3IGVH.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-LZRG4IP5.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4