@mparticle/aquarium 1.32.0 → 1.33.0-ant-update.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mparticle/aquarium",
3
- "version": "1.32.0",
3
+ "version": "1.33.0-ant-update.1",
4
4
  "description": "mParticle Component Library",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -24,7 +24,7 @@
24
24
  "dist/style.ts"
25
25
  ],
26
26
  "peerDependencies": {
27
- "antd": ">=5.13.1",
27
+ "antd": ">=5.20.0",
28
28
  "react": ">=17.0.2",
29
29
  "react-dom": ">=17.0.2"
30
30
  },
@@ -60,8 +60,11 @@
60
60
  "http-server": "14.1.1",
61
61
  "husky": "9.0.11",
62
62
  "jsdom": "24.1.3",
63
+ "mdx-mermaid": "^2.0.1",
63
64
  "multer": "1.4.5-lts.1",
64
65
  "prettier": "3.3.2",
66
+ "remark-gfm": "^4.0.0",
67
+ "shx": "^0.3.4",
65
68
  "storybook": "8.1.10",
66
69
  "stylelint": "16.2.0",
67
70
  "stylelint-config-recommended": "14.0.0",
@@ -87,6 +90,7 @@
87
90
  "test-storybook": "test-storybook",
88
91
  "test-storybook:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run build-storybook --quiet && NODE_NO_WARNINGS=1 npx http-server storybook-static --port 6006 --silent\" \"wait-on tcp:127.0.0.1:6006 && npm run test-storybook\"",
89
92
  "test-unit": "vitest",
93
+ "build": "vite build && npm run tokens-to-css && shx cp src/styles/*.css dist && shx cp src/styles/style.ts dist",
90
94
  "build-dist": "sh ./scripts/build-dist.sh",
91
95
  "build-storybook": "storybook build",
92
96
  "lint": "concurrently \"eslint --ext .ts,.tsx \"src/**/*.{ts,tsx}\"\" \"stylelint \"**/*.css\"\"",