@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.
- package/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +16 -0
- package/dist/{CountryCodeSelect-GKQNQL5N.mjs → CountryCodeSelect-LFJGSTTV.mjs} +1 -1
- package/dist/{chunk-WONJHGCG.mjs → chunk-YVEFEGE4.mjs} +119 -102
- package/dist/index.d.mts +24 -3
- package/dist/index.d.ts +24 -3
- package/dist/index.js +124 -101
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/provider/SporProvider.tsx +0 -6
- package/src/theme/components/button.ts +19 -11
- package/src/theme/components/input.ts +9 -3
- package/src/theme/foundations/fonts.ts +3 -3
- package/src/theme/foundations/index.ts +1 -0
- package/src/theme/foundations/styles.ts +12 -0
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@3.7.
|
2
|
+
> @vygruppen/spor-react@3.7.2 build
|
3
3
|
> tsup src/index.tsx --dts --treeshake --format cjs,esm
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
@@ -9,14 +9,14 @@
|
|
9
9
|
[34mCJS[39m Build start
|
10
10
|
[34mESM[39m Build start
|
11
11
|
[34mDTS[39m 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
|
+
[32mCJS[39m [1mdist/index.js [22m[32m534.04 KB[39m
|
15
|
+
[32mCJS[39m ⚡️ Build success in 4013ms
|
14
16
|
[32mESM[39m [1mdist/index.mjs [22m[32m2.09 KB[39m
|
15
|
-
[32mESM[39m [1mdist/CountryCodeSelect-
|
16
|
-
[32mESM[39m [1mdist/chunk-
|
17
|
-
[32mESM[39m ⚡️ Build success in
|
18
|
-
[
|
19
|
-
[
|
20
|
-
[32mDTS[39m
|
21
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m254.36 KB[39m
|
22
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[32m254.36 KB[39m
|
17
|
+
[32mESM[39m [1mdist/CountryCodeSelect-LFJGSTTV.mjs [22m[32m1.19 KB[39m
|
18
|
+
[32mESM[39m [1mdist/chunk-YVEFEGE4.mjs [22m[32m426.82 KB[39m
|
19
|
+
[32mESM[39m ⚡️ Build success in 4013ms
|
20
|
+
[32mDTS[39m ⚡️ Build success in 18729ms
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m254.99 KB[39m
|
22
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m254.99 KB[39m
|
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
|