@vygruppen/spor-react 12.4.1 → 12.4.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 +11 -17
- package/.turbo/turbo-postinstall.log +1 -1
- package/CHANGELOG.md +6 -0
- package/package.json +6 -15
- package/tsup.config.ts +1 -1
- package/dist/icons/index.d.mts +0 -1
- package/dist/icons/index.d.ts +0 -1
- package/dist/icons/index.js +0 -14
- package/dist/icons/index.js.map +0 -1
- package/dist/icons/index.mjs +0 -3
- package/dist/icons/index.mjs.map +0 -1
- package/src/icons/index.tsx +0 -1
package/.turbo/turbo-build.log
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.4.
|
2
|
+
> @vygruppen/spor-react@12.4.2 build /home/runner/work/spor/spor/packages/spor-react
|
3
3
|
> tsup
|
4
4
|
|
5
|
-
CLI Building entry: src/index.tsx
|
5
|
+
CLI Building entry: src/index.tsx
|
6
6
|
CLI Using tsconfig: tsconfig.json
|
7
7
|
CLI tsup v7.3.0
|
8
8
|
CLI Using tsup config: /home/runner/work/spor/spor/packages/spor-react/tsup.config.ts
|
@@ -10,18 +10,12 @@ CLI Target: node16
|
|
10
10
|
CJS Build start
|
11
11
|
ESM Build start
|
12
12
|
DTS Build start
|
13
|
-
ESM dist/
|
14
|
-
ESM dist/index.mjs
|
15
|
-
ESM
|
16
|
-
|
17
|
-
|
18
|
-
CJS
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
CJS ⚡️ Build success in 2801ms
|
23
|
-
DTS ⚡️ Build success in 30877ms
|
24
|
-
DTS dist/icons/index.d.ts 44.00 B
|
25
|
-
DTS dist/index.d.ts 126.10 KB
|
26
|
-
DTS dist/icons/index.d.mts 44.00 B
|
27
|
-
DTS dist/index.d.mts 126.10 KB
|
13
|
+
ESM dist/index.mjs 295.23 KB
|
14
|
+
ESM dist/index.mjs.map 633.84 KB
|
15
|
+
ESM ⚡️ Build success in 2672ms
|
16
|
+
CJS dist/index.js 315.85 KB
|
17
|
+
CJS dist/index.js.map 633.84 KB
|
18
|
+
CJS ⚡️ Build success in 2680ms
|
19
|
+
DTS ⚡️ Build success in 26746ms
|
20
|
+
DTS dist/index.d.ts 126.10 KB
|
21
|
+
DTS dist/index.d.mts 126.10 KB
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,18 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vygruppen/spor-react",
|
3
|
-
"version": "12.4.
|
4
|
-
"
|
5
|
-
|
6
|
-
|
7
|
-
"import": "./dist/index.mjs",
|
8
|
-
"require": "./dist/index.js"
|
9
|
-
},
|
10
|
-
"./icons": {
|
11
|
-
"types": "./dist/icons/index.d.ts",
|
12
|
-
"import": "./dist/icons/index.mjs",
|
13
|
-
"require": "./dist/icons/index.js"
|
14
|
-
}
|
15
|
-
},
|
3
|
+
"version": "12.4.2",
|
4
|
+
"main": "./dist/index.js",
|
5
|
+
"module": "./dist/index.mjs",
|
6
|
+
"types": "./src/index.d.ts",
|
16
7
|
"license": "MIT",
|
17
8
|
"sideEffects": false,
|
18
9
|
"homepage": "https://github.com/nsbno/spor/tree/main/packages/spor-react",
|
@@ -46,8 +37,8 @@
|
|
46
37
|
"react-swipeable": "^7.0.1",
|
47
38
|
"usehooks-ts": "^3.1.0",
|
48
39
|
"@vygruppen/spor-design-tokens": "4.0.6",
|
49
|
-
"@vygruppen/spor-
|
50
|
-
"@vygruppen/spor-
|
40
|
+
"@vygruppen/spor-icon-react": "4.1.0",
|
41
|
+
"@vygruppen/spor-loader": "0.6.0"
|
51
42
|
},
|
52
43
|
"devDependencies": {
|
53
44
|
"@react-types/datepicker": "^3.10.0",
|
package/tsup.config.ts
CHANGED
package/dist/icons/index.d.mts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from '@vygruppen/spor-icon-react';
|
package/dist/icons/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from '@vygruppen/spor-icon-react';
|
package/dist/icons/index.js
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
'use strict';
|
2
|
-
|
3
|
-
var sporIconReact = require('@vygruppen/spor-icon-react');
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
Object.keys(sporIconReact).forEach(function (k) {
|
8
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
9
|
-
enumerable: true,
|
10
|
-
get: function () { return sporIconReact[k]; }
|
11
|
-
});
|
12
|
-
});
|
13
|
-
//# sourceMappingURL=out.js.map
|
14
|
-
//# sourceMappingURL=index.js.map
|
package/dist/icons/index.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../../src/icons/index.tsx"],"names":[],"mappings":";AAAA,cAAc","sourcesContent":["export * from \"@vygruppen/spor-icon-react\";\n"]}
|
package/dist/icons/index.mjs
DELETED
package/dist/icons/index.mjs.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../../src/icons/index.tsx"],"names":[],"mappings":";AAAA,cAAc","sourcesContent":["export * from \"@vygruppen/spor-icon-react\";\n"]}
|
package/src/icons/index.tsx
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from "@vygruppen/spor-icon-react";
|