@tailor-cms/ce-modal-edit 0.0.1 → 0.0.2

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/dist/index.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
  var import_style = require("./style.css");
3
3
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
4
  const vue = require("vue");
5
- var type = "CE_MODAL";
5
+ var type = "MODAL";
6
6
  var name = "Modal";
7
7
  var initState = () => ({
8
8
  title: null,
@@ -1073,7 +1073,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
1073
1073
  default: vue.withCtx(() => [
1074
1074
  vue.createVNode(_component_VToolbar, {
1075
1075
  class: "px-4",
1076
- color: "primary-darken-3",
1076
+ color: "primary-darken-2",
1077
1077
  height: "36"
1078
1078
  }, {
1079
1079
  default: vue.withCtx(() => [
@@ -1114,7 +1114,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
1114
1114
  };
1115
1115
  }
1116
1116
  });
1117
- const Edit_vue_vue_type_style_index_0_scoped_7e66c9a0_lang = "";
1117
+ const Edit_vue_vue_type_style_index_0_scoped_9a0bbb4d_lang = "";
1118
1118
  const _export_sfc = (sfc, props) => {
1119
1119
  const target = sfc.__vccOpts || sfc;
1120
1120
  for (const [key, val] of props) {
@@ -1122,7 +1122,7 @@ const _export_sfc = (sfc, props) => {
1122
1122
  }
1123
1123
  return target;
1124
1124
  };
1125
- const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-7e66c9a0"]]);
1125
+ const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-9a0bbb4d"]]);
1126
1126
  var root = _root;
1127
1127
  var now$1 = function() {
1128
1128
  return root.Date.now();
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import "./style.css";
2
2
  import { defineComponent, inject, reactive, computed, resolveComponent, openBlock, createBlock, withCtx, createVNode, unref, createElementVNode, toDisplayString, createTextVNode, createCommentVNode, ref, watch } from "vue";
3
- var type = "CE_MODAL";
3
+ var type = "MODAL";
4
4
  var name = "Modal";
5
5
  var initState = () => ({
6
6
  title: null,
@@ -1071,7 +1071,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
1071
1071
  default: withCtx(() => [
1072
1072
  createVNode(_component_VToolbar, {
1073
1073
  class: "px-4",
1074
- color: "primary-darken-3",
1074
+ color: "primary-darken-2",
1075
1075
  height: "36"
1076
1076
  }, {
1077
1077
  default: withCtx(() => [
@@ -1112,7 +1112,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
1112
1112
  };
1113
1113
  }
1114
1114
  });
1115
- const Edit_vue_vue_type_style_index_0_scoped_7e66c9a0_lang = "";
1115
+ const Edit_vue_vue_type_style_index_0_scoped_9a0bbb4d_lang = "";
1116
1116
  const _export_sfc = (sfc, props) => {
1117
1117
  const target = sfc.__vccOpts || sfc;
1118
1118
  for (const [key, val] of props) {
@@ -1120,7 +1120,7 @@ const _export_sfc = (sfc, props) => {
1120
1120
  }
1121
1121
  return target;
1122
1122
  };
1123
- const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-7e66c9a0"]]);
1123
+ const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-9a0bbb4d"]]);
1124
1124
  var root = _root;
1125
1125
  var now$1 = function() {
1126
1126
  return root.Date.now();
package/dist/style.css CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- .tce-modal[data-v-7e66c9a0] {
2
+ .tce-modal[data-v-9a0bbb4d] {
3
3
  font-family: Arial, Helvetica, sans-serif;
4
4
  font-size: 1rem;
5
5
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Tailor CMS modal authoring component",
4
4
  "author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
5
5
  "type": "module",
6
- "version": "0.0.1",
6
+ "version": "0.0.2",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "typescript": "^5.1.6",
25
25
  "vite": "^4.4.5",
26
26
  "vue-tsc": "^1.8.5",
27
- "@tailor-cms/ce-modal-manifest": "0.0.1"
27
+ "@tailor-cms/ce-modal-manifest": "0.0.2"
28
28
  },
29
29
  "dependencies": {
30
30
  "lodash": "^4.17.21"