@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.
@@ -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.log("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
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.log("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
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.log("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
488
+ console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
489
489
  }
490
490
  eventBus.emit(`UI:${action}`, actionPayload ?? {});
491
491
  }
@@ -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.log("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
443
+ console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
444
444
  }
445
445
  eventBus.emit(`UI:${action}`, actionPayload ?? {});
446
446
  }
@@ -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.log("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
3204
+ console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
3205
3205
  }
3206
3206
  eventBus.emit(`UI:${action}`, actionPayload ?? {});
3207
3207
  }
@@ -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.log("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
3180
+ console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
3181
3181
  }
3182
3182
  eventBus.emit(`UI:${action}`, actionPayload ?? {});
3183
3183
  }
@@ -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.log("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
3204
+ console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
3205
3205
  }
3206
3206
  eventBus.emit(`UI:${action}`, actionPayload ?? {});
3207
3207
  }
@@ -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.log("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
3180
+ console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
3181
3181
  }
3182
3182
  eventBus.emit(`UI:${action}`, actionPayload ?? {});
3183
3183
  }
@@ -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.log("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
1548
+ console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
1549
1549
  }
1550
1550
  eventBus.emit(`UI:${action}`, actionPayload ?? {});
1551
1551
  }
@@ -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.log("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
1503
+ console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
1504
1504
  }
1505
1505
  eventBus.emit(`UI:${action}`, actionPayload ?? {});
1506
1506
  }
@@ -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.log("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
2091
+ console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
2092
2092
  }
2093
2093
  eventBus.emit(`UI:${action}`, actionPayload ?? {});
2094
2094
  }
@@ -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.log("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
2046
+ console.warn("[Button.click]", action, "actionPayload=", JSON.stringify(actionPayload));
2047
2047
  }
2048
2048
  eventBus.emit(`UI:${action}`, actionPayload ?? {});
2049
2049
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/components/index.js",