@opendesign-plus-test/components 0.0.1-rc.128 → 0.0.1-rc.129

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,7 +1,7 @@
1
1
  import _sfc_main from "./HeaderContent.vue2.mjs";
2
2
  import './HeaderContent.css';
3
3
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const HeaderContent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e6e4aedd"]]);
4
+ const HeaderContent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-716addc0"]]);
5
5
  export {
6
6
  HeaderContent as default
7
7
  };
@@ -163,7 +163,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
163
163
  key: subItem.label,
164
164
  class: normalizeClass(["content-item", { "content-item-disabled": subItem == null ? void 0 : subItem.disabled }])
165
165
  }, [
166
- withDirectives((openBlock(), createElementBlock("div", {
166
+ withDirectives((openBlock(), createElementBlock("a", {
167
167
  href: subItem.href,
168
168
  target: linkTarget(subItem.href, subItem == null ? void 0 : subItem.target),
169
169
  rel: "noopener noreferrer",
@@ -250,7 +250,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
250
250
  key: shortcut.label,
251
251
  class: "shortcut"
252
252
  }, [
253
- withDirectives((openBlock(), createElementBlock("div", {
253
+ withDirectives((openBlock(), createElementBlock("a", {
254
254
  href: shortcut.href,
255
255
  target: linkTarget(shortcut.href, shortcut == null ? void 0 : shortcut.target),
256
256
  rel: "noopener noreferrer",
@@ -290,7 +290,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
290
290
  ])
291
291
  ]);
292
292
  }), 128)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList((_h = props.itemData) == null ? void 0 : _h.shortcut, (shortcut) => {
293
- return withDirectives((openBlock(), createElementBlock("div", {
293
+ return withDirectives((openBlock(), createElementBlock("a", {
294
294
  key: shortcut.label,
295
295
  href: shortcut.href,
296
296
  target: linkTarget(shortcut.href, shortcut == null ? void 0 : shortcut.target),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendesign-plus-test/components",
3
- "version": "0.0.1-rc.128",
3
+ "version": "0.0.1-rc.129",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",