@liner-fe/prism 2.8.41 → 2.9.42

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,28 +1,13 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "2.8.41",
3
+ "version": "2.9.42",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
- "scripts": {
7
- "dev": "next dev",
8
- "start": "next start",
9
- "lint": "next lint",
10
- "storybook": "storybook dev -p 6006",
11
- "build-storybook": "storybook build",
12
- "ts-node": "tsx --tsconfig ./tsconfig.build.json",
13
- "appendCSS": "yarn ts-node ./scripts/index.ts",
14
- "build": "yarn build:main",
15
- "build:main": "yarn tsup --config ./config/tsup/tsup.config.ts",
16
- "build:package": "yarn build",
17
- "prepack": "yarn build"
18
- },
19
6
  "dependencies": {
20
7
  "@artsy/fresnel": "^7.1.4",
21
8
  "@liner-fe/cdn": "^1.0.8",
22
- "@liner-fe/design-token": "workspace:^",
23
- "@liner-fe/design-token-primitive": "workspace:^",
24
- "@liner-fe/icon": "workspace:^",
25
- "@liner-fe/illust": "workspace:^",
9
+ "@radix-ui/react-popover": "^1.1.15",
10
+ "@radix-ui/react-toast": "^1.2.15",
26
11
  "clsx": "^2.1.1",
27
12
  "cva": "beta",
28
13
  "date-fns": "^4.1.0",
@@ -31,7 +16,11 @@
31
16
  "radix-ui": "^1.4.1",
32
17
  "react": "^18.2.0",
33
18
  "react-dom": "^18.2.0",
34
- "recoil": "^0.5.2"
19
+ "recoil": "^0.5.2",
20
+ "@liner-fe/design-token": "^2.5.34",
21
+ "@liner-fe/design-token-primitive": "^0.2.32",
22
+ "@liner-fe/icon": "^0.2.33",
23
+ "@liner-fe/illust": "^0.2.10"
35
24
  },
36
25
  "devDependencies": {
37
26
  "@chromatic-com/storybook": "^1.5.0",
@@ -77,5 +66,17 @@
77
66
  "types": "./lib/index.d.ts",
78
67
  "files": [
79
68
  "lib"
80
- ]
81
- }
69
+ ],
70
+ "scripts": {
71
+ "dev": "next dev",
72
+ "start": "next start",
73
+ "lint": "next lint",
74
+ "storybook": "storybook dev -p 6006",
75
+ "build-storybook": "storybook build",
76
+ "ts-node": "tsx --tsconfig ./tsconfig.build.json",
77
+ "appendCSS": "pnpm ts-node ./scripts/index.ts",
78
+ "build": "pnpm build:main",
79
+ "build:main": "pnpm tsup --config ./config/tsup/tsup.config.ts",
80
+ "build:package": "pnpm build"
81
+ }
82
+ }