@ddd-tool/domain-designer-ui-component 0.0.0-alpha.0 → 0.0.0-alpha.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/index.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import Ui from './UI.vue';
2
+ export { Ui };
package/index.js CHANGED
@@ -13201,7 +13201,7 @@ function kp() {
13201
13201
  return wp.api;
13202
13202
  }
13203
13203
  const Sp = ["for"], xp = ["for"], _p = /* @__PURE__ */ hi({
13204
- __name: "Index",
13204
+ __name: "UI",
13205
13205
  props: {
13206
13206
  designs: {}
13207
13207
  },
@@ -13424,7 +13424,7 @@ const Sp = ["for"], xp = ["for"], _p = /* @__PURE__ */ hi({
13424
13424
  ], 64);
13425
13425
  };
13426
13426
  }
13427
- }), Op = /* @__PURE__ */ Ni(_p, [["__scopeId", "data-v-1d95a0ae"]]);
13427
+ }), Op = /* @__PURE__ */ Ni(_p, [["__scopeId", "data-v-417fb022"]]);
13428
13428
  export {
13429
13429
  Op as Ui
13430
13430
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddd-tool/domain-designer-ui-component",
3
- "version": "0.0.0-alpha.0",
3
+ "version": "0.0.0-alpha.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "dependencies": {
package/style.css ADDED
@@ -0,0 +1 @@
1
+ .nomnoml[data-v-7b5a77ff]{height:100%;overflow:auto}.container[data-v-417fb022]{width:auto;height:auto}.focus-all-btn[data-v-417fb022]{font-weight:700}
package/index.css DELETED
@@ -1 +0,0 @@
1
- .nomnoml[data-v-7b5a77ff]{height:100%;overflow:auto}.container[data-v-1d95a0ae]{width:auto;height:auto}.focus-all-btn[data-v-1d95a0ae]{font-weight:700}
File without changes