funda-ui 4.7.850 → 4.7.855

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/Chatbox/index.css CHANGED
@@ -463,6 +463,16 @@
463
463
  width: 40px;
464
464
  height: 40px;
465
465
  z-index: 4;
466
+ pointer-events: all;
467
+ /* Core: Disable the system popup menu during long press */
468
+ -webkit-touch-callout: none;
469
+ /* Disable text selection */
470
+ -webkit-user-select: none;
471
+ user-select: none;
472
+ /* Core: Disable all default browser gestures to ensure touch events are passed directly to JS */
473
+ touch-action: none;
474
+ /* Remove the default tap highlight color on iOS for faster response perception */
475
+ -webkit-tap-highlight-color: transparent;
466
476
  }
467
477
  .custom-chatbox-container .msgcontrol [class*=chatbox-voice-input-btn] svg path {
468
478
  fill: var(--custom-chatbox-primary-text);
@@ -463,6 +463,16 @@
463
463
  width: 40px;
464
464
  height: 40px;
465
465
  z-index: 4;
466
+ pointer-events: all;
467
+ /* Core: Disable the system popup menu during long press */
468
+ -webkit-touch-callout: none;
469
+ /* Disable text selection */
470
+ -webkit-user-select: none;
471
+ user-select: none;
472
+ /* Core: Disable all default browser gestures to ensure touch events are passed directly to JS */
473
+ touch-action: none;
474
+ /* Remove the default tap highlight color on iOS for faster response perception */
475
+ -webkit-tap-highlight-color: transparent;
466
476
  }
467
477
  .custom-chatbox-container .msgcontrol [class*=chatbox-voice-input-btn] svg path {
468
478
  fill: var(--custom-chatbox-primary-text);
@@ -560,6 +560,20 @@
560
560
  width: 40px;
561
561
  height: 40px;
562
562
  z-index: 4;
563
+ pointer-events: all;
564
+
565
+ /* Core: Disable the system popup menu during long press */
566
+ -webkit-touch-callout: none;
567
+
568
+ /* Disable text selection */
569
+ -webkit-user-select: none;
570
+ user-select: none;
571
+
572
+ /* Core: Disable all default browser gestures to ensure touch events are passed directly to JS */
573
+ touch-action: none;
574
+
575
+ /* Remove the default tap highlight color on iOS for faster response perception */
576
+ -webkit-tap-highlight-color: transparent;
563
577
 
564
578
  svg path {
565
579
  fill: var(--custom-chatbox-primary-text);
package/package.json CHANGED
@@ -1 +1 @@
1
- {"author":"UIUX Lab","email":"uiuxlab@gmail.com","name":"funda-ui","version":"4.7.850","description":"React components using pure Bootstrap 5+ which does not contain any external style and script libraries.","repository":{"type":"git","url":"git+https://github.com/xizon/funda-ui.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["bootstrap","react-bootstrap","react-components","components","components-react","react-bootstrap-components","react","funda-ui","fundaui","uikit","ui-kit","ui-components"],"bugs":{"url":"https://github.com/xizon/funda-ui/issues"},"homepage":"https://github.com/xizon/funda-ui#readme","main":"all.js","license":"MIT","dependencies":{"react":"^18.2.0","react-dom":"^18.2.0"},"types":"all.d.ts","publishConfig":{"directory":"lib"}}
1
+ {"author":"UIUX Lab","email":"uiuxlab@gmail.com","name":"funda-ui","version":"4.7.855","description":"React components using pure Bootstrap 5+ which does not contain any external style and script libraries.","repository":{"type":"git","url":"git+https://github.com/xizon/funda-ui.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["bootstrap","react-bootstrap","react-components","components","components-react","react-bootstrap-components","react","funda-ui","fundaui","uikit","ui-kit","ui-components"],"bugs":{"url":"https://github.com/xizon/funda-ui/issues"},"homepage":"https://github.com/xizon/funda-ui#readme","main":"all.js","license":"MIT","dependencies":{"react":"^18.2.0","react-dom":"^18.2.0"},"types":"all.d.ts","publishConfig":{"directory":"lib"},"directories":{"lib":"lib"}}