@vygruppen/spor-react 1.3.2 → 1.3.4
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 +4 -4
- package/CHANGELOG.md +25 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@1.3.
|
2
|
+
> @vygruppen/spor-react@1.3.4 build
|
3
3
|
> tsup src/* --dts --treeshake --format esm,cjs
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
@@ -9,9 +9,9 @@
|
|
9
9
|
[34mESM[39m Build start
|
10
10
|
[34mCJS[39m Build start
|
11
11
|
[32mESM[39m [1mdist/index.mjs [22m[32m1.22 KB[39m
|
12
|
-
[32mESM[39m ⚡️ Build success in
|
12
|
+
[32mESM[39m ⚡️ Build success in 80ms
|
13
13
|
[32mCJS[39m [1mdist/index.js [22m[32m7.51 KB[39m
|
14
|
-
[32mCJS[39m ⚡️ Build success in
|
14
|
+
[32mCJS[39m ⚡️ Build success in 81ms
|
15
15
|
[34mDTS[39m Build start
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
16
|
+
[32mDTS[39m ⚡️ Build success in 3811ms
|
17
17
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.22 KB[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,30 @@
|
|
1
1
|
# @vygruppen/spor-react
|
2
2
|
|
3
|
+
## 1.3.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 7daa5891: Update URL for documentation website
|
8
|
+
- Updated dependencies [11acb8ec]
|
9
|
+
- Updated dependencies [7daa5891]
|
10
|
+
- @vygruppen/spor-linjetag-react@1.0.4
|
11
|
+
- @vygruppen/spor-media-controller-react@0.1.4
|
12
|
+
- @vygruppen/spor-datepicker-react@1.2.5
|
13
|
+
- @vygruppen/spor-button-react@1.1.2
|
14
|
+
- @vygruppen/spor-input-react@1.3.5
|
15
|
+
- @vygruppen/spor-icon-react@2.0.3
|
16
|
+
- @vygruppen/spor-tab-react@1.0.2
|
17
|
+
|
18
|
+
## 1.3.3
|
19
|
+
|
20
|
+
### Patch Changes
|
21
|
+
|
22
|
+
- e7228767: Upgrade React Aria
|
23
|
+
- Updated dependencies [e7228767]
|
24
|
+
- @vygruppen/spor-datepicker-react@1.2.1
|
25
|
+
- @vygruppen/spor-input-react@1.3.4
|
26
|
+
- @vygruppen/spor-loader-react@1.1.1
|
27
|
+
|
3
28
|
## 1.3.2
|
4
29
|
|
5
30
|
### Patch Changes
|
package/README.md
CHANGED
@@ -17,7 +17,7 @@ Import the components and functions you need as named imports:
|
|
17
17
|
import { Button, Input } from "@vygruppen/spor-react";
|
18
18
|
```
|
19
19
|
|
20
|
-
Each component and function comes with extensive documentation that shows up once you use it. Just hover over the component to make it show up in your IDE. Documentation is also available on [the documentation website](https://spor.
|
20
|
+
Each component and function comes with extensive documentation that shows up once you use it. Just hover over the component to make it show up in your IDE. Documentation is also available on [the documentation website](https://spor.vy.no).
|
21
21
|
|
22
22
|
## Development
|
23
23
|
|