@inf-monkeys-tech/monkeys-design 0.4.33 → 0.4.35

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": "@inf-monkeys-tech/monkeys-design",
3
- "version": "0.4.33",
3
+ "version": "0.4.35",
4
4
  "description": "Monkeys Design Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -47,6 +47,11 @@
47
47
  "import": "./dist/components/data-explorer/index.mjs",
48
48
  "require": "./dist/components/data-explorer/index.js"
49
49
  },
50
+ "./components/toast": {
51
+ "types": "./dist/components/toast/index.d.ts",
52
+ "import": "./dist/components/toast/index.mjs",
53
+ "require": "./dist/components/toast/index.js"
54
+ },
50
55
  "./styles/artist-login.scss": "./dist/styles/artist-login.scss",
51
56
  "./styles/global.scss": "./dist/styles/global.scss",
52
57
  "./styles/workflow-board.scss": "./dist/styles/workflow-board.scss",
@@ -94,7 +99,8 @@
94
99
  },
95
100
  "peerDependencies": {
96
101
  "react": ">=18.0.0",
97
- "react-dom": ">=18.0.0"
102
+ "react-dom": ">=18.0.0",
103
+ "sonner": ">=1.4.0 <3.0.0"
98
104
  },
99
105
  "devDependencies": {
100
106
  "@radix-ui/colors": "^3.0.0",
@@ -111,6 +117,7 @@
111
117
  "react": "^18.2.0",
112
118
  "react-dom": "^18.2.0",
113
119
  "rimraf": "^5.0.0",
120
+ "sonner": "^2.0.7",
114
121
  "storybook": "^10.3.5",
115
122
  "tailwindcss": "^3.4.18",
116
123
  "tailwindcss-animate": "^1.0.7",