@sebgroup/green-react 3.33.0 → 3.34.0-rc.20260129120024433

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.
@@ -37,9 +37,9 @@ function _asyncToGenerator(n) {
37
37
  function _defineProperty(e, r, t) {
38
38
  return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
39
39
  value: t,
40
- enumerable: !0,
41
- configurable: !0,
42
- writable: !0
40
+ enumerable: true,
41
+ configurable: true,
42
+ writable: true
43
43
  }) : e[r] = t, e;
44
44
  }
45
45
  function _iterableToArray(r) {
@@ -53,15 +53,15 @@ function _iterableToArrayLimit(r, l) {
53
53
  i,
54
54
  u,
55
55
  a = [],
56
- f = !0,
57
- o = !1;
56
+ f = true,
57
+ o = false;
58
58
  try {
59
59
  if (i = (t = t.call(r)).next, 0 === l) {
60
60
  if (Object(t) !== t) return;
61
61
  f = !1;
62
62
  } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
63
63
  } catch (r) {
64
- o = !0, n = r;
64
+ o = true, n = r;
65
65
  } finally {
66
66
  try {
67
67
  if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;
@@ -78,306 +78,113 @@ function _nonIterableRest() {
78
78
  function _nonIterableSpread() {
79
79
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
80
80
  }
81
- function _regeneratorRuntime() {
82
- _regeneratorRuntime = function () {
83
- return e;
84
- };
85
- var t,
86
- e = {},
87
- r = Object.prototype,
88
- n = r.hasOwnProperty,
89
- o = Object.defineProperty || function (t, e, r) {
90
- t[e] = r.value;
91
- },
92
- i = "function" == typeof Symbol ? Symbol : {},
93
- a = i.iterator || "@@iterator",
94
- c = i.asyncIterator || "@@asyncIterator",
95
- u = i.toStringTag || "@@toStringTag";
96
- function define(t, e, r) {
97
- return Object.defineProperty(t, e, {
98
- value: r,
99
- enumerable: !0,
100
- configurable: !0,
101
- writable: !0
102
- }), t[e];
103
- }
104
- try {
105
- define({}, "");
106
- } catch (t) {
107
- define = function (t, e, r) {
108
- return t[e] = r;
109
- };
110
- }
111
- function wrap(t, e, r, n) {
112
- var i = e && e.prototype instanceof Generator ? e : Generator,
113
- a = Object.create(i.prototype),
114
- c = new Context(n || []);
115
- return o(a, "_invoke", {
116
- value: makeInvokeMethod(t, r, c)
117
- }), a;
118
- }
119
- function tryCatch(t, e, r) {
120
- try {
121
- return {
122
- type: "normal",
123
- arg: t.call(e, r)
124
- };
125
- } catch (t) {
126
- return {
127
- type: "throw",
128
- arg: t
129
- };
130
- }
131
- }
132
- e.wrap = wrap;
133
- var h = "suspendedStart",
134
- l = "suspendedYield",
135
- f = "executing",
136
- s = "completed",
137
- y = {};
138
- function Generator() {}
139
- function GeneratorFunction() {}
140
- function GeneratorFunctionPrototype() {}
141
- var p = {};
142
- define(p, a, function () {
143
- return this;
144
- });
145
- var d = Object.getPrototypeOf,
146
- v = d && d(d(values([])));
147
- v && v !== r && n.call(v, a) && (p = v);
148
- var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
149
- function defineIteratorMethods(t) {
150
- ["next", "throw", "return"].forEach(function (e) {
151
- define(t, e, function (t) {
152
- return this._invoke(e, t);
153
- });
154
- });
155
- }
156
- function AsyncIterator(t, e) {
157
- function invoke(r, o, i, a) {
158
- var c = tryCatch(t[r], t, o);
159
- if ("throw" !== c.type) {
160
- var u = c.arg,
161
- h = u.value;
162
- return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
163
- invoke("next", t, i, a);
164
- }, function (t) {
165
- invoke("throw", t, i, a);
166
- }) : e.resolve(h).then(function (t) {
167
- u.value = t, i(u);
168
- }, function (t) {
169
- return invoke("throw", t, i, a);
170
- });
171
- }
172
- a(c.arg);
173
- }
174
- var r;
175
- o(this, "_invoke", {
176
- value: function (t, n) {
177
- function callInvokeWithMethodAndArg() {
178
- return new e(function (e, r) {
179
- invoke(t, n, e, r);
180
- });
81
+ function _regenerator() {
82
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
83
+ var e,
84
+ t,
85
+ r = "function" == typeof Symbol ? Symbol : {},
86
+ n = r.iterator || "@@iterator",
87
+ o = r.toStringTag || "@@toStringTag";
88
+ function i(r, n, o, i) {
89
+ var c = n && n.prototype instanceof Generator ? n : Generator,
90
+ u = Object.create(c.prototype);
91
+ return _regeneratorDefine(u, "_invoke", function (r, n, o) {
92
+ var i,
93
+ c,
94
+ u,
95
+ f = 0,
96
+ p = o || [],
97
+ y = false,
98
+ G = {
99
+ p: 0,
100
+ n: 0,
101
+ v: e,
102
+ a: d,
103
+ f: d.bind(e, 4),
104
+ d: function (t, r) {
105
+ return i = t, c = 0, u = e, G.n = r, a;
106
+ }
107
+ };
108
+ function d(r, n) {
109
+ for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) {
110
+ var o,
111
+ i = p[t],
112
+ d = G.p,
113
+ l = i[2];
114
+ r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
181
115
  }
182
- return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
116
+ if (o || r > 1) return a;
117
+ throw y = true, n;
183
118
  }
184
- });
185
- }
186
- function makeInvokeMethod(e, r, n) {
187
- var o = h;
188
- return function (i, a) {
189
- if (o === f) throw Error("Generator is already running");
190
- if (o === s) {
191
- if ("throw" === i) throw a;
119
+ return function (o, p, l) {
120
+ if (f > 1) throw TypeError("Generator is already running");
121
+ for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) {
122
+ i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u);
123
+ try {
124
+ if (f = 2, i) {
125
+ if (c || (o = "next"), t = i[o]) {
126
+ if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object");
127
+ if (!t.done) return t;
128
+ u = t.value, c < 2 && (c = 0);
129
+ } else 1 === c && (t = i.return) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1);
130
+ i = e;
131
+ } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break;
132
+ } catch (t) {
133
+ i = e, c = 1, u = t;
134
+ } finally {
135
+ f = 1;
136
+ }
137
+ }
192
138
  return {
193
139
  value: t,
194
- done: !0
140
+ done: y
195
141
  };
196
- }
197
- for (n.method = i, n.arg = a;;) {
198
- var c = n.delegate;
199
- if (c) {
200
- var u = maybeInvokeDelegate(c, n);
201
- if (u) {
202
- if (u === y) continue;
203
- return u;
204
- }
205
- }
206
- if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
207
- if (o === h) throw o = s, n.arg;
208
- n.dispatchException(n.arg);
209
- } else "return" === n.method && n.abrupt("return", n.arg);
210
- o = f;
211
- var p = tryCatch(e, r, n);
212
- if ("normal" === p.type) {
213
- if (o = n.done ? s : l, p.arg === y) continue;
214
- return {
215
- value: p.arg,
216
- done: n.done
217
- };
218
- }
219
- "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
220
- }
221
- };
222
- }
223
- function maybeInvokeDelegate(e, r) {
224
- var n = r.method,
225
- o = e.iterator[n];
226
- if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
227
- var i = tryCatch(o, e.iterator, r.arg);
228
- if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
229
- var a = i.arg;
230
- return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
231
- }
232
- function pushTryEntry(t) {
233
- var e = {
234
- tryLoc: t[0]
235
- };
236
- 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
237
- }
238
- function resetTryEntry(t) {
239
- var e = t.completion || {};
240
- e.type = "normal", delete e.arg, t.completion = e;
241
- }
242
- function Context(t) {
243
- this.tryEntries = [{
244
- tryLoc: "root"
245
- }], t.forEach(pushTryEntry, this), this.reset(!0);
246
- }
247
- function values(e) {
248
- if (e || "" === e) {
249
- var r = e[a];
250
- if (r) return r.call(e);
251
- if ("function" == typeof e.next) return e;
252
- if (!isNaN(e.length)) {
253
- var o = -1,
254
- i = function next() {
255
- for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
256
- return next.value = t, next.done = !0, next;
257
- };
258
- return i.next = i;
259
- }
260
- }
261
- throw new TypeError(typeof e + " is not iterable");
142
+ };
143
+ }(r, o, i), true), u;
262
144
  }
263
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
264
- value: GeneratorFunctionPrototype,
265
- configurable: !0
266
- }), o(GeneratorFunctionPrototype, "constructor", {
267
- value: GeneratorFunction,
268
- configurable: !0
269
- }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
270
- var e = "function" == typeof t && t.constructor;
271
- return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
272
- }, e.mark = function (t) {
273
- return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
274
- }, e.awrap = function (t) {
275
- return {
276
- __await: t
277
- };
278
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
279
- return this;
280
- }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
281
- void 0 === i && (i = Promise);
282
- var a = new AsyncIterator(wrap(t, r, n, o), i);
283
- return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
284
- return t.done ? t.value : a.next();
285
- });
286
- }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
145
+ var a = {};
146
+ function Generator() {}
147
+ function GeneratorFunction() {}
148
+ function GeneratorFunctionPrototype() {}
149
+ t = Object.getPrototypeOf;
150
+ var c = [][n] ? t(t([][n]())) : (_regeneratorDefine(t = {}, n, function () {
151
+ return this;
152
+ }), t),
153
+ u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c);
154
+ function f(e) {
155
+ return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e;
156
+ }
157
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine(u), _regeneratorDefine(u, o, "Generator"), _regeneratorDefine(u, n, function () {
287
158
  return this;
288
- }), define(g, "toString", function () {
159
+ }), _regeneratorDefine(u, "toString", function () {
289
160
  return "[object Generator]";
290
- }), e.keys = function (t) {
291
- var e = Object(t),
292
- r = [];
293
- for (var n in e) r.push(n);
294
- return r.reverse(), function next() {
295
- for (; r.length;) {
296
- var t = r.pop();
297
- if (t in e) return next.value = t, next.done = !1, next;
298
- }
299
- return next.done = !0, next;
161
+ }), (_regenerator = function () {
162
+ return {
163
+ w: i,
164
+ m: f
300
165
  };
301
- }, e.values = values, Context.prototype = {
302
- constructor: Context,
303
- reset: function (e) {
304
- if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
305
- },
306
- stop: function () {
307
- this.done = !0;
308
- var t = this.tryEntries[0].completion;
309
- if ("throw" === t.type) throw t.arg;
310
- return this.rval;
311
- },
312
- dispatchException: function (e) {
313
- if (this.done) throw e;
314
- var r = this;
315
- function handle(n, o) {
316
- return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
317
- }
318
- for (var o = this.tryEntries.length - 1; o >= 0; --o) {
319
- var i = this.tryEntries[o],
320
- a = i.completion;
321
- if ("root" === i.tryLoc) return handle("end");
322
- if (i.tryLoc <= this.prev) {
323
- var c = n.call(i, "catchLoc"),
324
- u = n.call(i, "finallyLoc");
325
- if (c && u) {
326
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
327
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
328
- } else if (c) {
329
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
330
- } else {
331
- if (!u) throw Error("try statement without catch or finally");
332
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
333
- }
334
- }
335
- }
336
- },
337
- abrupt: function (t, e) {
338
- for (var r = this.tryEntries.length - 1; r >= 0; --r) {
339
- var o = this.tryEntries[r];
340
- if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
341
- var i = o;
342
- break;
343
- }
344
- }
345
- i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
346
- var a = i ? i.completion : {};
347
- return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
348
- },
349
- complete: function (t, e) {
350
- if ("throw" === t.type) throw t.arg;
351
- return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
352
- },
353
- finish: function (t) {
354
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
355
- var r = this.tryEntries[e];
356
- if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
357
- }
358
- },
359
- catch: function (t) {
360
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
361
- var r = this.tryEntries[e];
362
- if (r.tryLoc === t) {
363
- var n = r.completion;
364
- if ("throw" === n.type) {
365
- var o = n.arg;
366
- resetTryEntry(r);
367
- }
368
- return o;
369
- }
370
- }
371
- throw Error("illegal catch attempt");
372
- },
373
- delegateYield: function (e, r, n) {
374
- return this.delegate = {
375
- iterator: values(e),
376
- resultName: r,
377
- nextLoc: n
378
- }, "next" === this.method && (this.arg = t), y;
166
+ })();
167
+ }
168
+ function _regeneratorDefine(e, r, n, t) {
169
+ var i = Object.defineProperty;
170
+ try {
171
+ i({}, "", {});
172
+ } catch (e) {
173
+ i = 0;
174
+ }
175
+ _regeneratorDefine = function (e, r, n, t) {
176
+ function o(r, n) {
177
+ _regeneratorDefine(e, r, function (e) {
178
+ return this._invoke(r, n, e);
179
+ });
379
180
  }
380
- }, e;
181
+ r ? i ? i(e, r, {
182
+ value: n,
183
+ enumerable: !t,
184
+ configurable: !t,
185
+ writable: !t
186
+ }) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2));
187
+ }, _regeneratorDefine(e, r, n, t);
381
188
  }
