@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.
@@ -1,8 +1,8 @@
1
1
 
2
- > @vygruppen/spor-react@12.4.1 build /home/runner/work/spor/spor/packages/spor-react
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, src/icons/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/icons/index.mjs 110.00 B
14
- ESM dist/index.mjs 295.23 KB
15
- ESM dist/icons/index.mjs.map 157.00 B
16
- ESM dist/index.mjs.map 633.84 KB
17
- ESM ⚡️ Build success in 2800ms
18
- CJS dist/index.js 315.85 KB
19
- CJS dist/icons/index.js 380.00 B
20
- CJS dist/index.js.map 633.84 KB
21
- CJS dist/icons/index.js.map 157.00 B
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
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.4.1 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.4.2 postinstall /home/runner/work/spor/spor/packages/spor-react
3
3
  > chakra typegen src/theme/index.ts
4
4
 
5
5
  ┌ Chakra CLI ⚡️
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - d96b924: Revert exporting icons, which caused issues with tokens with remix.
8
+
3
9
  ## 12.4.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,18 +1,9 @@
1
1
  {
2
2
  "name": "@vygruppen/spor-react",
3
- "version": "12.4.1",
4
- "exports": {
5
- ".": {
6
- "types": "./dist/index.d.ts",
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-loader": "0.6.0",
50
- "@vygruppen/spor-icon-react": "4.1.0"
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
@@ -1,7 +1,7 @@
1
1
  import { defineConfig } from "tsup";
2
2
 
3
3
  export default defineConfig({
4
- entry: ["src/index.tsx", "src/icons/index.tsx"],
4
+ entry: ["src/index.tsx"],
5
5
  format: ["cjs", "esm"],
6
6
  dts: true,
7
7
  treeshake: true,
@@ -1 +0,0 @@
1
- export * from '@vygruppen/spor-icon-react';
@@ -1 +0,0 @@
1
- export * from '@vygruppen/spor-icon-react';
@@ -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
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/icons/index.tsx"],"names":[],"mappings":";AAAA,cAAc","sourcesContent":["export * from \"@vygruppen/spor-icon-react\";\n"]}
@@ -1,3 +0,0 @@
1
- export * from '@vygruppen/spor-icon-react';
2
- //# sourceMappingURL=out.js.map
3
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/icons/index.tsx"],"names":[],"mappings":";AAAA,cAAc","sourcesContent":["export * from \"@vygruppen/spor-icon-react\";\n"]}
@@ -1 +0,0 @@
1
- export * from "@vygruppen/spor-icon-react";