@henriquepetrelli/hp-design-system 1.1.26 → 1.1.28
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.
|
@@ -883,9 +883,9 @@
|
|
|
883
883
|
__props.type === "ring1" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$3)) : vue.createCommentVNode("", true),
|
|
884
884
|
__props.type === "ring2" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11$1)) : vue.createCommentVNode("", true),
|
|
885
885
|
__props.type === "ring3" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$1)) : vue.createCommentVNode("", true),
|
|
886
|
-
__props.type === "clock" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_13$1, _cache[0] || (_cache[0] = [
|
|
886
|
+
__props.type === "clock" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_13$1, [..._cache[0] || (_cache[0] = [
|
|
887
887
|
vue.createElementVNode("div", { class: "clock-hand" }, null, -1)
|
|
888
|
-
]))) : vue.createCommentVNode("", true),
|
|
888
|
+
])])) : vue.createCommentVNode("", true),
|
|
889
889
|
__props.type === "reload" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_14$1)) : vue.createCommentVNode("", true),
|
|
890
890
|
__props.type === "engine" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$1)) : vue.createCommentVNode("", true),
|
|
891
891
|
__props.type === "search" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_16$1)) : vue.createCommentVNode("", true)
|
|
@@ -1000,9 +1000,9 @@
|
|
|
1000
1000
|
width: "12px",
|
|
1001
1001
|
height: "9px",
|
|
1002
1002
|
viewBox: "0 0 12 9"
|
|
1003
|
-
}, _cache[0] || (_cache[0] = [
|
|
1003
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
1004
1004
|
vue.createElementVNode("polyline", { points: "1 5 4 8 11 1" }, null, -1)
|
|
1005
|
-
]), 6)) : vue.createCommentVNode("", true)
|
|
1005
|
+
])], 6)) : vue.createCommentVNode("", true)
|
|
1006
1006
|
], 6),
|
|
1007
1007
|
_ctx.$slots.default ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$9, [
|
|
1008
1008
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -1631,9 +1631,9 @@
|
|
|
1631
1631
|
vue.withKeys(vue.withModifiers(handleToggle, ["prevent"]), ["enter"]),
|
|
1632
1632
|
vue.withKeys(vue.withModifiers(handleToggle, ["prevent"]), ["space"])
|
|
1633
1633
|
]
|
|
1634
|
-
}, _cache[1] || (_cache[1] = [
|
|
1634
|
+
}, [...(_cache[1] || (_cache[1] = [
|
|
1635
1635
|
vue.createElementVNode("span", { class: "toggle--label-background" }, null, -1)
|
|
1636
|
-
]), 44, _hoisted_5$5)
|
|
1636
|
+
]))], 44, _hoisted_5$5)
|
|
1637
1637
|
]))
|
|
1638
1638
|
}
|
|
1639
1639
|
}
|
|
@@ -2829,9 +2829,6 @@
|
|
|
2829
2829
|
const _hoisted_4 = { class: "progress-bar__wrapper" };
|
|
2830
2830
|
const _hoisted_5 = ["value", "max", "aria-labelledby"];
|
|
2831
2831
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
2832
|
-
...{
|
|
2833
|
-
name: "ProgressBar"
|
|
2834
|
-
},
|
|
2835
2832
|
__name: "ProgressBar",
|
|
2836
2833
|
props: {
|
|
2837
2834
|
label: {
|
|
@@ -2893,7 +2890,7 @@
|
|
|
2893
2890
|
}
|
|
2894
2891
|
});
|
|
2895
2892
|
|
|
2896
|
-
const ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
2893
|
+
const ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-80b0b9cd"]]);
|
|
2897
2894
|
|
|
2898
2895
|
const components = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2899
2896
|
__proto__: null,
|