@aivenio/aquarium 2.18.0 → 2.19.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/dist/system.mjs CHANGED
@@ -1292,6 +1292,22 @@ var require_creditCard = __commonJS({
1292
1292
  }
1293
1293
  });
1294
1294
 
1295
+ // src/icons/creditMemo.js
1296
+ var require_creditMemo = __commonJS({
1297
+ "src/icons/creditMemo.js"(exports) {
1298
+ "use strict";
1299
+ var data = {
1300
+ "body": '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.333 1.513v2.754c0 .373 0 .56.073.702a.667.667 0 00.291.292c.143.072.33.072.703.072h2.753m.18 1.326c0-.49 0-.734-.055-.964a2.01 2.01 0 00-.24-.578c-.123-.202-.296-.375-.642-.721L10.27 2.271c-.345-.346-.518-.52-.72-.643a2 2 0 00-.578-.24c-.23-.055-.475-.055-.964-.055H5.867c-1.12 0-1.68 0-2.108.218a2 2 0 00-.875.874c-.217.428-.217.988-.217 2.108v6.934c0 1.12 0 1.68.217 2.108a2 2 0 00.875.874c.427.218.987.218 2.108.218h2.14m.502-3.334H5.333M8 8.667H5.333"/><path d="M9.818 12.58c0 .686.556 1.24 1.24 1.24h1.152a1.329 1.329 0 100-2.656h-1.063a1.329 1.329 0 010-2.658h1.152c.684 0 1.24.555 1.24 1.24m-1.86-2.037v.797m0 5.315v.797"/></g>',
1301
+ "left": 0,
1302
+ "top": 0,
1303
+ "width": 16,
1304
+ "height": 16
1305
+ };
1306
+ exports.__esModule = true;
1307
+ exports.default = data;
1308
+ }
1309
+ });
1310
+
1295
1311
  // src/icons/cross.js
1296
1312
  var require_cross = __commonJS({
1297
1313
  "src/icons/cross.js"(exports) {
@@ -4663,6 +4679,7 @@ var import_console = __toESM(require_console());
4663
4679
  var import_container = __toESM(require_container());
4664
4680
  var import_cpuChip = __toESM(require_cpuChip());
4665
4681
  var import_creditCard = __toESM(require_creditCard());
4682
+ var import_creditMemo = __toESM(require_creditMemo());
4666
4683
  var import_cross = __toESM(require_cross());
4667
4684
  var import_currencyDollar = __toESM(require_currencyDollar());
4668
4685
  var import_dashboard = __toESM(require_dashboard());
@@ -4919,9 +4936,7 @@ var createSimpleComponent = (Component, defaultProps, displayName) => {
4919
4936
 
4920
4937
  // src/utils/useStyle.ts
4921
4938
  import { useContext as useContext2 } from "react";
4922
- import get2 from "lodash/get";
4923
- import isPlainObject2 from "lodash/isPlainObject";
4924
- import isUndefined4 from "lodash/isUndefined";
4939
+ import { get as get2, isPlainObject as isPlainObject2, isUndefined as isUndefined4 } from "lodash-es";
4925
4940
 
4926
4941
  // tailwind.theme.json
4927
4942
  var tailwind_theme_default = {
@@ -5852,9 +5867,7 @@ import { I18nProvider } from "@react-aria/i18n";
5852
5867
  import { ModalProvider } from "@react-aria/overlays";
5853
5868
 
5854
5869
  // src/utils/breakpoints.ts
5855
- import isPlainObject from "lodash/isPlainObject";
5856
- import isUndefined from "lodash/isUndefined";
5857
- import orderBy from "lodash/orderBy";
5870
+ import { isPlainObject, isUndefined, orderBy } from "lodash-es";
5858
5871
 
5859
5872
  // src/tokens/tokens.json
5860
5873
  var tokens_default = {
@@ -6654,8 +6667,7 @@ function selectBreakpointValue(value, matches) {
6654
6667
 
6655
6668
  // src/utils/useWindowSize.ts
6656
6669
  import { useEffect, useState } from "react";
6657
- import debounce from "lodash/debounce";
6658
- import isUndefined2 from "lodash/isUndefined";
6670
+ import { debounce, isUndefined as isUndefined2 } from "lodash-es";
6659
6671
  function useWindowSize() {
6660
6672
  const getWindowSize = () => {
6661
6673
  if (isUndefined2(globalThis.window)) {
@@ -10861,7 +10873,7 @@ function useScrollStyles({
10861
10873
  }
10862
10874
 
10863
10875
  // src/utils/table/types.ts
10864
- import isArray from "lodash/isArray";
10876
+ import { isArray } from "lodash-es";
10865
10877
  var areRowsGrouped = (rows) => {
10866
10878
  return !isArray(rows);
10867
10879
  };
@@ -10924,7 +10936,7 @@ var useTableSort = ({ column, direction, onSortChanged } = {}) => {
10924
10936
  };
10925
10937
 
10926
10938
  // src/utils/table/utils.ts
10927
- import orderBy2 from "lodash/orderBy";
10939
+ import { orderBy as orderBy2 } from "lodash-es";
10928
10940
  var sortRowsBy = (rows, sort) => {
10929
10941
  if (!sort || !columnHasSort(sort.column)) {
10930
10942
  return rows;
@@ -15434,7 +15446,7 @@ var WithGroup = ({ level, children }) => level === 0 ? /* @__PURE__ */ React132.
15434
15446
  var SelectItem = Select.Item;
15435
15447
 
15436
15448
  // src/utils/positioner.ts
15437
- import clamp4 from "lodash/clamp";
15449
+ import { clamp as clamp4 } from "lodash-es";
15438
15450
  var PositionerPlacement = /* @__PURE__ */ ((PositionerPlacement2) => {
15439
15451
  PositionerPlacement2["top"] = "top";
15440
15452
  PositionerPlacement2["left"] = "left";