@vygruppen/spor-react 0.7.8 → 0.8.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.
- package/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +17 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +3 -2
- package/src/index.tsx +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@vygruppen/spor-react:build: cache hit, replaying output
|
|
1
|
+
@vygruppen/spor-react:build: cache hit, replaying output 384093793e9fd4da
|
|
2
2
|
@vygruppen/spor-react:build:
|
|
3
|
-
@vygruppen/spor-react:build: > @vygruppen/spor-react@0.
|
|
3
|
+
@vygruppen/spor-react:build: > @vygruppen/spor-react@0.8.0 build
|
|
4
4
|
@vygruppen/spor-react:build: > tsup src/index.tsx --dts
|
|
5
5
|
@vygruppen/spor-react:build:
|
|
6
6
|
@vygruppen/spor-react:build: [34mCLI[39m Building entry: src/index.tsx
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
@vygruppen/spor-react:build: [34mCLI[39m tsup v5.11.13
|
|
9
9
|
@vygruppen/spor-react:build: [34mCLI[39m Target: node12
|
|
10
10
|
@vygruppen/spor-react:build: [34mCJS[39m Build start
|
|
11
|
-
@vygruppen/spor-react:build: [32mCJS[39m ⚡️ Build success in
|
|
12
|
-
@vygruppen/spor-react:build: [32mCJS[39m [1mdist/index.js [22m[32m4.
|
|
11
|
+
@vygruppen/spor-react:build: [32mCJS[39m ⚡️ Build success in 41ms
|
|
12
|
+
@vygruppen/spor-react:build: [32mCJS[39m [1mdist/index.js [22m[32m4.59 KB[39m
|
|
13
13
|
@vygruppen/spor-react:build: [34mDTS[39m Build start
|
|
14
|
-
@vygruppen/spor-react:build: [32mDTS[39m ⚡️ Build success in
|
|
15
|
-
@vygruppen/spor-react:build: [32mDTS[39m [1mdist/index.d.ts [22m[32m2.
|
|
14
|
+
@vygruppen/spor-react:build: [32mDTS[39m ⚡️ Build success in 3266ms
|
|
15
|
+
@vygruppen/spor-react:build: [32mDTS[39m [1mdist/index.d.ts [22m[32m2.33 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @vygruppen/spor-react
|
|
2
2
|
|
|
3
|
+
## 0.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 548e736: Add new accordion package with lots of new components
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [548e736]
|
|
12
|
+
- Updated dependencies [7835a53]
|
|
13
|
+
- Updated dependencies [7394e9a]
|
|
14
|
+
- @vygruppen/spor-accordion-react@0.0.2
|
|
15
|
+
- @vygruppen/spor-theme-react@0.2.3
|
|
16
|
+
- @vygruppen/spor-input-react@0.2.3
|
|
17
|
+
- @vygruppen/spor-design-tokens@2.3.5
|
|
18
|
+
- @vygruppen/spor-typography-react@0.3.2
|
|
19
|
+
|
|
3
20
|
## 0.7.8
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ChakraProviderProps } from '@chakra-ui/react';
|
|
2
2
|
export { extendTheme } from '@chakra-ui/react';
|
|
3
|
+
export * from '@vygruppen/spor-accordion-react';
|
|
3
4
|
export * from '@vygruppen/spor-button-react';
|
|
4
5
|
export * from '@vygruppen/spor-card-react';
|
|
5
6
|
export * from '@vygruppen/spor-design-tokens';
|
package/dist/index.js
CHANGED
|
@@ -59,6 +59,7 @@ __export(src_exports, {
|
|
|
59
59
|
extendTheme: () => import_react4.extendTheme
|
|
60
60
|
});
|
|
61
61
|
var import_react4 = require("@chakra-ui/react");
|
|
62
|
+
__reExport(src_exports, require("@vygruppen/spor-accordion-react"));
|
|
62
63
|
__reExport(src_exports, require("@vygruppen/spor-button-react"));
|
|
63
64
|
__reExport(src_exports, require("@vygruppen/spor-card-react"));
|
|
64
65
|
__reExport(src_exports, require("@vygruppen/spor-design-tokens"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vygruppen/spor-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,9 +16,10 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@leile/lobo-t": "^1.0.5",
|
|
19
|
+
"@vygruppen/spor-accordion-react": "*",
|
|
19
20
|
"@vygruppen/spor-button-react": "*",
|
|
20
21
|
"@vygruppen/spor-card-react": "*",
|
|
21
|
-
"@vygruppen/spor-design-tokens": "
|
|
22
|
+
"@vygruppen/spor-design-tokens": "*",
|
|
22
23
|
"@vygruppen/spor-i18n-react": "*",
|
|
23
24
|
"@vygruppen/spor-icon-react": "*",
|
|
24
25
|
"@vygruppen/spor-image-react": "*",
|