@croquiscom/pds 7.1.2 → 7.3.0-next.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/CHANGELOG.md +12 -0
- package/assets/images/FastshipBasicGlobal.svg +21 -0
- package/assets/images/FastshipBasicKor.svg +15 -16
- package/assets/images/FastshipEmblemBasicGlobal.svg +22 -0
- package/assets/images/FastshipEmblemBasicKor.svg +16 -17
- package/assets/images/FastshipEmblemSimpleGlobal.svg +17 -0
- package/assets/images/FastshipEmblemSimpleKor.svg +11 -12
- package/assets/images/FastshipSimpleGlobal.svg +16 -0
- package/assets/images/FastshipSimpleKor.svg +8 -9
- package/assets/images/ZexpressBasicGlobal.svg +12 -11
- package/assets/images/ZexpressBasicKor.svg +17 -17
- package/assets/images/ZexpressSimpleGlobal.svg +4 -4
- package/assets/images/ZexpressSimpleKor.svg +12 -8
- package/assets/images/ZexpressSymbolGlobal.svg +11 -9
- package/assets/images/ZexpressSymbolKor.svg +13 -13
- package/assets/images/ZexpressTextGlobal.svg +10 -10
- package/assets/images/ZexpressTextKor.svg +12 -12
- package/bundle-report.html +4034 -0
- package/dist/components/images/generated/FastshipBasicGlobal.d.ts +4 -0
- package/dist/components/images/generated/FastshipEmblemBasicGlobal.d.ts +4 -0
- package/dist/components/images/generated/FastshipEmblemSimpleGlobal.d.ts +4 -0
- package/dist/components/images/generated/FastshipSimpleGlobal.d.ts +4 -0
- package/dist/components/images/generated/index.d.ts +4 -0
- package/dist/index.es.js +11 -6
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +9 -4
- package/dist/index.js.map +1 -1
- package/locales/en.d.ts +79 -0
- package/locales/en.esm.d.ts +79 -0
- package/locales/ja.d.ts +79 -0
- package/locales/ja.esm.d.ts +79 -0
- package/locales/ko.d.ts +79 -0
- package/locales/ko.esm.d.ts +79 -0
- package/package.json +2 -2
|
@@ -7,9 +7,13 @@ export { default as ImageCreditCardJcb } from './CreditCardJcb';
|
|
|
7
7
|
export { default as ImageCreditCardMastercard } from './CreditCardMastercard';
|
|
8
8
|
export { default as ImageCreditCardUnionPay } from './CreditCardUnionPay';
|
|
9
9
|
export { default as ImageCreditCardVisa } from './CreditCardVisa';
|
|
10
|
+
export { default as ImageFastshipBasicGlobal } from './FastshipBasicGlobal';
|
|
10
11
|
export { default as ImageFastshipBasicKor } from './FastshipBasicKor';
|
|
12
|
+
export { default as ImageFastshipEmblemBasicGlobal } from './FastshipEmblemBasicGlobal';
|
|
11
13
|
export { default as ImageFastshipEmblemBasicKor } from './FastshipEmblemBasicKor';
|
|
14
|
+
export { default as ImageFastshipEmblemSimpleGlobal } from './FastshipEmblemSimpleGlobal';
|
|
12
15
|
export { default as ImageFastshipEmblemSimpleKor } from './FastshipEmblemSimpleKor';
|
|
16
|
+
export { default as ImageFastshipSimpleGlobal } from './FastshipSimpleGlobal';
|
|
13
17
|
export { default as ImageFastshipSimpleKor } from './FastshipSimpleKor';
|
|
14
18
|
export { default as ImageKakaostyleBlk } from './KakaostyleBlk';
|
|
15
19
|
export { default as ImageKakaostyleOri } from './KakaostyleOri';
|