@uxf/ui 11.80.6 → 11.86.0

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.
Files changed (119) hide show
  1. package/_file-input-base/file-input-base.js +17 -7
  2. package/_input-with-popover/input-with-popover.js +17 -7
  3. package/accordion/accordion.js +17 -7
  4. package/alert-bubble/alert-bubble.stories.js +17 -7
  5. package/announcement-bar/announcement-bar.js +17 -7
  6. package/avatar/avatar.js +17 -7
  7. package/avatar-file-input/avatar-file-input.js +17 -7
  8. package/avatar-file-input/avatar-file-input.stories.js +17 -7
  9. package/badge/badge.js +17 -7
  10. package/button/button.js +17 -7
  11. package/button/button.stories.js +17 -7
  12. package/button-list/button-list.js +17 -7
  13. package/calendar/calendar-day-cell.js +17 -7
  14. package/calendar/calendar.js +17 -7
  15. package/calendar/calendar.stories.js +17 -7
  16. package/checkbox/checkbox.js +17 -7
  17. package/checkbox/checkbox.stories.js +17 -7
  18. package/checkbox-button/checkbox-button.js +17 -7
  19. package/checkbox-button/checkbox-button.stories.js +17 -7
  20. package/checkbox-input/checkbox-input.js +17 -7
  21. package/checkbox-input/checkbox-input.stories.js +17 -7
  22. package/checkbox-list/checkbox-list.d.ts +2 -5
  23. package/checkbox-list/checkbox-list.js +21 -11
  24. package/checkbox-list/checkbox-list.stories.js +17 -7
  25. package/checkbox-list/index.d.ts +1 -1
  26. package/chip/chip.js +17 -7
  27. package/chip/chip.stories.js +17 -7
  28. package/color-radio/color-radio.js +17 -7
  29. package/color-radio-group/color-radio-group.js +17 -7
  30. package/color-radio-group/color-radio-group.stories.js +17 -7
  31. package/combobox/combobox.js +17 -7
  32. package/combobox/combobox.stories.js +17 -7
  33. package/components.js +17 -7
  34. package/date-picker/date-picker-content.js +17 -7
  35. package/date-picker/date-picker-decade.js +17 -7
  36. package/date-picker/date-picker-month.js +17 -7
  37. package/date-picker/date-picker-year.js +17 -7
  38. package/date-picker/date-picker.stories.js +17 -7
  39. package/date-picker-input/date-picker-input.js +17 -7
  40. package/date-picker-input/date-picker-input.stories.js +17 -7
  41. package/date-range-picker/date-range-picker-content.js +17 -7
  42. package/date-range-picker/date-range-picker-decade.js +17 -7
  43. package/date-range-picker/date-range-picker-month.js +17 -7
  44. package/date-range-picker/date-range-picker-year.js +17 -7
  45. package/date-range-picker/date-range-picker.js +17 -7
  46. package/date-range-picker/date-range-picker.stories.js +17 -7
  47. package/date-range-picker-input/date-range-picker-input.js +17 -7
  48. package/date-range-picker-input/date-range-picker-input.stories.js +17 -7
  49. package/datetime-picker/datetime-picker.js +17 -7
  50. package/datetime-picker/datetime-picker.stories.js +17 -7
  51. package/datetime-picker-input/datetime-picker-input.js +17 -7
  52. package/datetime-picker-input/datetime-picker-input.stories.js +17 -7
  53. package/dialog/dialog.d.ts +2 -2
  54. package/dialog/dialog.js +22 -8
  55. package/dropdown/dropdown.js +17 -7
  56. package/dropzone/dropzone-input.js +17 -7
  57. package/dropzone/dropzone-list.js +17 -7
  58. package/dropzone/dropzone.stories.js +17 -7
  59. package/file-input/file-input.js +17 -7
  60. package/file-input/file-input.stories.js +17 -7
  61. package/flash-messages/flash-message.js +17 -7
  62. package/flash-messages/flash-messages.js +17 -7
  63. package/form-component/form-component.js +17 -7
  64. package/hooks/use-dropdown.d.ts +1 -1
  65. package/icon/icon.js +17 -7
  66. package/icon-button/icon-button.js +17 -7
  67. package/icon-button/icon-button.stories.js +17 -7
  68. package/image-gallery/components/gallery.js +17 -7
  69. package/image-gallery/image-gallery.js +17 -7
  70. package/info-box/info-box.js +17 -7
  71. package/input/input-element.js +17 -7
  72. package/input/input.js +17 -7
  73. package/input/input.stories.js +17 -7
  74. package/label/label.js +17 -7
  75. package/layout/layout.js +17 -7
  76. package/lightbox/components/use-lightbox-dialog.d.ts +1 -1
  77. package/list-item/list-item.js +17 -7
  78. package/loader/loader.js +17 -7
  79. package/lozenge/lozenge.js +17 -7
  80. package/message/message.js +17 -7
  81. package/modal/modal-provider.js +19 -8
  82. package/modal/modal.js +7 -2
  83. package/modal/modal.stories.js +20 -10
  84. package/modal/types.d.ts +7 -4
  85. package/multi-combobox/multi-combobox.js +18 -8
  86. package/multi-combobox/multi-combobox.stories.js +17 -7
  87. package/multi-select/multi-select.js +17 -7
  88. package/multi-select/multi-select.stories.js +17 -7
  89. package/package.json +13 -14
  90. package/pagination/pagination.stories.js +17 -7
  91. package/paper/paper.js +17 -7
  92. package/radio/radio.js +17 -7
  93. package/radio-group/radio-group.js +17 -7
  94. package/radio-group/radio-group.stories.js +17 -7
  95. package/raster-image/README.md +138 -2
  96. package/select/select.js +17 -7
  97. package/select/select.stories.js +17 -7
  98. package/tabs/components/tabs-button-list.js +17 -7
  99. package/tabs/components/tabs-button.js +17 -7
  100. package/tabs/panel-content.js +17 -7
  101. package/tabs/tabs.js +17 -7
  102. package/tabs/tabs.stories.js +17 -7
  103. package/text-input/text-input.js +17 -7
  104. package/text-input/text-input.stories.js +17 -7
  105. package/text-link/text-link.js +17 -7
  106. package/textarea/textarea.js +17 -7
  107. package/textarea/textarea.stories.js +17 -7
  108. package/time-picker/time-picker-hour.js +17 -7
  109. package/time-picker/time-picker-minute.js +17 -7
  110. package/time-picker/time-picker.js +17 -7
  111. package/time-picker/time-picker.stories.js +17 -7
  112. package/time-picker-input/time-picker-input.js +17 -7
  113. package/time-picker-input/time-picker-input.stories.js +17 -7
  114. package/toggle/toggle.js +17 -7
  115. package/toggle/toggle.stories.js +17 -7
  116. package/tooltip/tooltip.js +17 -7
  117. package/tooltip/tooltip.stories.js +17 -7
  118. package/tooltip/use-tooltip.d.ts +1 -1
  119. package/utils/storybook-config.js +17 -7
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  Object.defineProperty(exports, "__esModule", { value: true });
26
36
  exports.Default = Default;
27
37
  const react_1 = __importStar(require("react"));
@@ -40,7 +40,7 @@ export declare function useTooltip(options: TooltipOptions): {
40
40
  events: import("@floating-ui/react").FloatingEvents;
41
41
  dataRef: React.MutableRefObject<import("@floating-ui/react").ContextData>;
42
42
  nodeId: string | undefined;
43
- floatingId: string;
43
+ floatingId: string | undefined;
44
44
  refs: import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
45
45
  elements: import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
46
46
  };
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  Object.defineProperty(exports, "__esModule", { value: true });
26
36
  exports.defaultConfig = void 0;
27
37
  exports.useStorybookConfig = useStorybookConfig;