@vygruppen/spor-react 3.7.0 → 3.7.2

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.7.0 build
2
+ > @vygruppen/spor-react@3.7.2 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-WONJHGCG.mjs".
13
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-YVEFEGE4.mjs".
14
+ CJS dist/index.js 534.04 KB
15
+ CJS ⚡️ Build success in 4013ms
14
16
  ESM dist/index.mjs 2.09 KB
15
- ESM dist/CountryCodeSelect-GKQNQL5N.mjs 1.19 KB
16
- ESM dist/chunk-WONJHGCG.mjs 426.11 KB
17
- ESM ⚡️ Build success in 4981ms
18
- CJS dist/index.js 533.03 KB
19
- CJS ⚡️ Build success in 4982ms
20
- DTS ⚡️ Build success in 22843ms
21
- DTS dist/index.d.ts 254.36 KB
22
- DTS dist/index.d.mts 254.36 KB
17
+ ESM dist/CountryCodeSelect-LFJGSTTV.mjs 1.19 KB
18
+ ESM dist/chunk-YVEFEGE4.mjs 426.82 KB
19
+ ESM ⚡️ Build success in 4013ms
20
+ DTS ⚡️ Build success in 18729ms
21
+ DTS dist/index.d.ts 254.99 KB
22
+ DTS dist/index.d.mts 254.99 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 3.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 0e5ef35c: Adjust active color on Ghost-btn and add dark mode to Floating-btn
8
+ - bd1c6655: Added missing colors for Input in darkmode
9
+ - Updated dependencies [88d6fc75]
10
+ - @vygruppen/spor-icon-react@3.3.0
11
+
12
+ ## 3.7.1
13
+
14
+ ### Patch Changes
15
+
16
+ - eb87e2ee: Global color supports both light and dark ColorMode
17
+ - 9358f2a3: Add fallback for fonts"
18
+
3
19
  ## 3.7.0
4
20
 
5
21
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-WONJHGCG.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-YVEFEGE4.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4