@comercti/web-components-hmg 0.40.4 → 0.40.5
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.
package/comerc-style-guide.es.js
CHANGED
|
@@ -8098,7 +8098,7 @@ const l0 = (e) => {
|
|
|
8098
8098
|
ae(
|
|
8099
8099
|
() => F.value,
|
|
8100
8100
|
() => {
|
|
8101
|
-
p.value = F.value
|
|
8101
|
+
p.value = F.value;
|
|
8102
8102
|
},
|
|
8103
8103
|
{ deep: !0 }
|
|
8104
8104
|
), ae(
|
|
@@ -8125,7 +8125,7 @@ const l0 = (e) => {
|
|
|
8125
8125
|
c.value = N, i.value = _;
|
|
8126
8126
|
}
|
|
8127
8127
|
function C(N) {
|
|
8128
|
-
c.value = N
|
|
8128
|
+
c.value = N;
|
|
8129
8129
|
}
|
|
8130
8130
|
function O(N) {
|
|
8131
8131
|
m.value[N] = {
|