@deriv/quill-icons 1.0.3 → 1.0.4
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/CHANGELOG.md +7 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/react/Logo/PaymentMethodChequeBrandDarkIcon.d.ts +3 -0
- package/dist/cjs/types/react/Logo/PaymentMethodChequeBrandLightIcon.d.ts +3 -0
- package/dist/cjs/types/react/Logo/PaymentMethodChequeWhiteIcon.d.ts +3 -0
- package/dist/cjs/types/react/Logo/PaymentMethodFpsBlackIcon.d.ts +3 -0
- package/dist/cjs/types/react/Logo/PaymentMethodFpsBrandDarkIcon.d.ts +3 -0
- package/dist/cjs/types/react/Logo/PaymentMethodFpsBrandLightIcon.d.ts +3 -0
- package/dist/cjs/types/react/Logo/PaymentMethodFpsWhiteIcon.d.ts +3 -0
- package/dist/cjs/types/react/Logo/PaymentMethodWireTransferBlackIcon.d.ts +3 -0
- package/dist/cjs/types/react/Logo/PaymentMethodWireTransferBrandDarkIcon.d.ts +3 -0
- package/dist/cjs/types/react/Logo/PaymentMethodWireTransferBrandLightIcon.d.ts +3 -0
- package/dist/cjs/types/react/Logo/PaymentMethodWireTransferWhiteIcon.d.ts +3 -0
- package/dist/cjs/types/react/Logo/index.d.ts +13 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/react/Logo/PaymentMethodAirtelMtnBlackIcon.d.ts +3 -0
- package/dist/esm/types/react/Logo/PaymentMethodChequeBlackIcon.d.ts +3 -0
- package/dist/esm/types/react/Logo/PaymentMethodChequeBrandDarkIcon.d.ts +3 -0
- package/dist/esm/types/react/Logo/PaymentMethodChequeBrandLightIcon.d.ts +3 -0
- package/dist/esm/types/react/Logo/PaymentMethodChequeWhiteIcon.d.ts +3 -0
- package/dist/esm/types/react/Logo/PaymentMethodFpsBlackIcon.d.ts +3 -0
- package/dist/esm/types/react/Logo/PaymentMethodFpsBrandDarkIcon.d.ts +3 -0
- package/dist/esm/types/react/Logo/PaymentMethodFpsBrandLightIcon.d.ts +3 -0
- package/dist/esm/types/react/Logo/PaymentMethodFpsWhiteIcon.d.ts +3 -0
- package/dist/esm/types/react/Logo/PaymentMethodWireTransferBlackIcon.d.ts +3 -0
- package/dist/esm/types/react/Logo/PaymentMethodWireTransferBrandDarkIcon.d.ts +3 -0
- package/dist/esm/types/react/Logo/PaymentMethodWireTransferBrandLightIcon.d.ts +3 -0
- package/dist/esm/types/react/Logo/PaymentMethodWireTransferWhiteIcon.d.ts +3 -0
- package/dist/esm/types/react/Logo/index.d.ts +13 -1
- package/dist/index.d.ts +37 -13
- package/package.json +1 -1
- /package/dist/cjs/types/react/Logo/{PaymentMethodAirtelMtnDarkIcon.d.ts → PaymentMethodAirtelMtnBlackIcon.d.ts} +0 -0
- /package/dist/{esm/types/react/Logo/PaymentMethodAirtelMtnDarkIcon.d.ts → cjs/types/react/Logo/PaymentMethodChequeBlackIcon.d.ts} +0 -0
|
@@ -603,6 +603,18 @@ export { default as PaymentMethodPostepayBlackIcon } from './PaymentMethodPostep
|
|
|
603
603
|
export { default as PaymentMethodPostepayBrandDarkIcon } from './PaymentMethodPostepayBrandDarkIcon';
|
|
604
604
|
export { default as PaymentMethodPostepayWhiteIcon } from './PaymentMethodPostepayWhiteIcon';
|
|
605
605
|
export { default as PaymentMethodAirtelMtnBrandLightIcon } from './PaymentMethodAirtelMtnBrandLightIcon';
|
|
606
|
-
export { default as
|
|
606
|
+
export { default as PaymentMethodAirtelMtnBlackIcon } from './PaymentMethodAirtelMtnBlackIcon';
|
|
607
607
|
export { default as PaymentMethodAirtelMtnBrandDarkIcon } from './PaymentMethodAirtelMtnBrandDarkIcon';
|
|
608
608
|
export { default as PaymentMethodAirtelMtnWhiteIcon } from './PaymentMethodAirtelMtnWhiteIcon';
|
|
609
|
+
export { default as PaymentMethodChequeBrandLightIcon } from './PaymentMethodChequeBrandLightIcon';
|
|
610
|
+
export { default as PaymentMethodChequeBlackIcon } from './PaymentMethodChequeBlackIcon';
|
|
611
|
+
export { default as PaymentMethodChequeBrandDarkIcon } from './PaymentMethodChequeBrandDarkIcon';
|
|
612
|
+
export { default as PaymentMethodChequeWhiteIcon } from './PaymentMethodChequeWhiteIcon';
|
|
613
|
+
export { default as PaymentMethodFpsBrandLightIcon } from './PaymentMethodFpsBrandLightIcon';
|
|
614
|
+
export { default as PaymentMethodFpsBlackIcon } from './PaymentMethodFpsBlackIcon';
|
|
615
|
+
export { default as PaymentMethodFpsBrandDarkIcon } from './PaymentMethodFpsBrandDarkIcon';
|
|
616
|
+
export { default as PaymentMethodFpsWhiteIcon } from './PaymentMethodFpsWhiteIcon';
|
|
617
|
+
export { default as PaymentMethodWireTransferBrandLightIcon } from './PaymentMethodWireTransferBrandLightIcon';
|
|
618
|
+
export { default as PaymentMethodWireTransferBlackIcon } from './PaymentMethodWireTransferBlackIcon';
|
|
619
|
+
export { default as PaymentMethodWireTransferBrandDarkIcon } from './PaymentMethodWireTransferBrandDarkIcon';
|
|
620
|
+
export { default as PaymentMethodWireTransferWhiteIcon } from './PaymentMethodWireTransferWhiteIcon';
|