@yuno-payments/dashboard-design-system 2.7.13 → 2.7.14

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.
@@ -220,6 +220,8 @@ declare const IconList: {
220
220
  Lifebuoy: import('@phosphor-icons/react').Icon;
221
221
  TestTube: import('@phosphor-icons/react').Icon;
222
222
  Tag: import('@phosphor-icons/react').Icon;
223
+ FilePlus: import('@phosphor-icons/react').Icon;
224
+ CalendarPlus: import('@phosphor-icons/react').Icon;
223
225
  };
224
226
  export type IconName = Exclude<keyof typeof IconList, "Icon" | "IconProps" | "IconWeight" | "IconContext">;
225
227
  export { IconList };
@@ -19,8 +19,8 @@ import { FileArchiveIcon as S } from "../../../node_modules/@phosphor-icons/reac
19
19
  import { FilePdfIcon as w } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePdf.es.js";
20
20
  import { BoundingBoxIcon as g } from "../../../node_modules/@phosphor-icons/react/dist/csr/BoundingBox.es.js";
21
21
  import { TreeStructureIcon as P } from "../../../node_modules/@phosphor-icons/react/dist/csr/TreeStructure.es.js";
22
- import { ShoppingCartIcon as k } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShoppingCart.es.js";
23
- import { CodeIcon as d } from "../../../node_modules/@phosphor-icons/react/dist/csr/Code.es.js";
22
+ import { ShoppingCartIcon as d } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShoppingCart.es.js";
23
+ import { CodeIcon as k } from "../../../node_modules/@phosphor-icons/react/dist/csr/Code.es.js";
24
24
  import { FileTxtIcon as A } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileTxt.es.js";
25
25
  import { FileZipIcon as D } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileZip.es.js";
26
26
  import { TerminalWindowIcon as L } from "../../../node_modules/@phosphor-icons/react/dist/csr/TerminalWindow.es.js";
@@ -127,8 +127,8 @@ import { ShieldWarningIcon as Sr } from "../../../node_modules/@phosphor-icons/r
127
127
  import { UserSwitchIcon as wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserSwitch.es.js";
128
128
  import { LightningIcon as gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightning.es.js";
129
129
  import { MapPinIcon as Pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/MapPin.es.js";
130
- import { EraserIcon as kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eraser.es.js";
131
- import { VaultIcon as dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Vault.es.js";
130
+ import { EraserIcon as dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eraser.es.js";
131
+ import { VaultIcon as kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Vault.es.js";
132
132
  import { ClockClockwiseIcon as Ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockClockwise.es.js";
133
133
  import { RepeatIcon as Dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Repeat.es.js";
134
134
  import { EyeIcon as Lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eye.es.js";
@@ -181,8 +181,8 @@ import { SortAscendingIcon as Se } from "../../../node_modules/@phosphor-icons/r
181
181
  import { SortDescendingIcon as we } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortDescending.es.js";
182
182
  import { ArrowClockwiseIcon as ge } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowClockwise.es.js";
183
183
  import { SparkleIcon as Pe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sparkle.es.js";
184
- import { ThumbsUpIcon as ke } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsUp.es.js";
185
- import { ThumbsDownIcon as de } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsDown.es.js";
184
+ import { ThumbsUpIcon as de } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsUp.es.js";
185
+ import { ThumbsDownIcon as ke } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsDown.es.js";
186
186
  import { DotsThreeCircleVerticalIcon as Ae } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeCircleVertical.es.js";
187
187
  import { BugBeetleIcon as De } from "../../../node_modules/@phosphor-icons/react/dist/csr/BugBeetle.es.js";
188
188
  import { EnvelopeIcon as Le } from "../../../node_modules/@phosphor-icons/react/dist/csr/Envelope.es.js";
@@ -218,7 +218,9 @@ import { NotePencilIcon as ri } from "../../../node_modules/@phosphor-icons/reac
218
218
  import { LifebuoyIcon as ei } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lifebuoy.es.js";
219
219
  import { TestTubeIcon as ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/TestTube.es.js";
220
220
  import { TagIcon as mi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Tag.es.js";
221
- const pn = {
221
+ import { FilePlusIcon as ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePlus.es.js";
222
+ import { CalendarPlusIcon as ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/CalendarPlus.es.js";
223
+ const $n = {
222
224
  AidaLogo: r,
223
225
  Activity: We,
224
226
  FileSearch: He,
@@ -242,8 +244,8 @@ const pn = {
242
244
  FilePdf: w,
243
245
  BoundingBox: g,
244
246
  TreeStructure: P,
245
- ShoppingCart: k,
246
- Code: d,
247
+ ShoppingCart: d,
248
+ Code: k,
247
249
  FileTxt: A,
248
250
  FileZip: D,
249
251
  TerminalWindow: L,
@@ -346,8 +348,8 @@ const pn = {
346
348
  UserSwitch: wr,
347
349
  Lightning: gr,
348
350
  MapPin: Pr,
349
- Eraser: kr,
350
- Vault: dr,
351
+ Eraser: dr,
352
+ Vault: kr,
351
353
  ClockClockwise: Ar,
352
354
  Repeat: Dr,
353
355
  Eye: Lr,
@@ -402,8 +404,8 @@ const pn = {
402
404
  SortDescending: we,
403
405
  ArrowClockwise: ge,
404
406
  Sparkle: Pe,
405
- ThumbsUp: ke,
406
- ThumbsDown: de,
407
+ ThumbsUp: de,
408
+ ThumbsDown: ke,
407
409
  DotsThreeCircleVertical: Ae,
408
410
  BugBeetle: De,
409
411
  Envelope: Le,
@@ -439,8 +441,10 @@ const pn = {
439
441
  NotePencil: ri,
440
442
  Lifebuoy: ei,
441
443
  TestTube: ii,
442
- Tag: mi
444
+ Tag: mi,
445
+ FilePlus: ai,
446
+ CalendarPlus: ti
443
447
  };
444
448
  export {
445
- pn as IconList
449
+ $n as IconList
446
450
  };