@piveau/dpi 0.2.0-alpha.48 → 0.2.0-alpha.49

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.
@@ -1,206 +1,237 @@
1
- import { ref as m, computed as P, getCurrentInstance as S, watch as B, createElementBlock as d, openBlock as f, createElementVNode as o, createCommentVNode as v, toDisplayString as c, createVNode as u, Fragment as D, renderList as O, unref as h } from "vue";
2
- import k from "../HappyFlowComponents/ui/InputField.vue.js";
3
- import W from "../HappyFlowComponents/ui/TextButtonSmall.vue.js";
1
+ import { ref as m, computed as W, watch as L, createElementBlock as u, openBlock as d, createElementVNode as i, createCommentVNode as v, toDisplayString as p, createVNode as f, Fragment as K, renderList as N, unref as h } from "vue";
4
2
  import { PhWarning as g } from "@phosphor-icons/vue";
3
+ import { useOrganizationInfo as j } from "../composables/useOrganizationInfo.js";
4
+ import { useTwinbyUser as A } from "../composables/useTwinbyUser.js";
5
+ import V from "../HappyFlowComponents/ui/InputField.vue.js";
6
+ import M from "../HappyFlowComponents/ui/TextButtonSmall.vue.js";
5
7
  /* empty css */
6
- import A from "../../../../../_virtual/_plugin-vue_export-helper.js";
7
- import { useEditModeInfo as C } from "../composables/useDpiEditMode.js";
8
- const R = { class: "dpiV3InnerComponentWrap" }, F = { class: "copy-large-regular" }, N = { class: "dpiV3AutoCompleteWrap" }, U = { class: "firstRow" }, Z = { class: "secondRow" }, H = { class: "copy-small-regular" }, L = { class: "input-container" }, M = {
8
+ import q from "../../../../../_virtual/_plugin-vue_export-helper.js";
9
+ import { useEditModeInfo as G } from "../composables/useDpiEditMode.js";
10
+ const H = { class: "dpiV3InnerComponentWrap" }, J = { class: "copy-large-regular" }, Q = { class: "dpiV3AutoCompleteWrap" }, X = { class: "firstRow" }, Y = { class: "secondRow" }, Z = {
11
+ key: 0,
12
+ class: "copy-small-regular"
13
+ }, ee = {
14
+ key: 2,
15
+ class: "copy-small-regular"
16
+ }, ae = { class: "input-container" }, te = {
9
17
  key: 0,
10
18
  class: "dpiV3_errormsgWrapper"
11
- }, j = { class: "copy-mini-regular" }, K = { class: "input-container" }, q = {
19
+ }, le = { class: "copy-mini-regular" }, se = { class: "input-container" }, oe = {
12
20
  key: 0,
13
21
  class: "dpiV3_errormsgWrapper"
14
- }, G = { class: "copy-mini-regular" }, J = { class: "input-container" }, Q = {
22
+ }, ie = { class: "copy-mini-regular" }, ne = { class: "input-container" }, re = {
15
23
  key: 0,
16
24
  class: "dpiV3_errormsgWrapper"
17
- }, X = { class: "copy-mini-regular" }, Y = { class: "copy-large-regular" }, ee = {
25
+ }, ue = { class: "copy-mini-regular" }, de = { class: "copy-large-regular" }, fe = {
18
26
  key: 0,
19
27
  class: "form-error-message"
20
- }, ae = {
28
+ }, pe = {
21
29
  __name: "PublisherPage",
22
30
  props: {
23
31
  context: Object
24
32
  },
25
- setup(z) {
26
- const b = z, { isEditMode: I } = C();
33
+ setup(B) {
34
+ const b = B, { isEditMode: E } = G(), { organization: P, authToken: R, startFetchPermissions: S } = A();
35
+ S();
36
+ const { resultEnhanced: w, isLoading: O, isFetching: U } = j({
37
+ id: P,
38
+ authToken: R
39
+ });
27
40
  let s = m({ 1: !1, 2: !1, 3: !1 });
28
- const w = m(null), _ = m(null), n = P(() => {
29
- var a, l;
30
- const e = (l = (a = S().appContext.config.globalProperties.$keycloak) == null ? void 0 : a.idTokenParsed) == null ? void 0 : l.contact;
31
- if (e) {
32
- const r = {
33
- organization: e.organization
34
- };
35
- return e.email && (r.email = e.email), e.website && (r.website = `https://${e.website}`), r;
41
+ const _ = m(null), y = m(null), z = W(() => O.value || U.value), r = W(() => {
42
+ var t, o, D;
43
+ const e = (t = w.value) == null ? void 0 : t.publisher;
44
+ if (!e)
45
+ return {};
46
+ const a = {
47
+ organization: e.name || ((o = w.value) == null ? void 0 : o.title) || ((D = w.value) == null ? void 0 : D.id)
48
+ };
49
+ if (e.email && (a.email = e.email), e.homepage) {
50
+ const I = e.homepage.startsWith("http") ? e.homepage : `https://${e.homepage}`;
51
+ a.website = I;
36
52
  }
37
- return {};
38
- }), i = m([
53
+ return a;
54
+ }), n = m([
39
55
  { isValid: "unset", "foaf:name": "", "foaf:mbox": "", "foaf:homepage": "" }
40
- ]), t = m({
56
+ ]), l = m({
41
57
  1: { show: !1, message: "Bitte geben Sie einen gültigen Organisationsnamen ein." },
42
58
  2: { show: !1, message: "Bitte geben Sie eine gültige E-Mail-Adresse ein." },
43
59
  3: { show: !1, message: "Bitte geben Sie eine gültige URL ein." }
44
- }), y = (e) => e.trim().length >= 2, T = (e) => /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e), E = (e) => /^([a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/.test(e);
45
- I.value || b.context.node.input(i);
46
- const V = (e, a, l) => {
47
- let r = !1;
60
+ });
61
+ function $(e) {
62
+ return e.trim().length >= 2;
63
+ }
64
+ function x(e) {
65
+ return /^[^\s@]+@[^\s@][^\s.@]*\.[^\s@]+$/.test(e);
66
+ }
67
+ function T(e) {
68
+ return /^([a-z0-9]([a-z0-9\-]{0,61}[a-z0-9])?\.)+[a-z]{2,}$/i.test(e);
69
+ }
70
+ E.value || b.context.node.input(n);
71
+ function k(e, a, t) {
72
+ let o = !1;
48
73
  if (e.trim() === "")
49
- t.value[l].show = !1, s.value[l] = !1;
74
+ l.value[t].show = !1, s.value[t] = !1;
50
75
  else {
51
76
  switch (a) {
52
77
  case "foaf:name":
53
- r = y(e);
78
+ o = $(e);
54
79
  break;
55
80
  case "foaf:mbox":
56
- r = T(e);
81
+ o = x(e);
57
82
  break;
58
83
  case "foaf:homepage":
59
- r = E(e);
84
+ o = T(e);
60
85
  break;
61
86
  default:
62
- r = e.trim() !== "";
87
+ o = e.trim() !== "";
63
88
  }
64
- t.value[l].show = !r, s.value[l] = r;
89
+ l.value[t].show = !o, s.value[t] = o;
65
90
  }
66
- s.value[1] && s.value[2] && s.value[3] ? i.value[0].isValid = !0 : i.value[0].isValid = "unset";
67
- }, p = (e, a, l) => {
68
- i.value = i.value.map((r) => a in r ? { ...r, [a]: e } : r), b.context.node.value.length === 0 && b.context.node.input(i.value), l === 2 ? (w.value && clearTimeout(w.value), w.value = setTimeout(() => {
69
- V(e, a, l);
70
- }, 800)) : l === 3 ? (_.value && clearTimeout(_.value), _.value = setTimeout(() => {
71
- V(e, a, l);
72
- }, 800)) : V(e, a, l);
73
- }, $ = () => {
74
- const e = i.value[0];
91
+ s.value[1] && s.value[2] && s.value[3] ? n.value[0].isValid = !0 : n.value[0].isValid = "unset";
92
+ }
93
+ function c(e, a, t) {
94
+ n.value = n.value.map((o) => a in o ? { ...o, [a]: e } : o), b.context.node.value.length === 0 && b.context.node.input(n.value), t === 2 ? (_.value && clearTimeout(_.value), _.value = setTimeout(() => {
95
+ k(e, a, t);
96
+ }, 800)) : t === 3 ? (y.value && clearTimeout(y.value), y.value = setTimeout(() => {
97
+ k(e, a, t);
98
+ }, 800)) : k(e, a, t);
99
+ }
100
+ function C() {
101
+ const e = n.value[0];
75
102
  if (e["foaf:name"].trim() === "")
76
- t.value[1].show = !0, s.value[1] = !1;
103
+ l.value[1].show = !0, s.value[1] = !1;
77
104
  else {
78
- const a = y(e["foaf:name"]);
79
- t.value[1].show = !a, s.value[1] = a;
105
+ const a = $(e["foaf:name"]);
106
+ l.value[1].show = !a, s.value[1] = a;
80
107
  }
81
108
  if (e["foaf:mbox"].trim() === "")
82
- t.value[2].show = !0, s.value[2] = !1;
109
+ l.value[2].show = !0, s.value[2] = !1;
83
110
  else {
84
- const a = T(e["foaf:mbox"]);
85
- t.value[2].show = !a, s.value[2] = a;
111
+ const a = x(e["foaf:mbox"]);
112
+ l.value[2].show = !a, s.value[2] = a;
86
113
  }
87
114
  if (e["foaf:homepage"].trim() === "")
88
- t.value[3].show = !0, s.value[3] = !1;
115
+ l.value[3].show = !0, s.value[3] = !1;
89
116
  else {
90
- const a = E(e["foaf:homepage"]);
91
- t.value[3].show = !a, s.value[3] = a;
117
+ const a = T(e["foaf:homepage"]);
118
+ l.value[3].show = !a, s.value[3] = a;
92
119
  }
93
- s.value[1] && s.value[2] && s.value[3] ? i.value[0].isValid = !0 : i.value[0].isValid = !1, console.log("Validation states:", s.value), console.log("Validation errors:", t.value);
94
- };
95
- B(() => i.value[0].isValid, (e) => {
96
- console.log("Overall validity changed:", e), e === !1 && $();
120
+ s.value[1] && s.value[2] && s.value[3] ? n.value[0].isValid = !0 : n.value[0].isValid = !1, console.log("Validation states:", s.value), console.log("Validation errors:", l.value);
121
+ }
122
+ L(() => n.value[0].isValid, (e) => {
123
+ console.log("Overall validity changed:", e), e === !1 && C();
97
124
  });
98
- const x = () => {
99
- if (n.value && (n.value.organization && p(n.value.organization, "foaf:name", 1), n.value.email && p(n.value.email, "foaf:mbox", 2), n.value.website)) {
100
- let e = n.value.website;
101
- e.startsWith("https://") ? e = e.substring(8) : e.startsWith("http://") && (e = e.substring(7)), p(e, "foaf:homepage", 3);
125
+ function F() {
126
+ if (r.value && (r.value.organization && c(r.value.organization, "foaf:name", 1), r.value.email && c(r.value.email, "foaf:mbox", 2), r.value.website)) {
127
+ let e = r.value.website;
128
+ e.startsWith("https://") ? e = e.substring(8) : e.startsWith("http://") && (e = e.substring(7)), c(e, "foaf:homepage", 3);
102
129
  }
103
- };
104
- return (e, a) => (f(), d("div", R, [
105
- o("h4", null, c(e.$t("message.dataupload.datasets.dct:publisher.title")), 1),
106
- o("div", F, c(e.$t("message.dataupload.datasets.dct:publisher.description")), 1),
107
- o("div", N, [
108
- o("div", U, [
109
- a[3] || (a[3] = o("div", null, [
110
- o("span", { class: "copy-small-semi-bold" }, "Konto")
130
+ }
131
+ return (e, a) => (d(), u("div", H, [
132
+ i("h4", null, p(e.$t("message.dataupload.datasets.dct:publisher.title")), 1),
133
+ i("div", J, p(e.$t("message.dataupload.datasets.dct:publisher.description")), 1),
134
+ i("div", Q, [
135
+ i("div", X, [
136
+ a[3] || (a[3] = i("div", null, [
137
+ i("span", { class: "copy-small-semi-bold" }, "Konto")
111
138
  ], -1)),
112
- u(W, {
113
- buttonText: "Diese Details verwenden",
114
- iconStart: "true",
115
- iconName: "copy",
116
- onClick: x
117
- })
139
+ f(M, {
140
+ "button-text": "Diese Details verwenden",
141
+ "icon-start": "true",
142
+ "icon-name": "copy",
143
+ disabled: z.value || Object.keys(r.value).length === 0,
144
+ onClick: F
145
+ }, null, 8, ["disabled"])
118
146
  ]),
119
- o("div", Z, [
120
- (f(!0), d(D, null, O(Object.values(n.value), (l) => (f(), d("span", H, c(l), 1))), 256))
147
+ i("div", Y, [
148
+ z.value ? (d(), u("span", Z, "Lade Kontodaten...")) : Object.keys(r.value).length > 0 ? (d(!0), u(K, { key: 1 }, N(r.value, (t, o) => (d(), u("span", {
149
+ key: o,
150
+ class: "copy-small-regular"
151
+ }, p(t), 1))), 128)) : (d(), u("span", ee, "Keine Kontodaten verfügbar"))
121
152
  ])
122
153
  ]),
123
- o("div", L, [
124
- u(k, {
125
- modelValue: i.value[0]["foaf:name"],
126
- "onUpdate:modelValue": a[0] || (a[0] = (l) => p(l, "foaf:name", 1)),
127
- addOnText: !1,
128
- datePicker: !1,
129
- infoIcon: !1,
154
+ i("div", ae, [
155
+ f(V, {
156
+ "model-value": n.value[0]["foaf:name"],
157
+ "add-on-text": !1,
158
+ "date-picker": !1,
159
+ "info-icon": !1,
130
160
  placeholder: e.$t("message.dataupload.datasets.dct:publisher.nameInput.placeholder"),
131
- preIcon: !1,
132
- inputFieldSize: "large",
133
- initialHintText: !1,
161
+ "pre-icon": !1,
162
+ "input-field-size": "large",
163
+ "initial-hint-text": !1,
134
164
  label: e.$t("message.dataupload.datasets.dct:publisher.nameInput.title"),
135
- showEndIcon: !1,
136
- showError: t.value[1].show
137
- }, null, 8, ["modelValue", "placeholder", "label", "showError"]),
138
- t.value[1].show ? (f(), d("div", M, [
139
- u(h(g), {
165
+ "show-end-icon": !1,
166
+ "show-error": l.value[1].show,
167
+ "onUpdate:modelValue": a[0] || (a[0] = (t) => c(t, "foaf:name", 1))
168
+ }, null, 8, ["model-value", "placeholder", "label", "show-error"]),
169
+ l.value[1].show ? (d(), u("div", te, [
170
+ f(h(g), {
140
171
  size: 16,
141
172
  weight: "fill"
142
173
  }),
143
- o("span", j, c(t.value[1].message), 1)
174
+ i("span", le, p(l.value[1].message), 1)
144
175
  ])) : v("", !0)
145
176
  ]),
146
- o("div", K, [
147
- u(k, {
148
- modelValue: i.value[0]["foaf:mbox"],
149
- "onUpdate:modelValue": a[1] || (a[1] = (l) => p(l, "foaf:mbox", 2)),
150
- addOnText: !1,
151
- datePicker: !1,
152
- infoIcon: !1,
177
+ i("div", se, [
178
+ f(V, {
179
+ "model-value": n.value[0]["foaf:mbox"],
180
+ "add-on-text": !1,
181
+ "date-picker": !1,
182
+ "info-icon": !1,
153
183
  placeholder: e.$t("message.dataupload.datasets.dct:publisher.mailInput.placeholder"),
154
- preIcon: !1,
155
- inputFieldSize: "large",
156
- initialHintText: !1,
157
- showError: t.value[2].show,
184
+ "pre-icon": !1,
185
+ "input-field-size": "large",
186
+ "initial-hint-text": !1,
187
+ "show-error": l.value[2].show,
158
188
  label: e.$t("message.dataupload.datasets.dct:publisher.mailInput.title"),
159
- showEndIcon: !1
160
- }, null, 8, ["modelValue", "placeholder", "showError", "label"]),
161
- t.value[2].show ? (f(), d("div", q, [
162
- u(h(g), {
189
+ "show-end-icon": !1,
190
+ "onUpdate:modelValue": a[1] || (a[1] = (t) => c(t, "foaf:mbox", 2))
191
+ }, null, 8, ["model-value", "placeholder", "show-error", "label"]),
192
+ l.value[2].show ? (d(), u("div", oe, [
193
+ f(h(g), {
163
194
  size: 16,
164
195
  weight: "fill"
165
196
  }),
166
- o("span", G, c(t.value[2].message), 1)
197
+ i("span", ie, p(l.value[2].message), 1)
167
198
  ])) : v("", !0)
168
199
  ]),
169
- o("div", J, [
170
- u(k, {
171
- modelValue: i.value[0]["foaf:homepage"],
172
- "onUpdate:modelValue": a[2] || (a[2] = (l) => p(l, "foaf:homepage", 3)),
173
- addOnText: !0,
174
- datePicker: !1,
175
- infoIcon: !1,
200
+ i("div", ne, [
201
+ f(V, {
202
+ "model-value": n.value[0]["foaf:homepage"],
203
+ "add-on-text": !0,
204
+ "date-picker": !1,
205
+ "info-icon": !1,
176
206
  placeholder: e.$t("message.dataupload.datasets.dct:publisher.websiteInput.placeholder"),
177
- preIcon: !1,
178
- inputFieldSize: "large",
179
- initialHintText: !1,
180
- addOnLeadingText: "https://",
207
+ "pre-icon": !1,
208
+ "input-field-size": "large",
209
+ "initial-hint-text": !1,
210
+ "add-on-leading-text": "https://",
181
211
  label: e.$t("message.dataupload.datasets.dct:publisher.websiteInput.title"),
182
- showEndIcon: !1,
183
- showError: t.value[3].show
184
- }, null, 8, ["modelValue", "placeholder", "label", "showError"]),
185
- t.value[3].show ? (f(), d("div", Q, [
186
- u(h(g), {
212
+ "show-end-icon": !1,
213
+ "show-error": l.value[3].show,
214
+ "onUpdate:modelValue": a[2] || (a[2] = (t) => c(t, "foaf:homepage", 3))
215
+ }, null, 8, ["model-value", "placeholder", "label", "show-error"]),
216
+ l.value[3].show ? (d(), u("div", re, [
217
+ f(h(g), {
187
218
  size: 16,
188
219
  weight: "fill"
189
220
  }),
190
- o("span", X, c(t.value[3].message), 1)
221
+ i("span", ue, p(l.value[3].message), 1)
191
222
  ])) : v("", !0)
192
223
  ]),
193
- o("div", Y, c(e.$t("message.dataupload.datasets.dct:publisher.descriptionBottom")), 1),
194
- i.value.find((l) => l.isValid === !1) ? (f(), d("div", ee, [
195
- u(h(g), {
224
+ i("div", de, p(e.$t("message.dataupload.datasets.dct:publisher.descriptionBottom")), 1),
225
+ n.value.find((t) => t.isValid === !1) ? (d(), u("div", fe, [
226
+ f(h(g), {
196
227
  size: 16,
197
228
  weight: "fill"
198
229
  }),
199
- a[4] || (a[4] = o("span", { class: "copy-mini-regular" }, "Bitte füllen Sie alle Pflichtfelder aus, bevor Sie fortfahren.", -1))
230
+ a[4] || (a[4] = i("span", { class: "copy-mini-regular" }, "Bitte füllen Sie alle Pflichtfelder aus, bevor Sie fortfahren.", -1))
200
231
  ])) : v("", !0)
201
232
  ]));
202
233
  }
203
- }, ue = /* @__PURE__ */ A(ae, [["__scopeId", "data-v-c2988908"]]);
234
+ }, ke = /* @__PURE__ */ q(pe, [["__scopeId", "data-v-2e0d13e3"]]);
204
235
  export {
205
- ue as default
236
+ ke as default
206
237
  };
@@ -52,7 +52,7 @@ const U = { class: "dpiV3InnerComponentWrap" }, A = { class: "dpiV3_Frame_840" }
52
52
  validateVisibilitySelection: E,
53
53
  canProceed: k
54
54
  }), (e, d) => {
55
- var v, b, y, g, m, f, _, V;
55
+ var b, v, y, g, m, f, _, V;
56
56
  return r(), n("div", U, [
57
57
  t("div", A, [
58
58
  i(p) ? P("", !0) : (r(), n(T, { key: 0 }, [
@@ -98,10 +98,10 @@ const U = { class: "dpiV3InnerComponentWrap" }, A = { class: "dpiV3_Frame_840" }
98
98
  inputFieldSize: "large",
99
99
  modelValue: o.value,
100
100
  defaultInput: !0,
101
- showError: ((g = (y = (b = (v = i(l)) == null ? void 0 : v.Discoverability) == null ? void 0 : b.visibilityPage) == null ? void 0 : y[0]) == null ? void 0 : g.isValid) === !1,
101
+ showError: ((g = (y = (v = (b = i(l)) == null ? void 0 : b.Discoverability) == null ? void 0 : v.visibilityPage) == null ? void 0 : y[0]) == null ? void 0 : g.isValid) === !1,
102
102
  required: !0
103
103
  },
104
- labelProperty: "label",
104
+ "label-property": "label",
105
105
  data: w.value
106
106
  }, null, 8, ["modelValue", "input-field-props", "data"])
107
107
  ]),
@@ -115,7 +115,7 @@ const U = { class: "dpiV3InnerComponentWrap" }, A = { class: "dpiV3_Frame_840" }
115
115
  ]);
116
116
  };
117
117
  }
118
- }, ri = /* @__PURE__ */ H(ii, [["__scopeId", "data-v-479f5cc7"]]);
118
+ }, ri = /* @__PURE__ */ H(ii, [["__scopeId", "data-v-f0c8ab14"]]);
119
119
  export {
120
120
  ri as default
121
121
  };
@@ -0,0 +1,48 @@
1
+ import { defineHubSearch as I, getTranslationFor as c } from "@piveau/sdk-vue";
2
+ import { computed as T, toValue as U } from "vue";
3
+ import k from "zod";
4
+ import { useRuntimeEnv as C } from "../../composables/useRuntimeEnv.js";
5
+ function _(a) {
6
+ const h = C(), p = a.baseUrl || h.api.baseUrl || "https://twin.bydata.de/api/hub/search/", m = T(() => !!U(a.id).trim()), { useResource: b } = I({
7
+ baseUrl: p,
8
+ index: "catalogue",
9
+ indexDetails: "catalogues",
10
+ schema: k.any()
11
+ }, (e) => {
12
+ var t, s, i, n, r, l, u, d, o;
13
+ const z = {
14
+ name: ((t = e.publisher) == null ? void 0 : t.name) || "",
15
+ email: ((s = e.publisher) == null ? void 0 : s.email) || "",
16
+ homepage: ((i = e.publisher) == null ? void 0 : i.homepage) || "",
17
+ address: {
18
+ street: ((r = (n = e.publisher) == null ? void 0 : n.address) == null ? void 0 : r.street) || "",
19
+ postalCode: ((u = (l = e.publisher) == null ? void 0 : l.address) == null ? void 0 : u.postalCode) || "",
20
+ locality: ((o = (d = e.publisher) == null ? void 0 : d.address) == null ? void 0 : o.locality) || ""
21
+ }
22
+ };
23
+ return {
24
+ id: e.id,
25
+ title: c(e.title || "", ["de", "en"]),
26
+ description: c(e.description || "", ["de", "en"]),
27
+ publisher: z,
28
+ catalogueFavIcon: e.catalogueFavIcon || []
29
+ };
30
+ }), { resultEnhanced: f, isLoading: y, isFetching: v, result: F, isSuccess: x } = b(a.id, {
31
+ queryOptions: {
32
+ enabled: m
33
+ },
34
+ headers: {
35
+ ...a.authToken && { Authorization: `Bearer ${a.authToken}` }
36
+ }
37
+ });
38
+ return {
39
+ resultEnhanced: f,
40
+ isLoading: y,
41
+ isFetching: v,
42
+ result: F,
43
+ isSuccess: x
44
+ };
45
+ }
46
+ export {
47
+ _ as useOrganizationInfo
48
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@piveau/dpi",
3
3
  "type": "module",
4
- "version": "0.2.0-alpha.48",
4
+ "version": "0.2.0-alpha.49",
5
5
  "private": false,
6
6
  "sideEffects": [
7
7
  "*.css",