myoperator-ui 0.0.97 → 0.0.98

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 (2) hide show
  1. package/dist/index.js +9 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3153,6 +3153,11 @@ export {
3153
3153
  "clsx",
3154
3154
  "tailwind-merge"
3155
3155
  ],
3156
+ internalDependencies: [
3157
+ "dialog",
3158
+ "button",
3159
+ "input"
3160
+ ],
3156
3161
  files: [
3157
3162
  {
3158
3163
  name: "delete-confirmation-modal.tsx",
@@ -3334,6 +3339,10 @@ export { DeleteConfirmationModal };
3334
3339
  "clsx",
3335
3340
  "tailwind-merge"
3336
3341
  ],
3342
+ internalDependencies: [
3343
+ "dialog",
3344
+ "button"
3345
+ ],
3337
3346
  files: [
3338
3347
  {
3339
3348
  name: "confirmation-modal.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-ui",
3
- "version": "0.0.97",
3
+ "version": "0.0.98",
4
4
  "description": "CLI for adding myOperator UI components to your project",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",