@almadar/ui 3.7.1 → 3.7.2
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/dist/avl/index.cjs +1 -1
- package/dist/avl/index.js +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +1 -1
- package/dist/docs/index.cjs +1 -1
- package/dist/docs/index.js +1 -1
- package/dist/marketing/index.cjs +1 -1
- package/dist/marketing/index.js +1 -1
- package/dist/providers/index.cjs +1 -1
- package/dist/providers/index.js +1 -1
- package/dist/runtime/index.cjs +1 -1
- package/dist/runtime/index.js +1 -1
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -4993,7 +4993,7 @@ var init_Button = __esm({
|
|
|
4993
4993
|
const handleClick = (e) => {
|
|
4994
4994
|
if (action) {
|
|
4995
4995
|
if (typeof console !== "undefined") {
|
|
4996
|
-
console.
|
|
4996
|
+
console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
|
|
4997
4997
|
}
|
|
4998
4998
|
eventBus.emit(`UI:${action}`, actionPayload ?? {});
|
|
4999
4999
|
}
|
package/dist/avl/index.js
CHANGED
|
@@ -4947,7 +4947,7 @@ var init_Button = __esm({
|
|
|
4947
4947
|
const handleClick = (e) => {
|
|
4948
4948
|
if (action) {
|
|
4949
4949
|
if (typeof console !== "undefined") {
|
|
4950
|
-
console.
|
|
4950
|
+
console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
|
|
4951
4951
|
}
|
|
4952
4952
|
eventBus.emit(`UI:${action}`, actionPayload ?? {});
|
|
4953
4953
|
}
|
|
@@ -485,7 +485,7 @@ var init_Button = __esm({
|
|
|
485
485
|
const handleClick = (e) => {
|
|
486
486
|
if (action) {
|
|
487
487
|
if (typeof console !== "undefined") {
|
|
488
|
-
console.
|
|
488
|
+
console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
|
|
489
489
|
}
|
|
490
490
|
eventBus.emit(`UI:${action}`, actionPayload ?? {});
|
|
491
491
|
}
|
package/dist/components/index.js
CHANGED
|
@@ -440,7 +440,7 @@ var init_Button = __esm({
|
|
|
440
440
|
const handleClick = (e) => {
|
|
441
441
|
if (action) {
|
|
442
442
|
if (typeof console !== "undefined") {
|
|
443
|
-
console.
|
|
443
|
+
console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
|
|
444
444
|
}
|
|
445
445
|
eventBus.emit(`UI:${action}`, actionPayload ?? {});
|
|
446
446
|
}
|
package/dist/docs/index.cjs
CHANGED
|
@@ -3201,7 +3201,7 @@ var Button = React4__default.default.forwardRef(
|
|
|
3201
3201
|
const handleClick = (e) => {
|
|
3202
3202
|
if (action) {
|
|
3203
3203
|
if (typeof console !== "undefined") {
|
|
3204
|
-
console.
|
|
3204
|
+
console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
|
|
3205
3205
|
}
|
|
3206
3206
|
eventBus.emit(`UI:${action}`, actionPayload ?? {});
|
|
3207
3207
|
}
|
package/dist/docs/index.js
CHANGED
|
@@ -3177,7 +3177,7 @@ var Button = React4.forwardRef(
|
|
|
3177
3177
|
const handleClick = (e) => {
|
|
3178
3178
|
if (action) {
|
|
3179
3179
|
if (typeof console !== "undefined") {
|
|
3180
|
-
console.
|
|
3180
|
+
console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
|
|
3181
3181
|
}
|
|
3182
3182
|
eventBus.emit(`UI:${action}`, actionPayload ?? {});
|
|
3183
3183
|
}
|
package/dist/marketing/index.cjs
CHANGED
|
@@ -3201,7 +3201,7 @@ var Button = React5__default.default.forwardRef(
|
|
|
3201
3201
|
const handleClick = (e) => {
|
|
3202
3202
|
if (action) {
|
|
3203
3203
|
if (typeof console !== "undefined") {
|
|
3204
|
-
console.
|
|
3204
|
+
console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
|
|
3205
3205
|
}
|
|
3206
3206
|
eventBus.emit(`UI:${action}`, actionPayload ?? {});
|
|
3207
3207
|
}
|
package/dist/marketing/index.js
CHANGED
|
@@ -3177,7 +3177,7 @@ var Button = React5.forwardRef(
|
|
|
3177
3177
|
const handleClick = (e) => {
|
|
3178
3178
|
if (action) {
|
|
3179
3179
|
if (typeof console !== "undefined") {
|
|
3180
|
-
console.
|
|
3180
|
+
console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
|
|
3181
3181
|
}
|
|
3182
3182
|
eventBus.emit(`UI:${action}`, actionPayload ?? {});
|
|
3183
3183
|
}
|
package/dist/providers/index.cjs
CHANGED
|
@@ -1545,7 +1545,7 @@ var init_Button = __esm({
|
|
|
1545
1545
|
const handleClick = (e) => {
|
|
1546
1546
|
if (action) {
|
|
1547
1547
|
if (typeof console !== "undefined") {
|
|
1548
|
-
console.
|
|
1548
|
+
console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
|
|
1549
1549
|
}
|
|
1550
1550
|
eventBus.emit(`UI:${action}`, actionPayload ?? {});
|
|
1551
1551
|
}
|
package/dist/providers/index.js
CHANGED
|
@@ -1500,7 +1500,7 @@ var init_Button = __esm({
|
|
|
1500
1500
|
const handleClick = (e) => {
|
|
1501
1501
|
if (action) {
|
|
1502
1502
|
if (typeof console !== "undefined") {
|
|
1503
|
-
console.
|
|
1503
|
+
console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
|
|
1504
1504
|
}
|
|
1505
1505
|
eventBus.emit(`UI:${action}`, actionPayload ?? {});
|
|
1506
1506
|
}
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -2088,7 +2088,7 @@ var init_Button = __esm({
|
|
|
2088
2088
|
const handleClick = (e) => {
|
|
2089
2089
|
if (action) {
|
|
2090
2090
|
if (typeof console !== "undefined") {
|
|
2091
|
-
console.
|
|
2091
|
+
console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
|
|
2092
2092
|
}
|
|
2093
2093
|
eventBus.emit(`UI:${action}`, actionPayload ?? {});
|
|
2094
2094
|
}
|
package/dist/runtime/index.js
CHANGED
|
@@ -2043,7 +2043,7 @@ var init_Button = __esm({
|
|
|
2043
2043
|
const handleClick = (e) => {
|
|
2044
2044
|
if (action) {
|
|
2045
2045
|
if (typeof console !== "undefined") {
|
|
2046
|
-
console.
|
|
2046
|
+
console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
|
|
2047
2047
|
}
|
|
2048
2048
|
eventBus.emit(`UI:${action}`, actionPayload ?? {});
|
|
2049
2049
|
}
|