@ceed/ads 1.24.0 → 1.24.1
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/dist/chunks/rehype-accent-FZRUD7VI.js +39 -0
- package/dist/components/data-display/DataTable.md +1 -1
- package/dist/components/surfaces/Sheet.md +1 -1
- package/dist/index.browser.js +7 -7
- package/dist/index.browser.js.map +3 -3
- package/dist/index.js +4 -60
- package/framer/index.js +1 -166
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ceed/ads",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.1",
|
|
4
4
|
"main": "dist/index.cjs",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"build-storybook": "storybook build --webpack-stats-json",
|
|
13
13
|
"test-storybook": "vitest --project=storybook",
|
|
14
14
|
"build": "yarn build-for-framer && rm -rf ./dist && tsc --emitDeclarationOnly -p tsconfig.build.json && yarn build:esm && yarn build:cjs && yarn build:browser:prod && yarn generate:dist-llms",
|
|
15
|
-
"build
|
|
15
|
+
"test:build": "vitest run --project=build-validation",
|
|
16
|
+
"build:esm": "node esbuild.esm.mjs",
|
|
16
17
|
"build:cjs": "yarn esbuild src/index.ts --bundle --outfile='dist/index.cjs' --format=cjs '--packages=external' --tsconfig=tsconfig.build.json",
|
|
17
18
|
"build:browser": "node esbuild.browser.mjs",
|
|
18
19
|
"build:browser:prod": "NODE_ENV=production node esbuild.browser.mjs",
|
|
@@ -61,28 +62,27 @@
|
|
|
61
62
|
"unist-util-visit": "^5.0.0"
|
|
62
63
|
},
|
|
63
64
|
"devDependencies": {
|
|
64
|
-
"@chromatic-com/storybook": "^
|
|
65
|
+
"@chromatic-com/storybook": "^5.0.1",
|
|
65
66
|
"@ecubelabs/prettier-config": "^0.0.8",
|
|
66
67
|
"@ecubelabs/tsconfig": "^1.0.0",
|
|
67
68
|
"@mui/material": "^5.15.10",
|
|
68
69
|
"@prettier/plugin-oxc": "^0.0.4",
|
|
69
|
-
"@storybook/addon-a11y": "^
|
|
70
|
-
"@storybook/addon-docs": "^
|
|
71
|
-
"@storybook/addon-links": "^
|
|
72
|
-
"@storybook/addon-vitest": "^
|
|
73
|
-
"@storybook/
|
|
74
|
-
"@storybook/react-vite": "^9.0.18",
|
|
70
|
+
"@storybook/addon-a11y": "^10.2.19",
|
|
71
|
+
"@storybook/addon-docs": "^10.2.19",
|
|
72
|
+
"@storybook/addon-links": "^10.2.19",
|
|
73
|
+
"@storybook/addon-vitest": "^10.2.19",
|
|
74
|
+
"@storybook/react-vite": "^10.2.19",
|
|
75
75
|
"@types/unist": "^3.0.2",
|
|
76
76
|
"@vitest/browser": "^3.2.4",
|
|
77
77
|
"@vitest/coverage-v8": "^3.2.4",
|
|
78
|
-
"esbuild": "^0.
|
|
78
|
+
"esbuild": "^0.27.0",
|
|
79
79
|
"eslint": "^8.46.0",
|
|
80
80
|
"eslint-config-prettier": "^10.1.5",
|
|
81
81
|
"eslint-plugin-oxlint": "^1.9.0",
|
|
82
82
|
"eslint-plugin-prettier": "^5.5.1",
|
|
83
83
|
"eslint-plugin-react": "^7.34.1",
|
|
84
84
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
85
|
-
"eslint-plugin-storybook": "
|
|
85
|
+
"eslint-plugin-storybook": "10.2.19",
|
|
86
86
|
"framer": "^2.4.1",
|
|
87
87
|
"oxlint": "^1.9.0",
|
|
88
88
|
"playwright": "^1.54.1",
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
"react-dom": "^18.2.0",
|
|
92
92
|
"semantic-release": "^24.2.1",
|
|
93
93
|
"semantic-release-yarn": "^3.0.2",
|
|
94
|
-
"storybook": "^
|
|
94
|
+
"storybook": "^10.2.19",
|
|
95
95
|
"turbo": "^2.5.6",
|
|
96
96
|
"typescript": "^5.3.3",
|
|
97
|
-
"vite": "^7.1
|
|
97
|
+
"vite": "^7.3.1",
|
|
98
98
|
"vitest": "^3.2.4"
|
|
99
99
|
},
|
|
100
100
|
"repository": {
|