@yuno-payments/dashboard-design-system 2.3.0 → 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/icon/icon-list.d.ts +0 -5
- package/dist/components/atoms/icon/icon-list.js +426 -439
- package/dist/components/organisms/dialog/dialog.d.ts +0 -5
- package/dist/components/organisms/dialog/dialog.js +80 -90
- package/dist/dashboard-design-system.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.min.js +6510 -6681
- package/dist/index.umd.min.js +15 -15
- package/package.json +4 -4
- package/registry/components-registry.json +2 -2
- package/dist/node_modules/@phosphor-icons/react/dist/csr/ArrowSquareOut.es.js +0 -8
- package/dist/node_modules/@phosphor-icons/react/dist/csr/Lifebuoy.es.js +0 -8
- package/dist/node_modules/@phosphor-icons/react/dist/csr/NotePencil.es.js +0 -8
- package/dist/node_modules/@phosphor-icons/react/dist/csr/SquareHalf.es.js +0 -8
- package/dist/node_modules/@phosphor-icons/react/dist/csr/SquareHalfBottom.es.js +0 -8
- package/dist/node_modules/@phosphor-icons/react/dist/defs/ArrowSquareOut.es.js +0 -36
- package/dist/node_modules/@phosphor-icons/react/dist/defs/Lifebuoy.es.js +0 -36
- package/dist/node_modules/@phosphor-icons/react/dist/defs/NotePencil.es.js +0 -30
- package/dist/node_modules/@phosphor-icons/react/dist/defs/SquareHalf.es.js +0 -36
- package/dist/node_modules/@phosphor-icons/react/dist/defs/SquareHalfBottom.es.js +0 -30
|
@@ -209,15 +209,10 @@ declare const IconList: {
|
|
|
209
209
|
Queue: import('@phosphor-icons/react').Icon;
|
|
210
210
|
DeviceMobileSpeaker: import('@phosphor-icons/react').Icon;
|
|
211
211
|
Camera: import('@phosphor-icons/react').Icon;
|
|
212
|
-
ArrowSquareOut: import('@phosphor-icons/react').Icon;
|
|
213
|
-
SquareHalf: import('@phosphor-icons/react').Icon;
|
|
214
|
-
SquareHalfBottom: import('@phosphor-icons/react').Icon;
|
|
215
212
|
FileXls: import('@phosphor-icons/react').Icon;
|
|
216
213
|
FilePng: import('@phosphor-icons/react').Icon;
|
|
217
214
|
FileJpg: import('@phosphor-icons/react').Icon;
|
|
218
215
|
FilePpt: import('@phosphor-icons/react').Icon;
|
|
219
|
-
NotePencil: import('@phosphor-icons/react').Icon;
|
|
220
|
-
Lifebuoy: import('@phosphor-icons/react').Icon;
|
|
221
216
|
};
|
|
222
217
|
export type IconName = Exclude<keyof typeof IconList, "Icon" | "IconProps" | "IconWeight" | "IconContext">;
|
|
223
218
|
export { IconList };
|