@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
|
@@ -13,7 +13,7 @@ import "../form/time-picker/time-picker.js";
|
|
|
13
13
|
import "../form/dropdown/dropdown.js";
|
|
14
14
|
import "../../molecules/filter/dropdown-selector/styles.js";
|
|
15
15
|
import "../form/dropdown-search/dropdown-search.js";
|
|
16
|
-
import "../../../index-
|
|
16
|
+
import "../../../index-DMvnp-vR.js";
|
|
17
17
|
import "../form/textfield/textfield.js";
|
|
18
18
|
import "../form/stepper/stepper.js";
|
|
19
19
|
import "../form/textarea/textarea.js";
|
|
@@ -21,7 +21,7 @@ import "../form/textarea/rich-textarea.js";
|
|
|
21
21
|
import "../form/timeselect/timeselect.js";
|
|
22
22
|
import "../../molecules/datatables/cell/cell.js";
|
|
23
23
|
import "../../molecules/dataviz/donut-chart/donut-chart.js";
|
|
24
|
-
import "../../../react-spring_web.modern-
|
|
24
|
+
import "../../../react-spring_web.modern-BzbxCya-.js";
|
|
25
25
|
import "../../molecules/form/radiogroup/radiogroup.js";
|
|
26
26
|
import "../../../card-Cc2Qkiqr.js";
|
|
27
27
|
function G({ text: r, size: o = 300, isSmall: m = !0 }) {
|
|
@@ -5,7 +5,7 @@ import "../icons/iconsSVGs/Large/Profile.js";
|
|
|
5
5
|
import "../icons/iconsSVGs/Small/Profile.js";
|
|
6
6
|
import { Typography as p } from "../../styles/typography/typography.js";
|
|
7
7
|
import { ProgressBar as x } from "../../molecules/dataviz/progress-bar/progress-bar.js";
|
|
8
|
-
import { t as h } from "../../../bundle-mjs-
|
|
8
|
+
import { t as h } from "../../../bundle-mjs-BjFsLjkg.js";
|
|
9
9
|
function D({
|
|
10
10
|
title: o,
|
|
11
11
|
variant: r = "small",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { T as d, a as f, b as h, C as y, A as x } from "../../../index-
|
|
3
|
-
import { t as T } from "../../../bundle-mjs-
|
|
2
|
+
import { T as d, a as f, b as h, C as y, A as x } from "../../../index-Bam3aisa.js";
|
|
3
|
+
import { t as T } from "../../../bundle-mjs-BjFsLjkg.js";
|
|
4
4
|
import { tooltipArrowStyles as g, toolTipStyles as w } from "../../styles/tool-tip/styles.js";
|
|
5
5
|
import { Typography as u } from "../../styles/typography/typography.js";
|
|
6
6
|
const j = ({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t, jsxs as e } from "react/jsx-runtime";
|
|
2
|
-
import { P as s } from "../../../index-
|
|
2
|
+
import { P as s } from "../../../index-Bam3aisa.js";
|
|
3
3
|
import { Tooltip as n } from "./tooltip.js";
|
|
4
4
|
import { Button as o } from "../../molecules/button/button.js";
|
|
5
5
|
import { Icons as r } from "../icons/icons.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as r, jsxs as e } from "react/jsx-runtime";
|
|
2
|
-
import { R as x, P as I, O as T, C as h, T as _, D as u } from "../../../index-
|
|
2
|
+
import { R as x, P as I, O as T, C as h, T as _, D as u } from "../../../index-Ck3lRuRz.js";
|
|
3
3
|
import "../../styles/tailwind-config/index.js";
|
|
4
4
|
import { Typography as G } from "../../styles/typography/typography.js";
|
|
5
5
|
import "../../styles/colors/colors.js";
|
|
6
6
|
import "../../styles/colors/colormap.js";
|
|
7
|
-
import { t as s } from "../../../bundle-mjs-
|
|
7
|
+
import { t as s } from "../../../bundle-mjs-BjFsLjkg.js";
|
|
8
8
|
import { Icons as H } from "../../atoms/icons/icons.js";
|
|
9
9
|
import "../../atoms/icons/iconsSVGs/Large/Profile.js";
|
|
10
10
|
import "../../atoms/icons/iconsSVGs/Small/Profile.js";
|
|
@@ -15,7 +15,7 @@ import "../../atoms/form/time-picker/time-picker.js";
|
|
|
15
15
|
import "../../atoms/form/dropdown/dropdown.js";
|
|
16
16
|
import "../filter/dropdown-selector/styles.js";
|
|
17
17
|
import "../../atoms/form/dropdown-search/dropdown-search.js";
|
|
18
|
-
import "../../../index-
|
|
18
|
+
import "../../../index-DMvnp-vR.js";
|
|
19
19
|
import "../../atoms/form/textfield/textfield.js";
|
|
20
20
|
import "../../atoms/form/stepper/stepper.js";
|
|
21
21
|
import "../../atoms/form/textarea/textarea.js";
|
|
@@ -24,7 +24,7 @@ import "../../atoms/form/timeselect/timeselect.js";
|
|
|
24
24
|
import { Button as b } from "../button/button.js";
|
|
25
25
|
import "../datatables/cell/cell.js";
|
|
26
26
|
import "../dataviz/donut-chart/donut-chart.js";
|
|
27
|
-
import "../../../react-spring_web.modern-
|
|
27
|
+
import "../../../react-spring_web.modern-BzbxCya-.js";
|
|
28
28
|
import "../form/radiogroup/radiogroup.js";
|
|
29
29
|
import "../../../card-Cc2Qkiqr.js";
|
|
30
30
|
function er({
|
|
@@ -6,7 +6,7 @@ import "../../atoms/icons/iconsSVGs/Small/Profile.js";
|
|
|
6
6
|
import { Typography as k } from "../../styles/typography/typography.js";
|
|
7
7
|
import "../../styles/colors/colors.js";
|
|
8
8
|
import { buttonGlyph as q } from "../../styles/colors/colormap.js";
|
|
9
|
-
import { t as D } from "../../../bundle-mjs-
|
|
9
|
+
import { t as D } from "../../../bundle-mjs-BjFsLjkg.js";
|
|
10
10
|
import { LoadingSpinner as E } from "./loading-spinner.js";
|
|
11
11
|
function Z({
|
|
12
12
|
text: a,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as v } from "react";
|
|
3
3
|
import { contentBlock as w, containerInner as $, containerOuter as g } from "./styles.js";
|
|
4
|
-
import { t as a } from "../../../../bundle-mjs-
|
|
4
|
+
import { t as a } from "../../../../bundle-mjs-BjFsLjkg.js";
|
|
5
5
|
const y = v(
|
|
6
6
|
({
|
|
7
7
|
contentBlocks: e,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as a, jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import o from "react";
|
|
3
3
|
import { rowContainer as s } from "./styles.js";
|
|
4
|
-
import { t as p } from "../../../../bundle-mjs-
|
|
4
|
+
import { t as p } from "../../../../bundle-mjs-BjFsLjkg.js";
|
|
5
5
|
function f(t) {
|
|
6
6
|
return Array.isArray(t) ? t.map((r, e) => {
|
|
7
7
|
if (o.isValidElement(r)) {
|