@vygruppen/spor-react 4.1.0 → 5.0.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@4.1.0 build
2
+ > @vygruppen/spor-react@5.0.0 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
16
12
  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
21
- DTS dist/index.d.ts 262.48 KB
22
- DTS dist/index.d.mts 262.48 KB
13
+ ESM dist/CountryCodeSelect-YOBYHYCF.mjs 1.19 KB
14
+ ESM dist/chunk-UOZQ4EDI.mjs 382.90 KB
15
+ ESM ⚡️ Build success in 2307ms
16
+ CJS dist/index.js 490.51 KB
17
+ CJS ⚡️ Build success in 2308ms
18
+ DTS ⚡️ Build success in 13078ms
19
+ DTS dist/index.d.ts 262.47 KB
20
+ DTS dist/index.d.mts 262.47 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 24963270: Breaking: Rename <Button variant="additional" /> to <Button variant="tertiary" />
8
+
9
+ Due to a… minor screwup on ~our~ @selbekk's side, we deprecated the wrong name earlier on.
10
+
11
+ To mitigate my screwup, please search through your code base for "additional", and replace it with "tertiary". It should be a simple enough upgrade. Make sure to do this with all Button and IconButton components.
12
+
13
+ Sorry. - @selbekk.
14
+
15
+ ### Patch Changes
16
+
17
+ - 799d47bb: Button: bugfix changed primary button color to pine
18
+
19
+ ## 4.1.1
20
+
21
+ ### Patch Changes
22
+
23
+ - 85264001: DatePicker, DateRangePicker: Upgrade dependencies
24
+
3
25
  ## 4.1.0
4
26
 
5
27
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-FPWAXD72.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-UOZQ4EDI.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4