@vygruppen/spor-react 9.4.1 → 9.6.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@9.4.1 build
2
+ > @vygruppen/spor-react@9.6.0 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 494.50 KB
13
- CJS ⚡️ Build success in 1966ms
14
- ESM dist/index.mjs 2.05 KB
15
- ESM dist/CountryCodeSelect-5QKP6VFT.mjs 1.19 KB
16
- ESM dist/chunk-JRXSGTL2.mjs 387.05 KB
17
- ESM ⚡️ Build success in 1968ms
18
- DTS ⚡️ Build success in 11779ms
19
- DTS dist/index.d.ts 321.14 KB
20
- DTS dist/index.d.mts 321.14 KB
12
+ ESM dist/index.mjs 2.08 KB
13
+ ESM dist/CountryCodeSelect-EZTV452W.mjs 1.19 KB
14
+ ESM dist/chunk-7VZBL2PP.mjs 396.18 KB
15
+ ESM ⚡️ Build success in 2172ms
16
+ CJS dist/index.js 506.01 KB
17
+ CJS ⚡️ Build success in 2173ms
18
+ DTS ⚡️ Build success in 12841ms
19
+ DTS dist/index.d.ts 348.16 KB
20
+ DTS dist/index.d.mts 348.16 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 9.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0e0b6b1: Added pressable card, and small changes to default color in static card
8
+
9
+ ## 9.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 03f9162: ## New component update
14
+
15
+ New component for Pagination has been added.
16
+
17
+ ### Patch Changes
18
+
19
+ - 4a4f271: Added missing floating background color and floating border to datepicker.
20
+
3
21
  ## 9.4.1
4
22
 
5
23
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-JRXSGTL2.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-7VZBL2PP.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4