@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.
- package/_file-input-base/file-input-base.js +17 -7
- package/_input-with-popover/input-with-popover.js +17 -7
- package/accordion/accordion.js +17 -7
- package/alert-bubble/alert-bubble.stories.js +17 -7
- package/announcement-bar/announcement-bar.js +17 -7
- package/avatar/avatar.js +17 -7
- package/avatar-file-input/avatar-file-input.js +17 -7
- package/avatar-file-input/avatar-file-input.stories.js +17 -7
- package/badge/badge.js +17 -7
- package/button/button.js +17 -7
- package/button/button.stories.js +17 -7
- package/button-list/button-list.js +17 -7
- package/calendar/calendar-day-cell.js +17 -7
- package/calendar/calendar.js +17 -7
- package/calendar/calendar.stories.js +17 -7
- package/checkbox/checkbox.js +17 -7
- package/checkbox/checkbox.stories.js +17 -7
- package/checkbox-button/checkbox-button.js +17 -7
- package/checkbox-button/checkbox-button.stories.js +17 -7
- package/checkbox-input/checkbox-input.js +17 -7
- package/checkbox-input/checkbox-input.stories.js +17 -7
- package/checkbox-list/checkbox-list.d.ts +2 -5
- package/checkbox-list/checkbox-list.js +21 -11
- package/checkbox-list/checkbox-list.stories.js +17 -7
- package/checkbox-list/index.d.ts +1 -1
- package/chip/chip.js +17 -7
- package/chip/chip.stories.js +17 -7
- package/color-radio/color-radio.js +17 -7
- package/color-radio-group/color-radio-group.js +17 -7
- package/color-radio-group/color-radio-group.stories.js +17 -7
- package/combobox/combobox.js +17 -7
- package/combobox/combobox.stories.js +17 -7
- package/components.js +17 -7
- package/date-picker/date-picker-content.js +17 -7
- package/date-picker/date-picker-decade.js +17 -7
- package/date-picker/date-picker-month.js +17 -7
- package/date-picker/date-picker-year.js +17 -7
- package/date-picker/date-picker.stories.js +17 -7
- package/date-picker-input/date-picker-input.js +17 -7
- package/date-picker-input/date-picker-input.stories.js +17 -7
- package/date-range-picker/date-range-picker-content.js +17 -7
- package/date-range-picker/date-range-picker-decade.js +17 -7
- package/date-range-picker/date-range-picker-month.js +17 -7
- package/date-range-picker/date-range-picker-year.js +17 -7
- package/date-range-picker/date-range-picker.js +17 -7
- package/date-range-picker/date-range-picker.stories.js +17 -7
- package/date-range-picker-input/date-range-picker-input.js +17 -7
- package/date-range-picker-input/date-range-picker-input.stories.js +17 -7
- package/datetime-picker/datetime-picker.js +17 -7
- package/datetime-picker/datetime-picker.stories.js +17 -7
- package/datetime-picker-input/datetime-picker-input.js +17 -7
- package/datetime-picker-input/datetime-picker-input.stories.js +17 -7
- package/dialog/dialog.d.ts +2 -2
- package/dialog/dialog.js +22 -8
- package/dropdown/dropdown.js +17 -7
- package/dropzone/dropzone-input.js +17 -7
- package/dropzone/dropzone-list.js +17 -7
- package/dropzone/dropzone.stories.js +17 -7
- package/file-input/file-input.js +17 -7
- package/file-input/file-input.stories.js +17 -7
- package/flash-messages/flash-message.js +17 -7
- package/flash-messages/flash-messages.js +17 -7
- package/form-component/form-component.js +17 -7
- package/hooks/use-dropdown.d.ts +1 -1
- package/icon/icon.js +17 -7
- package/icon-button/icon-button.js +17 -7
- package/icon-button/icon-button.stories.js +17 -7
- package/image-gallery/components/gallery.js +17 -7
- package/image-gallery/image-gallery.js +17 -7
- package/info-box/info-box.js +17 -7
- package/input/input-element.js +17 -7
- package/input/input.js +17 -7
- package/input/input.stories.js +17 -7
- package/label/label.js +17 -7
- package/layout/layout.js +17 -7
- package/lightbox/components/use-lightbox-dialog.d.ts +1 -1
- package/list-item/list-item.js +17 -7
- package/loader/loader.js +17 -7
- package/lozenge/lozenge.js +17 -7
- package/message/message.js +17 -7
- package/modal/modal-provider.js +19 -8
- package/modal/modal.js +7 -2
- package/modal/modal.stories.js +20 -10
- package/modal/types.d.ts +7 -4
- package/multi-combobox/multi-combobox.js +18 -8
- package/multi-combobox/multi-combobox.stories.js +17 -7
- package/multi-select/multi-select.js +17 -7
- package/multi-select/multi-select.stories.js +17 -7
- package/package.json +13 -14
- package/pagination/pagination.stories.js +17 -7
- package/paper/paper.js +17 -7
- package/radio/radio.js +17 -7
- package/radio-group/radio-group.js +17 -7
- package/radio-group/radio-group.stories.js +17 -7
- package/raster-image/README.md +138 -2
- package/select/select.js +17 -7
- package/select/select.stories.js +17 -7
- package/tabs/components/tabs-button-list.js +17 -7
- package/tabs/components/tabs-button.js +17 -7
- package/tabs/panel-content.js +17 -7
- package/tabs/tabs.js +17 -7
- package/tabs/tabs.stories.js +17 -7
- package/text-input/text-input.js +17 -7
- package/text-input/text-input.stories.js +17 -7
- package/text-link/text-link.js +17 -7
- package/textarea/textarea.js +17 -7
- package/textarea/textarea.stories.js +17 -7
- package/time-picker/time-picker-hour.js +17 -7
- package/time-picker/time-picker-minute.js +17 -7
- package/time-picker/time-picker.js +17 -7
- package/time-picker/time-picker.stories.js +17 -7
- package/time-picker-input/time-picker-input.js +17 -7
- package/time-picker-input/time-picker-input.stories.js +17 -7
- package/toggle/toggle.js +17 -7
- package/toggle/toggle.stories.js +17 -7
- package/tooltip/tooltip.js +17 -7
- package/tooltip/tooltip.stories.js +17 -7
- package/tooltip/use-tooltip.d.ts +1 -1
- 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 (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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"));
|
package/tooltip/use-tooltip.d.ts
CHANGED
|
@@ -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 (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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;
|