@galaxy-io/dls 1.4.0 → 1.4.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.
@@ -8,7 +8,7 @@ import { ChartBarPath } from "./ChartPrimitives.js";
8
8
  import ChartFrame from "./ChartFrame.js";
9
9
  import { ChartCategoryAxis, ChartValueAxis } from "./ChartAxis.js";
10
10
  import { useCallback, useMemo, useRef } from "react";
11
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
11
+ import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
12
12
  //#region src/charts/BarChart.tsx
13
13
  /**
14
14
  * Bar chart with a three-level data model.
@@ -150,7 +150,7 @@ var BarChart = ({ series, groups, width, height, fillWidth, fillHeight, aspectRa
150
150
  categoryCount: groups.length,
151
151
  ariaLabel,
152
152
  ariaDescription,
153
- axes: /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx(ChartValueAxis, {
153
+ axes: /* @__PURE__ */ jsxs(Fragment$1, { children: [/* @__PURE__ */ jsx(ChartValueAxis, {
154
154
  ticks: valueTicks,
155
155
  scale: geometry.valueScale,
156
156
  plotWidth,
@@ -19,9 +19,9 @@ var ChartEmptyState = ({ content }) => /* @__PURE__ */ jsx(ChartEmptyOverlay, {
19
19
  justifyContent: JustifyContent.CENTER,
20
20
  alignItems: AlignItems.CENTER,
21
21
  children: /* @__PURE__ */ jsx(Text, {
22
- size: TextSize.CAPTION,
23
- variant: TextVariant.TERTIARY,
24
- children: "No data"
22
+ size: TextSize.BODY_SM,
23
+ variant: TextVariant.SECONDARY,
24
+ children: "No data available"
25
25
  })
26
26
  })
27
27
  });
@@ -153,6 +153,20 @@ export declare const ChartTooltipPositioner: import("react").ComponentType<Pick<
153
153
  } & {
154
154
  as?: React.ElementType;
155
155
  }>, {}>;
156
+ /**
157
+ * Two-column tooltip body: label column, one gutter, value column.
158
+ *
159
+ * A grid rather than per-row `space-between`, so every row shares the same
160
+ * column boundary: the value column is sized by the widest value and every
161
+ * value is guaranteed its full width, while the labels take the remainder and
162
+ * all ellipsize against the same edge. Per-row flex made the label→value gap
163
+ * drift with each label's length, which read as misalignment down the list.
164
+ */
165
+ export declare const ChartTooltipGrid: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
166
+ /** Swatch + label. `min-width: 0` is what lets the label actually ellipsize. */
167
+ export declare const ChartTooltipLabelCell: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
168
+ /** Right-aligned and never wrapped — the value always shows in full. */
169
+ export declare const ChartTooltipValueCell: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
156
170
  /**
157
171
  * Content well inside a donut hole.
158
172
  *
@@ -201,7 +201,7 @@ var ChartAxisLabelBox = /*#__PURE__*/ styled("foreignObject")({
201
201
  var _exp17 = () => ({ $x }) => `${$x}px`;
202
202
  var _exp18 = () => ({ $y }) => `${$y}px`;
203
203
  var _exp21 = () => ({ theme }) => theme.color.border.primary;
204
- var _exp22 = () => ({ theme }) => theme.color.background.primary;
204
+ var _exp22 = () => ({ theme }) => theme.color.background.tertiary;
205
205
  var _exp23 = () => ({ $isVisible }) => $isVisible ? 1 : 0;
206
206
  var ChartTooltipPositioner = withTheme(/*#__PURE__*/ styled("div")({
207
207
  name: "ChartTooltipPositioner",
@@ -216,6 +216,32 @@ var ChartTooltipPositioner = withTheme(/*#__PURE__*/ styled("div")({
216
216
  }
217
217
  }));
218
218
  /**
219
+ * Two-column tooltip body: label column, one gutter, value column.
220
+ *
221
+ * A grid rather than per-row `space-between`, so every row shares the same
222
+ * column boundary: the value column is sized by the widest value and every
223
+ * value is guaranteed its full width, while the labels take the remainder and
224
+ * all ellipsize against the same edge. Per-row flex made the label→value gap
225
+ * drift with each label's length, which read as misalignment down the list.
226
+ */
227
+ var ChartTooltipGrid = /*#__PURE__*/ styled("div")({
228
+ name: "ChartTooltipGrid",
229
+ class: "cwcko2m",
230
+ propsAsIs: false
231
+ });
232
+ /** Swatch + label. `min-width: 0` is what lets the label actually ellipsize. */
233
+ var ChartTooltipLabelCell = /*#__PURE__*/ styled("div")({
234
+ name: "ChartTooltipLabelCell",
235
+ class: "cqwhvyz",
236
+ propsAsIs: false
237
+ });
238
+ /** Right-aligned and never wrapped — the value always shows in full. */
239
+ var ChartTooltipValueCell = /*#__PURE__*/ styled("div")({
240
+ name: "ChartTooltipValueCell",
241
+ class: "c1iaray",
242
+ propsAsIs: false
243
+ });
244
+ /**
219
245
  * Content well inside a donut hole.
220
246
  *
221
247
  * Rendered as HTML positioned over the SVG rather than as `<text>`, so the
@@ -228,12 +254,12 @@ var _exp28 = () => ({ $centerY }) => `${$centerY}px`;
228
254
  var _exp30 = () => ({ $diameter }) => `${$diameter}px`;
229
255
  var ChartCenterBox = /*#__PURE__*/ styled("div")({
230
256
  name: "ChartCenterBox",
231
- class: "cwcko2m",
257
+ class: "cz6jod1",
232
258
  propsAsIs: false,
233
259
  vars: {
234
- "cwcko2m-0": [_exp27()],
235
- "cwcko2m-1": [_exp28()],
236
- "cwcko2m-2": [_exp30()]
260
+ "cz6jod1-0": [_exp27()],
261
+ "cz6jod1-1": [_exp28()],
262
+ "cz6jod1-2": [_exp30()]
237
263
  }
238
264
  });
239
265
  /**
@@ -241,14 +267,14 @@ var ChartCenterBox = /*#__PURE__*/ styled("div")({
241
267
  * legible underneath.
242
268
  */
243
269
  var _exp31 = () => ({ theme }) => theme.color.border.primary;
244
- var _exp32 = () => ({ theme }) => theme.color.background.tertiary;
270
+ var _exp32 = () => ({ theme }) => theme.color.background.primary;
245
271
  var ChartEmptyOverlay = withTheme(/*#__PURE__*/ styled("div")({
246
272
  name: "ChartEmptyOverlay",
247
- class: "cqwhvyz",
273
+ class: "c1de5mqk",
248
274
  propsAsIs: false,
249
275
  vars: {
250
- "cqwhvyz-0": [_exp31()],
251
- "cqwhvyz-1": [_exp32()]
276
+ "c1de5mqk-0": [_exp31()],
277
+ "c1de5mqk-1": [_exp32()]
252
278
  }
253
279
  }));
254
280
  /**
@@ -268,15 +294,15 @@ var _exp37 = () => ({ $vertical }) => $vertical ? "0" : "10px";
268
294
  var _exp38 = () => ({ $inset }) => `${$inset}px`;
269
295
  var ChartLegendRow = /*#__PURE__*/ styled("div")({
270
296
  name: "ChartLegendRow",
271
- class: "c1iaray",
297
+ class: "cjirv6a",
272
298
  propsAsIs: false,
273
299
  vars: {
274
- "c1iaray-0": [_exp33()],
275
- "c1iaray-1": [_exp34()],
276
- "c1iaray-2": [_exp35()],
277
- "c1iaray-3": [_exp36()],
278
- "c1iaray-4": [_exp37()],
279
- "c1iaray-5": [_exp38()]
300
+ "cjirv6a-0": [_exp33()],
301
+ "cjirv6a-1": [_exp34()],
302
+ "cjirv6a-2": [_exp35()],
303
+ "cjirv6a-3": [_exp36()],
304
+ "cjirv6a-4": [_exp37()],
305
+ "cjirv6a-5": [_exp38()]
280
306
  }
281
307
  });
282
308
  /**
@@ -293,14 +319,14 @@ var ChartLegendRow = /*#__PURE__*/ styled("div")({
293
319
  */
294
320
  var ChartLegendItemButton = /*#__PURE__*/ styled("button")({
295
321
  name: "ChartLegendItemButton",
296
- class: "cz6jod1",
322
+ class: "c1armna5",
297
323
  propsAsIs: false
298
324
  });
299
325
  /** The same row, when the legend is inert — no button semantics to announce. */
300
326
  var ChartLegendItemStatic = /*#__PURE__*/ styled("div")({
301
327
  name: "ChartLegendItemStatic",
302
- class: "c1de5mqk",
328
+ class: "cgd77rv",
303
329
  propsAsIs: false
304
330
  });
305
331
  //#endregion
306
- export { ChartArcPath, ChartAreaPath, ChartAxisLabelBox, ChartBarPath, ChartCenterBox, ChartCursorLine, ChartEmptyOverlay, ChartGridLine, ChartHitTarget, ChartHitTargetPath, ChartLegendItemButton, ChartLegendItemStatic, ChartLegendRow, ChartLinePath, ChartPlotBox, ChartPlotGroup, ChartPointCircle, ChartRoot, ChartSvg, ChartTooltipPositioner };
332
+ export { ChartArcPath, ChartAreaPath, ChartAxisLabelBox, ChartBarPath, ChartCenterBox, ChartCursorLine, ChartEmptyOverlay, ChartGridLine, ChartHitTarget, ChartHitTargetPath, ChartLegendItemButton, ChartLegendItemStatic, ChartLegendRow, ChartLinePath, ChartPlotBox, ChartPlotGroup, ChartPointCircle, ChartRoot, ChartSvg, ChartTooltipGrid, ChartTooltipLabelCell, ChartTooltipPositioner, ChartTooltipValueCell };
@@ -1,10 +1,10 @@
1
1
  import Text, { TextSize, TextVariant, TextWeight } from "../text/Text.js";
2
2
  import FlexItem from "../containers/FlexItem.js";
3
- import FlexWrapper, { AlignItems, FlexDirection, JustifyContent } from "../containers/FlexWrapper.js";
3
+ import FlexWrapper, { FlexDirection } from "../containers/FlexWrapper.js";
4
4
  import Circle from "../shapes/Circle.js";
5
5
  import { useChartTooltipPosition } from "./useChartTooltipPosition.js";
6
- import { ChartTooltipPositioner } from "./ChartPrimitives.js";
7
- import { useState } from "react";
6
+ import { ChartTooltipGrid, ChartTooltipLabelCell, ChartTooltipPositioner, ChartTooltipValueCell } from "./ChartPrimitives.js";
7
+ import { Fragment, useState } from "react";
8
8
  import { jsx, jsxs } from "react/jsx-runtime";
9
9
  //#region src/charts/ChartTooltip.tsx
10
10
  var ChartTooltip = ({ model, containerWidth, containerHeight, anchorHalfWidth, placeAwayFromX, verticalAlign, renderer }) => {
@@ -34,37 +34,24 @@ var ChartTooltip = ({ model, containerWidth, containerHeight, anchorHalfWidth, p
34
34
  children: [/* @__PURE__ */ jsx(Text, {
35
35
  size: TextSize.BODY_SM,
36
36
  variant: TextVariant.TERTIARY,
37
+ isEllipsis: true,
37
38
  children: displayed.label
38
- }), /* @__PURE__ */ jsx(FlexWrapper, {
39
- direction: FlexDirection.COLUMN,
40
- gap: 6,
41
- fillWidth: true,
42
- children: displayed.rows.map((row) => /* @__PURE__ */ jsxs(FlexWrapper, {
43
- alignItems: AlignItems.CENTER,
44
- justifyContent: JustifyContent.SPACE_BETWEEN,
45
- gap: 16,
46
- fillWidth: true,
47
- children: [/* @__PURE__ */ jsxs(FlexWrapper, {
48
- alignItems: AlignItems.CENTER,
49
- gap: 6,
50
- children: [/* @__PURE__ */ jsx(FlexItem, {
51
- shrink: 0,
52
- children: /* @__PURE__ */ jsx(Circle, {
53
- size: 8,
54
- hex: row.color
55
- })
56
- }), /* @__PURE__ */ jsx(Text, {
57
- size: TextSize.BODY_SM,
58
- isEllipsis: true,
59
- children: row.label
60
- })]
61
- }), /* @__PURE__ */ jsx(Text, {
62
- size: TextSize.BODY_SM,
63
- weight: TextWeight.MEDIUM,
64
- children: row.formattedValue
65
- })]
66
- }, row.key))
67
- })]
39
+ }), /* @__PURE__ */ jsx(ChartTooltipGrid, { children: displayed.rows.map((row) => /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsxs(ChartTooltipLabelCell, { children: [/* @__PURE__ */ jsx(FlexItem, {
40
+ shrink: 0,
41
+ children: /* @__PURE__ */ jsx(Circle, {
42
+ size: 8,
43
+ hex: row.color
44
+ })
45
+ }), /* @__PURE__ */ jsx(Text, {
46
+ size: TextSize.BODY_SM,
47
+ isEllipsis: true,
48
+ children: row.label
49
+ })] }), /* @__PURE__ */ jsx(ChartTooltipValueCell, { children: /* @__PURE__ */ jsx(Text, {
50
+ size: TextSize.BODY_SM,
51
+ weight: TextWeight.MEDIUM,
52
+ align: "right",
53
+ children: row.formattedValue
54
+ }) })] }, row.key)) })]
68
55
  })
69
56
  });
70
57
  };
@@ -8,7 +8,7 @@ import { ChartAreaPath, ChartCursorLine, ChartLinePath, ChartPointCircle } from
8
8
  import ChartFrame from "./ChartFrame.js";
9
9
  import { ChartCategoryAxis, ChartValueAxis } from "./ChartAxis.js";
10
10
  import { useCallback, useMemo, useRef } from "react";
11
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
11
+ import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
12
12
  //#region src/charts/LineChart.tsx
13
13
  /**
14
14
  * Line chart over a categorical x-axis.
@@ -113,7 +113,7 @@ var LineChart = ({ series, lines, categories, width, height, fillWidth, fillHeig
113
113
  categoryCount: geometry.categories.length,
114
114
  ariaLabel,
115
115
  ariaDescription,
116
- axes: /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx(ChartValueAxis, {
116
+ axes: /* @__PURE__ */ jsxs(Fragment$1, { children: [/* @__PURE__ */ jsx(ChartValueAxis, {
117
117
  ticks: valueTicks,
118
118
  scale: geometry.valueScale,
119
119
  plotWidth,
@@ -46,11 +46,7 @@ var _exp4 = () => ({ theme, $variant, $noBackground }) => {
46
46
  if ($noBackground) return "transparent";
47
47
  return match($variant).with("PRIMARY", () => theme.color.background.primary).with("PRIMARY_ALT", () => theme.color.background.primaryAlt).with("SECONDARY", () => theme.color.background.secondary).with("TERTIARY", () => theme.color.background.tertiary).with("SUCCESS", () => theme.color.background.success).with("WARNING", () => theme.color.background.warning).with("ERROR", () => theme.color.background.error).with("PINK", () => theme.color.background.pink).with("ORANGE", () => theme.color.background.orange).with("YELLOW", () => theme.color.background.yellow).with("LIME", () => theme.color.background.lime).with("BLUE", () => theme.color.background.blue).with("PURPLE", () => theme.color.background.purple).with("TEAL", () => theme.color.background.teal).exhaustive();
48
48
  };
49
- var _exp5 = () => ({ theme, $variant, $isActive }) => {
50
- if (!$isActive) return match($variant).with("SUCCESS", () => theme.color.border.success).with("WARNING", () => theme.color.border.warning).with("ERROR", () => theme.color.border.error).with("PINK", () => theme.color.border.pink).with("ORANGE", () => theme.color.border.orange).with("YELLOW", () => theme.color.border.yellow).with("LIME", () => theme.color.border.lime).with("BLUE", () => theme.color.border.blue).with("PURPLE", () => theme.color.border.purple).with("TEAL", () => theme.color.border.teal).otherwise(() => theme.color.border.primary);
51
- return match($variant).with("PRIMARY", () => theme.color.icon.primary).with("PRIMARY_ALT", () => theme.color.icon.primaryAlt).with("SECONDARY", () => theme.color.icon.secondary).with("TERTIARY", () => theme.color.icon.tertiary).with("SUCCESS", () => theme.color.icon.success).with("WARNING", () => theme.color.icon.warning).with("ERROR", () => theme.color.icon.error).with("PINK", () => theme.color.icon.pink).with("ORANGE", () => theme.color.icon.orange).with("YELLOW", () => theme.color.icon.yellow).with("LIME", () => theme.color.icon.lime).with("BLUE", () => theme.color.icon.blue).with("PURPLE", () => theme.color.icon.purple).with("TEAL", () => theme.color.icon.teal).exhaustive();
52
- };
53
- var _exp6 = () => ({ $isPill }) => $isPill ? "200px" : "4px";
49
+ var _exp5 = () => ({ $isPill }) => $isPill ? "200px" : "4px";
54
50
  var StyledChip = withTheme(/*#__PURE__*/ styled("div")({
55
51
  name: "StyledChip",
56
52
  class: "shdcix9",
@@ -60,8 +56,7 @@ var StyledChip = withTheme(/*#__PURE__*/ styled("div")({
60
56
  "shdcix9-1": [_exp2()],
61
57
  "shdcix9-2": [_exp3()],
62
58
  "shdcix9-3": [_exp4()],
63
- "shdcix9-4": [_exp5()],
64
- "shdcix9-5": [_exp6()]
59
+ "shdcix9-4": [_exp5()]
65
60
  }
66
61
  }));
67
62
  var CHIP_SIZE_TO_SHIMMER_HEIGHT = {
@@ -4,7 +4,7 @@ import galaxy_logomark_default from "../assets/models/galaxy-logomark.js";
4
4
  /* empty css */
5
5
  import { styled } from "@linaria/react";
6
6
  import { Suspense, useEffect, useRef, useState } from "react";
7
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
7
+ import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
8
8
  import { Center, Environment, OrbitControls } from "@react-three/drei";
9
9
  import { Canvas, useFrame, useLoader } from "@react-three/fiber";
10
10
  import * as THREE from "three";
@@ -139,7 +139,7 @@ function LogoMesh({ color, isDark, isAutoRotate = false, isHoverable = true, isH
139
139
  });
140
140
  }
141
141
  function SimpleLighting() {
142
- return /* @__PURE__ */ jsxs(Fragment, { children: [
142
+ return /* @__PURE__ */ jsxs(Fragment$1, { children: [
143
143
  /* @__PURE__ */ jsx("ambientLight", { intensity: .5 }),
144
144
  /* @__PURE__ */ jsx("directionalLight", {
145
145
  position: [
@@ -160,7 +160,7 @@ function SimpleLighting() {
160
160
  ] });
161
161
  }
162
162
  function DramaticLighting({ backlight, spotlight, fillLight }) {
163
- return /* @__PURE__ */ jsxs(Fragment, { children: [
163
+ return /* @__PURE__ */ jsxs(Fragment$1, { children: [
164
164
  /* @__PURE__ */ jsx("ambientLight", { intensity: .15 }),
165
165
  /* @__PURE__ */ jsx("directionalLight", {
166
166
  position: [
@@ -227,7 +227,7 @@ function DramaticLighting({ backlight, spotlight, fillLight }) {
227
227
  ] });
228
228
  }
229
229
  function Scene({ color, isDark, isAutoRotate, isInteractive, isHoverable, isHovered, speed, isDramaticMode, backlight, spotlight, fillLight, material, environmentPreset }) {
230
- return /* @__PURE__ */ jsxs(Fragment, { children: [
230
+ return /* @__PURE__ */ jsxs(Fragment$1, { children: [
231
231
  isDramaticMode && backlight && spotlight && fillLight ? /* @__PURE__ */ jsx(DramaticLighting, {
232
232
  backlight,
233
233
  spotlight,
@@ -12,7 +12,7 @@ import { InputLabel, InputSize } from "./Input.js";
12
12
  import { styled } from "@linaria/react";
13
13
  import { match } from "ts-pattern";
14
14
  import { useCallback, useEffect, useMemo, useState } from "react";
15
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
15
+ import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
16
16
  import { CaretDownIcon } from "@phosphor-icons/react";
17
17
  import { Hue, Saturation } from "@uiw/react-color";
18
18
  //#region src/inputs/ColorInput.tsx
@@ -339,7 +339,7 @@ var ColorInput = ({ label, size = InputSize.MEDIUM, value, placeholder = "Select
339
339
  /* @__PURE__ */ jsxs(FlexWrapper, {
340
340
  alignItems: AlignItems.CENTER,
341
341
  gap: 8,
342
- children: [value && /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx(ColorInputPreviewSwatch, { $color: value }), /* @__PURE__ */ jsx(Spacing, { left: 4 })] }), /* @__PURE__ */ jsx(Text, {
342
+ children: [value && /* @__PURE__ */ jsxs(Fragment$1, { children: [/* @__PURE__ */ jsx(ColorInputPreviewSwatch, { $color: value }), /* @__PURE__ */ jsx(Spacing, { left: 4 })] }), /* @__PURE__ */ jsx(Text, {
343
343
  variant: textVariant,
344
344
  size: COLOR_INPUT_SIZE_TO_TEXT_SIZE[size],
345
345
  isEllipsis: true,
@@ -16,7 +16,7 @@ import { SELECT_INPUT_SIZE_TO_ICON_SIZE, SELECT_INPUT_SIZE_TO_TEXT_SIZE_MAP, SEL
16
16
  import { styled } from "@linaria/react";
17
17
  import { match } from "ts-pattern";
18
18
  import { useCallback, useEffect, useMemo, useRef, useState } from "react";
19
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
19
+ import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
20
20
  import { ArrowCounterClockwiseIcon, CaretDownIcon } from "@phosphor-icons/react";
21
21
  //#region src/inputs/MultiSelectInput.tsx
22
22
  var _exp = () => ({ $size }) => {
@@ -324,7 +324,7 @@ var MultiSelectInput = ({ label, icon, variant = SelectInputVariant.PRIMARY, siz
324
324
  $fillWidth: fillWidth,
325
325
  $width: resolvedDropdownWidth,
326
326
  children: [
327
- filteredPinnedOptions.length > 0 && /* @__PURE__ */ jsxs(Fragment, { children: [filteredPinnedOptions.map((pinnedOption, index) => /* @__PURE__ */ jsx(PinnedOptionButton, {
327
+ filteredPinnedOptions.length > 0 && /* @__PURE__ */ jsxs(Fragment$1, { children: [filteredPinnedOptions.map((pinnedOption, index) => /* @__PURE__ */ jsx(PinnedOptionButton, {
328
328
  ref: (el) => {
329
329
  optionsRefs.current[index] = el;
330
330
  },
@@ -409,7 +409,7 @@ var MultiSelectInput = ({ label, icon, variant = SelectInputVariant.PRIMARY, siz
409
409
  })
410
410
  })
411
411
  }),
412
- onReset && /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx(FlexItem, {
412
+ onReset && /* @__PURE__ */ jsxs(Fragment$1, { children: [/* @__PURE__ */ jsx(FlexItem, {
413
413
  shrink: 0,
414
414
  children: /* @__PURE__ */ jsx(HorizontalDivider, {})
415
415
  }), /* @__PURE__ */ jsx(PinnedOptionButton, {
@@ -15,7 +15,7 @@ import { useControlledOpenState, useDebouncedValue } from "./hooks.js";
15
15
  import { styled } from "@linaria/react";
16
16
  import { match } from "ts-pattern";
17
17
  import { useCallback, useEffect, useMemo, useRef, useState } from "react";
18
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
18
+ import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
19
19
  import { ArrowCounterClockwiseIcon, CaretDownIcon, CheckIcon } from "@phosphor-icons/react";
20
20
  //#region src/inputs/SelectInput.tsx
21
21
  var SelectInputVariant = /* @__PURE__ */ function(SelectInputVariant) {
@@ -301,7 +301,7 @@ var SelectInput = ({ label, variant = "PRIMARY", size = InputSize.MEDIUM, option
301
301
  $fillWidth: fillWidth,
302
302
  $width: resolvedDropdownWidth,
303
303
  children: [
304
- filteredPinnedOptions.length > 0 && /* @__PURE__ */ jsxs(Fragment, { children: [filteredPinnedOptions.map((pinnedOption, index) => /* @__PURE__ */ jsxs(PinnedOptionButton, {
304
+ filteredPinnedOptions.length > 0 && /* @__PURE__ */ jsxs(Fragment$1, { children: [filteredPinnedOptions.map((pinnedOption, index) => /* @__PURE__ */ jsxs(PinnedOptionButton, {
305
305
  ref: (el) => {
306
306
  optionsRefs.current[index] = el;
307
307
  },
@@ -369,7 +369,7 @@ var SelectInput = ({ label, variant = "PRIMARY", size = InputSize.MEDIUM, option
369
369
  })
370
370
  })
371
371
  }),
372
- onReset && /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx(HorizontalDivider, {}), /* @__PURE__ */ jsx(PinnedOptionButton, {
372
+ onReset && /* @__PURE__ */ jsxs(Fragment$1, { children: [/* @__PURE__ */ jsx(HorizontalDivider, {}), /* @__PURE__ */ jsx(PinnedOptionButton, {
373
373
  onClick: handleReset,
374
374
  $isSelected: false,
375
375
  $isFocused: false,
@@ -31,7 +31,7 @@ var SwitcherInput = ({ items, selectedId }) => {
31
31
  onClick: item.onClick,
32
32
  $isSelected: item.id === selectedId,
33
33
  children: /* @__PURE__ */ jsx(Text, {
34
- weight: TextWeight.MEDIUM,
34
+ weight: item.id === selectedId ? TextWeight.MEDIUM : TextWeight.REGULAR,
35
35
  cursor: "pointer",
36
36
  children: item.label
37
37
  })
package/dist/styles.css CHANGED
@@ -36,16 +36,19 @@
36
36
  .c1lr03cc{stroke:var(--c1lr03cc-0);pointer-events:none;}
37
37
  .cizy1s8{overflow:visible;pointer-events:none;}
38
38
  .c1ukq11d{position:absolute;z-index:10;pointer-events:none;left:var(--c1ukq11d-0);top:var(--c1ukq11d-1);min-width:168px;max-width:320px;padding:10px 12px;border:0.5px solid var(--c1ukq11d-2);border-radius:6px;background-color:var(--c1ukq11d-3);opacity:var(--c1ukq11d-4);-webkit-transition:opacity 100ms ease-in-out,left 100ms ease-out,top 100ms ease-out;transition:opacity 100ms ease-in-out,left 100ms ease-out,top 100ms ease-out;}@media (prefers-reduced-motion: reduce){.c1ukq11d{-webkit-transition:none;transition:none;}}
39
- .cwcko2m{position:absolute;left:var(--cwcko2m-0);top:var(--cwcko2m-1);width:var(--cwcko2m-2);height:var(--cwcko2m-2);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);pointer-events:none;text-align:center;}
40
- .cqwhvyz{position:absolute;top:38%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:60%;padding:12px;border:0.5px solid var(--cqwhvyz-0);border-radius:6px;background-color:var(--cqwhvyz-1);pointer-events:none;text-align:center;}
41
- .c1iaray{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:var(--c1iaray-0);-ms-flex-direction:var(--c1iaray-0);flex-direction:var(--c1iaray-0);-webkit-box-flex-wrap:var(--c1iaray-1);-webkit-flex-wrap:var(--c1iaray-1);-ms-flex-wrap:var(--c1iaray-1);flex-wrap:var(--c1iaray-1);-webkit-align-items:var(--c1iaray-2);-webkit-box-align:var(--c1iaray-2);-ms-flex-align:var(--c1iaray-2);align-items:var(--c1iaray-2);gap:var(--c1iaray-3);min-width:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding-top:var(--c1iaray-4);padding-left:var(--c1iaray-5);}.c1iaray[data-active="true"]>*{transition-delay:0ms;}
42
- .cz6jod1{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;cursor:default;border-radius:2px;opacity:1;-webkit-transition:opacity 100ms ease-in-out 200ms;transition:opacity 100ms ease-in-out 200ms;}.cz6jod1[data-state="muted"]{opacity:0.1;}@media (prefers-reduced-motion: reduce){.cz6jod1{-webkit-transition:none;transition:none;}}.cz6jod1:focus-visible{outline:1.5px solid currentColor;outline-offset:2px;}
43
- .c1de5mqk{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;opacity:1;-webkit-transition:opacity 100ms ease-in-out 200ms;transition:opacity 100ms ease-in-out 200ms;}.c1de5mqk[data-state="muted"]{opacity:0.1;}@media (prefers-reduced-motion: reduce){.c1de5mqk{-webkit-transition:none;transition:none;}}
39
+ .cwcko2m{display:-ms-grid;display:grid;-ms-grid-columns:minmax(0, 1fr) auto;grid-template-columns:minmax(0, 1fr) auto;-webkit-column-gap:16px;column-gap:16px;row-gap:6px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;}
40
+ .cqwhvyz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;min-width:0;}
41
+ .c1iaray{text-align:right;white-space:nowrap;}
42
+ .cz6jod1{position:absolute;left:var(--cz6jod1-0);top:var(--cz6jod1-1);width:var(--cz6jod1-2);height:var(--cz6jod1-2);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);pointer-events:none;text-align:center;}
43
+ .c1de5mqk{position:absolute;top:38%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:60%;padding:6px 8px;border:0.5px solid var(--c1de5mqk-0);border-radius:6px;background-color:var(--c1de5mqk-1);pointer-events:none;text-align:center;}
44
+ .cjirv6a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:var(--cjirv6a-0);-ms-flex-direction:var(--cjirv6a-0);flex-direction:var(--cjirv6a-0);-webkit-box-flex-wrap:var(--cjirv6a-1);-webkit-flex-wrap:var(--cjirv6a-1);-ms-flex-wrap:var(--cjirv6a-1);flex-wrap:var(--cjirv6a-1);-webkit-align-items:var(--cjirv6a-2);-webkit-box-align:var(--cjirv6a-2);-ms-flex-align:var(--cjirv6a-2);align-items:var(--cjirv6a-2);gap:var(--cjirv6a-3);min-width:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding-top:var(--cjirv6a-4);padding-left:var(--cjirv6a-5);}.cjirv6a[data-active="true"]>*{transition-delay:0ms;}
45
+ .c1armna5{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;cursor:default;border-radius:2px;opacity:1;-webkit-transition:opacity 100ms ease-in-out 200ms;transition:opacity 100ms ease-in-out 200ms;}.c1armna5[data-state="muted"]{opacity:0.1;}@media (prefers-reduced-motion: reduce){.c1armna5{-webkit-transition:none;transition:none;}}.c1armna5:focus-visible{outline:1.5px solid currentColor;outline-offset:2px;}
46
+ .cgd77rv{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;opacity:1;-webkit-transition:opacity 100ms ease-in-out 200ms;transition:opacity 100ms ease-in-out 200ms;}.cgd77rv[data-state="muted"]{opacity:0.1;}@media (prefers-reduced-motion: reduce){.cgd77rv{-webkit-transition:none;transition:none;}}
44
47
  .cmbdg2q{width:var(--cmbdg2q-0);height:var(--cmbdg2q-0);border-radius:50%;background-color:var(--cmbdg2q-1);}
45
48
  .s1yc7aow{position:relative;height:var(--s1yc7aow-0);width:100%;background-color:var(--s1yc7aow-1);border:0.5px solid var(--s1yc7aow-2);border-radius:4px;overflow:hidden;}
46
49
  .p1sc05jm{position:absolute;top:0;left:0;height:100%;width:var(--p1sc05jm-0);background-color:var(--p1sc05jm-1);-webkit-animation:var(--p1sc05jm-2);animation:var(--p1sc05jm-2);-webkit-transition:width 0.075s ease-in-out;transition:width 0.075s ease-in-out;}@-webkit-keyframes pulse-p1sc05jm{0%,100%{opacity:0.9;}50%{opacity:0.6;}}@keyframes pulse-p1sc05jm{0%,100%{opacity:0.9;}50%{opacity:0.6;}}
47
50
  .slaxlp8{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;min-width:140px;background-color:var(--slaxlp8-0);padding:12px 16px;border:0.5px solid var(--slaxlp8-1);border-radius:5px;}
48
- .shdcix9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;gap:4px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;min-width:16px;cursor:var(--shdcix9-0);-webkit-transition:border-color 0.1s ease-out;transition:border-color 0.1s ease-out;height:var(--shdcix9-1);padding:var(--shdcix9-2);background-color:var(--shdcix9-3);border:0.5px solid var(--shdcix9-4);border-radius:var(--shdcix9-5);}
51
+ .shdcix9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;gap:4px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;min-width:16px;cursor:var(--shdcix9-0);height:var(--shdcix9-1);padding:var(--shdcix9-2);background-color:var(--shdcix9-3);border-radius:var(--shdcix9-4);}
49
52
  .szfsuud{margin-left:0.5px;}.szfsuud>span{display:inline-block;-webkit-animation:ellipsisPulse-szfsuud var(--szfsuud-0) infinite ease-in-out both;animation:ellipsisPulse-szfsuud var(--szfsuud-0) infinite ease-in-out both;-webkit-animation-play-state:var(--szfsuud-1);animation-play-state:var(--szfsuud-1);}.szfsuud>span:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s;}.szfsuud>span:nth-child(2){-webkit-animation-delay:0.2s;animation-delay:0.2s;}.szfsuud>span:nth-child(3){-webkit-animation-delay:0.4s;animation-delay:0.4s;}@-webkit-keyframes ellipsisPulse-szfsuud{0%,80%,100%{opacity:0.5;}40%{opacity:1;}}@keyframes ellipsisPulse-szfsuud{0%,80%,100%{opacity:0.5;}40%{opacity:1;}}
50
53
  .s1p67zkf{display:inline-block;background:linear-gradient(
51
54
  90deg,
@@ -6,7 +6,7 @@ import { CellStatusDot } from "./SpreadsheetPrimitives.js";
6
6
  import SpreadsheetCellEditor from "./SpreadsheetCellEditor.js";
7
7
  import { match } from "ts-pattern";
8
8
  import React, { useCallback } from "react";
9
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
9
+ import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
10
10
  //#region src/table/SpreadsheetCell.tsx
11
11
  function formatDisplayValue(value, cellType) {
12
12
  if (value === null || value === void 0 || value === "") return "—";
@@ -40,7 +40,7 @@ function SpreadsheetCellInner({ column, row, rowIndex, columnIndex, isEditing, o
40
40
  onCommit,
41
41
  onCancel
42
42
  });
43
- return /* @__PURE__ */ jsxs(Fragment, { children: [showStatusDot && /* @__PURE__ */ jsx(CellStatusDot, { $status: enrichmentStatus }), /* @__PURE__ */ jsx(Text, {
43
+ return /* @__PURE__ */ jsxs(Fragment$1, { children: [showStatusDot && /* @__PURE__ */ jsx(CellStatusDot, { $status: enrichmentStatus }), /* @__PURE__ */ jsx(Text, {
44
44
  variant: TextVariant.PRIMARY,
45
45
  size: TextSize.BODY_SM,
46
46
  isEllipsis: true,
@@ -23,20 +23,20 @@ var GALAXY_DARK_COLOR = {
23
23
  galaxyAlt: "#3075FF"
24
24
  },
25
25
  background: {
26
- base: "#131313",
26
+ base: "#141415",
27
27
  baseAlt: "#ffffff",
28
- primary: "#161616",
28
+ primary: "#161617",
29
29
  primaryAlt: "#fafafa",
30
- secondary: "#1e1e1e",
30
+ secondary: "#1c1c1d",
31
31
  secondaryAlt: "#f0f0f0",
32
- tertiary: "#1B1B1B",
32
+ tertiary: "#1a1a1b",
33
33
  tertiaryAlt: "#f5f5f5",
34
34
  success: "#1d3329",
35
- successAlt: "#327056",
35
+ successAlt: "#2f8f64",
36
36
  warning: "#3f2e19",
37
- warningAlt: "#B66A1E",
37
+ warningAlt: "#c4882a",
38
38
  error: "#3d1f24",
39
- errorAlt: "#AA3247",
39
+ errorAlt: "#d63d4e",
40
40
  pink: "#361c23",
41
41
  pinkAlt: "#f8e6f7",
42
42
  orange: "#3d2a12",
@@ -51,25 +51,25 @@ var GALAXY_DARK_COLOR = {
51
51
  tealAlt: "#e6f7f9",
52
52
  purple: "#272442",
53
53
  purpleAlt: "#f2f0ff",
54
- disabled: "#1e1e1e",
54
+ disabled: "#1c1c1d",
55
55
  disabledAlt: "#ffffff",
56
56
  galaxy: "#005EFF",
57
57
  galaxyAlt: "#3075FF"
58
58
  },
59
59
  border: {
60
- primary: "#2c2c2c",
61
- secondary: "#3a3a3a",
62
- tertiary: "#4a4a4a",
63
- selected: "#777777",
60
+ primary: "#2b2b2c",
61
+ secondary: "#39393a",
62
+ tertiary: "#49494a",
63
+ selected: "#787879",
64
64
  success: "#3aa175",
65
- warning: "#aa6d2f",
66
- error: "#ac4757",
67
- disabled: "#2e2e2e",
65
+ warning: "#b98a2e",
66
+ error: "#c94e55",
67
+ disabled: "#2d2d2e",
68
68
  pink: "#a8527e",
69
69
  orange: "#b3722e",
70
70
  yellow: "#a09b3f",
71
71
  lime: "#d5f2a7",
72
- blue: "#3f6ea5",
72
+ blue: "#4c9eff",
73
73
  teal: "#3a8a8f",
74
74
  purple: "#b7b1f1",
75
75
  galaxy: "#005EFF",
@@ -84,8 +84,8 @@ var GALAXY_DARK_COLOR = {
84
84
  tertiaryAlt: "#000000",
85
85
  success: "#4cb782",
86
86
  warning: "#ffb265",
87
- error: "#e53f4f",
88
- pink: "#f3a8ef",
87
+ error: "#f6525c",
88
+ pink: "#f3a8e5",
89
89
  orange: "#ffd2a8",
90
90
  yellow: "#fff7aa",
91
91
  lime: "#d5f2a7",
@@ -8,7 +8,7 @@ var GALAXY_LIGHT_COLOR = {
8
8
  tertiary: "#9e9e9e",
9
9
  tertiaryAlt: "#868686",
10
10
  success: "#4cb782",
11
- warning: "#ff6b24",
11
+ warning: "#ca8404",
12
12
  error: "#e53f4f",
13
13
  pink: "#ff4595",
14
14
  orange: "#e99243",
@@ -19,24 +19,24 @@ var GALAXY_LIGHT_COLOR = {
19
19
  teal: "#20b2a5",
20
20
  purple: "#b080f3",
21
21
  disabled: "#b8b8b8",
22
- galaxy: "#3075FF",
23
- galaxyAlt: "#005EFF"
22
+ galaxy: "#005EFF",
23
+ galaxyAlt: "#004BD1"
24
24
  },
25
25
  background: {
26
26
  base: "#ffffff",
27
- baseAlt: "#131313",
28
- primary: "#fafafa",
29
- primaryAlt: "#161616",
30
- secondary: "#f0f0f0",
31
- secondaryAlt: "#242424",
32
- tertiary: "#f5f5f5",
33
- tertiaryAlt: "#202020",
27
+ baseAlt: "#141415",
28
+ primary: "#fafafb",
29
+ primaryAlt: "#161617",
30
+ secondary: "#f1f1f2",
31
+ secondaryAlt: "#1c1c1d",
32
+ tertiary: "#f6f6f7",
33
+ tertiaryAlt: "#1a1a1b",
34
34
  success: "#e3f6ec",
35
- successAlt: "#1d3329",
36
- warning: "#ffe6d2",
37
- warningAlt: "#3f2e19",
35
+ successAlt: "#2f8f64",
36
+ warning: "#fdeec6",
37
+ warningAlt: "#cf8c10",
38
38
  error: "#fce8ec",
39
- errorAlt: "#3d1f24",
39
+ errorAlt: "#d63d4e",
40
40
  pink: "#f8e6f7",
41
41
  pinkAlt: "#361c23",
42
42
  orange: "#fdefdc",
@@ -52,28 +52,28 @@ var GALAXY_LIGHT_COLOR = {
52
52
  purple: "#f2f0ff",
53
53
  purpleAlt: "#272442",
54
54
  disabled: "#ffffff",
55
- disabledAlt: "#1e1e1e",
56
- galaxy: "#3075FF",
57
- galaxyAlt: "#005EFF"
55
+ disabledAlt: "#1c1c1d",
56
+ galaxy: "#005EFF",
57
+ galaxyAlt: "#004BD1"
58
58
  },
59
59
  border: {
60
- primary: "#cdcecd",
61
- secondary: "#d5d6d7",
62
- tertiary: "#e0e0e0",
63
- selected: "#d5d6d7",
60
+ primary: "#d2d2d4",
61
+ secondary: "#dadadc",
62
+ tertiary: "#e2e2e4",
63
+ selected: "#d8d8da",
64
64
  success: "#62c796",
65
- warning: "#f78d55",
66
- error: "#e26178",
67
- disabled: "#e7e7e7",
65
+ warning: "#efae3c",
66
+ error: "#e2555f",
67
+ disabled: "#e8e8e9",
68
68
  pink: "#f57bb0",
69
69
  orange: "#e2a65c",
70
70
  yellow: "#d4cc6a",
71
71
  lime: "#9cca55",
72
- blue: "#7aa7f8",
72
+ blue: "#4c9eff",
73
73
  teal: "#4cc2b7",
74
74
  purple: "#b080f3",
75
- galaxy: "#3075FF",
76
- galaxyAlt: "#005EFF"
75
+ galaxy: "#005EFF",
76
+ galaxyAlt: "#004BD1"
77
77
  },
78
78
  icon: {
79
79
  primary: "#101010",
@@ -82,19 +82,19 @@ var GALAXY_LIGHT_COLOR = {
82
82
  secondaryAlt: "#acacac",
83
83
  tertiary: "#9e9e9e",
84
84
  tertiaryAlt: "#868686",
85
- success: "#55c393",
86
- warning: "#ff6b24",
87
- error: "#f3506b",
88
- pink: "#ff4595",
89
- orange: "#e99243",
90
- yellow: "#cbc24d",
91
- lime: "#966a55",
92
- blue: "#4885ff",
93
- teal: "#20b2a5",
94
- purple: "#b080f3",
85
+ success: "#7ccfaa",
86
+ warning: "#f7a928",
87
+ error: "#f6525c",
88
+ pink: "#f77fb4",
89
+ orange: "#eeab72",
90
+ yellow: "#d9cf74",
91
+ lime: "#b3d67d",
92
+ blue: "#7dabff",
93
+ teal: "#5cc6bb",
94
+ purple: "#c4a1f5",
95
95
  disabled: "#b8b8b8",
96
- galaxy: "#3075FF",
97
- galaxyAlt: "#005EFF"
96
+ galaxy: "#005EFF",
97
+ galaxyAlt: "#004BD1"
98
98
  },
99
99
  opacity: {
100
100
  bw100: "rgba(255, 255, 255, 1)",
@@ -2,7 +2,7 @@ import Toast, { ToastVariant } from "./Toast.js";
2
2
  import ToastContainer from "./ToastContainer.js";
3
3
  import ToastWrapper from "./ToastWrapper.js";
4
4
  import { createContext, useCallback, useEffect, useRef, useState } from "react";
5
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
5
+ import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
6
6
  import { AnimatePresence } from "framer-motion";
7
7
  import { createPortal } from "react-dom";
8
8
  //#region src/toast/ToastProvider.tsx
@@ -89,7 +89,7 @@ var ToastProvider = ({ children }) => {
89
89
  if (group) group.push(toast);
90
90
  else positionGroups.set(key, [toast]);
91
91
  });
92
- const toastContent = /* @__PURE__ */ jsx(Fragment, { children: [...positionGroups.entries()].map(([key, group]) => /* @__PURE__ */ jsx(ToastContainer, {
92
+ const toastContent = /* @__PURE__ */ jsx(Fragment$1, { children: [...positionGroups.entries()].map(([key, group]) => /* @__PURE__ */ jsx(ToastContainer, {
93
93
  top: group[0].top,
94
94
  right: group[0].right,
95
95
  bottom: group[0].bottom,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxy-io/dls",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "Galaxy Design Language System",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",