382
189
  function _slicedToArray(r, e) {
383
190
  return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
@@ -389,7 +196,7 @@ function _toPrimitive(t, r) {
389
196
  if ("object" != typeof t || !t) return t;
390
197
  var e = t[Symbol.toPrimitive];
391
198
  if (void 0 !== e) {
392
- var i = e.call(t, r || "default");
199
+ var i = e.call(t, r);
393
200
  if ("object" != typeof i) return i;
394
201
  throw new TypeError("@@toPrimitive must return a primitive value.");
395
202
  }
@@ -407,4 +214,4 @@ function _unsupportedIterableToArray(r, a) {
407
214
  }
408
215
  }
409
216
 
410
- export { _slicedToArray as _, _defineProperty as a, _asyncToGenerator as b, _regeneratorRuntime as c, _toConsumableArray as d };
217
+ export { _slicedToArray as _, _defineProperty as a, _asyncToGenerator as b, _regenerator as c, _toConsumableArray as d };
package/index.js CHANGED
@@ -30,7 +30,7 @@ export { Stepper } from './src/lib/stepper/stepper.js';
30
30
  export { Tab, Tabs } from './src/lib/tabs/tabs.js';
31
31
  export { Modal } from './src/lib/modal/modal.js';
32
32
  export { ContextMenu, CoreMenuHeading, MenuItem } from './src/lib/context-menu/context-menu.js';
33
- export { IconAi, IconAirplaneUp, IconArchive, IconArrow, IconArrowBottomTop, IconArrowBoxLeft, IconArrowBoxRight, IconArrowDown, IconArrowInbox, IconArrowLeft, IconArrowLeftRight, IconArrowOutOfBox, IconArrowRight, IconArrowRightCircle, IconArrowRightDownCircle, IconArrowRightUpCircle, IconArrowRotateClockwise, IconArrowRotateCounterClockwise, IconArrowRotateLeftRight, IconArrowRotateRightLeft, IconArrowShareLeft, IconArrowShareRight, IconArrowSplit, IconArrowUp, IconArrowWallDown, IconArrowWallLeft, IconArrowWallRight, IconArrowWallUp, IconArrowsRepeat, IconAt, IconBack, IconBackward, IconBag, IconBank, IconBanknote, IconBanknote2, IconBarcode, IconBarsThree, IconBarsTwo, IconBasket, IconBatteryLoading, IconBell, IconBlock, IconBook, IconBookmark, IconBookmarkCheck, IconBookmarkDelete, IconBookmarkPlus, IconBookmarkRemove, IconBooks, IconBrandAppStore, IconBrandAppleMusic, IconBrandBankid, IconBrandChrome, IconBrandFacebook, IconBrandFigma, IconBrandFirefox, IconBrandGithub, IconBrandGreen, IconBrandInstagram, IconBrandLinkedin, IconBrandPlayStore, IconBrandRssFeed, IconBrandSeb, IconBrandSpotify, IconBrandStorybook, IconBrandX, IconBrush, IconBubble, IconBubbleAnnotation, IconBubbleDots, IconBubbleQuestion, IconBubbleQuotes, IconBubbleText, IconBubbleWideAnnotation, IconBubbles, IconBuildings, IconBulletList, IconCainLink, IconCalculator, IconCalendar, IconCalendarCheck, IconCalenderAdd, IconCall, IconCar, IconCarussel, IconChainLink, IconChainLinkBroken, IconChargingStation, IconChartOne, IconChartPresentation, IconChartTwo, IconChecklist, IconCheckmark, IconChevronBottom, IconChevronDoubleDown, IconChevronDoubleLeft, IconChevronDoubleRight, IconChevronDoubleUp, IconChevronDownSmall, IconChevronGrabberVertical, IconChevronLeft, IconChevronLeftSmall, IconChevronRight, IconChevronRightSmall, IconChevronTop, IconChevronTopSmall, IconCircleBan, IconCircleCheck, IconCircleDots, IconCircleInfo, IconCircleMinus, IconCirclePlaceholderOn, IconCirclePlus, IconCircleQuestionmark, IconCircleX, IconCirclesThree, IconClock, IconCloudDownload, IconCloudUpload, IconCloudySun, IconCode, IconCodeBrackets, IconCompassRound, IconCookies, IconCopy, IconCreditCard, IconCrossLarge, IconCrossSmall, IconCupHot, IconCursor, IconDevices, IconDirection, IconDollar, IconDotGridOneHorizontal, IconDotGridOneVertical, IconDotGridThree, IconDotGridTwo, IconEmail, IconEmojiAngry, IconEmojiNeutral, IconEmojiSad, IconEmojiSmile, IconEmojiSmiley, IconEuro, IconExpand, IconEyeOpen, IconEyeSlash, IconFashion, IconFastForward, IconFileBend, IconFileChart, IconFileText, IconFiles, IconFilter, IconFlag, IconFloppyDisk, IconFocus, IconFocusSquare, IconFolder, IconFolderAddRight, IconFolderPaper, IconFolderUpload, IconFullscreen, IconGift, IconGlobus, IconGraduateCap, IconGreenPower, IconGroup, IconGrowth, IconHeadphones, IconHeart, IconHeartBeat, IconHistory, IconHomeEnergyOne, IconHomeEnergyTwo, IconHomeOpen, IconHomeRoof, IconHorizontalAlignmentBottom, IconHourglass, IconImages, IconInboxEmpty, IconIndustry, IconInvite, IconJpg, IconKey, IconKnifeSpoon, IconLab, IconLaw, IconLeisure, IconLightBulb, IconLightBulbSimple, IconLightning, IconLineChartFour, IconLineChartOne, IconLineChartThree, IconLineChartTwo, IconLock, IconMacbookAir, IconMagnifyingGlass, IconMaintenance, IconMapPin, IconMegaphone, IconMenuSidebar, IconMicOff, IconMicOn, IconMinimize, IconMinusLarge, IconMinusSmall, IconMoneyHand, IconMoneybag, IconMoon, IconMute, IconOffice, IconOther, IconPageAdd, IconPageText, IconPaperPlaneTopRight, IconPaperclip, IconPause, IconPdf, IconPencelLine, IconPencilSign, IconPencilSparkle, IconPencilWave, IconPension, IconPeople, IconPeopleA11y, IconPeopleAdd, IconPeopleAdded, IconPeopleCircle, IconPeopleCopy, IconPeopleProfile, IconPeopleRemove, IconPercent, IconPhone, IconPhoneDynamicIsland, IconPieChart, IconPiggyBank, IconPin, IconPinch, IconPlay, IconPlayCircle, IconPlusLarge, IconPlusSmall, IconPng, IconPoop, IconPostcard, IconPound, IconPowerPlant, IconPrinter, IconPush, IconQrCode, IconRainy, IconRaisingHand, IconReadingList, IconReceiptBill, IconReceiptionBell, IconRecord, IconRefund, IconRobot, IconRocket, IconRunShortcut, IconSafari, IconSchool, IconScissors, IconSearchMenu, IconSeb, IconSettingsGear, IconSettingsSliderHor, IconSettingsSliderThree, IconSettingsSliderVer, IconShapes, IconShare, IconShield, IconShieldChecked, IconShieldCrossed, IconShoppingBag, IconSignature, IconSmartwatch, IconSolar, IconSolarPanel, IconSort, IconSortAscending, IconSortDescending, IconSortDown, IconSortUp, IconSquareArrowTopRight, IconSquareBehindSquare, IconSquareCheck, IconSquareGridCircle, IconSquareInfo, IconSquareMinus, IconSquarePlaceholder, IconSquarePlus, IconSquareX, IconStar, IconStore, IconSuitcaseWork, IconSun, IconSunsetArrowDown, IconTag, IconTargetArrow, IconTelevision, IconTennis, IconTextEdit, IconThermostat, IconThumbsDown, IconThumbsUp, IconTicket, IconTodos, IconTradingViewCandles, IconTrashCan, IconTree, IconTrendingFour, IconTrendingOne, IconTrendingThree, IconTrendingTwo, IconTriangleExclamation, IconTruck, IconUmbrellaSecurity, IconUnlocked, IconVerticalAlignmentRight, IconVolumeFull, IconVolumeHalf, IconVolumeOff, IconWallet, IconWarningSign, IconWifiFull, IconYoutube, IconZap, IconZoomIn, IconZoomOut } from '@sebgroup/green-core/react';
33
+ export { IconAi, IconAirplaneUp, IconArchive, IconArrow, IconArrowBottomTop, IconArrowBoxLeft, IconArrowBoxLeftAlt, IconArrowBoxRight, IconArrowDown, IconArrowInbox, IconArrowLeft, IconArrowLeftRight, IconArrowOutOfBox, IconArrowRight, IconArrowRightCircle, IconArrowRightDownCircle, IconArrowRightUpCircle, IconArrowRotateClockwise, IconArrowRotateCounterClockwise, IconArrowRotateLeftRight, IconArrowRotateRightLeft, IconArrowShareLeft, IconArrowShareRight, IconArrowSplit, IconArrowUp, IconArrowWallDown, IconArrowWallLeft, IconArrowWallRight, IconArrowWallUp, IconArrowsRepeat, IconAt, IconBack, IconBackward, IconBag, IconBank, IconBanknote, IconBanknote2, IconBarcode, IconBarsThree, IconBarsTwo, IconBasket, IconBatteryLoading, IconBell, IconBlock, IconBook, IconBookmark, IconBookmarkCheck, IconBookmarkDelete, IconBookmarkPlus, IconBookmarkRemove, IconBooks, IconBrandAppStore, IconBrandAppleMusic, IconBrandBankid, IconBrandChrome, IconBrandFacebook, IconBrandFigma, IconBrandFirefox, IconBrandGithub, IconBrandGreen, IconBrandInstagram, IconBrandLinkedin, IconBrandPlayStore, IconBrandRssFeed, IconBrandSeb, IconBrandSpotify, IconBrandStorybook, IconBrandX, IconBrush, IconBubble, IconBubbleAnnotation, IconBubbleDots, IconBubbleQuestion, IconBubbleQuotes, IconBubbleText, IconBubbleWideAnnotation, IconBubbles, IconBuildings, IconBulletList, IconCainLink, IconCalculator, IconCalendar, IconCalendarCheck, IconCalenderAdd, IconCall, IconCar, IconCarussel, IconChainLink, IconChainLinkBroken, IconChargingStation, IconChartOne, IconChartPresentation, IconChartTwo, IconChecklist, IconCheckmark, IconChevronBottom, IconChevronDoubleDown, IconChevronDoubleLeft, IconChevronDoubleRight, IconChevronDoubleUp, IconChevronDownSmall, IconChevronGrabberVertical, IconChevronLeft, IconChevronLeftSmall, IconChevronRight, IconChevronRightSmall, IconChevronTop, IconChevronTopSmall, IconCircleBan, IconCircleCheck, IconCircleDots, IconCircleInfo, IconCircleMinus, IconCirclePlaceholderOn, IconCirclePlus, IconCircleQuestionmark, IconCircleX, IconCirclesThree, IconClock, IconCloudDownload, IconCloudUpload, IconCloudySun, IconCode, IconCodeBrackets, IconCompassRound, IconCookies, IconCopy, IconCreditCard, IconCrossLarge, IconCrossSmall, IconCupHot, IconCursor, IconDevices, IconDirection, IconDollar, IconDotGridOneHorizontal, IconDotGridOneVertical, IconDotGridThree, IconDotGridTwo, IconEmail, IconEmojiAngry, IconEmojiNeutral, IconEmojiSad, IconEmojiSmile, IconEmojiSmiley, IconEuro, IconExpand, IconEyeOpen, IconEyeSlash, IconFashion, IconFastForward, IconFileBend, IconFileChart, IconFileText, IconFiles, IconFilter, IconFlag, IconFloppyDisk, IconFocus, IconFocusSquare, IconFolder, IconFolderAddRight, IconFolderPaper, IconFolderUpload, IconFullscreen, IconGift, IconGlobus, IconGraduateCap, IconGreenPower, IconGroup, IconGrowth, IconHeadphones, IconHeart, IconHeartBeat, IconHistory, IconHomeEnergyOne, IconHomeEnergyTwo, IconHomeOpen, IconHomeRoof, IconHorizontalAlignmentBottom, IconHourglass, IconImages, IconInboxEmpty, IconIndustry, IconInvite, IconJpg, IconKey, IconKnifeSpoon, IconLab, IconLaw, IconLeisure, IconLightBulb, IconLightBulbSimple, IconLightning, IconLineChartFour, IconLineChartOne, IconLineChartThree, IconLineChartTwo, IconLock, IconMacbookAir, IconMagnifyingGlass, IconMaintenance, IconMapPin, IconMegaphone, IconMenuSidebar, IconMicOff, IconMicOn, IconMinimize, IconMinusLarge, IconMinusSmall, IconMoneyHand, IconMoneybag, IconMoon, IconMute, IconOffice, IconOther, IconPageAdd, IconPageText, IconPaperPlaneTopRight, IconPaperclip, IconPause, IconPdf, IconPencelLine, IconPencilSign, IconPencilSparkle, IconPencilWave, IconPension, IconPeople, IconPeopleA11y, IconPeopleAdd, IconPeopleAdded, IconPeopleCircle, IconPeopleCopy, IconPeopleProfile, IconPeopleRemove, IconPercent, IconPhone, IconPhoneDynamicIsland, IconPieChart, IconPiggyBank, IconPin, IconPinch, IconPlay, IconPlayCircle, IconPlusLarge, IconPlusSmall, IconPng, IconPoop, IconPostcard, IconPound, IconPowerPlant, IconPrinter, IconPush, IconQrCode, IconRainy, IconRaisingHand, IconReadingList, IconReceiptBill, IconReceiptionBell, IconRecord, IconRefund, IconRobot, IconRocket, IconRunShortcut, IconSafari, IconSchool, IconScissors, IconSearchMenu, IconSeb, IconSettingsGear, IconSettingsSliderHor, IconSettingsSliderThree, IconSettingsSliderVer, IconShapes, IconShare, IconShield, IconShieldChecked, IconShieldCrossed, IconShoppingBag, IconSignature, IconSmartwatch, IconSolar, IconSolarPanel, IconSort, IconSortAscending, IconSortDescending, IconSortDown, IconSortUp, IconSquareArrowTopRight, IconSquareBehindSquare, IconSquareCheck, IconSquareGridCircle, IconSquareInfo, IconSquareMinus, IconSquarePlaceholder, IconSquarePlus, IconSquareX, IconStar, IconStore, IconSuitcaseWork, IconSun, IconSunsetArrowDown, IconTag, IconTargetArrow, IconTelevision, IconTennis, IconTextEdit, IconThermostat, IconThumbsDown, IconThumbsUp, IconTicket, IconTodos, IconTradingViewCandles, IconTrashCan, IconTree, IconTrendingFive, IconTrendingFour, IconTrendingOne, IconTrendingThree, IconTrendingTwo, IconTriangleExclamation, IconTruck, IconUmbrellaSecurity, IconUnlocked, IconVerticalAlignmentRight, IconVolumeFull, IconVolumeHalf, IconVolumeOff, IconWallet, IconWarningSign, IconWifiFull, IconYoutube, IconZap, IconZoomIn, IconZoomOut } from '@sebgroup/green-core/react';
34
34
  export { SortDirection } from './src/lib/table/components/table-typings.js';
35
35
  export { TableContext, useTableContext } from './src/lib/table/components/context/TableContextProvider.js';
36
36
  export { filterArrayByColumns, onRowSelect, paginate, searchTextByColumns, sortArray, sumCols } from './src/lib/table/components/parts/helperFunctions/helperFunctions.js';
package/package.json CHANGED
@@ -2,13 +2,13 @@
2
2
  "name": "@sebgroup/green-react",
3
3
  "main": "./src/index.js",
4
4
  "module": "./src/index.js",
5
- "version": "3.33.0",
5
+ "version": "3.34.0-rc.20260129120024433",
6
6
  "peerDependencies": {
7
7
  "react": "^17 || ^18 || ^19",
8
8
  "react-dom": "^17 || ^18 || ^19"
9
9
  },
10
10
  "dependencies": {
11
- "@sebgroup/green-core": "^2.13.0",
11
+ "@sebgroup/green-core": "^2.27.0",
12
12
  "@sebgroup/chlorophyll": "^3.6.16",
13
13
  "@sebgroup/extract": "^3.0.3",
14
14
  "@lit/react": "^1.0.2",
package/src/index.js CHANGED
@@ -30,7 +30,7 @@ export { Stepper } from './lib/stepper/stepper.js';
30
30
  export { Tab, Tabs } from './lib/tabs/tabs.js';
31
31
  export { Modal } from './lib/modal/modal.js';
32
32
  export { ContextMenu, CoreMenuHeading, MenuItem } from './lib/context-menu/context-menu.js';
33
- export { IconAi, IconAirplaneUp, IconArchive, IconArrow, IconArrowBottomTop, IconArrowBoxLeft, IconArrowBoxRight, IconArrowDown, IconArrowInbox, IconArrowLeft, IconArrowLeftRight, IconArrowOutOfBox, IconArrowRight, IconArrowRightCircle, IconArrowRightDownCircle, IconArrowRightUpCircle, IconArrowRotateClockwise, IconArrowRotateCounterClockwise, IconArrowRotateLeftRight, IconArrowRotateRightLeft, IconArrowShareLeft, IconArrowShareRight, IconArrowSplit, IconArrowUp, IconArrowWallDown, IconArrowWallLeft, IconArrowWallRight, IconArrowWallUp, IconArrowsRepeat, IconAt, IconBack, IconBackward, IconBag, IconBank, IconBanknote, IconBanknote2, IconBarcode, IconBarsThree, IconBarsTwo, IconBasket, IconBatteryLoading, IconBell, IconBlock, IconBook, IconBookmark, IconBookmarkCheck, IconBookmarkDelete, IconBookmarkPlus, IconBookmarkRemove, IconBooks, IconBrandAppStore, IconBrandAppleMusic, IconBrandBankid, IconBrandChrome, IconBrandFacebook, IconBrandFigma, IconBrandFirefox, IconBrandGithub, IconBrandGreen, IconBrandInstagram, IconBrandLinkedin, IconBrandPlayStore, IconBrandRssFeed, IconBrandSeb, IconBrandSpotify, IconBrandStorybook, IconBrandX, IconBrush, IconBubble, IconBubbleAnnotation, IconBubbleDots, IconBubbleQuestion, IconBubbleQuotes, IconBubbleText, IconBubbleWideAnnotation, IconBubbles, IconBuildings, IconBulletList, IconCainLink, IconCalculator, IconCalendar, IconCalendarCheck, IconCalenderAdd, IconCall, IconCar, IconCarussel, IconChainLink, IconChainLinkBroken, IconChargingStation, IconChartOne, IconChartPresentation, IconChartTwo, IconChecklist, IconCheckmark, IconChevronBottom, IconChevronDoubleDown, IconChevronDoubleLeft, IconChevronDoubleRight, IconChevronDoubleUp, IconChevronDownSmall, IconChevronGrabberVertical, IconChevronLeft, IconChevronLeftSmall, IconChevronRight, IconChevronRightSmall, IconChevronTop, IconChevronTopSmall, IconCircleBan, IconCircleCheck, IconCircleDots, IconCircleInfo, IconCircleMinus, IconCirclePlaceholderOn, IconCirclePlus, IconCircleQuestionmark, IconCircleX, IconCirclesThree, IconClock, IconCloudDownload, IconCloudUpload, IconCloudySun, IconCode, IconCodeBrackets, IconCompassRound, IconCookies, IconCopy, IconCreditCard, IconCrossLarge, IconCrossSmall, IconCupHot, IconCursor, IconDevices, IconDirection, IconDollar, IconDotGridOneHorizontal, IconDotGridOneVertical, IconDotGridThree, IconDotGridTwo, IconEmail, IconEmojiAngry, IconEmojiNeutral, IconEmojiSad, IconEmojiSmile, IconEmojiSmiley, IconEuro, IconExpand, IconEyeOpen, IconEyeSlash, IconFashion, IconFastForward, IconFileBend, IconFileChart, IconFileText, IconFiles, IconFilter, IconFlag, IconFloppyDisk, IconFocus, IconFocusSquare, IconFolder, IconFolderAddRight, IconFolderPaper, IconFolderUpload, IconFullscreen, IconGift, IconGlobus, IconGraduateCap, IconGreenPower, IconGroup, IconGrowth, IconHeadphones, IconHeart, IconHeartBeat, IconHistory, IconHomeEnergyOne, IconHomeEnergyTwo, IconHomeOpen, IconHomeRoof, IconHorizontalAlignmentBottom, IconHourglass, IconImages, IconInboxEmpty, IconIndustry, IconInvite, IconJpg, IconKey, IconKnifeSpoon, IconLab, IconLaw, IconLeisure, IconLightBulb, IconLightBulbSimple, IconLightning, IconLineChartFour, IconLineChartOne, IconLineChartThree, IconLineChartTwo, IconLock, IconMacbookAir, IconMagnifyingGlass, IconMaintenance, IconMapPin, IconMegaphone, IconMenuSidebar, IconMicOff, IconMicOn, IconMinimize, IconMinusLarge, IconMinusSmall, IconMoneyHand, IconMoneybag, IconMoon, IconMute, IconOffice, IconOther, IconPageAdd, IconPageText, IconPaperPlaneTopRight, IconPaperclip, IconPause, IconPdf, IconPencelLine, IconPencilSign, IconPencilSparkle, IconPencilWave, IconPension, IconPeople, IconPeopleA11y, IconPeopleAdd, IconPeopleAdded, IconPeopleCircle, IconPeopleCopy, IconPeopleProfile, IconPeopleRemove, IconPercent, IconPhone, IconPhoneDynamicIsland, IconPieChart, IconPiggyBank, IconPin, IconPinch, IconPlay, IconPlayCircle, IconPlusLarge, IconPlusSmall, IconPng, IconPoop, IconPostcard, IconPound, IconPowerPlant, IconPrinter, IconPush, IconQrCode, IconRainy, IconRaisingHand, IconReadingList, IconReceiptBill, IconReceiptionBell, IconRecord, IconRefund, IconRobot, IconRocket, IconRunShortcut, IconSafari, IconSchool, IconScissors, IconSearchMenu, IconSeb, IconSettingsGear, IconSettingsSliderHor, IconSettingsSliderThree, IconSettingsSliderVer, IconShapes, IconShare, IconShield, IconShieldChecked, IconShieldCrossed, IconShoppingBag, IconSignature, IconSmartwatch, IconSolar, IconSolarPanel, IconSort, IconSortAscending, IconSortDescending, IconSortDown, IconSortUp, IconSquareArrowTopRight, IconSquareBehindSquare, IconSquareCheck, IconSquareGridCircle, IconSquareInfo, IconSquareMinus, IconSquarePlaceholder, IconSquarePlus, IconSquareX, IconStar, IconStore, IconSuitcaseWork, IconSun, IconSunsetArrowDown, IconTag, IconTargetArrow, IconTelevision, IconTennis, IconTextEdit, IconThermostat, IconThumbsDown, IconThumbsUp, IconTicket, IconTodos, IconTradingViewCandles, IconTrashCan, IconTree, IconTrendingFour, IconTrendingOne, IconTrendingThree, IconTrendingTwo, IconTriangleExclamation, IconTruck, IconUmbrellaSecurity, IconUnlocked, IconVerticalAlignmentRight, IconVolumeFull, IconVolumeHalf, IconVolumeOff, IconWallet, IconWarningSign, IconWifiFull, IconYoutube, IconZap, IconZoomIn, IconZoomOut } from '@sebgroup/green-core/react';
33
+ export { IconAi, IconAirplaneUp, IconArchive, IconArrow, IconArrowBottomTop, IconArrowBoxLeft, IconArrowBoxLeftAlt, IconArrowBoxRight, IconArrowDown, IconArrowInbox, IconArrowLeft, IconArrowLeftRight, IconArrowOutOfBox, IconArrowRight, IconArrowRightCircle, IconArrowRightDownCircle, IconArrowRightUpCircle, IconArrowRotateClockwise, IconArrowRotateCounterClockwise, IconArrowRotateLeftRight, IconArrowRotateRightLeft, IconArrowShareLeft, IconArrowShareRight, IconArrowSplit, IconArrowUp, IconArrowWallDown, IconArrowWallLeft, IconArrowWallRight, IconArrowWallUp, IconArrowsRepeat, IconAt, IconBack, IconBackward, IconBag, IconBank, IconBanknote, IconBanknote2, IconBarcode, IconBarsThree, IconBarsTwo, IconBasket, IconBatteryLoading, IconBell, IconBlock, IconBook, IconBookmark, IconBookmarkCheck, IconBookmarkDelete, IconBookmarkPlus, IconBookmarkRemove, IconBooks, IconBrandAppStore, IconBrandAppleMusic, IconBrandBankid, IconBrandChrome, IconBrandFacebook, IconBrandFigma, IconBrandFirefox, IconBrandGithub, IconBrandGreen, IconBrandInstagram, IconBrandLinkedin, IconBrandPlayStore, IconBrandRssFeed, IconBrandSeb, IconBrandSpotify, IconBrandStorybook, IconBrandX, IconBrush, IconBubble, IconBubbleAnnotation, IconBubbleDots, IconBubbleQuestion, IconBubbleQuotes, IconBubbleText, IconBubbleWideAnnotation, IconBubbles, IconBuildings, IconBulletList, IconCainLink, IconCalculator, IconCalendar, IconCalendarCheck, IconCalenderAdd, IconCall, IconCar, IconCarussel, IconChainLink, IconChainLinkBroken, IconChargingStation, IconChartOne, IconChartPresentation, IconChartTwo, IconChecklist, IconCheckmark, IconChevronBottom, IconChevronDoubleDown, IconChevronDoubleLeft, IconChevronDoubleRight, IconChevronDoubleUp, IconChevronDownSmall, IconChevronGrabberVertical, IconChevronLeft, IconChevronLeftSmall, IconChevronRight, IconChevronRightSmall, IconChevronTop, IconChevronTopSmall, IconCircleBan, IconCircleCheck, IconCircleDots, IconCircleInfo, IconCircleMinus, IconCirclePlaceholderOn, IconCirclePlus, IconCircleQuestionmark, IconCircleX, IconCirclesThree, IconClock, IconCloudDownload, IconCloudUpload, IconCloudySun, IconCode, IconCodeBrackets, IconCompassRound, IconCookies, IconCopy, IconCreditCard, IconCrossLarge, IconCrossSmall, IconCupHot, IconCursor, IconDevices, IconDirection, IconDollar, IconDotGridOneHorizontal, IconDotGridOneVertical, IconDotGridThree, IconDotGridTwo, IconEmail, IconEmojiAngry, IconEmojiNeutral, IconEmojiSad, IconEmojiSmile, IconEmojiSmiley, IconEuro, IconExpand, IconEyeOpen, IconEyeSlash, IconFashion, IconFastForward, IconFileBend, IconFileChart, IconFileText, IconFiles, IconFilter, IconFlag, IconFloppyDisk, IconFocus, IconFocusSquare, IconFolder, IconFolderAddRight, IconFolderPaper, IconFolderUpload, IconFullscreen, IconGift, IconGlobus, IconGraduateCap, IconGreenPower, IconGroup, IconGrowth, IconHeadphones, IconHeart, IconHeartBeat, IconHistory, IconHomeEnergyOne, IconHomeEnergyTwo, IconHomeOpen, IconHomeRoof, IconHorizontalAlignmentBottom, IconHourglass, IconImages, IconInboxEmpty, IconIndustry, IconInvite, IconJpg, IconKey, IconKnifeSpoon, IconLab, IconLaw, IconLeisure, IconLightBulb, IconLightBulbSimple, IconLightning, IconLineChartFour, IconLineChartOne, IconLineChartThree, IconLineChartTwo, IconLock, IconMacbookAir, IconMagnifyingGlass, IconMaintenance, IconMapPin, IconMegaphone, IconMenuSidebar, IconMicOff, IconMicOn, IconMinimize, IconMinusLarge, IconMinusSmall, IconMoneyHand, IconMoneybag, IconMoon, IconMute, IconOffice, IconOther, IconPageAdd, IconPageText, IconPaperPlaneTopRight, IconPaperclip, IconPause, IconPdf, IconPencelLine, IconPencilSign, IconPencilSparkle, IconPencilWave, IconPension, IconPeople, IconPeopleA11y, IconPeopleAdd, IconPeopleAdded, IconPeopleCircle, IconPeopleCopy, IconPeopleProfile, IconPeopleRemove, IconPercent, IconPhone, IconPhoneDynamicIsland, IconPieChart, IconPiggyBank, IconPin, IconPinch, IconPlay, IconPlayCircle, IconPlusLarge, IconPlusSmall, IconPng, IconPoop, IconPostcard, IconPound, IconPowerPlant, IconPrinter, IconPush, IconQrCode, IconRainy, IconRaisingHand, IconReadingList, IconReceiptBill, IconReceiptionBell, IconRecord, IconRefund, IconRobot, IconRocket, IconRunShortcut, IconSafari, IconSchool, IconScissors, IconSearchMenu, IconSeb, IconSettingsGear, IconSettingsSliderHor, IconSettingsSliderThree, IconSettingsSliderVer, IconShapes, IconShare, IconShield, IconShieldChecked, IconShieldCrossed, IconShoppingBag, IconSignature, IconSmartwatch, IconSolar, IconSolarPanel, IconSort, IconSortAscending, IconSortDescending, IconSortDown, IconSortUp, IconSquareArrowTopRight, IconSquareBehindSquare, IconSquareCheck, IconSquareGridCircle, IconSquareInfo, IconSquareMinus, IconSquarePlaceholder, IconSquarePlus, IconSquareX, IconStar, IconStore, IconSuitcaseWork, IconSun, IconSunsetArrowDown, IconTag, IconTargetArrow, IconTelevision, IconTennis, IconTextEdit, IconThermostat, IconThumbsDown, IconThumbsUp, IconTicket, IconTodos, IconTradingViewCandles, IconTrashCan, IconTree, IconTrendingFive, IconTrendingFour, IconTrendingOne, IconTrendingThree, IconTrendingTwo, IconTriangleExclamation, IconTruck, IconUmbrellaSecurity, IconUnlocked, IconVerticalAlignmentRight, IconVolumeFull, IconVolumeHalf, IconVolumeOff, IconWallet, IconWarningSign, IconWifiFull, IconYoutube, IconZap, IconZoomIn, IconZoomOut } from '@sebgroup/green-core/react';
34
34
  export { SortDirection } from './lib/table/components/table-typings.js';
35
35
  export { TableContext, useTableContext } from './lib/table/components/context/TableContextProvider.js';
36
36
  export { filterArrayByColumns, onRowSelect, paginate, searchTextByColumns, sortArray, sumCols } from './lib/table/components/parts/helperFunctions/helperFunctions.js';
@@ -69,10 +69,7 @@ var FormItems = function FormItems(_ref) {
69
69
  }
70
70
  validateInputValue({
71
71
  value: inputValue,
72
- name: name,
73
- type: type,
74
- checked: checked
75
- }, validate === null || validate === void 0 ? void 0 : validate.rules, setErrors);
72
+ name: name}, validate === null || validate === void 0 ? void 0 : validate.rules, setErrors);
76
73
  };
