@henriquepetrelli/hp-design-system 1.1.30 → 1.1.31
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.
|
@@ -2827,7 +2827,7 @@
|
|
|
2827
2827
|
}
|
|
2828
2828
|
|
|
2829
2829
|
};
|
|
2830
|
-
const InputRange = /*#__PURE__*/_export_sfc(_sfc_main$2, [['__scopeId',"data-v-
|
|
2830
|
+
const InputRange = /*#__PURE__*/_export_sfc(_sfc_main$2, [['__scopeId',"data-v-c054943e"]]);
|
|
2831
2831
|
|
|
2832
2832
|
const _hoisted_1$1 = { class: "progress-bar" };
|
|
2833
2833
|
const _hoisted_2$1 = {
|
|
@@ -3101,10 +3101,7 @@
|
|
|
3101
3101
|
}
|
|
3102
3102
|
});
|
|
3103
3103
|
};
|
|
3104
|
-
const index = {
|
|
3105
|
-
install,
|
|
3106
|
-
...components
|
|
3107
|
-
};
|
|
3104
|
+
const index = { install };
|
|
3108
3105
|
|
|
3109
3106
|
exports.HpAlert = Alert;
|
|
3110
3107
|
exports.HpButtonIcon = HpButtonIcon;
|
|
@@ -3129,6 +3126,7 @@
|
|
|
3129
3126
|
exports.HpThemeSwitcher = ThemeSwitcher;
|
|
3130
3127
|
exports.HpToggleSwitch = ToggleSwitch;
|
|
3131
3128
|
exports.default = index;
|
|
3129
|
+
exports.install = install;
|
|
3132
3130
|
|
|
3133
3131
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
3134
3132
|
|