@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.
|
@@ -879,9 +879,9 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
879
879
|
__props.type === "ring1" ? (openBlock(), createElementBlock("div", _hoisted_10$3)) : createCommentVNode("", true),
|
|
880
880
|
__props.type === "ring2" ? (openBlock(), createElementBlock("div", _hoisted_11$1)) : createCommentVNode("", true),
|
|
881
881
|
__props.type === "ring3" ? (openBlock(), createElementBlock("div", _hoisted_12$1)) : createCommentVNode("", true),
|
|
882
|
-
__props.type === "clock" ? (openBlock(), createElementBlock("div", _hoisted_13$1, _cache[0] || (_cache[0] = [
|
|
882
|
+
__props.type === "clock" ? (openBlock(), createElementBlock("div", _hoisted_13$1, [..._cache[0] || (_cache[0] = [
|
|
883
883
|
createElementVNode("div", { class: "clock-hand" }, null, -1)
|
|
884
|
-
]))) : createCommentVNode("", true),
|
|
884
|
+
])])) : createCommentVNode("", true),
|
|
885
885
|
__props.type === "reload" ? (openBlock(), createElementBlock("div", _hoisted_14$1)) : createCommentVNode("", true),
|
|
886
886
|
__props.type === "engine" ? (openBlock(), createElementBlock("div", _hoisted_15$1)) : createCommentVNode("", true),
|
|
887
887
|
__props.type === "search" ? (openBlock(), createElementBlock("div", _hoisted_16$1)) : createCommentVNode("", true)
|
|
@@ -996,9 +996,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
996
996
|
width: "12px",
|
|
997
997
|
height: "9px",
|
|
998
998
|
viewBox: "0 0 12 9"
|
|
999
|
-
}, _cache[0] || (_cache[0] = [
|
|
999
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
1000
1000
|
createElementVNode("polyline", { points: "1 5 4 8 11 1" }, null, -1)
|
|
1001
|
-
]), 6)) : createCommentVNode("", true)
|
|
1001
|
+
])], 6)) : createCommentVNode("", true)
|
|
1002
1002
|
], 6),
|
|
1003
1003
|
_ctx.$slots.default ? (openBlock(), createElementBlock("span", _hoisted_3$9, [
|
|
1004
1004
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -1627,9 +1627,9 @@ return (_ctx, _cache) => {
|
|
|
1627
1627
|
withKeys(withModifiers(handleToggle, ["prevent"]), ["enter"]),
|
|
1628
1628
|
withKeys(withModifiers(handleToggle, ["prevent"]), ["space"])
|
|
1629
1629
|
]
|
|
1630
|
-
}, _cache[1] || (_cache[1] = [
|
|
1630
|
+
}, [...(_cache[1] || (_cache[1] = [
|
|
1631
1631
|
createElementVNode("span", { class: "toggle--label-background" }, null, -1)
|
|
1632
|
-
]), 44, _hoisted_5$5)
|
|
1632
|
+
]))], 44, _hoisted_5$5)
|
|
1633
1633
|
]))
|
|
1634
1634
|
}
|
|
1635
1635
|
}
|
|
@@ -2825,9 +2825,6 @@ const _hoisted_3 = { class: "progress-bar__value" };
|
|
|
2825
2825
|
const _hoisted_4 = { class: "progress-bar__wrapper" };
|
|
2826
2826
|
const _hoisted_5 = ["value", "max", "aria-labelledby"];
|
|
2827
2827
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
2828
|
-
...{
|
|
2829
|
-
name: "ProgressBar"
|
|
2830
|
-
},
|
|
2831
2828
|
__name: "ProgressBar",
|
|
2832
2829
|
props: {
|
|
2833
2830
|
label: {
|
|
@@ -2889,7 +2886,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
2889
2886
|
}
|
|
2890
2887
|
});
|
|
2891
2888
|
|
|
2892
|
-
const ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
2889
|
+
const ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-80b0b9cd"]]);
|
|
2893
2890
|
|
|
2894
2891
|
const components = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2895
2892
|
__proto__: null,
|