77
74
  /* eslint-disable-next-line */
78
75
  return /*#__PURE__*/React.cloneElement(children, {
@@ -1,4 +1,4 @@
1
- import { _ as _slicedToArray, b as _asyncToGenerator, c as _regeneratorRuntime } from '../../../_rollupPluginBabelHelpers.js';
1
+ import { _ as _slicedToArray, b as _asyncToGenerator, c as _regenerator } from '../../../_rollupPluginBabelHelpers.js';
2
2
  import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
3
3
  import React, { useRef, useState, useLayoutEffect, useEffect } from 'react';
4
4
  import { createComponent } from '@lit/react';
@@ -86,31 +86,30 @@ var FormItem = function FormItem(_ref) {
86
86
  "aria-controls": "".concat(inputId, "-expandable-info"),
87
87
  "aria-label": expandableInfoButtonLabel,
88
88
  onClick: function () {
89
- var _onClick = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(event) {
90
- return _regeneratorRuntime().wrap(function _callee$(_context) {
91
- while (1) switch (_context.prev = _context.next) {
89
+ var _onClick = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(event) {
90
+ return _regenerator().w(function (_context) {
91
+ while (1) switch (_context.n) {
92
92
  case 0:
93
93
  if (isExpanded) {
94
- _context.next = 8;
94
+ _context.n = 2;
95
95
  break;
96
96
  }
97
97
  setIsHidden(false);
98
- _context.next = 4;
98
+ _context.n = 1;
99
99
  return delay(10);
100
- case 4:
100
+ case 1:
101
101
  expandableInnerRef.current && setExpandableHeight(expandableInnerRef.current['clientHeight']);
102
102
  setIsExpanded(true);
103
- _context.next = 12;
103
+ _context.n = 4;
104
104
  break;
105
- case 8:
105
+ case 2:
106
106
  setIsExpanded(false);
107
- _context.next = 11;
107
+ _context.n = 3;
108
108
  return delay(300);
109
- case 11:
109
+ case 3:
110
110
  setIsHidden(true);
111
- case 12:
112
- case "end":
113
- return _context.stop();
111
+ case 4:
112
+ return _context.a(2);
114
113
  }
115
114
  }, _callee);
116
115
  }));
@@ -0,0 +1 @@
1
+ export { IconArrowBoxLeftAlt } from '@sebgroup/green-core/react';
@@ -0,0 +1 @@
1
+ export { IconArrowBoxLeftAlt } from '@sebgroup/green-core/react';
@@ -0,0 +1 @@
1
+ export { IconTrendingFive } from '@sebgroup/green-core/react';
@@ -0,0 +1 @@
1
+ export { IconTrendingFive } from '@sebgroup/green-core/react';
@@ -2,6 +2,7 @@ export * from './IconAi';
2
2
  export * from './IconAirplaneUp';
3
3
  export * from './IconArchive';
4
4
  export * from './IconArrowBottomTop';
5
+ export * from './IconArrowBoxLeftAlt';
5
6
  export * from './IconArrowBoxLeft';
6
7
  export * from './IconArrowBoxRight';
7
8
  export * from './IconArrowDown';
@@ -312,6 +313,7 @@ export * from './IconTodos';
312
313
  export * from './IconTradingViewCandles';
313
314
  export * from './IconTrashCan';
314
315
  export * from './IconTree';
316
+ export * from './IconTrendingFive';
315
317
  export * from './IconTrendingFour';
316
318
  export * from './IconTrendingOne';
317
319
  export * from './IconTrendingThree';
@@ -1 +1 @@
1
- export { IconAi, IconAirplaneUp, IconArchive, IconArrow, IconArrowBottomTop, IconArrowBoxLeft, IconArrowBoxRight, IconArrowDown, IconArrowInbox, IconArrowLeft, IconArrowLeftRight, IconArrowOutOfBox, IconArrowRight, IconArrowRightCircle, IconArrowRightDownCircle, IconArrowRightUpCircle, IconArrowRotateClockwise, IconArrowRotateCounterClockwise, IconArrowRotateLeftRight, IconArrowRotateRightLeft, IconArrowShareLeft, IconArrowShareRight, IconArrowSplit, IconArrowUp, IconArrowWallDown, IconArrowWallLeft, IconArrowWallRight, IconArrowWallUp, IconArrowsRepeat, IconAt, IconBack, IconBackward, IconBag, IconBank, IconBanknote, IconBanknote2, IconBarcode, IconBarsThree, IconBarsTwo, IconBasket, IconBatteryLoading, IconBell, IconBlock, IconBook, IconBookmark, IconBookmarkCheck, IconBookmarkDelete, IconBookmarkPlus, IconBookmarkRemove, IconBooks, IconBrandAppStore, IconBrandAppleMusic, IconBrandBankid, IconBrandChrome, IconBrandFacebook, IconBrandFigma, IconBrandFirefox, IconBrandGithub, IconBrandGreen, IconBrandInstagram, IconBrandLinkedin, IconBrandPlayStore, IconBrandRssFeed, IconBrandSeb, IconBrandSpotify, IconBrandStorybook, IconBrandX, IconBrush, IconBubble, IconBubbleAnnotation, IconBubbleDots, IconBubbleQuestion, IconBubbleQuotes, IconBubbleText, IconBubbleWideAnnotation, IconBubbles, IconBuildings, IconBulletList, IconCainLink, IconCalculator, IconCalendar, IconCalendarCheck, IconCalenderAdd, IconCall, IconCar, IconCarussel, IconChainLink, IconChainLinkBroken, IconChargingStation, IconChartOne, IconChartPresentation, IconChartTwo, IconChecklist, IconCheckmark, IconChevronBottom, IconChevronDoubleDown, IconChevronDoubleLeft, IconChevronDoubleRight, IconChevronDoubleUp, IconChevronDownSmall, IconChevronGrabberVertical, IconChevronLeft, IconChevronLeftSmall, IconChevronRight, IconChevronRightSmall, IconChevronTop, IconChevronTopSmall, IconCircleBan, IconCircleCheck, IconCircleDots, IconCircleInfo, IconCircleMinus, IconCirclePlaceholderOn, IconCirclePlus, IconCircleQuestionmark, IconCircleX, IconCirclesThree, IconClock, IconCloudDownload, IconCloudUpload, IconCloudySun, IconCode, IconCodeBrackets, IconCompassRound, IconCookies, IconCopy, IconCreditCard, IconCrossLarge, IconCrossSmall, IconCupHot, IconCursor, IconDevices, IconDirection, IconDollar, IconDotGridOneHorizontal, IconDotGridOneVertical, IconDotGridThree, IconDotGridTwo, IconEmail, IconEmojiAngry, IconEmojiNeutral, IconEmojiSad, IconEmojiSmile, IconEmojiSmiley, IconEuro, IconExpand, IconEyeOpen, IconEyeSlash, IconFashion, IconFastForward, IconFileBend, IconFileChart, IconFileText, IconFiles, IconFilter, IconFlag, IconFloppyDisk, IconFocus, IconFocusSquare, IconFolder, IconFolderAddRight, IconFolderPaper, IconFolderUpload, IconFullscreen, IconGift, IconGlobus, IconGraduateCap, IconGreenPower, IconGroup, IconGrowth, IconHeadphones, IconHeart, IconHeartBeat, IconHistory, IconHomeEnergyOne, IconHomeEnergyTwo, IconHomeOpen, IconHomeRoof, IconHorizontalAlignmentBottom, IconHourglass, IconImages, IconInboxEmpty, IconIndustry, IconInvite, IconJpg, IconKey, IconKnifeSpoon, IconLab, IconLaw, IconLeisure, IconLightBulb, IconLightBulbSimple, IconLightning, IconLineChartFour, IconLineChartOne, IconLineChartThree, IconLineChartTwo, IconLock, IconMacbookAir, IconMagnifyingGlass, IconMaintenance, IconMapPin, IconMegaphone, IconMenuSidebar, IconMicOff, IconMicOn, IconMinimize, IconMinusLarge, IconMinusSmall, IconMoneyHand, IconMoneybag, IconMoon, IconMute, IconOffice, IconOther, IconPageAdd, IconPageText, IconPaperPlaneTopRight, IconPaperclip, IconPause, IconPdf, IconPencelLine, IconPencilSign, IconPencilSparkle, IconPencilWave, IconPension, IconPeople, IconPeopleA11y, IconPeopleAdd, IconPeopleAdded, IconPeopleCircle, IconPeopleCopy, IconPeopleProfile, IconPeopleRemove, IconPercent, IconPhone, IconPhoneDynamicIsland, IconPieChart, IconPiggyBank, IconPin, IconPinch, IconPlay, IconPlayCircle, IconPlusLarge, IconPlusSmall, IconPng, IconPoop, IconPostcard, IconPound, IconPowerPlant, IconPrinter, IconPush, IconQrCode, IconRainy, IconRaisingHand, IconReadingList, IconReceiptBill, IconReceiptionBell, IconRecord, IconRefund, IconRobot, IconRocket, IconRunShortcut, IconSafari, IconSchool, IconScissors, IconSearchMenu, IconSeb, IconSettingsGear, IconSettingsSliderHor, IconSettingsSliderThree, IconSettingsSliderVer, IconShapes, IconShare, IconShield, IconShieldChecked, IconShieldCrossed, IconShoppingBag, IconSignature, IconSmartwatch, IconSolar, IconSolarPanel, IconSort, IconSortAscending, IconSortDescending, IconSortDown, IconSortUp, IconSquareArrowTopRight, IconSquareBehindSquare, IconSquareCheck, IconSquareGridCircle, IconSquareInfo, IconSquareMinus, IconSquarePlaceholder, IconSquarePlus, IconSquareX, IconStar, IconStore, IconSuitcaseWork, IconSun, IconSunsetArrowDown, IconTag, IconTargetArrow, IconTelevision, IconTennis, IconTextEdit, IconThermostat, IconThumbsDown, IconThumbsUp, IconTicket, IconTodos, IconTradingViewCandles, IconTrashCan, IconTree, IconTrendingFour, IconTrendingOne, IconTrendingThree, IconTrendingTwo, IconTriangleExclamation, IconTruck, IconUmbrellaSecurity, IconUnlocked, IconVerticalAlignmentRight, IconVolumeFull, IconVolumeHalf, IconVolumeOff, IconWallet, IconWarningSign, IconWifiFull, IconYoutube, IconZap, IconZoomIn, IconZoomOut } from '@sebgroup/green-core/react';
1
+ export { IconAi, IconAirplaneUp, IconArchive, IconArrow, IconArrowBottomTop, IconArrowBoxLeft, IconArrowBoxLeftAlt, IconArrowBoxRight, IconArrowDown, IconArrowInbox, IconArrowLeft, IconArrowLeftRight, IconArrowOutOfBox, IconArrowRight, IconArrowRightCircle, IconArrowRightDownCircle, IconArrowRightUpCircle, IconArrowRotateClockwise, IconArrowRotateCounterClockwise, IconArrowRotateLeftRight, IconArrowRotateRightLeft, IconArrowShareLeft, IconArrowShareRight, IconArrowSplit, IconArrowUp, IconArrowWallDown, IconArrowWallLeft, IconArrowWallRight, IconArrowWallUp, IconArrowsRepeat, IconAt, IconBack, IconBackward, IconBag, IconBank, IconBanknote, IconBanknote2, IconBarcode, IconBarsThree, IconBarsTwo, IconBasket, IconBatteryLoading, IconBell, IconBlock, IconBook, IconBookmark, IconBookmarkCheck, IconBookmarkDelete, IconBookmarkPlus, IconBookmarkRemove, IconBooks, IconBrandAppStore, IconBrandAppleMusic, IconBrandBankid, IconBrandChrome, IconBrandFacebook, IconBrandFigma, IconBrandFirefox, IconBrandGithub, IconBrandGreen, IconBrandInstagram, IconBrandLinkedin, IconBrandPlayStore, IconBrandRssFeed, IconBrandSeb, IconBrandSpotify, IconBrandStorybook, IconBrandX, IconBrush, IconBubble, IconBubbleAnnotation, IconBubbleDots, IconBubbleQuestion, IconBubbleQuotes, IconBubbleText, IconBubbleWideAnnotation, IconBubbles, IconBuildings, IconBulletList, IconCainLink, IconCalculator, IconCalendar, IconCalendarCheck, IconCalenderAdd, IconCall, IconCar, IconCarussel, IconChainLink, IconChainLinkBroken, IconChargingStation, IconChartOne, IconChartPresentation, IconChartTwo, IconChecklist, IconCheckmark, IconChevronBottom, IconChevronDoubleDown, IconChevronDoubleLeft, IconChevronDoubleRight, IconChevronDoubleUp, IconChevronDownSmall, IconChevronGrabberVertical, IconChevronLeft, IconChevronLeftSmall, IconChevronRight, IconChevronRightSmall, IconChevronTop, IconChevronTopSmall, IconCircleBan, IconCircleCheck, IconCircleDots, IconCircleInfo, IconCircleMinus, IconCirclePlaceholderOn, IconCirclePlus, IconCircleQuestionmark, IconCircleX, IconCirclesThree, IconClock, IconCloudDownload, IconCloudUpload, IconCloudySun, IconCode, IconCodeBrackets, IconCompassRound, IconCookies, IconCopy, IconCreditCard, IconCrossLarge, IconCrossSmall, IconCupHot, IconCursor, IconDevices, IconDirection, IconDollar, IconDotGridOneHorizontal, IconDotGridOneVertical, IconDotGridThree, IconDotGridTwo, IconEmail, IconEmojiAngry, IconEmojiNeutral, IconEmojiSad, IconEmojiSmile, IconEmojiSmiley, IconEuro, IconExpand, IconEyeOpen, IconEyeSlash, IconFashion, IconFastForward, IconFileBend, IconFileChart, IconFileText, IconFiles, IconFilter, IconFlag, IconFloppyDisk, IconFocus, IconFocusSquare, IconFolder, IconFolderAddRight, IconFolderPaper, IconFolderUpload, IconFullscreen, IconGift, IconGlobus, IconGraduateCap, IconGreenPower, IconGroup, IconGrowth, IconHeadphones, IconHeart, IconHeartBeat, IconHistory, IconHomeEnergyOne, IconHomeEnergyTwo, IconHomeOpen, IconHomeRoof, IconHorizontalAlignmentBottom, IconHourglass, IconImages, IconInboxEmpty, IconIndustry, IconInvite, IconJpg, IconKey, IconKnifeSpoon, IconLab, IconLaw, IconLeisure, IconLightBulb, IconLightBulbSimple, IconLightning, IconLineChartFour, IconLineChartOne, IconLineChartThree, IconLineChartTwo, IconLock, IconMacbookAir, IconMagnifyingGlass, IconMaintenance, IconMapPin, IconMegaphone, IconMenuSidebar, IconMicOff, IconMicOn, IconMinimize, IconMinusLarge, IconMinusSmall, IconMoneyHand, IconMoneybag, IconMoon, IconMute, IconOffice, IconOther, IconPageAdd, IconPageText, IconPaperPlaneTopRight, IconPaperclip, IconPause, IconPdf, IconPencelLine, IconPencilSign, IconPencilSparkle, IconPencilWave, IconPension, IconPeople, IconPeopleA11y, IconPeopleAdd, IconPeopleAdded, IconPeopleCircle, IconPeopleCopy, IconPeopleProfile, IconPeopleRemove, IconPercent, IconPhone, IconPhoneDynamicIsland, IconPieChart, IconPiggyBank, IconPin, IconPinch, IconPlay, IconPlayCircle, IconPlusLarge, IconPlusSmall, IconPng, IconPoop, IconPostcard, IconPound, IconPowerPlant, IconPrinter, IconPush, IconQrCode, IconRainy, IconRaisingHand, IconReadingList, IconReceiptBill, IconReceiptionBell, IconRecord, IconRefund, IconRobot, IconRocket, IconRunShortcut, IconSafari, IconSchool, IconScissors, IconSearchMenu, IconSeb, IconSettingsGear, IconSettingsSliderHor, IconSettingsSliderThree, IconSettingsSliderVer, IconShapes, IconShare, IconShield, IconShieldChecked, IconShieldCrossed, IconShoppingBag, IconSignature, IconSmartwatch, IconSolar, IconSolarPanel, IconSort, IconSortAscending, IconSortDescending, IconSortDown, IconSortUp, IconSquareArrowTopRight, IconSquareBehindSquare, IconSquareCheck, IconSquareGridCircle, IconSquareInfo, IconSquareMinus, IconSquarePlaceholder, IconSquarePlus, IconSquareX, IconStar, IconStore, IconSuitcaseWork, IconSun, IconSunsetArrowDown, IconTag, IconTargetArrow, IconTelevision, IconTennis, IconTextEdit, IconThermostat, IconThumbsDown, IconThumbsUp, IconTicket, IconTodos, IconTradingViewCandles, IconTrashCan, IconTree, IconTrendingFive, IconTrendingFour, IconTrendingOne, IconTrendingThree, IconTrendingTwo, IconTriangleExclamation, IconTruck, IconUmbrellaSecurity, IconUnlocked, IconVerticalAlignmentRight, IconVolumeFull, IconVolumeHalf, IconVolumeOff, IconWallet, IconWarningSign, IconWifiFull, IconYoutube, IconZap, IconZoomIn, IconZoomOut } from '@sebgroup/green-core/react';
@@ -60,13 +60,13 @@ var TableRow = /*#__PURE__*/React.forwardRef(function (_a, ref) {
60
60
  isParentRow = _React$useState8[0],
61
61
  setIsParentRow = _React$useState8[1];
62
62
  var _React$useState9 = React.useState(null),
63
- _React$useState10 = _slicedToArray(_React$useState9, 2),
64
- columnProps = _React$useState10[0],
65
- setColumnProps = _React$useState10[1];
66
- var _React$useState11 = React.useState(((_b = tableContext.tableState) === null || _b === void 0 ? void 0 : _b.expandedRows) || []),
67
- _React$useState12 = _slicedToArray(_React$useState11, 2),
68
- expandedRows = _React$useState12[0],
69
- setExpandedRows = _React$useState12[1];
63
+ _React$useState0 = _slicedToArray(_React$useState9, 2),
64
+ columnProps = _React$useState0[0],
65
+ setColumnProps = _React$useState0[1];
66
+ var _React$useState1 = React.useState(((_b = tableContext.tableState) === null || _b === void 0 ? void 0 : _b.expandedRows) || []),
67
+ _React$useState10 = _slicedToArray(_React$useState1, 2),
68
+ expandedRows = _React$useState10[0],
69
+ setExpandedRows = _React$useState10[1];
70
70
  var headerId = useId();
71
71
  /** initiate default expanded row */
72
72
  var initiateExpandedRows = React.useCallback(function () {
@@ -149,9 +149,9 @@ var SelectableTable = function SelectableTable() {
149
149
  };
150
150
  var ExpandableTable = function ExpandableTable() {
151
151
  var _React$useState9 = React.useState(rowData),
152
- _React$useState10 = _slicedToArray(_React$useState9, 2),
153
- data = _React$useState10[0],
154
- setData = _React$useState10[1];
152
+ _React$useState0 = _slicedToArray(_React$useState9, 2),
153
+ data = _React$useState0[0],
154
+ setData = _React$useState0[1];
155
155
  var onRowExpand = function onRowExpand(expanded, rowId) {
156
156
  setData(function (prevData) {
157
157
  return prevData.map(function (item) {