@temp-spotwork/ui 1.7.1 → 1.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/{Combination-BkpbjcWz.js → Combination-B1NSOvaC.js} +170 -167
- package/dist/{bundle-mjs-CAy1p0fn.js → bundle-mjs-BjFsLjkg.js} +1 -1
- package/dist/components/atoms/avatar/Avatar.stories.js +1 -1
- package/dist/components/atoms/avatar/avatar.js +1 -1
- package/dist/components/atoms/badge/badge.stories.js +1 -1
- package/dist/components/atoms/card-content/label-value-pair/label-value-pair.js +1 -1
- package/dist/components/atoms/card-content/label-value-pair/label-value-pair.stories.js +1 -1
- package/dist/components/atoms/daybubble/recurrence-day/recurrence-day.js +1 -1
- package/dist/components/atoms/form/calendar/calendar-date-cell.js +3 -3
- package/dist/components/atoms/form/calendar/calendar-month.js +1 -1
- package/dist/components/atoms/form/calendar/calendar-utils.js +1 -1
- package/dist/components/atoms/form/calendar/calendar.js +2 -2
- package/dist/components/atoms/form/calendar/calendar.stories.js +3 -3
- package/dist/components/atoms/form/calendar/month-header.js +1 -1
- package/dist/components/atoms/form/calendar/sticky-button.js +1 -1
- package/dist/components/atoms/form/checkbox/checkbox.js +2 -2
- package/dist/components/atoms/form/chips/chips.js +1 -1
- package/dist/components/atoms/form/chips/chips.stories.js +1 -1
- package/dist/components/atoms/form/dateselect/date-calendar.js +2 -2
- package/dist/components/atoms/form/dateselect/date-dropdown-header.js +1 -1
- package/dist/components/atoms/form/dateselect/date-dropdown.js +1 -1
- package/dist/components/atoms/form/dateselect/date-input.js +3 -3
- package/dist/components/atoms/form/dateselect/date-month-year-switch.js +1 -1
- package/dist/components/atoms/form/dateselect/dateselect.js +2 -2
- package/dist/components/atoms/form/dateselect/month-switch.js +3 -3
- package/dist/components/atoms/form/dateselect/year-switch.js +3 -3
- package/dist/components/atoms/form/dropdown/dropdown.js +1 -1
- package/dist/components/atoms/form/dropdown-search/dropdown-search.js +1 -1
- package/dist/components/atoms/form/dropdown-search/dropdown-search.stories.js +1 -1
- package/dist/components/atoms/form/radiobutton/radiobutton.js +1 -1
- package/dist/components/atoms/form/stepper/Stepper.stories.js +1 -1
- package/dist/components/atoms/form/switch/switch.js +21 -21
- package/dist/components/atoms/form/time-picker/time-picker-dropdown.js +2 -2
- package/dist/components/atoms/form/time-picker/time-picker-input.js +3 -3
- package/dist/components/atoms/form/time-picker/time-picker.js +2 -2
- package/dist/components/atoms/form/time-picker/time-picker.stories.js +2 -2
- package/dist/components/atoms/form/timeselect/hours-switch.js +1 -1
- package/dist/components/atoms/form/timeselect/minutes-switch.js +1 -1
- package/dist/components/atoms/form/typeahead/typeahead.js +1 -1
- package/dist/components/atoms/icons/icons.js +2 -2
- package/dist/components/atoms/icons/icons.stories.js +3 -3
- package/dist/components/atoms/message/message.js +1 -1
- package/dist/components/atoms/message/message.stories.js +1 -1
- package/dist/components/atoms/navigation/navigation-item/navigation-item.js +1 -1
- package/dist/components/atoms/small-large-text/small-large-text.js +2 -2
- package/dist/components/atoms/tab/Tab.stories.js +1 -1
- package/dist/components/atoms/tab/tab.js +1 -1
- package/dist/components/atoms/tooltip/tooltip.js +2 -2
- package/dist/components/atoms/tooltip/tooltip.stories.js +1 -1
- package/dist/components/molecules/alert/alert.js +4 -4
- package/dist/components/molecules/button/Button.stories.js +1 -1
- package/dist/components/molecules/button/button.js +1 -1
- package/dist/components/molecules/button/loading-spinner.js +1 -1
- package/dist/components/molecules/collapsible-card/Collapsiblecard.stories.js +1 -1
- package/dist/components/molecules/conversation/message-editor/MessageEditor.stories.js +1 -1
- package/dist/components/molecules/conversation/message-group-composer/MessageGroupComposer.stories.js +1 -1
- package/dist/components/molecules/datatables/cell/Cell.stories.js +1 -1
- package/dist/components/molecules/datatables/cell/cell.js +1 -1
- package/dist/components/molecules/datatables/row/Row.stories.js +1 -1
- package/dist/components/molecules/datatables/row/row.js +1 -1
- package/dist/components/molecules/datatables/row-header/RowHeader.stories.js +1 -1
- package/dist/components/molecules/dataviz/donut-chart/DonutChart.stories.js +1 -1
- package/dist/components/molecules/dataviz/donut-chart/donut-chart.js +1821 -1820
- package/dist/components/molecules/dataviz/dot-matrix/DotMatrix.stories.js +1 -1
- package/dist/components/molecules/dataviz/progress-bar/progress-bar.js +1 -1
- package/dist/components/molecules/dataviz/single-stacked-bar/SingleStackedBar.stories.js +1 -1
- package/dist/components/molecules/dialog/dialog.js +4 -4
- package/dist/components/molecules/dialog/dialog.stories.js +1 -1
- package/dist/components/molecules/drawer/drawer.js +3 -3
- package/dist/components/molecules/filter/checkbox/checkbox.js +2 -2
- package/dist/components/molecules/filter/context-search/context-search.js +25 -26
- package/dist/components/molecules/filter/date-range-selector/date-range-selector.js +16 -16
- package/dist/components/molecules/filter/date-selector/DateSelector.stories.js +1 -1
- package/dist/components/molecules/filter/date-selector/date-selector.js +11 -11
- package/dist/components/molecules/filter/dropdown-selector/dropdown-selector.js +2 -2
- package/dist/components/molecules/filter/range-selector/RangeSelector.stories.js +1 -1
- package/dist/components/molecules/filter/range-selector/range-selector.js +6 -6
- package/dist/components/molecules/filter/range-selector/styles.js +1 -1
- package/dist/components/molecules/filter/segmented-control/segmented-control.js +1 -1
- package/dist/components/molecules/form/radiogroup/radiogroup.js +1 -1
- package/dist/components/molecules/form/radiogroup/radiogroup.stories.js +1 -1
- package/dist/components/molecules/link/Link.stories.js +1 -1
- package/dist/components/molecules/navigation/context-menu/context-menu.js +2 -2
- package/dist/components/molecules/navigation/header/Header.stories.js +1 -1
- package/dist/components/molecules/navigation/menubar/menubar.js +2 -2
- package/dist/components/molecules/navigation/sidebar/Sidebar.stories.js +1 -1
- package/dist/components/molecules/navigation/sidebar/sidebar.js +2 -2
- package/dist/components/molecules/notifications/content/Content.stories.js +1 -1
- package/dist/components/molecules/snackbar/Snackbar.stories.js +1 -1
- package/dist/components/molecules/snackbar/index.js +1 -1
- package/dist/components/molecules/snackbar/snackbar.js +3 -3
- package/dist/components/molecules/tab-group/tab-group.js +1 -1
- package/dist/components/molecules/tab-group/tabgroup.stories.js +1 -1
- package/dist/components/styles/typography/typography.js +1 -1
- package/dist/{index-DrfOymtc.js → index-B9jfXCBx.js} +15 -15
- package/dist/{index-DNpMaKvH.js → index-Bam3aisa.js} +24 -24
- package/dist/{index-OIdMhwsO.js → index-ByBd5wKB.js} +1 -1
- package/dist/{index-C0ZrzaoZ.js → index-Ck3lRuRz.js} +17 -17
- package/dist/{index-DotfMcM0.js → index-DLKZ-XYv.js} +5922 -5891
- package/dist/{index-CYyrKZeH.js → index-DMvnp-vR.js} +58 -58
- package/dist/{index-CnWyMXBX.js → index-DVNTJNwY.js} +24 -24
- package/dist/{index-DM2Ov9_y.js → index-Dpx0xQmQ.js} +6620 -6620
- package/dist/{index-BKdkX0lZ.js → index-QKj2bKph.js} +13 -13
- package/dist/lib/utils.js +1 -1
- package/dist/lodash-CyvSh4lH.js +3691 -0
- package/dist/main.js +2 -2
- package/dist/purify.es-CcKdJiNO.js +595 -0
- package/dist/{react-spring_web.modern-BLL8Qmtg.js → react-spring_web.modern-BzbxCya-.js} +1 -1
- package/dist/{snackbar-CgqDB5xn.js → snackbar-BUPlWHWk.js} +9 -14
- package/package.json +1 -1
- package/dist/lodash-BRbpQ7iy.js +0 -3676
- package/dist/purify.es-eYFoHPwR.js +0 -528
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as a from "react";
|
|
2
|
-
import {
|
|
3
|
-
import { c as Te, u as xe } from "./index-
|
|
4
|
-
import { h as bn, u as Sn, R as Pn, F as Dn } from "./Combination-
|
|
2
|
+
import { e as me, f as le, a as N, c as M, b as $, u as Pe, j as ve, R as gn, A as wn, P as te, g as hn, i as De, o as _n, D as Cn, C as Rn, k as In, l as En, q as ye } from "./index-DLKZ-XYv.js";
|
|
3
|
+
import { c as Te, u as xe } from "./index-ByBd5wKB.js";
|
|
4
|
+
import { h as bn, u as Sn, R as Pn, F as Dn } from "./Combination-B1NSOvaC.js";
|
|
5
5
|
import { jsx as s } from "react/jsx-runtime";
|
|
6
6
|
var de = "rovingFocusGroup.onEntryFocus", yn = { bubbles: !1, cancelable: !0 }, z = "RovingFocusGroup", [fe, Ae, Tn] = Te(z), [xn, Ne] = me(
|
|
7
7
|
z,
|
|
@@ -264,7 +264,7 @@ var S = "MenuContent", [Zn, we] = k(S), Ye = a.forwardRef(
|
|
|
264
264
|
onDismiss: () => n.onOpenChange(!1)
|
|
265
265
|
}
|
|
266
266
|
);
|
|
267
|
-
}), eo =
|
|
267
|
+
}), eo = In("MenuContent.ScrollLock"), he = a.forwardRef(
|
|
268
268
|
(e, o) => {
|
|
269
269
|
const {
|
|
270
270
|
__scopeMenu: n,
|
|
@@ -332,7 +332,7 @@ var S = "MenuContent", [Zn, we] = k(S), Ye = a.forwardRef(
|
|
|
332
332
|
}),
|
|
333
333
|
onUnmountAutoFocus: d,
|
|
334
334
|
children: /* @__PURE__ */ s(
|
|
335
|
-
|
|
335
|
+
Cn,
|
|
336
336
|
{
|
|
337
337
|
asChild: !0,
|
|
338
338
|
disableOutsidePointerEvents: l,
|
|
@@ -356,7 +356,7 @@ var S = "MenuContent", [Zn, we] = k(S), Ye = a.forwardRef(
|
|
|
356
356
|
}),
|
|
357
357
|
preventScrollOnEntryFocus: !0,
|
|
358
358
|
children: /* @__PURE__ */ s(
|
|
359
|
-
|
|
359
|
+
Rn,
|
|
360
360
|
{
|
|
361
361
|
role: "menu",
|
|
362
362
|
"aria-orientation": "vertical",
|
|
@@ -738,7 +738,7 @@ function vo(e, o) {
|
|
|
738
738
|
function W(e) {
|
|
739
739
|
return (o) => o.pointerType === "mouse" ? e(o) : void 0;
|
|
740
740
|
}
|
|
741
|
-
var Mo = $e, go = Me, wo = Ve, ho = Ye, _o = _e, Co = Xe, Ro = ae, Io = He, Eo = ze, bo = Ze, So = Qe, Po = en, Do = nn, yo = tn, To = an, ce = "DropdownMenu", [xo
|
|
741
|
+
var Mo = $e, go = Me, wo = Ve, ho = Ye, _o = _e, Co = Xe, Ro = ae, Io = He, Eo = ze, bo = Ze, So = Qe, Po = en, Do = nn, yo = tn, To = an, ce = "DropdownMenu", [xo] = me(
|
|
742
742
|
ce,
|
|
743
743
|
[Ke]
|
|
744
744
|
), R = Ke(), [Ao, sn] = xo(ce), un = (e) => {
|
|
@@ -914,11 +914,11 @@ var Qo = "DropdownMenuSubContent", et = a.forwardRef((e, o) => {
|
|
|
914
914
|
);
|
|
915
915
|
});
|
|
916
916
|
et.displayName = Qo;
|
|
917
|
-
var
|
|
917
|
+
var ct = un, st = ln, ut = fn, it = mn, dt = vn;
|
|
918
918
|
export {
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
919
|
+
it as C,
|
|
920
|
+
dt as I,
|
|
921
|
+
ut as P,
|
|
922
|
+
ct as R,
|
|
923
|
+
st as T
|
|
924
924
|
};
|
package/dist/lib/utils.js
CHANGED