@homebound/beam 2.417.11 → 3.0.0-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.417.11",
3
+ "version": "3.0.0-alpha.2",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",
@@ -27,11 +27,12 @@
27
27
  "import": "./dist/utils/rtlUtils.js",
28
28
  "require": "./dist/utils/rtlUtils.cjs"
29
29
  },
30
+ "./Css.json": "./dist/Css.json",
30
31
  "./index.css": "./dist/index.css"
31
32
  },
32
33
  "scripts": {
33
34
  "start": "yarn storybook",
34
- "build": "yarn tsup-node src/index.ts src/utils/rtlUtils.tsx --format esm,cjs --dts --clean --sourcemap",
35
+ "build": "yarn tsup-node src/index.ts src/utils/rtlUtils.tsx --format esm,cjs --dts --clean --sourcemap && yarn copy:truss",
35
36
  "build:truss": "truss",
36
37
  "build-storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook build",
37
38
  "test": "vitest run",
@@ -41,6 +42,7 @@
41
42
  "storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 9000",
42
43
  "chromatic": "chromatic --project-token=074248da7284 --exit-once-uploaded --only-changed",
43
44
  "copy": "npx copyfiles -u 1 \"./src/**/*.css\" \"./dist/\"",
45
+ "copy:truss": "cp \"./src/Css.json\" \"./dist/Css.json\"",
44
46
  "copy-to-internal-frontend": "cp -r dist/* ~/homebound/internal-frontend/node_modules/@homebound/beam/dist/",
45
47
  "format": "prettier --loglevel warn --write \"**/*.{ts,tsx,css,md,mdx}\"",
46
48
  "type-check": "yarn tsc"
@@ -70,7 +72,6 @@
70
72
  "use-query-params": "^2.2.2"
71
73
  },
72
74
  "peerDependencies": {
73
- "@emotion/react": ">=11",
74
75
  "mobx-react": ">=7",
75
76
  "react": ">=16",
76
77
  "react-router-dom": ">=5.2"
@@ -84,11 +85,10 @@
84
85
  }
85
86
  },
86
87
  "devDependencies": {
87
- "@emotion/react": "^11.14.0",
88
88
  "@homebound/eslint-config": "^1.10.2",
89
89
  "@homebound/rtl-react-router-utils": "1.3.0",
90
90
  "@homebound/rtl-utils": "^2.70.0",
91
- "@homebound/truss": "^1.137.5",
91
+ "@homebound/truss": "^2.2.2",
92
92
  "@homebound/tsconfig": "^1.1.1",
93
93
  "@semantic-release/exec": "^7.1.0",
94
94
  "@semantic-release/git": "^10.0.1",
@@ -134,5 +134,5 @@
134
134
  "imports": {
135
135
  "src/*": "./src/*"
136
136
  },
137
- "packageManager": "yarn@3.6.3"
137
+ "packageManager": "yarn@4.13.0"
138
138
  }