@vygruppen/spor-react 3.6.1 → 3.7.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.6.1 build
2
+ > @vygruppen/spor-react@3.7.1 build
3
3
  > tsup src/index.tsx --dts --treeshake --format cjs,esm
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -9,14 +9,14 @@
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  DTS Build start
12
+ "toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/chunk-IP63HI2Y.mjs".
12
13
  "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-OSIIU3AM.mjs".
14
- CJS dist/index.js 532.59 KB
15
- CJS ⚡️ Build success in 3634ms
16
- ESM dist/index.mjs 2.06 KB
17
- ESM dist/CountryCodeSelect-SXVHRDQC.mjs 1.19 KB
18
- ESM dist/chunk-OSIIU3AM.mjs 426.05 KB
19
- ESM ⚡️ Build success in 3634ms
20
- DTS ⚡️ Build success in 18284ms
21
- DTS dist/index.d.ts 254.30 KB
22
- DTS dist/index.d.mts 254.30 KB
14
+ ESM dist/index.mjs 2.09 KB
15
+ ESM dist/CountryCodeSelect-3P7RFAM2.mjs 1.19 KB
16
+ ESM dist/chunk-IP63HI2Y.mjs 426.15 KB
17
+ ESM ⚡️ Build success in 3846ms
18
+ CJS dist/index.js 533.19 KB
19
+ CJS ⚡️ Build success in 3846ms
20
+ DTS ⚡️ Build success in 17440ms
21
+ DTS dist/index.d.ts 254.47 KB
22
+ DTS dist/index.d.mts 254.47 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 3.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - eb87e2ee: Global color supports both light and dark ColorMode
8
+ - 9358f2a3: Add fallback for fonts"
9
+
10
+ ## 3.7.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 3b6597ae: Add new components – UnorderedList, OrderedList and ListItem
15
+
16
+ ### Patch Changes
17
+
18
+ - 6d1b0a5e: Datepicker, Timepicker: Use regular font for numbers"
19
+
3
20
  ## 3.6.1
4
21
 
5
22
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-OSIIU3AM.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-IP63HI2Y.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4