@sudobility/components 4.0.111 → 4.0.113

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.
Files changed (1) hide show
  1. package/package.json +14 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/components",
3
- "version": "4.0.111",
3
+ "version": "4.0.113",
4
4
  "description": "Reusable UI components and design system - Reorganized for better maintainability",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
@@ -11,6 +11,16 @@
11
11
  "types": "./dist/index.d.ts",
12
12
  "import": "./dist/index.esm.js",
13
13
  "require": "./dist/index.umd.js"
14
+ },
15
+ "./ui/toast": {
16
+ "types": "./dist/ui/toast/index.d.ts",
17
+ "import": "./dist/index.esm.js",
18
+ "require": "./dist/index.umd.js"
19
+ },
20
+ "./*": {
21
+ "types": "./dist/*.d.ts",
22
+ "import": "./dist/index.esm.js",
23
+ "require": "./dist/index.umd.js"
14
24
  }
15
25
  },
16
26
  "files": [
@@ -126,5 +136,8 @@
126
136
  },
127
137
  "publishConfig": {
128
138
  "access": "public"
139
+ },
140
+ "dependencies": {
141
+ "@sudobility/components": "^4.0.111"
129
142
  }
130
143
  }